/* =========================================================================
   INOLYO — feuille de style unique.
   Valeurs relevées en style calculé sur inolyo.com : Barlow, noir #0a0a0a,
   fond blanc, bouton et bandeau noirs, rayon 8 px sur les paliers d'offre.
   ========================================================================= */

:root {
	--noir: #0a0a0a;
	--texte: rgba(10, 10, 10, .9);
	--gris: #6b6b6b;
	--gris-clair: #ededed;
	--gris-fond: #f6f6f6;
	--ligne: #e0e0e0;
	--rouge: #e0324b;
	--rouge-fond: #fdeef0;
	--vert: #1a9c62;

	--wrap: 1300px;
	--gutter: 20px;
	--font: "Barlow", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
@media (min-width: 800px) { :root { --gutter: 40px; } }

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
	margin: 0; font-family: var(--font); font-size: 16px; line-height: 1.6;
	color: var(--texte); background: #fff; overflow-x: hidden;
}
img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button { font: inherit; cursor: pointer; }
h1, h2, h3 { margin: 0 0 .5em; line-height: 1.25; font-weight: 700; color: var(--noir); }
p { margin: 0 0 1em; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.wrap--narrow { max-width: 900px; }
.center { text-align: center; }
.h2 { font-size: clamp(24px, 2.6vw, 28.8px); letter-spacing: .72px; }

/* ---------------------------------------------------------------- Bandeau */
.topbar {
	background: var(--noir); color: #fff; text-align: center;
	font-size: 16px; font-weight: 500; letter-spacing: .8px; padding: 6px 0;
}
@media (max-width: 700px) { .topbar { font-size: 13px; } }

/* ----------------------------------------------------------------- En-tête */
.header { border-bottom: 1px solid var(--ligne); background: #fff; position: relative; z-index: 20; }
.header__in { display: flex; align-items: center; justify-content: space-between; height: 45px; }
.header__logo { display: flex; align-items: center; }
.in-logo { width: 80px; height: auto; }  /* taille relevée sur le site */
.header__icons { display: flex; align-items: center; gap: 18px; }
.header__icons a { display: flex; color: var(--noir); }
.burger { border: 0; background: none; padding: 0; display: flex; flex-direction: column; gap: 4px; width: 22px; }
.burger span { display: block; height: 2px; background: var(--noir); border-radius: 2px; }

.mobile-nav {
	position: absolute; inset-inline: 0; top: 100%; background: #fff;
	border-bottom: 1px solid var(--ligne); box-shadow: 0 12px 24px -18px rgba(0,0,0,.4);
}
.mobile-nav__in { display: flex; flex-direction: column; gap: 4px; padding-block: 14px; }
.mobile-nav a { padding: 8px 0; text-decoration: none; font-weight: 500; }

/* ------------------------------------------------------------- Fil d'ariane */
.fil { font-size: 13px; color: var(--gris); padding: 14px 0 6px; }
.fil a { text-decoration: none; }
.fil span { margin-inline: 6px; }

/* ------------------------------------------------------- Fiche produit */
.product { padding-bottom: 40px; }
.product__grid { display: grid; gap: 28px; }
.product__grid > * { min-width: 0; }
/* Largeurs relevées sur inolyo.com : galerie 620 px, colonne d'achat 535 px. */
@media (min-width: 1000px) {
	.product__grid { grid-template-columns: minmax(0, 620px) minmax(0, 535px); justify-content: space-between; gap: 50px; align-items: start; }
	.gallery { position: sticky; top: 20px; }
}

.gallery__stage { position: relative; background: var(--gris-fond); border-radius: 8px; overflow: hidden; }
/* Scène 620 × 725 relevée sur le site : ni carrée, ni 3:2. */
.gallery__img { display: none; width: 100%; aspect-ratio: 620 / 725; object-fit: cover; }
.gallery__img.is-active { display: block; }
.gallery__thumbs { display: flex; gap: 10px; overflow-x: auto; padding-top: 10px; scrollbar-width: none; }
.gallery__thumbs::-webkit-scrollbar { display: none; }
.gallery__thumb { flex: 0 0 115px; padding: 0; background: none; border: 1px solid transparent; border-radius: 6px; overflow: hidden; }
.gallery__thumb img { aspect-ratio: 1; object-fit: cover; }
.gallery__thumb.is-active { border-color: var(--noir); }

/* --------------------------------------------------------- Colonne d'achat */
.buy__title { font-size: 28.8px; font-weight: 700; letter-spacing: .72px; margin-bottom: .3em; }
.buy__price { display: flex; align-items: baseline; gap: 10px; margin: 0 0 10px; }
.buy__price b { font-size: 20px; font-weight: 700; letter-spacing: 1.3px; color: var(--noir); }
.buy__price s { font-size: 20px; font-weight: 500; letter-spacing: 1.3px; color: var(--gris); }

.buy__rating { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--gris); margin-bottom: 14px; }
.stars { color: #f5a623; letter-spacing: 1px; }

.buy__accroche { font-size: 16px; font-weight: 700; color: var(--noir); margin-bottom: 14px; }

.buy__bullets { list-style: none; margin: 0 0 16px; padding: 0; }
.buy__bullets li { position: relative; padding-left: 26px; margin-bottom: 7px; font-size: 15px; }
.buy__bullets li::before {
	content: "✓"; position: absolute; left: 0; top: 0;
	width: 17px; height: 17px; border: 1px solid var(--noir); border-radius: 50%;
	display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 700;
	color: var(--noir); margin-top: 3px;
}

/* Bandeau de rareté, au-dessus de l'offre. */
.buy__stock {
	display: flex; align-items: flex-start; gap: 8px;
	background: var(--rouge-fond); border: 1px solid #f6c6ce; border-radius: 8px;
	padding: 10px 12px; font-size: 12px; color: var(--rouge); margin-bottom: 18px;
}
.buy__stock i { font-style: normal; font-weight: 700; }

/* ------------------------------------------------------------------ Offre */
.offer__legend {
	display: flex; align-items: center; gap: 12px;
	font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
	color: var(--gris); margin-bottom: 12px;
}
.offer__legend::before, .offer__legend::after { content: ""; flex: 1; height: 1px; background: var(--ligne); }

/*
 * Couleurs relevées à l'échantillon sur le site : le palier NON retenu est gris
 * (#ededed) et celui qui est retenu passe au blanc, cerné de noir. C'est l'inverse
 * du réflexe habituel — le blanc y signale la sélection, pas le repos.
 */
.pack {
	display: block; position: relative; border: 2px solid transparent; border-radius: 8px;
	margin-bottom: 8px; cursor: pointer; background: var(--gris-clair);
	transition: background .15s ease, border-color .15s ease;
}
.pack:hover { border-color: #c9c9c9; }
.pack.is-active { background: #fff; border-color: var(--noir); }
.pack input { position: absolute; opacity: 0; pointer-events: none; }

.pack__row { display: flex; align-items: center; gap: 12px; padding: 14px 16px; }
.pack__dot {
	flex: 0 0 18px; width: 18px; height: 18px; border: 1px solid #b9b9b9; border-radius: 50%;
	position: relative;
}
.pack.is-active .pack__dot { border-color: var(--noir); }
.pack.is-active .pack__dot::after {
	content: ""; position: absolute; inset: 3px; border-radius: 50%; background: var(--noir);
}
.pack__txt { flex: 1; min-width: 0; }
.pack__titre { display: block; font-size: 15px; font-weight: 700; color: var(--noir); }
.pack__sous { display: block; font-size: 12px; color: var(--gris); }
.pack__prix { text-align: right; white-space: nowrap; }
.pack__prix b { display: block; font-size: 15px; font-weight: 700; color: var(--noir); }
.pack__prix s { display: block; font-size: 12px; font-weight: 500; color: var(--gris); }

/*
 * Le badge est posé À CHEVAL sur la bordure haute de la card : moitié au-dessus,
 * moitié dedans, la bordure passant derrière lui. C'est ce qui le rattache
 * visuellement à l'offre qu'il désigne — entièrement au-dessus, il flotterait.
 * La marge du palier ne réserve donc que la moitié de la hauteur du badge.
 */
.pack__badge {
	position: absolute; top: 0; right: 12px; transform: translateY(-50%); z-index: 2;
	background: var(--noir); color: #fff; font-size: 12px; font-weight: 700;
	padding: 6px 10px; border-radius: 5px; letter-spacing: .3px; line-height: 1;
}
.pack--badge { margin-top: 16px; }

/* Lignes de bonus, sous le palier — toujours grises, y compris dans un palier blanc. */
.pack__bonus {
	display: flex; align-items: center; gap: 10px;
	background: var(--gris-clair); padding: 8px 14px; font-size: 12.5px;
	border-top: 1px solid #dcdcdc;
}
.pack__bonus:last-child { border-radius: 0 0 6px 6px; }
.pack__bonus img { width: 28px; height: 28px; object-fit: contain; border-radius: 3px; flex: 0 0 28px; }
.pack__bonus img.pack__camion { width: 22px; height: 22px; flex-basis: 22px; }
.pack__bonus span { flex: 1; min-width: 0; }
.pack__bonus s { color: var(--gris); }

.atc {
	display: block; width: 100%; margin-top: 16px;
	background: var(--noir); color: #fff; border: 0; border-radius: 8px;
	padding: 15px; font-size: 16px; font-weight: 700; letter-spacing: .8px;
	text-transform: uppercase; transition: opacity .15s ease;
}
.atc:hover { opacity: .88; }
.atc:disabled { opacity: .5; cursor: default; }

.buy__reassure { display: flex; justify-content: center; gap: 34px; margin: 16px 0 14px; font-size: 15px; color: var(--texte); flex-wrap: wrap; }
.buy__reassure span { display: flex; align-items: center; gap: 8px; }
.buy__reassure i {
	font-style: normal; flex: 0 0 18px; width: 18px; height: 18px; border: 1.5px solid var(--noir);
	border-radius: 50%; display: flex; align-items: center; justify-content: center;
	font-size: 10px; font-weight: 700; color: var(--noir);
}
.buy__pay { margin: 0 auto 20px; max-width: min(300px, 100%); }
@media (max-width: 420px) { .buy__reassure { gap: 18px; font-size: 13.5px; } }
.buy__error { color: var(--rouge); font-size: 14px; }

/* Avis mis en avant sous le bouton. */
.buy__avis {
	background: var(--gris-fond); border-radius: 8px; padding: 14px 16px; margin-bottom: 18px; font-size: 13px;
}
.buy__avis strong { font-size: 13px; color: var(--noir); }
.buy__avis .buy__avis-head { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
.buy__avis .stars { color: var(--noir); font-size: 12px; }
.buy__avis p { margin: 0; }

/* ------------------------------------------------------------- Accordéons */
.accordions { margin-top: 22px; }
.acc { border-top: 1px solid var(--ligne); }
.acc:last-child { border-bottom: 1px solid var(--ligne); }
.acc summary {
	list-style: none; cursor: pointer; padding: 14px 0; font-size: 14px; font-weight: 600;
	display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--noir);
}
.acc summary::-webkit-details-marker { display: none; }
.acc summary::after { content: "⌄"; font-size: 16px; color: var(--gris); transition: transform .2s ease; }
.acc[open] summary::after { transform: rotate(180deg); }
.acc__body { padding-bottom: 14px; font-size: 14px; }
.acc__body p:last-child { margin-bottom: 0; }

/* ------------------------------------------------------ Sections éditoriales */
.pitch { padding: 44px 0; }
.pitch__grid { display: grid; gap: 26px; align-items: center; }
.pitch__grid > * { min-width: 0; }
@media (min-width: 900px) {
	.pitch__grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 56px; }
	.pitch--droite .pitch__media { order: 2; }
}
.pitch__media img, .pitch__media video { width: 100%; border-radius: 8px; background: var(--gris-fond); }
.pitch__text h2 { font-size: clamp(24px, 2.6vw, 28.8px); letter-spacing: .72px; margin-bottom: .7em; }
.pitch__text p { font-size: 15px; }
.pitch__text p:last-child { margin-bottom: 0; }

/* --------------------------------------------------------------------- FAQ */
.faq { padding: 40px 0 56px; }
.faq .h2 { text-align: center; margin-bottom: 1.2em; }

/* ------------------------------------------------------------------- Avis */
.reviews { padding: 20px 0 60px; }
.reviews__head { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-bottom: 24px; }
.reviews__score { display: flex; align-items: center; gap: 10px; }
.reviews__score strong { font-size: 30px; font-weight: 700; color: var(--noir); }
.reviews__bars { flex: 1; min-width: 220px; max-width: 320px; display: grid; gap: 3px; }
.reviews__bar { display: grid; grid-template-columns: 34px 1fr 34px; align-items: center; gap: 8px; font-size: 12px; color: var(--gris); }
.reviews__bar i { display: block; height: 7px; background: var(--gris-clair); border-radius: 4px; overflow: hidden; }
.reviews__bar i b { display: block; height: 100%; background: #f5a623; }

.reviews__list { display: grid; gap: 0; }
.review { border-top: 1px solid var(--ligne); padding: 18px 0; margin: 0; }
.review.is-hidden { display: none; }
.review__who { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.review__avatar {
	width: 30px; height: 30px; border-radius: 50%; background: var(--gris-clair);
	display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: var(--noir);
}
.review__name { font-size: 14px; font-weight: 600; color: var(--noir); }
.review__verified { font-size: 11px; color: var(--vert); }
.review__title { font-size: 14px; font-weight: 700; margin: 4px 0; color: var(--noir); }
.review__txt { margin: 0; font-size: 14px; }
.reviews__more { text-align: center; margin-top: 22px; }

.btn {
	display: inline-flex; align-items: center; justify-content: center;
	background: var(--noir); color: #fff; font-weight: 700; font-size: 15px; letter-spacing: .8px;
	text-decoration: none; padding: 14px 30px; border: 0; border-radius: 8px; transition: opacity .15s ease;
}
.btn:hover { opacity: .88; }
.btn--outline { background: none; color: var(--noir); border: 1px solid var(--noir); }

/* --------------------------------------------------------- Barre collante */
.stickybar {
	position: fixed; inset-inline: 0; bottom: 0; z-index: 40;
	background: #fff; border-top: 1px solid var(--ligne);
	display: flex; align-items: center; gap: 14px; padding: 10px var(--gutter);
	transform: translateY(110%); transition: transform .25s ease;
}
.stickybar.is-on { transform: none; }
.stickybar img { width: 38px; height: 38px; object-fit: cover; border-radius: 5px; background: var(--gris-fond); }
.stickybar__nom { flex: 1; min-width: 0; font-size: 14px; font-weight: 600; color: var(--noir); }
.stickybar .atc { width: auto; margin: 0; padding: 12px 26px; }
@media (max-width: 700px) { .stickybar__nom { display: none; } .stickybar .atc { flex: 1; } }

/* ------------------------------------------------------------ Réassurances */
.reassure { background: var(--gris-fond); padding: 40px 0; }
.reassure__grid { display: grid; gap: 24px; text-align: center; }
@media (min-width: 800px) { .reassure__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.reassure__icon { font-size: 26px; }
.reassure__item h3 { font-size: 15px; margin: 10px 0 6px; }
.reassure__item p { font-size: 13px; color: var(--gris); margin: 0; }

/* ---------------------------------------------------------------- Pied */
.footer { background: var(--noir); color: #fff; padding: 44px 0 22px; }
.footer a { color: #fff; }
.footer__grid { display: grid; gap: 30px; }
@media (min-width: 900px) { .footer__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.footer h3 { color: #fff; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; margin-bottom: .9em; }
.footer p, .footer a { font-size: 13px; }
.footer__links { display: flex; flex-direction: column; gap: 7px; }
.footer__links a { text-decoration: none; opacity: .82; }
.footer__links a:hover { opacity: 1; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.16); margin-top: 30px; padding-top: 16px; font-size: 12px; opacity: .7; }

/* ------------------------------------------------------------ Pages simples */
.in-page { padding: 40px 0 60px; }
.in-page__title { font-size: clamp(24px, 3vw, 32px); margin-bottom: .6em; }
.prose h2 { font-size: 19px; margin-top: 1.4em; }
.prose h3 { font-size: 16px; margin-top: 1.2em; }
.prose ul { padding-left: 20px; }
.prose li { margin-bottom: 5px; }
.in-tag { font-size: 11px; font-weight: 700; color: var(--vert); }

/* =========================================================================
   PAGE DE SUIVI — frise du colis, contenu de la commande
   Le noir de la marque tient le rôle de l'accent : une étape franchie est
   noire, une échéance dépassée grise, une échéance à venir creuse.
   La barre de progression est un pseudo-élément dont la largeur vient de
   --frise-avance, posé en PHP. Aucun JavaScript.
   ========================================================================= */

.suivi__retour { margin: -14px 0 24px; font-size: 15px; }
.suivi__retour a { color: var(--gris); text-decoration: none; }
.suivi__retour a:hover { color: var(--noir); }

/* ---- La frise ---- */
.frise {
	list-style: none;
	margin: 0 0 42px;
	padding: 0;
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 1fr;
	position: relative;
}
.frise__pas {
	position: relative;
	display: grid;
	justify-items: start;
	color: #b4b4b4;
	min-width: 0;
}
.frise__ico { display: block; height: 28px; margin-bottom: 16px; }

.frise__pas::after {
	content: "";
	position: absolute;
	left: 7px; right: -100%;
	top: 51px;
	height: 2px;
	background: var(--ligne);
}
.frise__pas:last-child::after { display: none; }
.frise__pas.is-faite:not(.is-courante)::after { background: var(--noir); }
/*
 * Le segment qui part de l'étape en cours se remplit à --frise-avance, la part de
 * temps écoulée jusqu'à l'étape suivante : la barre bouge de jour en jour au lieu
 * de rester figée pendant l'acheminement.
 */
.frise__pas.is-courante.is-faite::after {
	background: linear-gradient(to right,
		var(--noir) var(--frise-avance, 0%),
		var(--ligne) var(--frise-avance, 0%));
}

.frise__point {
	width: 14px; height: 14px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid var(--ligne);
	position: relative;
	z-index: 1;
	margin-bottom: 12px;
}
.frise__pas.is-faite { color: var(--noir); }
.frise__pas.is-faite .frise__point { background: var(--noir); border-color: var(--noir); }
.frise__pas.is-courante .frise__point { box-shadow: 0 0 0 5px rgba(10, 10, 10, .12); }

.frise__titre { font-size: 15px; font-weight: 600; line-height: 1.3; }
.frise__date  { font-size: 14px; color: var(--gris); margin-top: 2px; }
.frise__pas:not(.is-faite) .frise__date { color: #b4b4b4; }

@media (max-width: 760px) {
	/* En colonne : la ligne passe à la verticale, à gauche des pastilles. */
	.frise { grid-auto-flow: row; grid-auto-columns: auto; gap: 24px; margin-bottom: 32px; }
	.frise__pas {
		grid-template-columns: 14px 1fr;
		grid-template-areas: "point titre" "point date";
		column-gap: 16px;
		align-items: center;
	}
	.frise__ico { display: none; }
	.frise__point { grid-area: point; margin: 0; }
	.frise__titre { grid-area: titre; }
	.frise__date  { grid-area: date; }
	.frise__pas::after {
		left: 6px; right: auto;
		top: 14px; bottom: -30px;
		width: 2px; height: auto;
	}
}

/* ---- Les deux colonnes ---- */
.suivi__grid { display: grid; gap: 36px; align-items: start; }
@media (min-width: 900px) {
	.suivi__grid { grid-template-columns: minmax(0, 1fr) 330px; gap: 52px; }
}
.suivi__grid > * { min-width: 0; }

.suivi__statut { font-size: clamp(28px, 3.6vw, 40px); margin: 0 0 10px; line-height: 1.1; font-weight: 700; }
.suivi__eta { font-size: 16px; color: var(--gris); margin: 0 0 24px; }
.suivi__eta strong { color: var(--noir); }

.suivi__carte {
	background: var(--gris-fond);
	border-radius: 8px;
	padding: 20px 22px;
	margin-bottom: 30px;
}
.suivi__carte-t { font-size: 12px; font-weight: 700; text-transform: uppercase;
	letter-spacing: .08em; color: var(--gris); margin: 0 0 8px; }
.suivi__adresse { font-style: normal; font-size: 16px; line-height: 1.55; }

/* ---- Le journal ---- */
.journal { list-style: none; margin: 0 0 12px; padding: 0; }
.journal__l { position: relative; padding: 0 0 24px 30px; color: var(--gris); font-size: 15px; }
.journal__l:not(:last-child)::before {
	content: "";
	position: absolute;
	left: 6px; top: 17px; bottom: 0;
	width: 2px;
	background: var(--ligne);
}
.journal__pt {
	position: absolute; left: 0; top: 4px;
	width: 14px; height: 14px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid var(--ligne);
}
.journal__l.is-fait { color: var(--noir); }
.journal__l.is-fait .journal__pt { background: var(--noir); border-color: var(--noir); }
/* Échéance estimée déjà dépassée : pastille grise — l'étape est probable, pas constatée. */
.journal__l.is-passe .journal__pt { background: #b4b4b4; border-color: #b4b4b4; }
.journal__l.is-prevu .journal__pt { background: #fff; border-color: var(--ligne); }
.journal__d { display: block; font-weight: 700; font-size: 14px; }
.journal__t { display: block; }

.journal__legende { margin: 0 0 26px; font-size: 13px; color: #b4b4b4; line-height: 1.5; }
.suivi__aide { font-size: 15px; color: var(--gris); }

/* ---- Colonne de droite ---- */
.suivi__aside { border: 1px solid var(--ligne); border-radius: 8px; padding: 22px; }
.suivi__aside-t { font-size: 12px; font-weight: 700; text-transform: uppercase;
	letter-spacing: .08em; color: var(--gris); margin: 0 0 8px; }
.suivi__aside-t + .suivi__items,
.suivi__aside-v + .suivi__aside-t { margin-top: 24px; }
.suivi__aside-v { margin: 0; font-size: 18px; font-weight: 700; }
.suivi__aside-v span { font-size: 15px; font-weight: 400; color: var(--gris); }

.suivi__items { list-style: none; margin: 0; padding: 0; }
.suivi__item { display: flex; gap: 12px; align-items: center; padding: 11px 0;
	border-bottom: 1px solid var(--ligne); }
.suivi__item:last-child { border-bottom: 0; }

.suivi__vign { position: relative; flex: 0 0 54px; }
.suivi__vign img {
	width: 54px; height: 54px;
	object-fit: cover;
	border: 1px solid var(--ligne);
	border-radius: 6px;
	display: block;
}
.suivi__qte {
	position: absolute; top: -6px; right: -6px;
	min-width: 20px; height: 20px;
	padding: 0 5px;
	border-radius: 10px;
	background: var(--noir);
	color: #fff;
	font-size: 11px; font-weight: 700;
	display: flex; align-items: center; justify-content: center;
}
.suivi__nom { font-size: 15px; font-weight: 600; line-height: 1.35; min-width: 0; }
.suivi__nom small { display: block; font-weight: 400; font-size: 13px; color: var(--gris); }

.suivi__total {
	display: flex; justify-content: space-between; align-items: baseline;
	margin: 18px 0 0; padding-top: 14px;
	border-top: 2px solid var(--noir);
	font-size: 16px;
}
.suivi__total strong { font-size: 20px; }

/* =========================================================================
   PAGE D'ACCUEIL — réplique de inolyo.com/
   Reprend les jetons du thème : Barlow, noir #0a0a0a, .wrap à 1300 px.
   ========================================================================= */

/* Bandeau : trois visuels qui défilent sous un même message. */
.home-hero { position: relative; isolation: isolate; }
.home-hero__slides { position: relative; }
.home-hero__slide { display: none; }
.home-hero__slide.is-active { display: block; }
.home-hero__slide img { width: 100%; height: clamp(420px, 56vw, 640px); object-fit: cover; }

/* Le texte se lit par-dessus la photo : sans ce voile, le blanc disparaît sur les zones claires. */
.home-hero__mask {
	position: absolute; inset: 0; z-index: 1;
	background: linear-gradient(90deg, rgba(0, 0, 0, .55) 0%, rgba(0, 0, 0, .28) 55%, rgba(0, 0, 0, 0) 100%);
}
.home-hero__in {
	position: absolute; inset: 0; z-index: 2;
	display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
	color: #fff;
}
.home-hero__title {
	color: #fff; font-size: clamp(26px, 3.4vw, 42px); line-height: 1.15;
	max-width: 15ch; margin-bottom: .35em;
}
.home-hero__sub { color: rgba(255, 255, 255, .92); font-size: clamp(15px, 1.3vw, 18px); max-width: 46ch; }
.home-hero__cta { margin-top: 6px; }

.home-hero__dots {
	position: absolute; z-index: 3; left: 0; right: 0; bottom: 16px;
	display: flex; justify-content: center; gap: 8px;
}
.home-hero__dot {
	width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%;
	background: rgba(255, 255, 255, .5);
}
.home-hero__dot.is-active { background: #fff; }

@media (max-width: 749px) {
	.home-hero__mask { background: linear-gradient(180deg, rgba(0, 0, 0, .18) 0%, rgba(0, 0, 0, .62) 100%); }
	.home-hero__in { justify-content: flex-end; padding-bottom: 42px; }
	.home-hero__title { max-width: none; }
}

/* Les trois atouts. */
.home-atouts { padding: 44px 0 8px; }
.home-atouts__grid { display: grid; gap: 26px; }
.home-atouts__t { font-size: 18px; margin-bottom: .35em; }
.home-atouts__item p { color: var(--gris); margin: 0; }

/* Les trois étapes de pose. */
.home-etapes { padding: 44px 0; }
.home-etapes__grid { display: grid; gap: 26px; margin-top: 28px; }
.home-etapes__n {
	display: inline-flex; align-items: center; justify-content: center;
	width: 30px; height: 30px; margin-bottom: 10px;
	border-radius: 50%; background: var(--noir); color: #fff; font-weight: 700; font-size: 15px;
}
.home-etapes__t { font-size: 17px; margin-bottom: .3em; }
.home-etapes__item p { color: var(--gris); margin: 0; }

/* Les chiffres. */
.home-chiffres { padding: 44px 0; background: var(--gris-fond); }
.home-chiffres__sub { color: var(--gris); margin-bottom: 30px; }
.home-chiffres__grid { display: grid; gap: 28px; }
.home-chiffres__v { display: block; font-size: clamp(34px, 4vw, 46px); line-height: 1; color: var(--noir); }
.home-chiffres__item p { color: var(--gris); margin: 10px auto 0; max-width: 30ch; }
.home-chiffres__mention { margin-top: 28px; font-size: 13px; color: var(--gris); }

/* Les témoignages. */
.home-temoins { padding: 44px 0; }
.home-temoins__grid { display: grid; gap: 22px; margin-top: 28px; }
.home-temoins__item { margin: 0; padding: 24px; border: 1px solid var(--ligne); border-radius: 8px; }
.home-temoins__t { font-size: 16px; margin: 8px 0 .4em; }
.home-temoins__item blockquote { margin: 0 0 12px; color: var(--gris); }
.home-temoins__item figcaption { font-size: 13px; color: var(--gris); }

/* La garantie. */
.home-garantie { padding: 44px 0 56px; }
.home-garantie p { color: var(--gris); max-width: 52ch; margin-inline: auto; }
.home-garantie .btn { margin-top: 8px; }

@media (min-width: 800px) {
	.home-atouts__grid,
	.home-etapes__grid,
	.home-chiffres__grid,
	.home-temoins__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.home-atouts { padding-top: 56px; }
}

/* --------------------------------------------- Formulaires (contact, suivi)
   `.form`, `.form__hp` et `.notice` étaient posées dans template-contact.php et
   template-suivi.php sans jamais avoir été écrites ici. Conséquences visibles en
   production : les deux formulaires s'affichaient en champs bruts alignés sur une
   ligne — et surtout le champ piège anti-robot, qui doit rester invisible,
   s'affichait au client sous l'intitulé « Ne pas remplir ». Un client qui le
   remplissait voyait son message rejeté en silence. */
.form {
	display: flex; flex-direction: column; gap: 16px;
	max-width: 560px; margin: 26px 0 0;
}
.form label {
	display: flex; flex-direction: column; gap: 7px;
	font-size: 14px; font-weight: 600; color: var(--noir);
}
.form label span { font-weight: 400; color: var(--gris); }
.form input,
.form textarea {
	font-family: inherit; font-size: 16px; color: var(--noir);
	background: #fff; border: 1px solid var(--ligne); border-radius: 8px;
	padding: 13px 14px; width: 100%; min-width: 0;
	transition: border-color .15s ease;
}
.form textarea { resize: vertical; min-height: 150px; line-height: 1.5; }
.form input:focus,
.form textarea:focus { outline: none; border-color: var(--noir); }
.form input::placeholder,
.form textarea::placeholder { color: var(--gris); }
.form .btn { align-self: flex-start; margin-top: 4px; cursor: pointer; }

/* Champ piège : hors écran plutôt que `display:none`, que certains robots détectent. */
.form__hp {
	position: absolute; left: -9999px;
	width: 1px; height: 1px; overflow: hidden;
}

.notice {
	border-radius: 8px; padding: 13px 16px; margin: 0 0 18px;
	font-size: 15px; line-height: 1.45;
	border: 1px solid var(--ligne); background: var(--gris-fond); color: var(--texte);
}
.notice--ko { background: var(--rouge-fond); border-color: var(--rouge); color: var(--rouge); }
.notice--ok { background: #eaf7f1; border-color: var(--vert); color: var(--vert); }

.contact-mail { margin: 22px 0 0; font-size: 15px; color: var(--gris); }
.contact-mail a { color: var(--noir); }

@media (max-width: 600px) {
	.form { gap: 14px; }
	.form .btn { align-self: stretch; }
}
