.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-d6171a9:#9F5353;--e-global-color-6f2871a:#FAAE62;--e-global-color-70229ef:#FAF3DE;--e-global-color-a9a438c:#F7751E;--e-global-color-6d801da:#F9C98E;--e-global-color-02fab0b:#FFB6B5;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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 *//* =========================
   BOUTON RETOUR EN HAUT — GRAIN DE RIRE
   ========================= */

html body #ast-scroll-top,
html body #ast-scroll-top.ast-scroll-to-top-icon,
html body #ast-scroll-top .ast-icon {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;

  padding: 0 !important;
  margin: 0 !important;

  background: #FAAE62 !important;
  background-color: #FAAE62 !important;

  border: none !important;
  border-radius: 50% !important;
  box-shadow: none !important;
}

html body #ast-scroll-top {
  align-items: center !important;
  justify-content: center !important;
  line-height: 44px !important;
}

html body #ast-scroll-top .ast-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}

html body #ast-scroll-top svg {
  width: 17px !important;
  height: 17px !important;
  margin: 0 !important;
  fill: #ffffff !important;
}

html body #ast-scroll-top:hover,
html body #ast-scroll-top:hover .ast-icon {
  background: #f39a43 !important;
  background-color: #f39a43 !important;
}


/* =========================
   CARROUSEL AVIS — GRAIN DE RIRE
   ========================= */

/* Le carrousel masque les avis voisins */
.avis-bulle .swiper {
  overflow: hidden !important;
  padding: 55px 0 70px !important;
}

/* Le slide garde assez d’espace pour le triangle */
.avis-bulle .swiper-slide {
  overflow: visible !important;
}

/* Applique le style à tous les états du slide */
.avis-bulle .swiper-slide .elementor-testimonial,
.avis-bulle .swiper-slide-active .elementor-testimonial,
.avis-bulle .swiper-slide-prev .elementor-testimonial,
.avis-bulle .swiper-slide-next .elementor-testimonial,
.avis-bulle .swiper-slide-duplicate .elementor-testimonial {
  background: #ffffff !important;
  border-radius: 32px !important;
  padding: 36px 54px 42px !important;
  max-width: 460px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible !important;
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* Contenu texte sous le nom */
.avis-bulle .elementor-testimonial__content {
  order: 2;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 32px !important;
}

/* Nom au-dessus */
.avis-bulle .elementor-testimonial__footer {
  order: 1;
  margin: 0 0 16px 0 !important;
  padding: 0 !important;
  justify-content: center !important;
  text-align: center !important;
  width: 100%;
}

.avis-bulle .elementor-testimonial__cite {
  margin: 0 !important;
  text-align: center !important;
  width: 100%;
}

.avis-bulle .elementor-testimonial__name {
  display: block;
  color: #9D565A !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  text-align: center !important;
}

.avis-bulle .elementor-testimonial__title,
.avis-bulle .elementor-testimonial__image {
  display: none !important;
}

.avis-bulle .elementor-testimonial__text {
  color: #2B2B2B !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  margin: 0 !important;
  text-align: center !important;
  background: transparent !important;
}

/* Petit triangle sous la bulle */
.avis-bulle .elementor-testimonial::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 68%;
  width: 44px;
  height: 44px;
  background: #ffffff;
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
}

/* Points de navigation */
.avis-bulle .swiper-pagination {
  margin-top: 20px !important;
  position: relative !important;
}

.avis-bulle .swiper-pagination-bullet {
  width: 11px !important;
  height: 11px !important;
  background: #ffffff !important;
  opacity: 1 !important;
}

.avis-bulle .swiper-pagination-bullet-active {
  background: #9D565A !important;
}

/* Mobile */
@media (max-width: 767px) {
  .avis-bulle .swiper {
    padding: 45px 0 65px !important;
  }

  .avis-bulle .swiper-slide .elementor-testimonial,
  .avis-bulle .swiper-slide-active .elementor-testimonial,
  .avis-bulle .swiper-slide-prev .elementor-testimonial,
  .avis-bulle .swiper-slide-next .elementor-testimonial,
  .avis-bulle .swiper-slide-duplicate .elementor-testimonial {
    max-width: 88%;
    padding: 30px 28px 36px !important;
    border-radius: 28px !important;
  }

  .avis-bulle .elementor-testimonial::after {
    left: 65%;
    width: 38px;
    height: 38px;
    bottom: -18px;
  }

  .avis-bulle .elementor-testimonial__name {
    font-size: 18px !important;
  }

  .avis-bulle .elementor-testimonial__text {
    font-size: 15px !important;
  }
}
/* =========================
   ICÔNE MENU VOLTE-FACE — GRAIN DE RIRE
   ========================= */

.menu-volteface-gdr {
  position: relative !important;
}

/* Cache l’icône hamburger instable de UAE */
.menu-volteface-gdr .uael-nav-menu__toggle,
.menu-volteface-gdr .uael-nav-menu__toggle-icon {
  color: transparent !important;
}

/* Hamburger indépendant, toujours visible */
.menu-volteface-gdr::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 27px;
  height: 19px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 9999;

  background:
    linear-gradient(#ffffff, #ffffff) top / 100% 3px no-repeat,
    linear-gradient(#ffffff, #ffffff) center / 100% 3px no-repeat,
    linear-gradient(#ffffff, #ffffff) bottom / 100% 3px no-repeat;
}
/* Icône Volte-face bordeaux — uniquement sur ce menu */
html body .menu-volteface-gdr.menu-volteface-bordeaux
.uael-nav-menu__toggle::after {
  background: none !important;

  background-image:
    linear-gradient(#9F5353, #9F5353),
    linear-gradient(#9F5353, #9F5353),
    linear-gradient(#9F5353, #9F5353) !important;

  background-position:
    top,
    center,
    bottom !important;

  background-size:
    100% 3px,
    100% 3px,
    100% 3px !important;

  background-repeat: no-repeat !important;
}/* End custom CSS */