/* ==========================================================================
   KOBEH-TRACK — vitrine www.kobehtrack.ci
   Feuille de style unique. Aucune ressource externe : tout est servi par le site.
   Palette alignée sur la plateforme KOBEH-TRACK : bleu #0d47a1 / #1e4db7, bleu clair
   #1a97f5, fonds #ffffff et #f1f4f9, lignes #dfe6f2, texte #1a2233, gris #5b6b83.
   ========================================================================== */

/* --- Polices (auto-hébergées, sous-ensembles latin / latin-étendu) -------- */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 100 900;
	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;
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 100 900;
	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;
}

/* --- Jetons de conception ------------------------------------------------- */
:root {
	--ink: #101c33;
	--ink-2: #2c3a55;
	--ink-3: #5b6b83;
	--sand: #ffffff;
	--sand-2: #f1f4f9;
	--sand-3: #e3ebf7;
	--line: #dfe6f2;
	--amber: #1a97f5;
	--amber-2: #0d47a1;
	--terra: #0d47a1;
	--clay: #1e4db7;
	--nuit: #0a1e46;
	--ok: #1e7e34;
	--white: #fff;
	--radius: 18px;
	--radius-sm: 12px;
	--maxw: 1180px;
	--shadow-1: 0 1px 2px rgba(16, 28, 51, .05), 0 10px 28px -16px rgba(16, 28, 51, .25);
	--shadow-2: 0 2px 4px rgba(16, 28, 51, .05), 0 30px 60px -30px rgba(16, 28, 51, .35);
	--font: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* --- Base ---------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: var(--font);
	font-size: 17px;
	line-height: 1.65;
	color: var(--ink-2);
	background: var(--sand);
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 {
	margin: 0 0 .5em;
	color: var(--ink);
	line-height: 1.15;
	letter-spacing: -.02em;
	font-weight: 800;
}
h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.3rem); }
h3 { font-size: 1.16rem; letter-spacing: -.01em; }
p { margin: 0 0 1em; }
a { color: var(--amber-2); text-decoration: none; }
a:hover { text-decoration: underline; }
img, svg { max-width: 100%; }
/* Les attributs width/height servent à réserver la place : la hauteur reste proportionnelle,
   sinon une image large dans une colonne étroite s'étire verticalement. */
img { height: auto; }
ul { padding-left: 1.1em; }
li { margin: .25em 0; }
hr { border: 0; border-top: 1px solid var(--line); margin: 2.5rem 0; }
code {
	font-family: ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, monospace;
	font-size: .88em;
	background: var(--sand-2);
	border: 1px solid var(--line);
	border-radius: 6px;
	padding: .1em .38em;
}
pre {
	background: var(--nuit);
	color: #e4ecfb;
	padding: 1rem 1.1rem;
	border-radius: var(--radius-sm);
	overflow-x: auto;
	font-size: .84rem;
	line-height: 1.55;
}
pre code { background: none; border: 0; padding: 0; color: inherit; font-size: 1em; }
blockquote {
	margin: 1.4rem 0;
	padding: .2rem 1.1rem;
	border-left: 3px solid var(--amber);
	background: var(--sand-2);
	border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
	color: var(--ink-2);
}
:focus-visible { outline: 3px solid var(--amber); outline-offset: 2px; border-radius: 6px; }

.skip {
	position: absolute; left: -9999px; top: 0; z-index: 100;
	background: var(--ink); color: var(--white); padding: .7rem 1.1rem; border-radius: 0 0 10px 0;
}
.skip:focus { left: 0; }

.conteneur { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 1.15rem; }
.etroit { max-width: 760px; }
.section { padding: clamp(3rem, 7vw, 5.5rem) 0; }
.section--sable { background: var(--sand-2); }
.section--sombre { background: var(--nuit); color: #d7e2f5; }
.section--sombre h2, .section--sombre h3 { color: #fff; }
.section--sombre a { color: #8fbaff; }
.centre { text-align: center; }
.entete-section { max-width: 720px; margin-bottom: 2.6rem; }
.entete-section.centre { margin-left: auto; margin-right: auto; }
.surtitre {
	display: inline-block; font-size: .78rem; font-weight: 700; letter-spacing: .12em;
	text-transform: uppercase; color: var(--amber-2); margin-bottom: .7rem;
}
.chapeau { font-size: 1.09rem; color: var(--ink-3); }

/* --- Boutons ------------------------------------------------------------- */
.btn {
	display: inline-flex; align-items: center; gap: .5rem;
	padding: .82rem 1.35rem; border-radius: 999px; border: 1px solid transparent;
	font-weight: 650; font-size: .96rem; cursor: pointer; text-decoration: none;
	transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn--primaire {
	background: linear-gradient(135deg, var(--amber) 0%, var(--terra) 100%);
	color: var(--white); box-shadow: 0 10px 24px -12px rgba(13, 71, 161, .55);
}
.btn--primaire:hover { box-shadow: 0 14px 30px -12px rgba(13, 71, 161, .6); }
.btn--neutre { background: var(--white); color: var(--ink); border-color: var(--line); box-shadow: var(--shadow-1); }
.btn--fantome { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--clair { background: rgba(255, 255, 255, .14); color: #fff; border-color: rgba(255, 255, 255, .35); }
.btn--grand { padding: 1rem 1.7rem; font-size: 1.02rem; }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; }

/* --- En-tête ------------------------------------------------------------- */
.entete {
	position: sticky; top: 0; z-index: 40;
	background: rgba(255, 255, 255, .9);
	backdrop-filter: saturate(150%) blur(12px);
	border-bottom: 1px solid var(--line);
}
.entete__barre { display: flex; align-items: center; gap: 1.2rem; min-height: 70px; }
.marque { display: flex; align-items: center; gap: .7rem; color: var(--ink); font-weight: 800; letter-spacing: -.02em; }
.marque:hover { text-decoration: none; }
.marque__logo { display: block; height: 38px; width: auto; }
.marque__accroche {
	font-size: .68rem; font-weight: 600; letter-spacing: .06em; color: var(--ink-3);
	text-transform: uppercase; padding-left: .7rem; border-left: 1px solid var(--line);
}
.nav { display: flex; align-items: center; gap: .3rem; margin-left: auto; }
.nav a {
	color: var(--ink-2); font-size: .95rem; font-weight: 550; padding: .5rem .7rem; border-radius: 10px;
}
.nav a:hover { background: var(--sand-2); text-decoration: none; }
.nav a[aria-current="page"] { color: var(--terra); background: var(--sand-2); }
.entete__cta { display: flex; align-items: center; gap: .5rem; }
.burger {
	display: none; margin-left: auto; background: var(--white); border: 1px solid var(--line);
	border-radius: 12px; padding: .5rem .6rem; cursor: pointer;
}
.burger svg { width: 22px; height: 22px; display: block; }

@media (max-width: 980px) {
	.burger { display: block; }
	.nav {
		display: none; position: absolute; left: 0; right: 0; top: 70px;
		flex-direction: column; align-items: stretch; gap: 0;
		background: var(--white); border-bottom: 1px solid var(--line);
		padding: .6rem 1.15rem 1rem; box-shadow: var(--shadow-1);
	}
	.nav.ouvert { display: flex; }
	.nav a { padding: .8rem .6rem; border-radius: 10px; }
	.entete__cta { display: none; }
	.nav .entete__cta { display: flex; margin: .5rem 0 0; }
}

/* --- Héros --------------------------------------------------------------- */
.heros { position: relative; overflow: hidden; background: var(--nuit); color: #eaf1ff; }
.heros__photo {
	position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
	opacity: .5; filter: saturate(112%);
}
.heros__voile {
	position: absolute; inset: 0;
	background:
		linear-gradient(105deg, rgba(10, 30, 70, .94) 0%, rgba(10, 30, 70, .8) 42%, rgba(13, 71, 161, .66) 100%);
}
.heros__grille {
	position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 3rem;
	align-items: center; padding: clamp(3.4rem, 8vw, 6rem) 0 clamp(3rem, 7vw, 5rem);
}
.heros h1 { color: #fff; }
.heros p { color: #d3dff3; font-size: 1.12rem; max-width: 34rem; }
.heros__liste { display: flex; flex-wrap: wrap; gap: .4rem 1.3rem; padding: 0; margin: 1.6rem 0 0; list-style: none; }
.heros__liste li { display: flex; align-items: center; gap: .45rem; font-size: .93rem; color: #c9d8f0; margin: 0; }
.heros__liste svg { width: 17px; height: 17px; color: var(--amber); flex: none; }
.etiquette {
	display: inline-flex; align-items: center; gap: .5rem; margin-bottom: 1.2rem;
	background: rgba(77, 163, 255, .18); border: 1px solid rgba(120, 180, 255, .5);
	color: #bcd9ff; border-radius: 999px; padding: .35rem .85rem; font-size: .82rem; font-weight: 600;
}
@media (max-width: 900px) { .heros__grille { grid-template-columns: 1fr; gap: 2.2rem; } }

/* --- Maquette d'écran (héros) -------------------------------------------- */
.maquette { position: relative; }
.maquette__cadre {
	background: #fff; border: 1px solid rgba(255, 255, 255, .25); border-radius: 20px;
	box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .6); overflow: hidden;
}
.maquette__barre {
	display: flex; align-items: center; gap: .4rem; padding: .6rem .8rem;
	background: #e9eff9; border-bottom: 1px solid var(--line);
}
.maquette__barre span { width: 9px; height: 9px; border-radius: 50%; background: #c2cfe4; }
.maquette__barre b { margin-left: .6rem; font-size: .74rem; color: #5b6b83; font-weight: 600; letter-spacing: .02em; }
.maquette svg { display: block; width: 100%; height: auto; }
.maquette img { display: block; width: 100%; height: auto; }
.maquette__pastille {
	position: absolute; background: var(--white); border: 1px solid var(--line); border-radius: 14px;
	padding: .6rem .85rem; box-shadow: var(--shadow-2); font-size: .8rem; color: var(--ink-2);
	display: flex; align-items: center; gap: .5rem;
}
.maquette__pastille strong { color: var(--ink); }
.maquette__pastille--1 { bottom: -18px; left: -18px; }
.maquette__pastille--2 { top: -16px; right: -14px; }
.maquette__pastille svg { width: 18px; height: 18px; color: var(--terra); }
@media (max-width: 900px) { .maquette__pastille { display: none; } }

/* --- Cartes et grilles --------------------------------------------------- */
.grille { display: grid; gap: 1.2rem; }
.grille--2 { grid-template-columns: repeat(2, 1fr); }
.grille--3 { grid-template-columns: repeat(3, 1fr); }
.grille--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 980px) { .grille--3, .grille--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 680px) { .grille--2, .grille--3, .grille--4 { grid-template-columns: 1fr; } }

.carte {
	background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
	padding: 1.5rem; box-shadow: var(--shadow-1);
}
.carte--plate { box-shadow: none; }
.carte h3 { margin-bottom: .35rem; }
.carte p:last-child { margin-bottom: 0; }
.carte__icone {
	display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px;
	border-radius: 13px; background: var(--sand-2); color: var(--terra); margin-bottom: .9rem;
}
.carte__icone svg { width: 23px; height: 23px; }
.carte--chiffre strong { display: block; font-size: 1.5rem; color: var(--ink); letter-spacing: -.02em; }
.carte--chiffre span { font-size: .92rem; color: var(--ink-3); }
.points { list-style: none; padding: 0; margin: .6rem 0 0; }
.points li { position: relative; padding-left: 1.5rem; font-size: .93rem; }
.points li::before {
	content: ""; position: absolute; left: 0; top: .52em; width: 15px; height: 15px;
	background: var(--sand-2); border-radius: 50%;
	box-shadow: inset 0 0 0 2px var(--amber);
}

/* --- Bandeau photo ------------------------------------------------------- */
.bandeau { position: relative; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow-2); }
.bandeau img { display: block; width: 100%; height: clamp(240px, 38vw, 420px); object-fit: cover; }
.bandeau__texte {
	position: absolute; inset: auto 0 0 0; padding: 2.4rem 1.6rem 1.5rem; color: #fff;
	background: linear-gradient(to top, rgba(8, 20, 45, .92), rgba(8, 20, 45, 0));
}
.bandeau__texte h3 { color: #fff; font-size: 1.35rem; }
.bandeau__texte p { margin: 0; color: #dce7f8; max-width: 46rem; font-size: .95rem; }

/* --- Étapes -------------------------------------------------------------- */
.etapes { counter-reset: e; display: grid; gap: 1.2rem; grid-template-columns: repeat(4, 1fr); }
@media (max-width: 980px) { .etapes { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .etapes { grid-template-columns: 1fr; } }
.etape { counter-increment: e; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; }
.etape::before {
	content: counter(e); display: inline-flex; align-items: center; justify-content: center;
	width: 34px; height: 34px; border-radius: 50%; margin-bottom: .8rem;
	background: linear-gradient(135deg, var(--amber), var(--terra)); color: #fff; font-weight: 800;
}
.etape h3 { font-size: 1.02rem; }

/* --- Offres -------------------------------------------------------------- */
.offres { display: grid; gap: 1.2rem; grid-template-columns: repeat(4, 1fr); align-items: start; }
@media (max-width: 1080px) { .offres { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 660px) { .offres { grid-template-columns: 1fr; } }
.offre { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; display: flex; flex-direction: column; box-shadow: var(--shadow-1); }
.offre--accent { border-color: var(--amber); box-shadow: var(--shadow-2); position: relative; }
.offre--accent::before {
	content: "Le plus choisi"; position: absolute; top: -12px; left: 1.6rem;
	background: linear-gradient(135deg, var(--amber), var(--terra)); color: #fff;
	font-size: .72rem; font-weight: 700; letter-spacing: .04em; padding: .25rem .7rem; border-radius: 999px;
}
.offre__prix { font-size: 1.9rem; font-weight: 800; color: var(--ink); letter-spacing: -.03em; }
.offre__unite { display: block; font-size: .84rem; color: var(--ink-3); font-weight: 500; margin-bottom: .9rem; }
.offre__quota { display: inline-block; font-size: .8rem; font-weight: 650; color: var(--clay); background: var(--sand-2); border-radius: 999px; padding: .25rem .7rem; margin-bottom: 1rem; }
.offre .points { margin-bottom: 1.4rem; }
.offre .btn { margin-top: auto; justify-content: center; }

/* --- Tableaux ------------------------------------------------------------ */
.tableau-cadre { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
table { border-collapse: collapse; width: 100%; font-size: .92rem; }
th, td { text-align: left; padding: .85rem 1rem; border-bottom: 1px solid var(--line); vertical-align: top; }
th { background: var(--sand-2); color: var(--ink); font-weight: 700; font-size: .84rem; letter-spacing: .02em; text-transform: uppercase; }
tbody tr:last-child td { border-bottom: 0; }
td.oui { color: var(--ok); font-weight: 650; }

/* --- FAQ ----------------------------------------------------------------- */
.faq { border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); overflow: hidden; }
.faq details { border-bottom: 1px solid var(--line); }
.faq details:last-child { border-bottom: 0; }
.faq summary {
	cursor: pointer; padding: 1.05rem 1.3rem; font-weight: 650; color: var(--ink); list-style: none;
	display: flex; justify-content: space-between; gap: 1rem; align-items: center;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.35rem; color: var(--amber-2); font-weight: 400; }
.faq details[open] summary::after { content: "–"; }
.faq__reponse { padding: 0 1.3rem 1.2rem; color: var(--ink-2); font-size: .95rem; }

/* --- Espace client ------------------------------------------------------- */
.acces {
	background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
	padding: clamp(1.4rem, 4vw, 2.2rem); box-shadow: var(--shadow-2);
}
.acces__grille { display: grid; grid-template-columns: 1.1fr .9fr; gap: 2rem; align-items: start; }
@media (max-width: 860px) { .acces__grille { grid-template-columns: 1fr; } }
.champ { display: flex; flex-direction: column; gap: .35rem; margin-bottom: .9rem; }
.champ label { font-size: .88rem; font-weight: 650; color: var(--ink); }
.champ input {
	font: inherit; font-size: 1.05rem; letter-spacing: .06em; padding: .8rem .95rem;
	border: 1px solid var(--line); border-radius: 12px; background: var(--sand); color: var(--ink);
}
.champ input:focus { border-color: var(--amber); background: var(--white); }
.champ small { color: var(--ink-3); font-size: .82rem; }
.message-erreur { color: #b3261e; font-size: .89rem; font-weight: 600; min-height: 1.2em; }
.message-erreur.message-info { color: var(--ok); }
.message-erreur a { color: inherit; text-decoration: underline; }
.liste-liens { list-style: none; padding: 0; margin: 0; }
.liste-liens li { border-top: 1px solid var(--line); padding: .8rem 0; display: flex; gap: .8rem; align-items: flex-start; }
.liste-liens li:first-child { border-top: 0; }
.liste-liens svg { width: 20px; height: 20px; color: var(--amber-2); flex: none; margin-top: .2rem; }
.liste-liens b { display: block; color: var(--ink); font-size: .95rem; }
.liste-liens span { font-size: .87rem; color: var(--ink-3); }
.note-securite {
	margin-top: 1.1rem; background: var(--sand-2); border: 1px solid var(--line);
	border-radius: var(--radius-sm); padding: .85rem 1rem; font-size: .86rem; color: var(--ink-2);
}

/* --- Documentation ------------------------------------------------------- */
.recherche { display: flex; gap: .6rem; flex-wrap: wrap; margin-bottom: 1.6rem; }
.recherche input {
	flex: 1 1 260px; font: inherit; padding: .8rem 1rem; border: 1px solid var(--line);
	border-radius: 999px; background: var(--white); color: var(--ink);
}
.doc-groupe { margin-bottom: 2.4rem; }
.doc-groupe h2 { font-size: 1.25rem; margin-bottom: .8rem; }
.doc-liste { display: grid; gap: .8rem; grid-template-columns: repeat(2, 1fr); }
@media (max-width: 760px) { .doc-liste { grid-template-columns: 1fr; } }
.doc {
	display: block; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm);
	padding: 1.05rem 1.2rem; color: inherit;
}
.doc:hover { border-color: var(--amber); text-decoration: none; box-shadow: var(--shadow-1); }
.doc b { display: block; color: var(--ink); font-size: .99rem; }
.doc span { font-size: .88rem; color: var(--ink-3); }
.doc[hidden] { display: none; }
.aucun-resultat { display: none; color: var(--ink-3); font-style: italic; }

.doc-corps { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.3rem, 3.6vw, 2.4rem); }
.doc-corps h2 { margin-top: 2.2rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.doc-corps h2:first-of-type { margin-top: 1.4rem; }
.doc-corps h3 { margin-top: 1.6rem; }
.doc-corps table { margin: 1.2rem 0; border: 1px solid var(--line); }
.fil { display: flex; gap: .5rem; flex-wrap: wrap; align-items: center; font-size: .88rem; color: var(--ink-3); margin-bottom: 1rem; }
.sommaire { background: var(--sand-2); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 1rem 1.2rem; margin: 0 0 1.6rem; }
.sommaire ul { margin: .4rem 0 0; }
.sommaire a { font-size: .92rem; }

/* --- Techniques / schémas ------------------------------------------------ */
.schema { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.2rem; box-shadow: var(--shadow-1); }
.schema svg { width: 100%; height: auto; }
.schema img { display: block; width: 100%; height: auto; border-radius: var(--radius-sm); }
.etiquettes { display: flex; flex-wrap: wrap; gap: .45rem; padding: 0; margin: 1rem 0 0; list-style: none; }
.etiquettes li {
	font-size: .82rem; font-weight: 600; color: var(--clay); background: var(--sand-2);
	border: 1px solid var(--line); border-radius: 999px; padding: .28rem .7rem; margin: 0;
}

/* --- Pied de page -------------------------------------------------------- */
.pied { background: var(--nuit); color: #b9c8e2; padding: 3.2rem 0 1.6rem; font-size: .92rem; }
.pied a { color: #cfe0ff; }
.pied h4 { color: #fff; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: .9rem; }
.pied__grille { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 2rem; }
@media (max-width: 900px) { .pied__grille { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .pied__grille { grid-template-columns: 1fr; } }
.pied ul { list-style: none; padding: 0; margin: 0; }
.pied li { margin: .4rem 0; }
.pied__bas {
	margin-top: 2.4rem; padding-top: 1.4rem; border-top: 1px solid rgba(255, 255, 255, .12);
	display: flex; flex-wrap: wrap; gap: .8rem 1.4rem; justify-content: space-between; font-size: .84rem; color: #8ba0c2;
}
.pied .marque { color: #fff; }
.pied .marque__accroche { color: #b9c8e2; border-left-color: rgba(255, 255, 255, .22); }
.credits { font-size: .8rem; color: #8296b8; }

/* --- Utilitaires --------------------------------------------------------- */
.mt-0 { margin-top: 0; }
.mt-2 { margin-top: 2rem; }
.mt-3 { margin-top: 3rem; }
.mb-0 { margin-bottom: 0; }
.liste-simple { list-style: none; padding: 0; }
.liste-simple li { display: flex; gap: .6rem; align-items: flex-start; }
.liste-simple svg { width: 18px; height: 18px; color: var(--ok); flex: none; margin-top: .25em; }
.revele { opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s ease; }
.revele.actif { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.revele { opacity: 1; transform: none; transition: none; }
	.btn:hover { transform: none; }
}

@media print {
	.entete, .pied, .heros__photo { display: none; }
	body { background: #fff; color: #000; }
}
