/*
Theme Name: Défi Autonomie
Theme URI: https://www.defi-autonomie.com
Author: Seniors-Autonomie
Author URI: https://www.defi-autonomie.com
Description: Thème sur-mesure porté par l'association Seniors-Autonomie pour l'événement Défi Autonomie (Lyon). 100% natif WordPress, sans plugin requis. Contenus dynamiques via types de contenus personnalisés (Au programme, Actualités, Presse, Partenaires, Diaporama), pages Qui sommes-nous, page Actualités partenaires avec HTML + flux RSS, options via l'Outil de personnalisation, compteur d'inscription paramétrable.
Version: 2.8.1
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: defi-autonomie
*/

/* =========================================================
   VARIABLES & RESET
   ========================================================= */
:root {
  --gold:       #C8A96E;
  --gold-light: #E4C98A;
  --navy:       #1A2B4A;
  --navy-light: #243556;
  --teal:       #3A8C8A;
  --cream:      #FAF6EF;
  --white:      #FFFFFF;
  --text-mid:   #4A4A5A;
  --text-light: #8A8A9A;
  --radius:     12px;
  --shadow:     0 8px 40px rgba(26,43,74,.13);
  --shadow-sm:  0 2px 12px rgba(26,43,74,.08);
  --header-h:   84px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html, body { width: 100%; max-width: 100%; overflow-x: hidden; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--cream);
  color: #1C1C1C;
  line-height: 1.6;
}

img { max-width: 100%; height: auto; }
a { color: inherit; }

.da-container { max-width: 1240px; margin: 0 auto; padding: 0 5%; }

/* =========================================================
   HEADER / NAVIGATION
   ========================================================= */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--white);
  box-shadow: 0 2px 18px rgba(26,43,74,.08);
}
.header-inner {
  display: flex; align-items: center; gap: 22px;
  min-height: var(--header-h);
  max-width: 1320px; margin: 0 auto; padding: 10px 4%;
}
.site-brand { display: flex; align-items: center; flex-shrink: 0; }
.site-brand img { height: 56px; width: auto; display: block; }
.site-brand .brand-text {
  font-family: 'Playfair Display', serif; font-weight: 900;
  font-size: 1.25rem; color: var(--navy); line-height: 1.05;
}
.site-brand .brand-text span { color: var(--gold); }

/* Cadre vidéo "Dame Belette" intégré dans l'en-tête */
.header-mascot {
  flex-shrink: 0;
  width: 60px; height: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--gold);
  box-shadow: 0 4px 14px rgba(200,169,110,.45);
  background: var(--navy);
  position: relative;
}
.header-mascot video,
.header-mascot img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.header-mascot::after {
  content: ''; position: absolute; inset: 0;
  border-radius: 50%; box-shadow: inset 0 0 0 2px rgba(255,255,255,.25);
  pointer-events: none;
}

/* Navigation principale */
.primary-nav { margin-left: auto; }
.primary-nav ul { list-style: none; display: flex; align-items: center; gap: 4px; }
.primary-nav li { position: relative; }
.primary-nav a {
  display: block; text-decoration: none;
  font-size: .92rem; font-weight: 500; color: var(--navy);
  padding: 10px 13px; border-radius: 8px;
  transition: background .18s, color .18s;
  white-space: nowrap;
}
.primary-nav a:hover,
.primary-nav .current-menu-item > a,
.primary-nav .current_page_item > a,
.primary-nav .current-menu-parent > a { background: var(--cream); color: var(--teal); }

/* Sous-menus (ex : Qui sommes-nous ?) */
.primary-nav .sub-menu,
.primary-nav .children {
  position: absolute; top: 100%; left: 0;
  background: var(--white);
  min-width: 230px; padding: 8px;
  border-radius: 10px;
  box-shadow: var(--shadow);
  border: 1px solid #EEE;
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity .18s, transform .18s, visibility .18s;
  z-index: 50;
}
.primary-nav li:hover > .sub-menu,
.primary-nav li:hover > .children,
.primary-nav li.is-open > .sub-menu,
.primary-nav li.is-open > .children { opacity: 1; visibility: visible; transform: translateY(0); }
.primary-nav .sub-menu a,
.primary-nav .children a { padding: 9px 12px; font-size: .88rem; }
.menu-item-has-children > a::after,
.page_item_has_children > a::after { content: ' ▾'; font-size: .7em; opacity: .6; }

/* Bouton M'inscrire (CTA spécial) */
.nav-inscription { display: flex; align-items: center; gap: 4px; flex-shrink: 0; }
.btn-inscription {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--gold); color: var(--navy) !important;
  font-weight: 700; font-size: .92rem;
  padding: 11px 20px; border-radius: 30px;
  text-decoration: none; white-space: nowrap;
  box-shadow: 0 4px 16px rgba(200,169,110,.4);
  transition: background .2s, transform .2s;
}
.btn-inscription:hover { background: var(--gold-light); transform: translateY(-2px); }
.btn-inscription svg { width: 16px; height: 16px; }
.btn-inscription.is-locked { background: #E5E1D6; color: var(--text-mid) !important; box-shadow: none; cursor: default; }
.btn-inscription .inscr-countdown { font-variant-numeric: tabular-nums; font-weight: 700; }

/* Burger mobile */
.nav-toggle {
  display: none; margin-left: auto;
  background: none; border: none; cursor: pointer;
  width: 42px; height: 42px; border-radius: 8px;
  align-items: center; justify-content: center;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: ''; display: block; position: relative;
  width: 24px; height: 2px; background: var(--navy);
  transition: transform .25s, opacity .25s;
}
.nav-toggle span::before { position: absolute; top: -7px; }
.nav-toggle span::after  { position: absolute; top: 7px; }
body.nav-open .nav-toggle span { background: transparent; }
body.nav-open .nav-toggle span::before { transform: translateY(7px) rotate(45deg); }
body.nav-open .nav-toggle span::after  { transform: translateY(-7px) rotate(-45deg); }

/* =========================================================
   HERO (accueil)
   ========================================================= */
.hero {
  position: relative; min-height: 640px;
  background: var(--navy);
  display: flex; align-items: center;
  overflow: visible; padding: 70px 5% 110px;
}
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(105deg, rgba(15,28,58,.86) 0%, rgba(15,28,58,.42) 50%, rgba(15,28,58,.68) 100%);
}
.hero-content { position: relative; z-index: 3; max-width: 660px; }
.hero-eyebrow {
  display: inline-block; font-size: 11px; font-weight: 600;
  letter-spacing: 3px; text-transform: uppercase; color: var(--gold);
  border: 1px solid rgba(200,169,110,.4); padding: 5px 14px; border-radius: 30px; margin-bottom: 22px;
}
.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 900; color: #fff;
  line-height: 1.12; margin-bottom: 20px;
}
.hero h1 span { color: var(--gold); }
.hero-desc { font-size: 1.05rem; line-height: 1.75; color: rgba(255,255,255,.75); max-width: 540px; margin-bottom: 32px; }
.hero-cta {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--gold); color: var(--navy);
  font-weight: 600; font-size: .95rem; padding: 14px 28px; border-radius: 8px;
  text-decoration: none; transition: background .2s, transform .2s;
}
.hero-cta:hover { background: var(--gold-light); transform: translateY(-2px); }
.hero-cta svg { width: 16px; height: 16px; }

.hero-logo-overflow {
  position: absolute; bottom: -55px; left: 50%; transform: translateX(-50%);
  z-index: 20; background: var(--white); border-radius: 14px;
  padding: 10px 28px; box-shadow: 0 8px 32px rgba(26,43,74,.2);
}
.hero-logo-overflow img { height: 110px; width: auto; display: block; }

/* Bloc événement (droite du hero / slider) */
.hero-event-block, .prog-overlay-text {
  position: absolute; top: 50%; right: 5%; transform: translateY(-50%);
  z-index: 6; text-align: right; pointer-events: none;
}
.pot-label {
  display: inline-block; font-size: .72rem; font-weight: 700;
  letter-spacing: 3px; text-transform: uppercase; color: var(--gold);
  background: rgba(15,28,58,.5); padding: 5px 14px; border-radius: 20px;
  margin-bottom: 14px; backdrop-filter: blur(4px);
}
.pot-main {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.7rem, 3.2vw, 2.8rem); font-weight: 900; color: #fff;
  line-height: 1.15; text-shadow: 0 3px 18px rgba(0,0,0,.55); max-width: 420px;
}
.pot-main span { color: var(--gold); }
.pot-date {
  font-size: 1rem; font-weight: 600; color: rgba(255,255,255,.88);
  letter-spacing: 1px; margin: 10px 0 16px; text-shadow: 0 2px 10px rgba(0,0,0,.5);
}
.pot-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--gold); color: var(--navy);
  font-size: .92rem; font-weight: 700; padding: 10px 22px; border-radius: 30px;
  box-shadow: 0 4px 18px rgba(200,169,110,.45); letter-spacing: .5px;
}
.pot-badge svg { width: 16px; height: 16px; }

/* Banner mobile événement */
.hero-event-mobile { display: none; }
.hero-event-mobile .pot-main { text-shadow: none; max-width: 100%; font-size: 1.65rem; }

/* =========================================================
   PHOTO STRIP
   ========================================================= */
.photo-strip-wrap { padding-top: 72px; background: var(--cream); }
.photo-strip { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 4px; height: 280px; }
.photo-slot { overflow: hidden; background: #CBD5E0; }
.photo-slot img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.photo-slot:hover img { transform: scale(1.04); }

/* =========================================================
   SECTIONS GÉNÉRIQUES
   ========================================================= */
.section { padding: 72px 5%; }
.section-inner { max-width: 1240px; margin: 0 auto; }
.section-title { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.section-title span { color: var(--teal); }
.section-sub { font-size: .95rem; color: var(--text-mid); margin-bottom: 40px; }
.divider { width: 52px; height: 3px; background: var(--gold); border-radius: 2px; margin: 12px 0 36px; }

/* Présentation */
.presentation { background: var(--white); }
.pres-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.pres-text p { font-size: 1.02rem; line-height: 1.8; color: var(--text-mid); }
.pres-media video, .pres-media img { width: 100%; max-width: 420px; display: block; margin: 0 auto; border-radius: var(--radius); }

/* 5 éléments programme */
.elements { background: var(--cream); }
.elements-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 22px; margin-bottom: 50px; }
.elem-card { border-radius: var(--radius); padding: 30px 22px; text-align: center; box-shadow: var(--shadow-sm); border-top: 5px solid transparent; transition: transform .25s, box-shadow .25s; }
.elem-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.elem-card--c1 { background: #FFF1EE; border-top-color: #E8533A; }
.elem-card--c2 { background: #EEF6FF; border-top-color: #3A88D4; }
.elem-card--c3 { background: #F4EEFF; border-top-color: #8B5CF6; }
.elem-card--c4 { background: #EDFAF2; border-top-color: #27AE60; }
.elem-card--c5 { background: #FFF7EE; border-top-color: #F59E0B; }
.elem-icon { width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.elem-card--c1 .elem-icon { background: linear-gradient(135deg, #E8533A, #FF7A5C); }
.elem-card--c2 .elem-icon { background: linear-gradient(135deg, #3A88D4, #60AEF0); }
.elem-card--c3 .elem-icon { background: linear-gradient(135deg, #8B5CF6, #A78BFA); }
.elem-card--c4 .elem-icon { background: linear-gradient(135deg, #27AE60, #52C78A); }
.elem-card--c5 .elem-icon { background: linear-gradient(135deg, #F59E0B, #FBBF24); }
.elem-icon svg { width: 28px; height: 28px; color: #fff; fill: none; stroke: currentColor; stroke-width: 1.8; }
.elem-card h3 { font-family: 'Playfair Display', serif; font-size: 1.05rem; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.elem-card p { font-size: .86rem; color: var(--text-mid); line-height: 1.6; }

/* Bandeau information + mascotte */
.info-banner-wrap { position: relative; padding: 20px 0 40px; }
.info-banner { position: relative; background: linear-gradient(135deg, #1A2B4A 0%, #1A4B6A 100%); border-radius: 16px; padding: 36px 200px 36px 40px; transform: rotate(-1.2deg); box-shadow: 0 12px 48px rgba(26,43,74,.22); border: 1.5px solid rgba(200,169,110,.3); overflow: visible; }
.info-banner-inner { transform: rotate(0deg); position: relative; z-index: 2; }
.info-banner-tag { display: inline-flex; align-items: center; gap: 7px; font-size: .68rem; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: #C8A96E; border: 1px solid rgba(200,169,110,.4); padding: 4px 12px; border-radius: 20px; margin-bottom: 14px; }
.info-banner-tag svg { width: 10px; height: 10px; fill: #C8A96E; }
.info-banner-text { font-size: .97rem; line-height: 1.8; color: rgba(255,255,255,.82); max-width: 560px; }
.info-banner-text strong { color: #C8A96E; font-weight: 600; }
.info-banner-mascot { position: absolute; bottom: -18px; right: -10px; z-index: 5; transform: rotate(1.2deg); filter: drop-shadow(4px 8px 16px rgba(0,0,0,.35)); pointer-events: none; }
.info-banner-mascot img { height: 200px; width: auto; display: block; }

/* Slider programme */
.prog-slider { position: relative; overflow: hidden; border-radius: var(--radius); height: 380px; background: #CBD5E0; }
.prog-track { display: flex; height: 100%; transition: transform .6s cubic-bezier(.4,0,.2,1); }
.prog-slide { flex: 0 0 100%; height: 100%; overflow: hidden; }
.prog-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.prog-grad { position: absolute; inset: 0; background: linear-gradient(to left, rgba(10,20,45,.72) 0%, rgba(10,20,45,.25) 45%, transparent 70%); z-index: 4; pointer-events: none; }
.prog-btn { position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; background: rgba(26,43,74,.65); border: none; border-radius: 50%; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background .2s; }
.prog-btn:hover { background: var(--gold); }
.prog-btn svg { width: 20px; height: 20px; stroke: #fff; fill: none; stroke-width: 2.5; }
.prog-prev { left: 14px; } .prog-next { right: 14px; }
.prog-dots { position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%); display: flex; gap: 7px; z-index: 5; }
.prog-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.45); cursor: pointer; transition: background .2s, transform .2s; border: none; }
.prog-dot.active { background: var(--gold); transform: scale(1.3); }

/* Newsletter */
.newsletter { background: linear-gradient(135deg, var(--navy), #2E5F72); position: relative; overflow: hidden; }
.newsletter::after { content: ''; position: absolute; top: -60px; right: -60px; width: 340px; height: 340px; border-radius: 50%; background: rgba(200,169,110,.07); }
.nl-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; max-width: 1240px; margin: 0 auto; }
.nl-text .section-title { color: #fff; } .nl-text .section-title span { color: var(--gold); }
.nl-text p { color: rgba(255,255,255,.7); max-width: 420px; font-size: .97rem; }
.nl-form { display: flex; gap: 10px; flex-wrap: wrap; }
.nl-form input { padding: 13px 18px; border: none; border-radius: 8px; font-family: inherit; font-size: .95rem; width: 270px; background: rgba(255,255,255,.13); color: #fff; outline: none; }
.nl-form input::placeholder { color: rgba(255,255,255,.45); }
.nl-form button { padding: 13px 26px; background: var(--gold); color: var(--navy); font-weight: 600; font-size: .95rem; border: none; border-radius: 8px; cursor: pointer; transition: background .2s, transform .2s; white-space: nowrap; }
.nl-form button:hover { background: var(--gold-light); transform: translateY(-2px); }

/* =========================================================
   CARTES ACTUS (grilles d'archives)
   ========================================================= */
.actus { background: var(--white); }
.actus-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 360px)); justify-content: center; gap: 24px; max-width: 1240px; margin: 0 auto; }
.actu-card { display: flex; flex-direction: column; border: 1px solid #E8E8F0; border-radius: var(--radius); overflow: hidden; background: #fff; transition: box-shadow .25s, transform .25s; }
.actu-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.actu-img { height: 180px; background: #E2E8F0; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.actu-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.actu-img .placeholder { font-size: .82rem; color: #718096; }
.actu-body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.actu-tag { font-size: .75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; color: var(--teal); margin-bottom: 8px; }
.actu-body h4 { font-family: 'Playfair Display', serif; font-size: 1.05rem; font-weight: 700; color: var(--navy); line-height: 1.4; margin-bottom: 8px; }
.actu-body h4 a { text-decoration: none; }
.actu-body h4 a:hover { color: var(--teal); }
.actu-body p { font-size: .88rem; color: var(--text-mid); line-height: 1.6; }
.actu-link { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; padding-top: 14px; font-size: .85rem; font-weight: 600; color: var(--teal); text-decoration: none; }
.actu-link:hover { color: var(--navy); }
.actu-link svg { width: 14px; height: 14px; }

/* =========================================================
   PAGE HERO (pages internes / archives / single)
   ========================================================= */
.page-hero { background: linear-gradient(135deg, var(--navy) 0%, #2E5F72 100%); position: relative; overflow: hidden; padding: 60px 5% 64px; }
.page-hero::after { content: ''; position: absolute; top: -80px; right: -60px; width: 320px; height: 320px; border-radius: 50%; background: rgba(200,169,110,.08); }
.page-hero-inner { position: relative; z-index: 2; max-width: 1240px; margin: 0 auto; }
.page-hero .eyebrow { display: inline-block; font-size: 11px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); border: 1px solid rgba(200,169,110,.4); padding: 5px 14px; border-radius: 30px; margin-bottom: 18px; }
.page-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 900; color: #fff; line-height: 1.15; max-width: 820px; }
.page-hero h1 span { color: var(--gold); }
.page-hero .sub { color: rgba(255,255,255,.72); margin-top: 14px; max-width: 640px; font-size: 1rem; }
.breadcrumbs { font-size: .82rem; color: rgba(255,255,255,.6); margin-bottom: 16px; }
.breadcrumbs a { color: var(--gold); text-decoration: none; }
.breadcrumbs span { margin: 0 6px; opacity: .5; }

/* Contenu d'article / page */
.content-wrap { max-width: 820px; margin: 0 auto; padding: 64px 5%; }
.content-wrap.wide { max-width: 1100px; }
.entry-featured { border-radius: var(--radius); overflow: hidden; margin-bottom: 36px; box-shadow: var(--shadow); }
.entry-featured img { width: 100%; display: block; }
.entry-meta { font-size: .82rem; color: var(--text-light); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 20px; }
.entry-meta .tag { color: var(--teal); font-weight: 600; }
.entry-content { font-size: 1.05rem; line-height: 1.85; color: #2B2B38; }
.entry-content h2 { font-family: 'Playfair Display', serif; color: var(--navy); font-size: 1.5rem; margin: 32px 0 12px; }
.entry-content h3 { font-family: 'Playfair Display', serif; color: var(--navy); font-size: 1.2rem; margin: 26px 0 10px; }
.entry-content p { margin-bottom: 18px; }
.entry-content a { color: var(--teal); }
.entry-content img { border-radius: var(--radius); margin: 18px 0; }
.entry-content ul, .entry-content ol { margin: 0 0 18px 22px; }
.entry-content li { margin-bottom: 8px; }
.entry-content blockquote { border-left: 4px solid var(--gold); padding: 8px 0 8px 20px; margin: 22px 0; color: var(--text-mid); font-style: italic; }
.back-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 40px; font-weight: 600; color: var(--teal); text-decoration: none; }
.back-link svg { width: 16px; height: 16px; transform: rotate(180deg); }

.ext-cta { display: inline-flex; align-items: center; gap: 8px; margin-top: 8px; background: var(--gold); color: var(--navy); font-weight: 700; padding: 12px 24px; border-radius: 8px; text-decoration: none; transition: background .2s, transform .2s; }
.ext-cta:hover { background: var(--gold-light); transform: translateY(-2px); }

/* Sous-pages "Qui sommes-nous" */
.child-pages { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); gap: 20px; margin-top: 40px; }
.child-card { display: block; padding: 28px 24px; border: 1px solid #E8E8F0; border-radius: var(--radius); background: #fff; text-decoration: none; transition: box-shadow .2s, transform .2s; }
.child-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.child-card h3 { font-family: 'Playfair Display', serif; color: var(--navy); font-size: 1.15rem; margin-bottom: 8px; }
.child-card p { font-size: .9rem; color: var(--text-mid); }
.child-card .more { color: var(--teal); font-weight: 600; font-size: .85rem; margin-top: 12px; display: inline-block; }

/* =========================================================
   PAGE INSCRIPTION + COMPTEUR
   ========================================================= */
.inscription-wrap { background: radial-gradient(circle at 30% 0%, #2E5F72 0%, var(--navy) 60%); min-height: calc(100vh - var(--header-h)); display: flex; align-items: center; justify-content: center; padding: 70px 5%; position: relative; overflow: hidden; }
.inscription-wrap::before { content: ''; position: absolute; top: -120px; left: -120px; width: 420px; height: 420px; border-radius: 50%; background: rgba(200,169,110,.08); }
.inscription-wrap::after { content: ''; position: absolute; bottom: -150px; right: -120px; width: 480px; height: 480px; border-radius: 50%; background: rgba(58,140,138,.12); }
.inscription-card { position: relative; z-index: 2; text-align: center; max-width: 760px; width: 100%; }
.inscription-card .eyebrow { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); border: 1px solid rgba(200,169,110,.45); padding: 6px 16px; border-radius: 30px; margin-bottom: 26px; }
.inscription-card h1 { font-family: 'Playfair Display', serif; font-size: clamp(2.2rem, 5vw, 3.4rem); font-weight: 900; color: #fff; line-height: 1.12; margin-bottom: 16px; }
.inscription-card h1 span { color: var(--gold); }
.inscription-card .lead { color: rgba(255,255,255,.78); font-size: 1.08rem; max-width: 540px; margin: 0 auto 44px; }

.countdown { display: flex; justify-content: center; gap: 16px; margin-bottom: 44px; flex-wrap: wrap; }
.cd-unit { background: rgba(255,255,255,.06); border: 1px solid rgba(200,169,110,.25); border-radius: 16px; padding: 22px 10px; min-width: 116px; backdrop-filter: blur(6px); }
.cd-num { font-family: 'Playfair Display', serif; font-size: clamp(2.4rem, 6vw, 3.6rem); font-weight: 900; color: #fff; line-height: 1; font-variant-numeric: tabular-nums; }
.cd-label { font-size: .72rem; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); margin-top: 10px; }

.inscription-status { margin-bottom: 30px; font-size: 1rem; color: rgba(255,255,255,.85); }
.inscription-status .date-strong { color: var(--gold); font-weight: 700; }

.inscription-btn { display: inline-flex; align-items: center; gap: 10px; font-size: 1.1rem; font-weight: 700; padding: 18px 44px; border-radius: 40px; text-decoration: none; border: none; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.inscription-btn.locked { background: rgba(255,255,255,.08); color: rgba(255,255,255,.5); border: 1px solid rgba(255,255,255,.18); cursor: not-allowed; }
.inscription-btn.locked svg { width: 20px; height: 20px; }
.inscription-btn.open { background: var(--gold); color: var(--navy); box-shadow: 0 10px 40px rgba(200,169,110,.5); animation: inscr-pulse 2.4s ease-in-out infinite; }
.inscription-btn.open:hover { background: var(--gold-light); transform: translateY(-3px) scale(1.02); }
.inscription-btn.open svg { width: 20px; height: 20px; }
@keyframes inscr-pulse { 0%,100% { box-shadow: 0 10px 40px rgba(200,169,110,.45); } 50% { box-shadow: 0 10px 56px rgba(200,169,110,.75); } }
.inscription-hint { margin-top: 22px; font-size: .85rem; color: rgba(255,255,255,.5); }

/* =========================================================
   CONTACT
   ========================================================= */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; max-width: 1080px; margin: 0 auto; align-items: start; }
.contact-info p { color: var(--text-mid); line-height: 1.8; margin-bottom: 16px; }
.contact-info .info-row { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.contact-info .info-row svg { width: 20px; height: 20px; color: var(--teal); flex-shrink: 0; }
.contact-card { background: #fff; border: 1px solid #E8E8F0; border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow-sm); }
.contact-card h3 { font-family: 'Playfair Display', serif; color: var(--navy); font-size: 1.3rem; margin-bottom: 8px; }
.contact-card .soon { display: inline-block; font-size: .72rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); background: rgba(200,169,110,.12); padding: 4px 12px; border-radius: 20px; margin-bottom: 16px; }
.contact-form label { display: block; font-size: .85rem; font-weight: 600; color: var(--navy); margin: 14px 0 6px; }
.contact-form input, .contact-form textarea { width: 100%; padding: 12px 14px; border: 1px solid #E0E0EC; border-radius: 8px; font-family: inherit; font-size: .95rem; background: var(--cream); }
.contact-form textarea { min-height: 130px; resize: vertical; }
.contact-form .btn { margin-top: 18px; width: 100%; padding: 14px; background: var(--gold); color: var(--navy); font-weight: 700; border: none; border-radius: 8px; cursor: pointer; font-size: 1rem; transition: background .2s; }
.contact-form .btn:hover { background: var(--gold-light); }

/* =========================================================
   PARTENAIRES
   ========================================================= */
.partenaires { background: var(--cream); }
.partner-section { margin-bottom: 44px; max-width: 1240px; margin-left: auto; margin-right: auto; }
.partner-section-label { font-size: .78rem; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--text-light); margin-bottom: 18px; padding-bottom: 10px; border-bottom: 1px solid #E0E0EC; }
.logos-grid { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.logo-slot { height: 122px; padding: 0 26px; border: 1px solid #E4E4F0; border-radius: 8px; background: var(--white); display: flex; align-items: center; justify-content: center; transition: box-shadow .2s, border-color .2s; }
.logo-slot:hover { box-shadow: var(--shadow-sm); border-color: var(--gold); }
.logo-slot img { max-height: 92px; max-width: 130px; object-fit: contain; display: block; }
.logo-slot--wide img { max-width: 170px; }

.partner-cta { display: flex; justify-content: flex-end; margin-bottom: 1.5rem; }
.partner-cta a { display: inline-flex; align-items: center; gap: 10px; background: var(--gold); color: #fff; font-size: 1rem; font-weight: 500; padding: 14px 28px; border-radius: 8px; text-decoration: none; transition: background .2s; }
.partner-cta a:hover { background: var(--gold-light); }
.partner-cta svg { width: 20px; height: 20px; }

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer { background: var(--navy); color: rgba(255,255,255,.7); padding: 56px 5% 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; max-width: 1240px; margin: 0 auto; }
.footer-col h4 { font-family: 'Playfair Display', serif; color: #fff; font-size: 1.05rem; margin-bottom: 16px; }
.footer-col img.flogo { height: 70px; width: auto; margin-bottom: 14px; }
.footer-col p { font-size: .9rem; line-height: 1.7; color: rgba(255,255,255,.6); }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 9px; }
.footer-col a { color: rgba(255,255,255,.7); text-decoration: none; font-size: .92rem; transition: color .2s; }
.footer-col a:hover { color: var(--gold); }
.footer-band { text-align: center; padding: 22px 5%; margin-top: 44px; border-top: 1px solid rgba(255,255,255,.1); font-size: .82rem; color: rgba(255,255,255,.4); }
.footer-band a { color: rgba(255,255,255,.55); text-decoration: none; }
.footer-band .admin-link { opacity: .5; }

/* Météo */
.weather-section { background: var(--white); padding: 40px 5%; border-top: 1px solid #EEEEF5; }
.weather-section-inner { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; max-width: 1240px; margin: 0 auto; }
.weather-label { font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 700; color: var(--navy); white-space: nowrap; }
.weather-label span { color: var(--teal); }
.weather-widget-box { border-radius: 10px; overflow: hidden; box-shadow: 0 4px 18px rgba(26,43,74,.12); width: 320px; border: 1px solid #E4E4F0; flex-shrink: 0; }
.weatherwidget-io { width: 320px; display: block; }

/* Empty state */
.empty-state { text-align: center; padding: 60px 20px; color: var(--text-light); max-width: 1240px; margin: 0 auto; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 980px) {
  .primary-nav { display: none; }
  .nav-toggle { display: flex; margin-left: auto; }
  body.nav-open .primary-nav {
    display: block; position: fixed; top: var(--header-h); left: 0; right: 0; bottom: 0;
    background: var(--white); padding: 18px 5%; overflow-y: auto; z-index: 99;
  }
  body.nav-open .primary-nav ul { flex-direction: column; align-items: stretch; gap: 2px; }
  body.nav-open .primary-nav a { padding: 14px 12px; border-bottom: 1px solid #F0F0F5; border-radius: 0; }
  body.nav-open .primary-nav .sub-menu,
  body.nav-open .primary-nav .children { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; padding: 0 0 0 16px; }
  .header-mascot { display: none; }
}
@media (max-width: 768px) {
  .pres-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .nl-inner { flex-direction: column; align-items: flex-start; }
  .photo-strip { grid-template-columns: 1fr; height: auto; }
  .photo-slot { height: 200px; }
  .hero-logo-overflow { bottom: -36px; padding: 8px 20px; }
  .hero-logo-overflow img { height: 52px; }
  .prog-slider { height: 260px; }
  .hero { padding: 50px 5% 80px; align-items: flex-start; }
  .hero-content { max-width: 100%; }
  .hero h1 { font-size: 2.2rem; }
  .hero-desc { font-size: .95rem; max-width: 100%; }
  .hero-event-block { display: none; }
  .hero-event-mobile { display: block; background: linear-gradient(135deg, var(--navy), #2E5F72); padding: 64px 6% 32px; text-align: center; }
  .prog-overlay-text { top: auto; bottom: 34px; right: 50%; transform: translateX(50%); text-align: center; width: 88%; }
  .prog-overlay-text .pot-main { font-size: 1.1rem; max-width: 100%; }
  /* Encadré « Information » : la mascotte passe sous le texte (plus de chevauchement) */
  .info-banner { padding: 26px 24px; transform: rotate(-0.6deg); text-align: center; }
  .info-banner-text { max-width: 100%; }
  .info-banner-mascot { position: static; transform: none; text-align: center; margin: 16px auto 0; filter: none; }
  .info-banner-mascot img { height: 120px; width: auto; margin: 0 auto; }
  .weather-widget-box, .weatherwidget-io { width: 100%; }
  .weather-section-inner { flex-direction: column; align-items: flex-start; gap: 14px; }
  .cd-unit { min-width: 72px; padding: 16px 6px; }
}
@media (max-width: 480px) {
  .hero h1 { font-size: 1.9rem; }
  .elements-grid { grid-template-columns: 1fr 1fr; }
  .actus-grid { grid-template-columns: 1fr; }
}

/* =========================================================
   AJUSTEMENTS LOGO EN-TÊTE
   ========================================================= */
.site-brand img,
.site-brand .custom-logo { height: 58px; width: auto; max-width: 220px; object-fit: contain; display: block; }
@media (max-width: 600px) { .site-brand img, .site-brand .custom-logo { height: 46px; max-width: 150px; } }

/* =========================================================
   FOOTER — MARQUE DORÉE (remplace le logo)
   ========================================================= */
.footer-brand {
  font-family: 'Playfair Display', serif;
  font-weight: 900; line-height: 1.05; margin-bottom: 14px;
}
.footer-brand .fb-1 { display: block; font-size: 1.6rem; color: var(--gold); letter-spacing: .5px; }
.footer-brand .fb-2 { display: block; font-size: .95rem; color: var(--gold-light); font-weight: 700; letter-spacing: 1px; text-transform: uppercase; opacity: .85; }

/* =========================================================
   CONTENU PLEINE LARGEUR (pages « Qui sommes-nous »)
   ========================================================= */
.da-fullwidth { width: 100%; }
.da-fullwidth > section:first-child { margin-top: 0; }
.da-child-nav { background: var(--cream); padding: 40px 6% 60px; }
.da-child-nav .child-pages { max-width: 1240px; margin: 0 auto; }

/* =========================================================
   BADGE DATE & HEURE (programme)
   ========================================================= */
.da-date-badge {
  display: inline-flex; align-items: stretch; gap: 0;
  border-radius: 12px; overflow: hidden;
  box-shadow: var(--shadow-sm); border: 1px solid #ECE6DA;
  background: #fff;
}
.da-date-badge .dd-day {
  background: linear-gradient(135deg, var(--navy), #2E5F72);
  color: #fff; padding: 12px 16px; text-align: center;
  display: flex; flex-direction: column; justify-content: center; min-width: 72px;
}
.da-date-badge .dd-num { font-family: 'Playfair Display', serif; font-size: 1.8rem; font-weight: 900; line-height: 1; }
.da-date-badge .dd-mon { font-size: .68rem; letter-spacing: 2px; text-transform: uppercase; color: var(--gold-light); margin-top: 4px; }
.da-date-badge .dd-meta { padding: 12px 18px; display: flex; flex-direction: column; justify-content: center; }
.da-date-badge .dd-wd { font-size: .8rem; color: var(--text-light); text-transform: capitalize; }
.da-date-badge .dd-time { font-size: 1.05rem; font-weight: 700; color: var(--navy); }
.da-date-badge .dd-time svg { width: 14px; height: 14px; vertical-align: -2px; margin-right: 5px; stroke: var(--teal); fill: none; stroke-width: 2; }

/* Mini-date sur les cartes */
.actu-date {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: .78rem; font-weight: 600; color: var(--teal);
  margin-bottom: 8px;
}
.actu-date svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 2; }

/* =========================================================
   CTA INSCRIPTION SUR UN ÉVÉNEMENT (single programme)
   ========================================================= */
.event-cta {
  margin-top: 36px; padding: 28px 30px; border-radius: var(--radius);
  background: linear-gradient(135deg, var(--navy), #2E5F72);
  display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
  box-shadow: var(--shadow);
}
.event-cta .ec-text { color: #fff; }
.event-cta .ec-text strong { color: var(--gold); font-weight: 700; }
.event-cta .ec-when { font-size: .85rem; color: rgba(255,255,255,.7); margin-top: 4px; }
.event-cta .btn-inscription { font-size: 1rem; padding: 14px 28px; }
.event-cta .btn-inscription.is-locked { background: rgba(255,255,255,.1); color: rgba(255,255,255,.65) !important; border: 1px solid rgba(255,255,255,.2); }

/* =========================================================
   ACTUALITÉS PARTENAIRES (HTML libre + flux RSS)
   ========================================================= */
.rss-feed { margin-top: 14px; }
.rss-source-title {
  font-family: 'Playfair Display', serif; font-size: 1.25rem; color: var(--navy);
  margin: 36px 0 4px; display: flex; align-items: center; gap: 10px;
}
.rss-source-title svg { width: 20px; height: 20px; stroke: var(--gold); fill: none; stroke-width: 2; }
.rss-source-title .src { font-family: 'DM Sans', sans-serif; font-size: .8rem; font-weight: 600; color: var(--text-light); text-transform: uppercase; letter-spacing: 1px; }
.rss-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; margin-top: 18px; }
.rss-item { background: #fff; border: 1px solid #E8E8F0; border-radius: var(--radius); padding: 22px; transition: box-shadow .2s, transform .2s; }
.rss-item:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.rss-item .rss-date { font-size: .76rem; color: var(--text-light); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; }
.rss-item h4 { font-family: 'Playfair Display', serif; font-size: 1.05rem; line-height: 1.4; margin-bottom: 10px; }
.rss-item h4 a { color: var(--navy); text-decoration: none; }
.rss-item h4 a:hover { color: var(--teal); }
.rss-item p { font-size: .88rem; color: var(--text-mid); line-height: 1.6; }
.rss-item .rss-more { display: inline-flex; align-items: center; gap: 5px; margin-top: 12px; font-size: .82rem; font-weight: 600; color: var(--teal); text-decoration: none; }
.rss-error { background: #FFF7EE; border: 1px solid #F0E2C8; border-radius: 8px; padding: 14px 18px; color: var(--text-mid); font-size: .9rem; }
.partner-html-block { max-width: 1100px; margin: 0 auto 10px; }

/* =========================================================
   PAGES « QUI SOMMES-NOUS » — styles importés (sa / bu / ct / ca)
   ========================================================= */
.sa-section, .bu-section, .ct-section, .ca-section { padding: 64px 6%; }
.sa-section--white, .bu-section, .ct-section, .ca-section { background: var(--white); }
.sa-section--cream { background: var(--cream); }
.sa-section--navy  { background: var(--navy); }
.sa-label, .bu-label, .ct-label, .ca-label { font-size: .75rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.sa-title, .bu-title, .ct-title, .ca-title { font-family: 'Playfair Display', serif; font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 700; color: var(--navy); line-height: 1.2; margin-bottom: 10px; }
.sa-title--white { color: #fff; }
.sa-title span, .bu-title span, .ct-title span, .ca-title span { color: var(--teal); }
.sa-divider, .bu-divider, .ct-divider, .ca-divider { width: 52px; height: 3px; background: var(--gold); border-radius: 2px; margin: 14px 0 32px; }
.sa-text { font-size: 1rem; line-height: 1.85; color: var(--text-mid); max-width: 820px; }
.sa-text--white { color: rgba(255,255,255,.78); }
.sa-text p + p { margin-top: 18px; }
.sa-text strong { color: var(--navy); font-weight: 600; }

.sa-intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; max-width: 1240px; }
.sa-quote { background: linear-gradient(135deg, var(--navy), #2E5F72); border-radius: var(--radius); padding: 38px 34px; position: relative; overflow: hidden; }
.sa-quote::before { content: '\201C'; font-family: 'Playfair Display', serif; font-size: 8rem; line-height: 1; color: rgba(200,169,110,.18); position: absolute; top: -10px; left: 20px; }
.sa-quote p { font-family: 'Playfair Display', serif; font-size: 1.15rem; font-style: italic; color: #fff; line-height: 1.7; position: relative; z-index: 1; }
.sa-quote p + p { margin-top: 16px; }
.sa-quote-author { margin-top: 22px; font-size: .8rem; font-weight: 600; color: var(--gold); letter-spacing: 1px; text-transform: uppercase; }

.sa-prevent-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1240px; }
.sa-prevent-card { background: var(--cream); border-radius: var(--radius); padding: 26px 22px; border-left: 4px solid var(--teal); transition: transform .25s; }
.sa-prevent-card:hover { transform: translateY(-4px); }
.sa-prevent-icon { width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(135deg, var(--teal), #5ABFBC); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.sa-prevent-icon svg { width: 22px; height: 22px; stroke: #fff; fill: none; stroke-width: 1.8; }
.sa-prevent-card h3 { font-family: 'Playfair Display', serif; font-size: .98rem; font-weight: 700; color: var(--navy); margin-bottom: 10px; line-height: 1.3; }
.sa-prevent-card p { font-size: .86rem; line-height: 1.65; color: var(--text-mid); }

.sa-axes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 1240px; }
.sa-axe { background: #fff; border-radius: var(--radius); padding: 30px 24px; border-top: 4px solid var(--gold); box-shadow: var(--shadow-sm); transition: transform .25s, box-shadow .25s; }
.sa-axe:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.sa-axe-num { font-family: 'Playfair Display', serif; font-size: 2.6rem; font-weight: 900; color: rgba(200,169,110,.25); line-height: 1; margin-bottom: 12px; }
.sa-axe h3 { font-family: 'Playfair Display', serif; font-size: 1.05rem; font-weight: 700; color: var(--navy); margin-bottom: 12px; }
.sa-axe p { font-size: .9rem; line-height: 1.7; color: var(--text-mid); }

.sa-publics-grid { display: flex; flex-wrap: wrap; gap: 14px; max-width: 1240px; }
.sa-public-tag { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1.5px solid var(--gold); border-radius: 30px; padding: 10px 20px; font-size: .9rem; font-weight: 600; color: var(--navy); transition: background .2s, color .2s; }
.sa-public-tag:hover { background: var(--gold); color: #fff; }
.sa-public-tag svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; }

.sa-video-wrap { max-width: 860px; margin: 0 auto; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 16/9; background: #000; }
.sa-video-wrap iframe { width: 100%; height: 100%; border: none; display: block; }

/* Bureau */
.bu-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 26px; max-width: 1240px; }
.bu-card { background: var(--cream); border: 1px solid #EDE8DF; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .25s, box-shadow .25s; }
.bu-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.bu-card-photo { width: 100%; height: 260px; object-fit: cover; object-position: top; display: block; background: #CBD5E0; }
.bu-card-body { padding: 22px 22px 26px; border-top: 4px solid var(--gold); }
.bu-card-role { font-size: .72rem; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.bu-card-name { font-family: 'Playfair Display', serif; font-size: 1.15rem; font-weight: 700; color: var(--navy); line-height: 1.2; }
.bu-card--nophoto { display: flex; align-items: center; gap: 18px; padding: 26px 22px; background: var(--cream); border: 1px solid #EDE8DF; border-left: 4px solid var(--gold); border-radius: 14px; box-shadow: var(--shadow-sm); transition: transform .25s, box-shadow .25s, border-color .25s; }
.bu-card--nophoto:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-left-color: var(--teal); }
.bu-card-avatar { width: 58px; height: 58px; flex-shrink: 0; border-radius: 50%; background: linear-gradient(135deg, var(--navy), var(--teal)); display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 700; color: var(--gold); }
.bu-card-info .bu-card-role { margin-bottom: 6px; }
.bu-card-info .bu-card-name { font-size: 1.05rem; }

/* Comité technique */
.ct-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 18px; max-width: 1240px; }
.ct-card { background: var(--cream); border: 1px solid #EDE8DF; border-left: 4px solid var(--gold); border-radius: 10px; padding: 20px 22px; display: flex; align-items: center; gap: 16px; transition: transform .22s, box-shadow .22s, border-color .22s; }
.ct-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-left-color: var(--teal); }
.ct-card-icon { width: 44px; height: 44px; flex-shrink: 0; border-radius: 50%; background: linear-gradient(135deg, var(--navy), var(--teal)); display: flex; align-items: center; justify-content: center; }
.ct-card-icon svg { width: 20px; height: 20px; stroke: #fff; fill: none; stroke-width: 1.8; }
.ct-card-name { font-size: .95rem; font-weight: 600; color: var(--navy); line-height: 1.3; }
.ct-count-band, .ca-count-band { background: linear-gradient(135deg, var(--navy), #2E5F72); padding: 46px 6%; text-align: center; }
.ct-count-num { font-family: 'Playfair Display', serif; font-size: 4.4rem; font-weight: 900; color: var(--gold); line-height: 1; margin-bottom: 8px; }
.ct-count-label { font-size: 1rem; font-weight: 500; color: rgba(255,255,255,.75); letter-spacing: 1px; }

/* Conseil d'administration */
.ca-count-band { display: flex; align-items: center; justify-content: center; gap: 54px; flex-wrap: wrap; }
.ca-count-item { text-align: center; }
.ca-count-num { font-family: 'Playfair Display', serif; font-size: 3.6rem; font-weight: 900; color: var(--gold); line-height: 1; margin-bottom: 6px; }
.ca-count-label { font-size: .82rem; font-weight: 500; color: rgba(255,255,255,.65); letter-spacing: 1px; text-transform: uppercase; }
.ca-count-sep { width: 1px; height: 56px; background: rgba(200,169,110,.3); }
.ca-role-block { margin-bottom: 46px; max-width: 1240px; }
.ca-role-block:last-child { margin-bottom: 0; }
.ca-role-title { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.ca-role-title h3 { font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 700; color: var(--navy); }
.ca-role-line { flex: 1; height: 1px; background: linear-gradient(to right, var(--gold-light), transparent); }
.ca-role-badge { display: inline-block; font-size: .68rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #fff; background: var(--gold); padding: 3px 10px; border-radius: 20px; }
.ca-members-row { display: flex; flex-wrap: wrap; gap: 16px; }
.ca-member-card { display: flex; align-items: center; gap: 14px; background: var(--cream); border: 1px solid #EDE8DF; border-left: 4px solid var(--gold); border-radius: 10px; padding: 16px 22px; min-width: 240px; transition: transform .2s, box-shadow .2s, border-color .2s; }
.ca-member-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-left-color: var(--teal); }
.ca-member-avatar { width: 46px; height: 46px; flex-shrink: 0; border-radius: 50%; background: linear-gradient(135deg, var(--navy), var(--teal)); display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 700; color: var(--gold); }
.ca-member-name { font-size: .95rem; font-weight: 600; color: var(--navy); }
.ca-members-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; }
.ca-member-simple { display: flex; align-items: center; gap: 12px; background: var(--cream); border: 1px solid #EDE8DF; border-radius: 8px; padding: 14px 18px; transition: transform .2s, background .2s; }
.ca-member-simple:hover { transform: translateY(-2px); background: #F5EFE3; }
.ca-member-dot { width: 8px; height: 8px; flex-shrink: 0; border-radius: 50%; background: var(--gold); }
.ca-member-simple-name { font-size: .92rem; font-weight: 500; color: var(--navy); }

/* Responsive pages équipe */
@media (max-width: 900px) {
  .sa-intro-grid, .sa-axes-grid, .sa-prevent-grid { grid-template-columns: 1fr; gap: 28px; }
  .bu-grid, .ct-grid, .ca-members-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .sa-section, .bu-section, .ct-section, .ca-section { padding: 48px 6%; }
  .ca-members-row { flex-direction: column; }
  .ca-member-card { min-width: 0; width: 100%; }
  .ca-count-sep { display: none; }
  .ca-count-band { gap: 30px; }
  .event-cta { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
  .bu-grid, .ct-grid, .ca-members-grid { grid-template-columns: 1fr; }
  .da-date-badge .dd-num { font-size: 1.5rem; }
}

/* =========================================================
   FOOTER DORÉ (override) + logo 20 ans sur pastille blanche
   ========================================================= */
.site-footer { background: linear-gradient(135deg, var(--gold) 0%, #B89556 100%); color: rgba(26,43,74,.8); }
.site-footer .footer-col h4 { color: var(--navy); }
.site-footer .footer-col p { color: rgba(26,43,74,.78); }
.site-footer .footer-col a { color: var(--navy); opacity: .85; }
.site-footer .footer-col a:hover { color: #fff; opacity: 1; }
.site-footer .footer-col li strong,
.site-footer .footer-col p strong { color: var(--navy); }
.footer-logo-pill { display: inline-block; background: #fff; border-radius: 12px; padding: 14px 20px; box-shadow: 0 6px 22px rgba(26,43,74,.18); margin-bottom: 16px; }
.footer-logo-pill img { height: 76px; width: auto; display: block; }
.footer-band { background: transparent; border-top: 1px solid rgba(26,43,74,.14); color: rgba(26,43,74,.72); }
.footer-band a { color: var(--navy); text-decoration: none; font-weight: 600; }
.footer-band a:hover { color: #fff; }
.footer-band .sep { opacity: .4; margin: 0 8px; }
.site-footer .footer-col .inscr-foot { color: var(--navy) !important; font-weight: 700; border-bottom: 1px solid rgba(26,43,74,.4); }
@media (max-width: 600px) { .footer-logo-pill img { height: 60px; } }

/* =========================================================
   PAGE MENTIONS LÉGALES (styles importés .ml-*)
   ========================================================= */
.ml-page { background: #fff; padding: 56px 6%; font-family: 'DM Sans', sans-serif; color: var(--navy); }
.ml-block { margin-bottom: 40px; max-width: 900px; }
.ml-block:last-child { margin-bottom: 0; }
.ml-block-title { font-family: 'Playfair Display', serif; font-size: 1.05rem; font-weight: 700; color: var(--navy); padding-left: 14px; border-left: 3px solid var(--gold); margin-bottom: 16px; line-height: 1.3; }
.ml-block-body { font-size: .93rem; line-height: 1.85; color: var(--text-mid); }
.ml-block-body p + p { margin-top: 12px; }
.ml-block-body strong { color: var(--navy); font-weight: 600; }
.ml-block-body a { color: var(--gold); text-decoration: none; border-bottom: 1px solid rgba(200,169,110,.4); transition: border-color .2s, color .2s; }
.ml-block-body a:hover { color: var(--navy); border-color: var(--navy); }
.ml-block-body ul { margin-top: 12px; padding-left: 0; list-style: none; display: flex; flex-direction: column; gap: 8px; }
.ml-block-body ul li { font-size: .92rem; line-height: 1.7; color: var(--text-mid); padding-left: 20px; position: relative; }
.ml-block-body ul li::before { content: '→'; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.ml-dpo-band { background: linear-gradient(135deg, var(--navy), #1A4B6A); border-radius: 12px; padding: 24px 32px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-top: 44px; max-width: 900px; border: 1px solid rgba(200,169,110,.25); }
.ml-dpo-label { font-size: .72rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; }
.ml-dpo-name { font-family: 'Playfair Display', serif; font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 4px; }
.ml-dpo-role { font-size: .83rem; color: rgba(255,255,255,.6); }
.ml-dpo-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--gold); color: var(--navy); font-weight: 700; font-size: .88rem; padding: 11px 22px; border-radius: 8px; text-decoration: none; white-space: nowrap; transition: background .2s, transform .2s; flex-shrink: 0; }
.ml-dpo-btn:hover { background: var(--gold-light); transform: translateY(-2px); }
.ml-dpo-btn svg { width: 14px; height: 14px; stroke: currentColor; fill: none; }
@media (max-width: 600px) { .ml-page { padding: 40px 5%; } .ml-dpo-band { flex-direction: column; align-items: flex-start; } .ml-dpo-btn { width: 100%; justify-content: center; } }

/* =========================================================
   STYLES DE BLOCS (motifs « mini Elementor »)
   ========================================================= */
.wp-block-button.is-style-da-gold .wp-block-button__link { background: var(--gold); color: var(--navy); border-radius: 30px; font-weight: 700; padding: 12px 26px; }
.wp-block-button.is-style-da-gold .wp-block-button__link:hover { background: var(--gold-light); }
.wp-block-button.is-style-da-navy .wp-block-button__link { background: var(--navy); color: #fff; border-radius: 30px; font-weight: 700; padding: 12px 26px; }
.wp-block-button.is-style-da-navy .wp-block-button__link:hover { background: #2E5F72; }
.wp-block-image.da-rounded img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; }
/* Colonnes natives : un peu d'air sur mobile */
@media (max-width: 781px){ .wp-block-columns { gap: 18px; } }

/* =========================================================
   PAGES ÉQUIPE — VERSION BLOCS ÉDITABLES
   ========================================================= */
.bu-section, .ct-section, .ca-section { padding: 56px 6%; background: #fff; max-width: none; }
.bu-section .wp-block-columns, .sa-section .wp-block-columns { max-width: 1240px; margin-left: auto; margin-right: auto; }

/* Cartes Bureau (photo via bloc image) */
.bu-card { background: var(--cream); border: 1px solid #EDE8DF; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-sm); height: 100%; }
.bu-card .wp-block-image { margin: 0; }
.bu-card .wp-block-image img { width: 100%; height: 250px; object-fit: cover; object-position: top; display: block; }
.bu-card-body { padding: 18px 20px 22px; border-top: 4px solid var(--gold); }
.bu-card-role { font-size: .72rem; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); margin: 0 0 6px; }
.bu-card-name { font-family: 'Playfair Display', serif; font-size: 1.15rem; font-weight: 700; color: var(--navy); margin: 0; }
.bu-card--nophoto { display: flex; align-items: center; gap: 18px; padding: 24px 22px; background: var(--cream); border: 1px solid #EDE8DF; border-left: 4px solid var(--gold); border-radius: 14px; box-shadow: var(--shadow-sm); height: 100%; }
.bu-card--nophoto .bu-card-name { font-size: 1.02rem; }
.bu-card--nophoto .bu-card-role { margin-bottom: 4px; }

/* Listes de membres (Comité, Conseil) en bloc Liste */
.sa-publics { list-style: none; margin: 6px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 12px; }
.sa-publics li { background: #fff; border: 1.5px solid var(--gold); border-radius: 30px; padding: 9px 20px; font-weight: 600; font-size: .9rem; color: var(--navy); }
.sa-publics li::before { content: none; }
.ct-list, .ca-list { list-style: none; margin: 18px auto 0; padding: 0; max-width: 1240px; display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 14px; }
.ct-list li, .ca-list li { background: var(--cream); border: 1px solid #EDE8DF; border-left: 4px solid var(--gold); border-radius: 10px; padding: 16px 20px; font-weight: 600; color: var(--navy); font-size: .95rem; transition: transform .2s, border-color .2s; }
.ct-list li:hover, .ca-list li:hover { transform: translateY(-3px); border-left-color: var(--teal); }
.ct-list li::before, .ca-list li::before { content: none; }

/* Rôles du Conseil d'administration */
.ca-section .ca-role { font-family: 'Playfair Display', serif; color: var(--navy); border-left: 4px solid var(--gold); padding-left: 14px; margin: 30px 0 10px; font-size: 1.15rem; max-width: 1240px; }
.ca-name { display: inline-block; background: var(--cream); border: 1px solid #EDE8DF; border-left: 4px solid var(--gold); border-radius: 10px; padding: 13px 22px; font-weight: 600; color: var(--navy); margin: 0 10px 8px 0; }

/* Section titre centré */
.sa-section .has-text-align-center { text-align: center; }
.sa-section .wp-block-embed { max-width: 860px; margin-left: auto; margin-right: auto; }

@media (max-width: 781px) {
  .bu-card .wp-block-image img { height: 220px; }
  .ct-list, .ca-list { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .ct-list, .ca-list { grid-template-columns: 1fr; }
}

/* =========================================================
   BANDEAU INSCRIPTION (type événement, mis en avant)
   ========================================================= */
.inscription-band {
  background: radial-gradient(circle at 18% 20%, #2E5F72 0%, var(--navy) 62%);
  padding: 40px 5%;
  position: relative; overflow: hidden;
}
.inscription-band::before { content: ''; position: absolute; top: -90px; right: -70px; width: 320px; height: 320px; border-radius: 50%; background: rgba(200,169,110,.10); }
.inscription-band-inner {
  position: relative; z-index: 1;
  max-width: 1240px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap;
}
.inscription-band .ib-eyebrow { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); border: 1px solid rgba(200,169,110,.4); padding: 4px 14px; border-radius: 30px; margin-bottom: 12px; }
.inscription-band .ib-title { font-family: 'Playfair Display', serif; font-size: clamp(1.6rem, 3.2vw, 2.3rem); font-weight: 900; color: #fff; line-height: 1.12; margin: 0 0 8px; }
.inscription-band .ib-meta { color: rgba(255,255,255,.75); font-size: .98rem; margin: 0; }
.inscription-band .ib-btn {
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--gold); color: var(--navy);
  font-weight: 800; font-size: 1.08rem;
  padding: 18px 34px; border-radius: 40px; text-decoration: none;
  box-shadow: 0 10px 36px rgba(200,169,110,.5); flex-shrink: 0;
  transition: background .2s, transform .2s, box-shadow .2s;
}
.inscription-band .ib-btn:hover { background: var(--gold-light); transform: translateY(-3px); box-shadow: 0 14px 44px rgba(200,169,110,.7); }
.inscription-band .ib-btn svg { width: 20px; height: 20px; }
.inscription-band .ib-btn.is-locked { background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.3); box-shadow: none; }
.inscription-band .ib-btn.is-locked:hover { background: rgba(255,255,255,.18); transform: translateY(-2px); box-shadow: none; }

@media (max-width: 760px) {
  .inscription-band-inner { flex-direction: column; align-items: flex-start; }
  .inscription-band .ib-btn { width: 100%; justify-content: center; }
}

/* =========================================================
   BOUTON PARTENAIRES — mascotte Dame Belette à la place de l'icône
   ========================================================= */
.partner-cta a { gap: 14px; }
.partner-cta-mascot {
  width: 40px; height: 40px; border-radius: 50%;
  object-fit: cover; flex-shrink: 0;
  border: 2px solid rgba(255,255,255,.75);
  background: #fff;
}

/* Lien dans le bloc INFORMATION (partenaires) */
.info-banner-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; background: var(--gold); color: var(--navy); font-weight: 700; padding: 11px 22px; border-radius: 30px; text-decoration: none; transition: background .2s, transform .2s; }
.info-banner-link:hover { background: var(--gold-light); transform: translateY(-2px); }
.info-banner-link svg { width: 16px; height: 16px; }

/* Boutons du hero (inscription intégré) */
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-cta--primary { background: var(--gold); color: var(--navy); box-shadow: 0 8px 30px rgba(200,169,110,.5); }
.hero-cta--primary:hover { background: var(--gold-light); }
.hero-cta--ghost { background: rgba(255,255,255,.1); color: #fff; border: 1px solid rgba(255,255,255,.35); }
.hero-cta--ghost:hover { background: rgba(255,255,255,.18); transform: translateY(-2px); }
@media (max-width: 560px) { .hero-ctas { flex-direction: column; align-items: stretch; } .hero-ctas .hero-cta { justify-content: center; } }

/* Navigation vers les sous-pages (Qui sommes-nous) */
.da-child-nav-inner { max-width: 1100px; margin: 0 auto; }
.da-child-nav-inner .child-pages { margin-top: 0; }

/* Encarts « Au programme » cliquables */
.elem-card--link { text-decoration: none; cursor: pointer; display: flex; flex-direction: column; }
.elem-card--link:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.elem-card--link .elem-more { margin-top: auto; padding-top: 14px; font-size: .85rem; font-weight: 700; color: var(--teal); letter-spacing: .3px; }
.elem-card--link:hover .elem-more { color: var(--navy); }

/* =========================================================
   PAGE 404
   ========================================================= */
.error404 { padding: 70px 5%; background: radial-gradient(circle at 20% 10%, #f4eede 0%, var(--cream) 60%); }
.error404-inner { max-width: 980px; margin: 0 auto; }
.error404-card { display: grid; grid-template-columns: 320px 1fr; gap: 0; background: #fff; border-radius: 24px; overflow: hidden; box-shadow: 0 30px 80px rgba(26,43,74,.16); }
.error404-media { background: var(--navy); }
.error404-media video, .error404-media img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 340px; }
.error404-body { padding: 44px 40px; display: flex; flex-direction: column; justify-content: center; }
.error404-code { font-family: 'Playfair Display', serif; font-size: 3rem; font-weight: 900; color: var(--gold); line-height: 1; }
.error404-body h1 { font-family: 'Playfair Display', serif; font-size: 1.9rem; color: var(--navy); margin: 8px 0 14px; }
.error404-body p { color: var(--text-mid); line-height: 1.7; margin-bottom: 24px; }
.error404-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.error404-actions .btn-ghost { display: inline-flex; align-items: center; padding: 12px 24px; border-radius: 30px; border: 1.5px solid var(--navy); color: var(--navy); text-decoration: none; font-weight: 700; }
.error404-actions .btn-ghost:hover { background: var(--navy); color: #fff; }
@media (max-width: 720px) { .error404-card { grid-template-columns: 1fr; } .error404-media video, .error404-media img { min-height: 240px; } }

/* =========================================================
   MOTIF EN TRANSPARENCE DANS LES BANNIÈRES
   ========================================================= */
.page-hero { position: relative; overflow: hidden; }
.page-hero::after {
  content: ''; position: absolute; inset: 0;
  background-image: var(--banner-pattern, none);
  background-size: cover; background-position: center;
  opacity: .07; pointer-events: none; z-index: 0;
}
.page-hero-inner { position: relative; z-index: 1; }

/* =========================================================
   BANDE PARTENAIRES OFFICIELS (avant footer, toutes pages)
   ========================================================= */
.footer-partners { background: #fff; padding: 40px 5%; border-top: 1px solid #eee; }
.footer-partners-inner { max-width: 1240px; margin: 0 auto; text-align: center; }
.footer-partners-label { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 22px; }
.footer-partners-logos { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 24px; }
.footer-partners-logos a, .footer-partners-logos span { display: flex; align-items: center; justify-content: center; width: 160px; height: 90px; background: #fff; border: 1px solid #eee; border-radius: 12px; padding: 14px; box-sizing: border-box; }
.footer-partners-logos img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; filter: grayscale(1); opacity: .7; transition: filter .25s, opacity .25s, transform .25s; }
.footer-partners-logos a:hover img, .footer-partners-logos span:hover img { filter: grayscale(0); opacity: 1; transform: translateY(-3px); }

/* =========================================================
   CRÉDIT CONCEPTION (Domélia) — intégré dans la barre du bas
   ========================================================= */
.footer-band { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px 18px; }
.footer-credit { display: inline-flex; align-items: center; gap: 8px; opacity: .85; }
.footer-credit img { height: 18px; width: auto; display: block; filter: brightness(0) invert(1); opacity: .9; }
.footer-credit a { display: inline-flex; transition: opacity .2s; }
.footer-credit a:hover { opacity: 1; }

/* =========================================================
   CARTE PBDS (Qui sommes-nous)
   ========================================================= */
.sa-pbds .pbds-card { display: flex; justify-content: center; margin-top: 18px; }
.sa-pbds .pbds-card a { display: inline-flex; flex-direction: column; align-items: center; gap: 14px; background: #fff; padding: 30px 44px; border-radius: 18px; box-shadow: 0 12px 40px rgba(26,43,74,.10); text-decoration: none; transition: transform .25s, box-shadow .25s; }
.sa-pbds .pbds-card a:hover { transform: translateY(-5px); box-shadow: 0 18px 50px rgba(26,43,74,.16); }
.sa-pbds .pbds-card img { max-height: 90px; width: auto; }
.sa-pbds .pbds-card span { font-weight: 700; color: var(--teal); }

/* =========================================================
   BIEN VIVRE ENSEMBLE (épisode aléatoire Domélia)
   ========================================================= */
.bve { background: var(--cream); }
.bve-intro { max-width: 640px; margin: 12px auto 0; color: var(--text-mid); line-height: 1.7; }
.bve-card { display: grid; grid-template-columns: 1.3fr 1fr; gap: 0; background: #fff; border-radius: 22px; overflow: hidden; box-shadow: 0 24px 70px rgba(26,43,74,.14); margin-top: 36px; }
.bve-media { background: #000; min-height: 320px; position: relative; }
.bve-media video { width: 100%; height: 100%; object-fit: cover; display: block; }
.bve-thumb { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; min-height: 320px; background-size: cover; background-position: center; text-decoration: none; }
.bve-thumb--empty { background: linear-gradient(135deg, var(--navy), var(--teal)); }
.bve-play { width: 70px; height: 70px; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--navy); display: flex; align-items: center; justify-content: center; font-size: 24px; padding-left: 5px; box-shadow: 0 10px 30px rgba(0,0,0,.3); transition: transform .2s; }
.bve-thumb:hover .bve-play { transform: scale(1.08); }
.bve-body { padding: 40px 38px; display: flex; flex-direction: column; justify-content: center; }
.bve-tag { display: inline-block; align-self: flex-start; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); border: 1px solid rgba(200,169,110,.4); padding: 4px 14px; border-radius: 30px; margin-bottom: 14px; }
.bve-body h3 { font-family: 'Playfair Display', serif; font-size: 1.6rem; color: var(--navy); margin: 0 0 10px; line-height: 1.2; }
.bve-body p { color: var(--text-mid); line-height: 1.7; margin-bottom: 22px; }
.bve-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.bve-actions .btn-ghost { display: inline-flex; align-items: center; padding: 12px 22px; border-radius: 30px; border: 1.5px solid var(--navy); color: var(--navy); text-decoration: none; font-weight: 700; }
.bve-actions .btn-ghost:hover { background: var(--navy); color: #fff; }
@media (max-width: 760px) { .bve-card { grid-template-columns: 1fr; } .bve-media, .bve-thumb { min-height: 240px; } }

/* =========================================================
   NEWSLETTER (widget Brevo) — sous le bandeau d'inscription
   ========================================================= */
.newsletter-brevo { background: var(--cream); position: relative; overflow: hidden; }
.newsletter-brevo::before {
  content: ''; position: absolute; inset: 0;
  background-image: var(--newsletter-bg, none);
  background-repeat: no-repeat; background-position: right bottom;
  background-size: min(420px, 42%);
  opacity: .12; pointer-events: none; z-index: 0;
}
.nlb-inner { max-width: 720px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
.nlb-intro { color: var(--text-mid); line-height: 1.7; max-width: 560px; margin: 10px auto 24px; }
.nlb-form { max-width: 600px; margin: 0 auto; }
/* Laisse respirer le formulaire Brevo et harmonise les champs */
.nlb-form .sib-form, .nlb-form form { padding: 0 !important; background: transparent !important; }
.nlb-form input[type="text"], .nlb-form input[type="email"] { border-radius: 8px; }
.nlb-form .sib-form-block__button, .nlb-form button[type="submit"] { background: var(--gold) !important; color: var(--navy) !important; border-radius: 30px !important; font-weight: 700 !important; }
