.elementor-10 .elementor-element.elementor-element-4382e1c{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for shortcode, class: .elementor-element-2ffcb27 *//* =====================================================
   CSS — SECTION HEADER (Erre Commune)
===================================================== */

header {
  background: var(--beige);
  border-bottom: 2px solid var(--beige-fonce);
  position: sticky; top: 0; z-index: 100;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
}

.nav-inner {
  max-width: 1280px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 28px; height: 68px;
}

.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; flex-shrink: 0; }
.logo-badge {
  width: 44px; height: 44px;
  background: var(--vert-fonce);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.logo-badge svg { width: 22px; height: 22px; stroke: #fff; fill: none; }
.logo-title { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 900; color: var(--vert-fonce); letter-spacing: -0.3px; }
.logo-sub { font-size: 10px; font-weight: 700; color: var(--gris-moyen); text-transform: uppercase; letter-spacing: 1px; }

/* Nav principale */
.nav-main { display: flex; align-items: stretch; gap: 0; list-style: none; height: 68px; }
.nav-item { position: relative; display: flex; align-items: center; }

.nav-item > a {
  display: flex; align-items: center; gap: 5px;
  font-size: 13.5px; font-weight: 700;
  color: var(--gris);
  text-decoration: none;
  padding: 0 13px;
  height: 100%;
  white-space: nowrap;
  transition: all .2s;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
}

.nav-item > a svg.chevron {
  width: 10px; height: 10px;
  stroke: #bbb; fill: none;
  transition: transform .2s; flex-shrink: 0;
}

.nav-item:hover > a {
  color: var(--vert-fonce);
  border-bottom-color: var(--vert);
  background: rgba(74,124,89,0.07);
}
.nav-item:hover > a svg.chevron { transform: rotate(180deg); stroke: var(--vert); }

/* CTA */
.nav-cta {
  background: var(--cta) !important;
  color: var(--blanc) !important;
  border-radius: 20px !important;
  padding: 8px 18px !important;
  height: auto !important;
  margin: auto 0 auto 8px !important;
  border-bottom: none !important;
  font-size: 13px !important; font-weight: 800 !important;
  box-shadow: 0 3px 10px rgba(200,97,42,0.3);
  gap: 7px;
}
.nav-cta svg { width: 14px; height: 14px; stroke: #fff; fill: none; }
.nav-cta:hover { background: var(--cta-hover) !important; transform: translateY(-1px); box-shadow: 0 5px 16px rgba(200,97,42,.4) !important; }

/* ── DROPDOWN ── */
.dropdown {
  display: none;
  position: absolute; top: calc(100% + 2px); left: 0;
  background: var(--blanc);
  border-radius: 0 0 14px 14px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.12);
  min-width: 240px;
  z-index: 200;
  border-top: 3px solid var(--vert);
  overflow: hidden;
  animation: dropIn .18s ease;
}

.nav-item:hover .dropdown { display: block; }

.dropdown a {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 16px;
  font-size: 13px; font-weight: 700;
  color: var(--gris);
  text-decoration: none;
  border-bottom: 1px solid var(--gris-clair);
  transition: all .15s;
}
.dropdown a svg { width: 14px; height: 14px; stroke: var(--vert); fill: none; flex-shrink: 0; }
.dropdown a:hover { background: var(--vert-clair); color: var(--vert-fonce); padding-left: 20px; }
.dropdown a:last-child { border-bottom: none; }

@keyframes dropIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }/* End custom CSS */