.contentAccompagnements {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.titleContentAccompagnements {
  position: relative;
}
.titleContentAccompagnements img {
  width: 100%;
}
.titleContentAccompagnements .textOnImg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.titleContentAccompagnements .textOnImg h1 {
  font-size: 30px;
}

.bodyContentServices {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bodyContentServices h2 {
  padding-bottom: 15px;
}
.bodyContentServices .big,
.bodyContentServices .price {
  font-size: x-large;
  font-weight: bold;
  padding: 25px;
}
.bodyContentServices .price {
  font-size: 48px;
}
.bodyContentServices .intro {
  max-width: 80%;
  min-height: 40vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bodyContentServices .intro p {
  padding: 10px 0;
  text-align: center;
}
.bodyContentServices div.seanceEtAcces {
  background-image: url(../img/accompagnements/backgroundnaturalite.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 65vh;
  min-height: 120vh;
  background-position-y: bottom;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bodyContentServices div.seanceEtAcces .seances,
.bodyContentServices div.seanceEtAcces .acces {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 85%;
}
.bodyContentServices div.seanceEtAcces .seances .text,
.bodyContentServices div.seanceEtAcces .acces .text {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bodyContentServices div.seanceEtAcces .seances img,
.bodyContentServices div.seanceEtAcces .acces img {
  max-width: 80%;
}
.bodyContentServices div.seanceEtAcces .seances .img {
  display: flex;
  align-items: flex-start;
}
.bodyContentServices div.seanceEtAcces .acces .img {
  display: flex;
  justify-content: flex-end;
}
.bodyContentServices div.seanceEtAcces .seances img {
  margin-left: -150%;
}
.bodyContentServices div.seanceEtAcces .acces img {
  margin-right: -150%;
}
.bodyContentServices div.seanceEtAcces .seances h2 {
  color: #768698;
}
.bodyContentServices div.seanceEtAcces .acces h2 {
  color: #c28788;
}
.bodyContentServices div.conceptionGrossesseParents {
  display: flex;
  flex-direction: column;
  background-image: url("../img/accompagnements/backgroundnaturalite2.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto;
  background-position-y: top;
}
.bodyContentServices div.conceptionGrossesseParents .conception,
.bodyContentServices div.conceptionGrossesseParents .grossesse,
.bodyContentServices div.conceptionGrossesseParents .parents {
  display: flex;
  align-items: center;
  padding: 5%;
}
.bodyContentServices div.conceptionGrossesseParents .conception .img img,
.bodyContentServices div.conceptionGrossesseParents .grossesse .img img,
.bodyContentServices div.conceptionGrossesseParents .parents .img img {
  max-width: 75vh;
  opacity: 0;
}
.bodyContentServices div.conceptionGrossesseParents .text {
  display: flex;
  flex-direction: column;
  min-height: 75vh;
  justify-content: space-between;
}
.bodyContentServices div.conceptionGrossesseParents .textContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  color: white;
  padding-bottom: 2%;
}
.bodyContentServices div.conceptionGrossesseParents .textContent * {
  padding: 1% 0;
}
.bodyContentServices div.conceptionGrossesseParents .textContent p {
  text-align: center;
  max-width: 80%;
}
.bodyContentServices div.conceptionGrossesseParents .subText {
  text-align: center;
  padding-top: 15px;
}
.bodyContentServices div.conceptionGrossesseParents .conception .textContent {
  color: black;
}
.bodyContentServices div.conceptionGrossesseParents .conception .textContent {
  background-color: #F3EEE4;
}
.bodyContentServices div.conceptionGrossesseParents .grossesse .textContent {
  background-color: #768698;
}
.bodyContentServices div.conceptionGrossesseParents .grossesse .subText {
  color: #768698;
}
.bodyContentServices div.conceptionGrossesseParents .parents .textContent {
  background-color: #c28788;
}
.bodyContentServices div.conceptionGrossesseParents .parents .subText {
  color: #c28788;
}
.bodyContentServices div.pack {
  background-image: url("../img/accompagnements/backgroundnaturalite.png");
  background-size: contain;
  background-repeat: space;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 100vh;
  width: 85%;
  margin: 10% 0;
}
.bodyContentServices div.pack p {
  text-align: center;
}
.bodyContentServices div.pack .brToHide {
  display: none;
}
.bodyContentServices div.pack h2 {
  font-size: 30px;
}
.bodyContentServices div.pack .imgLeft,
.bodyContentServices div.pack .imgRight {
  position: absolute;
}
.bodyContentServices div.pack .imgLeft img,
.bodyContentServices div.pack .imgRight img {
  max-width: 50vh;
}
.bodyContentServices div.pack .imgLeft {
  top: 5%;
  left: 0;
}
.bodyContentServices div.pack .imgRight {
  bottom: 5%;
  right: 0;
}
.bodyContentServices div.pack .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  background-color: white;
  min-height: 60vh;
  min-width: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  border: 1px solid rgba(0, 0, 0, 0.125);
  box-shadow: 0px 0px 22px -15px rgba(0, 0, 0, 0.63) !important;
  -webkit-box-shadow: 0px 0px 22px -15px rgba(0, 0, 0, 0.63) !important;
  -moz-box-shadow: 0px 0px 22px -15px rgba(0, 0, 0, 0.63) !important;
  text-align: center;
}
.bodyContentServices div.pack .text button {
  max-width: 300px;
}
.bodyContentServices div.pack .text a {
  min-width: 250px;
  font-size: 14px;
}
.bodyContentServices .conception .text h2,
.bodyContentServices .conception .text p,
.bodyContentServices .pack .text h2,
.bodyContentServices .pack .text p {
  color: #616161;
}
.bodyContentServices div.rencontrons {
  background-image: url("../img/accompagnements/rencontrons.jpg");
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.bodyContentServices div.rencontrons .rencontronsContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  min-height: 90vh;
  color: white;
}
.bodyContentServices div.rencontrons .rencontronsContent h2 {
  font-size: 50px;
}
.bodyContentServices div.rencontrons .rencontronsContent ul li {
  text-align: center;
  list-style-position: inside;
}
.bodyContentServices div.rencontrons .rencontronsContent button {
  color: black !important;
}
.bodyContentServices div.rencontrons .rencontronsContent button:hover {
  background-color: #768698;
  color: white !important;
}
.bodyContentServices div.ateliers {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  width: 100%;
}
.bodyContentServices div.ateliers h2,
.bodyContentServices div.ateliers p {
  padding-top: 5%;
}
.bodyContentServices div.ateliers > p {
  max-width: 75%;
  text-align: center;
  padding-bottom: 5%;
}
.bodyContentServices div.ateliers h2 {
  font-size: 30px;
  color: #768698;
}
.bodyContentServices div.ateliers .ateliersDetail {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  min-height: 70vh;
  flex-wrap: wrap;
}
.bodyContentServices div.ateliers .ateliersDetail a {
  padding-top: 5%;
}
.bodyContentServices div.ateliers .oneAtelier {
  display: flex;
  position: relative;
  justify-content: space-around;
  color: white;
  width: 30%;
  min-width: 400px;
  margin-bottom: 5%;
}
.bodyContentServices div.ateliers .oneAtelier .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bodyContentServices div.ateliers .oneAtelier img {
  max-width: 95%;
  border-radius: 5px;
}
.bodyContentServices div.ateliers .oneAtelier .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80%;
  max-width: 400px;
  text-align: center;
}
.bodyContentServices div.ateliers .oneAtelier .text h3 {
  font-size: 30px;
  padding: 15px 0;
  font-weight: bolder;
}
.bodyContentServices div.avisContainer h2 {
  color: #c28788;
}
.bodyContentServices div.avisContainer .dot.active {
  background-color: white;
}
.bodyContentServices div.avisContainer .dot:hover {
  background-color: #F3EEE4;
}
.bodyContentServices div.avisContainer .backgroundAvis {
  background-color: #c28788;
}

@media only screen and (max-width: 600px) {
  .contentAccompagnements {
    overflow-x: hidden;
  }
  .contentAccompagnements .bodyContentServices .intro {
    min-height: 20vh;
  }
  .contentAccompagnements .bodyContentServices .seanceEtAcces {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contentAccompagnements .bodyContentServices .seances,
.contentAccompagnements .bodyContentServices .acces {
    flex-direction: column;
    width: 90%;
    text-align: center;
    min-height: 80vh;
  }
  .contentAccompagnements .bodyContentServices .seances .img,
.contentAccompagnements .bodyContentServices .seances .text,
.contentAccompagnements .bodyContentServices .acces .img,
.contentAccompagnements .bodyContentServices .acces .text {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contentAccompagnements .bodyContentServices .seances img,
.contentAccompagnements .bodyContentServices .acces img {
    order: 1;
  }
  .contentAccompagnements .bodyContentServices .seances .text,
.contentAccompagnements .bodyContentServices .acces .text {
    order: 2;
  }
  .contentAccompagnements .bodyContentServices div.conceptionGrossesseParents .conception,
.contentAccompagnements .bodyContentServices div.conceptionGrossesseParents .grossesse,
.contentAccompagnements .bodyContentServices div.conceptionGrossesseParents .parents {
    flex-direction: column;
    padding: 10%;
  }
  .contentAccompagnements .bodyContentServices div.conceptionGrossesseParents .conception .img,
.contentAccompagnements .bodyContentServices div.conceptionGrossesseParents .grossesse .img,
.contentAccompagnements .bodyContentServices div.conceptionGrossesseParents .parents .img {
    order: 1;
    display: flex;
  }
  .contentAccompagnements .bodyContentServices div.conceptionGrossesseParents .conception .img img,
.contentAccompagnements .bodyContentServices div.conceptionGrossesseParents .grossesse .img img,
.contentAccompagnements .bodyContentServices div.conceptionGrossesseParents .parents .img img {
    opacity: 0;
  }
  .contentAccompagnements .bodyContentServices div.conceptionGrossesseParents .conception .img picture,
.contentAccompagnements .bodyContentServices div.conceptionGrossesseParents .grossesse .img picture,
.contentAccompagnements .bodyContentServices div.conceptionGrossesseParents .parents .img picture {
    height: 12vh;
    z-index: 1;
  }
  .contentAccompagnements .bodyContentServices div.conceptionGrossesseParents .conception .text,
.contentAccompagnements .bodyContentServices div.conceptionGrossesseParents .grossesse .text,
.contentAccompagnements .bodyContentServices div.conceptionGrossesseParents .parents .text {
    order: 2;
    width: 90%;
    justify-content: flex-start;
  }
  .contentAccompagnements .bodyContentServices div.conceptionGrossesseParents .conception .text .textContent,
.contentAccompagnements .bodyContentServices div.conceptionGrossesseParents .grossesse .text .textContent,
.contentAccompagnements .bodyContentServices div.conceptionGrossesseParents .parents .text .textContent {
    min-height: 25vh;
    padding: 20% 5%;
  }
  .contentAccompagnements .bodyContentServices div.conceptionGrossesseParents .conception .text .textContent *,
.contentAccompagnements .bodyContentServices div.conceptionGrossesseParents .grossesse .text .textContent *,
.contentAccompagnements .bodyContentServices div.conceptionGrossesseParents .parents .text .textContent * {
    padding: 5% 0;
  }
  .contentAccompagnements .bodyContentServices .price {
    font-size: 2em;
  }
  .contentAccompagnements .bodyContentServices div.pack {
    width: 100%;
  }
  .contentAccompagnements .bodyContentServices div.pack h2 {
    font-size: 25px;
  }
  .contentAccompagnements .bodyContentServices div.pack .text {
    min-width: 35vh;
    padding: 10%;
    top: 50%;
  }
  .contentAccompagnements .bodyContentServices div.pack .text button {
    position: absolute;
    bottom: -5%;
  }
  .contentAccompagnements .bodyContentServices div.pack .brToHide {
    display: block;
  }
  .contentAccompagnements .bodyContentServices div.pack .imgLeft img,
.contentAccompagnements .bodyContentServices div.pack .imgRight img {
    max-width: 30vh;
  }
  .contentAccompagnements .bodyContentServices div.pack .imgRight {
    bottom: 35%;
    margin-right: -10%;
  }
  .contentAccompagnements .bodyContentServices div.pack .imgLeft img {
    margin-left: -10%;
  }
  .contentAccompagnements .bodyContentServices div.rencontrons {
    position: relative;
    min-height: 25vh;
    margin-bottom: 75vh;
    background-size: cover;
  }
  .contentAccompagnements .bodyContentServices div.rencontrons .rencontronsContent {
    position: absolute;
    top: 0;
    color: black;
    text-align: center;
  }
  .contentAccompagnements .bodyContentServices div.rencontrons .rencontronsContent h2 {
    color: white;
    font-size: 35px;
    padding: 15% 0;
  }
  .contentAccompagnements .bodyContentServices div.rencontrons .rencontronsContent ul {
    padding: 0 15%;
  }
  .contentAccompagnements .bodyContentServices div.rencontrons .rencontronsContent button,
.contentAccompagnements .bodyContentServices div.rencontrons .rencontronsContent a {
    background-color: #768698;
    color: white !important;
  }
  .contentAccompagnements .bodyContentServices div.ateliers {
    text-align: center;
  }
  .contentAccompagnements .bodyContentServices div.ateliers .ateliersDetail {
    flex-direction: column;
  }
  .contentAccompagnements .bodyContentServices div.ateliers .ateliersDetail .oneAtelier {
    width: 80%;
    min-height: 50vh;
  }
  .contentAccompagnements .bodyContentServices div.ateliers .ateliersDetail .oneAtelier img {
    max-width: 100%;
    object-fit: contain;
  }
}

/*# sourceMappingURL=accompagnements.css.map */
