/* Images */

.image-consultation {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 4px 4px 3px rgb(0 0 0 / 30%);
  margin-bottom: 20px;
}

#seance-consultation {
  width: 300px;
  height: 400px;
}

#outils-consultation {
  margin-top: 180px;
}

#irido-consultation {
  margin-top: 90px;
}

#hypnose-consultation {
  margin-top: 130px;
  background-color: white;
}

/* Titres */

#seance-consultation-text h2 {
  margin-top: 20px;
}

.consultation-text h2 {
  margin: 0px auto 20px auto;
  max-width: 960px;
}

.consultation-text h2 span {
  position: relative;
  padding: 1em;
}

.consultation-text h2 span:before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  background-color: #6B1863;
  width: 1200px;
  top: 50%;
  margin-top: -1px;
  right: 100%;
}

.consultation-text h2 span:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  background-color: #6B1863;
  width: 1200px;
  top: 50%;
  margin-top: -1px;
  left: 100%;
}

/* Textes */

.consultation-text {
  padding: 60px;
  font-weight: bold;
}

.consultation-text i {
  color: #7ECE29;;
  font-size: 25px;
}

.consultation-text p {
  margin-top: 30px;
  padding: 10px 10px 0px 10px;
}

.consultation-text h2 {
  margin-bottom: 20px;
}

.consultation-text {
  padding: 60px;
  font-weight: bold;
}

#expand-text-outils p{
  margin-top: 0px !important;
}

#expand-text-irido p{
  margin-top: 0px !important;
}

#expand-text-hypnose p{
  margin-top: 0px !important;
}

#expand-text-hypnose p{
  margin-top: 0px !important;
}

@media screen and (max-width: 990px)
{
  .image-consultation {
    height: 300px;
    width: 300px;
  }
  #seance-consultation {
    margin-top: 40px;
    height: 300px;
    width: 300px;
  }
  #outils-consultation {
    margin-top: 20px;
  }
  #irido-consultation {
    margin-top: 20px;
  }
  #hypnose-consultation {
    margin-top: 20px;
  }
  #test-consultation {
    margin-top: 20px;
  }
  #seance-consultation-text h2 {
    margin-top: 0px;
  }
  .consultation-text {
    padding: 20px 20px 40px 20px;
  }
}


/* Targets pour liens */

#outils-consultation-text:target {
  padding-top: 150px;
  margin-top: -90px;
}

#iridologie-consultation-text:target {
  padding-top: 150px;
  margin-top: -90px;
}

#hypnose-consultation-text:target {
  padding-top: 150px;
  margin-top: -90px;
}

#test-consultation-text:target {
  padding-top: 150px;
  margin-top: -90px;
}
