/* Easy Mobilité · feuille de style du site
   Direction « Plan de réseau » : blanc, anthracite, une seule ligne orange qui relie les sections. */

@font-face {
	font-family: "EM Host Grotesk";
	src: url("../fonts/host-grotesk-latin.woff2") format("woff2");
	font-weight: 300 800;
	font-style: normal;
	font-display: swap;
	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: "EM Host Grotesk";
	src: url("../fonts/host-grotesk-latin-ext.woff2") format("woff2");
	font-weight: 300 800;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, 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: "EM Atkinson Next";
	src: url("../fonts/atkinson-next-latin.woff2") format("woff2");
	font-weight: 200 800;
	font-style: normal;
	font-display: swap;
	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: "EM Atkinson Next";
	src: url("../fonts/atkinson-next-latin-ext.woff2") format("woff2");
	font-weight: 200 800;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
	/* Palette */
	--blanc: #FFFFFF;
	--pierre: #F2F3F3;
	--pierre-fonce: #E6E8E9;
	--lac: #D8E0E4;
	--anthracite: #17191C;
	--anthracite-2: #1F2226;
	--graphite: #5B6167;
	--filet: #DADDDF;
	--ambre: #EB854C;
	--ambre-clair: #F29A66;
	--ambre-fonce: #E0763A;
	--ambre-trace: #D26A28;
	--ambre-texte: #AD4F1A;
	--sur-sombre: #EEF0F1;
	--sur-sombre-2: #A3A9AF;
	--filet-sombre: #33373C;

	/* Rôles */
	--fond: var(--blanc);
	--fond-2: var(--pierre);
	--texte: var(--anthracite);
	--texte-2: var(--graphite);
	--trait: var(--filet);
	--focus: var(--anthracite);

	/* Typographie */
	--f-titre: "EM Host Grotesk", "Helvetica Neue", Arial, sans-serif;
	--f-texte: "EM Atkinson Next", Verdana, Tahoma, sans-serif;
	--t-h2: clamp(2.125rem, 1.35rem + 2.5vw, 3.25rem);
	--t-h3: clamp(1.375rem, 1.2rem + 0.6vw, 1.75rem);
	--t-texte: clamp(1.125rem, 1.09rem + 0.12vw, 1.1875rem);
	--t-intro: clamp(1.1875rem, 1.08rem + 0.4vw, 1.375rem);

	/* Mise en page */
	--maxw: 1320px;
	--pad: clamp(32px, 5vw, 72px);
	--sp: clamp(76px, 7.5vw, 120px);
	--ligne: 4px;
	--rail: 4px;
	--arret: 24px;
	--coin: 34px;
	--r-l: 28px;
	--r-m: 18px;
	--ease: cubic-bezier(0.2, 0.7, 0.1, 1);

	interpolate-size: allow-keywords;
}

@media (prefers-color-scheme: dark) {
	html.suit-mode-sombre {
		--fond: #111315;
		--fond-2: #1B1E21;
		--texte: #EEF0F1;
		--texte-2: #A3A9AF;
		--trait: #2C3035;
		--focus: #EB854C;
		--pierre: #1B1E21;
		--pierre-fonce: #23272B;
		--lac: #22303A;
		--filet: #2C3035;
		--anthracite: #EEF0F1;
		--graphite: #A3A9AF;
		--blanc: #111315;
		--ambre-texte: #F09A68;
	}
	html.suit-mode-sombre .barre-mobile .btn--sombre { box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.5); }
}

/* Base */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 80px; }
body { margin: 0; background: var(--fond); color: var(--texte); font: 400 var(--t-texte)/1.6 var(--f-texte); font-synthesis: none; -webkit-font-smoothing: antialiased; }
img, svg, picture { display: block; max-width: 100%; }
a { color: inherit; }
p, h1, h2, h3, h4, ul, ol, dl, dd, figure, address { margin: 0; }
ul, ol { padding: 0; list-style: none; }
h1, h2, h3, h4 { font-family: var(--f-titre); font-weight: 600; line-height: 1.08; letter-spacing: -0.02em; text-wrap: balance; color: var(--texte); }
button { font: inherit; }
::selection { background: var(--ambre); color: #17191C; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; border-radius: 8px; }
.icon { width: 24px; height: 24px; flex: none; fill: currentColor; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.evitement { position: absolute; left: 12px; top: -120px; z-index: 100; padding: 14px 20px; border-radius: 14px; background: #17191C; color: #fff; font: 600 1rem/1 var(--f-titre); text-decoration: none; }
.evitement:focus { top: 12px; }
.container { position: relative; width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad); }
.section { padding-block: var(--sp); }
.intro { margin-top: 20px; max-width: 46ch; font-size: var(--t-intro); line-height: 1.5; color: var(--texte-2); }

/* Boutons */
.btn {
	--h: 48px;
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	min-height: var(--h); padding: 10px 22px; border: 0; border-radius: 999px;
	font: 600 1rem/1.1 var(--f-titre); letter-spacing: -0.005em; text-decoration: none; white-space: nowrap; cursor: pointer;
	transition: background-color 0.2s var(--ease), color 0.2s var(--ease), box-shadow 0.2s var(--ease), transform 0.2s var(--ease);
}
.btn .icon { width: 22px; height: 22px; }
.btn--l { --h: 56px; padding: 12px 28px; font-size: 1.0625rem; }
.btn--xl { --h: 64px; padding: 14px 34px; font-size: 1.1875rem; }
.btn--xl .icon { width: 26px; height: 26px; }
.btn--wa { background: #EB854C; color: #17191C; }
.btn--wa:hover { background: #F29A66; transform: translateY(-1px); box-shadow: 0 12px 24px -14px rgba(210, 106, 40, 0.95); }
.btn--wa:active { background: #E0763A; transform: none; box-shadow: none; }
.btn--contour { background: transparent; color: var(--texte); box-shadow: inset 0 0 0 1.5px currentColor; }
.btn--contour:hover { background: var(--fond-2); }
.btn--sombre { background: #17191C; color: #fff; }
.btn--sombre:hover { background: #2B2F34; }
.btn--sur-sombre { background: transparent; color: #fff; box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.5); }
.btn--sur-sombre:hover { background: rgba(255, 255, 255, 0.07); box-shadow: inset 0 0 0 1.5px #fff; }
.lien-fleche { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; font: 600 1.0625rem/1.2 var(--f-titre); color: var(--texte); text-decoration: none; }
.lien-fleche span { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 0.24em; text-decoration-color: var(--trait); transition: text-decoration-color 0.2s; }
.lien-fleche:hover span { text-decoration-color: currentColor; }
.lien-fleche .icon { width: 22px; height: 22px; color: var(--ambre-trace); }

/* En-tête */
.entete { position: sticky; top: 0; z-index: 50; background: var(--fond); background: color-mix(in srgb, var(--fond) 97%, transparent); transition: box-shadow 0.25s var(--ease); }
.entete.est-defile { box-shadow: 0 1px 0 var(--filet); }
.entete__barre { display: flex; align-items: center; gap: 20px; height: 64px; }
.entete__logo { display: block; flex: none; border-radius: 6px; }
.entete__logo img { width: auto; height: 44px; }
.nav { margin-left: auto; }
.nav ul { display: flex; gap: 2px; }
.nav a { position: relative; display: inline-flex; align-items: center; height: 44px; padding: 0 13px; border-radius: 999px; font: 500 1rem/1 var(--f-titre); color: var(--graphite); text-decoration: none; transition: color 0.2s, background-color 0.2s; }
.nav a:hover { color: var(--anthracite); background: var(--pierre); }
.nav a[aria-current="true"] { color: var(--anthracite); }
.nav a[aria-current="true"]::after { content: ""; position: absolute; left: 50%; bottom: 3px; width: 6px; height: 6px; margin-left: -3px; border-radius: 50%; background: var(--ambre-trace); }
.entete__cta { margin-left: 14px; }
.menu-bouton { display: none; align-items: center; gap: 10px; margin-left: auto; height: 48px; padding: 0 16px 0 20px; border: 0; border-radius: 999px; background: var(--pierre); color: var(--anthracite); font: 600 1rem/1 var(--f-titre); cursor: pointer; }
.menu-bouton .icon { width: 22px; height: 22px; }

@media (max-width: 1119px) {
	.nav, .entete__cta { display: none; }
	.menu-bouton { display: inline-flex; }
	.entete__barre { height: 64px; }
	.entete__logo img { height: 40px; }
}

/* Menu mobile */
.menu { position: fixed; inset: 0; z-index: 70; display: flex; flex-direction: column; background: var(--blanc); overflow-y: auto; }
.menu[hidden] { display: none; }
.menu__haut { display: flex; align-items: center; justify-content: space-between; height: 64px; padding-inline: var(--pad); }
.menu__haut img { height: 40px; width: auto; }
.menu__fermer { display: inline-flex; align-items: center; gap: 8px; height: 48px; padding: 0 16px 0 20px; border: 0; border-radius: 999px; background: var(--pierre); color: var(--anthracite); font: 600 1rem/1 var(--f-titre); cursor: pointer; }
.menu__fermer .icon { width: 22px; height: 22px; }
.menu__liens { position: relative; margin: 24px var(--pad) 0; padding-left: 34px; }
.menu__liens::before { content: ""; position: absolute; left: 9px; top: 26px; bottom: 26px; width: var(--ligne); background: var(--ambre); }
.menu__liens a { position: relative; display: flex; align-items: center; min-height: 60px; font: 600 1.625rem/1.1 var(--f-titre); letter-spacing: -0.02em; color: var(--anthracite); text-decoration: none; }
.menu__liens a::before { content: ""; position: absolute; left: -34px; top: 50%; width: 22px; height: 22px; margin-top: -11px; border-radius: 50%; background: var(--blanc); border: var(--ligne) solid var(--ambre-trace); }
.menu__actions { display: grid; gap: 12px; margin-top: auto; padding: 28px var(--pad) calc(28px + env(safe-area-inset-bottom)); }
.menu__actions .btn { width: 100%; }
body.menu-ouvert { overflow: hidden; }

/* La ligne : le tracé qui relie les sections, à toutes les largeurs */
.ligne-section { position: relative; }
.ligne-section::before {
	content: ""; position: absolute; top: 0; bottom: 0; z-index: 1;
	left: calc(max((100% - var(--maxw)) / 2, 0px) + var(--pad) / 2 - var(--rail) / 2);
	width: var(--rail); background: var(--ambre); pointer-events: none; transform-origin: top;
}
.titre-section { position: relative; }
.arret {
	position: absolute; z-index: 2;
	top: calc(0.5lh - var(--arret) / 2); left: calc(var(--pad) / -2 - var(--arret) / 2);
	width: var(--arret); height: var(--arret); border-radius: 50%;
	background: var(--fond); border: 3px solid var(--ambre-trace);
}

@media (max-width: 1023px) {
	:root { --rail: 3px; --arret: 14px; --coin: 26px; }
}

/* Accueil */
.hero { position: relative; overflow: clip; padding-top: clamp(20px, 3.5vw, 52px); }
.hero__grille { --pied: clamp(80px, 7vw, 104px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr); gap: clamp(28px, 4vw, 64px); align-items: center; padding-bottom: var(--pied); }
.hero__texte { container-type: inline-size; }
.hero__titre { font-size: clamp(2.5rem, 12.6cqi, 4.75rem); line-height: 0.98; letter-spacing: -0.036em; }
.hero__sous-titre { margin-top: clamp(18px, 2.2vw, 28px); max-width: 30ch; font-size: clamp(1.1875rem, 1.05rem + 0.45vw, 1.4375rem); line-height: 1.5; color: var(--texte-2); }
.hero__sous-titre strong { font-weight: 700; color: var(--texte); white-space: nowrap; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: clamp(26px, 3vw, 40px); }
.hero__visuel { position: relative; isolation: isolate; aspect-ratio: 5 / 4; }
.hero__decor { position: absolute; inset: 0 0 12% 0; overflow: hidden; border-radius: var(--r-l); background: var(--pierre); }
.hero__decor img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 50%; }
.hero__vehicule { position: absolute; left: 2%; right: -4%; bottom: 0; }
.hero__vehicule img { width: 100%; height: auto; }
.hero__vehicule::after { content: ""; position: absolute; left: 6%; right: 8%; bottom: -12px; height: 32px; z-index: -1; background: radial-gradient(closest-side, rgba(23, 25, 28, 0.45), rgba(23, 25, 28, 0)); }
.photo-vide { display: grid; place-items: center; width: 100%; height: 100%; min-height: 200px; background: var(--pierre); color: var(--graphite); font: 500 1rem/1.3 var(--f-titre); }
.hero__ligne { position: absolute; bottom: 0; left: calc(var(--pad) / 2 - var(--rail) / 2); right: calc(var(--pad) + 14%); height: var(--pied); pointer-events: none; }
.hero__ligne::before { content: ""; position: absolute; top: 0; left: calc(var(--coin) - 2px); right: 0; height: var(--rail); background: var(--ambre); }
.hero__ligne::after { content: ""; position: absolute; right: -9px; top: calc(var(--rail) / 2 - 9px); width: 18px; height: 18px; border-radius: 50%; background: var(--ambre); }
.hero__ligne-v { position: absolute; left: 0; top: calc(var(--coin) - 2px); bottom: 0; width: var(--rail); background: var(--ambre); }
.hero__ligne-diag { position: absolute; left: calc(var(--rail) / 2); top: var(--coin); width: calc((var(--coin) - var(--rail) / 2) * 1.4142 + 2px); height: var(--rail); margin-top: calc(var(--rail) / -2); background: var(--ambre); transform-origin: 0 50%; transform: rotate(-45deg); }

@media (max-width: 859px) {
	.hero__grille { grid-template-columns: minmax(0, 1fr); --pied: 64px; }
	.hero__titre { font-size: clamp(2.625rem, 11.2cqi, 4rem); }
	.hero__actions .btn { flex: 1 1 260px; }
	.hero__visuel { aspect-ratio: 4 / 3; }
	.hero__ligne { right: var(--pad); }
}

/* Confiance */
.confiance { padding-block: clamp(32px, 3.5vw, 52px) 0; }
.confiance .arret { top: 6px; }
.confiance__liste { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.confiance__item { display: grid; align-content: start; gap: 8px; padding: 4px clamp(18px, 2.2vw, 34px); }
.confiance__item:first-child { padding-left: 0; }
.confiance__item + .confiance__item { border-left: 1px solid var(--trait); }
.confiance__item .icon { width: 36px; height: 36px; margin-bottom: 8px; color: var(--texte); }
.confiance__item h3 { font-size: 1.1875rem; letter-spacing: -0.01em; }
.confiance__item p { font-size: 1.125rem; line-height: 1.5; color: var(--texte-2); }
@media (max-width: 1023px) {
	.confiance__liste { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 32px; }
	.confiance__item:nth-child(3) { padding-left: 0; border-left: 0; }
}
@media (max-width: 599px) {
	.confiance__liste { grid-template-columns: minmax(0, 1fr); row-gap: 0; }
	.confiance__item { grid-template-columns: 44px minmax(0, 1fr); column-gap: 14px; row-gap: 4px; padding: 18px 0; border-left: 0 !important; }
	.confiance__item + .confiance__item { border-top: 1px solid var(--trait); }
	.confiance__item .icon { grid-row: span 2; width: 34px; height: 34px; margin: 0; }
}

/* Titres de section */
.titre-section { font-size: var(--t-h2); line-height: 1.06; }
.titre-section h2 { max-width: 18ch; font-size: 1em; line-height: inherit; letter-spacing: -0.03em; }

/* Services */
.services__entete { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 88px); align-items: end; }
.services__photo { overflow: hidden; aspect-ratio: 3 / 2; border-radius: var(--r-l); background: var(--pierre); }
.services__photo img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 899px) { .services__entete { grid-template-columns: minmax(0, 1fr); } }
.usages { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: clamp(32px, 5vw, 88px); margin-top: clamp(40px, 5vw, 68px); }
.usage { display: grid; grid-template-columns: 48px minmax(0, 1fr); column-gap: 18px; padding: 28px 0 30px; border-top: 1px solid var(--trait); color: inherit; text-decoration: none; }
.usages li:nth-last-child(-n + 2) .usage { border-bottom: 1px solid var(--trait); }
.usage .icon { width: 42px; height: 42px; color: var(--texte); }
.usage__titre { display: block; font: 600 clamp(1.25rem, 1.12rem + 0.45vw, 1.5625rem)/1.2 var(--f-titre); letter-spacing: -0.018em; text-decoration: underline; text-decoration-color: transparent; text-decoration-thickness: 2px; text-underline-offset: 0.2em; transition: text-decoration-color 0.2s; }
.usage__desc { display: block; margin-top: 8px; max-width: 42ch; font-size: 1.125rem; line-height: 1.5; color: var(--texte-2); }
.usage__action { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; font: 600 1rem/1 var(--f-titre); color: var(--ambre-texte); }
.usage__action .icon { width: 18px; height: 18px; color: currentColor; transition: transform 0.25s var(--ease); }
.usage:hover .usage__titre { text-decoration-color: var(--ambre); }
.usage:hover .usage__action .icon { transform: translateX(4px); }
@media (max-width: 767px) {
	.usages { grid-template-columns: minmax(0, 1fr); }
	.usages li:nth-last-child(2) .usage { border-bottom: 0; }
}

.vehicule { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: clamp(28px, 4vw, 64px); align-items: center; margin-top: clamp(56px, 7vw, 104px); padding: clamp(14px, 1.6vw, 20px); border-radius: var(--r-l); background: var(--pierre); }
.vehicule__visuel { overflow: hidden; aspect-ratio: 4 / 3; border-radius: calc(var(--r-l) - 10px); background: var(--pierre-fonce); }
.vehicule__visuel img { width: 100%; height: 100%; object-fit: cover; }
.vehicule__texte { padding: clamp(12px, 3vw, 40px) clamp(12px, 3vw, 44px) clamp(12px, 3vw, 40px) 0; }
.vehicule__titre { font-size: var(--t-h3); letter-spacing: -0.02em; }
.vehicule__texte > p { margin-top: 12px; max-width: 40ch; color: var(--texte-2); }
@media (max-width: 899px) {
	.vehicule { grid-template-columns: minmax(0, 1fr); }
	.vehicule__texte { padding: 6px 8px 20px; }
}

.etablissements { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px 40px; margin-top: 18px; padding: clamp(24px, 3vw, 34px) clamp(22px, 3vw, 40px); border: 1px solid var(--trait); border-radius: var(--r-l); }
.etablissements h3 { font-size: 1.375rem; letter-spacing: -0.015em; }
.etablissements p { margin-top: 6px; max-width: 58ch; color: var(--texte-2); }

/* Tarifs */
.tarifs__grille { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(16px, 2vw, 24px); margin-top: clamp(38px, 4.5vw, 60px); }
.tarif { padding: clamp(24px, 3vw, 42px); border-radius: var(--r-l); background: var(--pierre); }
.tarif__entete { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 6px 16px; padding-bottom: 20px; border-bottom: 2px solid var(--texte); }
.tarif__entete h3 { font-size: clamp(1.5rem, 1.25rem + 0.9vw, 2rem); letter-spacing: -0.025em; }
.tarif__entete p { font: 500 1.125rem/1.3 var(--f-titre); color: var(--texte-2); }
.tarif__ligne { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding-block: 22px 20px; }
.tarif__ligne + .tarif__ligne { border-top: 1px solid var(--trait); }
.tarif__ligne dt { font: 500 1.125rem/1.3 var(--f-titre); }
.tarif__ligne dd { display: flex; align-items: baseline; gap: 10px; font-family: var(--f-titre); font-variant-numeric: tabular-nums lining-nums; }
.devise { font-size: 1.125rem; font-weight: 600; color: var(--texte-2); }
.montant { font-size: clamp(3rem, 2.2rem + 2.8vw, 4.625rem); font-weight: 600; line-height: 0.9; letter-spacing: -0.045em; color: var(--texte); }

.savoir { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(28px, 4vw, 72px); margin-top: clamp(44px, 5vw, 72px); }
.savoir h3 { margin-bottom: 10px; font-size: 1.3125rem; letter-spacing: -0.015em; }
.savoir__ligne { display: flex; justify-content: space-between; gap: 24px; padding-block: 15px; border-top: 1px solid var(--trait); }
.savoir__ligne:last-child { border-bottom: 1px solid var(--trait); }
.savoir__ligne dt { max-width: 34ch; font: 500 1.125rem/1.5 var(--f-titre); }
.savoir__ligne dd { font: 600 1.125rem/1.5 var(--f-titre); font-variant-numeric: tabular-nums; text-align: right; white-space: nowrap; }
.savoir__note { margin-top: 20px; max-width: 60ch; font-size: 1.125rem; color: var(--texte-2); }
.devis { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 22px 40px; margin-top: clamp(44px, 5vw, 72px); padding-top: clamp(26px, 3vw, 36px); border-top: 2px solid var(--texte); }
.devis p { max-width: 36ch; font: 500 clamp(1.3125rem, 1.12rem + 0.7vw, 1.75rem)/1.3 var(--f-titre); letter-spacing: -0.015em; }
@media (max-width: 767px) {
	.tarifs__grille, .savoir { grid-template-columns: minmax(0, 1fr); }
	.devis .btn { width: 100%; }
}

/* Zone */
.zone { background: var(--pierre); }
.zone__grille { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(32px, 5vw, 88px); align-items: center; }
.lieux { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 24px; margin-top: 30px; }
.lieux li { display: flex; align-items: center; gap: 12px; font: 500 1.125rem/1.3 var(--f-titre); }
.lieux li::before { content: ""; flex: none; width: 14px; height: 14px; border-radius: 50%; background: var(--blanc); border: 3px solid var(--ambre-trace); }
.lieux li.est-depart::before { background: var(--ambre); border-color: var(--ambre); }
.lieux__note { margin-top: 20px; font-size: 1.125rem; color: var(--texte-2); }
.zone__texte .btn { margin-top: 28px; }
.carte { position: relative; overflow: hidden; border-radius: var(--r-l); background: var(--blanc); }
.carte__svg { width: 100%; height: auto; }
.carte__credit { position: absolute; right: 12px; bottom: 10px; font: 500 0.75rem/1 var(--f-titre); color: var(--graphite); }
.c-france { fill: var(--pierre-fonce); }
.c-suisse { fill: var(--blanc); }
.c-lac { fill: var(--lac); }
.c-riviere { fill: none; stroke: var(--lac); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.c-autoroute { fill: none; stroke: #CDD1D4; stroke-width: 1.5; stroke-linecap: round; }
.c-frontiere { fill: none; stroke: var(--graphite); stroke-width: 1.5; stroke-dasharray: 5 5; opacity: 0.55; }
.c-reseau { fill: none; stroke: var(--ambre-trace); stroke-width: 3.5; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 1; stroke-dashoffset: 0; }
.c-point { fill: var(--blanc); stroke: var(--ambre-trace); stroke-width: 3.5; }
.c-depart { fill: var(--ambre); }
.c-depart-coeur { fill: var(--blanc); }
.c-nom { font: 600 19px var(--f-titre); fill: var(--anthracite); paint-order: stroke; stroke: var(--blanc); stroke-width: 6px; stroke-linejoin: round; }
.c-nom--fr { stroke: var(--pierre-fonce); }
.c-region { font: 600 15px var(--f-titre); letter-spacing: 0.16em; fill: var(--graphite); }
.c-nom--depart { font-weight: 700; }
.c-lac-nom { font: 500 17px var(--f-titre); fill: #52626C; }
@media (max-width: 899px) { .zone__grille { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 599px) {
	.c-nom { font-size: 25px; stroke-width: 7px; }
	.c-region { font-size: 19px; }
	.c-lac-nom { font-size: 21px; }
	.c-point { stroke-width: 4.5px; }
}

/* Réservation */
.etapes { --gap: clamp(24px, 3vw, 48px); position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--gap); margin-top: clamp(40px, 5vw, 68px); }
.etapes::before { content: ""; position: absolute; top: 28px; left: 28px; right: calc((100% - 2 * var(--gap)) / 3 - 28px); height: var(--ligne); background: var(--ambre); transform-origin: left; }
.etape { position: relative; }
.etape__num { position: relative; z-index: 1; display: grid; place-items: center; width: 60px; height: 60px; border-radius: 50%; background: var(--fond); border: var(--ligne) solid var(--ambre-trace); font: 600 1.125rem/1 var(--f-titre); font-variant-numeric: tabular-nums; }
.etape h3 { margin-top: 24px; font-size: var(--t-h3); letter-spacing: -0.02em; }
.etape p { margin-top: 10px; max-width: 32ch; color: var(--texte-2); }
.indiquer { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px 48px; align-items: end; margin-top: clamp(48px, 6vw, 84px); padding-top: 32px; border-top: 1px solid var(--trait); }
.indiquer h3 { font-size: 1.3125rem; letter-spacing: -0.015em; }
.indiquer ul { display: flex; flex-wrap: wrap; gap: 12px 30px; margin-top: 16px; }
.indiquer li { display: flex; align-items: center; gap: 9px; font: 500 1.125rem/1.3 var(--f-titre); }
.indiquer li .icon { width: 22px; height: 22px; color: var(--ambre-trace); }
@media (max-width: 767px) {
	.etapes { grid-template-columns: minmax(0, 1fr); }
	.etapes::before { display: none; }
	.etape { display: grid; grid-template-columns: 60px minmax(0, 1fr); column-gap: 18px; }
	.etape__num { grid-row: span 2; }
	.etape h3 { margin-top: 14px; }
	.indiquer { grid-template-columns: minmax(0, 1fr); }
	.indiquer .btn { width: 100%; }
}

/* FAQ */
.faq__grille { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: clamp(32px, 5vw, 104px); align-items: start; }
.faq__cote { position: sticky; top: 120px; }
.faq__cote .lien-fleche { margin-top: 18px; }
.question { border-top: 1px solid var(--trait); }
.question:last-child { border-bottom: 1px solid var(--trait); }
.question summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 0; list-style: none; cursor: pointer; font: 600 clamp(1.1875rem, 1.1rem + 0.35vw, 1.375rem)/1.3 var(--f-titre); letter-spacing: -0.012em; border-radius: 8px; }
.question summary::-webkit-details-marker { display: none; }
.question__signe { position: relative; flex: none; width: 42px; height: 42px; border-radius: 50%; box-shadow: inset 0 0 0 1.5px var(--trait); transition: background-color 0.25s var(--ease), box-shadow 0.25s var(--ease); }
.question__signe::before, .question__signe::after { content: ""; position: absolute; left: 50%; top: 50%; width: 14px; height: 2px; margin: -1px 0 0 -7px; border-radius: 2px; background: currentColor; transition: transform 0.3s var(--ease); }
.question__signe::after { transform: rotate(90deg); }
.question summary:hover .question__signe { box-shadow: inset 0 0 0 1.5px var(--texte); }
.question[open] .question__signe { background: #EB854C; box-shadow: none; color: #17191C; }
.question[open] .question__signe::after { transform: rotate(0deg); }
.question__reponse { max-width: 64ch; padding: 0 64px 28px 0; color: var(--texte-2); }
.question__reponse a { color: var(--ambre-texte); }
.question::details-content { height: 0; overflow: clip; transition: height 0.35s var(--ease), content-visibility 0.35s allow-discrete; }
.question[open]::details-content { height: auto; }
@media (max-width: 899px) {
	.faq__grille { grid-template-columns: minmax(0, 1fr); }
	.faq__cote { position: static; }
	.question__reponse { padding-right: 0; }
}

/* Contact : le terminus */
.contact { --pt: clamp(96px, 11vw, 168px); --appel: clamp(3rem, 1.7rem + 5vw, 6.25rem); --arret: 34px; padding-block: var(--pt) clamp(72px, 8vw, 112px); background: #17191C; color: var(--sur-sombre); }
@media (max-width: 1023px) { .contact { --arret: 16px; } }
.contact :focus-visible { outline-color: #EB854C; }
.contact .titre-section { font-size: var(--appel); line-height: 0.96; }
.contact__titre { max-width: 13ch !important; letter-spacing: -0.045em; color: #fff; }
.contact__intro { margin-top: 22px; max-width: 34ch; font-size: clamp(1.25rem, 1.1rem + 0.6vw, 1.625rem); line-height: 1.4; color: var(--sur-sombre-2); }
.contact.ligne-section::before { bottom: auto; height: calc(var(--pt) + var(--appel) * 0.48); }
.contact .arret { background: #EB854C; border-color: #EB854C; }
.contact .arret::after { content: ""; position: absolute; inset: calc(var(--arret) * 0.2); border-radius: 50%; background: #17191C; }
.contact__grille { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 3fr) minmax(0, 4fr); gap: clamp(32px, 4vw, 64px); align-items: start; margin-top: clamp(48px, 6vw, 84px); }
.contact__actions { display: grid; justify-items: start; gap: 14px; }
.contact__etab { margin-top: 20px; max-width: 38ch; font-size: 1.125rem; color: var(--sur-sombre-2); }
.contact__etab a { color: #fff; text-underline-offset: 0.22em; }
.contact__coord { display: grid; gap: 8px; font-style: normal; color: var(--sur-sombre-2); }
.contact__nom { font: 600 1.25rem/1.3 var(--f-titre); color: #fff; }
.contact__coord a { color: #fff; text-decoration-color: rgba(255, 255, 255, 0.35); text-underline-offset: 0.22em; }
.contact__coord a:hover { text-decoration-color: #fff; }
.contact__tel { font: 600 1.5rem/1.3 var(--f-titre); letter-spacing: -0.01em; font-variant-numeric: tabular-nums; }
.carte-google { position: relative; display: grid; place-content: center; justify-items: center; gap: 16px; aspect-ratio: 4 / 3; padding: 24px; overflow: hidden; border-radius: var(--r-m); background: var(--anthracite-2); text-align: center; color: var(--sur-sombre-2); font-size: 1.125rem; }
.carte-google iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.carte-google .lien-fleche { color: #fff; min-height: 40px; font-size: 1rem; }
.carte-google .lien-fleche span { text-decoration-color: rgba(255, 255, 255, 0.35); }
@media (max-width: 1023px) {
	.contact__grille { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.contact__carte { grid-column: 1 / -1; }
	.carte-google { aspect-ratio: 16 / 9; }
}
@media (max-width: 639px) {
	.contact__grille { grid-template-columns: minmax(0, 1fr); }
	.contact__actions, .contact__actions .btn { width: 100%; }
	.carte-google { aspect-ratio: 4 / 3; }
}

/* Pied de page */
.pied { padding-block: clamp(48px, 5vw, 72px) clamp(28px, 3vw, 40px); background: #111315; color: var(--sur-sombre-2); font-size: 1.125rem; }
.pied :focus-visible { outline-color: #EB854C; }
.pied a { color: var(--sur-sombre); text-decoration-color: rgba(255, 255, 255, 0.3); text-underline-offset: 0.22em; }
.pied a:hover { text-decoration-color: currentColor; }
.pied__haut { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 28px 48px; padding-bottom: 32px; border-bottom: 1px solid var(--filet-sombre); }
.pied__marque img { width: auto; height: 52px; }
.pied__marque p { margin-top: 14px; max-width: 32ch; }
.pied__coord { display: flex; flex-wrap: wrap; gap: 12px 40px; align-content: start; }
.pied__coord li { display: flex; align-items: center; gap: 10px; }
.pied__coord .icon { width: 20px; height: 20px; color: #EB854C; }
.pied__bas { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 32px; padding-top: 24px; font-size: 0.9375rem; }
.pied__bas ul { display: flex; flex-wrap: wrap; gap: 0 28px; }
.pied__bas a { display: inline-block; padding-block: 12px; }

/* Barre mobile */
.barre-mobile { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; display: none; grid-template-columns: 1fr 1fr; gap: 10px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: var(--fond); background: color-mix(in srgb, var(--fond) 98%, transparent); box-shadow: 0 -1px 0 var(--filet); }
.barre-mobile .btn { --h: 52px; padding: 10px 12px; }
@media (max-width: 767px) {
	.barre-mobile { display: grid; }
	body { padding-bottom: calc(74px + env(safe-area-inset-bottom)); }
	body.menu-ouvert .barre-mobile { display: none; }
}

/* Pages simples (mentions légales, confidentialité) */
.page-simple { padding-block: clamp(56px, 7vw, 112px); }
.prose-page { max-width: 760px; }
.prose-page h1 { font-size: var(--t-h2); margin-bottom: 32px; }
.prose-page p, .prose-page ul { margin-bottom: 1em; }
.prose-page h2 { margin: 48px 0 14px; font-size: var(--t-h3); }
.prose-page__credits { padding-left: 1.2em; list-style: disc; color: var(--texte-2); }

/* Mouvement : un seul moment signé. Le véhicule arrive sur la ligne, qui se trace depuis ses roues ;
   au défilement, la ligne descend de section en section et allume chaque arrêt. */
@media (prefers-reduced-motion: no-preference) {
	.hero__vehicule { animation: em-arrive 1.1s 0.1s var(--ease) both; }
	.hero__ligne { animation: em-trace 1.1s 0.35s var(--ease) both; }

	@supports (animation-timeline: view()) {
		.ligne-section::before { animation: em-descend linear both; animation-timeline: view(); animation-range: cover 58vh cover calc(100% - 42vh); }
		.contact.ligne-section::before { animation-range: cover 58vh cover calc(var(--pt) + 58vh); }
		.confiance.ligne-section::before { animation: none; }
		.arret { animation: em-allume linear both; animation-timeline: view(); animation-range: cover calc(58vh - 12px) cover calc(58vh + 12px); }
		.contact .arret { animation: none; }
		.etapes::before { animation: em-etend linear both; animation-timeline: view(); animation-range: entry 40% cover 55%; }
		.c-reseau { animation: em-reseau linear both; animation-timeline: view(); animation-range: entry 30% cover 50%; }
	}
}
@keyframes em-arrive { from { transform: translateX(-5%); } to { transform: none; } }
@keyframes em-trace { from { clip-path: inset(-24px -24px -24px 100%); } to { clip-path: inset(-24px); } }
@keyframes em-descend { from { transform: scaleY(0); } to { transform: scaleY(1); } }
@keyframes em-etend { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes em-allume { from { background-color: var(--fond); } to { background-color: #EB854C; border-color: #EB854C; } }
@keyframes em-reseau { from { stroke-dashoffset: 1; } to { stroke-dashoffset: 0; } }
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { transition-duration: 0s !important; }
	.question::details-content { transition: none; }
	.btn--wa:hover, .usage:hover .usage__action .icon { transform: none; }
}
