/* Fichier genere par tools/build-shared.mjs. Ne pas modifier a la main.
   Sources : shared/css/fonts.css, sites/tiralarc/theme.css, shared/css/base.css, sites/tiralarc/extra.css */

@font-face{font-family:'Outfit';font-style:normal;font-weight:400 900;font-display:swap;src:url(../fonts/outfit-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Outfit';font-style:normal;font-weight:400 900;font-display:swap;src:url(../fonts/outfit-latin.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-weight:300 700;font-display:swap;src:url(../fonts/inter-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Inter';font-style:normal;font-weight:300 700;font-display:swap;src:url(../fonts/inter-latin.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;}

/* Theme du site tir a l'arc.
   Vert #519c1e demande par le club. Les nuances plus foncees servent aux
   textes et aux boutons : #3f7f18 atteint 4,93 sur blanc, ce qui passe le
   seuil d'accessibilite, la teinte d'origine restant a 3,43.
   Le jaune et le rouge de la cible sont conserves comme accents. */
:root {
  --brand-950: #16300a;
  --brand-900: #234c10;
  --brand-800: #316714;
  --brand-700: #3f7f18;   /* textes, liens et boutons */
  --brand-600: #4a9019;
  --brand-500: #519c1e;   /* vert du club */
  --brand-400: #79bb4b;
  --brand-300: #a5d485;
  --brand-200: #cfe9bd;
  --brand-100: #e8f4de;
  --brand-050: #f4faf0;

  --accent-600: #4f9412;
  --accent-500: #6fb92a;
  --accent-400: #92cf52;
  --accent-100: #e4f5d4;

  --hl-600: #8f7f00;
  --hl-500: #d4bd00;
  --hl-400: #f0e000;   /* jaune de la cible */
  --hl-100: #fffadb;
  --hl-ink: #6e6200;
  --hl-ink-2: #3d3600;
  --hl-line: #efe08f;

  --brand-rgb: 63, 127, 24;
  --accent-rgb: 111, 185, 42;
  --shadow-rgb: 35, 76, 16;

  /* Couleurs de la cible, pour les motifs decoratifs */
  --target-red: #e2001a;
  --target-red-600: #b30015;
  --target-red-100: #ffe4e7;
  --target-blue: #00a3e0;
}

/* =========================================================================
   ENVOL DE FEURS - Socle de design partage par les trois sites.

   Aucune couleur de marque n'est ecrite ici. Chaque site fournit son
   theme.css qui definit, avant d'importer ce fichier :
     --brand-950 .. --brand-050   couleur principale, du plus fonce au plus clair
     --accent-600 .. --accent-100 couleur secondaire
     --hl-600 .. --hl-100         couleur de mise en avant
     --hl-ink, --hl-ink-2, --hl-line  textes et bordures sur fond de mise en avant
     --brand-rgb, --accent-rgb, --shadow-rgb  triplets RVB pour les ombres
   Theme clair uniquement.
   ========================================================================= */

/* ---------- 1. Jetons non colores ---------- */
:root {
  --ink: #0b1d2e;
  --ink-2: #33475c;
  --ink-3: #5f7488;
  --line: #e2ecf5;
  --line-2: #eef4fa;
  --white: #ffffff;

  --sh-xs: 0 1px 2px rgba(var(--shadow-rgb), .06);
  --sh-sm: 0 2px 8px rgba(var(--shadow-rgb), .06), 0 1px 2px rgba(var(--shadow-rgb), .04);
  --sh-md: 0 12px 28px -12px rgba(var(--shadow-rgb), .18), 0 2px 6px rgba(var(--shadow-rgb), .05);
  --sh-lg: 0 30px 60px -24px rgba(var(--shadow-rgb), .28), 0 6px 16px rgba(var(--shadow-rgb), .06);
  --sh-brand: 0 24px 48px -20px rgba(var(--brand-rgb), .45);

  --r-xs: 8px;
  --r-sm: 12px;
  --r-md: 18px;
  --r-lg: 26px;
  --r-xl: 34px;
  --r-pill: 999px;

  --ff-display: "Outfit", "Segoe UI", system-ui, sans-serif;
  --ff-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;

  --container: 1200px;
  --gutter: clamp(1.15rem, 4vw, 2.5rem);
  --nav-h: 76px;
  --switch-h: 40px;

  --ease-out: cubic-bezier(.22, 1, .36, 1);
  --ease-spring: cubic-bezier(.34, 1.56, .64, 1);
}

/* ---------- 2. Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-h) + var(--switch-h) + 18px);
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--ff-body);
  font-size: 1rem;
  line-height: 1.68;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img, svg, video, iframe { display: block; max-width: 100%; }
img { height: auto; }

a { color: var(--brand-700); text-decoration: none; }
a:hover { color: var(--brand-600); }

h1, h2, h3, h4, h5 {
  font-family: var(--ff-display);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.025em;
  color: var(--ink);
  margin: 0 0 .6em;
  text-wrap: balance;
}

h1 { font-size: clamp(2.5rem, 6.4vw, 4.6rem); font-weight: 800; }
h2 { font-size: clamp(1.95rem, 4.2vw, 3.1rem); font-weight: 800; }
h3 { font-size: clamp(1.25rem, 2.2vw, 1.6rem); }
h4 { font-size: 1.1rem; }

p { margin: 0 0 1.1em; color: var(--ink-2); }
p:last-child { margin-bottom: 0; }
ul, ol { margin: 0 0 1.1em; padding-left: 1.15em; color: var(--ink-2); }
li { margin-bottom: .4em; }
strong, b { font-weight: 650; color: var(--ink); }
small { font-size: .85rem; }

::selection { background: var(--brand-200); color: var(--brand-950); }

:focus-visible {
  outline: 3px solid var(--brand-500);
  outline-offset: 3px;
  border-radius: 4px;
}

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--brand-700); color: #fff; padding: .8rem 1.2rem;
  border-radius: 0 0 var(--r-sm) 0; font-weight: 600;
}
.skip-link:focus { left: 0; color: #fff; }

.visually-hidden {
  position: absolute !important; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ---------- 3. Layout ---------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.container--wide { max-width: 1400px; }
.container--narrow { max-width: 860px; }

.section { padding-block: clamp(3.75rem, 8vw, 7rem); position: relative; }
.section--tight { padding-block: clamp(2.75rem, 5vw, 4.5rem); }
.section--tint { background: linear-gradient(180deg, var(--brand-050), #fff 70%); }
.section--tint-flat { background: var(--brand-050); }
.section--hairline { border-top: 1px solid var(--line-2); }

.grid { display: grid; gap: clamp(1.1rem, 2.4vw, 1.75rem); }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); }
.grid--4 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr)); }
/* Deux colonnes strictes, quand auto-fit en produirait trois. */
.grid--pair { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.stack > * + * { margin-top: 1rem; }
.center { text-align: center; }
.mt-0 { margin-top: 0; }

/* ---------- 4. Section headings ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--ff-display);
  font-size: .78rem; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--brand-700);
  margin-bottom: 1rem;
}
.eyebrow::before {
  content: ""; width: 26px; height: 3px; border-radius: 2px;
  background: linear-gradient(90deg, var(--brand-700), var(--accent-400));
}
.eyebrow--center { justify-content: center; }
.eyebrow--gold { color: var(--hl-600); }
.eyebrow--gold::before { background: linear-gradient(90deg, var(--hl-500), var(--hl-400)); }
.eyebrow--light { color: rgba(255,255,255,.92); }
.eyebrow--light::before { background: linear-gradient(90deg, #fff, rgba(255,255,255,.35)); }

.sec-head { max-width: 62ch; margin-bottom: clamp(2rem, 4vw, 3.25rem); }
.sec-head--center { margin-inline: auto; text-align: center; }
.sec-head p { font-size: clamp(1rem, 1.5vw, 1.14rem); color: var(--ink-3); }

.hl { color: var(--brand-700); }
.hl-grad {
  background: linear-gradient(100deg, var(--brand-700) 10%, var(--accent-500) 55%, var(--brand-600) 95%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.hl-mark {
  position: relative; z-index: 0; white-space: nowrap;
}
.hl-mark::after {
  content: ""; position: absolute; left: -.06em; right: -.06em; bottom: .06em;
  height: .34em; border-radius: 3px; z-index: -1;
  background: linear-gradient(90deg, var(--hl-400), var(--hl-100));
  transform: scaleX(0); transform-origin: left;
  animation: swipe 1s var(--ease-out) forwards .35s;
}

/* ---------- 5. Buttons ---------- */
.btn {
  --btn-bg: var(--brand-700);
  --btn-fg: #fff;
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font-family: var(--ff-display); font-weight: 650; font-size: 1rem;
  line-height: 1; letter-spacing: -.01em;
  padding: 1.02rem 1.7rem;
  border-radius: var(--r-pill);
  border: 1.5px solid transparent;
  background: var(--btn-bg); color: var(--btn-fg);
  cursor: pointer; position: relative; overflow: hidden;
  transition: transform .28s var(--ease-spring), box-shadow .28s var(--ease-out),
              background-color .2s ease, color .2s ease, border-color .2s ease;
  box-shadow: 0 10px 22px -12px rgba(var(--brand-rgb), .8);
  text-align: center;
}
.btn:hover { transform: translateY(-2px); color: var(--btn-fg); box-shadow: 0 16px 30px -14px rgba(var(--brand-rgb), .85); }
.btn:active { transform: translateY(0); }
.btn svg { flex: none; }

.btn::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(115deg, transparent 35%, rgba(255,255,255,.32) 50%, transparent 65%);
  transform: translateX(-120%);
  transition: transform .7s var(--ease-out);
}
.btn:hover::after { transform: translateX(120%); }

.btn--grad { background: linear-gradient(115deg, var(--brand-800), var(--brand-600) 60%, var(--accent-500)); }
.btn--ghost {
  background: #fff; color: var(--brand-800); border-color: var(--brand-200);
  box-shadow: var(--sh-sm);
}
.btn--ghost:hover { color: var(--brand-700); border-color: var(--brand-400); background: var(--brand-050); }
.btn--gold { background: linear-gradient(115deg, var(--hl-500), var(--hl-400)); color: var(--hl-ink-2); box-shadow: 0 10px 22px -12px rgba(237,166,0,.9); }
.btn--gold:hover { color: var(--hl-ink-2); }
.btn--white { background: #fff; color: var(--brand-800); box-shadow: 0 12px 26px -14px rgba(0,0,0,.5); }
.btn--white:hover { color: var(--brand-700); }
.btn--outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); box-shadow: none; }
.btn--outline-light:hover { color: var(--brand-800); background: #fff; border-color: #fff; }
.btn--sm { padding: .72rem 1.2rem; font-size: .92rem; }
.btn--block { width: 100%; }

.btn-row { display: flex; flex-wrap: wrap; gap: .85rem; align-items: center; }
.btn-row--center { justify-content: center; }

.link-arrow {
  display: inline-flex; align-items: center; gap: .45rem;
  font-family: var(--ff-display); font-weight: 650;
  color: var(--brand-700);
}
.link-arrow svg { transition: transform .3s var(--ease-out); }
.link-arrow:hover svg { transform: translateX(5px); }

/* ---------- 6. Chips & badges ---------- */
.chip {
  display: inline-flex; align-items: center; gap: .45rem;
  padding: .48rem .95rem;
  border-radius: var(--r-pill);
  background: #fff; border: 1px solid var(--line);
  font-size: .85rem; font-weight: 550; color: var(--ink-2);
  box-shadow: var(--sh-xs);
}
.chip svg { color: var(--brand-600); flex: none; }
.chip--tint { background: var(--brand-050); border-color: var(--brand-200); color: var(--brand-800); }
.chip-row { display: flex; flex-wrap: wrap; gap: .55rem; }

.badge {
  display: inline-flex; align-items: center; gap: .38rem;
  padding: .3rem .7rem; border-radius: var(--r-pill);
  font-family: var(--ff-display); font-size: .74rem; font-weight: 700;
  letter-spacing: .05em; text-transform: uppercase;
}
.badge--warn { background: var(--hl-100); color: var(--hl-ink); }
.badge--blue { background: var(--brand-100); color: var(--brand-800); }
.badge--aqua { background: var(--accent-100); color: var(--accent-600); }
.badge--dot::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: currentColor; animation: pulse-dot 1.8s ease-in-out infinite;
}

/* ---------- 6 bis. Bascule entre les deux sections ---------- */
.section-switch {
  background: var(--brand-950);
  color: rgba(255,255,255,.72);
  font-size: .82rem;
}
.section-switch__inner {
  display: flex; align-items: center; gap: .8rem;
  min-height: 40px; padding-block: .35rem;
}
.section-switch__label {
  font-family: var(--ff-display); font-weight: 700;
  font-size: .72rem; letter-spacing: .16em; text-transform: uppercase;
  color: rgba(255,255,255,.55);
}
.section-switch__here {
  display: inline-flex; align-items: center; gap: .4rem;
  font-weight: 600; color: #fff;
}
.section-switch__here::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%;
  background: var(--brand-400);
}
.section-switch__go {
  margin-left: auto;
  display: inline-flex; align-items: center; gap: .45rem;
  padding: .38rem .9rem;
  border-radius: var(--r-pill);
  border: 1px solid rgba(255,255,255,.26);
  background: rgba(255,255,255,.09);
  color: #fff; font-family: var(--ff-display); font-weight: 650;
  font-size: .85rem; white-space: nowrap;
  transition: background-color .25s ease, border-color .25s ease, transform .25s var(--ease-out), color .25s ease;
}
.section-switch__go:hover {
  background: #fff; border-color: #fff; color: var(--brand-900);
  transform: translateX(2px);
}
.section-switch__go svg { flex: none; transition: transform .25s var(--ease-out); }
.section-switch__go:hover svg { transform: translateX(3px); }

@media (max-width: 620px) {
  .section-switch__label { display: none; }
  .section-switch__inner { gap: .6rem; }
  .section-switch__go { padding: .34rem .75rem; font-size: .8rem; }
}

/* ---------- 7. Header / nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.82);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s ease, box-shadow .3s ease, background-color .3s ease;
}
.site-header.is-stuck {
  border-bottom-color: var(--line);
  box-shadow: 0 6px 24px -18px rgba(var(--shadow-rgb), .5);
  background: rgba(255,255,255,.94);
}
.scroll-progress {
  position: absolute; left: 0; bottom: -1px; height: 2px; width: 0;
  background: linear-gradient(90deg, var(--brand-700), var(--accent-400));
  transition: width .1s linear; z-index: 2;
}

.nav {
  height: var(--nav-h);
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.brand { display: flex; align-items: center; gap: .7rem; color: var(--ink); }
.brand:hover { color: var(--ink); }
.brand img { width: 44px; height: auto; transition: transform .5s var(--ease-spring); }
.brand:hover img { transform: rotate(-6deg) scale(1.06); }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name {
  font-family: var(--ff-display); font-weight: 800; font-size: 1.06rem;
  letter-spacing: -.03em; color: var(--brand-800);
}
.brand-sub {
  font-size: .63rem; letter-spacing: .17em; text-transform: uppercase;
  color: var(--ink-3); font-weight: 600;
}

.nav-links { display: flex; align-items: center; gap: .15rem; list-style: none; margin: 0; padding: 0; }
.nav-links a {
  position: relative; display: block;
  padding: .6rem .82rem; border-radius: var(--r-sm);
  font-family: var(--ff-display); font-weight: 550; font-size: .95rem;
  color: var(--ink-2); transition: color .2s ease, background-color .2s ease;
}
.nav-links a::after {
  content: ""; position: absolute; left: .82rem; right: .82rem; bottom: .35rem;
  height: 2px; border-radius: 2px; background: var(--brand-600);
  transform: scaleX(0); transform-origin: right;
  transition: transform .32s var(--ease-out);
}
.nav-links a:hover { color: var(--brand-800); }
.nav-links a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-links a[aria-current="page"] { color: var(--brand-800); font-weight: 650; }
.nav-links a[aria-current="page"]::after { transform: scaleX(1); }

.nav-links .nav-mobile-cta { display: none; }
.nav-links a.btn {
  padding: .95rem 1.4rem; color: #fff; font-size: 1rem;
  border-radius: var(--r-pill);
}
.nav-links a.btn::after { display: none; }

.nav-cta { display: flex; align-items: center; gap: .5rem; }
.nav-social {
  display: inline-grid; place-items: center; width: 38px; height: 38px;
  border-radius: 50%; color: var(--ink-3); border: 1px solid var(--line);
  background: #fff; transition: all .25s var(--ease-out);
}
.nav-social:hover { color: #fff; background: var(--brand-700); border-color: var(--brand-700); transform: translateY(-2px); }

.nav-toggle {
  display: none; width: 44px; height: 44px; border-radius: var(--r-sm);
  border: 1px solid var(--line); background: #fff; cursor: pointer;
  place-items: center; color: var(--ink);
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: ""; display: block; width: 19px; height: 2px; border-radius: 2px;
  background: currentColor; transition: transform .35s var(--ease-out), opacity .2s ease;
}
.nav-toggle span::before { transform: translateY(-6px); }
.nav-toggle span::after { transform: translateY(4px); }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { transform: translateY(0) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after { transform: translateY(-2px) rotate(-45deg); }

/* ---------- 8. Hero ---------- */
.hero { position: relative; padding-block: clamp(2.5rem, 6vw, 5rem) clamp(3rem, 6vw, 5.5rem); overflow: hidden; }
.hero-bg { position: absolute; inset: 0; pointer-events: none; overflow: hidden; z-index: 0; }
.hero-glow {
  position: absolute; border-radius: 50%; filter: blur(90px); opacity: .5;
}
.hero-glow--a { width: 620px; height: 620px; top: -260px; right: -160px; background: radial-gradient(circle, var(--brand-300), transparent 68%); }
.hero-glow--b { width: 520px; height: 520px; bottom: -280px; left: -180px; background: radial-gradient(circle, var(--accent-100), transparent 68%); }
.hero-grid-lines {
  position: absolute; inset: 0;
  background-image: linear-gradient(var(--line-2) 1px, transparent 1px), linear-gradient(90deg, var(--line-2) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 90% 70% at 50% 30%, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 90% 70% at 50% 30%, #000 20%, transparent 75%);
  opacity: .8;
}
.hero-arcs { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-arcs path { fill: none; stroke-linecap: round; }

.hero-inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.02fr .98fr;
  gap: clamp(2rem, 5vw, 4rem); align-items: center;
}
.hero-copy { max-width: 640px; }
.hero h1 { margin-bottom: .35em; }
.hero h1 .line { display: block; }
.hero-lead { font-size: clamp(1.05rem, 1.7vw, 1.24rem); color: var(--ink-2); max-width: 46ch; }
.hero .chip-row { margin-top: 1.9rem; }

.hero-media { position: relative; }
.hero-frame {
  position: relative; border-radius: var(--r-xl); overflow: hidden;
  box-shadow: var(--sh-lg);
  transform: rotate(-1.4deg);
  border: 6px solid #fff;
  background: var(--brand-100);
}
.hero-frame img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.hero-frame::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,57,106,0) 55%, rgba(0,41,74,.42));
}
.hero-frame-deco {
  position: absolute; inset: 18px -18px -18px 18px; border-radius: var(--r-xl);
  border: 2px dashed var(--brand-300); z-index: -1; transform: rotate(2.2deg);
}
.hero-caption {
  position: absolute; left: 1.25rem; right: 1.25rem; bottom: 1.1rem; z-index: 2;
  color: #fff; font-size: .86rem; font-weight: 500;
  display: flex; align-items: center; gap: .5rem;
  text-shadow: 0 1px 8px rgba(0,0,0,.5);
}

.float-card {
  position: absolute; z-index: 3;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(8px);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: .8rem 1.05rem;
  box-shadow: var(--sh-md);
  display: flex; align-items: center; gap: .7rem;
  animation: float 6s ease-in-out infinite;
}
.float-card--tl { top: -18px; left: -22px; }
.float-card--br { bottom: -24px; right: -14px; animation-delay: -3s; }
.float-card__icon {
  width: 38px; height: 38px; flex: none; border-radius: 11px;
  display: grid; place-items: center;
  background: linear-gradient(140deg, var(--brand-700), var(--accent-500));
  color: #fff;
}
.float-card__k { font-family: var(--ff-display); font-weight: 800; font-size: 1.02rem; line-height: 1.1; color: var(--ink); }
.float-card__l { font-size: .72rem; color: var(--ink-3); letter-spacing: .02em; }

.scroll-cue {
  display: inline-flex; align-items: center; gap: .5rem;
  margin-top: 2.4rem; font-size: .8rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--ink-3); font-weight: 600;
}
.scroll-cue .mouse {
  width: 20px; height: 32px; border: 2px solid var(--brand-300); border-radius: 12px;
  position: relative; flex: none;
}
.scroll-cue .mouse::after {
  content: ""; position: absolute; left: 50%; top: 6px; width: 3px; height: 6px;
  border-radius: 2px; background: var(--brand-600); transform: translateX(-50%);
  animation: wheel 1.8s ease-in-out infinite;
}

/* ---------- 9. Ribbon marquee ---------- */
.ribbon-wrap { overflow: hidden; }
.ribbon {
  background: linear-gradient(100deg, var(--brand-800), var(--brand-600) 50%, var(--accent-500));
  color: #fff; padding: .9rem 0; overflow: hidden;
  transform: rotate(-1deg) scale(1.03);
  margin-block: clamp(1rem, 3vw, 2rem);
  box-shadow: var(--sh-brand);
}
.ribbon--flat { transform: none; margin-block: 0; box-shadow: none; }
.marquee { display: flex; width: max-content; animation: marquee 34s linear infinite; }
.marquee__group {
  display: flex; align-items: center; gap: 2.6rem; padding-right: 2.6rem;
  font-family: var(--ff-display); font-weight: 700; font-size: 1rem;
  letter-spacing: .12em; text-transform: uppercase; white-space: nowrap;
}
.marquee__group span { display: inline-flex; align-items: center; gap: 2.6rem; }
.marquee__group span::after {
  content: ""; width: 7px; height: 7px; border-radius: 50%;
  background: rgba(255,255,255,.65); flex: none;
}
.ribbon:hover .marquee { animation-play-state: paused; }

/* ---------- 10. Cards ---------- */
.card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(1.4rem, 2.4vw, 1.9rem);
  box-shadow: var(--sh-sm);
  transition: transform .38s var(--ease-out), box-shadow .38s var(--ease-out), border-color .38s ease;
  overflow: hidden;
  height: 100%;
}
.card::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 3px;
  background: linear-gradient(90deg, var(--brand-700), var(--accent-400));
  transform: scaleX(0); transform-origin: left;
  transition: transform .45s var(--ease-out);
}
.card:hover { transform: translateY(-6px); box-shadow: var(--sh-md); border-color: var(--brand-200); }
.card:hover::before { transform: scaleX(1); }
.card h3 { margin-bottom: .45rem; }
.card p { font-size: .96rem; }

.card-icon {
  width: 52px; height: 52px; border-radius: 15px; margin-bottom: 1.05rem;
  display: grid; place-items: center;
  background: var(--brand-050); color: var(--brand-700);
  border: 1px solid var(--brand-100);
  transition: transform .4s var(--ease-spring), background-color .3s ease, color .3s ease;
}
.card:hover .card-icon { transform: translateY(-3px) rotate(-6deg); background: var(--brand-700); color: #fff; border-color: var(--brand-700); }
.card-icon--gold { background: var(--hl-100); color: var(--hl-600); border-color: var(--hl-line); }
.card:hover .card-icon--gold { background: var(--hl-500); color: #fff; border-color: var(--hl-500); }

/* Group / section cards */
.group-card { display: flex; flex-direction: column; }
.group-card__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; margin-bottom: .9rem; }
.group-card__num {
  font-family: var(--ff-display); font-size: 2.6rem; font-weight: 800;
  line-height: .85; color: var(--brand-100); letter-spacing: -.05em;
  transition: color .35s ease;
}
.card:hover .group-card__num { color: var(--brand-300); }
.group-card__years {
  font-size: .84rem; color: var(--ink-3); font-weight: 550;
  letter-spacing: .02em; margin-bottom: 1rem;
}
.group-card__slots { margin: 0 0 1.1rem; padding: 0; list-style: none; border-top: 1px dashed var(--line); }
.group-card__slots li {
  display: flex; align-items: baseline; justify-content: space-between; gap: 1rem;
  padding: .62rem 0; border-bottom: 1px dashed var(--line); margin: 0;
  font-size: .93rem;
}
.group-card__slots .d { font-weight: 600; color: var(--ink); font-family: var(--ff-display); }
.group-card__slots .h { color: var(--brand-700); font-weight: 600; font-variant-numeric: tabular-nums; white-space: nowrap; }
.group-card__foot { margin-top: auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .7rem; padding-top: .5rem; }
.price { font-family: var(--ff-display); font-weight: 800; font-size: 1.45rem; color: var(--brand-800); letter-spacing: -.03em; white-space: nowrap; }
.price small { font-size: .72rem; font-weight: 500; color: var(--ink-3); letter-spacing: 0; display: block; margin-top: -2px; }

/* ---------- 11. Social band ---------- */
.social-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 1.25rem; }
.social-card {
  position: relative; display: flex; align-items: center; gap: 1.1rem;
  padding: 1.5rem 1.6rem; border-radius: var(--r-lg);
  color: #fff; overflow: hidden; isolation: isolate;
  box-shadow: var(--sh-md);
  transition: transform .38s var(--ease-out), box-shadow .38s var(--ease-out);
}
.social-card::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  transition: transform .6s var(--ease-out);
}
.social-card--fb::before { background: linear-gradient(130deg, #1877f2, #0b5fd0 60%, #094ba5); }
.social-card--ig::before { background: linear-gradient(130deg, #f9ce34, #ee2a7b 45%, #6228d7); }
.social-card:hover { transform: translateY(-5px); color: #fff; box-shadow: var(--sh-lg); }
.social-card:hover::before { transform: scale(1.08) rotate(1.5deg); }
.social-card__ico {
  width: 54px; height: 54px; flex: none; border-radius: 16px;
  display: grid; place-items: center;
  background: rgba(255,255,255,.18); backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,.28);
}
.social-card__t { font-family: var(--ff-display); font-weight: 750; font-size: 1.16rem; letter-spacing: -.02em; }
.social-card__s { font-size: .88rem; opacity: .9; }
.social-card__go { margin-left: auto; flex: none; opacity: .85; transition: transform .35s var(--ease-out); }
.social-card:hover .social-card__go { transform: translateX(5px); }

.social-note {
  display: flex; gap: 1rem; align-items: flex-start;
  padding: 1.15rem 1.3rem; border-radius: var(--r-md);
  background: var(--brand-050); border: 1px dashed var(--brand-200);
  margin-top: 1.6rem;
}
.social-note svg { flex: none; color: var(--brand-600); margin-top: 2px; }
.social-note p { font-size: .95rem; margin: 0; }

/* ---------- 12. Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 190px), 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.stat { background: #fff; padding: clamp(1.4rem, 3vw, 2.1rem) 1.2rem; text-align: center; transition: background-color .35s ease; }
.stat:hover { background: var(--brand-050); }
.stat__k {
  font-family: var(--ff-display); font-weight: 800;
  font-size: clamp(2.1rem, 4.6vw, 3.1rem); line-height: 1;
  letter-spacing: -.045em;
  background: linear-gradient(140deg, var(--brand-800), var(--accent-500));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  font-variant-numeric: tabular-nums;
}
.stat__l { margin-top: .5rem; font-size: .85rem; color: var(--ink-3); font-weight: 550; letter-spacing: .01em; }

/* ---------- 13. Apparatus ---------- */
.app-card { text-align: center; }
.app-card .app-ico {
  width: 84px; height: 84px; margin: 0 auto 1.1rem;
  border-radius: 24px; display: grid; place-items: center;
  background: linear-gradient(150deg, #fff, var(--brand-050));
  border: 1px solid var(--brand-100); color: var(--brand-700);
  transition: transform .45s var(--ease-spring), box-shadow .35s ease;
}
.card:hover .app-ico { transform: translateY(-5px) scale(1.05); box-shadow: 0 14px 26px -14px rgba(var(--brand-rgb), .55); }
.app-card h3 { font-size: 1.2rem; }
.app-card p { font-size: .93rem; color: var(--ink-3); }

/* ---------- 14. Feature band (blue) ---------- */
.band {
  position: relative; overflow: hidden; color: #fff;
  background: linear-gradient(125deg, var(--brand-950) 0%, var(--brand-800) 42%, var(--brand-600) 100%);
}
.band::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(60% 80% at 85% 10%, rgba(var(--accent-rgb), .35), transparent 60%),
    radial-gradient(50% 60% at 10% 100%, rgba(var(--brand-rgb), .18), transparent 65%);
}
.band > * { position: relative; z-index: 1; }
.band h2, .band h3 { color: #fff; }
.band p { color: rgba(255,255,255,.86); }
.band-arcs { position: absolute; inset: 0; z-index: 0; opacity: .28; }
.band-arcs path { fill: none; stroke: #fff; stroke-width: 1.2; stroke-linecap: round; }

.band-split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.band-media { position: relative; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-lg); border: 5px solid rgba(255,255,255,.16); }
.band-media img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }

.band-stats {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem 2rem; margin-top: 2.2rem;
  max-width: 460px;
  border-top: 1px solid rgba(255,255,255,.18); padding-top: 1.8rem;
}
.band-stat__k { font-family: var(--ff-display); font-weight: 800; font-size: 2.05rem; line-height: 1; letter-spacing: -.04em; color: #fff; }
.band-stat__l { font-size: .82rem; color: rgba(255,255,255,.72); margin-top: .3rem; }

/* ---------- 15. Schedule table ---------- */
.week {
  border: 1px solid var(--line); border-radius: var(--r-lg);
  overflow: hidden; background: #fff; box-shadow: var(--sh-sm);
}
.week table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.week thead th {
  background: var(--brand-050); font-family: var(--ff-display); font-weight: 700;
  font-size: .82rem; letter-spacing: .09em; text-transform: uppercase;
  color: var(--brand-800); padding: .95rem 1.1rem; text-align: left;
  border-bottom: 1px solid var(--line); white-space: nowrap;
}
.week td { padding: .95rem 1.1rem; border-bottom: 1px solid var(--line-2); vertical-align: middle; }
.week tbody tr:last-child td { border-bottom: 0; }
.week tbody tr { transition: background-color .25s ease; }
.week tbody tr:hover { background: var(--brand-050); }
.week .day { font-family: var(--ff-display); font-weight: 700; color: var(--ink); white-space: nowrap; }
.week .time { font-variant-numeric: tabular-nums; color: var(--brand-700); font-weight: 600; white-space: nowrap; }
.week .grp { font-weight: 600; color: var(--ink); }
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }

/* ---------- 16. Steps ---------- */
.steps { counter-reset: step; display: grid; gap: 1.15rem; }
.step {
  position: relative; display: flex; gap: 1.15rem; align-items: flex-start;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 1.25rem 1.4rem; box-shadow: var(--sh-xs);
  transition: transform .3s var(--ease-out), box-shadow .3s ease, border-color .3s ease;
}
.step:hover { transform: translateX(4px); border-color: var(--brand-200); box-shadow: var(--sh-sm); }
.step__n {
  counter-increment: step; flex: none;
  width: 40px; height: 40px; border-radius: 12px;
  display: grid; place-items: center;
  background: linear-gradient(140deg, var(--brand-700), var(--accent-500));
  color: #fff; font-family: var(--ff-display); font-weight: 800; font-size: 1.02rem;
}
.step__n::before { content: counter(step); }
.step h4 { margin-bottom: .25rem; font-family: var(--ff-display); font-size: 1.05rem; }
.step p { font-size: .94rem; margin: 0; }

/* ---------- 17. Callout / alert ---------- */
.callout {
  display: flex; gap: 1.1rem; align-items: flex-start;
  padding: 1.25rem 1.45rem; border-radius: var(--r-md);
  background: var(--hl-100);
  border: 1px solid var(--hl-line);
  border-left: 4px solid var(--hl-500);
}
.callout svg { flex: none; color: var(--hl-600); margin-top: 1px; }
.callout p { margin: 0; font-size: .96rem; color: var(--hl-ink); }
.callout strong { color: var(--hl-ink-2); }
.callout--info { background: var(--brand-050); border-color: var(--brand-200); border-left-color: var(--brand-600); }
.callout--info svg { color: var(--brand-700); }
.callout--info p { color: var(--ink-2); }
.callout--info strong { color: var(--brand-900); }

/* ---------- 18. Big CTA panel ---------- */
.cta-panel {
  position: relative; overflow: hidden;
  border-radius: var(--r-xl);
  background: #fff; border: 1px solid var(--line);
  box-shadow: var(--sh-md);
  padding: clamp(1.75rem, 4vw, 3.25rem);
  display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(1.75rem, 4vw, 3rem);
  align-items: center;
}
.cta-panel::before {
  content: ""; position: absolute; width: 380px; height: 380px; right: -140px; top: -160px;
  background: radial-gradient(circle, var(--brand-100), transparent 65%); border-radius: 50%;
}
.cta-panel > * { position: relative; }
.cta-date {
  text-align: center; border-radius: var(--r-lg); overflow: hidden;
  border: 1px solid var(--line); background: #fff; box-shadow: var(--sh-sm);
}
.cta-date__top {
  background: linear-gradient(120deg, var(--brand-800), var(--brand-600));
  color: #fff; padding: .7rem; font-family: var(--ff-display);
  font-weight: 700; letter-spacing: .13em; text-transform: uppercase; font-size: .76rem;
}
.cta-date__d { font-family: var(--ff-display); font-size: clamp(3.4rem, 8vw, 4.6rem); font-weight: 800; line-height: 1; color: var(--brand-800); letter-spacing: -.05em; padding-top: 1.1rem; }
.cta-date__m { font-family: var(--ff-display); font-weight: 700; font-size: 1.12rem; color: var(--ink); }
.cta-date__y { color: var(--ink-3); font-size: .88rem; }
.cta-date__h { border-top: 1px dashed var(--line); margin-top: 1rem; padding: .8rem; font-weight: 600; color: var(--brand-700); font-variant-numeric: tabular-nums; }

/* ---------- 19. Map / places ---------- */
.place {
  border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden;
  background: #fff; box-shadow: var(--sh-sm); display: flex; flex-direction: column;
  transition: box-shadow .35s ease, border-color .35s ease;
}
.place:hover { box-shadow: var(--sh-md); border-color: var(--brand-200); }
.place__map { position: relative; background: var(--brand-050); aspect-ratio: 16/10; overflow: hidden; }
.place__map iframe { position: relative; z-index: 1; width: 100%; height: 100%; border: 0; filter: saturate(.92); }
/* Repli affiché si la carte ne peut pas se charger (bloqueur, réseau, hors ligne). */
.place__map-ph {
  position: absolute; inset: 0; z-index: 0;
  display: grid; place-content: center; justify-items: center; gap: .55rem;
  padding: 1.5rem; text-align: center;
  color: var(--brand-700);
  background:
    repeating-linear-gradient(45deg, rgba(0,92,158,.035) 0 12px, transparent 12px 24px),
    linear-gradient(160deg, #fff, var(--brand-100));
}
.place__map-ph svg { color: var(--brand-500); }
.place__map-ph span { font-family: var(--ff-display); font-weight: 650; font-size: .92rem; }
.place__map-ph small { color: var(--ink-3); font-size: .8rem; }
.place__body { padding: 1.35rem 1.5rem 1.5rem; display: flex; flex-direction: column; gap: .55rem; flex: 1; }
.place__tag {
  display: inline-flex; align-items: center; gap: .4rem; align-self: flex-start;
  font-family: var(--ff-display); font-size: .72rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--brand-700); background: var(--brand-050);
  padding: .28rem .65rem; border-radius: var(--r-pill);
}
.place h3 { margin: 0; font-size: 1.22rem; }
.place address { font-style: normal; color: var(--ink-2); font-size: .95rem; }
.place .btn { margin-top: auto; align-self: flex-start; }

/* ---------- 20. Contact ---------- */
.contact-card {
  display: flex; align-items: center; gap: 1.15rem;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 1.4rem 1.5rem; box-shadow: var(--sh-sm);
  transition: transform .3s var(--ease-out), box-shadow .3s ease, border-color .3s ease;
}
.contact-card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); border-color: var(--brand-200); }
.contact-card__ico {
  width: 50px; height: 50px; flex: none; border-radius: 15px; display: grid; place-items: center;
  background: linear-gradient(140deg, var(--brand-700), var(--accent-500)); color: #fff;
}
.contact-card > span:last-child { display: flex; flex-direction: column; gap: .12rem; min-width: 0; }
.contact-card__l { display: block; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); font-weight: 600; line-height: 1.5; }
.contact-card__v { display: block; font-family: var(--ff-display); font-weight: 700; font-size: 1.16rem; line-height: 1.25; color: var(--ink); letter-spacing: -.02em; word-break: break-word; }
.contact-card__v a { color: inherit; }
.contact-card__v a:hover { color: var(--brand-700); }

/* ---------- 21. Accordion / FAQ ---------- */
.faq { border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: #fff; box-shadow: var(--sh-sm); }
.faq details { border-bottom: 1px solid var(--line-2); }
.faq details:last-child { border-bottom: 0; }
.faq summary {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.15rem 1.4rem; cursor: pointer; list-style: none;
  font-family: var(--ff-display); font-weight: 650; font-size: 1.03rem; color: var(--ink);
  transition: background-color .25s ease, color .25s ease;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { background: var(--brand-050); color: var(--brand-800); }
.faq summary::after {
  content: ""; flex: none; width: 11px; height: 11px;
  border-right: 2px solid var(--brand-600); border-bottom: 2px solid var(--brand-600);
  transform: rotate(45deg) translate(-2px, -2px);
  transition: transform .35s var(--ease-out);
}
.faq details[open] summary { color: var(--brand-800); background: var(--brand-050); }
.faq details[open] summary::after { transform: rotate(-135deg) translate(-3px, -3px); }
.faq .faq-body { padding: 0 1.4rem 1.35rem; }
.faq .faq-body p { font-size: .96rem; }
.faq .faq-body > *:first-child { margin-top: .2rem; }

/* ---------- 22. Timeline ---------- */
.timeline { position: relative; padding-left: 2.1rem; }
.timeline::before {
  content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px;
  background: linear-gradient(180deg, var(--brand-500), var(--accent-400), var(--brand-100));
  border-radius: 2px;
}
.tl-item { position: relative; padding-bottom: 1.9rem; }
.tl-item:last-child { padding-bottom: 0; }
.tl-item::before {
  content: ""; position: absolute; left: -2.1rem; top: 5px;
  width: 16px; height: 16px; border-radius: 50%;
  background: #fff; border: 3px solid var(--brand-600);
  box-shadow: 0 0 0 4px var(--brand-050);
}
.tl-year { font-family: var(--ff-display); font-weight: 800; color: var(--brand-700); font-size: 1.02rem; letter-spacing: -.01em; }
.tl-item h4 { margin: .1rem 0 .3rem; }
.tl-item p { font-size: .95rem; margin: 0; }

/* ---------- 23. Values ---------- */
.value {
  position: relative; padding: 1.6rem 1.5rem 1.5rem; border-radius: var(--r-lg);
  background: linear-gradient(165deg, #fff, var(--brand-050));
  border: 1px solid var(--line); overflow: hidden; height: 100%;
  transition: transform .35s var(--ease-out), box-shadow .35s ease;
}
.value:hover { transform: translateY(-5px); box-shadow: var(--sh-md); }
.value__i { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: #fff; color: var(--brand-700); border: 1px solid var(--brand-100); margin-bottom: 1rem; box-shadow: var(--sh-xs); }
.value h3 { font-size: 1.15rem; margin-bottom: .35rem; }
.value p { font-size: .93rem; margin: 0; }
.value__ghost {
  position: absolute; right: -8px; bottom: -22px; font-family: var(--ff-display);
  font-size: 5rem; font-weight: 800; color: rgba(var(--brand-rgb), .05); line-height: 1;
  pointer-events: none; user-select: none;
}

/* ---------- 24. Prose ---------- */
.prose h2 { margin-top: 2.4rem; }
.prose h3 { margin-top: 1.9rem; font-size: 1.28rem; }
.prose > *:first-child { margin-top: 0; }
.prose ul { padding-left: 1.25em; }
.prose li::marker { color: var(--brand-500); }

/* ---------- 24 bis. Projet éducatif ---------- */

/* Définition mise en exergue */
.def {
  position: relative; overflow: hidden;
  border-radius: var(--r-xl);
  padding: clamp(1.75rem, 4vw, 3rem) clamp(1.6rem, 4vw, 3.4rem);
  background: linear-gradient(158deg, #fff 20%, var(--brand-050));
  border: 1px solid var(--line);
  box-shadow: var(--sh-md);
}
.def::before {
  content: "“";
  position: absolute; top: -.04em; left: .05em;
  font-family: var(--ff-display); font-weight: 800;
  font-size: clamp(6rem, 12vw, 9.5rem); line-height: 1;
  color: var(--brand-100); pointer-events: none; user-select: none;
}
.def > * { position: relative; }
.def p {
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  line-height: 1.55; color: var(--ink);
}
.def strong { color: var(--brand-800); }
.def cite {
  display: block; margin-top: 1.2rem; font-style: normal;
  font-size: .84rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--ink-3); font-weight: 600;
}

/* Listes à puces cochées */
.checks { list-style: none; padding: 0; margin: 0; display: grid; gap: .72rem; }
.checks li {
  display: flex; gap: .7rem; align-items: flex-start; margin: 0;
  font-size: .98rem; color: var(--ink-2);
}
.checks li svg { flex: none; margin-top: 4px; color: var(--brand-600); }
.checks--2 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 290px), 1fr)); column-gap: 2.2rem; }
.checks--sm li { font-size: .93rem; }
.checks--light li { color: rgba(255,255,255,.86); }
.checks--light li svg { color: var(--accent-400); }

/* Affirmation forte sur bandeau */
.statement { text-align: center; max-width: 24ch; margin-inline: auto; }
.statement__k {
  font-family: var(--ff-display); font-weight: 800;
  font-size: clamp(1.45rem, 3.6vw, 2.6rem);
  line-height: 1.14; letter-spacing: -.025em; color: #fff;
  text-transform: uppercase;
}
.statement p { margin-top: 1.1rem; }

/* Les cinq domaines de développement */
.petals {
  position: relative;
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: clamp(1.2rem, 3vw, 2.4rem) clamp(.9rem, 2.5vw, 2rem);
}
.petals::before {
  content: ""; position: absolute; top: 54px; left: 9%; right: 9%; z-index: 0;
  border-top: 2px dashed var(--brand-200);
}
.petal { position: relative; z-index: 1; width: 172px; text-align: center; }
.petal__disc {
  width: 108px; height: 108px; margin: 0 auto 1rem;
  border-radius: 50%; display: grid; place-items: center;
  background: linear-gradient(155deg, #fff, var(--brand-050));
  border: 2px solid var(--brand-100); color: var(--brand-700);
  box-shadow: var(--sh-sm);
  transition: transform .4s var(--ease-spring), border-color .3s ease, box-shadow .3s ease, color .3s ease;
}
.petal:hover .petal__disc {
  transform: translateY(-7px); border-color: var(--brand-400);
  box-shadow: 0 18px 30px -16px rgba(var(--brand-rgb), .55); color: var(--brand-800);
}
.petal h3 { font-size: 1.06rem; margin-bottom: .28rem; }
.petal p { font-size: .87rem; color: var(--ink-3); line-height: 1.5; }

/* Les neuf intelligences */
.pills { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 232px), 1fr)); gap: .85rem; }
.pill {
  display: flex; align-items: center; gap: .85rem;
  padding: .92rem 1.05rem; border-radius: var(--r-md);
  background: #fff; border: 1px solid var(--line); box-shadow: var(--sh-xs);
  transition: transform .3s var(--ease-out), border-color .3s ease, box-shadow .3s ease;
}
.pill:hover { transform: translateY(-3px); border-color: var(--brand-200); box-shadow: var(--sh-sm); }
.pill__i {
  width: 40px; height: 40px; flex: none; border-radius: 12px;
  display: grid; place-items: center;
  background: var(--brand-050); color: var(--brand-700); border: 1px solid var(--brand-100);
  transition: background-color .3s ease, color .3s ease;
}
.pill:hover .pill__i { background: var(--brand-700); color: #fff; border-color: var(--brand-700); }
.pill > span:last-child { display: flex; flex-direction: column; gap: .1rem; min-width: 0; }
.pill__t { display: block; font-family: var(--ff-display); font-weight: 650; font-size: .99rem; line-height: 1.22; color: var(--ink); }
.pill__s { display: block; font-size: .78rem; line-height: 1.35; color: var(--ink-3); }

@media (max-width: 900px) {
  .petals::before { display: none; }
  .petal { width: 150px; }
  .petal__disc { width: 92px; height: 92px; }
}
@media (max-width: 460px) {
  .petal { width: 100%; max-width: 260px; }
}

/* ---------- 24 ter. Agrements et certification ---------- */
.creds {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(1.5rem, 3.5vw, 2.6rem);
  border-radius: var(--r-xl);
  background: linear-gradient(160deg, #fff, var(--brand-050));
  border: 1px solid var(--line);
  box-shadow: var(--sh-sm);
}
.creds__badges {
  display: flex; flex-direction: column; align-items: center; gap: 1.15rem;
}
.creds__badge {
  width: clamp(132px, 17vw, 176px); height: auto;
  filter: drop-shadow(0 16px 24px rgba(var(--shadow-rgb), .22));
  transition: transform .5s var(--ease-spring);
}
.creds:hover .creds__badge { transform: rotate(-4deg) scale(1.04); }
.creds__fed { width: clamp(112px, 14vw, 144px); height: auto; }
.creds__body h2 { font-size: clamp(1.5rem, 3vw, 2.15rem); }
.creds__body > p { font-size: clamp(.98rem, 1.5vw, 1.08rem); }

/* Petit badge dans le pied de page */
.footer-cert {
  display: flex; align-items: center; gap: .85rem;
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255,255,255,.14);
}
.footer-cert img { width: 62px; height: auto; flex: none; }
.footer-cert span {
  font-size: .82rem; line-height: 1.45; color: rgba(255,255,255,.72);
}
.footer-cert strong { color: #fff; font-weight: 600; }

@media (max-width: 760px) {
  .creds { grid-template-columns: 1fr; text-align: center; }
  .creds__badges { flex-direction: row; justify-content: center; gap: 1.4rem; }
  .creds__body .eyebrow { justify-content: center; }
  .creds .checks li { text-align: left; }
}

/* ---------- 25. Footer ---------- */
.site-footer {
  position: relative; overflow: hidden;
  background: linear-gradient(150deg, var(--brand-950), var(--brand-800) 55%, var(--brand-700));
  color: rgba(255,255,255,.78);
  padding-block: clamp(3rem, 6vw, 4.5rem) 1.6rem;
  margin-top: 0;
}
.site-footer::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(55% 70% at 90% 0%, rgba(var(--accent-rgb), .28), transparent 60%);
}
.site-footer > * { position: relative; z-index: 1; }
.footer-watermark {
  position: absolute; right: -60px; bottom: -70px; width: 340px; opacity: .07;
  filter: brightness(0) invert(1); z-index: 0; pointer-events: none;
}
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.15fr; gap: clamp(1.75rem, 4vw, 3rem); }
.footer-brand { display: flex; align-items: center; gap: .8rem; margin-bottom: 1rem; }
.footer-brand img { width: 52px; background: #fff; border-radius: 13px; padding: 5px; }
.footer-brand > span:last-child { display: flex; flex-direction: column; gap: .12rem; min-width: 0; }
.footer-brand-name { display: block; font-family: var(--ff-display); font-weight: 800; font-size: 1.16rem; color: #fff; letter-spacing: -.03em; line-height: 1.15; }
.footer-brand-sub { display: block; font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.6); line-height: 1.3; }
.site-footer p { color: rgba(255,255,255,.72); font-size: .93rem; }
.footer-h {
  font-family: var(--ff-display); font-weight: 700; color: #fff; font-size: .8rem;
  letter-spacing: .14em; text-transform: uppercase; margin-bottom: 1rem;
}
.footer-list { list-style: none; margin: 0; padding: 0; }
.footer-list li { margin-bottom: .55rem; }
.footer-list a, .site-footer address a { color: rgba(255,255,255,.78); font-size: .94rem; transition: color .2s ease, transform .25s var(--ease-out); display: inline-block; }
.footer-list a:hover, .site-footer address a:hover { color: #fff; transform: translateX(3px); }
.site-footer address { font-style: normal; font-size: .94rem; line-height: 1.75; }
.footer-social { display: flex; gap: .6rem; margin-top: 1.2rem; }
.footer-social a {
  width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16);
  color: #fff; transition: all .28s var(--ease-out);
}
.footer-social a:hover { background: #fff; color: var(--brand-800); transform: translateY(-3px); }
.footer-bottom {
  margin-top: clamp(2.25rem, 5vw, 3.25rem); padding-top: 1.4rem;
  border-top: 1px solid rgba(255,255,255,.14);
  display: flex; flex-wrap: wrap; gap: .6rem 1.5rem; align-items: center; justify-content: space-between;
  font-size: .84rem; color: rgba(255,255,255,.6);
}
.footer-bottom a { color: rgba(255,255,255,.72); }
.footer-bottom a:hover { color: #fff; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 1.25rem; }

/* ---------- 26. Page hero (inner pages) ---------- */
.page-hero { position: relative; overflow: hidden; padding-block: clamp(2.75rem, 6vw, 4.5rem) clamp(2rem, 4vw, 3rem); background: linear-gradient(180deg, var(--brand-050), #fff); border-bottom: 1px solid var(--line-2); }
.page-hero::before {
  content: ""; position: absolute; width: 520px; height: 520px; right: -180px; top: -260px;
  background: radial-gradient(circle, rgba(155,206,243,.5), transparent 65%); border-radius: 50%;
}
.page-hero > * { position: relative; }
.page-hero h1 { font-size: clamp(2.1rem, 5vw, 3.6rem); }
.page-hero p { font-size: clamp(1rem, 1.6vw, 1.15rem); max-width: 58ch; }

.crumbs { display: flex; flex-wrap: wrap; gap: .45rem; font-size: .84rem; color: var(--ink-3); margin-bottom: 1.1rem; list-style: none; padding: 0; }
.crumbs li { display: flex; align-items: center; gap: .45rem; margin: 0; }
.crumbs li + li::before { content: "›"; color: var(--brand-300); }
.crumbs a { color: var(--ink-3); }
.crumbs a:hover { color: var(--brand-700); }
.crumbs [aria-current] { color: var(--brand-800); font-weight: 600; }

/* ---------- 27. Reveal animations ----------
   Masqué uniquement si JavaScript est actif (classe .js posée en <head>),
   pour que le contenu reste visible en cas d'échec du script. */
.js .reveal { opacity: 0; transform: translateY(22px); }
.js .reveal.is-in {
  opacity: 1; transform: none;
  transition: opacity .7s var(--ease-out), transform .7s var(--ease-out);
  transition-delay: var(--d, 0ms);
}
.js .reveal--left { transform: translateX(-26px); }
.js .reveal--right { transform: translateX(26px); }
.js .reveal--zoom { transform: scale(.95); }
.js .reveal--left.is-in, .js .reveal--right.is-in, .js .reveal--zoom.is-in { transform: none; }
/* Sur mobile les grilles passent sur une colonne : le decalage horizontal de
   depart n'apporte plus rien et deborde de 8 px vers la droite, ce qui rend la
   page scrollable lateralement. On repasse donc sur l'apparition verticale. */
@media (max-width: 760px) {
  .js .reveal--left, .js .reveal--right { transform: translateY(22px); }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes wheel {
  0% { opacity: 0; transform: translate(-50%, 0); }
  35% { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%, 10px); }
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .45; transform: scale(.8); }
}
@keyframes swipe { to { transform: scaleX(1); } }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes drift {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(14px, -10px); }
}

.arc-draw { stroke-dasharray: 1400; stroke-dashoffset: 1400; animation: draw 2.6s var(--ease-out) forwards .2s; }
.arc-draw--2 { animation-delay: .5s; }
.arc-draw--3 { animation-delay: .8s; }

/* ---------- 28. Responsive ---------- */
@media (max-width: 1120px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 960px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { max-width: none; }
  .hero-media { margin-top: 1.2rem; }
  .band-split { grid-template-columns: 1fr; }
  .cta-panel { grid-template-columns: 1fr; }
  .cta-date { max-width: 320px; }
}

/* Navigation : six onglets ne tiennent plus sur une ligne sous ~1120 px,
   on bascule sur le menu déroulant. Seuil dupliqué dans assets/js/main.js. */
@media (max-width: 1120px) {
  .nav-toggle { display: grid; }
  .nav-cta .btn { display: none; }
  .nav-social { display: none; }

  .nav-links {
    position: fixed; inset: calc(var(--nav-h) + var(--switch-h)) 0 auto 0;
    flex-direction: column; align-items: stretch; gap: .2rem;
    background: #fff;
    padding: 1.2rem var(--gutter) 1.9rem;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 24px 40px -28px rgba(var(--shadow-rgb), .6);
    transform: translateY(-14px); opacity: 0; pointer-events: none;
    transition: opacity .3s ease, transform .35s var(--ease-out);
    max-height: calc(100dvh - var(--nav-h) - var(--switch-h)); overflow-y: auto;
  }
  .nav-links.is-open { transform: none; opacity: 1; pointer-events: auto; }
  .nav-links li { opacity: 0; transform: translateY(8px); }
  .nav-links.is-open li { animation: navIn .4s var(--ease-out) forwards; }
  .nav-links.is-open li:nth-child(1) { animation-delay: .04s; }
  .nav-links.is-open li:nth-child(2) { animation-delay: .08s; }
  .nav-links.is-open li:nth-child(3) { animation-delay: .12s; }
  .nav-links.is-open li:nth-child(4) { animation-delay: .16s; }
  .nav-links.is-open li:nth-child(5) { animation-delay: .2s; }
  .nav-links.is-open li:nth-child(6) { animation-delay: .24s; }
  .nav-links a { padding: .85rem .3rem; font-size: 1.06rem; border-bottom: 1px solid var(--line-2); border-radius: 0; }
  .nav-links a::after { display: none; }
  .nav-links .nav-mobile-cta { display: block; padding-top: 1.1rem; }
  .nav-links .nav-mobile-cta a.btn { border-bottom: 0; padding: 1rem 1.4rem; }
}

@keyframes navIn { to { opacity: 1; transform: none; } }

@media (max-width: 720px) {
  :root { --nav-h: 68px; --switch-h: 38px; }
  .grid--pair { grid-template-columns: 1fr; }
  .hero-media { margin-top: 2.2rem; }
  .scroll-cue { display: none; }
  .float-card--tl { top: -16px; left: -6px; padding: .6rem .8rem; }
  .float-card--br { bottom: -16px; right: -4px; padding: .6rem .8rem; }
  .float-card__icon { width: 32px; height: 32px; }
  .hero-caption { bottom: 3.6rem; font-size: .8rem; }
  .hero-frame { transform: none; }
  .hero-frame-deco { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .ribbon { transform: none; }
  .brand-sub { display: none; }
  .timeline { padding-left: 1.7rem; }
  .tl-item::before { left: -1.7rem; }
}

@media (max-width: 420px) {
  .btn { width: 100%; }
  .btn-row { flex-direction: column; align-items: stretch; }
  .card { padding: 1.25rem; }
}

/* ---------- 29. Motion / print preferences ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
  .js .reveal, .js .reveal.is-in { opacity: 1; transform: none; }
  .arc-draw { stroke-dashoffset: 0; }
  .hl-mark::after { transform: scaleX(1); }
}

@media print {
  .site-header, .site-footer, .ribbon, .scroll-cue, .hero-bg { display: none !important; }
  body { color: #000; }
  a { color: #000; text-decoration: underline; }
}

/* Composants propres au site tir a l'arc, appliques apres le socle commun. */

/* Composition du hero : le logo pose au centre d'ondes concentriques,
   avec une trajectoire de fleche qui vient s'y planter. */
.target-hero {
  position: relative;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 4vw, 2.4rem);
  isolation: isolate;
}
.target-hero__rings {
  position: absolute;
  z-index: 0;
  width: min(112%, 560px);
  aspect-ratio: 1;
  pointer-events: none;
}
.target-hero__rings circle { transform-origin: center; }
.target-hero__logo {
  position: relative;
  z-index: 1;
  width: min(84%, 380px);
  height: auto;
  filter: drop-shadow(0 26px 42px rgba(var(--shadow-rgb), .3));
  animation: float 7s ease-in-out infinite;
}
.target-hero__shot {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.target-hero__shot path {
  fill: none;
  stroke: var(--brand-400);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 620;
  stroke-dashoffset: 620;
  animation: shot 3.4s var(--ease-out) infinite;
}
@keyframes shot {
  0%   { stroke-dashoffset: 620; opacity: 0; }
  12%  { opacity: .85; }
  55%  { stroke-dashoffset: 0; opacity: .85; }
  80%  { stroke-dashoffset: 0; opacity: 0; }
  100% { stroke-dashoffset: 0; opacity: 0; }
}

/* Le bloc « nous rejoindre » n'affiche pas une date mais un pictogramme. */
.cta-date__d svg { display: inline-block; color: var(--brand-700); }

@media (prefers-reduced-motion: reduce) {
  .target-hero__logo { animation: none; }
  .target-hero__shot path { animation: none; stroke-dashoffset: 0; opacity: .7; }
}

@media (max-width: 720px) {
  .target-hero__rings { width: 108%; }
  .target-hero__logo { width: min(74%, 300px); }
}

/* ---------- Section inscriptions ----------
   Reprend le rythme de l'affiche du club : un mot cle surligne, puis la date,
   le lieu, l'horaire, et l'avertissement. */
.inscriptions { padding-block: clamp(2.6rem, 6vw, 4.6rem); }

.ins {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(1.8rem, 4vw, 3.4rem);
  align-items: center;
}

.ins-mark {
  display: inline-block;
  padding: .06em .42em .12em;
  border-radius: 5px;
  transform: rotate(-.7deg);
}
.ins-mark--yellow { background: var(--hl-400); color: var(--brand-950); }
.ins-mark--red { background: var(--target-red); color: #fff; }
.ins-mark--dark { background: var(--brand-950); color: #fff; }

.ins__title {
  font-family: var(--ff-display); font-weight: 800;
  font-size: clamp(2.3rem, 6vw, 3.9rem);
  line-height: 1.05; letter-spacing: -.03em;
  text-transform: uppercase;
  margin: 0 0 .7rem;
}
.ins__lead { font-size: clamp(1rem, 1.7vw, 1.14rem); margin-bottom: .8rem; }
.ins__date {
  font-family: var(--ff-display); font-weight: 800;
  font-size: clamp(1.35rem, 3.2vw, 2.05rem);
  line-height: 1.1; letter-spacing: -.02em;
  text-transform: uppercase;
  margin: 0 0 .85rem;
}
.ins__where { font-size: clamp(1rem, 1.6vw, 1.1rem); margin-bottom: .85rem; }
.ins__hours {
  font-family: var(--ff-display); font-weight: 800;
  font-size: clamp(1.2rem, 2.6vw, 1.6rem);
  text-transform: uppercase; letter-spacing: -.01em;
  margin: 0 0 1rem;
}
.ins__warn {
  font-family: var(--ff-display); font-weight: 700;
  font-size: clamp(.9rem, 1.7vw, 1.05rem);
  text-transform: uppercase; letter-spacing: .01em;
  margin: 0;
}

/* Panneau des horaires */
.ins__panel {
  background: #fff;
  border-radius: var(--r-xl);
  padding: clamp(1.4rem, 3vw, 2rem);
  box-shadow: 0 30px 56px -26px rgba(0, 0, 0, .45);
  color: var(--ink);
}
.ins__panel-head {
  display: flex; flex-direction: column; gap: .1rem;
  padding-bottom: 1rem; margin-bottom: 1.1rem;
  border-bottom: 2px dashed var(--brand-200);
}
.ins__panel-head span {
  font-family: var(--ff-display); font-weight: 800;
  font-size: clamp(1.02rem, 2vw, 1.22rem);
  letter-spacing: -.02em; color: var(--brand-900);
  text-transform: uppercase;
}
.ins__panel-head small { font-size: .84rem; color: var(--ink-3); }

/* Le panneau est blanc au milieu d'un bandeau colore : on rend a ses textes
   la couleur d'encre normale, que .band leur avait retiree. */
.band .ins__panel p,
.band .ins__panel small,
.band .ins__panel span { color: inherit; }

.band .ins__age {
  display: flex; align-items: center; gap: .55rem;
  font-family: var(--ff-display); font-weight: 750;
  font-size: 1.06rem; color: var(--ink);
  margin: 0 0 1.1rem;
}
.band .ins__panel-head small { color: var(--ink-3); }
.band .ins__price-l { color: var(--ink-3); }
.band .ins__slot-time { color: var(--brand-700); }
.ins__age svg { color: var(--brand-600); flex: none; }

.ins__slots { list-style: none; margin: 0 0 1.3rem; padding: 0; display: grid; gap: .85rem; }
.ins__slots li {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "dot name" "dot time";
  gap: 0 .7rem;
  margin: 0;
  padding-bottom: .85rem;
  border-bottom: 1px solid var(--line-2);
}
.ins__slots li:last-child { border-bottom: 0; padding-bottom: 0; }
.ins__dot {
  grid-area: dot; align-self: start; margin-top: .42rem;
  width: 10px; height: 10px; border-radius: 50%;
}
.ins__dot--red { background: var(--target-red); }
.ins__dot--blue { background: var(--target-blue); }
.ins__slot-name {
  grid-area: name;
  font-family: var(--ff-display); font-weight: 700;
  font-size: 1rem; color: var(--ink); line-height: 1.35;
}
.ins__slot-time {
  grid-area: time;
  font-weight: 600; font-size: .95rem; color: var(--brand-700);
  font-variant-numeric: tabular-nums;
}

.ins__price {
  display: flex; align-items: center; gap: .9rem;
  padding: .95rem 1.1rem;
  border-radius: var(--r-md);
  background: var(--brand-050);
  border: 1px solid var(--brand-100);
}
.ins__price-k {
  font-family: var(--ff-display); font-weight: 800;
  font-size: clamp(1.9rem, 4vw, 2.5rem);
  line-height: 1; letter-spacing: -.04em;
  color: var(--brand-800);
}
.ins__price-l { font-size: .87rem; color: var(--ink-3); line-height: 1.35; }

@media (max-width: 900px) {
  .ins { grid-template-columns: 1fr; }
}
