.elementor-20426 .elementor-element.elementor-element-e2c7f86{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-b439061 */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400;1,700&family=Outfit:wght@300;400;500;600&display=swap');

/* ── Variables ────────────────────────────────────────────── */
:root {
  --vert:    #1B4332;
  --vert2:   #0D2B1E;
  --orange:  #ef5c1a;
  --orange2: #c94a12;
  --creme:   #FAF7F2;
  --texte:   #1A1A1A;
  --gris:    #6B7280;
  --ligne:   #E5E0D8;
  --blanc:   #FFFFFF;
  --rouge:   #DC2626;
  --rouge-bg: rgba(220, 38, 38, 0.05);
  --rouge-border: rgba(220, 38, 38, 0.2);
}

/* ╔══════════════════════════════════════════════════════════╗
   ║  BANDEAU CONTACTS OFFICIELS (sticky top)                 ║
   ╚══════════════════════════════════════════════════════════╝ */
.bandeau-officiel {
  background: var(--vert);
  padding: 10px 24px;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 2px solid var(--orange);
}
.bandeau-officiel__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.bandeau-officiel__label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--orange);
  display: flex;
  align-items: center;
  gap: 7px;
  border-bottom: none;
  flex-shrink: 0;
}
.bandeau-officiel__contacts {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.bandeau-officiel__contact {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
  border-bottom: none;
}
.bandeau-officiel__contact:hover {
  color: var(--blanc);
  border-bottom: none;
}
.bandeau-officiel__contact span {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
}
.bandeau-officiel__seal {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  flex-shrink: 0;
}
.bandeau-officiel__seal strong {
  color: rgba(255, 255, 255, 0.8);
}

/* ── Liens ────────────────────────────────────────────────── */
a {
  color: var(--orange);
  text-decoration: none;
  border-bottom: 1px solid rgba(239, 92, 26, 0.3);
  transition: border-color 0.2s;
}
a:hover { border-color: var(--orange); }/* End custom CSS */