/*!**********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles.scss ***!
  \**********************************************************************************************************/
.elementor p {
  margin-bottom: 0 !important;
}

.swiperSlidesDesc {
  overflow: hidden;
}
.swiperSlidesDesc .swiper-button-next, .swiperSlidesDesc .swiper-button-prev {
  color: transparent;
  background: transparent !important;
}
.swiperSlidesDesc .sliderMask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 1;
  transition: 0.3s;
}
.swiperSlidesDesc .waveSlider {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
}
.swiperSlidesDesc .swiper-slide-inner {
  position: relative;
  height: 750px;
  display: flex;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 100px;
}
.swiperSlidesDesc .swiper-slide-inner .swiperSlideDescription {
  position: relative;
  z-index: 2;
  width: 60%;
  color: #fff;
  font-size: 20px;
}
.swiperSlidesDesc .swiper-slide-inner h1 {
  color: white;
  line-height: 1;
  font-size: 80px;
}
.swiperSlidesDesc .swiper-slide-inner h3 {
  color: #e8b923;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .swiperSlidesDesc .swiper-slide-inner .swiperSlideDescription {
    width: 80%;
  }
  .swiperSlidesDesc .waveSlider {
    width: 200%;
  }
  .swiperSlidesDesc .waveSlider img {
    left: -25%;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .swiperSlidesDesc .swiper-slide-inner {
    padding-left: 40px;
    padding-right: 40px;
    height: 680px;
  }
  .swiperSlidesDesc .swiper-slide-inner .swiperSlideDescription {
    width: 100%;
  }
  .swiper-button-next, .swiper-button-prev {
    top: initial !important;
    bottom: 40px !important;
  }
  .swiperSlidesDesc .swiper-slide-inner h3 {
    font-size: 20px;
  }
  .swiperSlidesDesc .swiper-slide-inner h1 {
    font-size: 50px;
  }
}
.domaineOuter {
  padding: 0px;
}

.domaine {
  position: relative;
  padding: 10px;
  height: 500px;
  box-shadow: none;
}
.domaine .domaineLink {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.domaine .domaines_icone {
  position: relative;
  z-index: 4;
  width: 100%;
  text-align: center;
}
.domaine .domaines_icone img {
  width: auto;
  height: 110px;
  display: inline-block;
  max-width: 100%;
}
.domaine h2 {
  color: #e8b923;
  text-transform: uppercase;
  margin-bottom: 0;
}
.domaine h3 {
  color: #fff !important;
  font-size: 25px !important;
}
.domaine:hover .maskDomaine {
  opacity: 0.5;
}
.domaine .maskDomaine {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 1;
  transition: 0.3s;
}
.domaine .domaineContent {
  border-radius: 0px;
  height: 100%;
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.domaine .domaineContent .domaineDescription {
  position: relative;
  z-index: 3;
}

.arrowDomaines {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: auto;
}

.arrowPrevDomaines {
  left: -25px;
}

.arrowNextDomaines {
  right: -25px;
}

.produit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.produit .maskProduit {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 1;
  transition: 0.3s;
}
.produit .produitLink {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
}
.produit:hover .maskProduit {
  opacity: 0.5;
}
.produit .produitImg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.produit .produitDesc {
  position: relative;
  z-index: 2;
  text-align: center;
}
.produit .produitDesc h2 {
  color: #e8b923;
  text-transform: uppercase;
  margin-bottom: 0;
}
.produit .produitDesc h3 {
  color: #fff !important;
  font-size: 25px !important;
}
.left .produit {
  height: 400px;
}
.right .produit {
  height: 260px;
}

.woo-carousel {
  position: relative;
}
.woo-carousel .slick-dots li button::before {
  font-size: 15px;
  color: #f2f2f2;
}
.woo-carousel .slick-dots li.slick-active button::before {
  color: #f2f2f2;
}
.woo-carousel .swiper-button-prev-slide,
.woo-carousel .swiper-button-next-slide {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: auto;
}
.woo-carousel .swiper-button-prev-slide {
  left: -30px;
}
.woo-carousel .swiper-button-next-slide {
  right: -30px;
}

.woo-popular-products-carousel {
  text-align: center;
}
.woo-popular-products-carousel .woo-product-item {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin: 30px 20px;
  padding: 30px 15px;
  text-align: center;
  transition: 0.3s;
  position: relative;
  min-height: 500px;
}
.woo-popular-products-carousel .woo-product-item .productLink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.woo-popular-products-carousel .woo-product-item:hover {
  transform: scale(1.02);
}
.woo-popular-products-carousel .woo-product-item .attachment-thumbnail {
  width: 80%;
  display: inline-block;
}
.woo-popular-products-carousel h4 {
  font-size: 24px;
}
.woo-popular-products-carousel .amount {
  font-size: 18px;
  color: #e8b923;
  font-weight: 700;
}

.elementor-image-carousel-wrapper img.swiper-slide-image {
  height: 400px;
  object-fit: cover;
}
.elementor-image-carousel-wrapper .swiper-slide-inner {
  margin: 5px !important;
}

.centres-footer-wrapper h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #e8b923;
  font-size: 25px;
}
.centres-footer-wrapper .centres-columns, .centres-footer-wrapper .horaire-box {
  text-align: left;
}
.centres-footer-wrapper .horaire-box table td {
  padding: 5px;
}
