/* =============================================================================
   SETRAG BILLETTIQUE — Système de design « Transgabonais 2026 »
   Identité : bleu nuit ferroviaire + or Comilog + accents équatoriaux du Gabon.
   ============================================================================= */

:root {
  /* Marque */
  --nuit-900: #0E1A2E;
  --nuit-800: #152540;
  --nuit-700: #1B2F4F;
  --nuit-600: #25406A;
  --nuit-500: #2F4E7C;
  --or-500:   #C9A227;
  --or-400:   #E4BC45;
  --or-300:   #F5D97B;
  --cyan:     #2DE1FC;
  --cyan-dim: #0EA5C6;
  --vert:     #00A05A;   /* vert du drapeau gabonais */
  --jaune:    #FCD116;
  --bleu:     #3A75C4;

  /* Sémantique */
  --ok:      #16C784;
  --alerte:  #FFB020;
  --danger:  #FF4D5E;
  --info:    #38BDF8;

  /* Surfaces */
  --fond:        var(--nuit-900);
  --surface:     rgba(255,255,255,.062);
  --surface-2:   rgba(255,255,255,.095);
  --surface-3:   rgba(255,255,255,.135);
  --bordure:     rgba(255,255,255,.125);
  --bordure-2:   rgba(255,255,255,.21);
  --texte:       #EAF1FF;
  --texte-doux:  #AFC1DB;
  --texte-faible:#8799B9;

  --r-s: 8px; --r-m: 14px; --r-l: 22px; --r-xl: 30px;
  --ombre: 0 18px 50px rgba(0,0,0,.34);
  --ombre-or: 0 0 0 1px rgba(201,162,39,.35), 0 12px 40px rgba(201,162,39,.18);
  --t: .22s cubic-bezier(.4,0,.2,1);
  --police: 'Segoe UI', system-ui, -apple-system, 'Helvetica Neue', Arial, sans-serif;
  --mono: 'Cascadia Mono', 'SF Mono', Consolas, monospace;
}

/* Thème clair — portails métier en gare (forte luminosité) */
[data-theme="clair"] {
  --fond: #EEF2F9;
  --surface: rgba(255,255,255,.85);
  --surface-2: #FFFFFF;
  --surface-3: #F3F6FC;
  --bordure: rgba(10,27,52,.12);
  --bordure-2: rgba(10,27,52,.22);
  --texte: #1B2F4F;
  --texte-doux: #43587A;
  --texte-faible: #7086A6;
  --ombre: 0 12px 34px rgba(10,27,52,.12);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

body {
  font-family: var(--police);
  background: var(--fond);
  color: var(--texte);
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  overflow-x: hidden;
}

/* --- Fond futuriste : voie ferrée + halo équatorial ----------------------- */
body.fond-rail::before {
  content: ''; position: fixed; inset: 0; z-index: -2; pointer-events: none;
  background:
    radial-gradient(1100px 620px at 12% -10%, rgba(45,225,252,.16), transparent 62%),
    radial-gradient(900px 520px at 92% 6%, rgba(201,162,39,.16), transparent 60%),
    radial-gradient(760px 500px at 50% 108%, rgba(0,160,90,.13), transparent 62%),
    linear-gradient(178deg, var(--nuit-900) 0%, var(--nuit-800) 55%, #101E36 100%);
}
body.fond-rail::after {
  content: ''; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .5;
  background-image:
    linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 90% 65% at 50% 30%, #000 30%, transparent 100%);
}
[data-theme="clair"] body.fond-rail::before,
[data-theme="clair"].fond-rail::before { background: linear-gradient(180deg,#EEF2F9,#E3EAF5); }

/* =============================== TYPOGRAPHIE ============================== */
h1, h2, h3, h4 { margin: 0 0 .5em; font-weight: 700; letter-spacing: -.02em; line-height: 1.15; }
h1 { font-size: clamp(1.8rem, 3.6vw, 2.9rem); }
h2 { font-size: clamp(1.35rem, 2.4vw, 1.9rem); }
h3 { font-size: 1.12rem; }
p  { line-height: 1.65; color: var(--texte-doux); margin: 0 0 1em; }
a  { color: var(--cyan); text-decoration: none; }
a:hover { color: var(--or-400); }
small { font-size: .8rem; }
.mono { font-family: var(--mono); }

.titre-or {
  background: linear-gradient(96deg, var(--or-300), var(--or-500) 45%, var(--cyan) 115%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.sur-titre {
  text-transform: uppercase; letter-spacing: .22em; font-size: .68rem;
  color: var(--or-400); font-weight: 700; margin-bottom: .6rem;
}

/* ================================ MARQUE ================================= */
.brand-badge { display: flex; align-items: center; gap: .7rem; }
.brand-mark {
  width: 42px; height: 42px; flex: 0 0 42px; border-radius: 12px; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--or-500), #8A6A12 70%);
  color: #10192B; font-weight: 900; font-size: 1.3rem; letter-spacing: -.05em;
  box-shadow: 0 6px 20px rgba(201,162,39,.35);
  position: relative;
}
.brand-mark::after {
  content: ''; position: absolute; inset: auto 6px 7px 6px; height: 2px; border-radius: 2px;
  background: rgba(16,25,43,.55);
}
.brand-badge b { display: block; font-size: 1.02rem; letter-spacing: .04em; }
.brand-badge small { display: block; color: var(--texte-faible); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }

/* Bandeau institutionnel */
.bandeau-etat {
  display: flex; align-items: center; justify-content: center; gap: .6rem; flex-wrap: wrap;
  padding: .45rem 1rem; font-size: .74rem; letter-spacing: .04em;
  background: linear-gradient(90deg, rgba(0,160,90,.16), rgba(252,209,22,.14) 50%, rgba(58,117,196,.16));
  border-bottom: 1px solid var(--bordure); color: var(--texte-doux); text-align: center;
}
.drapeau-ga {
  width: 22px; height: 14px; border-radius: 2px; flex: 0 0 22px;
  background: linear-gradient(180deg, var(--vert) 0 33.3%, var(--jaune) 33.3% 66.6%, var(--bleu) 66.6% 100%);
  box-shadow: 0 0 0 1px rgba(255,255,255,.18);
}

/* =============================== STRUCTURE =============================== */
.conteneur { width: min(1360px, 94vw); margin: 0 auto; }
.conteneur-etroit { width: min(920px, 94vw); margin: 0 auto; }

.entete {
  position: sticky; top: 0; z-index: 60;
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  background: rgba(14,26,46,.72); border-bottom: 1px solid var(--bordure);
}
[data-theme="clair"] .entete { background: rgba(255,255,255,.82); }
.entete-inner { display: flex; align-items: center; gap: 1.2rem; padding: .7rem 0; }
.nav { display: flex; gap: .25rem; margin-left: auto; flex-wrap: wrap; }
.nav a, .nav button {
  padding: .5rem .85rem; border-radius: var(--r-s); color: var(--texte-doux); font-size: .85rem;
  background: transparent; border: 0; cursor: pointer; font-family: inherit; transition: var(--t);
}
.nav a:hover, .nav button:hover { background: var(--surface-2); color: var(--texte); }
.nav a.actif, .nav button.actif { background: var(--surface-3); color: var(--or-300); }

/* ================================ CARTES ================================= */
.carte {
  background: var(--surface); border: 1px solid var(--bordure); border-radius: var(--r-l);
  padding: 1.3rem; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  transition: var(--t);
}
.carte-relief { box-shadow: var(--ombre); }
.carte-or { border-color: rgba(201,162,39,.35); box-shadow: var(--ombre-or); }
.carte:hover.interactive { border-color: var(--bordure-2); transform: translateY(-2px); }
.carte-titre { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.carte-titre h3 { margin: 0; }

.grille { display: grid; gap: 1rem; }
.g2 { grid-template-columns: repeat(2, 1fr); }
.g3 { grid-template-columns: repeat(3, 1fr); }
.g4 { grid-template-columns: repeat(4, 1fr); }
.g6 { grid-template-columns: repeat(6, 1fr); }
.g-auto { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
@media (max-width: 1080px) { .g4, .g6 { grid-template-columns: repeat(2, 1fr); } .g3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 700px)  { .g2, .g3, .g4, .g6 { grid-template-columns: 1fr; } }

/* =============================== INDICATEURS ============================= */
.kpi {
  position: relative; overflow: hidden;
  background: linear-gradient(160deg, var(--surface-2), var(--surface));
  border: 1px solid var(--bordure); border-radius: var(--r-m); padding: 1.05rem 1.15rem;
}
.kpi::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: linear-gradient(180deg, var(--or-400), var(--cyan));
}
.kpi-label { font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; color: var(--texte-faible); }
.kpi-valeur { font-size: 1.75rem; font-weight: 800; letter-spacing: -.03em; margin: .35rem 0 .1rem; }
.kpi-sous { font-size: .78rem; color: var(--texte-doux); }
.kpi.vert::before { background: linear-gradient(180deg, var(--ok), #0891B2); }
.kpi.rouge::before { background: linear-gradient(180deg, var(--danger), #B91C1C); }
.kpi.cyan::before { background: linear-gradient(180deg, var(--cyan), var(--bleu)); }

/* =============================== FORMULAIRES ============================= */
label { display: block; font-size: .76rem; text-transform: uppercase; letter-spacing: .09em;
  color: var(--texte-faible); margin-bottom: .35rem; font-weight: 600; }
input, select, textarea {
  width: 100%; padding: .72rem .85rem; font-family: inherit; font-size: .95rem;
  background: var(--surface-2); border: 1px solid var(--bordure); border-radius: var(--r-s);
  color: var(--texte); transition: var(--t); min-width: 0;
}
input:focus, select:focus, textarea:focus {
  outline: none; border-color: var(--or-500); background: var(--surface-3);
  box-shadow: 0 0 0 3px rgba(201,162,39,.16);
}
input::placeholder { color: var(--texte-faible); }
select option { background: var(--nuit-700); color: var(--texte); }
[data-theme="clair"] select option { background: #fff; color: #1B2F4F; }
.champ { margin-bottom: .9rem; min-width: 0; }
.champs-ligne { display: grid; gap: .8rem; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); }
.aide { font-size: .74rem; color: var(--texte-faible); margin-top: .3rem; }

/* ================================ BOUTONS ================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .72rem 1.25rem; border-radius: var(--r-s); border: 1px solid var(--bordure-2);
  background: var(--surface-2); color: var(--texte); font-family: inherit; font-size: .9rem;
  font-weight: 600; cursor: pointer; transition: var(--t); text-decoration: none; white-space: nowrap;
}
.btn:hover { background: var(--surface-3); transform: translateY(-1px); color: var(--texte); }
.btn:active { transform: translateY(0); }
.btn:disabled { opacity: .5; cursor: not-allowed; transform: none; }
.btn-or {
  background: linear-gradient(135deg, var(--or-400), var(--or-500));
  color: #10192B; border-color: transparent; box-shadow: 0 8px 24px rgba(201,162,39,.32);
}
.btn-or:hover { color: #10192B; box-shadow: 0 12px 32px rgba(201,162,39,.45); }
.btn-cyan { background: linear-gradient(135deg, var(--cyan), var(--cyan-dim)); color: #04121A; border-color: transparent; }
.btn-cyan:hover { color: #04121A; }
.btn-danger { background: rgba(255,77,94,.14); border-color: rgba(255,77,94,.4); color: #FF8A96; }
.btn-ok { background: rgba(22,199,132,.14); border-color: rgba(22,199,132,.4); color: #5EEAB4; }
.btn-ghost { background: transparent; }
.btn-bloc { width: 100%; }
.btn-s { padding: .42rem .7rem; font-size: .78rem; }
.btn-xl { padding: .95rem 1.7rem; font-size: 1rem; }

/* ================================= PUCES ================================= */
.puce {
  display: inline-flex; align-items: center; gap: .35rem; padding: .22rem .6rem;
  border-radius: 999px; font-size: .72rem; font-weight: 700; letter-spacing: .04em;
  background: var(--surface-3); border: 1px solid var(--bordure); color: var(--texte-doux);
}
.puce-or { background: rgba(201,162,39,.16); border-color: rgba(201,162,39,.4); color: var(--or-300); }
.puce-ok { background: rgba(22,199,132,.14); border-color: rgba(22,199,132,.38); color: #5EEAB4; }
.puce-alerte { background: rgba(255,176,32,.14); border-color: rgba(255,176,32,.38); color: #FFCF6B; }
.puce-danger { background: rgba(255,77,94,.14); border-color: rgba(255,77,94,.38); color: #FF98A3; }
.puce-cyan { background: rgba(45,225,252,.13); border-color: rgba(45,225,252,.36); color: #8DEFFF; }
.pastille { width: 8px; height: 8px; border-radius: 50%; background: currentColor; }
.pastille-live { animation: pulse 1.8s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .3; } }

/* ================================ ALERTES ================================ */
.alerte {
  padding: .85rem 1.05rem; border-radius: var(--r-s); border-left: 3px solid var(--info);
  background: rgba(56,189,248,.1); font-size: .88rem; margin-bottom: 1rem; color: var(--texte);
}
.alerte-ok { border-color: var(--ok); background: rgba(22,199,132,.1); }
.alerte-erreur { border-color: var(--danger); background: rgba(255,77,94,.1); }
.alerte-attention { border-color: var(--alerte); background: rgba(255,176,32,.1); }

/* ================================ TABLEAUX =============================== */
.tbl-wrap { overflow-x: auto; border-radius: var(--r-m); border: 1px solid var(--bordure); min-width: 0; }
table.tbl { width: 100%; border-collapse: collapse; font-size: .85rem; min-width: 560px; }
table.tbl th {
  text-align: left; padding: .7rem .85rem; background: var(--surface-2); font-size: .7rem;
  text-transform: uppercase; letter-spacing: .09em; color: var(--texte-faible); font-weight: 700;
  position: sticky; top: 0; white-space: nowrap;
}
table.tbl td { padding: .65rem .85rem; border-top: 1px solid var(--bordure); vertical-align: middle; }
table.tbl tbody tr:hover { background: var(--surface); }
table.tbl td.num, table.tbl th.num { text-align: right; font-variant-numeric: tabular-nums; }

/* =============================== NAVIGATION ============================== */
.onglets { display: flex; gap: .3rem; overflow-x: auto; padding-bottom: .2rem; margin-bottom: 1.2rem; }
.onglet {
  padding: .55rem 1rem; border-radius: var(--r-s); background: transparent; border: 1px solid transparent;
  color: var(--texte-doux); cursor: pointer; font-family: inherit; font-size: .86rem; white-space: nowrap;
  transition: var(--t); font-weight: 600;
}
.onglet:hover { background: var(--surface-2); color: var(--texte); }
.onglet.actif { background: var(--surface-3); border-color: rgba(201,162,39,.35); color: var(--or-300); }

.vue { display: none; }
.vue.actif { display: block; animation: apparait .3s ease; }
@keyframes apparait { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

/* ============================ RAIL / ITINÉRAIRE ========================== */
.rail { display: flex; align-items: center; gap: .55rem; margin: .5rem 0; }
.rail-point { width: 10px; height: 10px; border-radius: 50%; background: var(--or-400); flex: 0 0 10px;
  box-shadow: 0 0 0 3px rgba(201,162,39,.2); }
.rail-ligne { flex: 1; height: 2px; background: linear-gradient(90deg, var(--or-500), var(--cyan)); position: relative; }
.rail-ligne::after {
  content: ''; position: absolute; top: -3px; width: 8px; height: 8px; border-radius: 50%;
  background: var(--cyan); box-shadow: 0 0 12px var(--cyan); animation: roule 3.4s linear infinite;
}
@keyframes roule { from { left: -4px; } to { left: calc(100% - 4px); } }

/* ============================== RÉSULTAT TRAIN =========================== */
.resultat {
  display: grid; grid-template-columns: minmax(180px,1fr) 2fr minmax(230px,auto); gap: 1.2rem;
  align-items: center; padding: 1.1rem 1.2rem; border-radius: var(--r-m);
  background: var(--surface); border: 1px solid var(--bordure); transition: var(--t); margin-bottom: .8rem;
}
.resultat:hover { border-color: rgba(201,162,39,.4); background: var(--surface-2); }
.resultat .heure { font-size: 1.5rem; font-weight: 800; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
@media (max-width: 880px) { .resultat { grid-template-columns: 1fr; } }

/* ================================= PLACES ================================ */
.plan-voiture { display: flex; flex-direction: column; gap: .35rem; padding: .9rem; border-radius: var(--r-m);
  background: var(--surface); border: 1px solid var(--bordure); }
.plan-rangee { display: flex; gap: .35rem; justify-content: center; }
.place {
  width: 30px; height: 30px; border-radius: 6px; border: 1px solid var(--bordure-2);
  background: var(--surface-2); font-size: .6rem; cursor: pointer; color: var(--texte-doux);
  display: grid; place-items: center; transition: var(--t); font-family: inherit;
}
.place:hover:not(:disabled) { background: rgba(201,162,39,.25); border-color: var(--or-500); color: var(--or-300); }
.place.occupee { background: rgba(255,77,94,.16); border-color: rgba(255,77,94,.35); color: #FF98A3; cursor: not-allowed; }
.place.bloquee { background: rgba(120,130,150,.2); color: var(--texte-faible); cursor: not-allowed; }
.place.choisie { background: var(--or-500); border-color: var(--or-300); color: #10192B; font-weight: 800; }
.couloir { width: 14px; }

/* ================================= BILLET ================================ */
.billet {
  display: grid; grid-template-columns: 1fr auto; gap: 1.4rem; padding: 1.4rem;
  border-radius: var(--r-l); position: relative; overflow: hidden;
  background: linear-gradient(140deg, var(--nuit-600), var(--nuit-800) 65%);
  border: 1px solid rgba(201,162,39,.35); box-shadow: var(--ombre);
}
.billet::before {
  content: ''; position: absolute; inset: 0; opacity: .5; pointer-events: none;
  background: radial-gradient(420px 200px at 88% 8%, rgba(201,162,39,.22), transparent 65%);
}
.billet-souche { border-left: 2px dashed rgba(255,255,255,.22); padding-left: 1.3rem;
  display: flex; flex-direction: column; align-items: center; gap: .55rem; }
.billet-qr { background: #fff; padding: 9px; border-radius: 10px; line-height: 0; }
.billet-qr canvas, .billet-qr img { display: block; image-rendering: pixelated; }
@media (max-width: 720px) { .billet { grid-template-columns: 1fr; }
  .billet-souche { border-left: 0; border-top: 2px dashed rgba(255,255,255,.22); padding: 1.1rem 0 0; } }

/* ============================== CHARGEMENT =============================== */
.skeleton { background: linear-gradient(90deg, var(--surface) 25%, var(--surface-3) 50%, var(--surface) 75%);
  background-size: 200% 100%; animation: brille 1.4s infinite; border-radius: var(--r-s); height: 1em; }
@keyframes brille { from { background-position: 200% 0; } to { background-position: -200% 0; } }
.spin { width: 18px; height: 18px; border: 2px solid rgba(255,255,255,.2); border-top-color: var(--or-400);
  border-radius: 50%; animation: tourne .7s linear infinite; display: inline-block; }
@keyframes tourne { to { transform: rotate(360deg); } }

/* ================================ MODALE ================================= */
.modale-fond {
  position: fixed; inset: 0; background: rgba(10,19,34,.78); backdrop-filter: blur(6px);
  display: none; align-items: center; justify-content: center; z-index: 200; padding: 1rem;
}
.modale-fond.ouverte { display: flex; }
.modale {
  width: min(720px, 96vw); max-height: 92vh; overflow: auto; border-radius: var(--r-l);
  background: linear-gradient(150deg, var(--nuit-700), var(--nuit-800)); border: 1px solid var(--bordure-2);
  padding: 1.5rem; box-shadow: var(--ombre); animation: monte .25s ease;
}
[data-theme="clair"] .modale { background: #fff; }
@keyframes monte { from { opacity: 0; transform: translateY(18px) scale(.98); } to { opacity: 1; transform: none; } }
.modale-large { width: min(1080px, 97vw); }

/* ================================ TOASTS ================================= */
.toasts { position: fixed; bottom: 1.2rem; right: 1.2rem; z-index: 300; display: flex; flex-direction: column; gap: .5rem; }
.toast {
  padding: .8rem 1.1rem; border-radius: var(--r-s); background: var(--nuit-600);
  border: 1px solid var(--bordure-2); border-left: 3px solid var(--cyan); box-shadow: var(--ombre);
  font-size: .87rem; max-width: 380px; animation: glisse .25s ease;
}
.toast.ok { border-left-color: var(--ok); }
.toast.erreur { border-left-color: var(--danger); }
@keyframes glisse { from { opacity: 0; transform: translateX(30px); } to { opacity: 1; transform: none; } }

/* =============================== GRAPHIQUES ============================== */
.barres { display: flex; align-items: flex-end; gap: 3px; height: 130px; }
.barre { flex: 1; background: linear-gradient(180deg, var(--or-400), rgba(201,162,39,.18));
  border-radius: 3px 3px 0 0; min-height: 3px; transition: var(--t); position: relative; }
.barre:hover { background: linear-gradient(180deg, var(--cyan), rgba(45,225,252,.2)); }
.jauge { height: 7px; border-radius: 999px; background: var(--surface-3); overflow: hidden; }
.jauge span { display: block; height: 100%; border-radius: 999px;
  background: linear-gradient(90deg, var(--ok), var(--cyan)); transition: width .5s ease; }
.jauge.chaud span { background: linear-gradient(90deg, var(--alerte), var(--danger)); }

/* ============================== PAGE INSTALL ============================= */
.page-install { display: grid; place-items: center; min-height: 100vh; padding: 2rem 1rem;
  background: linear-gradient(170deg, var(--nuit-900), var(--nuit-700)); }
.install-wrap { width: min(760px, 96vw); background: var(--surface); border: 1px solid var(--bordure);
  border-radius: var(--r-l); padding: 2rem; box-shadow: var(--ombre); }
.install-log { list-style: none; padding: 0; margin: 1rem 0; display: grid; gap: .4rem; }
.install-log li { padding: .5rem .8rem; background: var(--surface-2); border-radius: var(--r-s);
  font-size: .84rem; border-left: 2px solid var(--ok); }
.install-liens { display: flex; gap: .5rem; flex-wrap: wrap; margin-top: 1.2rem; }
.install-note { font-size: .8rem; color: var(--texte-faible); margin-top: 1.2rem; }

/* ============================== UTILITAIRES ============================= */
.flex { display: flex; } .flex-c { align-items: center; } .flex-b { justify-content: space-between; }
.flex-w { flex-wrap: wrap; } .gap-s { gap: .4rem; } .gap { gap: .8rem; } .gap-l { gap: 1.4rem; }
.mt { margin-top: 1rem; } .mt-l { margin-top: 2rem; } .mb { margin-bottom: 1rem; } .mb-l { margin-bottom: 2rem; }
.txt-doux { color: var(--texte-doux); } .txt-faible { color: var(--texte-faible); }
.txt-or { color: var(--or-300); } .txt-ok { color: var(--ok); } .txt-danger { color: var(--danger); }
.txt-c { text-align: center; } .txt-d { text-align: right; }
.gros { font-size: 1.5rem; font-weight: 800; letter-spacing: -.02em; }
.nowrap { white-space: nowrap; }
.cache { display: none !important; }
.sep { height: 1px; background: var(--bordure); margin: 1.2rem 0; border: 0; }
.section { padding: 3.4rem 0; }
.pleine-hauteur { min-height: calc(100vh - 70px); }

@media print {
  body { background: #fff !important; color: #000 !important; }
  .entete, .nav, .btn, .onglets, .bandeau-etat, .toasts { display: none !important; }
  .billet { border: 2px solid #000 !important; background: #fff !important; color: #000 !important; box-shadow: none; }
  .billet::before { display: none; }
}
