.elementor-kit-11{--e-global-color-primary:#BE9F56;--e-global-color-secondary:#242423;--e-global-color-text:#242423;--e-global-color-accent:#BE9F56;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;font-family:"Poppins", Sans-serif;font-size:18px;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 a{font-family:"Poppins", Sans-serif;}.elementor-kit-11 h1{font-family:"Poppins", Sans-serif;font-size:75px;}.elementor-kit-11 h2{font-family:"Poppins", Sans-serif;font-size:30px;}.elementor-kit-11 h3{font-family:"Poppins", Sans-serif;font-size:25px;}.elementor-kit-11 h4{font-family:"Poppins", Sans-serif;}.elementor-kit-11 h5{font-family:"Poppins", Sans-serif;}.elementor-kit-11 h6{font-family:"Poppins", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
    margin: 0;
}

body, html {
  overflow-x: hidden;
}

*, *::before, *::after {
  box-sizing: border-box;
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

/* HOME */
/* HERO - Pagination Swiper personnalisée */
/* Pagination principale (positionnée sous le bouton) */
.swiper-pagination {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-end !important;
  position: absolute !important;
  bottom: 100px !important;
  left: 125px !important;
  width: auto !important;
  padding: 25px !important;
  z-index: 10 !important;
}

/* Bullets : barres horizontales fines */
.swiper-pagination-bullet {
  width: 40px !important;
  height: 5px !important;
  border-radius: 2px !important;
  opacity: 0.4 !important;
  margin: 0 6px !important;
  transition: all 0.3s ease !important;
}

/* Bullet active légèrement plus haute */
.swiper-pagination-bullet-active {
  opacity: 1 !important;
  height: 7px !important;
}

.elementor-slide-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1; 
}

.elementor-slide-button::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/uploads/2025/07/white-arrow-right.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  flex-shrink: 0;
  margin-left: 20px;
}

.swiper-container-diapositive .swiper-wrapper {
  cursor: auto !important;
}

/* === Responsive === */

@media (max-width: 1440px) {
    .swiper-pagination {
    bottom: 105px !important;
  }
}

/* Tablettes */
@media (max-width: 1024px) {
  .swiper-pagination {
    left: 10px !important;
    transform: scale(0.8) !important;
  }
}

/* Mobiles */
@media (max-width: 768px) {
  .swiper-pagination {
    position: relative !important;
    bottom: 50px !important;
    left: 0 !important;
    justify-content: center !important;
    transform: scale(0.5) !important;
  }
  .elementor-slide-button::after {
    width: 10px;
    height: 10px;
    margin-left: 10px;
  }
}

/* Icone flèche bouton */
.elementor-button .elementor-button-content-wrapper {
  display: flex;
  align-items: center; 
  gap: 0.5em; 
}

.elementor-button .elementor-button-icon {
  display: flex; 
  align-items: center;
}
.elementor-button .elementor-button-icon svg {
  width: 32px;
  height: 32px;
}

@media (min-width: 768px) {
  .elementor-button .elementor-button-icon svg {
    width: 28px;
    height: 28px;
  }
}

/* FORMULAIRE */
label {
    color: #fff !important;
}

input, textarea {
    border: none !important;
    border-radius: 0 !important;
}

/* MENU *//* End custom CSS */