/*!
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 {
  display: none;
}
@media screen and (max-width: 782px) {
  body.admin-bar #main-header {
    top: 46px !important;
  }
}
#main-header {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0) !important;
}
#main-header > .container.et_menu_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  width: 90%;
}
@media (max-width: 980px) {
  #main-header > .container.et_menu_container {
    width: calc(100% - 60px);
  }
}
#main-header > .container.et_menu_container .logo_container {
  display: none;
}
#main-header > .container.et_menu_container #et-info-phone::before {
  display: none;
}
#main-header > .container.et_menu_container #et-info-phone a {
  color: white;
  font-size: 16px;
}
#main-header > .container.et_menu_container .et-social-icon {
  display: flex;
  flex: 1;
}
#main-header > .container.et_menu_container .et-social-icon img {
  width: 40px;
}
#main-header > .container.et_menu_container #et-top-navigation {
  padding-top: 0;
}
@media (max-width: 479px) {
  #main-header > .container.et_menu_container #et-top-navigation {
    padding-left: 15px;
  }
}
#main-header > .container.et_menu_container #et-top-navigation #top-menu li {
  padding: 43px 30px 33px 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
#main-header > .container.et_menu_container #et-top-navigation #top-menu li a {
  padding-bottom: 10px;
}
#main-header > .container.et_menu_container #et-top-navigation #top-menu li.current-menu-item a {
  border-bottom: 2px #fe892a solid;
}
#main-header > .container.et_menu_container #et-top-navigation #top-menu li:last-of-type {
  padding-right: 0;
}
#main-header > .container.et_menu_container #et-top-navigation .mobile_nav.opened .mobile_menu_bar:before {
  content: "M";
}
#main-header > .container.et_menu_container #et-top-navigation .mobile_nav .select_page {
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  color: #fe892a;
}
#main-header > .container.et_menu_container #et-top-navigation .mobile_nav .mobile_menu_bar {
  display: inline-block;
  padding-bottom: 0;
  vertical-align: middle;
}
#main-header > .container.et_menu_container #et-top-navigation .mobile_nav #mobile_menu {
  margin-left: -30px;
  padding: 5%;
  width: calc(100% + 60px);
}
#main-header > .container.et_menu_container #et-top-navigation .mobile_nav #mobile_menu a {
  color: #fe892a;
}
#main-header > .container.et_menu_container::after {
  display: none;
}
#cookie-notice {
  background-color: #fe892a !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: #fe892a !important;
  text-shadow: none !important;
}
#main-content .container:before, #main-content .container #sidebar {
  display: none;
}
#main-content .container #left-area {
  width: 100%;
}
#main-content .et_pb_module.et_pb_post_title {
  text-align: center;
}
#main-content .et_pb_module.et_pb_post_title .et_pb_title_container {
  display: inline-block;
}
#main-content .et_pb_module.et_pb_post_title .et_pb_title_container h1 {
  padding: 20px 40px;
  display: inline-block;
  color: #fe892a;
}
#main-content .top-section .et_pb_slides .et_pb_slide {
  min-height: 65vh;
}
.entry-content > p:first-child {
  padding: 0;
}
body:not(.page-id-81) .grecaptcha-badge {
  display: none;
}
body.admin-bar #main-slider.et_pb_section {
  height: calc(100vh - 32px);
}
@media screen and (max-width: 782px) {
  body.admin-bar #main-slider.et_pb_section {
    height: calc(100vh - 46px);
  }
}
#main-slider.et_pb_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.64;
  background: linear-gradient(#000000, rgba(255, 255, 255, 0.51));
}
#main-slider.et_pb_section .et_pb_slider {
  height: 100%;
}
#main-slider.et_pb_section .et_pb_slider .et_pb_slides {
  height: 100%;
}
#main-slider.et_pb_section .et_pb_slider .et_pb_slides .et_pb_slide {
  height: 100%;
  min-height: calc(100vh - 104px);
}
@media (max-width: 980px) {
  #main-slider.et_pb_section .et_pb_slider .et_pb_slides .et_pb_slide {
    min-height: calc(100vh - 31px);
  }
}
#main-slider.et_pb_section .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_slide_description {
  display: flex;
  flex-direction: column-reverse;
  float: initial;
  width: 100%;
  text-align: center;
  padding: 0;
}
#main-slider.et_pb_section .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_slide_description h1.et_pb_slide_title {
  font-size: 30px;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  #main-slider.et_pb_section .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_slide_description h1.et_pb_slide_title {
    font-size: 20px;
  }
}
#main-slider.et_pb_section .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_slide_description .et_pb_slide_content {
  margin-bottom: 1%;
}
#main-slider.et_pb_section .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_slide_description .et_pb_slide_content h2 {
  font-size: 60px;
  font-weight: bold;
}
@media (max-width: 479px) {
  #main-slider.et_pb_section .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_slide_description .et_pb_slide_content h2 {
    font-size: 35px;
  }
}
#presentation.et_pb_section .et_pb_row {
  display: flex;
  align-items: center;
}
@media (max-width: 980px) {
  #presentation.et_pb_section .et_pb_row {
    display: block;
  }
  #presentation.et_pb_section .et_pb_row .et_pb_column {
    width: 100%;
  }
}
#presentation.et_pb_section .et_pb_row .et_pb_text h2 {
  margin-bottom: 30px;
  letter-spacing: 3.9px;
  text-transform: uppercase;
}
#presentation.et_pb_section .et_pb_row .et_pb_gallery .et-pb-slider-arrows a {
  color: white;
}
#presentation.et_pb_section .et_pb_row .et_pb_gallery .et-pb-controllers a {
  width: 10px;
  height: 10px;
  background-color: white;
}
#presentation.et_pb_section .et_pb_row .et_pb_gallery .et-pb-active-control {
  background-color: #fe892a !important;
}
#solutions.et_pb_section {
  background-color: #fe892a;
}
#solutions.et_pb_section .et_pb_text h2 {
  margin-bottom: 30px;
  color: white;
  letter-spacing: 3.9px;
  text-transform: uppercase;
}
#en_savoir_plus.et_pb_section::before {
  content: "";
  opacity: 0.65;
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
}
#en_savoir_plus.et_pb_section .et_pb_row {
  max-width: 100%;
}
#en_savoir_plus.et_pb_section .et_pb_row .et_pb_promo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15%;
  height: 100%;
}
#en_savoir_plus.et_pb_section .et_pb_row .et_pb_promo .et_pb_promo_description h3 {
  margin-bottom: 30px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}
#en_savoir_plus.et_pb_section .et_pb_row .et_pb_promo .et_pb_button_wrapper .et_pb_button {
  padding: 2px 5px 2px 0;
  font-size: 14px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid black;
  text-transform: uppercase;
}
#perruque_coupe.et_pb_section .et_pb_row {
  max-width: 100%;
}
#perruque_coupe.et_pb_section .et_pb_row .et_pb_image {
  height: 100%;
  width: 100%;
}
#perruque_coupe.et_pb_section .et_pb_row .et_pb_image .et_pb_image_wrap {
  height: 100%;
  width: 100%;
}
#perruque_coupe.et_pb_section .et_pb_row .et_pb_image .et_pb_image_wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#back_page {
  margin: 30px auto;
  text-align: right;
}
#back_page button {
  padding: 10px 20px;
  background-color: #2f2f2f;
  color: white;
  cursor: pointer;
  border: none;
}
.ligne-pleine-largeur.et_pb_row {
  max-width: 100%;
}
.ligne-flex {
  display: flex;
  align-items: center;
}
@media (max-width: 980px) {
  .ligne-flex {
    flex-direction: column;
  }
}
.ligne-flex .et_pb_text {
  text-align: justify;
}
body.page-id-81 #section-formulaire {
  background-color: rgba(0, 0, 0, 0.03);
}
body.page-id-81 #section-formulaire .et_pb_row {
  align-items: center;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column {
  height: 100%;
  color: #fe892a;
  padding: 20px;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column form > p:first-of-type {
  font-size: 0;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:not(:nth-of-type(5)):not(:nth-of-type(6)) {
  display: inline-block;
  margin-bottom: 3%;
}
@media (min-width: 768px) {
  body.page-id-81 #section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:not(:nth-of-type(5)):not(:nth-of-type(6)) {
    width: 48%;
  }
  body.page-id-81 #section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:not(:nth-of-type(5)):not(:nth-of-type(6)):nth-of-type(odd) {
    margin-right: 4%;
  }
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:not(:nth-of-type(5)):not(:nth-of-type(6)) input {
  width: 100%;
  padding: 16px;
  font-size: 20px;
  background-color: transparent;
  transition: all 0.3s;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:not(:nth-of-type(5)):not(:nth-of-type(6)) input:focus {
  border-color: #fe892a;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:nth-of-type(5) {
  display: block;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:nth-of-type(5) textarea {
  width: 100%;
  padding: 16px;
  font-size: 20px;
  resize: vertical;
  max-height: 70vh;
  background-color: transparent;
  transition: all 0.3s;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:nth-of-type(5) textarea:focus {
  border-color: #fe892a;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:nth-of-type(6) {
  font-size: 14px;
  color: #141414;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column form > p:nth-last-child(3) {
  float: right;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column form > p:nth-last-child(3) input[type=submit] {
  background-color: #2f2f2f;
  color: white;
  padding: 16px;
  font-size: 14px;
  text-transform: uppercase;
  float: right;
  border: 2px solid #2f2f2f;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column form > p:nth-last-child(3) input[type=submit]:hover {
  border-color: white;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column form > .wpcf7-form-control-wrap {
  display: inline-block;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column:nth-child(2) {
  background-color: white;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3);
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column:nth-child(2) address .bp-name, body.page-id-81 #section-formulaire .et_pb_row .et_pb_column:nth-child(2) address .bp-address, body.page-id-81 #section-formulaire .et_pb_row .et_pb_column:nth-child(2) address .bp-directions, body.page-id-81 #section-formulaire .et_pb_row .et_pb_column:nth-child(2) address .bp-phone {
  text-align: center;
  font-size: 16px;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column:nth-child(2) address .bp-directions a, body.page-id-81 #section-formulaire .et_pb_row .et_pb_column:nth-child(2) address .bp-phone a {
  color: #fe892a;
}
body.page-id-81 #section-horaires-map::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fe892a;
}
body.page-id-81 #section-horaires-map .et_pb_column {
  background-color: #fe892a;
  color: white;
}
body.page-id-81 #section-horaires-map .et_pb_column:first-child {
  padding: 20px;
}
body.page-id-81 #section-horaires-map .et_pb_column:first-child address .bp-opening-hours {
  max-width: none;
  font-size: 20px;
}
body.page-id-81 #section-horaires-map .et_pb_column:first-child address .bp-opening-hours .bp-weekday {
  display: flex;
  margin-top: 10px;
}
body.page-id-81 #section-horaires-map .et_pb_column:first-child address .bp-opening-hours .bp-weekday .bp-weekday-name {
  text-transform: capitalize;
}
body.page-id-81 #section-horaires-map .et_pb_column:nth-child(2) .et_pb_code {
  height: 100%;
}
body.page-id-81 #section-horaires-map .et_pb_column:nth-child(2) .et_pb_code .et_pb_code_inner {
  height: 100%;
  line-height: 0;
}
body.page-id-81 #section-horaires-map .et_pb_column:nth-child(2) .et_pb_code .et_pb_code_inner iframe {
  height: 100%;
  width: 100%;
  min-height: 40vh;
}
body.page-id-81 .bp-contact-card:not(#section-formulaire .bp-contact-card, #section-horaires-map .bp-contact-card) {
  display: none;
}
body.search #container-top-results {
  background-color: #F7F7F7;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3);
  padding: 3% 0;
}
body.search #container-top-results h1#title-on-results {
  text-align: center;
}
body.search #container-top-results #search-form-on-results {
  text-align: center;
  margin: 20px 0;
}
body.search #container-top-results #search-form-on-results input#s {
  padding: 10px;
  border-radius: 25px;
  border: 1px solid #fe892a;
}
body.search #container-top-results #search-form-on-results input#searchsubmit {
  padding: 10px 20px;
  border-radius: 25px;
  background-color: #fe892a;
  color: white;
  border: 1px solid #fe892a;
  display: block;
  margin: auto;
}
body.search #content-area #left-area {
  padding: 0;
}
body.search #content-area #left-area ul.search-items {
  list-style: none;
}
body.search #content-area #left-area ul.search-items li {
  width: 28.353%;
  margin-right: 7.47%;
  text-align: center;
  float: left;
  clear: none;
}
body.search #content-area #left-area ul.search-items li:nth-child(3n+1) {
  clear: both;
}
body.search #content-area #left-area ul.search-items li:nth-child(3n) {
  margin-right: 0;
}
body.search #content-area #left-area ul.search-items li a.entry-featured-image-url {
  margin-bottom: 15px;
}
body.search #content-area #left-area ul.search-items li h2.entry-title {
  text-align: center;
  color: black;
  font-size: 18px;
}
body.search #content-area #left-area ul.search-items li span.price {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fe892a;
  margin-bottom: 5px;
}
body.search #content-area #left-area ul.search-items li a.lien-vers-produit {
  text-transform: uppercase;
  color: black;
  font-weight: 600;
  padding: 8px 15px;
  border: 1px solid #fe892a;
  display: inline-block;
}
#main-footer {
  background-color: #fe892a;
}
#main-footer > .container #footer-widgets {
  display: flex;
  align-items: flex-start;
  padding: 50px 0;
}
@media (max-width: 980px) {
  #main-footer > .container #footer-widgets {
    display: block;
  }
}
#main-footer > .container #footer-widgets .footer-widget {
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 980px) {
  #main-footer > .container #footer-widgets .footer-widget {
    width: 45% !important;
    margin: 0 !important;
  }
}
#main-footer > .container #footer-widgets .footer-widget:nth-of-type(1) {
  align-self: center;
  width: 39%;
}
@media (max-width: 980px) {
  #main-footer > .container #footer-widgets .footer-widget:nth-of-type(1) {
    width: 100% !important;
    margin-bottom: 7.5% !important;
  }
}
@media (max-width: 980px) {
  #main-footer > .container #footer-widgets .footer-widget:nth-of-type(1) #text-5 {
    width: 100%;
    text-align: center;
  }
}
#main-footer > .container #footer-widgets .footer-widget:nth-of-type(1) #text-5 h4 {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0;
  color: white;
}
@media (max-width: 980px) {
  #main-footer > .container #footer-widgets .footer-widget:nth-of-type(2) {
    margin-bottom: 0 !important;
    margin-right: 10% !important;
  }
}
@media (max-width: 479px) {
  #main-footer > .container #footer-widgets .footer-widget:nth-of-type(2) {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 30px !important;
  }
}
#main-footer > .container #footer-widgets .footer-widget:nth-of-type(2) #text-2 {
  margin-bottom: 5%;
}
@media (max-width: 479px) {
  #main-footer > .container #footer-widgets .footer-widget:nth-of-type(2) #block-3 {
    width: 100%;
    text-align: center;
  }
}
#main-footer > .container #footer-widgets .footer-widget:nth-of-type(3) {
  margin-right: 0;
}
@media (max-width: 479px) {
  #main-footer > .container #footer-widgets .footer-widget:nth-of-type(3) {
    width: 100% !important;
  }
}
#main-footer > .container #footer-widgets .footer-widget:nth-of-type(3) #text-4 {
  width: 100%;
}
@media (max-width: 980px) {
  #main-footer > .container #footer-widgets .footer-widget:nth-of-type(3) #text-4 {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 479px) {
  #main-footer > .container #footer-widgets .footer-widget:nth-of-type(3) #nav_menu-3 {
    width: 100%;
    text-align: center;
  }
}
#main-footer > .container #footer-widgets .footer-widget:nth-of-type(3) #nav_menu-3 #menu-menu-plan-du-site li {
  padding-left: 0;
}
#main-footer > .container #footer-widgets .footer-widget:nth-of-type(3) #nav_menu-3 #menu-menu-plan-du-site li::before {
  display: none;
}
#main-footer > .container #footer-widgets .footer-widget h4.title {
  margin-bottom: 10px;
  padding: 0 15px 5px 0px;
  letter-spacing: 2.6px;
}
@media (max-width: 479px) {
  #main-footer > .container #footer-widgets .footer-widget h4.title {
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 479px) {
  #main-footer > .container #footer-widgets .footer-widget .textwidget {
    text-align: center;
  }
}
#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;
}
