.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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-5 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){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* === CTA "menu-cta" dans le menu burger mobile (Elementor Nav Menu) === */
/* Ajoute la classe menu-cta (ou l’ID menu-cta) à l’item de menu dans Apparence → Menus */

.elementor-nav-menu--dropdown .menu-cta > a.elementor-item,
.elementor-nav-menu--dropdown .menu-cta > a.elementor-sub-item,
.elementor-nav-menu--dropdown #menu-cta > a.elementor-item,
.elementor-nav-menu--dropdown #menu-cta > a.elementor-sub-item {
  position: relative;
  display: block;
  width: 60%;
  margin: 12px auto 16px;          /* centre le bouton */
  padding: 12px 16px;
  text-align: center;
  box-sizing: border-box;
  font-weight: 600;
  color: #fff !important;          /* texte blanc */
  text-decoration: none;
  border: none;                     /* change ici si tu veux une vraie bordure */
  border-radius: 8px;               /* coins arrondis */
  overflow: hidden;                 /* arrondis nets */
  z-index: 0;
  background-color: #A53F51;       /* fallback si ::before ne charge pas */
  background-image: linear-gradient(156deg, #A53F51 0%, #4C0013 100%);

  /* — Shadow par défaut — */
  box-shadow: 0 8px 18px rgba(76, 0, 19, 0.44);
}

/* Dégradé 156° via pseudo-élément (évite les overrides thème) */
.elementor-nav-menu--dropdown .menu-cta > a.elementor-item::before,
.elementor-nav-menu--dropdown .menu-cta > a.elementor-sub-item::before,
.elementor-nav-menu--dropdown #menu-cta > a.elementor-item::before,
.elementor-nav-menu--dropdown #menu-cta > a.elementor-sub-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-image: linear-gradient(156deg, #A53F51 0%, #4C0013 100%);
  background-color: #A53F51; /* fallback */
  z-index: -1;
}

/* États : hover / active / focus */
.elementor-nav-menu--dropdown .menu-cta > a:hover::before,
.elementor-nav-menu--dropdown #menu-cta > a:hover::before {
  filter: brightness(1.05);
}
.elementor-nav-menu--dropdown .menu-cta > a:hover,
.elementor-nav-menu--dropdown #menu-cta > a:hover {
  box-shadow: 0 12px 26px rgba(76, 0, 19, 0.44);
}
.elementor-nav-menu--dropdown .menu-cta > a:active,
.elementor-nav-menu--dropdown #menu-cta > a:active {
  transform: translateY(1px);
  box-shadow: 0 6px 14px rgba(76, 0, 19, 0.44);
}
.elementor-nav-menu--dropdown .menu-cta > a:focus-visible,
.elementor-nav-menu--dropdown #menu-cta > a:focus-visible {
  outline: 3px solid rgba(165, 63, 81, 0.35);
  outline-offset: 2px;
  /* Anneau d'accessibilité complémentaire */
  box-shadow: 0 0 0 3px rgba(76, 0, 19, 0.44);
}

/* Option : retirer un éventuel padding du <li> pour un centrage parfait */
.elementor-nav-menu--dropdown .menu-cta,
.elementor-nav-menu--dropdown #menu-cta {
  padding-left: 0;
  padding-right: 0;
}

/* Option : bordure dégradée (à activer si souhaité)
.elementor-nav-menu--dropdown .menu-cta > a::after,
.elementor-nav-menu--dropdown #menu-cta > a::after {
  content: "";
  position: absolute; inset: 0;
  border-radius: inherit;
  padding: 2px;  /* épaisseur de la “bordure” */
  background: linear-gradient(156deg, #A53F51, #4C0013);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;  /* creuse l’intérieur */
  pointer-events: none;
}
*/

/* Option : limiter la largeur max sur grands mobiles */
@media (min-width: 480px) {
  .elementor-nav-menu--dropdown .menu-cta > a.elementor-item,
  .elementor-nav-menu--dropdown #menu-cta > a.elementor-item {
    max-width: 420px;
  }
}

/* === Logos marquee (Swiper) === */

/* Défilement fluide et continu */
.logos-marquee .swiper-wrapper { 
  transition-timing-function: linear !important; 
}

/* Largeur auto pour accepter des logos de tailles différentes */
.logos-marquee .swiper-slide { 
  width: auto !important; 
}

/* Hauteur uniforme des logos (ajuste) */
.logos-marquee .swiper-slide img { 
  height: 42px; 
  width: auto; 
}

/* Optionnel : style grayscale + hover */
.logos-marquee .swiper-slide img {
  filter: grayscale(1);
  opacity: .85;
  transition: filter .2s, opacity .2s;
}
.logos-marquee .swiper-slide:hover img {
  filter: grayscale(0);
  opacity: 1;
}

/* Bordures latérales “fondues” (joli effet) – optionnel */
.logos-marquee {
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}/* End custom CSS */