/* ==========================================================================
   Forum national de l’inclusion économique des personnes handicapées
   Feuille de style principale — mobile-first, accessible (WCAG 2.2 AA)
   ========================================================================== */

/* ------------------------------------------------------------ Polices (auto-hébergées, OFL) */
@font-face { font-family: 'Inter'; font-style: normal; font-display: swap; font-weight: 100 900;
  src: url(/assets/fonts/inter-latin-wght-normal.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Inter'; font-style: normal; font-display: swap; font-weight: 100 900;
  src: url(/assets/fonts/inter-latin-ext-wght-normal.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1E9F, U+20A0-20AB, U+20AD-20C0, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Space Grotesk'; font-style: normal; font-display: swap; font-weight: 300 700;
  src: url(/assets/fonts/space-grotesk-latin-wght-normal.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Space Grotesk'; font-style: normal; font-display: swap; font-weight: 300 700;
  src: url(/assets/fonts/space-grotesk-latin-ext-wght-normal.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1E9F, U+20A0-20AB, U+20AD-20C0, U+2C60-2C7F, U+A720-A7FF; }

/* ------------------------------------------------------------------ Tokens */
:root {
  --navy-950: #040E1D;
  --navy-900: #07162B;
  --navy-800: #0D2442;
  --navy-700: #16345C;
  --navy-600: #2A4A75;
  --teal-700: #08625A;
  --teal-600: #0B7A70;
  --teal-400: #3CC2B2;
  --teal-100: #DDF3EF;
  --saffron-500: #F2A93B;
  --saffron-400: #F6BC61;
  --saffron-100: #FDF0DA;
  --paper: #F6F4EF;
  --paper-2: #EEEAE1;
  --white: #FFFFFF;
  --ink: #0E1B2C;
  --ink-2: #3B4A5E;
  --ink-3: #5A6778;
  --line: #DAD6CC;
  --line-dark: rgba(255, 255, 255, .14);
  --danger: #B42318;
  --danger-bg: #FEF3F2;
  --success: #067647;

  --font-sans: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  --font-display: 'Space Grotesk', 'Inter', system-ui, sans-serif;

  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 1px 2px rgba(7, 22, 43, .06), 0 1px 1px rgba(7, 22, 43, .04);
  --shadow: 0 10px 30px -12px rgba(7, 22, 43, .22);
  --shadow-lg: 0 30px 60px -24px rgba(7, 22, 43, .35);

  --container: 1200px;
  --gutter: 16px;
  --header-h: 68px;
  --section-y: 64px;
  --focus: 0 0 0 3px var(--white), 0 0 0 6px var(--navy-900);
}
@media (min-width: 768px) {
  :root { --gutter: 32px; --section-y: 96px; --header-h: 76px; }
}

/* ------------------------------------------------------------------- Base */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--ink);
  background: var(--white);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 72px; /* barre d’actions mobile */
}
@media (min-width: 1024px) { body { padding-bottom: 0; } }
img, svg { display: block; max-width: 100%; }
svg.icon { flex-shrink: 0; }
h1, h2, h3, h4 { margin: 0 0 .5em; line-height: 1.15; font-family: var(--font-display); font-weight: 700; letter-spacing: -.01em; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; }
a { color: var(--teal-700); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--navy-900); }
code { font-size: .9em; background: var(--paper-2); padding: .1em .35em; border-radius: 4px; }
[hidden] { display: none !important; }
main:focus { outline: none; }

:focus-visible { outline: 3px solid var(--navy-900); outline-offset: 3px; border-radius: 4px; }
.section--dark :focus-visible, .hero :focus-visible, .page-hero :focus-visible, .site-footer :focus-visible,
.site-header :focus-visible, .annonces :focus-visible { outline-color: var(--saffron-400); }

.sr-only {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: 16px; top: -100px; z-index: 1000;
  background: var(--saffron-500); color: var(--navy-900); font-weight: 700;
  padding: 12px 18px; border-radius: var(--radius-sm); text-decoration: none;
}
.skip-link:focus { top: 12px; }

.container { width: 100%; max-width: calc(var(--container) + var(--gutter) * 2); margin: 0 auto; padding: 0 var(--gutter); }
.container--narrow { max-width: calc(820px + var(--gutter) * 2); }

.muted { color: var(--ink-3); }
.small { font-size: .875rem; }
.accent { color: var(--teal-700); }
.tbc { color: inherit; font-weight: 700; background: var(--saffron-100); color: #7A4A00; padding: .05em .45em; border-radius: 6px; white-space: nowrap; }
.hero .tbc, .page-hero .tbc, .site-footer .tbc { background: rgba(242, 169, 59, .18); color: var(--saffron-400); }
.lead-strong { font-size: 1.125rem; line-height: 1.55; color: var(--ink); }
.prose { max-width: 70ch; }
.prose h2 { font-size: 1.4rem; margin-top: 1.8em; }
.prose ul { padding-left: 1.2em; margin-bottom: 1em; }
.prose li { margin-bottom: .4em; }

/* ---------------------------------------------------------------- Buttons */
.btn {
  --btn-bg: var(--saffron-500); --btn-fg: var(--navy-900); --btn-bd: transparent;
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  min-height: 48px; padding: .7em 1.25em;
  font: 600 1rem/1.2 var(--font-sans); text-align: center; text-decoration: none;
  color: var(--btn-fg); background: var(--btn-bg); border: 2px solid var(--btn-bd); border-radius: 999px;
  cursor: pointer; transition: transform .15s ease, background-color .15s ease, box-shadow .15s ease, color .15s ease;
  -webkit-tap-highlight-color: transparent;
}
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow); color: var(--btn-fg); }
.btn:active { transform: translateY(0); }
.btn .icon { transition: transform .2s ease; }
.btn:hover .icon { transform: translateX(3px); }
.btn--primary { --btn-bg: var(--saffron-500); --btn-fg: var(--navy-900); }
.btn--primary:hover { --btn-bg: var(--saffron-400); }
.btn--secondary { --btn-bg: var(--teal-600); --btn-fg: var(--white); }
.btn--secondary:hover { --btn-bg: var(--teal-700); }
.btn--ghost { --btn-bg: transparent; --btn-fg: var(--navy-900); --btn-bd: var(--navy-900); }
.btn--ghost:hover { --btn-bg: var(--navy-900); --btn-fg: var(--white); }
.btn--ghost-light { --btn-bg: transparent; --btn-fg: var(--white); --btn-bd: rgba(255, 255, 255, .55); }
.btn--ghost-light:hover { --btn-bg: var(--white); --btn-fg: var(--navy-900); --btn-bd: var(--white); }
.btn--dark { --btn-bg: var(--navy-900); --btn-fg: var(--white); }
.btn--dark:hover { --btn-bg: var(--navy-700); }
.btn--sm { min-height: 40px; padding: .45em 1em; font-size: .9375rem; }
.btn--lg { min-height: 56px; padding: .85em 1.6em; font-size: 1.0625rem; }
.btn--block { width: 100%; }
.btn[disabled], .btn[aria-disabled="true"] { opacity: .6; cursor: progress; transform: none; box-shadow: none; }

.btn-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 28px; }
.btn-row--end { justify-content: flex-start; }
@media (min-width: 900px) { .btn-row--end { justify-content: flex-end; margin-top: 0; } }
@media (max-width: 479px) { .hero__actions .btn, .cta-band .btn-row .btn { width: 100%; } }

.link-arrow {
  display: inline-flex; align-items: center; gap: .4em; font-weight: 600; color: var(--teal-700);
  text-decoration: none; padding: 4px 0;
}
.link-arrow .icon { transition: transform .2s ease; }
.link-arrow:hover { color: var(--navy-900); text-decoration: underline; }
.link-arrow:hover .icon { transform: translateX(3px); }
.link-arrow--light, .section--dark .link-arrow { color: var(--teal-400); }
.link-arrow--light:hover, .section--dark .link-arrow:hover { color: var(--white); }

.link-tbc {
  display: inline-flex; align-items: center; gap: 8px; margin: 14px 0 0;
  font-size: .875rem; font-weight: 600; color: #7A4A00; background: var(--saffron-100);
  padding: 6px 12px; border-radius: 999px;
}

/* ----------------------------------------------------------------- Header */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(7, 22, 43, .96); color: var(--white);
  border-bottom: 1px solid var(--line-dark);
  backdrop-filter: saturate(140%) blur(10px);
  transition: box-shadow .2s ease;
}
.site-header.is-scrolled { box-shadow: 0 8px 24px -12px rgba(0, 0, 0, .5); }
.site-header__inner { display: flex; align-items: center; gap: 20px; min-height: var(--header-h); }
.brand { display: flex; align-items: center; gap: 12px; color: var(--white); text-decoration: none; margin-right: auto; min-width: 0; }
.brand:hover { color: var(--white); }
.brand__mark {
  display: grid; place-items: center; width: 40px; height: 40px; flex-shrink: 0;
  border-radius: 12px; background: var(--saffron-500); color: var(--navy-900);
}
.brand__text { display: flex; flex-direction: column; line-height: 1.1; min-width: 0; }
.brand__name { font-family: var(--font-display); font-weight: 700; font-size: 1rem; }
.brand__sub { font-size: .75rem; color: rgba(255, 255, 255, .72); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
/* Intitulé long : sur deux lignes à partir des grands écrans, sans troncature. */
@media (min-width: 1180px) {
  .brand__sub { white-space: normal; max-width: 22ch; line-height: 1.25; }
}

.main-nav { display: none; }
.main-nav__list { display: flex; list-style: none; gap: 2px; }
.main-nav a {
  display: block; padding: 8px 10px; border-radius: 8px;
  color: rgba(255, 255, 255, .82); font-size: .9375rem; font-weight: 500; text-decoration: none; white-space: nowrap;
}
.main-nav a:hover { color: var(--white); background: rgba(255, 255, 255, .08); }
.main-nav a[aria-current="page"] { color: var(--white); box-shadow: inset 0 -2px 0 var(--saffron-500); border-radius: 8px 8px 0 0; }

.header-actions { display: flex; align-items: center; gap: 8px; }
.header-actions > .btn--primary, .dropdown { display: none; }
@media (min-width: 560px) { .header-actions > .btn--primary { display: inline-flex; } }
@media (min-width: 1180px) {
  .main-nav { display: block; }
  .dropdown { display: block; }
  .menu-toggle { display: none !important; }
}

.dropdown { position: relative; }
.dropdown [data-dropdown-toggle] .icon { transition: transform .2s ease; }
.dropdown [aria-expanded="true"] .icon { transform: rotate(180deg); }
.dropdown__menu {
  position: absolute; right: 0; top: calc(100% + 10px); min-width: 280px; list-style: none;
  background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 8px;
  border: 1px solid var(--line);
}
.dropdown__menu a {
  display: block; padding: 12px 14px; border-radius: 10px; color: var(--navy-900);
  text-decoration: none; font-weight: 600;
}
.dropdown__menu a:hover, .dropdown__menu a[aria-current="page"] { background: var(--paper); }
.dropdown__menu :focus-visible { outline-color: var(--navy-900); }

.menu-toggle {
  display: inline-grid; place-items: center; width: 48px; height: 48px;
  background: transparent; color: var(--white); border: 1px solid var(--line-dark); border-radius: 12px; cursor: pointer;
}
.mobile-menu {
  position: fixed; inset: var(--header-h) 0 0 0; z-index: 99; overflow-y: auto;
  background: var(--navy-900); border-top: 1px solid var(--line-dark); padding: 16px 0 40px;
}
.mobile-menu__list { list-style: none; display: grid; }
.mobile-menu__list a {
  display: block; padding: 14px 4px; color: var(--white); font-size: 1.125rem; font-weight: 600;
  text-decoration: none; border-bottom: 1px solid var(--line-dark);
}
.mobile-menu__list a[aria-current="page"] { color: var(--saffron-400); }
.mobile-menu__cta { display: grid; gap: 12px; margin-top: 24px; }
body.menu-open { overflow: hidden; }

/* -------------------------------------------------------- Mobile action bar */
.action-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  display: grid; grid-template-columns: 1fr 1fr 1.2fr; gap: 6px;
  padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
  background: rgba(7, 22, 43, .97); border-top: 1px solid var(--line-dark);
  backdrop-filter: blur(8px);
}
.action-bar a {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px;
  min-height: 52px; border-radius: 12px; color: var(--white); text-decoration: none;
  font-size: .8125rem; font-weight: 600; background: rgba(255, 255, 255, .06);
}
.action-bar a:hover { background: rgba(255, 255, 255, .12); color: var(--white); }
.action-bar .action-bar__primary { background: var(--saffron-500); color: var(--navy-900); }
.action-bar .action-bar__primary:hover { background: var(--saffron-400); color: var(--navy-900); }
.action-bar :focus-visible { outline-color: var(--saffron-400); }
@media (min-width: 1024px) { .action-bar { display: none; } }

/* --------------------------------------------------------------- Sections */
.section { position: relative; padding: var(--section-y) 0; }
.section--tight { padding: calc(var(--section-y) * .5) 0; }
.section--paper { background: var(--paper); }
.section--form { background: linear-gradient(180deg, var(--paper) 0%, var(--white) 100%); }
.section--dark { background: var(--navy-900); color: rgba(255, 255, 255, .86); }
.section--dark h2, .section--dark h3, .section--dark h4 { color: var(--white); }
.section--dark .muted { color: rgba(255, 255, 255, .66); }
.section--dark a:not(.btn) { color: var(--teal-400); }

.split { display: grid; gap: 40px; align-items: start; }
@media (min-width: 900px) {
  .split { grid-template-columns: 1fr 1fr; gap: 64px; }
  .split--wide-right { grid-template-columns: 5fr 7fr; }
  .sticky-col { position: sticky; top: calc(var(--header-h) + 32px); }
}

.section-head { max-width: 760px; margin-bottom: 36px; }
.split .section-head { margin-bottom: 20px; }
.section-head--split { max-width: none; display: grid; gap: 24px; align-items: end; }
@media (min-width: 900px) { .section-head--split { grid-template-columns: 1fr auto; } }
.section-head--light .section-title { color: var(--white); }
.section-head--light .section-lead { color: rgba(255, 255, 255, .78); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin: 0 0 14px;
  font-size: .8125rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--teal-700);
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.eyebrow--light, .section--dark .eyebrow { color: var(--teal-400); }
.eyebrow--gold { color: var(--saffron-400); }
.section-title { font-size: clamp(1.75rem, 1.2rem + 2.2vw, 2.75rem); color: var(--navy-900); }
.section-title--sm { font-size: clamp(1.375rem, 1.1rem + 1vw, 1.75rem); }
.section-lead { font-size: 1.125rem; color: var(--ink-2); max-width: 65ch; }
.mini-title {
  font-family: var(--font-sans); font-size: .8125rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ink-3); margin: 28px 0 14px;
}
.mini-title:first-child { margin-top: 0; }
.mini-title--light, .section--dark .mini-title { color: var(--teal-400); }

/* -------------------------------------------------------------- Hero */
.hero {
  position: relative; overflow: hidden; isolation: isolate;
  background: var(--navy-900); color: var(--white);
  padding: 44px 0 56px;
}
@media (min-width: 768px) { .hero { padding: 80px 0 88px; } }
.hero__bg { position: absolute; inset: 0; z-index: -1; }
.hero__grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at 70% 40%, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at 70% 40%, #000 20%, transparent 75%);
}
.hero__glow { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .5; }
.hero__glow--a { width: 520px; height: 520px; right: -140px; top: -160px; background: var(--teal-600); }
.hero__glow--b { width: 420px; height: 420px; left: -180px; bottom: -220px; background: #1C4A8A; opacity: .6; }
.hero__inner { position: relative; }
.hero__top { display: flex; flex-wrap: wrap; gap: 10px 16px; align-items: center; margin-bottom: 28px; }
.hero__tutelle, .hero__occasion {
  display: inline-flex; align-items: center; gap: 8px; margin: 0;
  font-size: .8125rem; font-weight: 600; padding: 7px 14px; border-radius: 999px;
}
.hero__tutelle { background: rgba(255, 255, 255, .08); border: 1px solid var(--line-dark); }
.hero__occasion { color: var(--saffron-400); border: 1px solid rgba(242, 169, 59, .4); }
.hero__title {
  font-size: clamp(1.625rem, 1rem + 3.2vw, 3.5rem); line-height: 1.05; letter-spacing: -.02em;
  max-width: 20ch; margin-bottom: 18px; color: var(--white);
}
.hero__theme { font-size: clamp(1.0625rem, .95rem + .6vw, 1.375rem); color: rgba(255, 255, 255, .8); max-width: 48ch; margin-bottom: 28px; }
.hero__facts { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 26px; margin: 28px 0 32px; }
.hero__facts li { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; }
.hero__facts .icon { color: var(--teal-400); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* ------------------------------------------------------------ Slogan mark */
.slogan-mark {
  display: flex; flex-wrap: wrap; align-items: center; gap: .15em .4em; margin: 0 0 8px;
  font-family: var(--font-display); font-weight: 700; line-height: 1; letter-spacing: -.02em;
  font-size: 1.5rem; color: var(--navy-900); text-transform: uppercase;
}
.slogan-mark__from { color: var(--ink-3); }
.slogan-mark__arrow {
  display: inline-grid; place-items: center; width: 1.3em; height: 1.3em; border-radius: 50%;
  background: var(--saffron-500); color: var(--navy-900);
}
.slogan-mark__arrow .icon { width: .8em; height: .8em; }
.slogan-mark__to { color: var(--teal-600); position: relative; }
.slogan-mark--md { font-size: clamp(1.5rem, 1.1rem + 1.4vw, 2.25rem); margin: 8px 0 12px; }
.slogan-mark--xl { font-size: clamp(1.75rem, 1rem + 3.6vw, 4rem); margin: 8px 0 0; }
.slogan-mark--light .slogan-mark__from { color: rgba(255, 255, 255, .55); }
.slogan-mark--light .slogan-mark__to { color: var(--saffron-400); }
.slogan-mark--xl .slogan-mark__to::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -.12em; height: .08em;
  background: var(--saffron-500); border-radius: 4px; transform-origin: left; animation: underline 1.1s .4s ease-out both;
}
@keyframes underline { from { transform: scaleX(0); } to { transform: scaleX(1); } }

/* -------------------------------------------------------------- Countdown */
.countdown {
  margin-top: 40px; padding: 18px 20px; border-radius: var(--radius);
  background: rgba(255, 255, 255, .06); border: 1px solid var(--line-dark);
  display: grid; gap: 12px; max-width: 560px;
}
@media (min-width: 600px) { .countdown { grid-template-columns: auto 1fr; align-items: center; gap: 24px; } }
.countdown__label { margin: 0; font-size: .8125rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255, 255, 255, .72); max-width: 12ch; }
.countdown__units { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 0; }
.countdown__unit { display: flex; flex-direction: column-reverse; align-items: center; text-align: center; }
.countdown__unit dd { margin: 0; font-family: var(--font-display); font-size: clamp(1.5rem, 1.1rem + 1.5vw, 2.25rem); font-weight: 700; color: var(--white); font-variant-numeric: tabular-nums; line-height: 1.1; }
.countdown__unit dt { font-size: .75rem; color: rgba(255, 255, 255, .66); }
.countdown.is-live .countdown__units { display: none; }

/* ------------------------------------------------------------ Action path */
.action-path { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; }
.action-path li {
  display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px 6px 6px;
  border-radius: 999px; background: var(--white); border: 1px solid var(--line);
  font-size: .875rem; font-weight: 600; color: var(--navy-900);
}
.action-path li:last-child { background: var(--navy-900); color: var(--white); border-color: var(--navy-900); }
.action-path__num {
  display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%;
  background: var(--paper-2); font-size: .75rem;
}
.action-path li:last-child .action-path__num { background: var(--saffron-500); color: var(--navy-900); }

/* --------------------------------------------------------------- Parcours */
.section--action { background: var(--paper); padding-top: calc(var(--section-y) * .75); }
.parcours { display: grid; gap: 16px; }
@media (min-width: 900px) { .parcours { grid-template-columns: repeat(3, 1fr); gap: 20px; } }
.parcours-card {
  position: relative; display: flex; flex-direction: column; padding: 28px 24px 24px;
  background: var(--white); border-radius: var(--radius-lg); border: 1px solid var(--line);
  box-shadow: var(--shadow-sm); transition: box-shadow .2s ease, transform .2s ease;
}
.parcours-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.parcours-card::before { content: ""; position: absolute; left: 24px; right: 24px; top: 0; height: 4px; border-radius: 0 0 4px 4px; background: var(--saffron-500); }
.parcours-card--artisans::before { background: var(--teal-600); }
.parcours-card--participants::before { background: var(--navy-900); }
.parcours-card__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.parcours-card__icon { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 16px; background: var(--saffron-100); color: var(--navy-900); }
.parcours-card--artisans .parcours-card__icon { background: var(--teal-100); color: var(--teal-700); }
.parcours-card--participants .parcours-card__icon { background: var(--paper-2); }
.parcours-card__num { font-family: var(--font-display); font-size: 2.25rem; font-weight: 700; color: var(--paper-2); line-height: 1; }
.parcours-card__audience { margin: 0 0 4px; font-size: .8125rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--teal-700); }
.parcours-card__title { font-size: 1.375rem; color: var(--navy-900); }
.parcours-card__text { color: var(--ink-2); flex-grow: 1; }
.parcours-card__actions { display: grid; gap: 10px; justify-items: center; margin-top: 8px; }

/* ---------------------------------------------------------------- Lists */
.checklist { list-style: none; display: grid; gap: 10px; }
.checklist li { display: flex; gap: 10px; align-items: flex-start; }
.checklist .icon { margin-top: 3px; color: var(--teal-600); }
.section--dark .checklist .icon, .annonces .checklist .icon { color: var(--teal-400); }
.checklist--compact { gap: 6px; font-size: .9375rem; }
.checklist--large li { font-size: 1.0625rem; padding: 14px 16px; background: var(--white); border-radius: var(--radius); border: 1px solid var(--line); }
.section--paper .checklist--large li { background: var(--white); }
.section--dark .checklist--large li { background: rgba(255, 255, 255, .05); border-color: var(--line-dark); color: var(--white); }

.verb-list { list-style: none; display: grid; gap: 0; border-top: 1px solid var(--line); }
.verb-list li { display: grid; gap: 2px 16px; padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--ink-2); }
@media (min-width: 480px) { .verb-list li { grid-template-columns: 8.5em 1fr; } }
.verb-list strong { font-family: var(--font-display); font-size: 1.0625rem; color: var(--navy-900); }

.objective {
  margin: 24px 0 0; padding: 24px; border-radius: var(--radius-lg);
  background: var(--navy-900); color: var(--white); position: relative; overflow: hidden;
}
.split > div:last-child > .objective:first-child { margin-top: 0; margin-bottom: 28px; }
.objective::after { content: ""; position: absolute; right: -70px; bottom: -70px; width: 160px; height: 160px; border-radius: 50%; border: 24px solid rgba(60, 194, 178, .18); }
.objective__label { display: flex; align-items: center; gap: 8px; margin: 0 0 10px; font-size: .8125rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--saffron-400); }
.objective__text { margin: 0; font-family: var(--font-display); font-size: 1.25rem; line-height: 1.35; position: relative; z-index: 1; }

/* ------------------------------------------------------------------ Axes */
.axes { display: grid; gap: 16px; }
@media (min-width: 900px) { .axes { grid-template-columns: repeat(3, 1fr); gap: 20px; } }
.axe-card {
  display: flex; flex-direction: column; padding: 28px 24px; border-radius: var(--radius-lg);
  background: var(--white); border: 1px solid var(--line); scroll-margin-top: calc(var(--header-h) + 24px);
}
.axe-card__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.axe-card__icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 14px; background: var(--navy-900); color: var(--saffron-400); }
.axe-card__num { margin: 0; font-family: var(--font-display); font-weight: 700; color: var(--teal-700); letter-spacing: .04em; text-transform: uppercase; font-size: .875rem; }
.axe-card__title { font-size: 1.3125rem; color: var(--navy-900); }
.axe-card__summary { color: var(--ink-2); }
.axe-card .checklist { margin-bottom: 20px; flex-grow: 1; align-content: start; }
.axe-card__actions { display: grid; gap: 10px; justify-items: center; }

/* ----------------------------------------------------------------- Stats */
.stats { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.stat { background: var(--white); padding: 24px 20px; display: flex; flex-direction: column; gap: 6px; }
.stat--wide { grid-column: 1 / -1; background: var(--navy-900); color: var(--white); }
@media (min-width: 900px) {
  .stats { grid-template-columns: repeat(5, 1fr); }
  .stat--wide { grid-column: auto; }
}
.stat__value { font-family: var(--font-display); font-weight: 700; font-size: clamp(2rem, 1.4rem + 2vw, 3rem); line-height: 1; color: var(--navy-900); letter-spacing: -.02em; }
.stat--wide .stat__value { font-size: clamp(1.5rem, 1.2rem + 1vw, 1.875rem); color: var(--saffron-400); }
.stat__label { font-size: .9375rem; color: var(--ink-2); }
.stat--wide .stat__label { color: rgba(255, 255, 255, .8); }

/* -------------------------------------------------------------- Timeline */
.timeline { list-style: none; position: relative; }
.tl-item { position: relative; display: grid; grid-template-columns: 72px 1fr; gap: 16px; padding-bottom: 24px; }
@media (min-width: 600px) { .tl-item { grid-template-columns: 96px 1fr; gap: 28px; } }
.tl-item::before { content: ""; position: absolute; left: 72px; top: 12px; bottom: -12px; width: 2px; background: var(--line); transform: translateX(8px); }
@media (min-width: 600px) { .tl-item::before { left: 96px; transform: translateX(14px); } }
.tl-item:last-child::before { display: none; }
.tl-item__time { margin: 0; font-family: var(--font-display); font-weight: 700; font-size: 1.125rem; color: var(--navy-900); font-variant-numeric: tabular-nums; padding-top: 2px; }
.tl-item__end { display: block; font-size: .8125rem; color: var(--ink-3); font-weight: 500; }
.tl-item__body { position: relative; padding: 0 0 0 20px; }
.tl-item__body::before {
  content: ""; position: absolute; left: -10px; top: 8px; width: 12px; height: 12px; border-radius: 50%;
  background: var(--white); border: 2px solid var(--navy-600);
}
@media (min-width: 600px) { .tl-item__body::before { left: -20px; } }
.tl-item__title { font-size: 1.125rem; color: var(--navy-900); margin-bottom: .3em; }
.tl-item__text, .tl-item__list { color: var(--ink-2); margin-bottom: .5em; }
.tl-item__list { padding-left: 1.1em; }
.tl-item__list li { margin-bottom: .25em; }
.tl-item__who { display: flex; align-items: flex-start; gap: 8px; margin: 6px 0 0; font-size: .875rem; color: var(--ink-3); }
.tl-item__who .icon { margin-top: 2px; }
.tl-item__flag {
  display: inline-flex; align-items: center; gap: 6px; margin: 0 0 8px; padding: 3px 10px;
  font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  background: var(--saffron-500); color: var(--navy-900); border-radius: 999px;
}
.tl-item--break .tl-item__title { color: var(--ink-3); font-weight: 600; }
.tl-item--break .tl-item__body::before { border-style: dashed; border-color: var(--ink-3); }
.tl-item--highlight .tl-item__body::before { background: var(--teal-600); border-color: var(--teal-600); }
.tl-item--key { padding-bottom: 32px; }
.tl-item--key .tl-item__body {
  padding: 20px; margin-left: 12px; border-radius: var(--radius-lg);
  background: var(--navy-900); color: rgba(255, 255, 255, .86); box-shadow: var(--shadow);
}
.tl-item--key .tl-item__body::before { left: -22px; top: 22px; width: 16px; height: 16px; background: var(--saffron-500); border: 3px solid var(--white); box-shadow: 0 0 0 2px var(--saffron-500); }
@media (max-width: 599px) {
  .tl-item--key { grid-template-columns: 1fr; gap: 8px; }
  .tl-item--key .tl-item__body { margin-left: 0; }
  .tl-item--key .tl-item__body::before, .tl-item--key::before { display: none; }
}
@media (min-width: 600px) { .tl-item--key .tl-item__body { padding: 28px; } .tl-item--key .tl-item__body::before { left: -34px; } }
.tl-item--key .tl-item__time { color: var(--teal-700); font-size: 1.375rem; }
.tl-item--key .tl-item__title { color: var(--white); font-size: 1.25rem; }
.tl-item--key .tl-item__text, .tl-item--key .tl-item__who { color: rgba(255, 255, 255, .78); }
.tl-item--key .link-arrow { color: var(--teal-400); margin-top: 8px; }
.tl-item--key .link-arrow:hover { color: var(--white); }
.tl-parts { display: grid; gap: 10px; margin: 16px 0 6px; }
@media (min-width: 900px) { .timeline:not(.timeline--compact) .tl-parts { grid-template-columns: repeat(3, 1fr); } }
.tl-part { padding: 14px 16px; border-radius: var(--radius); background: rgba(255, 255, 255, .06); border: 1px solid var(--line-dark); }
.tl-part__label { margin: 0 0 2px; font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--saffron-400); }
.tl-part__title { margin: 0 0 4px; font-weight: 700; color: var(--white); }
.tl-part__text { margin: 0; font-size: .9375rem; color: rgba(255, 255, 255, .74); }
.timeline--compact .tl-part__text { display: none; }
.timeline--compact .tl-item { padding-bottom: 18px; }
.timeline--compact .tl-item__text, .timeline--compact .tl-item__list { font-size: .9375rem; }
.tl-item:target .tl-item__body { outline: 3px solid var(--saffron-500); outline-offset: 4px; }
.venue-line { display: flex; align-items: center; gap: 8px; font-weight: 600; margin-bottom: 32px; color: var(--navy-900); }
.venue-line .icon { color: var(--teal-600); }

/* --------------------------------------------------------------- Annonces */
.annonces { overflow: hidden; }
.annonces__bg {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(600px 300px at 90% 0%, rgba(11, 122, 112, .35), transparent 70%),
              radial-gradient(500px 300px at 0% 100%, rgba(242, 169, 59, .12), transparent 70%);
}
.annonces .container { position: relative; }
.annonces__grid { display: grid; gap: 16px; }
@media (min-width: 900px) { .annonces__grid { grid-template-columns: repeat(3, 1fr); gap: 20px; } }
.annonce {
  display: flex; flex-direction: column; padding: 28px 24px; border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .05); border: 1px solid var(--line-dark);
  transition: background-color .2s ease, border-color .2s ease;
}
.annonce:hover { background: rgba(255, 255, 255, .08); border-color: rgba(60, 194, 178, .5); }
.annonce__icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 14px; background: var(--saffron-500); color: var(--navy-900); margin-bottom: 20px; }
.annonce__label { margin: 0 0 6px; font-size: .8125rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--teal-400); }
.annonce__title { font-size: 1.3125rem; color: var(--white); }
.annonce__text { color: rgba(255, 255, 255, .76); flex-grow: 1; }

/* --------------------------------------------------------------- Benefits */
.benefits { display: grid; gap: 16px; }
@media (min-width: 600px) { .benefits { grid-template-columns: 1fr 1fr; } }
.split .benefits { grid-template-columns: 1fr; }
.benefit { padding: 26px 24px; border-radius: var(--radius-lg); background: var(--white); border: 1px solid var(--line); }
.benefit--featured { background: var(--navy-900); color: rgba(255, 255, 255, .86); border-color: var(--navy-900); }
.benefit__badge {
  display: inline-block; margin: 0 0 14px; font-family: var(--font-display); font-weight: 700;
  font-size: clamp(2rem, 1.5rem + 1.6vw, 2.75rem); line-height: 1; color: var(--teal-700); letter-spacing: -.02em;
}
.benefit--featured .benefit__badge { color: var(--saffron-400); }
.benefit__title { font-size: 1.1875rem; color: var(--navy-900); }
.benefit--featured .benefit__title { color: var(--white); }
.benefit--featured .checklist .icon { color: var(--teal-400); }

/* ----------------------------------------------------------------- Notice */
.notice {
  display: flex; gap: 12px; align-items: flex-start; margin: 24px 0 0; padding: 14px 18px;
  border-radius: var(--radius); background: var(--teal-100); color: var(--navy-900); border-left: 4px solid var(--teal-600);
}
.notice p { margin: 0; font-size: .9375rem; }
.notice .icon { margin-top: 2px; color: var(--teal-700); }
.notice--warning { background: var(--saffron-100); border-left-color: var(--saffron-500); }
.notice--warning .icon { color: #9A5B00; }
.notice--dark { background: rgba(255, 255, 255, .06); color: rgba(255, 255, 255, .86); border-left-color: var(--teal-400); }
.notice--dark .icon { color: var(--teal-400); }
.form .notice { margin: 0 0 20px; }
[data-link-tbc-banner] .notice { margin: 24px 0; }

/* ---------------------------------------------------------------- Journey */
.journey { list-style: none; display: grid; gap: 16px; counter-reset: j; }
@media (min-width: 900px) { .journey { grid-template-columns: repeat(3, 1fr); gap: 0; } }
.journey__step { position: relative; padding: 28px 24px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); }
@media (min-width: 900px) {
  .journey__step { border-radius: 0; border-right-width: 0; }
  .journey__step:first-child { border-radius: var(--radius-lg) 0 0 var(--radius-lg); }
  .journey__step:last-child { border-radius: 0 var(--radius-lg) var(--radius-lg) 0; border-right-width: 1px; }
  .journey__step:not(:last-child)::after {
    content: ""; position: absolute; right: -14px; top: 32px; z-index: 1; width: 28px; height: 28px;
    background: var(--saffron-500) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2307162B' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12h12M13 7l5 5-5 5'/%3E%3C/svg%3E") center/16px no-repeat;
    border-radius: 50%;
  }
}
.journey__num { font-family: var(--font-display); font-size: .875rem; font-weight: 700; color: var(--ink-3); }
.journey__verb { margin: 6px 0 2px; font-family: var(--font-display); font-weight: 700; font-size: 1.75rem; color: var(--navy-900); line-height: 1.1; }
.journey__partner { margin: 0 0 16px; font-weight: 600; color: var(--teal-700); }
.journey--dark .journey__step { background: rgba(255, 255, 255, .04); border-color: var(--line-dark); }
.journey--dark .journey__verb { color: var(--white); }
.journey--dark .journey__num { color: rgba(255, 255, 255, .5); }
.journey--dark .journey__partner { color: var(--saffron-400); }

/* --------------------------------------------------------------- Artisans */
.section--artisan { background: #F3EFE6; overflow: hidden; }
.artisan-motif {
  position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image:
    repeating-linear-gradient(45deg, rgba(11, 122, 112, .07) 0 2px, transparent 2px 22px),
    repeating-linear-gradient(-45deg, rgba(242, 169, 59, .08) 0 2px, transparent 2px 22px);
  mask-image: linear-gradient(90deg, transparent 40%, #000 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 40%, #000 100%);
}
.section--artisan .container { position: relative; }

.gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.gallery .media:nth-child(2) { margin-top: 40px; }

.media { margin: 0; border-radius: var(--radius-lg); overflow: hidden; position: relative; background: var(--paper-2); }
.media img { width: 100%; height: 100%; object-fit: cover; }
.media--placeholder { display: flex; align-items: flex-end; border: 1px dashed #B9B2A3; background: #ECE6DA; }
.media__pattern {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 30% 30%, rgba(11, 122, 112, .18) 0 18%, transparent 19%),
    radial-gradient(circle at 70% 65%, rgba(242, 169, 59, .22) 0 22%, transparent 23%),
    repeating-linear-gradient(135deg, rgba(7, 22, 43, .04) 0 1px, transparent 1px 12px);
}
.media__label { position: relative; margin: 12px; padding: 6px 10px; border-radius: 8px; background: rgba(255, 255, 255, .9); font-size: .8125rem; font-weight: 600; color: var(--ink-2); }

/* -------------------------------------------------------------- Trophées */
.trophies-teaser { overflow: hidden; }
.trophies-teaser::before {
  content: ""; position: absolute; right: -120px; top: -120px; width: 420px; height: 420px; border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 169, 59, .28), transparent 65%); pointer-events: none;
}
.trophy-list { list-style: none; display: grid; gap: 12px; position: relative; }
.trophy-list li { display: flex; gap: 16px; padding: 20px; border-radius: var(--radius); background: rgba(255, 255, 255, .05); border: 1px solid var(--line-dark); }
.trophy-list .icon { color: var(--saffron-400); margin-top: 2px; }
.trophy-list p { margin: 0; color: rgba(255, 255, 255, .76); }
.trophy-list .trophy-list__title { color: var(--white); font-weight: 700; margin-bottom: 4px; }

.trophy-cats { display: grid; gap: 20px; }
@media (min-width: 900px) { .trophy-cats { grid-template-columns: 1fr 1fr; } }
.trophy-cat { padding: 32px 28px; border-radius: var(--radius-lg); background: var(--white); border: 1px solid var(--line); }
.trophy-cat--main { background: linear-gradient(160deg, var(--navy-900), var(--navy-800)); color: rgba(255, 255, 255, .86); border: 1px solid rgba(242, 169, 59, .35); }
.trophy-cat--main h3 { color: var(--white); }
.trophy-cat--main .mini-title { color: var(--saffron-400); }
.trophy-cat--main .checklist .icon { color: var(--saffron-400); }
.trophy-cat__icon { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 50%; background: var(--saffron-500); color: var(--navy-900); margin-bottom: 18px; }
.trophy-cat__num { margin: 0 0 4px; font-size: .8125rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--teal-700); }
.trophy-cat--main .trophy-cat__num { color: var(--teal-400); }
.trophy-cat__title { font-size: 1.5rem; color: var(--navy-900); }
.sector-list { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 8px; }
.sector-list li { padding: 6px 12px; border-radius: 999px; border: 1px solid rgba(255, 255, 255, .25); font-size: .875rem; font-weight: 600; color: var(--white); }
.sector-list .sector-list__gp { display: inline-flex; align-items: center; gap: 6px; background: var(--saffron-500); color: var(--navy-900); border-color: var(--saffron-500); }

.page-hero--trophy { background: radial-gradient(900px 400px at 80% 0%, rgba(242, 169, 59, .22), transparent 60%), var(--navy-950); }
.trophy-emblem {
  position: absolute; right: var(--gutter); bottom: 32px; display: none; place-items: center;
  width: 140px; height: 140px; border-radius: 50%; color: var(--saffron-400);
  border: 1px solid rgba(242, 169, 59, .4); box-shadow: 0 0 0 18px rgba(242, 169, 59, .06), 0 0 0 36px rgba(242, 169, 59, .03);
}
@media (min-width: 900px) { .trophy-emblem { display: grid; } }

.empty-state { display: grid; justify-items: center; text-align: center; gap: 6px; padding: 48px 24px; border: 1px dashed var(--line); border-radius: var(--radius-lg); background: var(--paper); color: var(--ink-2); }
.empty-state .icon { color: var(--saffron-500); margin-bottom: 8px; }
.empty-state__title { margin: 0; font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; color: var(--navy-900); }
.empty-state p { margin: 0; max-width: 50ch; }
.laureates { display: grid; gap: 20px; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); margin-bottom: 32px; }
.laureate { padding: 16px; border-radius: var(--radius-lg); border: 1px solid var(--line); }
.laureate__cat { margin: 12px 0 2px; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--teal-700); }
.laureate__name { font-size: 1.125rem; }

/* ---------------------------------------------------------------- Partners */
.partner-group { margin-bottom: 36px; }
.partner-group__title { font-family: var(--font-sans); font-size: .8125rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.partners { list-style: none; display: grid; gap: 12px; grid-template-columns: repeat(auto-fill, minmax(min(100%, 220px), 1fr)); }
.partners--compact { grid-template-columns: repeat(auto-fill, minmax(min(100%, 180px), 1fr)); }
.partner { display: flex; flex-direction: column; border-radius: var(--radius); border: 1px solid var(--line); background: var(--white); overflow: hidden; }
.partner__logo { flex: 1; min-height: 104px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 18px 14px; text-align: center; }
.partner__logo img { max-height: 64px; width: auto; object-fit: contain; }
.partner__name { font-weight: 700; color: var(--navy-900); line-height: 1.3; }
.partner__logo-tbc { font-size: .6875rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); border: 1px dashed var(--line); padding: 2px 8px; border-radius: 6px; }
.partners--compact .partner__logo { min-height: 88px; }
.partner__relation { margin: 0; padding: 7px 12px; font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; background: var(--paper); color: var(--ink-2); border-top: 1px solid var(--line); }
.partner--organisateur .partner__relation { background: var(--navy-900); color: var(--white); }
.partner--tutelle .partner__relation { background: var(--saffron-500); color: var(--navy-900); }
.partner--partenaire .partner__relation { background: var(--teal-100); color: var(--teal-700); }

.legend { display: grid; gap: 8px; margin: 0 0 40px; grid-template-columns: repeat(auto-fill, minmax(min(100%, 210px), 1fr)); }
.legend__item { padding: 12px 14px; border-radius: var(--radius); background: var(--paper); border-left: 4px solid var(--line); }
.legend__item dt { font-weight: 700; color: var(--navy-900); }
.legend__item dd { margin: 0; font-size: .875rem; color: var(--ink-2); }
.legend__item--organisateur { border-left-color: var(--navy-900); }
.legend__item--tutelle { border-left-color: var(--saffron-500); }
.legend__item--partenaire { border-left-color: var(--teal-600); }

.partner-rows { display: grid; gap: 20px; margin-bottom: 8px; }
.partner-row { display: grid; gap: 10px; }
@media (min-width: 900px) { .partner-row { grid-template-columns: 240px 1fr; align-items: start; } }
.partner-row__title { margin: 6px 0 0; font-family: var(--font-sans); font-size: .8125rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); }
.partner-chips { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.partner-chip { display: inline-flex; flex-direction: column; padding: 8px 14px; border-radius: 12px; border: 1px solid var(--line); background: var(--white); font-weight: 600; color: var(--navy-900); line-height: 1.3; }
.partner-chip__rel { font-size: .6875rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); }
.partner-chip--organisateur { border-color: var(--navy-900); }
.partner-chip--tutelle { border-color: var(--saffron-500); }
.partner-chip--partenaire .partner-chip__rel { color: var(--teal-700); }

/* ----------------------------------------------------------- Infos / facts */
.infos { list-style: none; display: grid; gap: 12px; margin-bottom: 24px; }
.info { display: flex; gap: 14px; padding: 16px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); }
.info p { margin: 0; color: var(--ink-2); }
.info .info__title { font-weight: 700; color: var(--navy-900); margin-bottom: 2px; }
.info__icon { display: grid; place-items: center; width: 44px; height: 44px; flex-shrink: 0; border-radius: 12px; background: var(--teal-100); color: var(--teal-700); }

.facts { display: grid; gap: 0; margin: 0 0 24px; border-top: 1px solid var(--line); }
.facts > div { display: grid; grid-template-columns: 1fr; gap: 2px; padding: 14px 0; border-bottom: 1px solid var(--line); }
@media (min-width: 600px) { .facts > div { grid-template-columns: 140px 1fr; gap: 16px; } }
.facts dt { font-weight: 700; color: var(--ink-3); font-size: .875rem; text-transform: uppercase; letter-spacing: .06em; }
.facts dd { margin: 0; color: var(--navy-900); font-weight: 500; }

/* ----------------------------------------------------------------- Steps */
.steps { list-style: none; display: grid; gap: 10px; }
.step { display: flex; gap: 14px; align-items: flex-start; padding: 14px 16px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); }
.step__num { display: grid; place-items: center; min-width: 36px; height: 36px; border-radius: 10px; background: var(--navy-900); color: var(--saffron-400); font-family: var(--font-display); font-weight: 700; font-size: .875rem; }
.step__text { padding-top: 6px; }
.steps--compact .step { padding: 10px 12px; }
.steps--compact .step__num { min-width: 30px; height: 30px; font-size: .8125rem; }
.steps--compact .step__text { padding-top: 3px; font-size: .9375rem; }
.section--dark .step { background: rgba(255, 255, 255, .05); border-color: var(--line-dark); color: var(--white); }
.section--dark .step__num { background: var(--saffron-500); color: var(--navy-900); }

/* ----------------------------------------------------------------- Tables */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); -webkit-overflow-scrolling: touch; }
.roles { width: 100%; border-collapse: collapse; font-size: .9375rem; }
.roles th, .roles td { padding: 12px 16px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.roles thead th { background: var(--navy-900); color: var(--white); font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.roles tbody th { color: var(--navy-900); font-weight: 700; width: 38%; }
.roles tbody tr:last-child > * { border-bottom: 0; }

/* ----------------------------------------------------------- Program links */
.program-links { display: grid; gap: 16px; }
@media (min-width: 700px) { .program-links { grid-template-columns: 1fr 1fr; } }
.program-link { display: flex; flex-direction: column; gap: 4px; padding: 24px; border-radius: var(--radius-lg); background: var(--white); border: 1px solid var(--line); text-decoration: none; color: var(--ink); transition: box-shadow .2s ease, transform .2s ease; }
.program-link:hover { color: var(--ink); box-shadow: var(--shadow); transform: translateY(-2px); }
.program-link__icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 12px; background: var(--saffron-100); color: var(--navy-900); margin-bottom: 10px; }
.program-link__label { font-size: .8125rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--teal-700); }
.program-link__title { font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; color: var(--navy-900); margin-bottom: 8px; }

/* -------------------------------------------------------------- Page hero */
.page-hero { position: relative; overflow: hidden; isolation: isolate; background: var(--navy-900); color: var(--white); padding: 36px 0 52px; }
@media (min-width: 768px) { .page-hero { padding: 48px 0 72px; } }
.page-hero__bg {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(700px 360px at 100% 0%, rgba(11, 122, 112, .45), transparent 70%),
    linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px) 0 0/48px 48px,
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px) 0 0/48px 48px;
}
.page-hero__inner { position: relative; }
.page-hero__title { font-size: clamp(2rem, 1.3rem + 3vw, 3.5rem); max-width: 22ch; color: var(--white); letter-spacing: -.02em; }
.page-hero__lead { font-size: clamp(1.0625rem, 1rem + .4vw, 1.25rem); color: rgba(255, 255, 255, .82); max-width: 60ch; margin: 0; }
.page-hero .btn-row { margin-top: 28px; }
.breadcrumb { margin-bottom: 28px; }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: 4px; font-size: .875rem; }
.breadcrumb li { display: inline-flex; align-items: center; gap: 4px; color: rgba(255, 255, 255, .72); }
.breadcrumb li + li::before { content: "/"; color: rgba(255, 255, 255, .4); margin-right: 4px; }
.breadcrumb a { color: rgba(255, 255, 255, .86); }
.breadcrumb a:hover { color: var(--white); }
.breadcrumb [aria-current] { color: var(--white); }

/* ---------------------------------------------------------------- CTA band */
.cta-band { padding: 48px 0; background: var(--saffron-500); color: var(--navy-900); position: relative; overflow: hidden; }
.cta-band::after { content: ""; position: absolute; right: -60px; top: -60px; width: 240px; height: 240px; border-radius: 50%; border: 36px solid rgba(255, 255, 255, .18); pointer-events: none; }
.cta-band--teal { background: var(--teal-600); color: var(--white); }
.cta-band__inner { position: relative; z-index: 1; display: grid; gap: 8px; align-items: center; }
@media (min-width: 900px) { .cta-band__inner { grid-template-columns: 1fr auto; gap: 40px; } .cta-band .btn-row { margin-top: 0; } }
.cta-band__title { font-size: clamp(1.5rem, 1.1rem + 1.4vw, 2.25rem); margin: 0; color: inherit; }
.cta-band__text { margin: 8px 0 0; font-size: 1.0625rem; }
.cta-band :focus-visible { outline-color: var(--navy-900); }
.cta-band--teal :focus-visible { outline-color: var(--white); }
.cta-band--teal .btn--secondary { --btn-bg: var(--white); --btn-fg: var(--teal-700); }

/* ---------------------------------------------------------------- Contact */
.contact-strip { display: grid; gap: 16px; align-items: center; padding: 28px; border-radius: var(--radius-lg); background: var(--paper); border: 1px solid var(--line); }
.contact-strip p { margin: 0; }
@media (min-width: 800px) { .contact-strip { grid-template-columns: 1fr auto; } }

/* ------------------------------------------------------------------ Forms */
.form-card { background: var(--white); border-radius: var(--radius-lg); border: 1px solid var(--line); box-shadow: var(--shadow); padding: 24px 18px; scroll-margin-top: calc(var(--header-h) + 16px); }
@media (min-width: 600px) { .form-card { padding: 36px 32px; } }
.form__title { font-size: 1.5rem; color: var(--navy-900); }
.form__legend { font-size: .875rem; color: var(--ink-3); }
.form__grid { display: grid; gap: 18px; }
@media (min-width: 600px) {
  .form__grid { grid-template-columns: 1fr 1fr; }
  .field { grid-column: 1 / -1; }
  .field--half { grid-column: auto; }
}
.field label { display: block; font-weight: 600; margin-bottom: 6px; color: var(--navy-900); }
.req { color: var(--danger); margin-left: 3px; }
.field__hint { font-size: .8125rem; color: var(--ink-3); margin: -2px 0 6px; }
.field input:not([type="checkbox"]), .field select, .field textarea, .admin input, .admin select {
  width: 100%; min-height: 48px; padding: 10px 14px;
  font: inherit; color: var(--ink); background: var(--white);
  border: 1.5px solid #9AA3AF; border-radius: 10px; transition: border-color .15s ease, box-shadow .15s ease;
}
.field textarea { min-height: 110px; resize: vertical; }
.field select {
  appearance: none; -webkit-appearance: none; padding-right: 40px;
  background: var(--white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2307162B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") right 12px center/18px no-repeat;
}
.field input:hover, .field select:hover, .field textarea:hover { border-color: var(--navy-600); }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible, .admin input:focus-visible {
  outline: none; border-color: var(--navy-900); box-shadow: 0 0 0 3px rgba(11, 122, 112, .35);
}
.field [aria-invalid="true"] { border-color: var(--danger) !important; background-color: var(--danger-bg); }
.field__error { display: flex; gap: 6px; margin: 6px 0 0; font-size: .875rem; font-weight: 600; color: var(--danger); }
.field__error::before { content: "!"; display: inline-grid; place-items: center; flex-shrink: 0; width: 18px; height: 18px; margin-top: 1px; border-radius: 50%; background: var(--danger); color: var(--white); font-size: .75rem; }
.field--check { display: grid; grid-template-columns: auto 1fr; gap: 4px 12px; align-items: start; }
.field--check input { width: 22px; height: 22px; margin: 2px 0 0; accent-color: var(--teal-600); cursor: pointer; }
.field--check label { font-weight: 400; color: var(--ink-2); margin: 0; font-size: .9375rem; cursor: pointer; }
.field--check .field__error { grid-column: 2; }
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form__summary { margin: 0 0 20px; padding: 16px 18px; border-radius: var(--radius); background: var(--danger-bg); border: 2px solid var(--danger); color: var(--danger); }
.form__summary:focus { outline: 3px solid var(--navy-900); outline-offset: 2px; }
.form__summary-title { font-weight: 700; margin: 0 0 6px; }
.form__summary ul { padding-left: 1.2em; }
.form__summary a { color: var(--danger); font-weight: 600; }
.form__actions { margin-top: 24px; display: grid; gap: 12px; }
@media (min-width: 600px) { .form__actions { grid-template-columns: auto 1fr; align-items: center; } }
.form__status { margin: 0; font-size: .9375rem; font-weight: 600; }
.form__status.is-error { color: var(--danger); }
.form-success { text-align: center; padding: 24px 8px; }
.form-success:focus { outline: none; }
.form-success__icon { display: inline-grid; place-items: center; width: 72px; height: 72px; border-radius: 50%; background: var(--teal-100); color: var(--success); margin-bottom: 16px; }
.form-success__title { font-size: 1.5rem; color: var(--navy-900); }
.form-success__ref { font-size: .875rem; color: var(--ink-3); }
.form-success .btn-row { justify-content: center; }

/* ---------------------------------------------------------------- Footer */
.site-footer { background: var(--navy-950); color: rgba(255, 255, 255, .76); padding: 56px 0 24px; font-size: .9375rem; }
.site-footer a { color: rgba(255, 255, 255, .86); text-decoration: none; }
.site-footer a:hover { color: var(--white); text-decoration: underline; }
.site-footer p { margin: 0 0 8px; }
.site-footer__grid { display: grid; gap: 36px; }
@media (min-width: 900px) { .site-footer__grid { grid-template-columns: 2fr 1fr 1.2fr; gap: 56px; } }
.site-footer__title { font-family: var(--font-display); font-weight: 700; font-size: 1.125rem; color: var(--white); line-height: 1.3; max-width: 30ch; }
.site-footer__slogan { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; color: var(--saffron-400); letter-spacing: .02em; margin-bottom: 16px !important; }
.site-footer__meta { display: flex; align-items: center; gap: 8px; }
.site-footer__meta .icon { color: var(--teal-400); }
.site-footer__org { margin-top: 16px !important; font-size: .875rem; }
.site-footer__org strong { color: var(--white); font-weight: 600; }
.site-footer__heading { font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--teal-400); margin-bottom: 12px !important; }
.site-footer__heading--spaced { margin-top: 24px !important; }
.site-footer__links { list-style: none; display: grid; gap: 8px; }
.site-footer__links a { display: inline-block; padding: 2px 0; }
.site-footer a .icon { display: inline-block; vertical-align: -4px; margin-right: 6px; }
.site-footer a span { vertical-align: baseline; }
.site-footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--line-dark); font-size: .8125rem; color: rgba(255, 255, 255, .6); }
.site-footer__bottom p { margin: 0; }
.site-footer__bottom a { text-decoration: underline; }

/* ------------------------------------------------------------------ Admin */
.admin h1 { margin-bottom: 8px; }
.admin__login { max-width: 460px; margin-top: 24px; }
.admin__login label { display: block; font-weight: 600; margin-bottom: 6px; }
.admin__login-row { display: flex; gap: 8px; }
.admin__stats { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; margin: 24px 0; }
.admin__stat { padding: 16px; border-radius: var(--radius); background: var(--paper); }
.admin__stat strong { display: block; font-family: var(--font-display); font-size: 1.75rem; color: var(--navy-900); }
.admin__tabs { display: flex; flex-wrap: wrap; gap: 4px; border-bottom: 1px solid var(--line); margin-bottom: 16px; }
.admin__tabs button { padding: 10px 14px; font: 600 .9375rem var(--font-sans); background: none; border: 0; border-bottom: 3px solid transparent; cursor: pointer; color: var(--ink-2); }
.admin__tabs button[aria-selected="true"] { color: var(--navy-900); border-bottom-color: var(--saffron-500); }
.admin__toolbar { display: flex; gap: 8px; margin-bottom: 12px; }
.admin table { width: 100%; border-collapse: collapse; font-size: .875rem; }
.admin th, .admin td { padding: 8px 10px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.admin th { background: var(--paper); white-space: nowrap; }
.admin td { max-width: 320px; overflow-wrap: anywhere; }
.admin select { min-width: 170px; min-height: 36px; padding: 4px 8px; font-size: .875rem; }

/* ------------------------------------------------------- Reduced motion */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .btn:hover, .parcours-card:hover, .program-link:hover { transform: none; }
}

/* ---------------------------------------------------- Forced colors / print */
@media (forced-colors: active) {
  .btn { border: 2px solid ButtonText; }
  .tl-item__body::before, .step__num { forced-color-adjust: none; }
}
@media print {
  .site-header, .action-bar, .mobile-menu, .hero__actions, .countdown, .btn, .cta-band, .site-footer nav { display: none !important; }
  body { padding: 0; color: #000; }
  .hero, .page-hero, .section--dark { background: none !important; color: #000 !important; }
  .hero *, .page-hero *, .section--dark * { color: #000 !important; }
}

/* ==========================================================================
   V2 — Qualité graphique : photos, motifs, carrousel, graphiques, illustrations
   ========================================================================== */

/* ------------------------------------------------------------ Motifs */
.hero__motif, .page-hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background: url(/assets/img/motif-light.svg) 0 0 / 64px 64px;
  mask-image: linear-gradient(100deg, transparent 30%, #000 85%);
  -webkit-mask-image: linear-gradient(100deg, transparent 30%, #000 85%);
}
.section--dark::before, .annonces::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: url(/assets/img/motif-light.svg) 0 0 / 64px 64px;
  mask-image: radial-gradient(ellipse at 100% 0%, #000 0%, transparent 55%);
  -webkit-mask-image: radial-gradient(ellipse at 100% 0%, #000 0%, transparent 55%);
}
.section--dark > .container { position: relative; }
.section--paper { background: var(--paper) url(/assets/img/motif-dark.svg) 0 0 / 64px 64px; }
.page-hero__bg::after { mask-image: linear-gradient(90deg, transparent 35%, #000 100%); -webkit-mask-image: linear-gradient(90deg, transparent 35%, #000 100%); }

/* ------------------------------------------------------------- Photos */
.photo { margin: 0; position: relative; border-radius: var(--radius-lg); overflow: hidden; background: var(--paper-2); }
.photo picture, .photo img { display: block; width: 100%; height: auto; }
.photo--crop img { height: 100%; object-fit: cover; object-position: var(--pos, 50% 50%); }
.photo--crop picture { height: 100%; }
.photo__caption {
  position: absolute; left: 12px; bottom: 12px; right: 12px; width: fit-content; max-width: calc(100% - 24px);
  display: flex; align-items: center; gap: 6px; padding: 6px 10px; border-radius: 8px;
  background: rgba(7, 22, 43, .78); color: var(--white); font-size: .75rem; font-weight: 500; line-height: 1.35;
  backdrop-filter: blur(4px);
}
.photo--shadow { box-shadow: var(--shadow-lg); }

/* -------------------------------------------------------------- Hero v2 */
.hero__inner { display: grid; gap: 36px; }
.hero__content { min-width: 0; }
@media (min-width: 1100px) {
  .hero__inner { grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 56px; align-items: center; }
  .hero__title { font-size: clamp(2rem, 1rem + 2.2vw, 3.1rem); }
  .hero .slogan-mark--xl { font-size: clamp(1.75rem, 1rem + 2.2vw, 3.1rem); }
}
.hero__media { position: relative; }
.hero__frame { position: relative; }
.hero__photo { border-radius: 28px; box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .7); }
.hero__photo::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12); background: linear-gradient(180deg, transparent 55%, rgba(7, 22, 43, .55)); }
@media (max-width: 1099px) { .hero__photo { aspect-ratio: 16 / 10 !important; } }
.hero__inset {
  position: absolute; width: 44%; left: -12%; bottom: 14%;
  border-radius: 20px; overflow: hidden; border: 6px solid var(--navy-900); box-shadow: var(--shadow-lg);
  display: none;
}
.hero__inset .photo { border-radius: 14px; }
@media (min-width: 1100px) { .hero__inset { display: block; } }
.hero__badges { list-style: none; display: flex; flex-wrap: wrap; gap: 12px; margin: 18px 0 0; }
.hero__badge {
  margin: 0; display: flex; align-items: center; gap: 10px; flex: 1 1 200px;
  padding: 10px 16px 10px 10px; border-radius: 16px; background: var(--white); color: var(--navy-900);
  box-shadow: var(--shadow-lg); max-width: 260px;
}
.hero__badge-value {
  display: grid; place-items: center; min-width: 52px; height: 52px; padding: 0 8px; border-radius: 12px;
  background: var(--navy-900); color: var(--saffron-400); font-family: var(--font-display); font-weight: 700; font-size: 1.375rem;
}
.hero__badge-label { font-size: .8125rem; font-weight: 600; line-height: 1.25; }
.hero__badge--gold { }
.hero__badge--gold .hero__badge-value { background: var(--saffron-500); color: var(--navy-900); }
@media (max-width: 599px) {
  .hero__badge { padding: 8px 12px 8px 8px; }
  .hero__badge-value { min-width: 44px; height: 44px; font-size: 1.125rem; }
}
.hero__credit { display: flex; align-items: center; gap: 6px; margin: 30px 0 0; font-size: .75rem; color: rgba(255, 255, 255, .6); }
@media (max-width: 1099px) { .hero__credit { margin-top: 12px; } }

/* ------------------------------------------------------------- Carrousel */
.slider { position: relative; }
.slider__controls { display: flex; align-items: center; justify-content: flex-end; gap: 8px; margin-bottom: 16px; }
.slider__btn {
  display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 50%;
  border: 1.5px solid var(--navy-900); background: var(--white); color: var(--navy-900); cursor: pointer;
  transition: background-color .15s ease, color .15s ease;
}
.slider__btn:hover { background: var(--navy-900); color: var(--white); }
.slider__count { margin: 0 4px; min-width: 3.2em; text-align: center; font-family: var(--font-display); font-weight: 700; color: var(--navy-900); font-variant-numeric: tabular-nums; }
.slider__viewport { position: relative;
  overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; overscroll-behavior-x: contain;
  scrollbar-width: none; border-radius: 28px; outline: none;
}
.slider__viewport::-webkit-scrollbar { display: none; }
.slider__track { display: flex; }
.slide { position: relative;
  flex: 0 0 100%; scroll-snap-align: start; display: grid; min-height: 460px;
  background: var(--navy-900); color: rgba(255, 255, 255, .86); border-radius: 28px; overflow: hidden;
}
@media (min-width: 900px) { .slide { grid-template-columns: 1.1fr 1fr; min-height: 480px; } }
.slide--teal { background: var(--teal-700); }
.slide--paper { background: var(--white); color: var(--ink-2); border: 1px solid var(--line); }
.slide__media { position: relative; min-height: 240px; background: var(--navy-800); }
.slide__media .photo, .slide__media .illus { position: absolute; inset: 0; width: 100%; height: 100%; border-radius: 0; }
.slide__media .photo picture, .slide__media .photo img { height: 100%; object-fit: cover; }
.slide__media .illus { object-fit: cover; }
.slide__body { padding: 32px 28px 36px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
@media (min-width: 900px) { .slide__body { padding: 48px 52px; } }
.slide__kicker { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 0 0 14px; font-size: .8125rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--teal-400); }
.slide--teal .slide__kicker { color: var(--white); }
.slide--paper .slide__kicker { color: var(--teal-700); }
.slide__time { padding: 4px 10px; border-radius: 999px; background: var(--saffron-500); color: var(--navy-900); letter-spacing: .04em; }
.slide__title { font-size: clamp(1.5rem, 1.1rem + 1.4vw, 2.25rem); color: var(--white); margin-bottom: 14px; }
.slide--paper .slide__title { color: var(--navy-900); }
.slide__text { font-size: 1.0625rem; max-width: 46ch; }
.slide__cta { margin-top: 10px; }
.slide__credit { margin: 18px 0 0; font-size: .75rem; color: rgba(255, 255, 255, .85); }
.slide--paper .slide__credit { color: var(--ink-3); }
.slider__dots { display: flex; justify-content: center; gap: 4px; margin-top: 16px; }
.slider__dot { width: 32px; height: 32px; padding: 0; border: 0; background: none; cursor: pointer; display: grid; place-items: center; }
.slider__dot::before { content: ""; width: 10px; height: 10px; border-radius: 999px; background: #B7BEC9; transition: width .2s ease, background-color .2s ease; }
.slider__dot[aria-current="true"]::before { width: 26px; background: var(--navy-900); }
.slider__dot:focus-visible { outline-offset: 0; }

/* --------------------------------------------------------- Illustrations */
.illus { display: block; width: 100%; height: auto; }
.illus-frame { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.axe-card__illus { margin: -28px -24px 20px; border-radius: var(--radius-lg) var(--radius-lg) 0 0; overflow: hidden; aspect-ratio: 16 / 9; background: var(--paper); }
.axe-card__illus .photo, .axe-card__illus .illus { width: 100%; height: 100%; border-radius: 0; }
.axe-card__illus .photo img, .axe-card__illus .photo picture { height: 100%; object-fit: cover; }
.axe-card__illus .illus { object-fit: cover; }

/* ------------------------------------------------------ Graphique journée */
.daychart { margin: 0 0 36px; padding: 24px; border-radius: var(--radius-lg); background: var(--white); border: 1px solid var(--line); }
@media (min-width: 600px) { .daychart { padding: 28px 32px; } }
.daychart__head { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 4px 16px; margin-bottom: 14px; }
.daychart__title { margin: 0; font-family: var(--font-display); font-weight: 700; font-size: 1.25rem; color: var(--navy-900); }
.daychart__sub { margin: 0; color: var(--ink-3); font-size: .9375rem; }
.daychart__legend { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 22px; margin-bottom: 22px; font-size: .875rem; color: var(--ink-2); }
.daychart__legend li { display: inline-flex; align-items: center; gap: 8px; }
.daychart__legend strong { color: var(--ink); font-weight: 700; }
.daychart__key { width: 14px; height: 14px; border-radius: 4px; }
.daychart__key--a, .daychart__seg--a { background: #4568B8; }
.daychart__key--b, .daychart__seg--b { background: #159A8B; }
.daychart__key--c, .daychart__seg--c { background: #C97D12; }
.daychart__plot { position: relative; padding-bottom: 28px; }
.daychart__bar { display: flex; gap: 2px; height: 24px; }
.daychart__seg { position: relative; min-width: 4px; }
.daychart__seg:first-child { border-radius: 4px 0 0 4px; }
.daychart__seg:last-child { border-radius: 0 4px 4px 0; }
.daychart__seg:hover { filter: brightness(1.08); }
.daychart__seg::after {
  content: attr(data-tip); position: absolute; bottom: calc(100% + 10px); left: 50%; transform: translateX(-50%);
  width: max-content; max-width: 260px; white-space: pre-line; padding: 8px 10px; border-radius: 8px;
  background: var(--navy-900); color: var(--white); font-size: .8125rem; line-height: 1.4; box-shadow: var(--shadow);
  opacity: 0; pointer-events: none; transition: opacity .12s ease; z-index: 5;
}
.daychart__seg:hover::after { opacity: 1; }
.daychart__seg:first-child::after { left: 0; transform: none; }
.daychart__seg:last-child::after { left: auto; right: 0; transform: none; }
.daychart__seglabel { position: absolute; top: -22px; left: 50%; transform: translateX(-50%); font-size: .75rem; font-weight: 700; color: var(--ink); white-space: nowrap; }
.daychart__bar { margin-top: 22px; }
.daychart__axis { position: absolute; left: 0; right: 0; bottom: 0; height: 20px; border-top: 1px solid var(--line); }
.daychart__axis span { position: absolute; top: 6px; transform: translateX(-50%); font-size: .75rem; color: var(--ink-3); font-variant-numeric: tabular-nums; }

.daychart__table { margin-top: 18px; }
.daychart__table summary { cursor: pointer; font-weight: 600; color: var(--teal-700); padding: 6px 0; }
.daychart__table .table-wrap { margin-top: 12px; }
@media (max-width: 599px) { .daychart__axis span:nth-child(even) { display: none; } }

/* ------------------------------------------------------ Graphiques à unités */
.waffle { margin: 0; display: grid; gap: 18px; align-items: center; padding: 24px; border-radius: var(--radius-lg); background: var(--white); border: 1px solid var(--line); }
@media (min-width: 600px) { .waffle { grid-template-columns: auto 1fr; gap: 28px; } }
.waffle__grid { display: grid; grid-template-columns: repeat(var(--cols), 18px); gap: 4px; }
.waffle__cell { width: 18px; height: 18px; border-radius: 4px; background: #E3E0D8; display: grid; place-items: center; color: #9AA3AF; }
.waffle__cell.is-on { background: #C97D12; color: var(--white); }
.waffle--icons .waffle__grid { grid-template-columns: repeat(var(--cols), 26px); gap: 6px; }
.waffle--icons .waffle__cell { width: 26px; height: 26px; border-radius: 7px; background: var(--navy-900); color: var(--saffron-400); }
.waffle__title { margin: 0 0 4px; font-family: var(--font-display); font-weight: 700; font-size: 2.25rem; line-height: 1; color: var(--navy-900); }
.waffle__title small { font-size: 1rem; font-weight: 600; color: var(--ink-2); }
.waffle__text { margin: 0; color: var(--ink-2); }
.waffle__note { margin: 8px 0 0; font-size: .8125rem; color: var(--ink-3); }
.section--dark .waffle { background: rgba(255, 255, 255, .04); border-color: var(--line-dark); }

/* -------------------------------------------------------- Logos partenaires */
.partner__logo img { max-height: 72px; max-width: 150px; width: auto; height: auto; object-fit: contain; }
.partner__name--small { font-size: .75rem; font-weight: 600; color: var(--ink-3); }
.partner-chip--logo { flex-direction: row; align-items: center; gap: 12px; padding: 8px 14px 8px 8px; }
.partner-chip__logo { height: 44px; width: 64px; object-fit: contain; }
.partner-chip__text { display: flex; flex-direction: column; }

/* --------------------------------------------------------- Mosaïque photo */
.mosaic { display: grid; gap: 12px; grid-template-columns: 1.2fr 1fr; align-items: start; }
.mosaic > :nth-child(2) { margin-top: 48px; }
.mosaic--full { margin-bottom: 28px; }
.photo-strip { display: grid; gap: 12px; grid-template-columns: repeat(2, 1fr); margin-bottom: 32px; }
@media (min-width: 900px) { .photo-strip { grid-template-columns: 2fr 1fr 1fr; } }
.photo-strip > :first-child { grid-column: 1 / -1; }
@media (min-width: 900px) { .photo-strip > :first-child { grid-column: auto; } }

/* page-hero avec photo */
.page-hero--photo .page-hero__inner { display: grid; gap: 28px; align-items: center; }
@media (min-width: 1000px) { .page-hero--photo .page-hero__inner { grid-template-columns: 1.2fr .8fr; } }
.page-hero__media .photo { border-radius: 24px; box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .7); }
.page-hero__media .illus { border-radius: 24px; box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .7); }
.spacer { height: 16px; }
.split--center { align-items: center; margin-bottom: 36px; }
.illus-frame .illus { aspect-ratio: 4 / 3; }
.page-hero__logo { display: block; width: 180px; height: auto; margin: 0 0 14px auto; padding: 10px 14px; background: var(--white); border-radius: 14px; }
@media (max-width: 999px) { .page-hero__logo { margin-left: 0; } }
.page-hero__media .illus { aspect-ratio: 4 / 3; }
@media (max-width: 999px) { .page-hero__media .illus, .page-hero__media .photo { max-height: 320px; } }
.axe-card__illus--3 { background: var(--navy-900); }
.slide--teal .btn--secondary { --btn-bg: var(--white); --btn-fg: var(--teal-700); }
.split--top-gap { margin-top: 48px; }
.section[id] { scroll-margin-top: calc(var(--header-h) + 12px); }
.section[id]:focus { outline: none; }
#top { position: absolute; }
.photo-note { display: flex; gap: 8px; align-items: flex-start; margin: 10px 0 24px; font-size: .8125rem; color: var(--ink-3); }
.photo-note .icon { margin-top: 2px; color: var(--teal-600); flex-shrink: 0; }

/* --------------------------------------------------- Bandeau logos officiels */
.logo-bar { background: var(--white); border-bottom: 1px solid var(--line); padding: 18px 0; }
.logo-bar__list {
  list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: center; align-items: stretch; gap: 16px;
}
@media (min-width: 760px) {
  .logo-bar__list { display: flex; flex-wrap: wrap; justify-content: center; gap: 0; }
  .logo-bar__item + .logo-bar__item { border-left: 1px solid var(--line); }
}
.logo-bar__item { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 0 18px; }
@media (min-width: 760px) { .logo-bar__item { width: 220px; padding: 0 24px; } }
.logo-bar__frame { display: flex; align-items: center; justify-content: center; width: 100%; height: 56px; }
.logo-bar__frame img { max-width: 100%; max-height: 56px; width: auto; height: auto; object-fit: contain; }
@media (min-width: 760px) {
  .logo-bar__frame { height: 72px; }
  .logo-bar__frame img { max-height: 72px; }
}
/* Les mentions de rôle (Organisateur, Tutelle, Partenaire) ne sont plus affichées
   dans le bandeau : elles restent dans l'alternative textuelle des images et
   dans la section « Acteurs du Forum ». */

/* ------------------------------------------------- Logo officiel du Forum */
.brand__mark { background: var(--white); padding: 4px; }
.brand__mark img { width: 100%; height: auto; }
.site-footer__logo { margin: 0 0 18px; max-width: 360px; background: var(--white); border-radius: 14px; padding: 12px 16px; }
.site-footer__logo img { width: 100%; height: auto; display: block; }

/* ------------------------------------------- Panneau logo (visuel principal) */
.logo-panel {
  margin: 0; display: grid; place-items: center; padding: 28px 24px;
  background: var(--white); border-radius: var(--radius-lg); border: 1px solid var(--line);
}
.logo-panel img { width: 100%; max-width: 460px; height: auto; display: block; }
.logo-panel--dark { background: var(--white); border-color: transparent; }
.logo-panel--shadow { box-shadow: var(--shadow); }
.hero__logo { padding: 32px 28px; border: 0; box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .7); }
.slide__media .logo-panel { position: absolute; inset: 0; border-radius: 0; border: 0; padding: 32px; background: var(--paper); }
.slide--teal .slide__media .logo-panel, .slide--dark .slide__media .logo-panel { background: var(--white); }

/* ------------------------------------------------- Bande « organisations » */
.orgband { background: var(--white); border-bottom: 1px solid var(--line); padding: 28px 0 26px; }
.orgband__eyebrow {
  margin: 0; text-align: center; font-family: var(--font-display); font-weight: 600;
  font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--teal-700);
}
.orgband__title {
  margin: 6px 0 20px; text-align: center; font-family: var(--font-display);
  font-size: clamp(1.05rem, .95rem + .5vw, 1.4rem); font-weight: 600; color: var(--ink);
}
.orgband__list {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 22px 12px; align-items: start;
}
.orgband__item { display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; padding: 0 8px; }
.orgband__frame { display: flex; align-items: center; justify-content: center; width: 100%; height: 52px; }
.orgband__frame img { max-width: 100%; max-height: 52px; width: auto; height: auto; object-fit: contain; }
@media (min-width: 760px) {
  .orgband__frame { height: 64px; }
  .orgband__frame img { max-height: 64px; }
}
.orgband__name { font-size: .78rem; line-height: 1.35; color: var(--ink-3); max-width: 20ch; }
.orgband__tbc {
  display: inline-block; padding: 6px 10px; border: 1px dashed var(--line);
  border-radius: var(--radius-sm); font-size: .72rem; color: var(--ink-3);
}

/* ------------------------------------------------- Emplacements sponsors */
.sponsor-slots {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px;
}
@media (min-width: 760px) { .sponsor-slots { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; } }
.sponsor-slot {
  display: flex; align-items: center; justify-content: center; text-align: center;
  min-height: 110px; padding: 16px;
  background: var(--white); border: 2px dashed var(--line); border-radius: var(--radius);
}
.sponsor-slot__label {
  font-size: .75rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  color: var(--ink-3);
}
