/* ==========================================================================
   Sulphurya . feuille de style unique
   Direction : metal sombre, futuriste, epique, mysterieux. Un peu SF.
   La matiere vient de leurs propres visuels : le fond de constellations
   `fond.jpg` (celui de l'affiche de concert), la brume de "Rising From The
   Ashes", le logo chrome. Bleu nuit profond, presque monochrome, jamais neon.
   Principe : des images en grand, du noir qui respire, pas de cartes.
   ========================================================================== */

:root {
  --abysse:    #03060c;
  --nuit:      #060b14;
  --profond:   #08101c;
  --voile:     #0d1826;
  --trait:     #16243a;
  --trait-vif: #24374f;
  --craie:     #e2e9f2;
  --brume:     #7d8ba1;
  --givre:     #8fc4d8;
  --givre-viv: #cfe9f2;

  --mesure: 60ch;
  --gouttiere: clamp(1.25rem, 5vw, 4.5rem);

  --display: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --texte: "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  color: var(--craie);
  font-family: var(--texte);
  font-size: 1.0625rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;

  /* le ciel de fond, fixe, tres assombri : la page entiere baigne dedans */
  background:
    linear-gradient(to bottom, rgba(3,6,12,0.94), rgba(3,6,12,0.985)),
    url("../img/texture-nuit.jpg") center top / cover no-repeat fixed,
    var(--abysse);
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--givre); text-decoration-thickness: 1px; text-underline-offset: 0.22em; }
a:hover { color: var(--givre-viv); }

:focus-visible { outline: 2px solid var(--givre); outline-offset: 3px; }

h1, h2, h3 {
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin: 0;
  text-wrap: balance;
}

h2 { font-size: clamp(2.25rem, 6.5vw, 4.5rem); }
h3 { font-size: clamp(1.1rem, 2vw, 1.3rem); letter-spacing: -0.01em; font-weight: 600; }

p { margin: 0 0 1.1em; max-width: var(--mesure); }
p:last-child { margin-bottom: 0; }

.enveloppe {
  width: 100%;
  max-width: 74rem;
  margin-inline: auto;
  padding-inline: var(--gouttiere);
}

.saut-contenu {
  position: absolute; left: -9999px; top: 0;
  background: var(--givre); color: var(--abysse);
  padding: 0.7rem 1.1rem; z-index: 100; font-weight: 600;
}
.saut-contenu:focus { left: 0.5rem; top: 0.5rem; }

/* --------------------------------------------------------- barre */

.barre {
  position: sticky; top: 0; z-index: 50;
  background: linear-gradient(to bottom, rgba(3,6,12,0.92), rgba(3,6,12,0.72));
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(143, 196, 216, 0.12);
}

.barre__interieur { display: flex; align-items: center; gap: 1.25rem; min-height: 3.9rem; }

.barre__marque {
  margin-right: auto;
  color: var(--craie); text-decoration: none;
  font-family: var(--display); font-weight: 600; font-size: 0.86rem;
  letter-spacing: 0.3em; text-transform: uppercase;
}
.barre__marque:hover { color: var(--givre); }

.barre__liens { display: flex; gap: clamp(0.9rem, 2vw, 1.75rem); align-items: center; list-style: none; margin: 0; padding: 0; }
.barre__liens a {
  color: var(--brume); text-decoration: none; font-size: 0.85rem; font-weight: 500;
  letter-spacing: 0.04em;
  padding: 0.3rem 0; border-bottom: 1px solid transparent; white-space: nowrap;
}
.barre__liens a:hover { color: var(--craie); }
.barre__liens a[aria-current="page"] { color: var(--craie); border-bottom-color: var(--givre); }

.langue { display: flex; gap: 0.45rem; align-items: center; font-size: 0.78rem; padding-left: 0.95rem; border-left: 1px solid var(--trait); }
.langue a { color: var(--brume); text-decoration: none; font-weight: 600; letter-spacing: 0.06em; }
.langue a:hover { color: var(--craie); }
.langue a[aria-current="true"] { color: var(--givre); }

@media (max-width: 48rem) {
  .barre__interieur { gap: 0.9rem; }
  .barre__interieur nav {
    overflow-x: auto; scrollbar-width: none;
    margin-right: calc(var(--gouttiere) * -1); padding-right: var(--gouttiere);
  }
  .barre__interieur nav::-webkit-scrollbar { display: none; }
  .barre__liens { gap: 1.05rem; font-size: 0.8rem; flex-wrap: nowrap; }
  .barre__marque { font-size: 0.75rem; letter-spacing: 0.22em; }
}

/* --------------------------------------------------------- hero d'accueil */

.hero {
  position: relative;
  min-height: 100svh;
  display: flex; align-items: center;
  padding-top: clamp(3rem, 8vh, 5rem);
  padding-bottom: clamp(5rem, 14vh, 9rem);
  overflow: hidden;
  isolation: isolate;
}

/* le ciel, en grand, avec un vignettage lourd pour garder le mystere */
.hero__ciel {
  position: absolute; inset: 0; z-index: -2;
  background: url("../img/fond-nuit.jpg") center / cover no-repeat;
  filter: saturate(0.72) brightness(0.92);
}

.hero__voile {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(115% 82% at 50% 44%, rgba(3,6,12,0.12) 0%, rgba(3,6,12,0.66) 52%, rgba(3,6,12,0.96) 100%),
    linear-gradient(to bottom, rgba(3,6,12,0.62) 0%, rgba(3,6,12,0.28) 38%, rgba(3,6,12,0.86) 88%, var(--abysse) 100%);
}

@media (max-width: 48rem) {
  .hero__ciel { background-image: url("../img/fond-nuit-mobile.jpg"); }
  }

.hero__contenu { position: relative; text-align: center; width: 100%; }

.hero__logo {
  width: clamp(15rem, 62vw, 44rem);
  margin: 0 auto clamp(1.75rem, 4.5vh, 2.75rem);
  filter: drop-shadow(0 0 60px rgba(143, 196, 216, 0.22));
}

.hero__accroche {
  color: var(--craie);
  font-size: clamp(1rem, 1.9vw, 1.2rem);
  max-width: 44ch;
  margin: 0 auto clamp(2rem, 5vh, 2.9rem);
  text-shadow: 0 2px 24px rgba(3, 6, 12, 0.9);
}

.hero__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; }

/* --------------------------------------------------------- titre de page interieure */

.tete-page {
  position: relative;
  padding-top: clamp(3.5rem, 11vh, 7rem);
  padding-bottom: clamp(2rem, 5vh, 3.25rem);
}
.tete-page h1 {
  font-family: var(--display); font-weight: 500;
  font-size: clamp(2.75rem, 10vw, 6.5rem);
  letter-spacing: -0.045em; line-height: 0.95;
  margin: 0;
}
.tete-page p { color: var(--brume); margin-top: 1.1rem; max-width: 48ch; font-size: 1.05rem; }

/* --------------------------------------------------------- boutons */

.bouton {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 3rem; padding: 0.65rem 1.9rem;
  font-family: var(--texte); font-size: 0.9rem; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
  text-decoration: none; border: 1px solid transparent; cursor: pointer;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.bouton--plein {
  background: rgba(207, 233, 242, 0.94); color: #061119; border-color: rgba(207, 233, 242, 0.94);
  box-shadow: 0 0 40px -14px rgba(143, 196, 216, 0.5);
}
.bouton--plein:hover { background: var(--givre-viv); border-color: var(--givre-viv); }

.bouton--vide { background: rgba(3,6,12,0.35); color: var(--craie); border-color: rgba(143, 196, 216, 0.34); }
.bouton--vide:hover { border-color: var(--givre); color: var(--givre); }

/* --------------------------------------------------------- sections */

.section { padding-block: clamp(3.25rem, 8vh, 5.5rem); }
/* une section qui suit directement un titre de page n'a pas besoin de reprendre tout l'ecart */
.tete-page + .section { padding-top: clamp(0.5rem, 2vh, 1.5rem); }
/* deux sections qui se suivent ne cumulent pas leurs marges */
.section + .section { padding-top: clamp(2rem, 5vh, 3.25rem); }
.section--voile { background: linear-gradient(to bottom, transparent, rgba(13, 24, 38, 0.55) 18%, rgba(13, 24, 38, 0.55) 82%, transparent); }

.section__tete { margin-bottom: clamp(2.25rem, 6vh, 3.5rem); }
.section__tete p { color: var(--brume); margin-top: 0.9rem; }

/* --------------------------------------------------------- sorties, en grand */

.sorties {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2.25rem);
}
/* quatre de front des que la place le permet : les artworks font 300px natifs */
@media (min-width: 62rem) { .sorties { grid-template-columns: repeat(4, minmax(0, 1fr)); } }

.sortie { text-decoration: none; color: inherit; display: block; }

.sortie__pochette {
  display: block;
  position: relative; overflow: hidden;
  aspect-ratio: 1 / 1;
  background: var(--nuit);
  box-shadow: 0 24px 60px -28px rgba(0, 0, 0, 0.95);
}
.sortie__pochette img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(0.86) saturate(0.9);
  transition: transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 400ms ease;
}
.sortie:hover .sortie__pochette img,
.sortie:focus-visible .sortie__pochette img { transform: scale(1.045); filter: brightness(1) saturate(1); }

.sortie__pochette::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(3,6,12,0.72), transparent 52%);
}

.sortie__ecoute {
  display: block;
  position: absolute; left: 0; right: 0; bottom: 0.9rem; z-index: 2;
  text-align: center;
  color: var(--givre); font-size: 0.76rem; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  opacity: 0; transform: translateY(6px);
  transition: opacity 260ms ease, transform 260ms ease;
}
.sortie:hover .sortie__ecoute, .sortie:focus-visible .sortie__ecoute { opacity: 1; transform: none; }

.sortie__nom { display: block; font-family: var(--display); font-weight: 600; font-size: 1.15rem; margin-top: 1rem; letter-spacing: -0.015em; }
.sortie__meta { display: block; color: var(--brume); font-size: 0.85rem; margin-top: 0.25rem; }

@media (prefers-reduced-motion: reduce) {
  .sortie__pochette img { transition: none; }
  .sortie:hover .sortie__pochette img { transform: none; }
  .sortie__ecoute { opacity: 1; transform: none; }
}

.plateformes {
  display: flex; flex-wrap: wrap; gap: 0.6rem 1.75rem;
  margin: clamp(2.5rem, 6vh, 3.5rem) 0 0; padding: 0; list-style: none;
  color: var(--brume); font-size: 0.85rem; letter-spacing: 0.03em;
}
.plateformes a { color: var(--brume); text-decoration: none; }
.plateformes a:hover { color: var(--givre); }

/* --------------------------------------------------------- videos, en grand */

.videos { display: grid; gap: clamp(1.25rem, 3vw, 2rem); grid-template-columns: repeat(auto-fit, minmax(min(100%, 24rem), 1fr)); }

.video__cadre {
  position: relative; aspect-ratio: 16 / 9; width: 100%;
  border: 0; padding: 0; margin: 0; cursor: pointer; display: block;
  background: var(--nuit); overflow: hidden;
  box-shadow: 0 26px 64px -30px rgba(0, 0, 0, 0.95);
}
.video__cadre img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(0.6) saturate(0.7);
  transition: filter 420ms ease, transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.video__cadre:hover img { filter: brightness(0.86) saturate(0.95); transform: scale(1.03); }
.video__cadre iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.video__lecture {
  position: absolute; inset: 0; margin: auto;
  width: 4.25rem; height: 4.25rem; display: grid; place-items: center;
  background: rgba(3, 6, 12, 0.42); border: 1px solid rgba(207, 233, 242, 0.7);
  border-radius: 50%; backdrop-filter: blur(3px);
  transition: background-color 220ms ease, border-color 220ms ease;
}
.video__lecture svg { width: 1.15rem; height: 1.15rem; fill: var(--givre-viv); margin-left: 4px; }
.video__cadre:hover .video__lecture { background: var(--givre); border-color: var(--givre); }
.video__cadre:hover .video__lecture svg { fill: #04121a; }

.video__legende { padding-top: 0.95rem; }
.video__legende p { color: var(--brume); font-size: 0.85rem; margin: 0.25rem 0 0; }

/* --------------------------------------------------------- portrait pleine largeur */

.plan {
  position: relative;
  min-height: min(78vh, 40rem);
  display: flex; align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
}
.plan__image {
  position: absolute; inset: 0; z-index: -2;
  background-size: cover; background-position: center 10%;
  filter: grayscale(0.55) contrast(1.1) brightness(0.68);
}
.plan__voile {
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(to top, var(--abysse) 2%, rgba(3,6,12,0.72) 34%, rgba(3,6,12,0.25) 72%, rgba(3,6,12,0.55) 100%);
}
.plan__texte { padding-bottom: clamp(2.5rem, 7vh, 4.5rem); position: relative; }
.plan__texte p { color: #b9c5d6; margin-top: 1rem; }

/* --------------------------------------------------------- membres */

.membres { list-style: none; margin: 0; padding: 0; display: grid; gap: clamp(2rem, 5vw, 3.5rem); grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr)); }
.membres h3 { font-size: clamp(1.35rem, 3vw, 1.9rem); font-weight: 500; letter-spacing: -0.02em; }
.membres p { color: var(--brume); font-size: 0.95rem; margin: 0.6rem 0 0; }
.membres li { border-top: 1px solid var(--trait); padding-top: 1.1rem; }

/* --------------------------------------------------------- texte long */

.recit p { color: #b9c5d6; font-size: 1.1rem; line-height: 1.75; }
.recit p:first-of-type {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(1.3rem, 3vw, 1.85rem); line-height: 1.35;
  letter-spacing: -0.02em; color: var(--craie); margin-bottom: 1.5rem;
}

/* --------------------------------------------------------- chrono */

.chrono { list-style: none; margin: 0; padding: 0; max-width: 46rem; }
.chrono li {
  display: grid; grid-template-columns: 7rem 1fr; gap: 1.25rem;
  padding: 1rem 0; border-bottom: 1px solid var(--trait); font-size: 0.95rem;
}
.chrono li:first-child { border-top: 1px solid var(--trait); }
.chrono time { color: var(--givre); font-variant-numeric: tabular-nums; font-weight: 600; letter-spacing: 0.04em; font-size: 0.85rem; padding-top: 0.15rem; }
.chrono span { color: var(--brume); }
.chrono b { color: var(--craie); font-weight: 600; }
@media (max-width: 34rem) { .chrono li { grid-template-columns: 1fr; gap: 0.2rem; } }

/* --------------------------------------------------------- live */

.live { display: grid; gap: clamp(2rem, 5vw, 3.5rem); grid-template-columns: minmax(0, 1fr) minmax(0, 0.75fr); align-items: start; }
@media (max-width: 52rem) { .live { grid-template-columns: 1fr; } }

.live__vide { border-left: 2px solid var(--givre); padding-left: clamp(1.25rem, 3vw, 2rem); }
.live__vide h3 { font-size: clamp(1.5rem, 3.5vw, 2.1rem); font-weight: 500; letter-spacing: -0.02em; }
.live__vide p { color: var(--brume); margin: 0.75rem 0 1.6rem; }

.live__passe { list-style: none; margin: 0; padding: 0; }
.live__passe li { display: flex; gap: 1.25rem; padding: 0.8rem 0; border-bottom: 1px solid var(--trait); color: var(--brume); font-size: 0.9rem; }
.live__passe li:first-child { border-top: 1px solid var(--trait); }
.live__passe time { color: var(--craie); white-space: nowrap; font-variant-numeric: tabular-nums; }

/* --------------------------------------------------------- merch */

.articles { display: grid; gap: clamp(1.25rem, 3vw, 2.25rem); grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); }

.article__visuel {
  background: linear-gradient(to bottom, #f4f7f9, #dfe6ec);
  overflow: hidden;
  box-shadow: 0 24px 60px -30px rgba(0, 0, 0, 0.95);
}
.article__visuel img {
  width: 100%; aspect-ratio: 1 / 1; object-fit: contain; padding: 1.25rem;
  transition: transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.article:hover .article__visuel img { transform: scale(1.04); }
@media (prefers-reduced-motion: reduce) { .article__visuel img { transition: none; } }

.article__texte { padding-top: 1rem; }
.article__prix { color: var(--givre); font-weight: 600; margin: 0.4rem 0 0; font-size: 0.95rem; }
.article__options { color: var(--brume); font-size: 0.85rem; margin: 0.3rem 0 0; }

.guide { margin-top: clamp(2.5rem, 6vh, 3.5rem); border-top: 1px solid var(--trait); padding-top: 1.5rem; max-width: 60rem; }
.guide summary { cursor: pointer; color: var(--craie); font-weight: 600; font-size: 0.9rem; font-family: var(--display); letter-spacing: 0.02em; }
.guide summary:hover { color: var(--givre); }
.guide p { color: var(--brume); font-size: 0.88rem; margin: 1rem 0; }
.guide img { border: 1px solid var(--trait); background: #fff; }

/* --------------------------------------------------------- formulaires */

.deux-colonnes { display: grid; gap: clamp(2rem, 5vw, 4.5rem); grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: start; }
.deux-colonnes .section__tete { margin-bottom: 0; }
@media (max-width: 52rem) { .deux-colonnes { grid-template-columns: 1fr; } }

.champs { display: grid; gap: 1rem; max-width: 32rem; }
.champ { display: grid; gap: 0.35rem; }
.champ label { font-size: 0.8rem; color: var(--brume); font-weight: 500; letter-spacing: 0.05em; text-transform: uppercase; }
.champ input, .champ textarea {
  font-family: var(--texte); font-size: 1rem; color: var(--craie);
  background: rgba(3, 6, 12, 0.65); border: 1px solid var(--trait-vif);
  padding: 0.75rem 0.9rem; width: 100%;
}
.champ textarea { resize: vertical; min-height: 7rem; }
.champ input:focus, .champ textarea:focus { border-color: var(--givre); outline: none; background: rgba(3, 6, 12, 0.9); }

.pot-de-miel { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.note-formulaire { font-size: 0.85rem; color: var(--brume); margin-top: 1rem; max-width: 44ch; }

.avis-preview {
  margin-top: 1rem; padding: 0.8rem 1rem;
  border-left: 2px solid var(--givre); background: rgba(143, 196, 216, 0.07);
  font-size: 0.88rem; color: var(--craie); max-width: 32rem;
}

.champs { margin-top: 0.5rem; }
#m-message { min-height: 19rem; font-size: 0.95rem; line-height: 1.6; }

/* --------------------------------------------------------- pied */

.pied { padding-block: clamp(3rem, 8vh, 4.5rem); border-top: 1px solid var(--trait); background: rgba(3, 6, 12, 0.6); }
.pied__grille { display: grid; gap: 2.25rem; grid-template-columns: repeat(auto-fit, minmax(min(100%, 13rem), 1fr)); }
.pied h2 { font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--brume); margin-bottom: 1rem; font-weight: 600; }
.pied ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.55rem; }
.pied a { color: var(--craie); text-decoration: none; font-size: 0.9rem; }
.pied a:hover { color: var(--givre); }
.pied__bas {
  margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--trait);
  display: flex; flex-wrap: wrap; gap: 0.4rem 1.5rem; justify-content: space-between;
  color: var(--brume); font-size: 0.78rem; letter-spacing: 0.02em;
}
.pied__bas p { margin: 0; max-width: none; }

/* --------------------------------------------------------- bandeau preview */

.bandeau-labo { background: #0b1408; border-bottom: 1px solid #23361a; color: #9fbb8a; font-size: 0.78rem; padding: 0.45rem 0; }
.bandeau-labo p { margin: 0; max-width: none; }

/* un plan sans texte, purement atmospherique */
.plan--court { min-height: min(46vh, 24rem); }

/* --------------------------------------------------------- partenaire booking */

.partenaire {
  display: flex; align-items: center; gap: 1rem; flex-wrap: wrap;
  margin: 1.75rem 0 0; padding-top: 1.4rem;
  border-top: 1px solid var(--trait);
  max-width: none;
}
.partenaire span { color: var(--brume); font-size: 0.82rem; letter-spacing: 0.04em; }
.partenaire img {
  width: 9rem; height: auto; opacity: 0.78;
  transition: opacity 200ms ease;
}
.partenaire a:hover img { opacity: 1; }

/* --------------------------------------------------------- pre-ecoute spotify */

.ecoutes {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.25rem, 3vw, 2rem);
}
/* deux de front seulement : le lecteur Spotify tronque son titre en dessous */
@media (min-width: 56rem) { .ecoutes { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

.ecoute iframe {
  display: block; width: 100%; border: 0;
  box-shadow: 0 24px 60px -30px rgba(0, 0, 0, 0.95);
}
.ecoute__meta { color: var(--brume); font-size: 0.85rem; margin: 0.85rem 0 0; }

.vers-clips { margin-top: clamp(2.5rem, 6vh, 3.5rem); max-width: none; }

/* une seule video occupe une largeur lisible, pas tout l'ecran */
.videos--une { grid-template-columns: minmax(0, 1fr); max-width: 52rem; }

/* --------------------------------------------------------- menu mobile */

.burger {
  display: none;
  width: 2.75rem; height: 2.75rem;
  margin-right: -0.5rem;
  background: none; border: 0; cursor: pointer;
  padding: 0.7rem 0.55rem;
  flex-direction: column; justify-content: space-between;
}
.burger span {
  display: block; height: 1.5px; width: 100%;
  background: var(--craie);
  transition: transform 220ms ease, opacity 180ms ease;
}
.menu-ouvert .burger span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.menu-ouvert .burger span:nth-child(2) { opacity: 0; }
.menu-ouvert .burger span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

@media (max-width: 60rem) {
  .burger { display: flex; }

  .barre__interieur nav {
    position: fixed;
    inset: 3.75rem 0 auto 0;
    background: rgba(4, 8, 13, 0.985);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--trait);
    padding: 0.5rem var(--gouttiere) 1.5rem;
    max-height: calc(100svh - 3.75rem);
    overflow-y: auto;
    /* replie par defaut */
    display: none;
    margin: 0;
  }
  .menu-ouvert .barre__interieur nav { display: block; }

  .barre__liens {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .barre__liens a {
    display: block;
    font-size: 1.05rem;
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--trait);
    letter-spacing: 0.01em;
  }
  .barre__liens a[aria-current="page"] { color: var(--givre); border-bottom-color: var(--trait); }

  .langue {
    border-left: 0; padding-left: 0;
    margin-top: 1.1rem; gap: 1.25rem;
    font-size: 0.95rem;
  }
  .langue a { padding: 0.35rem 0; }

  .menu-ouvert { overflow: hidden; }
}
