/* Soins Ciblée Dos - Duree et Tarif */
.dureeCibleeDos::before {
  font-weight: bold;
    content: "30 minutes ";/*indiquer ici la durée*/
}
.tarifCibleeDos::before {
  font-weight: bold;
    content: "35 € ";/*indiquer ici le tarif*/

}

/* Soins Detox Minceur - Duree et Tarif */
.dureeDetoxMinceur::before {
  font-weight: bold;
    content: "30 minutes ";/*indiquer ici la durée*/
}
.tarifDetoxMinceur::before {
  font-weight: bold;
    content: "35 € ";/*indiquer ici le tarif*/

}
.tarifDetoxMinceurCure::before {
  font-weight: bold;
    content: "150 € la cure de 5 séances";/*indiquer ici le tarif*/

}

/* Soins Douceur - Duree et Tarif */
.dureeDouceur::before {
  font-weight: bold;
    content: "1 heure ";/*indiquer ici la durée*/
}
.tarifDouceur::before {
  font-weight: bold;
    content: "50 € ";/*indiquer ici le tarif*/

}

/* Soins Tonique Relaxant - Duree et Tarif */
.dureeToniqueRelaxant::before {
  font-weight: bold;
    content: "1 heure 30 minutes ";/*indiquer ici la durée*/
}
.tarifToniqueRelaxant::before {
  font-weight: bold;
    content: "70 € ";/*indiquer ici le tarif*/

}

/* Soins Pierres Chaudes - Duree et Tarif */
.dureePierresChaudes::before {
  font-weight: bold;
    content: "1 heure ";/*indiquer ici la durée*/
}
.tarifPierresChaudes::before {
  font-weight: bold;
    content: "50 € ";/*indiquer ici le tarif*/

}
