@charset "UTF-8";
/* ============================================================
   STERLING ASSET MANAGEMENT — Feuille de style
   Charte : Marine #1B2A4A · Or #C8A951 · Ardoise #5A6577
   ============================================================ */

:root {
  --marine: #1B2A4A;
  --marine-profond: #14203A;
  --marine-nuit: #0F1D33;
  --or: #C8A951;
  --or-clair: #E3CE8F;
  --ardoise: #5A6577;
  --gris-doux: #8B95A5;
  --ligne: #E3E6EC;
  --fond-alt: #F4F6F9;
  --blanc: #FFFFFF;
  --ff-display: 'Marcellus', 'Times New Roman', serif;
  --ff-body: 'Figtree', 'Segoe UI', Arial, sans-serif;
}

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

html { scroll-behavior: smooth; scroll-padding-top: 96px; }

body {
  font-family: var(--ff-body);
  color: var(--marine);
  background: var(--blanc);
  line-height: 1.65;
  font-size: 16.5px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.conteneur { max-width: 1140px; margin: 0 auto; padding: 0 28px; }

/* ---------- Typographie ---------- */
h1, h2, h3, .titre-serif {
  font-family: var(--ff-display);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
h1 { font-size: clamp(2.1rem, 4.5vw, 3.3rem); }
h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); }
h3 { font-size: 1.35rem; }

.eyebrow {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--or);
  margin-bottom: 1rem;
}

.sous-titre {
  color: var(--ardoise);
  font-size: 1.08rem;
  max-width: 62ch;
}

/* ---------- Header ---------- */
.entete {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--ligne);
}
.entete-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 84px;
}
.entete .logo img { height: 46px; width: auto; }

.nav { display: flex; gap: 2.1rem; align-items: center; }
.nav a {
  font-size: 0.92rem; font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--marine);
  padding: 6px 0;
  border-bottom: 2px solid transparent;
  transition: border-color .2s, color .2s;
}
.nav a:hover, .nav a.actif { border-bottom-color: var(--or); }
.nav .btn-nav {
  border: 1px solid var(--marine);
  padding: 10px 20px;
  border-radius: 2px;
  transition: background .2s, color .2s;
}
.nav .btn-nav:hover { background: var(--marine); color: #fff; border-bottom-color: transparent; }

.burger { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.burger span { display: block; width: 24px; height: 2px; background: var(--marine); margin: 5px 0; transition: .25s; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background: linear-gradient(115deg, var(--marine-nuit) 0%, var(--marine) 58%, #24365C 100%);
  color: #fff;
  overflow: hidden;
}
.hero-photo {
  position: absolute; inset: 0 0 0 auto; width: 52%;
  background: url('../img/echiquier.jpg') center 30% / cover no-repeat;
  opacity: 0.28;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 45%);
          mask-image: linear-gradient(to right, transparent 0%, #000 45%);
}
.hero-inner {
  position: relative;
  padding: 7.5rem 0 7rem;
  max-width: 640px;
}
.hero h1 { color: #fff; margin-bottom: 1.3rem; }
.hero p { color: #C9D0DC; font-size: 1.12rem; max-width: 54ch; margin-bottom: 2.4rem; }
.hero .eyebrow { color: var(--or-clair); }

.btn {
  display: inline-block;
  padding: 14px 30px;
  font-size: 0.92rem; font-weight: 600; letter-spacing: 0.06em;
  border-radius: 2px;
  transition: transform .15s, background .2s, color .2s;
}
.btn:hover { transform: translateY(-1px); }
.btn-or { background: var(--or); color: var(--marine-nuit); }
.btn-or:hover { background: var(--or-clair); }
.btn-contour { border: 1px solid rgba(255,255,255,0.55); color: #fff; margin-left: 12px; }
.btn-contour:hover { background: rgba(255,255,255,0.1); }
.btn-marine { background: var(--marine); color: #fff; }
.btn-marine:hover { background: var(--marine-profond); }

/* ---------- Bandeau chiffres ---------- */
.chiffres { border-bottom: 1px solid var(--ligne); }
.chiffres-grille {
  display: grid; grid-template-columns: repeat(4, 1fr);
  padding: 2.6rem 0;
}
.chiffre { text-align: center; padding: 0 1rem; border-left: 1px solid var(--ligne); }
.chiffre:first-child { border-left: none; }
.chiffre b {
  display: block;
  font-family: var(--ff-display);
  font-size: 1.9rem;
  color: var(--marine);
}
.chiffre span { font-size: 0.85rem; color: var(--ardoise); letter-spacing: 0.05em; text-transform: uppercase; }

/* ---------- Sections ---------- */
.section { padding: 5.5rem 0; }
.section-alt { background: var(--fond-alt); }
.section-marine { background: var(--marine); color: #fff; }
.section-marine h2 { color: #fff; }
.section-marine .sous-titre { color: #B9C2D2; }
.tete-section { margin-bottom: 3rem; max-width: 720px; }

/* ---------- Cartes fonds ---------- */
.grille-fonds {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.4rem;
}
.carte-fonds {
  background: #fff;
  border: 1px solid var(--ligne);
  border-radius: 3px;
  padding: 1.9rem 1.8rem 1.6rem;
  display: flex; flex-direction: column;
  transition: box-shadow .2s, transform .2s;
}
.carte-fonds:hover { box-shadow: 0 14px 34px rgba(20,32,58,0.10); transform: translateY(-3px); }
.carte-fonds .classif {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--or); margin-bottom: 0.55rem;
}
.carte-fonds h3 { font-size: 1.28rem; margin-bottom: 1.1rem; }
.carte-fonds dl { flex: 1; }
.carte-fonds .ligne-info {
  display: flex; justify-content: space-between; gap: 1rem;
  padding: 0.5rem 0;
  border-top: 1px solid var(--ligne);
  font-size: 0.9rem;
}
.carte-fonds dt { color: var(--gris-doux); }
.carte-fonds dd { font-weight: 600; text-align: right; }
.carte-fonds .lien {
  margin-top: 1.2rem;
  font-size: 0.88rem; font-weight: 600; letter-spacing: 0.05em;
  color: var(--marine);
}
.carte-fonds .lien::after { content: ' →'; color: var(--or); }

/* ---------- Échelle de risque (échiquier) ---------- */
.risque { display: flex; align-items: center; gap: 6px; margin: 0.9rem 0 0.2rem; }
.risque i {
  width: 26px; height: 26px;
  border: 1px solid var(--ligne);
  display: grid; place-items: center;
  font-style: normal; font-size: 0.78rem; font-weight: 600;
  color: var(--gris-doux);
  background: #fff;
}
.risque i:nth-child(even) { background: var(--fond-alt); }
.risque i.actif {
  background: var(--or); border-color: var(--or);
  color: var(--marine-nuit);
}
.risque-legende { font-size: 0.75rem; color: var(--gris-doux); display: flex; justify-content: space-between; max-width: 190px; }

/* ---------- Valeurs / process ---------- */
.grille-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.6rem; }
.grille-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.bloc-valeur h3 { margin-bottom: 0.7rem; }
.bloc-valeur .num {
  font-family: var(--ff-display);
  font-size: 1rem; color: var(--or);
  letter-spacing: 0.1em;
  display: block; margin-bottom: 0.8rem;
}
.bloc-valeur p { color: var(--ardoise); font-size: 0.97rem; }
.section-marine .bloc-valeur p { color: #B9C2D2; }

.etape { position: relative; padding-top: 1.1rem; }
.etape::before {
  content: ''; position: absolute; top: 0; left: 0;
  width: 34px; height: 3px; background: var(--or);
}
.etape h3 { font-size: 1.08rem; font-family: var(--ff-body); font-weight: 700; margin-bottom: 0.5rem; }
.etape p { font-size: 0.92rem; color: var(--ardoise); }
.section-marine .etape p { color: #B9C2D2; }

/* ---------- Bandeau CTA ---------- */
.cta-bandeau { text-align: center; padding: 5rem 0; }
.cta-bandeau h2 { margin-bottom: 1rem; }
.cta-bandeau p { margin-bottom: 2rem; }

/* ---------- Pages intérieures : bannière ---------- */
.banniere-page {
  background: linear-gradient(110deg, var(--marine-nuit), var(--marine) 70%);
  color: #fff;
  padding: 4.5rem 0 4rem;
}
.banniere-page h1 { color: #fff; }
.banniere-page .sous-titre { color: #B9C2D2; margin-top: 0.8rem; }
.banniere-page .eyebrow { color: var(--or-clair); }

/* ---------- Mot du président ---------- */
.mot-president { display: grid; grid-template-columns: 300px 1fr; gap: 3.5rem; align-items: start; }
.portrait-cadre { position: relative; }
.portrait-cadre img { filter: grayscale(1); border-radius: 3px; }
.portrait-cadre::after {
  content: ''; position: absolute; inset: 14px -14px -14px 14px;
  border: 1px solid var(--or); border-radius: 3px; z-index: -1;
}
.signature { margin-top: 1.6rem; }
.signature b { font-family: var(--ff-display); font-size: 1.15rem; letter-spacing: 0.04em; display: block; }
.signature span { color: var(--ardoise); font-size: 0.9rem; }
.mot-president .texte p { margin-bottom: 1.1rem; color: var(--ardoise); }
.mot-president .texte p:first-of-type { color: var(--marine); font-size: 1.1rem; }

/* ---------- Fiche identité ---------- */
.fiche-identite {
  display: grid; grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--ligne); border-radius: 3px; overflow: hidden;
}
.fiche-identite .case {
  padding: 1.6rem 1.8rem;
  border-right: 1px solid var(--ligne);
  border-bottom: 1px solid var(--ligne);
  background: #fff;
}
.fiche-identite .case:nth-child(3n) { border-right: none; }
.fiche-identite .case span { display: block; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--gris-doux); margin-bottom: 0.35rem; }
.fiche-identite .case b { font-size: 1.05rem; }

.encart-agrement {
  background: var(--marine); color: #fff;
  border-radius: 3px;
  padding: 1.5rem 2rem;
  margin-top: 1.4rem;
  display: flex; gap: 1.5rem; align-items: center; justify-content: space-between; flex-wrap: wrap;
}
.encart-agrement b { font-family: var(--ff-display); letter-spacing: 0.05em; }
.encart-agrement span { color: #B9C2D2; font-size: 0.92rem; }

/* ---------- Organigramme actionnariat ---------- */
.actionnariat { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.schema-actionnariat { border: 1px solid var(--ligne); border-radius: 3px; padding: 2rem; background: #fff; text-align: center; }
.schema-actionnariat .noeud {
  display: inline-block;
  border: 1px solid var(--marine);
  padding: 0.7rem 1.4rem;
  border-radius: 2px;
  font-weight: 600; font-size: 0.95rem;
}
.schema-actionnariat .noeud.or { border-color: var(--or); background: #FBF7EC; }
.schema-actionnariat .pct { color: var(--or); font-weight: 700; font-size: 0.9rem; margin: 0.5rem 0; }
.schema-actionnariat .rangée { display: flex; justify-content: center; gap: 2.5rem; margin: 0.4rem 0; flex-wrap: wrap; }

.liste-ca { list-style: none; }
.liste-ca li {
  display: flex; justify-content: space-between; gap: 1rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--ligne);
}
.liste-ca li b { font-size: 1rem; }
.liste-ca li span { color: var(--ardoise); font-size: 0.92rem; text-align: right; }

/* ---------- Équipe ---------- */
.grille-equipe { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.membre { display: grid; grid-template-columns: 170px 1fr; gap: 1.8rem; align-items: start; }
.membre img { filter: grayscale(1); border-radius: 3px; }
.membre h3 { margin-bottom: 0.2rem; }
.membre .role { color: var(--or); font-size: 0.85rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 0.9rem; }
.membre ul { list-style: none; }
.membre li { font-size: 0.88rem; color: var(--ardoise); padding: 0.32rem 0; border-top: 1px solid var(--ligne); }
.membre li b { color: var(--marine); font-weight: 600; }

/* ---------- Table des VL ---------- */
.table-scroll { overflow-x: auto; border: 1px solid var(--ligne); border-radius: 3px; }
table.vl { width: 100%; border-collapse: collapse; background: #fff; font-variant-numeric: tabular-nums; }
table.vl th, table.vl td { padding: 1rem 1.3rem; text-align: right; font-size: 0.95rem; white-space: nowrap; }
table.vl th {
  background: var(--marine); color: #fff;
  font-weight: 600; font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase;
}
table.vl th:first-child, table.vl td:first-child { text-align: left; }
table.vl tbody tr { border-top: 1px solid var(--ligne); }
table.vl tbody tr:hover { background: var(--fond-alt); }
table.vl td:first-child b { display: block; }
table.vl td:first-child span { font-size: 0.78rem; color: var(--gris-doux); }
.maj-vl { font-size: 0.85rem; color: var(--gris-doux); margin-top: 0.7rem; }

/* ---------- Fiches fonds détaillées ---------- */
.fiche-fonds {
  border: 1px solid var(--ligne); border-radius: 3px;
  margin-bottom: 3rem; overflow: hidden; background: #fff;
}
.fiche-fonds-tete {
  background: var(--marine); color: #fff;
  padding: 1.6rem 2.2rem;
  display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 0.5rem;
}
.fiche-fonds-tete h3 { font-size: 1.45rem; letter-spacing: 0.04em; }
.fiche-fonds-tete span { color: var(--or-clair); font-size: 0.85rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600; }
.fiche-fonds-carac {
  display: grid; grid-template-columns: repeat(5, 1fr);
  border-bottom: 1px solid var(--ligne);
}
.fiche-fonds-carac div { padding: 1.1rem 1.2rem; border-right: 1px solid var(--ligne); }
.fiche-fonds-carac div:last-child { border-right: none; }
.fiche-fonds-carac span { display: block; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.13em; color: var(--gris-doux); margin-bottom: 0.2rem; }
.fiche-fonds-carac b { font-size: 0.95rem; }
.fiche-fonds-corps { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; padding: 2.2rem; }
.fiche-fonds-corps h4 {
  font-size: 0.8rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--or); margin-bottom: 0.9rem;
}
.fiche-fonds-corps .objectif { font-size: 1.05rem; color: var(--marine); border-left: 3px solid var(--or); padding-left: 1.1rem; margin-bottom: 1.6rem; }
.fiche-fonds-corps ul { list-style: none; }
.fiche-fonds-corps li { padding: 0.42rem 0 0.42rem 1.3rem; position: relative; color: var(--ardoise); font-size: 0.94rem; }
.fiche-fonds-corps li::before { content: '—'; position: absolute; left: 0; color: var(--or); }
.perf-indice { padding: 0 2.2rem 2.2rem; }
.perf-indice h4 { font-size: 0.8rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gris-doux); margin-bottom: 0.8rem; }
table.perf { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
table.perf th, table.perf td { border: 1px solid var(--ligne); padding: 0.55rem 0.6rem; text-align: center; font-size: 0.9rem; }
table.perf th { background: var(--fond-alt); font-weight: 600; }
.note-perf { font-size: 0.8rem; color: var(--gris-doux); margin-top: 0.6rem; }

/* ---------- Publications ---------- */
.grille-docs { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.4rem; }
.carte-doc { border: 1px solid var(--ligne); border-radius: 3px; padding: 1.8rem; background: #fff; }
.carte-doc h3 { font-size: 1.15rem; margin-bottom: 1rem; }
.carte-doc ul { list-style: none; }
.carte-doc li { border-top: 1px solid var(--ligne); }
.carte-doc a {
  display: flex; justify-content: space-between; align-items: center;
  padding: 0.75rem 0.2rem;
  font-size: 0.92rem; color: var(--ardoise);
  transition: color .15s;
}
.carte-doc a:hover { color: var(--marine); }
.carte-doc a::after { content: '↓'; color: var(--or); font-weight: 700; }
.carte-doc a.indisponible { color: var(--gris-doux); pointer-events: none; }
.carte-doc a.indisponible::after { content: 'à venir'; font-size: 0.75rem; letter-spacing: 0.08em; }

/* ---------- Contact ---------- */
.grille-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; }
.coord { list-style: none; }
.coord li { padding: 1.1rem 0; border-bottom: 1px solid var(--ligne); display: flex; gap: 1rem; }
.coord li b { min-width: 110px; color: var(--gris-doux); font-weight: 600; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.1em; padding-top: 2px; }
.coord li div { font-size: 1rem; }
.coord a { color: var(--marine); border-bottom: 1px solid var(--or); }

.formulaire label { display: block; font-size: 0.85rem; font-weight: 600; margin: 1.1rem 0 0.35rem; letter-spacing: 0.04em; }
.formulaire input, .formulaire textarea, .formulaire select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--ligne); border-radius: 2px;
  font-family: var(--ff-body); font-size: 0.95rem;
  background: #fff;
}
.formulaire input:focus, .formulaire textarea:focus, .formulaire select:focus { outline: 2px solid var(--or); border-color: var(--or); }
.formulaire button { margin-top: 1.4rem; border: none; cursor: pointer; }

/* ---------- Footer ---------- */
.pied {
  background: var(--marine-nuit); color: #B9C2D2;
  padding: 4rem 0 2.5rem;
  font-size: 0.9rem;
}
.pied-haut {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.pied .logo-pied img { height: 44px; width: auto; margin-bottom: 1rem; }
.pied .devise { font-style: italic; color: var(--or-clair); font-family: var(--ff-display); }
.pied h4 { color: #fff; font-size: 0.82rem; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 1rem; }
.pied ul { list-style: none; }
.pied li { padding: 0.28rem 0; }
.pied a:hover { color: #fff; }
.avertissement {
  padding-top: 2rem;
  font-size: 0.8rem; color: #7C8698; line-height: 1.7;
}
.avertissement b { color: #9AA5B8; }
.mentions-basses { margin-top: 1.4rem; font-size: 0.78rem; color: #66718A; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .grille-3, .grille-4, .grille-equipe, .actionnariat, .grille-contact { grid-template-columns: 1fr; }
  .grille-4 { grid-template-columns: 1fr 1fr; }
  .mot-president { grid-template-columns: 1fr; }
  .mot-president .portrait-cadre { max-width: 280px; }
  .fiche-fonds-carac { grid-template-columns: repeat(2, 1fr); }
  .fiche-fonds-carac div { border-bottom: 1px solid var(--ligne); }
  .fiche-fonds-corps { grid-template-columns: 1fr; gap: 1.6rem; }
  .chiffres-grille { grid-template-columns: 1fr 1fr; row-gap: 1.8rem; }
  .chiffre:nth-child(3) { border-left: none; }
  .fiche-identite { grid-template-columns: 1fr 1fr; }
  .fiche-identite .case:nth-child(3n) { border-right: 1px solid var(--ligne); }
  .fiche-identite .case:nth-child(2n) { border-right: none; }
  .hero-photo { width: 100%; opacity: 0.14; -webkit-mask-image: none; mask-image: none; }
}

@media (max-width: 760px) {
  .nav {
    position: fixed; inset: 84px 0 auto 0;
    background: #fff;
    flex-direction: column; gap: 0;
    border-bottom: 1px solid var(--ligne);
    display: none;
    padding: 0.5rem 0 1.2rem;
  }
  .nav.ouvert { display: flex; }
  .nav a { padding: 0.9rem 28px; width: 100%; border-bottom: none; }
  .nav .btn-nav { border: none; padding: 0.9rem 28px; }
  .burger { display: block; }
  .grille-4 { grid-template-columns: 1fr; }
  .membre { grid-template-columns: 130px 1fr; gap: 1.2rem; }
  .pied-haut { grid-template-columns: 1fr; gap: 2rem; }
  .hero-inner { padding: 5rem 0 4.5rem; }
  .btn-contour { margin-left: 0; margin-top: 12px; }
  .section { padding: 3.8rem 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

/* Schéma actionnariat — colonnes alignées en pied */
.schema-actionnariat .rangée { align-items: flex-end; margin-bottom: 1rem; }
.schema-actionnariat .colonne { display: flex; flex-direction: column; align-items: center; gap: 0.45rem; }
.schema-actionnariat .colonne .pct { margin: 0; }
.schema-actionnariat .colonne .pct:not(:last-child)::after { content: '↓'; display: block; color: var(--gris-doux); font-size: 0.8rem; }
.schema-actionnariat > .noeud.or { margin-top: 0.2rem; }

/* Liens documentaires en pied de fiche fonds */
.fiche-liens {
  display: flex; gap: 1.8rem; flex-wrap: wrap;
  padding: 1.1rem 2.2rem;
  border-top: 1px solid var(--ligne);
  background: var(--fond-alt);
}
.fiche-liens a {
  font-size: 0.88rem; font-weight: 600; letter-spacing: 0.04em;
  color: var(--marine);
}
.fiche-liens a::after { content: ' →'; color: var(--or); }

/* ---------- Page souscription ---------- */
.etapes-bandeau {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem;
  margin-bottom: 2.8rem;
}
.etapes-bandeau div {
  border: 1px solid var(--ligne); border-radius: 3px;
  padding: 1.1rem 1.2rem;
  font-size: 0.9rem; color: var(--ardoise);
  display: flex; align-items: center; gap: 0.9rem;
}
.etapes-bandeau b {
  font-family: var(--ff-display);
  color: var(--or); font-size: 1.5rem; line-height: 1;
}
.titre-bloc {
  margin: 2.4rem 0 0.4rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--ligne);
  font-size: 1.15rem;
}
.deux-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 0 2rem; }
.optionnel { font-weight: 400; color: var(--gris-doux); font-size: 0.8rem; }
.aide { font-size: 0.85rem; color: var(--gris-doux); margin-top: 0.5rem; }
.case-mention {
  display: flex; gap: 0.8rem; align-items: flex-start;
  margin-top: 1.8rem;
  font-size: 0.92rem; color: var(--ardoise);
  font-weight: 400;
}
.case-mention input { width: auto; margin-top: 4px; }
.erreurs { color: #A33; font-size: 0.9rem; margin-top: 1rem; }
.erreurs ul { padding-left: 1.2rem; }
.panneau-suite {
  margin-top: 2.5rem;
  border: 1px solid var(--or); border-radius: 3px;
  background: #FBF7EC;
  padding: 2rem 2.2rem;
}
.panneau-suite h3 { margin-bottom: 0.7rem; }
.panneau-suite ol { padding-left: 1.3rem; margin: 0.8rem 0 1.5rem; color: var(--ardoise); }
.panneau-suite li { padding: 0.2rem 0; }
.lien-souscrire { color: var(--or) !important; }
@media (max-width: 760px) {
  .deux-cols, .etapes-bandeau { grid-template-columns: 1fr; }
}
