@font-face {
  font-family: "Anybody";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 50% 150%;
  font-display: swap;
  src: url("../fonts/anybody.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: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/plex-sans.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: "IBM Plex Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/plex-sans-italic.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: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/plex-mono.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: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/plex-mono-500.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;
}

:root {
  --feuille: #ffffff;
  --encre: #161616;
  --gris: #595959;
  --filet: #d5d5d5;
  --filet-fort: #161616;
  --nous: #9a2c16;
  --nous-trait: #b43318;
  --page: 1120px;
  --gouttiere: clamp(1.15rem, 3vw, 2.75rem);
  --barre: 4.25rem;
  --sans: "IBM Plex Sans", "Segoe UI", sans-serif;
  --affiche: "Anybody", "Arial Narrow", Impact, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, Consolas, monospace;
  color-scheme: light;
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--feuille);
  color: var(--encre);
  font-family: var(--sans);
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

a { color: inherit; }

:focus-visible {
  outline: 2px solid var(--encre);
  outline-offset: 3px;
}

::selection { background: var(--encre); color: var(--feuille); }

.skip {
  position: absolute;
  left: 1rem;
  top: 0;
  transform: translateY(-120%);
  background: var(--encre);
  color: var(--feuille);
  padding: 0.6rem 0.9rem;
  z-index: 20;
}

.skip:focus { transform: none; }

.page {
  width: min(920px, calc(100% - 2.5rem));
  margin-inline: auto;
  padding-inline: 0;
}

/* ---------------------------------------------------------------- header */

.barre {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  min-height: var(--barre);
  padding: 0.55rem max(1.25rem, calc((100% - 920px) / 2));
  background: var(--feuille);
  border-bottom: 1px solid var(--filet);
}

.marque {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--affiche);
  font-weight: 720;
  font-stretch: 128%;
  font-size: 1.55rem;
  letter-spacing: -0.04em;
  line-height: 1;
  text-decoration: none;
}

.marque img {
  width: auto;
  height: 2.5rem;
}
.marque span { font-size: 1.45rem; font-weight: 720; letter-spacing: -0.04em; }

.nav-desktop {
  display: none;
  gap: 1.35rem;
  margin-left: auto;
}

.nav-desktop a {
  font-family: var(--mono);
  font-size: 0.78rem;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.nav-desktop a:hover { text-decoration: underline; text-underline-offset: 0.28em; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.45rem 1rem;
  background: var(--encre);
  color: var(--feuille);
  font-family: var(--sans);
  font-size: 0.95rem;
  line-height: 1.2;
  text-decoration: none;
  border: 1px solid var(--encre);
  border-radius: 0;
  cursor: pointer;
}

.btn:hover { background: var(--feuille); color: var(--encre); }

.barre .btn { margin-left: auto; }

.nav-mobile { display: none; margin-left: auto; }

.nav-mobile summary {
  min-height: 2.75rem;
  min-width: 2.75rem;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  list-style: none;
  font-family: var(--mono);
  font-size: 0.78rem;
}

.nav-mobile summary::-webkit-details-marker { display: none; }

.nav-mobile[open] summary { text-decoration: underline; text-underline-offset: 0.28em; }

.nav-mobile nav {
  position: absolute;
  left: 0;
  right: 0;
  top: var(--barre);
  display: flex;
  flex-direction: column;
  padding: 0.4rem 1.2rem 1rem;
  background: var(--feuille);
  border-bottom: 1px solid var(--filet);
}

.nav-mobile nav a {
  padding: 0.7rem 0;
  text-decoration: none;
  border-top: 1px solid var(--filet);
}

@media (max-width: 820px) {
  .nav-desktop { display: none; }
  .nav-mobile { display: block; }
  .barre .btn { margin-left: 0; }
}

@media (min-width: 821px) {
  .nav-desktop { display: flex; }
  .barre .btn { margin-left: 0; }
}

/* --------------------------------------------------------------- sommaire */

.sommaire {
  display: none;
  position: fixed;
  z-index: 5;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  flex-direction: column;
  gap: 0.55rem;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.02em;
}

.sommaire a {
  text-decoration: none;
  color: var(--gris);
  display: flex;
  gap: 0.45rem;
}

.sommaire a[aria-current="true"] { color: var(--encre); }

@media (min-width: 1680px) {
  .sommaire { display: flex; left: 0.7rem; right: auto; }
}

/* ---------------------------------------------------------------- opening */

.ouverture { padding: clamp(3.2rem, 8vh, 6rem) 0 4.5rem; }

.ouverture--vivante { padding: 0 0 3.2rem; }

.scene {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(15rem, 0.95fr);
  min-height: calc(100svh - var(--barre));
  position: relative;
  align-items: stretch;
}

.scene__texte {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(1.5rem, 5vh, 3.5rem) clamp(1rem, 2vw, 2rem) clamp(4.5rem, 8vh, 6.5rem) var(--gouttiere);
}

.scene .l--voix { padding-left: clamp(0.8rem, 4vw, 3.2rem); }

.relief {
  margin: 0;
  position: relative;
  overflow: hidden;
  min-height: 18rem;
  background: #f3f3f3;
}

.relief img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.relief__jour {
  position: absolute;
  inset: -10% -20%;
  background: linear-gradient(100deg, transparent 35%, rgba(255, 255, 255, 0.72) 50%, transparent 65%);
  mix-blend-mode: soft-light;
  pointer-events: none;
  transform: translateX(-80%);
}

.sceau {
  position: absolute;
  z-index: 3;
  width: clamp(7rem, 14vw, 12.5rem);
  height: auto;
  left: 42%;
  top: 8%;
  box-shadow: 0 22px 40px rgba(22, 22, 22, 0.2), 5px 7px 0 rgba(22, 22, 22, 0.06);
  transform: translateX(-45%) rotate(-3.5deg);
}

@media (max-width: 860px) {
  .scene { grid-template-columns: 1fr; min-height: 0; }
  .scene__texte { padding-bottom: 1.5rem; }
  .relief { min-height: 16rem; }
  .relief img { min-height: 16rem; }
  .sceau {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    transform: rotate(-3deg);
    width: 8.5rem;
    margin: -2.6rem var(--gouttiere) 0.4rem auto;
    display: block;
  }
}

@media (min-width: 900px) {
  .scene .l--large {
    font-stretch: 108%;
    font-size: clamp(2.8rem, 4.3vw, 5rem);
  }
}

h1 {
  margin: 0;
  max-width: 16ch;
  font-family: var(--affiche);
  font-weight: 720;
  font-stretch: 108%;
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  line-height: 0.94;
  letter-spacing: -0.04em;
}

.l { display: block; }

.l--large {
  font-family: var(--affiche);
  font-weight: 760;
  font-stretch: 100%;
  font-size: clamp(2.05rem, 10.4vw, 6.5rem);
  line-height: 0.86;
  letter-spacing: -0.04em;
}

.l--voix {
  margin: 0.7rem 0 0.55rem;
  padding-left: clamp(1.25rem, 11vw, 8.5rem);
  font-family: var(--sans);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.35rem, 2.5vw, 2.15rem);
  line-height: 1.15;
  letter-spacing: -0.015em;
}

@media (min-width: 900px) {
  .l--large {
    font-stretch: 118%;
    font-size: clamp(4.2rem, 6.7vw, 6.15rem);
    letter-spacing: -0.045em;
  }
}

.lede {
  max-width: 38rem;
  margin: 1.75rem 0 0;
  font-size: 1.125rem;
  line-height: 1.55;
}

.ouverture__suite {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem 1.25rem;
  margin-top: 1.5rem;
}

.ouverture__suite p {
  margin: 0;
  max-width: 26rem;
  color: var(--gris);
  font-size: 0.95rem;
}

/* ------------------------------------------------------------------ pistes */

.pistes {
  margin-top: clamp(2.2rem, 5vw, 3.4rem);
  padding-inline: var(--gouttiere);
  display: flex;
  flex-direction: column;
  gap: 1.65rem;
}

.piste {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: 0.75rem;
  align-items: start;
}

.piste__qui {
  padding-top: 0.85rem;
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.piste--nous { color: var(--nous); }

.piste__rail {
  position: relative;
  height: 4.4rem;
}

.piste__fond {
  position: absolute;
  left: 0;
  right: 0;
  top: 1.22rem;
  height: 1px;
  background: var(--filet);
}

.piste__course {
  position: absolute;
  top: calc(1.22rem - 5px);
  left: var(--a);
  width: var(--b);
  height: 10px;
  background: currentColor;
  transform-origin: left center;
  box-shadow: 0 5px 0 rgba(22, 22, 22, 0.22), 0 12px 18px rgba(22, 22, 22, 0.1);
}

.piste--nous .piste__course {
  box-shadow: 0 5px 0 #6e1c0c, 0 12px 18px rgba(110, 28, 12, 0.16);
}

.gare {
  position: absolute;
  top: 0.85rem;
  left: var(--x);
  transform: translateX(-50%);
  text-align: center;
  width: 6.2rem;
}

.gare i {
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  margin: 0 auto;
  border-radius: 50%;
  background: currentColor;
}

.gare em {
  display: block;
  margin-top: 0.7rem;
  font-family: var(--mono);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
}

.gare--deb { transform: none; text-align: left; }
.gare--deb i { margin-left: 0; }
.gare--fin { transform: translateX(-100%); text-align: right; }
.gare--fin i { margin-right: 0; margin-left: auto; }

.pistes__note {
  margin: 1.35rem var(--gouttiere) 0;
  max-width: 40rem;
  color: var(--gris);
  font-size: 0.95rem;
}

@media (max-width: 560px) {
  .piste { grid-template-columns: 1fr; gap: 0.2rem; }
  .piste__qui { padding-top: 0; }
  .gare { width: 4.6rem; }
  .gare em { font-size: 0.65rem; }
}

@media (prefers-reduced-motion: no-preference) {
  .relief__jour { animation: jour 8s ease-in-out infinite; }

  .l {
    animation: monter 0.7s cubic-bezier(.16, .8, .24, 1) both;
  }
  .l:nth-child(2) { animation-delay: 0.12s; }
  .l:nth-child(3) { animation-delay: 0.24s; }

  .piste__course {
    transform: scaleX(0);
    animation: tracer 1.25s cubic-bezier(.16, .84, .28, 1) forwards;
  }
  .piste--nous .piste__course { animation-delay: 0.48s; }

  .gare i,
  .gare em {
    opacity: 0;
    animation: montrer 0.4s ease forwards;
  }
  .piste--vous .gare i,
  .piste--vous .gare em { animation-delay: 1.05s; }
  .piste--nous .gare i,
  .piste--nous .gare em { animation-delay: 1.55s; }
}

@keyframes monter {
  from { opacity: 0; transform: translateY(0.7rem); }
  to { opacity: 1; transform: none; }
}

@keyframes tracer { to { transform: scaleX(1); } }
@keyframes jour {
  0% { transform: translateX(-70%); }
  100% { transform: translateX(70%); }
}
@keyframes montrer { to { opacity: 1; } }

/* ---------------------------------------------------------------- sections */

.bloc { padding: 4.5rem 0; border-top: 1px solid var(--filet); }

h2 {
  margin: 0 0 0.85rem;
  max-width: 18ch;
  font-family: var(--affiche);
  font-weight: 730;
  font-stretch: 112%;
  font-size: clamp(2.05rem, 4.4vw, 3.45rem);
  line-height: 0.96;
  letter-spacing: -0.038em;
}

.chapo {
  max-width: 40rem;
  margin: 0 0 2rem;
  font-size: 1.08rem;
}

.muted { color: var(--gris); }

/* ---------------------------------------------------------------- chantier */

.cadre {
  margin: 0;
  border: 1px solid var(--encre);
}

.cadre__barre {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0.8rem;
  border-bottom: 1px solid var(--encre);
  font-family: var(--mono);
  font-size: 0.75rem;
}

.cadre img { display: block; width: 100%; }

.fiche {
  display: grid;
  gap: 2rem;
  margin-top: 1.75rem;
}

@media (min-width: 860px) {
  .fiche { grid-template-columns: 1.15fr 0.85fr; align-items: start; }
}

.fiche p { margin: 0 0 1rem; max-width: 62ch; }

.lien {
  text-underline-offset: 0.22em;
}

.spec {
  margin: 0;
  display: grid;
  grid-template-columns: 7.2rem 1fr;
  border-top: 1px solid var(--filet);
}

.spec div {
  display: contents;
}

.spec dt,
.spec dd {
  margin: 0;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--filet);
}

.spec dt {
  font-family: var(--mono);
  font-size: 0.75rem;
  color: var(--gris);
  padding-right: 0.75rem;
}

/* ---------------------------------------------------------------- horaire */

.legende {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.6rem;
  margin: 0 0 1.25rem;
  font-family: var(--mono);
  font-size: 0.75rem;
}

.pastille {
  display: inline-block;
  width: 1.35rem;
  height: 0.45rem;
  margin-right: 0.4rem;
  vertical-align: 0.05rem;
  background: var(--nous-trait);
}

.pastille--vous {
  background: transparent;
  border: 1.5px solid var(--encre);
  height: 0.38rem;
}

.jours {
  display: none;
  margin: 0 0 0.35rem;
  font-family: var(--mono);
  font-size: 0.7rem;
  color: var(--gris);
}

.jours__piste { position: relative; height: 1.3rem; }

.jours__piste span {
  position: absolute;
  left: var(--j);
  transform: translateX(-50%);
}

.jours__piste span:first-child { transform: none; }
.jours__piste span:last-child { transform: translateX(-100%); }

.h-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.35rem;
  padding: 0.85rem 0;
  border-top: 1px solid var(--filet);
  list-style: none;
}

.horaire { margin: 0; padding: 0; }

.h-row__nom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-family: var(--mono);
  font-size: 0.82rem;
}

.h-row__nom small { color: var(--gris); font-size: 0.75rem; }

.h-row__voie {
  position: relative;
  height: 1.4rem;
  background-image: repeating-linear-gradient(
    to right,
    transparent,
    transparent calc(20% - 1px),
    var(--filet) calc(20% - 1px),
    var(--filet) 20%
  );
}

.voie {
  position: absolute;
  left: var(--a);
  width: var(--b);
  top: 50%;
  height: 0.5rem;
  margin-top: -0.25rem;
  transform-origin: left center;
}

.voie--nous {
  background: var(--nous-trait);
  box-shadow: 0 4px 0 #6e1c0c;
}

.voie--vous {
  background: var(--feuille);
  border: 1.5px solid var(--encre);
  box-shadow: 0 4px 0 rgba(22, 22, 22, 0.18);
}

.h-row__quand {
  font-family: var(--mono);
  font-size: 0.75rem;
  color: var(--gris);
}

@media (min-width: 800px) {
  .jours {
    display: grid;
    grid-template-columns: 11.5rem 1fr 8.5rem;
    gap: 0.8rem;
  }
  .h-row {
    grid-template-columns: 11.5rem 1fr 8.5rem;
    gap: 0.8rem;
    align-items: center;
  }
  .h-row__nom small { display: none; }
  .h-row__quand { text-align: right; }
}

.horaire__note {
  margin: 1rem 0 0;
  max-width: 46rem;
  color: var(--gris);
  font-size: 0.95rem;
}

@media (prefers-reduced-motion: no-preference) {
  .voie {
    transform: scaleX(0);
    animation: tracer 1.05s cubic-bezier(.16, .84, .28, 1) forwards;
  }
  .h-row:nth-child(2) .voie { animation-delay: 0.08s; }
  .h-row:nth-child(3) .voie { animation-delay: 0.16s; }
  .h-row:nth-child(4) .voie { animation-delay: 0.24s; }
  .h-row:nth-child(5) .voie { animation-delay: 0.32s; }
}

/* -------------------------------------------------------------- departures */

.depart {
  display: grid;
  gap: 0.75rem 2rem;
  padding: 1.6rem 0 1.7rem;
  border-top: 1px solid var(--filet);
}

.depart header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
}

.depart h3 {
  margin: 0;
  font-family: var(--affiche);
  font-weight: 700;
  font-stretch: 108%;
  font-size: clamp(1.6rem, 3vw, 2.15rem);
  letter-spacing: -0.03em;
  line-height: 1;
}

.delai {
  margin: 0;
  text-align: right;
  font-family: var(--mono);
  font-size: 0.75rem;
  line-height: 1.2;
}

.delai b {
  display: block;
  font-family: var(--affiche);
  font-weight: 760;
  font-stretch: 112%;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  letter-spacing: -0.04em;
  line-height: 0.8;
}

.depart p { margin: 0; max-width: 46rem; }

@media (min-width: 760px) {
  .depart {
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 2.5rem;
    align-items: center;
  }
  .depart header { display: contents; }
  .depart > p { grid-column: 1; }
  .delai {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
  }
}

.marque-fine {
  display: inline-block;
  margin-top: 0.35rem;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.02em;
}

.inclus {
  margin: 1.4rem 0 0;
  max-width: 48rem;
  color: var(--gris);
}

/* -------------------------------------------------------------------- refus */

.refus { margin: 0; padding: 0; list-style: none; }

.refus li {
  padding: 1.05rem 0;
  border-top: 1px solid var(--filet);
  max-width: 46rem;
}

.refus strong {
  font-family: var(--affiche);
  font-weight: 680;
  font-stretch: 106%;
  font-size: 1.25rem;
  letter-spacing: -0.03em;
}

.refus p { margin: 0.3rem 0 0; }

/* -------------------------------------------------------------------- devis */

.devis {
  display: grid;
  gap: 2rem;
}

@media (min-width: 900px) {
  .devis {
    grid-template-columns: minmax(16rem, 28rem) minmax(18rem, 34rem);
    justify-content: space-between;
    align-items: start;
  }
}

.eclate {
  display: grid;
  gap: 1.75rem;
  padding-left: var(--gouttiere);
}

.eclate__texte { min-width: 0; }

@media (min-width: 980px) {
  .eclate {
    grid-template-columns: minmax(18rem, 34rem) minmax(0, 1fr);
    gap: 2.5rem;
    align-items: start;
  }
  .bloc--eclate .cadre {
    position: sticky;
    top: calc(var(--barre) + 1rem);
  }
}

.questions { margin: 1.5rem 0 0; padding: 0; list-style: none; }

.questions li {
  padding: 0.85rem 0;
  border-top: 1px solid var(--filet);
}

.questions p { margin: 0.25rem 0 0; color: var(--gris); }

.form { display: flex; flex-direction: column; gap: 1rem; }

.champ { display: flex; flex-direction: column; gap: 0.3rem; }

.champ span,
.groupe > span {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.03em;
}

.champ input,
.champ textarea {
  width: 100%;
  margin: 0;
  padding: 0.55rem 0;
  border: 0;
  border-bottom: 1px solid var(--encre);
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 1.05rem;
}

.champ textarea { min-height: 7.5rem; resize: vertical; }

.err {
  min-height: 1.1em;
  margin: 0;
  color: var(--nous);
  font-family: var(--mono);
  font-size: 0.75rem;
}

.choix {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin: 0.3rem 0 0;
  padding: 0;
  border: 0;
}

.choix legend {
  margin-bottom: 0.45rem;
  padding: 0;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.03em;
}

.choix input { accent-color: var(--encre); width: 1.05rem; height: 1.05rem; }

.choix label {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  min-height: 2.25rem;
}

.form__ok {
  margin: 0;
  padding-top: 0.4rem;
}

.form__ok[hidden] { display: none; }

.direct {
  margin: 0.6rem 0 0;
  color: var(--gris);
  font-size: 0.95rem;
}

/* -------------------------------------------------------------------- footer */

.pied {
  padding: 2rem 0 3rem;
  border-top: 1px solid var(--filet);
  display: grid;
  gap: 0.4rem;
  font-size: 0.95rem;
}

.pied p { margin: 0; }

.pied .marque { font-size: 1.7rem; }

/* ------------------------------------------------------------------ mentions */

.note-page {
  margin: 0 0 1.5rem;
  padding: 0.8rem 0;
  border-top: 1px solid var(--encre);
  border-bottom: 1px solid var(--encre);
  font-family: var(--mono);
  font-size: 0.82rem;
}

.prose { max-width: 42rem; }
.prose h2 { margin-top: 2.2rem; font-size: clamp(1.5rem, 3vw, 2rem); max-width: none; }
.prose p, .prose li { max-width: 62ch; }
.blanc { font-family: var(--mono); font-size: 0.92rem; }

.mt-lien { margin: 1.1rem 0 0; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

@media print {
  .barre, .sommaire, .btn, .nav-mobile { display: none !important; }
  .bloc { break-inside: avoid; }
  body { font-size: 11pt; }
  a { text-decoration: underline; }
}
