<br />
<b>Deprecated</b>:  Array and string offset access syntax with curly braces is deprecated in <b>/www/wwwroot/centre-expert-esthetique.fr/wp-content/themes/idcomweb/lib/less/lessc.inc.php</b> on line <b>640</b><br />
<br />
<b>Deprecated</b>:  Array and string offset access syntax with curly braces is deprecated in <b>/www/wwwroot/centre-expert-esthetique.fr/wp-content/themes/idcomweb/lib/less/lessc.inc.php</b> on line <b>1594</b><br />
<br />
<b>Deprecated</b>:  Array and string offset access syntax with curly braces is deprecated in <b>/www/wwwroot/centre-expert-esthetique.fr/wp-content/themes/idcomweb/lib/less/lessc.inc.php</b> on line <b>2199</b><br />
<br />
<b>Deprecated</b>:  Array and string offset access syntax with curly braces is deprecated in <b>/www/wwwroot/centre-expert-esthetique.fr/wp-content/themes/idcomweb/lib/less/lessc.inc.php</b> on line <b>2250</b><br />
<br />
<b>Warning</b>:  is_file(): open_basedir restriction in effect. File(//../../../css/utils.less) is not within the allowed path(s): (/www/wwwroot/centre-expert-esthetique.fr/:/tmp/) in <b>/www/wwwroot/centre-expert-esthetique.fr/wp-content/themes/idcomweb/lib/less/lessc.inc.php</b> on line <b>72</b><br />
<br />
<b>Warning</b>:  is_file(): open_basedir restriction in effect. File(//../../../css/utils) is not within the allowed path(s): (/www/wwwroot/centre-expert-esthetique.fr/:/tmp/) in <b>/www/wwwroot/centre-expert-esthetique.fr/wp-content/themes/idcomweb/lib/less/lessc.inc.php</b> on line <b>72</b><br />
<br />
<b>Warning</b>:  is_file(): open_basedir restriction in effect. File(//../../../css/globals.less) is not within the allowed path(s): (/www/wwwroot/centre-expert-esthetique.fr/:/tmp/) in <b>/www/wwwroot/centre-expert-esthetique.fr/wp-content/themes/idcomweb/lib/less/lessc.inc.php</b> on line <b>72</b><br />
<br />
<b>Warning</b>:  is_file(): open_basedir restriction in effect. File(//../../../css/globals) is not within the allowed path(s): (/www/wwwroot/centre-expert-esthetique.fr/:/tmp/) in <b>/www/wwwroot/centre-expert-esthetique.fr/wp-content/themes/idcomweb/lib/less/lessc.inc.php</b> on line <b>72</b><br />
.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
@keyframes bannerHomeMouseCTA {
  0% {
    bottom: 20px;
  }
  60% {
    bottom: 20px;
  }
  80% {
    bottom: 5px;
  }
  85% {
    bottom: 20px;
  }
  90% {
    bottom: 5px;
  }
  100% {
    bottom: 20px;
  }
}
.banner-home {
  position: relative;
  height: min(calc(100vh - 130px),900px);
}
.banner-home .swiper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
.banner-home .swiper .slider {
  height: 100%;
}
.banner-home .swiper .slider .slide {
  height: 100%;
  padding-top: 130px;
}
.banner-home .swiper .slider .slide .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  object-position: top;
}
.banner-home .swiper .slider .slide.text-white {
  color: #ffffff;
}
.banner-home .swiper .slider .slide.text-white .overtitle,
.banner-home .swiper .slider .slide.text-white .title {
  text-shadow: 0px 2px 3px #1c1b1b;
}
.banner-home .swiper .slider .slide.text-black {
  color: #1c1b1b;
}
.banner-home .swiper .slider .slide .text-part .overtitle {
  font-family: muli, sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 0.32rem;
}
.banner-home .swiper .slider .slide .text-part .title {
  font-size: 6.8rem;
  font-weight: 400;
}
.banner-home .swiper .slider .slide .text-part .btn {
  margin-top: 50px;
}
.banner-home .swiper .swiper-pagination {
  width: auto;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 20%;
  left: 7%;
  z-index: 9;
}
.banner-home .swiper .swiper-pagination span {
  width: 12px;
  height: 12px;
  padding: 0;
  background-color: #ffffff;
  opacity: 0.5;
  border: none;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}
.banner-home .swiper .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
  border: none;
  outline: none;
}
.banner-home .mouse-cta {
  position: absolute;
  bottom: 20px;
  left: 50%;
  color: #ffffff;
  background-color: transparent;
  border: none;
  outline: none;
  transition: color 0.2s ease-in-out;
  z-index: 99;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.banner-home .mouse-cta .mouse {
  position: relative;
  animation: bannerHomeMouseCTA 1.8s ease-in-out infinite;
}
.banner-home .mouse-cta:hover {
  color: #ff5936;
}
@media (max-width: 1800px) {
  .banner-home .text-part {
    padding-left: 50px;
  }
  .banner-home .swiper .swiper-pagination {
    left: 3%;
  }
}
@media (max-width: 1499.98px) {
  .banner-home {
    height: min(calc(100vh - 130px),700px);
  }
  .banner-home .swiper .slider .slide .text-part .title {
    font-size: 5rem;
  }
}
@media (max-width: 1399.98px) {
  .banner-home {
    height: min(calc(100vh - 130px),700px);
  }
  .banner-home .swiper .slider .slide .text-part .title {
    font-size: 5rem;
  }
}
@media (max-width: 1199.98px) {
  .banner-home .swiper .slider .slide .text-part {
    padding-left: 30px;
  }
  .banner-home .swiper .slider .slide .text-part .title {
    font-size: 4rem;
  }
}
@media (max-width: 991.98px) {
  .banner-home {
    height: min(calc(100vh - 130px),500px);
  }
  .banner-home .swiper .slider .slide .text-part {
    padding-left: 15px;
  }
  .banner-home .swiper .slider .slide .text-part .title {
    font-size: 3.2rem;
  }
  .banner-home .mouse-cta .mouse {
    max-width: 20px;
    max-height: 60px;
  }
}
@media (max-width: 767.98px) {
  .banner-home .swiper .slider .slide {
    padding-top: 120px;
  }
  .banner-home .swiper .slider .slide .text-part .btn {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .banner-home .mouse-cta {
    bottom: 50px;
  }
  .banner-home .swiper .swiper-pagination {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
    top: auto;
    left: 0;
    bottom: 30px;
  }
  .banner-home .swiper .slider .slide {
    text-align: center;
  }
  .banner-home .swiper .slider .slide:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000083;
    z-index: -1;
  }
  .banner-home .swiper .slider .slide.text-black,
  .banner-home .swiper .slider .slide.text-white {
    color: #ffffff;
  }
}
