/* Titre de chaque sous partie de la page */
.titre {
  text-align: center;
  margin-right: 7.5%;
  margin-left: 7.5%;
}

/*Mise en page de l'introduction (quoi ?, comment ?, qui ?)*/
.introduction, .seance, .conclusion{
  margin-left: 7.5%;
  margin-right: 7.5%;
  justify-content: center;
  margin-bottom: 2%;
  margin-top: 2%;
  text-align: justify;
}

#hypnose_p3 h3, #hypnose_p4 h3, #hypnose_p5 h3{
  font-weight: 400;
}

/* Mise en page de la balise <tarif> */
#tarif{
  display: grid;
  justify-content: center;
  grid-template-columns: 40% 40%;
  gap: 5%;
  margin-bottom: 5%;
}
.tarif_div{
  text-align: center;
  height: fit-content;
}
.prix{
  font-weight: bolder;
  font-size: 200%;
  margin-top: 5%;
  margin-bottom: 3%;
}
.tarif_txt, .durée{
  font-size: 120%;
  margin-bottom: 5%;
}
.durée{
  font-weight: lighter;
}
