main {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#arrierePlan {
  position: absolute;
  top: 0;
  z-index: -1;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
}
.arrierePlanSophrologie {
  background-image: url("../images/fondSophrologieOrdinateur001.png");
}
.titreSophrologie {
  color: var(--color-rose);
}
.arrierePlanNaturopatie {
  background-image: url("../images/fondNaturopathieOrdinateur001.png");
}
.titreNaturopathie {
  color: var(--color-vert);
}
#containerNaturopathieLogo {
  background-image: url("../images/naturopathie/Bandeau_naturopathie_lavande_2.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 40vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#containerSophrologieLogo {
  background-image: url("../images/sophrologie/bandeau_sophrologie_1.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 40vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#containerSoinsEnergetiqueLogo{
  background-image: url("../images/soins_energetiques/bandeau_soins_energetiques.jpg");
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 40vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.arrierePlanSoinsEnergetique {
  background-image: url("../images/soins_energetiques/fond_soins_energetiques.jpeg");
  background-position: 50% 0%;
}

#displayPraticien {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 100px;
}
.containerPraticien {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.containerPraticien p,
b {
  text-align: center;
}

.containerPraticien h2{
  text-decoration: underline;
}
.h2-color-green{
  color: var(--color-vert);
}
.h2-color-pink{
  color: var(--color-rose);
}
.containerPraticien li, b, .containerPraticien p {
  font-size: x-large;
  margin: 10px 0;
}
.listCheckedStyleFirst{
    text-decoration: underline;
}
.listCheckedStyle {
    list-style-image: url("../images/listeCheckedStyle1_20.png");
}
.listCheckedStyle ul li {
    list-style: circle;
    list-style-position: inside;
}
.containerPraticien img {
  width: 40%;
  margin: 20px 0;
}
.titrePraticien {
  font-size: xx-large;
  padding: 10px;
  margin: 15px;
}
.containerPraticien img {
  width: 40%;
  margin: 20px 0;
}
#containerImg3Cadre {
  display: grid;
  width: 100%;
  grid-template-areas: "a b c";
  grid-gap: 0px 20px;
  padding: 0 20px;
  /* background-color: rgba(255, 255, 255, 0.459); */
}
#containerImg3Cadre img:nth-child(1) {
  grid-area: a;
  width: 100%;
}
#containerImg3Cadre img:nth-child(2) {
  grid-area: b;
  width: 100%;
}
#containerImg3Cadre img:nth-child(3) {
  grid-area: c;
  width: 100%;
}
.containerPraticien .textJustify {
  text-align: justify;
  width: 100%;
}
.ulTropGrand{
  width: 50%;
}
.double-article{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/* TEMOIGNAGES ------------------------------------ */
#containerTemoignagesLogo{
  background-image: url("../images/temoignages/bandeau_temoignages_1.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 40vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#containerTemoignages{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
}
#containerTemoignagesTitre{
  color: var(--color-vert);
}
#containerTemoignagesTitre h1{
  font-size: x-large;  
}
#containerTemoignagesTitre p{
  text-align: center;
}
#containerTemoignagesTitre .texte-etoile{
  font-size: x-large;
}
#containerTemoignagesDeroulant{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: white;
}
.btnDeroulantTemoignagesDirection{
  padding: 20px;
  margin: 0 5px;
  background-color: rgba(0, 0, 0, 0.308);
  color: var(--color-rose);
  font-size: xx-large;
  transform: scale(1.5);
  /* opacity: 0.5; */
  cursor: pointer;
  user-select: none;
}
.btnDeroulantTemoignagesDirection:nth-child(1){
  transform: rotate(180deg) scale(1.5);
}
#containerTemoignagesTexte{
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: row;
  align-items: center;
  /* justify-content: center; */
  overflow: hidden;
  /* border: solid purple 3px; */
}
.div-article{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
}
.div-article:nth-child(even){
 background-color: var(--color-rose);
}
.div-article:nth-child(odd){
  background-color: var(--color-vert);
}
.div-texte{
  text-align: center;
  font-size: x-large;
}
.div-name{
  text-align: end;
  width: 80%;
  font-size: x-large;
  padding: 20px;
}

/* @media (max-height: 450px), screen and (orientation: portrait){  */
@media (max-width: 999px) {
  #displayPraticien {
    width: 80%;
    padding-bottom: 50px;
  }
  #displayPraticien p {
    text-align: center;
  }
  .containerPraticien {
    margin: 0px 0;
    width: 100%;
  }
  .containerPraticien p,
  b {
    text-align: center;
  }
  .containerPraticien li,
  b,
  .containerPraticien p {
    font-size: large;
    margin: 10px 0;
  }
  .containerPraticien img {
    width: 40%;
    margin: 20px 0;
  }
  .titrePraticien {
    text-align: center;
    /* color: var(--color-vert); */
    font-size: x-large;
    padding: 10px 0;
    margin: 15px 0;
  }
  .containerPraticien img {
    width: 100%;
  }
  .ulTropGrand{
    width: 80%;
  }
  .double-article img{
    width: 50%;
  }
  /* TEMOIGNAGES */
  #containerTemoignages{
    width: 90%;
  }
}
@media (max-width: 600px) {
  #containerNaturopathieLogo, #containerSophrologieLogo {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 130%;
    height: 35vh;
  }

  #containerImg3Cadre {
    display: grid;
    width: 80%;
    justify-content: center;
    align-items: center;
    grid-template-areas:
      "a"
      "b"
      "c";
    grid-gap: 0px 20px;
    padding: 0 0px;
    /* background-color: rgba(255, 255, 255, 0.459); */
  }
  #containerImg3Cadre img:nth-child(1) {
    grid-area: a;
    width: 100%;
  }
  #containerImg3Cadre img:nth-child(2) {
    grid-area: b;
    width: 100%;
  }
  #containerImg3Cadre img:nth-child(3) {
    grid-area: c;
    width: 100%;
  }
  .containerPraticien h1{
    font-size: xx-large;
}
  .containerPraticien h2{
    font-size: x-large;
}
  .listCheckedStyle ul li {
    list-style-position: initial;
    transform: translateX(-10px);
  }
  .double-article img{
    width: 100%;
  }
  .double-article{
    flex-direction: column;
  }
  .double-article img{
    width: 70%;
  }
  /* TEMOIGNAGES */
  #containerTemoignages{
    width: 100%;
  }
  #containerTemoignagesDeroulant{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: white;
  }
  .btnDeroulantTemoignagesDirection{
    padding: 15px;
    margin: 0px;
    transform: scale(1.2);
  }
  .btnDeroulantTemoignagesDirection:nth-child(1){
    transform: rotate(180deg) scale(1.2);
  }
  #containerTemoignagesTexte{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }
  .div-article{
    height: auto;
    padding: 20px;
  }
  .div-texte{
    font-size: large;
  }
  .div-name{
    font-size: large;
  }
}
