.elementor-kit-9{--e-global-color-primary:#142938;--e-global-color-secondary:#30373E;--e-global-color-text:#535353;--e-global-color-accent:#30373E;--e-global-color-lighter:#9B9B9B;--e-global-color-dark:#202020;--e-global-color-highlight:#E56D6D;--e-global-color-border:#E5E5E5;--e-global-color-bdc05e1:#142938;--e-global-color-c65dd24:#FFFFFFD9;--e-global-color-14b801a:#142938;background-color:#fff;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1290px;}.e-con{--container-max-width:1290px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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 *//* 1) Ne jamais rogner dans le header (desktop + sticky cloné) */
.elementor-location-header,
.elementor-location-header .elementor-section,
.elementor-location-header .elementor-container,
.elementor-location-header .elementor-column,
.elementor-sticky--effects.elementor-sticky--active {
  overflow: visible !important;
  z-index: 99;
}

/* 2) Normaliser l'image du logo */
.elementor-location-header .elementor-widget-image img,
.elementor-location-header img.custom-logo {
  display: block;
  height: auto !important;
  max-height: none !important; /* supprime une éventuelle limite */
  margin: 0;
  transform-origin: center left; /* si un scale() est appliqué */
  will-change: transform;
}

/* 3) Laisser une marge basse automatique quand nécessaire */
.elementor-location-header,
.elementor-sticky--effects.elementor-sticky--active {
  padding-bottom: var(--logo-extra, 12px); /* --logo-extra sera ajusté par le JS */
  border-bottom: 0;
  box-shadow: none;
}

/* (Optionnel) Si un Shape Divider bas cause la barre bleue, on le masque */
.elementor-location-header .elementor-shape-bottom,
.elementor-location-header .elementor-shape-bottom svg {
  display: none !important;
  height: 0 !important;
}

/* (Optionnel) sécurité sur petits écrans : réduire un peu le logo si besoin */
@media (max-width: 640px) {
  .elementor-location-header .elementor-widget-image img,
  .elementor-location-header img.custom-logo {
    max-width: 84%; /* ajuste si tu veux */
  }
}/* End custom CSS */