/*!
Theme name: Theme enfant de Divi
Template: Divi
!*/
@import "../Divi/style.css";
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
#top-header #et-info {
  float: right;
  padding-bottom: 0.5em !important;
  line-height: 1.7em !important;
}
@media (max-width: 767px) {
  #top-header #et-info {
    margin: 0 auto;
    float: none !important;
  }
  #top-header #et-info .et_pb_widget {
    float: none;
    display: inline-block;
  }
}
#top-header #et-info #et-info-phone {
  margin-left: 50px;
  position: relative;
  font-size: 1.2em;
}
@media (max-width: 479px) {
  #top-header #et-info #et-info-phone {
    margin: 0 !important;
  }
}
#top-header #et-info #et-info-phone::before {
  display: inline-block;
  background-repeat: no-repeat;
  position: relative;
  background-size: contain;
  content: "";
  width: 22px;
  height: 19px;
  background-image: url("images/icon-phone.svg");
}
#top-header #et-info #et-info-email {
  display: none;
}
#top-header #et-info #text-3 {
  position: relative;
}
#top-header #et-info #text-3::before {
  display: inline-block;
  background-repeat: no-repeat;
  position: relative;
  background-size: contain;
  content: "";
  width: 22px;
  height: 19px;
  background-image: url("images/icon-home.svg");
}
#top-header #et-info #text-3 .textwidget {
  display: inline-block;
}
#top-header #et-info #text-3 .textwidget p {
  font-size: 1.2em;
}
#top-header #et-info .et-social-icons a {
  color: #b18e8e;
}
@media (max-width: 980px) {
  #main-header > .container.et_menu_container {
    width: calc(100% - 60px);
  }
}
#main-header > .container.et_menu_container .mobile_nav.opened .mobile_menu_bar:before {
  content: "M";
}
#main-header > .container.et_menu_container .mobile_nav #mobile_menu {
  margin-left: -30px;
  padding: 5%;
  width: calc(100% + 60px);
}
#cookie-notice {
  background-color: #fbe9ed !important;
}
#cookie-notice .cookie-notice-container #cn-notice-text {
  color: #b18e8e !important;
}
#cookie-notice .cookie-notice-container a {
  border: 2px solid white !important;
  background-color: white !important;
  background-image: none !important;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 15px !important;
  color: #b18e8e !important;
  text-shadow: none !important;
}
#popmake-1288 .et_pb_section {
  padding: 0;
}
#popmake-1288 .et_pb_section .et_pb_row {
  padding: 0;
}
#popmake-1288 .et_pb_section .et_pb_row img {
  max-height: 90vh;
}
#main-content .container:before, #main-content .container #sidebar {
  display: none;
}
#main-content .container #left-area {
  width: 100%;
}
.entry-content > p:first-child {
  padding: 0;
}
@media (min-width: 981px) {
  .row_align-item-center {
    display: flex;
    align-items: center;
  }
}
.marques_partenaire.et_pb_section {
  background-color: white !important;
}
.marques_partenaire.et_pb_section .et_pb_image {
  text-align: center;
}
#ssb-container {
  box-shadow: 2px 3px 10px #0000005c;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
}
@media (max-width: 1405px) {
  #presentation_institut .et_pb_row {
    max-width: 100%;
    width: 90%;
  }
}
@media (max-width: 980px) {
  #presentation_institut .et_pb_row {
    width: 600px;
    padding: 0 5%;
  }
}
.top-section {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top-section .et_pb_button_module_wrapper {
  text-align: center;
}
.top-section .et_pb_button_module_wrapper a {
  background-color: #fd386d;
  color: white;
  border-color: #fd386d;
}
.top-section .et_pb_button_module_wrapper a:hover {
  background-color: #fd386d;
}
#section-services .et_pb_image_wrap {
  max-width: 64px;
}
#back_page {
  margin: 30px auto;
  text-align: right;
}
#back_page button {
  padding: 10px 20px;
  background-color: rgba(84, 39, 13, 0.8);
  color: white;
  cursor: pointer;
  border: none;
}
@media (min-width: 981px) {
  .et_pb_section.soins_corp .et_pb_row.image_gauche {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .et_pb_section.soins_corp .et_pb_row.image_gauche .et_pb_column:first-of-type .et_pb_slider .et_pb_slide {
    height: 450px;
    max-height: 100%;
  }
  .et_pb_section.soins_corp .et_pb_row.image_gauche .et_pb_column:first-of-type .et_pb_slider .et_pb_slide::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .et_pb_section.soins_corp .et_pb_row.image_gauche .et_pb_column:first-of-type .et_pb_slider .et_pb_slide .et_pb_container {
    height: 450px !important;
    max-height: 100%;
  }
  .et_pb_section.soins_corp .et_pb_row.image_gauche .et_pb_column:first-of-type .et_pb_slider .et_pb_slide .et_pb_container .et_pb_slide_image {
    height: 450px !important;
    max-height: 100%;
    margin-top: 0 !important;
  }
  .et_pb_section.soins_corp .et_pb_row.image_gauche .et_pb_column:first-of-type .et_pb_slider .et_pb_slide .et_pb_container .et_pb_slide_image img {
    height: 450px !important;
    max-height: 100% !important;
    object-fit: cover;
  }
  .et_pb_section.soins_corp .et_pb_row.image_gauche .et_pb_column:first-of-type .et_pb_slider .et-pb-slider-arrows .et-pb-arrow-prev, .et_pb_section.soins_corp .et_pb_row.image_gauche .et_pb_column:first-of-type .et_pb_slider .et-pb-slider-arrows .et-pb-arrow-next {
    z-index: 9999;
  }
  .et_pb_section.soins_corp .et_pb_row.image_gauche .et_pb_column:first-of-type .et_pb_image .et_pb_image_wrap::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .et_pb_section.soins_corp .et_pb_row.image_gauche .et_pb_column:first-of-type .et_pb_image .et_pb_image_wrap img {
    height: 450px;
    max-height: 100%;
    object-fit: cover;
  }
  .et_pb_section.soins_corp .et_pb_row.image_gauche .et_pb_column:last-of-type .et_pb_blurb .et_pb_blurb_content {
    max-width: 100%;
  }
}
@media (max-width: 980px) {
  .et_pb_section.soins_corp .et_pb_row.image_gauche .et_pb_column:first-of-type .et_pb_sile .et_pb_image .et_pb_image_wrap {
    width: 100%;
  }
  .et_pb_section.soins_corp .et_pb_row.image_gauche .et_pb_column:first-of-type .et_pb_sile .et_pb_image .et_pb_image_wrap img {
    height: 350px;
    max-height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .et_pb_section.soins_corp .et_pb_row.image_gauche .et_pb_column:last-of-type .et_pb_blurb .et_pb_blurb_content {
    margin-left: 0;
  }
}
@media (min-width: 981px) {
  .et_pb_section.soins_corp .et_pb_row.image_droite {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .et_pb_section.soins_corp .et_pb_row.image_droite .et_pb_column:first-of-type .et_pb_blurb .et_pb_blurb_content {
    max-width: calc(100% - 11%);
    margin-left: 5.5%;
    margin-right: 5.5%;
  }
  .et_pb_section.soins_corp .et_pb_row.image_droite .et_pb_column:last-of-type .et_pb_image .et_pb_image_wrap::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
  }
}
@media (min-width: 981px) and (min-width: 981px) {
  .et_pb_section.soins_corp .et_pb_row.image_droite .et_pb_column:last-of-type .et_pb_image .et_pb_image_wrap img {
    height: 450px;
    max-height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 980px) {
  .et_pb_section.soins_corp .et_pb_row.image_droite {
    display: flex;
    flex-direction: column-reverse;
  }
  .et_pb_section.soins_corp .et_pb_row.image_droite .et_pb_column:first-of-type .et_pb_blurb .et_pb_blurb_content {
    margin-left: 0;
  }
  .et_pb_section.soins_corp .et_pb_row.image_droite .et_pb_column:last-of-type {
    margin-bottom: 30px;
  }
  .et_pb_section.soins_corp .et_pb_row.image_droite .et_pb_column:last-of-type .et_pb_image .et_pb_image_wrap {
    width: 100%;
  }
  .et_pb_section.soins_corp .et_pb_row.image_droite .et_pb_column:last-of-type .et_pb_image .et_pb_image_wrap img {
    height: 350px;
    max-height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 980px) {
  .et_pb_section.soins_corp .et_pb_row:last-of-type {
    max-width: 100% !important;
    width: 95% !important;
    padding: 0 !important;
    flex-direction: column;
  }
  .et_pb_section.soins_corp .et_pb_row:last-of-type .et_pb_column {
    margin-bottom: 0 !important;
  }
  .et_pb_section.soins_corp .et_pb_row:last-of-type .et_pb_column .et_pb_container {
    height: 100% !important;
  }
  .et_pb_section.soins_corp .et_pb_row:last-of-type .et_pb_column .et_pb_container .et_pb_slide_description {
    padding-bottom: 0 !important;
  }
}
.et_pb_section.soins_corp .et_pb_row:last-of-type .et_pb_slide .et_pb_slide_image {
  display: block !important;
}
.et_pb_section.soins_corp .et_pb_row:last-of-type .et_pb_slide .et_pb_slide_image img {
  width: 100%;
  height: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
}
.et_pb_section.bg_dark {
  background-color: #EADBCA !important;
}
.et_pb_section.bg_dark .et_pb_row .et_pb_column .et_pb_image .et_pb_image_wrap::before {
  background: linear-gradient(0deg, #eadbca 0%, #eadbca 5%, rgba(234, 219, 202, 0.5) 20%, rgba(234, 219, 202, 0) 100%);
}
.et_pb_section.bg_dark .et_pb_row .et_pb_column .et_pb_slider .et_pb_slide {
  background: transparent !important;
  background-color: transparent !important;
}
.et_pb_section.bg_dark .et_pb_row .et_pb_column .et_pb_slider .et_pb_slide::before {
  background: linear-gradient(0deg, #eadbca 0%, #eadbca 5%, rgba(234, 219, 202, 0.5) 20%, rgba(234, 219, 202, 0) 100%);
}
.et_pb_section:not(.bg_dark) .et_pb_row .et_pb_column .et_pb_image .et_pb_image_wrap::before {
  background: linear-gradient(0deg, white 0%, white 5%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0) 100%);
}
.et_pb_section:not(.bg_dark) .et_pb_row .et_pb_column .et-pb-slider-arrows .et-pb-arrow-prev, .et_pb_section:not(.bg_dark) .et_pb_row .et_pb_column .et-pb-slider-arrows .et-pb-arrow-next {
  color: black;
}
.et_pb_section:not(.bg_dark) .et_pb_row .et_pb_column .et_pb_slider .et_pb_slide {
  background-color: transparent !important;
  background: transparent !important;
}
.et_pb_section:not(.bg_dark) .et_pb_row .et_pb_column .et_pb_slider .et_pb_slide::before {
  background: linear-gradient(0deg, white 0%, white 5%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 981px) {
  .et_pb_section.epilation_table .et_pb_row:not(.basic_table) table tbody {
    display: flex;
    flex-wrap: wrap;
  }
  .et_pb_section.epilation_table .et_pb_row:not(.basic_table) table tbody tr {
    display: flex;
    width: 50%;
    flex-basis: 50%;
  }
  .et_pb_section.epilation_table .et_pb_row:not(.basic_table) table tbody tr td {
    display: flex;
    align-items: center;
  }
  .et_pb_section.epilation_table .et_pb_row:not(.basic_table) table tbody tr td:first-of-type {
    font-weight: bold;
    width: 75% !important;
  }
  .et_pb_section.epilation_table .et_pb_row:not(.basic_table) table tbody tr td:last-of-type {
    width: 15% !important;
    margin-right: 5%;
    justify-content: center;
  }
}
.et_pb_section #massages_duo {
  display: flex;
  align-items: stretch;
  max-width: 1400px;
  width: 100%;
  padding: 0 5%;
}
@media (max-width: 980px) {
  .et_pb_section #massages_duo {
    flex-wrap: wrap;
  }
}
.et_pb_section #massages_duo .et_pb_column:first-of-type {
  width: 55%;
}
@media (max-width: 980px) {
  .et_pb_section #massages_duo .et_pb_column:first-of-type {
    width: 100%;
  }
}
.et_pb_section #massages_duo .et_pb_image {
  height: 100%;
}
.et_pb_section #massages_duo .et_pb_image .et_pb_image_wrap {
  height: 100%;
}
.et_pb_section #massages_duo .et_pb_image .et_pb_image_wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.et_pb_section #massages_signature {
  max-width: 1400px;
  width: 100%;
  padding: 5%;
}
#section-formulaire .et_pb_column > * {
  height: 100%;
  padding: 20px;
  border-radius: 4px;
}
#section-formulaire .et_pb_column > * form {
  text-align: center;
}
#section-formulaire .et_pb_column > * form input {
  max-width: 100%;
}
#section-formulaire .et_pb_column > * form input[type=submit] {
  background-color: rgba(84, 39, 13, 0.8);
  color: white;
  padding: 8px 15px;
  border: none;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  border-radius: 4px;
}
#section-formulaire .et_pb_column > * form input[type=submit]:hover {
  padding: 8px 35px;
  border-radius: 7px;
}
#section-formulaire .et_pb_column > * form input:focus {
  border-color: #2d3940;
  color: #3e3e3e;
}
#section-formulaire .et_pb_column > * form textarea {
  max-width: 100%;
  width: 80%;
}
@media (max-width: 767px) {
  #section-formulaire .et_pb_column > * form textarea {
    width: 100%;
  }
}
#section-formulaire .et_pb_column.et_pb_column_1 {
  height: 50%;
}
#section-formulaire .et_pb_column address .bp-name, #section-formulaire .et_pb_column address .bp-address, #section-formulaire .et_pb_column address .bp-directions, #section-formulaire .et_pb_column address .bp-phone {
  text-align: center;
}
#section-formulaire .et_pb_column address .bp-opening-hours {
  max-width: none;
}
#section-map .et_pb_code_inner {
  line-height: 0;
}
#section-map .et_pb_code_inner address {
  margin: 0;
}
#section-map .et_pb_code_inner address .bp-map {
  min-height: 40vh;
  margin: 0;
}
#section-map .et_pb_code_inner iframe {
  width: 100%;
}
#main-footer {
  background-color: rgba(84, 39, 13, 0.8);
}
#main-footer > .container #footer-widgets {
  padding: 20px 0;
}
#main-footer > .container #footer-widgets .footer-widget {
  text-align: center;
}
#main-footer > .container #footer-widgets .footer-widget h4.title {
  color: white;
  margin-bottom: 10px;
  padding: 0 15px 5px 15px;
}
#main-footer > .container #footer-widgets .footer-widget #media_image-2 {
  padding-top: 15%;
}
#main-footer > .container #footer-widgets .footer-widget:nth-of-type(2) #text-2 img {
  width: 35px;
}
#main-footer > .container #footer-widgets .footer-widget:nth-of-type(3) li::before {
  display: none;
}
#main-footer #footer-bottom #footer-info {
  width: 100%;
  text-align: center;
}
article.et_pb_post .entry-content > img:first-child {
  float: left;
  width: 50%;
  margin-right: 20px;
}
