/* =============================================================
   Vrumqo — feuille de style du site public
   Deux thèmes (sombre par défaut, clair au choix) pilotés par
   l'attribut data-theme sur <html>. Mobile-first, sans framework.
   ============================================================= */

/* ---------- Variables ---------- */
:root {
  --font-titre: 'Sora', 'Segoe UI', system-ui, sans-serif;
  --font-texte: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
  --max: 1180px;
  --rayon: 18px;
  --rayon-sm: 12px;
  --header-h: 72px;
  --trans: .25s cubic-bezier(.22, .61, .36, 1);
  --rouge: #ff5d7a;
  --bleu: #4d9bff;
}

:root[data-theme="dark"] {
  color-scheme: dark;
  --fond: #070d19;
  --fond-2: #0b1324;
  --surface: #101c30;
  --surface-2: #162540;
  --surface-3: #1e3050;
  --texte: #eef3fa;
  --texte-2: #b9c5d8;
  --texte-doux: #8b9bb5;
  --ligne: rgba(255, 255, 255, .08);
  --ligne-2: rgba(255, 255, 255, .15);
  --accent: #4aa3ff;
  --accent-fonce: #2f7ff0;
  --accent-texte: #ffffff;
  --violet: #8b74ff;
  --violet-fonce: #6d52f0;
  --rose: #ff6b9a;
  --ambre: #ffb454;
  --ombre: 0 24px 60px rgba(0, 0, 0, .45);
  --ombre-douce: 0 10px 30px rgba(0, 0, 0, .3);
  --halo-1: rgba(74, 163, 255, .18);
  --halo-2: rgba(124, 92, 255, .22);
  --entete-fond: rgba(7, 13, 25, .78);
}

:root[data-theme="light"] {
  color-scheme: light;
  --fond: #f5f7fb;
  --fond-2: #ffffff;
  --surface: #ffffff;
  --surface-2: #eef2f8;
  --surface-3: #e2e8f2;
  --texte: #0c1730;
  --texte-2: #3e4c64;
  --texte-doux: #67758d;
  --ligne: rgba(12, 23, 48, .09);
  --ligne-2: rgba(12, 23, 48, .17);
  --accent: #1f6fe0;
  --accent-fonce: #1a5ec6;
  --accent-texte: #ffffff;
  --violet: #6a4cff;
  --violet-fonce: #5638e6;
  --rose: #e0457b;
  --ambre: #d98a1f;
  --ombre: 0 22px 55px rgba(12, 23, 48, .12);
  --ombre-douce: 0 10px 28px rgba(12, 23, 48, .08);
  --halo-1: rgba(31, 111, 224, .14);
  --halo-2: rgba(106, 76, 255, .13);
  --entete-fond: rgba(245, 247, 251, .84);
}

/* Couleur d'accent locale (par solution) */
.est-teal { --c: var(--accent); }
.est-violet { --c: var(--violet); }
.est-rose { --c: var(--rose); }
.est-ambre { --c: var(--ambre); }

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-texte);
  font-size: 16.5px;
  line-height: 1.6;
  color: var(--texte);
  background: var(--fond);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  transition: background-color .3s ease, color .3s ease;
}
body.menu-ouvert, body.lightbox-ouverte { overflow: hidden; }
img, svg, video { display: block; max-width: 100%; }
a { color: inherit; }
button { font-family: inherit; font-size: inherit; color: inherit; }
h1, h2, h3, h4 { font-family: var(--font-titre); font-weight: 700; line-height: 1.15; letter-spacing: -.02em; }
h1 { font-size: clamp(34px, 4.6vw, 56px); line-height: 1.08; }
h2 { font-size: clamp(27px, 3.5vw, 40px); }
h3 { font-size: 20px; }
p { margin: 0; }
ul, ol { padding: 0; margin: 0; }
.ico { width: 22px; height: 22px; flex: none; }
.ico--petit { width: 16px; height: 16px; }
.ico--fin { margin-left: auto; color: var(--texte-doux); }

.lien-evitement { position: absolute; left: 1rem; top: -100px; z-index: 200; background: var(--accent); color: var(--accent-texte); padding: .6rem 1rem; border-radius: 10px; font-weight: 600; }
.lien-evitement:focus { top: 1rem; }

.conteneur { width: min(var(--max), 100% - 2.4rem); margin-inline: auto; }
.conteneur--etroit { width: min(860px, 100% - 2.4rem); }

/* ---------- Logo ---------- */
.logo { display: inline-flex; align-items: center; gap: .5rem; height: var(--h, 30px); color: var(--texte); white-space: nowrap; }
.logo__marque { height: 100%; width: auto; flex: none; }
.logo__image { height: 100%; width: auto; max-width: 220px; object-fit: contain; }
.logo__nom { font-family: var(--font-titre); font-weight: 700; font-size: calc(var(--h, 30px) * .74); letter-spacing: -.025em; line-height: 1; }

/* ---------- Boutons, liens, étiquettes ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  padding: .8rem 1.35rem; border-radius: 12px; border: 1px solid transparent;
  font-weight: 600; font-size: 15px; line-height: 1.2; text-decoration: none; cursor: pointer;
  transition: transform var(--trans), box-shadow var(--trans), background-color var(--trans), border-color var(--trans);
  white-space: nowrap;
}
.btn .ico { width: 18px; height: 18px; }
.btn--primaire { background: linear-gradient(135deg, var(--accent), var(--accent-fonce)); color: var(--accent-texte); box-shadow: 0 10px 26px -8px color-mix(in srgb, var(--accent) 60%, transparent); }
.btn--primaire:hover { transform: translateY(-2px); box-shadow: 0 16px 32px -10px color-mix(in srgb, var(--accent) 70%, transparent); }
.btn--secondaire { background: var(--surface); border-color: var(--ligne-2); color: var(--texte); }
.btn--secondaire:hover { border-color: var(--texte-doux); transform: translateY(-2px); }
.btn--grand { padding: 1rem 1.6rem; font-size: 16px; border-radius: 14px; }
.btn--bloc { width: 100%; }

.lien-fleche { display: inline-flex; align-items: center; gap: .4rem; font-weight: 600; color: var(--accent); text-decoration: none; transition: gap var(--trans); }
.lien-fleche .ico { width: 18px; height: 18px; }
.lien-fleche:hover { gap: .75rem; }

.surtitre { display: inline-flex; align-items: center; gap: .6rem; font-family: var(--font-titre); font-weight: 600; font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--accent); }
.surtitre i { width: 22px; height: 2px; background: currentColor; border-radius: 2px; }
.etiquette { display: inline-block; padding: .32rem .75rem; border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; background: color-mix(in srgb, var(--accent) 16%, transparent); color: var(--accent); }
.etiquette--petite { font-size: 10.5px; padding: .22rem .55rem; }
.requis { color: var(--accent); }
.vide { text-align: center; color: var(--texte-doux); padding: 3rem 0; }

.coches { list-style: none; }
.coches li { display: flex; align-items: flex-start; gap: .6rem; margin: .55rem 0; color: var(--texte-2); }
.coches .ico { width: 20px; height: 20px; color: var(--c, var(--accent)); margin-top: .1em; }
.coches--compact li { font-size: 14.5px; margin: .35rem 0; }

/* ---------- Sections ---------- */
.section { padding: 5rem 0; }
.section--haut { padding-top: 1.5rem; }
.section--cta { padding-bottom: 5rem; }
.section__tete { text-align: center; max-width: 720px; margin: 0 auto 3rem; }
.section__tete--gauche { text-align: left; margin-left: 0; }
.section__tete--gauche .surtitre { justify-content: flex-start; }
.section__tete h2 { margin-top: .7rem; }
.section__tete p:not(.surtitre) { font-size: 17px; color: var(--texte-2); margin-top: 1rem; }

/* ---------- Bandeau ---------- */
.bandeau { background: linear-gradient(90deg, var(--violet-fonce), var(--accent-fonce)); color: #fff; text-align: center; font-size: 14px; padding: .55rem 1rem; }
.bandeau a { color: #fff; font-weight: 600; display: inline-flex; align-items: center; gap: .3rem; margin-left: .3rem; }
.bandeau .ico { width: 15px; height: 15px; }

/* ---------- En-tête ---------- */
.entete { position: sticky; top: 0; z-index: 60; background: var(--entete-fond); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid transparent; transition: border-color var(--trans), box-shadow var(--trans); }
.entete.est-scrolle { border-color: var(--ligne); box-shadow: 0 8px 30px -18px rgba(0, 0, 0, .5); }
.entete__inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; height: var(--header-h); }
.entete__logo { display: inline-flex; color: var(--texte); text-decoration: none; }
.entete__actions { display: flex; align-items: center; gap: .7rem; }
.entete__tel { display: inline-flex; align-items: center; gap: .5rem; padding: .55rem .9rem; border-radius: 999px; border: 1px solid var(--ligne-2); background: var(--surface); text-decoration: none; font-weight: 600; font-size: 14px; color: var(--texte-2); transition: color var(--trans), border-color var(--trans); }
.entete__tel:hover { color: var(--texte); border-color: var(--texte-doux); }
.entete__tel .ico { width: 17px; height: 17px; color: var(--accent); }

.nav { display: flex; align-items: center; gap: 1.7rem; }
.nav__lien { display: inline-flex; align-items: center; gap: .3rem; padding: .4rem 0; background: none; border: none; cursor: pointer; font-weight: 500; font-size: 15px; color: var(--texte-2); text-decoration: none; transition: color var(--trans); }
.nav__lien:hover, .nav__lien.est-actif { color: var(--texte); }
.nav__item--menu { position: relative; }
.nav__item--menu > .nav__lien .ico { transition: transform var(--trans); }
.nav__item--menu:hover > .nav__lien .ico, .nav__item--menu.est-ouvert > .nav__lien .ico { transform: rotate(180deg); }
.menu-deroulant { position: absolute; top: calc(100% + .8rem); left: -1rem; width: min(440px, calc(100vw - 1.5rem)); padding: .6rem; background: var(--surface); border: 1px solid var(--ligne-2); border-radius: 18px; box-shadow: var(--ombre); opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity var(--trans), transform var(--trans), visibility var(--trans); }
.nav__item--menu:hover .menu-deroulant, .nav__item--menu:focus-within .menu-deroulant, .nav__item--menu.est-ouvert .menu-deroulant { opacity: 1; visibility: visible; transform: translateY(0); }
.menu-deroulant__lien { display: flex; align-items: center; gap: .85rem; padding: .65rem .75rem; border-radius: 12px; text-decoration: none; transition: background-color var(--trans); }
.menu-deroulant__lien:hover { background: var(--surface-2); }
.menu-deroulant__lien b { display: block; font-size: 14.5px; }
.menu-deroulant__lien small { display: block; font-size: 12.5px; color: var(--texte-doux); line-height: 1.35; }
.menu-deroulant__icone { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; flex: none; background: color-mix(in srgb, var(--c, var(--accent)) 16%, transparent); color: var(--c, var(--accent)); }
.menu-deroulant__icone .ico { width: 19px; height: 19px; }
.menu-deroulant__tout { display: inline-flex; align-items: center; gap: .4rem; margin: .4rem .75rem .3rem; font-size: 13.5px; font-weight: 600; color: var(--accent); text-decoration: none; }
.nav__mobile-actions { display: none; }

.theme-bouton { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--ligne-2); background: var(--surface); display: grid; place-items: center; cursor: pointer; transition: border-color var(--trans), transform var(--trans); }
.theme-bouton:hover { border-color: var(--texte-doux); transform: rotate(15deg); }
.theme-bouton .ico { width: 18px; height: 18px; }
.theme-bouton span { display: contents; }
:root[data-theme="dark"] .theme-bouton__lune { display: none; }
:root[data-theme="light"] .theme-bouton__soleil { display: none; }

.burger { display: none; width: 42px; height: 42px; border-radius: 12px; border: 1px solid var(--ligne-2); background: var(--surface); cursor: pointer; place-items: center; }
.burger span { display: contents; }
.burger .burger__fermer, .burger.est-ouvert .burger__ouvrir { display: none; }
.burger.est-ouvert .burger__fermer { display: contents; }

/* ---------- En-tête de page ---------- */
.entete-page { position: relative; padding: 4.5rem 0 2.5rem; text-align: center; overflow: hidden; }
.entete-page--compact { padding: 3.5rem 0 1.5rem; }
.entete-page::before { content: ""; position: absolute; inset: -40% 0 auto; height: 140%; background: radial-gradient(60% 50% at 50% 30%, var(--halo-2), transparent 70%); pointer-events: none; }
.entete-page > .conteneur { position: relative; }
.entete-page h1 { font-size: clamp(32px, 4.4vw, 52px); max-width: 840px; margin: .8rem auto 0; }
.entete-page__sous { font-size: 18px; color: var(--texte-2); max-width: 660px; margin: 1.2rem auto 0; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 5rem 0 4rem; overflow: hidden; }
.hero__fond { position: absolute; inset: 0; pointer-events: none; }
.halo { position: absolute; border-radius: 50%; filter: blur(60px); }
.halo--1 { width: 640px; height: 640px; left: -180px; top: -220px; background: var(--halo-1); }
.halo--2 { width: 560px; height: 560px; right: -160px; top: 10%; background: var(--halo-2); }
.grille { position: absolute; inset: 0; background-image: linear-gradient(var(--ligne) 1px, transparent 1px), linear-gradient(90deg, var(--ligne) 1px, transparent 1px); background-size: 52px 52px; -webkit-mask-image: radial-gradient(70% 70% at 50% 30%, #000 30%, transparent 100%); mask-image: radial-gradient(70% 70% at 50% 30%, #000 30%, transparent 100%); opacity: .7; }
.hero__grille { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 3rem; align-items: center; }
.hero__texte h1 { margin-top: 1.1rem; }
.hero__sous { font-size: 18px; color: var(--texte-2); max-width: 540px; margin-top: 1.4rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.hero__points { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem 1.4rem; margin-top: 1.8rem; font-size: 14px; color: var(--texte-2); }
.hero__points li { display: inline-flex; align-items: center; gap: .4rem; }
.hero__points .ico { width: 17px; height: 17px; color: var(--accent); }
.hero__visuel { position: relative; min-height: 420px; display: grid; place-items: center; padding: 1.5rem 3rem; }
.hero__visuel--simple { min-height: 0; padding: 0; }
.hero__mock { width: 100%; max-width: 520px; }

/* Cadre de téléphone : coque en dégradé, écran 9:16 sans encoche, boutons latéraux */
.telephone { position: relative; width: 300px; padding: 11px; border-radius: 46px; background: linear-gradient(160deg, #2a3859 0%, #101a2e 38%, #0a1120 100%); box-shadow: var(--ombre), 0 0 0 1px rgba(255, 255, 255, .09), inset 0 1px 0 rgba(255, 255, 255, .12); }
.telephone::before, .telephone::after { content: ""; position: absolute; right: -3px; width: 3px; border-radius: 0 2px 2px 0; background: #2a3859; }
.telephone::before { top: 108px; height: 46px; }
.telephone::after { top: 172px; height: 72px; }
.telephone__ecran { position: relative; aspect-ratio: 9 / 16; border-radius: 36px; overflow: hidden; background: #0b1220; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .07); }
.telephone__ecran::after { content: ""; position: absolute; inset: 0; background: linear-gradient(112deg, rgba(255, 255, 255, .07), transparent 32%); pointer-events: none; }
.telephone__media { width: 100%; height: 100%; object-fit: cover; }
.cadre { width: 100%; border-radius: 22px; overflow: hidden; border: 1px solid var(--ligne-2); box-shadow: var(--ombre); background: var(--surface); }
.cadre__media { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }

.puce { position: absolute; display: flex; align-items: center; gap: .7rem; padding: .7rem .95rem; border-radius: 14px; background: var(--surface); border: 1px solid var(--ligne-2); box-shadow: var(--ombre-douce); font-size: 13px; animation: flotter 6s ease-in-out infinite; }
.puce .ico { width: 20px; height: 20px; color: var(--accent); }
.puce b { display: block; font-size: 13px; }
.puce small { display: block; color: var(--texte-doux); font-size: 12px; }
.puce--1 { top: 12%; left: 0; }
.puce--2 { top: 46%; right: 0; animation-delay: -2s; }
.puce--3 { bottom: 11%; left: .6rem; animation-delay: -4s; }
.puce--2 .ico { color: var(--violet); }
@keyframes flotter { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

/* ---------- Nouveauté ---------- */
.nouveaute { display: grid; grid-template-columns: 1fr .95fr; gap: 2.5rem; align-items: center; padding: 2.6rem; border-radius: 26px; border: 1px solid var(--ligne-2); background: linear-gradient(135deg, var(--surface), var(--surface-2)); }
.nouveaute__texte h2 { margin: 1rem 0 .8rem; font-size: clamp(24px, 2.8vw, 32px); }
.nouveaute__texte p { color: var(--texte-2); }
.nouveaute__texte .btn { margin-top: 1.4rem; }
.nouveaute__legende { margin-top: .8rem; font-size: 13.5px; color: var(--texte-doux); text-align: center; }

.lecteur { display: flex; align-items: center; gap: 1rem; padding: 1rem 1.2rem; border-radius: 18px; background: var(--fond-2); border: 1px solid var(--ligne-2); }
.lecteur__bouton { width: 54px; height: 54px; border-radius: 50%; border: none; flex: none; cursor: pointer; background: linear-gradient(135deg, var(--accent), var(--accent-fonce)); color: var(--accent-texte); display: grid; place-items: center; transition: transform var(--trans); }
.lecteur__bouton:hover { transform: scale(1.06); }
.lecteur__bouton svg { width: 24px; height: 24px; }
.lecteur__bouton span { display: contents; }
.lecteur__pause, .lecteur.est-lecture .lecteur__lecture { display: none; }
.lecteur.est-lecture .lecteur__pause { display: contents; }
.lecteur__onde { flex: 1; display: flex; align-items: center; gap: 3px; height: 48px; }
.lecteur__onde span { flex: 1; height: var(--h); border-radius: 3px; background: color-mix(in srgb, var(--accent) 40%, transparent); transition: background-color var(--trans); }
.lecteur.est-lecture .lecteur__onde span { background: var(--accent); animation: onde 1s ease-in-out infinite alternate; animation-delay: var(--d); }
.lecteur__temps { font-variant-numeric: tabular-nums; font-size: 14px; color: var(--texte-doux); min-width: 2.6em; text-align: right; }
@keyframes onde { from { transform: scaleY(.45); } to { transform: scaleY(1.1); } }

/* ---------- Publics ---------- */
.publics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.public { padding: 1.9rem; border-radius: 22px; background: var(--surface); border: 1px solid var(--ligne); transition: transform var(--trans), border-color var(--trans); }
.public:hover { transform: translateY(-4px); border-color: var(--ligne-2); }
.public__num { font-family: var(--font-titre); font-weight: 700; font-size: 13px; color: var(--accent); }
.public h3 { margin: .7rem 0 .6rem; font-size: 21px; }
.public p { color: var(--texte-2); font-size: 15.5px; }
.public .lien-fleche { margin-top: 1.2rem; font-size: 15px; }

/* ---------- Pôles (accueil) ---------- */
.pole { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; padding: 3.4rem 0; }
.pole + .pole { border-top: 1px solid var(--ligne); }
.pole--inverse .pole__texte { order: 2; }
.pole__icone { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; background: color-mix(in srgb, var(--c) 16%, transparent); color: var(--c); }
.pole__icone .ico { width: 24px; height: 24px; }
.pole__nom { margin-top: 1.2rem; font-family: var(--font-titre); font-weight: 600; font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--c); }
.pole h3 { margin: .5rem 0 .9rem; font-size: clamp(24px, 2.7vw, 32px); }
.pole__texte > p { color: var(--texte-2); font-size: 16.5px; }
.pole .coches { margin-top: 1rem; }
.pole .lien-fleche { margin-top: 1.2rem; }
.pole__visuel { display: grid; place-items: center; }

/* ---------- Maquettes ---------- */
.mock { width: 100%; max-width: 520px; padding: 1.1rem; border-radius: 20px; background: var(--surface); border: 1px solid var(--ligne-2); box-shadow: var(--ombre); font-size: 13px; }
.mock__barre { display: flex; align-items: center; gap: 6px; padding-bottom: .8rem; border-bottom: 1px solid var(--ligne); }
.mock__barre span { width: 9px; height: 9px; border-radius: 50%; background: var(--ligne-2); }
.mock__barre b { margin-left: .6rem; font-size: 13px; }
.mock__barre em { margin-left: auto; font-style: normal; color: var(--texte-doux); font-size: 12px; }
.mock__pied { display: flex; align-items: center; gap: .4rem; padding-top: .8rem; font-size: 12.5px; color: var(--texte-doux); }
.mock__pied b { color: var(--texte); font-weight: 600; }
.mock__pied .ico { width: 16px; height: 16px; color: var(--accent); }
.tag { display: inline-flex; align-items: center; gap: .35rem; font-size: 11px; font-weight: 700; padding: .2rem .55rem; border-radius: 999px; white-space: nowrap; }
.tag--rouge { background: color-mix(in srgb, var(--rouge) 16%, transparent); color: var(--rouge); }
.tag--teal { background: color-mix(in srgb, var(--accent) 16%, transparent); color: var(--accent); }
.tag--violet { background: color-mix(in srgb, var(--violet) 16%, transparent); color: var(--violet); }
.tag--bleu { background: color-mix(in srgb, var(--bleu) 16%, transparent); color: var(--bleu); }
.pt { width: 10px; height: 10px; border-radius: 50%; flex: none; }
.pt--rouge { background: var(--rouge); } .pt--teal { background: var(--accent); } .pt--violet { background: var(--violet); } .pt--bleu { background: var(--bleu); }

.mock-mail { display: flex; align-items: center; gap: .8rem; padding: .7rem .5rem; border-bottom: 1px solid var(--ligne); }
.mock-mail > div { flex: 1; min-width: 0; }
.mock-mail b { display: block; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mock-mail small { color: var(--texte-doux); font-size: 11.5px; }
.ok { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; background: color-mix(in srgb, var(--accent) 16%, transparent); color: var(--accent); flex: none; }
.ok .ico { width: 13px; height: 13px; }

.mock-appel__tete { display: flex; align-items: center; gap: .8rem; }
.mock-appel__tete > div { flex: 1; }
.mock-appel__tete b { display: block; }
.mock-appel__tete small { color: var(--texte-doux); font-size: 12px; }
.mock-appel__avatar { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: color-mix(in srgb, var(--violet) 18%, transparent); color: var(--violet); }
.mock-appel__avatar .ico { width: 20px; height: 20px; }
.pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); animation: pulse 1.4s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .5; transform: scale(.7); } }
.onde { display: flex; align-items: center; gap: 3px; height: 68px; margin: 1rem 0; }
.onde span { flex: 1; height: var(--h); border-radius: 3px; background: linear-gradient(180deg, var(--accent), var(--violet)); animation: onde 1.1s ease-in-out infinite alternate; animation-delay: var(--d); }
.bulles { display: flex; flex-direction: column; gap: .5rem; }
.bulle { padding: .6rem .85rem; border-radius: 14px; max-width: 88%; font-size: 12.5px; line-height: 1.45; }
.bulle--client { background: var(--surface-2); align-self: flex-start; border-bottom-left-radius: 4px; }
.bulle--vrumqo { background: color-mix(in srgb, var(--accent) 14%, transparent); align-self: flex-end; border-bottom-right-radius: 4px; }

.feuille { background: #f7f9fc; color: #14213a; border-radius: 14px; padding: 1rem 1.1rem; }
.feuille__tete { display: flex; align-items: center; gap: .7rem; padding-bottom: .7rem; margin-bottom: .4rem; border-bottom: 1px solid #e3e8f0; }
.feuille__tete > div { flex: 1; }
.feuille__tete b { display: block; font-size: 13px; }
.feuille__tete small { color: #66748c; font-size: 11.5px; }
.feuille__logo { width: 30px; height: 30px; border-radius: 9px; background: linear-gradient(135deg, #4aa3ff, #8b74ff); flex: none; }
.tampon { font-family: var(--font-titre); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: #0f9d7a; border: 2px solid #0f9d7a; border-radius: 6px; padding: .15rem .45rem; transform: rotate(-6deg); }
.feuille__ligne { display: flex; justify-content: space-between; gap: 1rem; padding: .42rem 0; border-bottom: 1px dashed #e3e8f0; font-size: 12.5px; }
.feuille__ligne b { font-variant-numeric: tabular-nums; }
.feuille__total { display: flex; justify-content: space-between; padding-top: .7rem; font-weight: 700; font-size: 13.5px; }
.feuille__total b { font-family: var(--font-titre); font-size: 16px; color: #0f9d7a; }

.tuiles { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; }
.tuile { aspect-ratio: 1; border-radius: 14px; position: relative; overflow: hidden; display: grid; place-items: center; }
.tuile span { position: absolute; left: 10px; bottom: 8px; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: rgba(255, 255, 255, .9); }
.tuile--a { background: linear-gradient(135deg, #5b45ff, #8b74ff); }
.tuile--b { background: linear-gradient(135deg, #14b8a4, #37e8c2); }
.tuile--c { background: linear-gradient(135deg, #eb5389, #ff8fb3); }
.tuile--d { background: linear-gradient(135deg, #377dee, #5ea0ff); }
.forme { display: block; background: rgba(255, 255, 255, .85); }
.forme--bouteille { width: 32%; height: 60%; border-radius: 16px 16px 8px 8px; }
.forme--boite { width: 55%; height: 44%; border-radius: 10px; }
.forme--rond { width: 48%; height: 48%; border-radius: 50%; background: transparent; border: 10px solid rgba(255, 255, 255, .85); }
.lecture { width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; background: rgba(255, 255, 255, .25); color: #fff; }
.lecture .ico { width: 26px; height: 26px; }

.pub { display: grid; grid-template-columns: 1.2fr .8fr; gap: .7rem; }
.pub__visuel { position: relative; min-height: 220px; padding: 1.1rem; border-radius: 14px; background: linear-gradient(160deg, #3e2b84, #6d52f0); color: #fff; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; }
.pub__visuel i { position: absolute; top: 16px; right: 16px; width: 70px; height: 70px; border-radius: 50%; border: 3px solid #4aa3ff; background: rgba(74, 163, 255, .22); }
.pub__visuel b { font-family: var(--font-titre); font-weight: 800; font-size: 18px; line-height: 1.15; }
.pub__visuel span { align-self: flex-start; margin-top: .8rem; padding: .35rem .7rem; border-radius: 999px; background: #4aa3ff; color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pub__stats { display: flex; flex-direction: column; padding: .9rem; border-radius: 14px; background: var(--surface-2); }
.pub__stats small { color: var(--texte-doux); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.pub__stats > b { font-family: var(--font-titre); font-weight: 800; font-size: 26px; color: var(--accent); }
.barres { display: flex; align-items: flex-end; gap: 6px; height: 70px; margin: .6rem 0; }
.barres span { flex: 1; height: var(--h); border-radius: 4px; background: var(--violet); }
.barres span:last-child { background: var(--accent); }
.formats { display: flex; gap: 4px; }
.formats span { flex: 1; text-align: center; font-size: 11px; font-weight: 700; padding: .25rem; border-radius: 6px; background: var(--surface-3); }

/* ---------- Étapes ---------- */
.etapes { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.etapes--vertical { grid-template-columns: 1fr; gap: 1rem; }
.etape { position: relative; padding: 1.9rem; border-radius: 22px; background: var(--surface); border: 1px solid var(--ligne); }
.etape__num { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; font-family: var(--font-titre); font-weight: 700; font-size: 15px; background: linear-gradient(135deg, var(--accent), var(--violet)); color: #fff; }
.etape h3 { margin: 1.1rem 0 .5rem; font-size: 19px; }
.etape p { color: var(--texte-2); font-size: 15.5px; }
.etapes--vertical .etape { display: grid; grid-template-columns: 40px 1fr; column-gap: 1.2rem; align-items: start; padding: 1.4rem 1.6rem; }
.etapes--vertical .etape h3 { grid-column: 2; margin: .35rem 0 .3rem; }
.etapes--vertical .etape p { grid-column: 2; }

/* ---------- Chiffres ---------- */
.section--chiffres { padding: 3rem 0; background: var(--fond-2); border-block: 1px solid var(--ligne); }
.chiffres { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.chiffre { text-align: center; padding: 1.2rem 1rem; border-left: 1px solid var(--ligne); }
.chiffre:first-child { border-left: none; }
.chiffre b { display: block; font-family: var(--font-titre); font-weight: 800; font-size: clamp(30px, 4vw, 44px); line-height: 1.1; background: linear-gradient(135deg, var(--accent), var(--violet)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.chiffre span { display: block; margin-top: .4rem; font-size: 14px; color: var(--texte-doux); }

/* ---------- Témoignages ---------- */
.temoignages { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.temoignage { position: relative; padding: 1.9rem; border-radius: 22px; background: var(--surface); border: 1px solid var(--ligne); }
.ico--guillemet { width: 34px; height: 34px; color: var(--accent); opacity: .85; }
.temoignage blockquote { margin: 1rem 0 1.4rem; font-size: 15.5px; line-height: 1.65; color: var(--texte-2); }
.temoignage figcaption { display: flex; align-items: center; gap: .8rem; }
.avatar { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; font-family: var(--font-titre); font-weight: 700; color: #fff; background: linear-gradient(135deg, var(--violet), var(--accent)); flex: none; }
.temoignage__qui b { display: block; font-size: 14.5px; }
.temoignage__qui small { color: var(--texte-doux); font-size: 12.5px; }
.etoiles { margin-left: auto; display: inline-flex; gap: 2px; }
.etoile { width: 16px; height: 16px; fill: var(--ligne-2); }
.etoile.est-pleine { fill: var(--ambre); }

/* ---------- CTA final ---------- */
.cta-final { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; gap: 2.5rem; align-items: center; padding: 3.2rem; border-radius: 30px; border: 1px solid var(--ligne-2); background: linear-gradient(135deg, var(--surface), var(--surface-2)); overflow: hidden; }
.cta-final::before { content: ""; position: absolute; width: 480px; height: 480px; right: -160px; top: -200px; border-radius: 50%; background: var(--halo-2); filter: blur(60px); pointer-events: none; }
.cta-final > * { position: relative; }
.cta-final__texte h2 { margin: .8rem 0 .8rem; }
.cta-final__texte p { color: var(--texte-2); font-size: 16.5px; }
.cta-final__actions { display: flex; flex-direction: column; gap: .8rem; }
.cta-final__tel { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; font-weight: 600; color: var(--texte-2); text-decoration: none; }
.cta-final__tel .ico { width: 18px; height: 18px; color: var(--accent); }

/* ---------- Pied de page ---------- */
.pied { margin-top: 2rem; padding: 4rem 0 2rem; background: var(--fond-2); border-top: 1px solid var(--ligne); }
.pied__grille { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 2.5rem; }
.pied__marque > a { display: inline-flex; color: var(--texte); }
.pied__marque p { margin-top: 1rem; color: var(--texte-2); font-size: 15px; max-width: 320px; }
.pied__reseaux { display: flex; gap: .5rem; margin-top: 1.2rem; }
.pied__reseaux a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--ligne-2); display: grid; place-items: center; color: var(--texte-2); transition: color var(--trans), border-color var(--trans); }
.pied__reseaux a:hover { color: var(--accent); border-color: var(--accent); }
.pied__reseaux .ico { width: 18px; height: 18px; }
.pied__col h3 { font-family: var(--font-texte); font-size: 12.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--texte-doux); margin-bottom: 1rem; }
.pied__col a, .pied__col span { display: block; margin: .5rem 0; font-size: 15px; color: var(--texte-2); text-decoration: none; }
.pied__col a:hover { color: var(--texte); }
.pied__bas { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--ligne); font-size: 13.5px; color: var(--texte-doux); }
.pied__legal { display: flex; flex-wrap: wrap; gap: 1.1rem; }
.pied__legal a { color: var(--texte-doux); text-decoration: none; }
.pied__legal a:hover { color: var(--texte); }

/* ---------- Page solutions ---------- */
.cartes-solutions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.carte-solution { display: flex; flex-direction: column; gap: .8rem; padding: 1.9rem; border-radius: 24px; background: var(--surface); border: 1px solid var(--ligne); color: inherit; text-decoration: none; transition: transform var(--trans), border-color var(--trans), box-shadow var(--trans); }
a.carte-solution:hover { transform: translateY(-5px); border-color: color-mix(in srgb, var(--c) 45%, transparent); box-shadow: var(--ombre-douce); }
.carte-solution__tete { display: flex; align-items: center; justify-content: space-between; }
.carte-solution__icone { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; background: color-mix(in srgb, var(--c) 16%, transparent); color: var(--c); }
.carte-solution__icone .ico { width: 24px; height: 24px; }
.carte-solution__num { font-family: var(--font-titre); font-weight: 700; font-size: 13px; color: var(--texte-doux); }
.carte-solution h2 { font-size: 23px; }
.carte-solution > p { color: var(--texte-2); font-size: 15.5px; }
.carte-solution .lien-fleche { margin-top: auto; padding-top: .6rem; }
.carte-solution--ensemble { background: linear-gradient(135deg, color-mix(in srgb, var(--violet) 22%, var(--surface)), color-mix(in srgb, var(--accent) 16%, var(--surface))); border-color: var(--ligne-2); }
.carte-solution--ensemble .btn { align-self: flex-start; margin-top: auto; }

.journee { list-style: none; max-width: 900px; margin: 0 auto; }
.journee__item { display: grid; grid-template-columns: 92px 1fr; gap: 1.5rem; padding-bottom: 1.4rem; position: relative; }
.journee__item::before { content: ""; position: absolute; left: 78px; top: 0; bottom: 0; width: 2px; background: var(--ligne); }
.journee__item::after { content: ""; position: absolute; left: 72px; top: 1.45rem; width: 14px; height: 14px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px var(--fond); }
.journee__heure { font-family: var(--font-titre); font-weight: 700; font-size: 14px; color: var(--accent); padding-top: 1.35rem; }
.journee__carte { display: flex; gap: 1.1rem; padding: 1.3rem 1.5rem; border-radius: 20px; background: var(--surface); border: 1px solid var(--ligne); }
.journee__icone { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; flex: none; background: color-mix(in srgb, var(--c) 16%, transparent); color: var(--c); }
.journee__icone .ico { width: 21px; height: 21px; }
.journee__carte h3 { font-size: 17.5px; margin-bottom: .35rem; }
.journee__carte p { color: var(--texte-2); font-size: 15px; }

/* ---------- Page solution ---------- */
.hero--solution { padding: 4rem 0 3rem; }
.hero--solution .surtitre { color: var(--c); }
.solution-corps { display: grid; grid-template-columns: 1.35fr .8fr; gap: 3rem; align-items: start; }
.solution-corps__aside { position: sticky; top: calc(var(--header-h) + 1.5rem); display: flex; flex-direction: column; gap: 1.2rem; }
.solution-corps__titre { font-size: 26px; margin: 2.6rem 0 1.2rem; }
.carte-points { padding: 1.7rem; border-radius: 22px; background: var(--surface); border: 1px solid var(--ligne); }
.carte-points h2 { font-size: 18px; margin-bottom: .6rem; }
.carte-image { border-radius: 22px; overflow: hidden; border: 1px solid var(--ligne); background: var(--surface); }
.carte-image__media { width: 100%; height: auto; }
.autres-solutions { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.autre-solution { display: flex; align-items: center; gap: 1rem; padding: 1rem 1.2rem; border-radius: 16px; background: var(--surface); border: 1px solid var(--ligne); color: inherit; text-decoration: none; transition: border-color var(--trans), transform var(--trans); }
.autre-solution:hover { border-color: color-mix(in srgb, var(--c) 45%, transparent); transform: translateY(-2px); }
.autre-solution__icone { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; flex: none; background: color-mix(in srgb, var(--c) 16%, transparent); color: var(--c); }
.autre-solution__icone .ico { width: 21px; height: 21px; }
.autre-solution b { display: block; font-size: 15px; }
.autre-solution small { display: block; font-size: 13px; color: var(--texte-doux); line-height: 1.35; }

.prose p { font-size: 17px; line-height: 1.75; color: var(--texte-2); margin: 0 0 1.2rem; }
.prose p:last-child { margin-bottom: 0; }
.prose h2 { font-size: 22px; margin: 2.2rem 0 .8rem; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 17.5px; margin: 1.5rem 0 .5rem; }
.prose ul, .prose ol { padding-left: 1.3rem; margin: 0 0 1.2rem; }
.prose li { margin: .4rem 0; color: var(--texte-2); line-height: 1.65; }
.prose a { color: var(--accent); }
.prose .note { padding: 1rem 1.2rem; border-radius: 14px; background: var(--surface-2); border-left: 3px solid var(--accent); font-size: 15px; }
.prose table { width: 100%; border-collapse: collapse; margin: 1rem 0 1.4rem; font-size: 14.5px; }
.prose th, .prose td { text-align: left; padding: .7rem .8rem; border-bottom: 1px solid var(--ligne); vertical-align: top; color: var(--texte-2); }
.prose th { color: var(--texte); font-weight: 600; }
.prose code { font-family: ui-monospace, Consolas, monospace; font-size: 13px; background: var(--surface-2); padding: .1rem .35rem; border-radius: 6px; color: var(--texte); }

/* ---------- Accordéon ---------- */
.accordeon { display: flex; flex-direction: column; gap: .6rem; }
.accordeon__item { border-radius: 16px; background: var(--surface); border: 1px solid var(--ligne); overflow: hidden; }
.accordeon__item summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.05rem 1.3rem; font-weight: 600; font-size: 16px; }
.accordeon__item summary::-webkit-details-marker { display: none; }
.accordeon__item summary .ico { width: 20px; height: 20px; color: var(--texte-doux); transition: transform var(--trans); }
.accordeon__item[open] summary .ico { transform: rotate(180deg); }
.accordeon__item[open] summary { color: var(--accent); }
.accordeon__contenu { padding: 0 1.3rem 1.2rem; }
.accordeon__contenu p { color: var(--texte-2); font-size: 15.5px; line-height: 1.65; }

/* ---------- Tarifs ---------- */
.bascule { display: inline-flex; gap: .2rem; margin-top: 2rem; padding: .3rem; border-radius: 999px; background: var(--surface); border: 1px solid var(--ligne-2); }
.bascule button { display: inline-flex; align-items: center; gap: .5rem; padding: .6rem 1.2rem; border-radius: 999px; border: none; background: none; cursor: pointer; font-weight: 600; font-size: 14px; color: var(--texte-2); transition: background-color var(--trans), color var(--trans); }
.bascule button.est-actif { background: var(--surface-3); color: var(--texte); }
.offres { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; align-items: stretch; margin-top: 1.5rem; }
.offre { position: relative; display: flex; flex-direction: column; padding: 2.1rem; border-radius: 26px; background: var(--surface); border: 1px solid var(--ligne); }
.offre--populaire { border-color: color-mix(in srgb, var(--accent) 60%, transparent); box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 12%, transparent), var(--ombre-douce); }
.offre__badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); padding: .38rem .95rem; border-radius: 999px; background: linear-gradient(135deg, var(--accent), var(--accent-fonce)); color: var(--accent-texte); font-size: 11.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.offre h2 { font-size: 23px; }
.offre__desc { margin-top: .5rem; color: var(--texte-2); font-size: 14.5px; min-height: 2.9em; }
.offre__prix { margin: 1.3rem 0 1.1rem; }
.offre__prix b { font-family: var(--font-titre); font-weight: 800; font-size: 42px; letter-spacing: -.03em; line-height: 1; }
.offre__prix small { display: block; margin-top: .3rem; color: var(--texte-doux); font-size: 13px; }
.offre__annuel { display: none; }
.offres[data-periode="annuel"] .offre__mensuel { display: none; }
.offres[data-periode="annuel"] .offre__annuel { display: block; }
.offre .coches { flex: 1; border-top: 1px solid var(--ligne); padding-top: .8rem; }
.offre .coches li { font-size: 14.5px; }
.offre .btn { margin-top: 1.6rem; }
.offres__mention { text-align: center; color: var(--texte-doux); font-size: 14px; margin-top: 1.5rem; }
.sur-mesure { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; margin-top: 2.5rem; padding: 2rem 2.4rem; border-radius: 24px; border: 1px solid var(--ligne-2); background: linear-gradient(135deg, color-mix(in srgb, var(--violet) 22%, var(--surface)), var(--surface)); }
.sur-mesure h2 { font-size: 23px; }
.sur-mesure p { margin-top: .4rem; color: var(--texte-2); }
.tableau-options { display: flex; flex-direction: column; border-radius: 20px; border: 1px solid var(--ligne); background: var(--surface); overflow: hidden; }
.option { display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center; padding: 1.1rem 1.5rem; border-bottom: 1px solid var(--ligne); }
.option:last-child { border-bottom: none; }
.option__texte b { display: block; font-size: 15.5px; }
.option__texte small { color: var(--texte-doux); font-size: 14px; }
.option__prix { font-family: var(--font-titre); font-weight: 700; font-size: 16px; color: var(--accent); white-space: nowrap; }

/* ---------- Galerie ---------- */
.filtres { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; margin-top: 1.8rem; }
.filtres button { padding: .5rem 1.05rem; border-radius: 999px; border: 1px solid var(--ligne-2); background: var(--surface); color: var(--texte-2); font-weight: 600; font-size: 14px; cursor: pointer; transition: background-color var(--trans), color var(--trans), border-color var(--trans); }
.filtres button.est-actif { background: var(--accent); color: var(--accent-texte); border-color: transparent; }
.galerie { columns: 3; column-gap: 1.4rem; margin-top: 1rem; }
.galerie__item { break-inside: avoid; margin: 0 0 1.4rem; border-radius: 22px; overflow: hidden; background: var(--surface); border: 1px solid var(--ligne); }
.galerie__item.est-cache { display: none; }
.galerie__ouvrir { position: relative; display: block; width: 100%; padding: 0; border: none; background: var(--surface-2); cursor: pointer; }
.galerie__ouvrir img, .galerie__ouvrir video { width: 100%; max-height: 520px; object-fit: cover; transition: transform .5s ease; }
.galerie__ouvrir:hover img, .galerie__ouvrir:hover video { transform: scale(1.03); }
.galerie__lecture { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 62px; height: 62px; border-radius: 50%; display: grid; place-items: center; background: rgba(0, 0, 0, .45); color: #fff; backdrop-filter: blur(6px); }
.galerie__lecture .ico { width: 28px; height: 28px; }
.galerie__audio { display: grid; place-items: center; height: 170px; color: var(--accent); }
.galerie__audio .ico { width: 42px; height: 42px; }
.galerie__item figcaption { padding: 1rem 1.2rem 1.2rem; }
.galerie__item figcaption b { display: block; margin: .5rem 0 .2rem; font-size: 15.5px; }
.galerie__item figcaption p { font-size: 14px; color: var(--texte-2); }
.lightbox { position: fixed; inset: 0; z-index: 100; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 2rem; background: rgba(3, 6, 12, .92); }
.lightbox[hidden] { display: none; }
.lightbox__contenu img, .lightbox__contenu video { max-width: min(1100px, 92vw); max-height: 80vh; border-radius: 14px; }
.lightbox__contenu audio { width: min(600px, 90vw); }
.lightbox__fermer { position: absolute; top: 1.2rem; right: 1.2rem; width: 46px; height: 46px; border-radius: 50%; border: none; background: rgba(255, 255, 255, .12); color: #fff; display: grid; place-items: center; cursor: pointer; }
.lightbox__titre { margin-top: 1rem; color: rgba(255, 255, 255, .8); font-size: 15px; }

/* ---------- À propos ---------- */
.a-propos { display: grid; grid-template-columns: 1.05fr .95fr; gap: 3rem; align-items: start; }
.a-propos__valeurs { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.valeur { padding: 1.5rem; border-radius: 20px; background: var(--surface); border: 1px solid var(--ligne); }
.valeur__num { font-family: var(--font-titre); font-weight: 700; font-size: 13px; color: var(--accent); }
.valeur h3 { font-size: 17px; margin: .5rem 0 .4rem; }
.valeur p { font-size: 14.5px; color: var(--texte-2); }
.frise { list-style: none; position: relative; }
.frise::before { content: ""; position: absolute; left: 111px; top: 8px; bottom: 8px; width: 2px; background: var(--ligne-2); }
.frise__item { display: grid; grid-template-columns: 90px 1fr; gap: 2.6rem; padding-bottom: 1.8rem; position: relative; }
.frise__item::before { content: ""; position: absolute; left: 104px; top: 1.15rem; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px var(--fond); }
.frise__date { font-family: var(--font-titre); font-weight: 700; font-size: 14px; color: var(--accent); text-align: right; padding-top: 1.05rem; }
.frise__carte { padding: 1.3rem 1.5rem; border-radius: 20px; background: var(--surface); border: 1px solid var(--ligne); }
.frise__carte h3 { font-size: 18px; margin-bottom: .4rem; }
.frise__carte p { color: var(--texte-2); font-size: 15px; }
.equipe { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1.2rem; }
.membre { text-align: center; padding: 1.6rem; border-radius: 20px; background: var(--surface); border: 1px solid var(--ligne); }
.membre__photo { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; margin: 0 auto; }
.membre__initiale { width: 96px; height: 96px; border-radius: 50%; margin: 0 auto; display: grid; place-items: center; font-family: var(--font-titre); font-weight: 700; font-size: 32px; color: #fff; background: linear-gradient(135deg, var(--violet), var(--accent)); }
.membre b { display: block; margin-top: .9rem; }
.membre small { color: var(--texte-doux); }
.engagements { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.engagement { display: flex; flex-direction: column; gap: .4rem; padding: 1.5rem; border-radius: 20px; background: var(--surface); border: 1px solid var(--ligne); }
.engagement .ico { width: 26px; height: 26px; color: var(--accent); margin-bottom: .4rem; }
.engagement b { font-size: 15.5px; }
.engagement span { font-size: 13.5px; color: var(--texte-doux); }

/* ---------- FAQ ---------- */
.faq-page { display: grid; grid-template-columns: 240px 1fr; gap: 3rem; align-items: start; }
.faq-page__nav { position: sticky; top: calc(var(--header-h) + 1.5rem); display: flex; flex-direction: column; gap: .25rem; }
.faq-page__nav a:not(.btn) { padding: .55rem .85rem; border-radius: 10px; color: var(--texte-2); font-weight: 500; font-size: 15px; text-decoration: none; transition: background-color var(--trans), color var(--trans); }
.faq-page__nav a:not(.btn):hover { background: var(--surface-2); color: var(--texte); }
.faq-page__nav .btn { margin-top: 1rem; }
.faq-page__contenu h2 { font-size: 24px; margin: 0 0 1rem; scroll-margin-top: calc(var(--header-h) + 1rem); }
.faq-page__contenu h2 + .accordeon { margin-bottom: 2.6rem; }

/* ---------- Contact ---------- */
.contact { display: grid; grid-template-columns: 1.25fr .75fr; gap: 3rem; align-items: start; }
.formulaire { display: flex; flex-direction: column; gap: 1.1rem; padding: 2.1rem; border-radius: 24px; background: var(--surface); border: 1px solid var(--ligne); }
.champ { display: flex; flex-direction: column; gap: .4rem; }
.champ label { font-weight: 600; font-size: 14px; }
.champ__aide { font-weight: 400; font-size: 12.5px; color: var(--texte-doux); margin-left: .4rem; }
.champ input, .champ select, .champ textarea { width: 100%; padding: .8rem .95rem; border-radius: 12px; border: 1px solid var(--ligne-2); background: var(--fond-2); color: var(--texte); font-size: 15px; font-family: inherit; transition: border-color var(--trans), box-shadow var(--trans); }
.champ textarea { resize: vertical; min-height: 120px; }
.champ input:focus, .champ select:focus, .champ textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 22%, transparent); }
.champ-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.champ--piege { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.case { display: flex; align-items: flex-start; gap: .7rem; font-size: 14px; color: var(--texte-2); }
.case input { margin-top: .25rem; accent-color: var(--accent); width: 17px; height: 17px; flex: none; }
.case a { color: var(--accent); }
.formulaire .btn { align-self: flex-start; }
.alerte { padding: 1rem 1.2rem; border-radius: 14px; border: 1px solid; font-size: 14.5px; }
.alerte--erreur { background: color-mix(in srgb, var(--rouge) 12%, transparent); border-color: color-mix(in srgb, var(--rouge) 40%, transparent); }
.alerte ul { margin: .4rem 0 0 1.2rem; }
.succes { text-align: center; padding: 3.2rem 2rem; border-radius: 24px; background: var(--surface); border: 1px solid var(--ligne); }
.succes__icone { width: 66px; height: 66px; border-radius: 50%; margin: 0 auto; display: grid; place-items: center; background: color-mix(in srgb, var(--accent) 18%, transparent); color: var(--accent); }
.succes__icone .ico { width: 30px; height: 30px; }
.succes h2 { margin: 1.2rem 0 .6rem; }
.succes p { color: var(--texte-2); max-width: 480px; margin: 0 auto; }
.succes__actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 1.2rem; margin-top: 1.6rem; }
.contact__aside { display: flex; flex-direction: column; gap: 1.2rem; }
.carte-contact { padding: 1.7rem; border-radius: 22px; background: var(--surface); border: 1px solid var(--ligne); }
.carte-contact--sombre { background: linear-gradient(135deg, color-mix(in srgb, var(--violet) 20%, var(--surface)), var(--surface)); }
.carte-contact h2 { font-size: 18px; margin-bottom: .9rem; }
.carte-contact__ligne { display: flex; align-items: center; gap: .8rem; padding: .45rem 0; color: var(--texte-2); text-decoration: none; }
.carte-contact__ligne .ico { width: 20px; height: 20px; color: var(--accent); }
a.carte-contact__ligne:hover { color: var(--texte); }
.liste-num { padding-left: 1.2rem; }
.liste-num li { margin: .55rem 0; font-size: 14.5px; color: var(--texte-2); }
.liste-num b { color: var(--texte); }

/* ---------- Pages légales ---------- */
.document { display: grid; grid-template-columns: 240px 1fr; gap: 3rem; align-items: start; }
.document__nav { position: sticky; top: calc(var(--header-h) + 1.5rem); display: flex; flex-direction: column; gap: .25rem; }
.document__nav a { padding: .55rem .85rem; border-radius: 10px; color: var(--texte-2); font-weight: 500; font-size: 15px; text-decoration: none; transition: background-color var(--trans), color var(--trans); }
.document__nav a:hover { background: var(--surface-2); color: var(--texte); }
.document__nav a.est-actif { background: color-mix(in srgb, var(--accent) 14%, transparent); color: var(--accent); font-weight: 600; }
.document__corps { padding: 2.6rem 2.9rem; border-radius: 24px; background: var(--surface); border: 1px solid var(--ligne); }
.document__corps p, .document__corps li { font-size: 15.5px; }

/* ---------- Erreurs ---------- */
.erreur { padding: 6rem 0 5rem; text-align: center; }
.erreur__code { display: block; font-family: var(--font-titre); font-weight: 800; font-size: clamp(64px, 12vw, 120px); line-height: 1; background: linear-gradient(135deg, var(--accent), var(--violet)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.erreur h1 { font-size: clamp(26px, 3.4vw, 38px); margin-top: 1rem; }
.erreur p { color: var(--texte-2); margin-top: .8rem; max-width: 520px; margin-inline: auto; }
.erreur p a { color: var(--accent); }
.erreur__actions { display: flex; justify-content: center; gap: .8rem; flex-wrap: wrap; margin-top: 1.8rem; }

/* ---------- Apparition au défilement ---------- */
html.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
html.js .reveal.est-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html.js .reveal { opacity: 1; transform: none; transition: none; }
  .puce, .onde span, .lecteur.est-lecture .lecteur__onde span, .pulse { animation: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Écrans moyens ---------- */
@media (max-width: 1100px) {
  .entete__cta { display: none; }
  .hero__grille { gap: 2rem; }
  .puce--1 { left: -2%; }
  .puce--2 { right: -2%; }
}

@media (max-width: 960px) {
  .burger { display: grid; }
  .entete__tel span { display: none; }
  .entete__tel { padding: .55rem; }
  .nav { position: fixed; top: var(--header-h); left: 0; right: 0; bottom: 0; z-index: 55; flex-direction: column; align-items: stretch; gap: .2rem; padding: 1.2rem; background: var(--fond); overflow-y: auto; transform: translateX(100%); transition: transform .3s ease; }
  .nav.est-ouvert { transform: none; }
  .nav__lien { width: 100%; justify-content: space-between; padding: .9rem .6rem; font-size: 17px; border-bottom: 1px solid var(--ligne); }
  .nav__item--menu:hover > .nav__lien .ico { transform: none; }
  .menu-deroulant { position: static; width: auto; margin: .3rem 0 .6rem; box-shadow: none; display: none; opacity: 1; visibility: visible; transform: none; }
  .nav__item--menu.est-ouvert .menu-deroulant { display: block; }
  .nav__item--menu:hover .menu-deroulant, .nav__item--menu:focus-within .menu-deroulant { opacity: 1; visibility: visible; }
  .nav__mobile-actions { display: flex; flex-direction: column; gap: .7rem; margin-top: 1.4rem; }
  .hero { padding: 3rem 0 2.5rem; }
  .hero__grille { grid-template-columns: 1fr; }
  .hero__visuel { min-height: 0; margin-top: 1.5rem; }
  .puce { display: none; }
  .nouveaute { grid-template-columns: 1fr; padding: 1.8rem; }
  .publics, .cartes-solutions, .temoignages, .etapes, .offres { grid-template-columns: 1fr 1fr; }
  .pole { grid-template-columns: 1fr; gap: 2rem; padding: 2.6rem 0; }
  .pole--inverse .pole__texte { order: 0; }
  .chiffres { grid-template-columns: 1fr 1fr; }
  .chiffre:nth-child(odd) { border-left: none; }
  .cta-final { grid-template-columns: 1fr; padding: 2.2rem; }
  .cta-final__actions { flex-direction: row; flex-wrap: wrap; }
  .pied__grille { grid-template-columns: 1fr 1fr; }
  .solution-corps, .a-propos, .contact, .faq-page, .document { grid-template-columns: 1fr; }
  .solution-corps__aside, .faq-page__nav, .document__nav { position: static; }
  .faq-page__nav, .document__nav { flex-direction: row; flex-wrap: wrap; }
  .galerie { columns: 2; }
  .engagements { grid-template-columns: 1fr 1fr; }
  .offre--populaire { transform: none; }
}

/* ---------- Petits écrans ---------- */
@media (max-width: 640px) {
  body { font-size: 16px; }
  .section { padding: 3.5rem 0; }
  .section__tete { margin-bottom: 2rem; }
  .entete-page { padding: 3rem 0 1.5rem; }
  .publics, .cartes-solutions, .temoignages, .etapes, .offres, .chiffres, .pied__grille, .a-propos__valeurs, .autres-solutions, .engagements, .champ-2 { grid-template-columns: 1fr; }
  .chiffre { border-left: none; border-top: 1px solid var(--ligne); }
  .chiffre:first-child { border-top: none; }
  .galerie { columns: 1; }
  .hero__actions .btn, .cta-final__actions .btn { width: 100%; }
  .telephone { width: 240px; }
  .journee__item { grid-template-columns: 1fr; gap: .4rem; padding-left: 1.6rem; }
  .journee__item::before { left: 6px; }
  .journee__item::after { left: 0; top: .35rem; }
  .journee__heure { padding-top: 0; }
  .journee__carte { flex-direction: column; }
  .frise::before { left: 7px; }
  .frise__item { grid-template-columns: 1fr; gap: .4rem; padding-left: 1.8rem; }
  .frise__item::before { left: 0; top: .2rem; }
  .frise__date { text-align: left; padding-top: 0; }
  .sur-mesure { grid-template-columns: 1fr; padding: 1.6rem; }
  .formulaire { padding: 1.4rem; }
  .formulaire .btn { align-self: stretch; }
  .document__corps { padding: 1.6rem 1.3rem; }
  .pied__bas { flex-direction: column; }
  .mock { padding: .9rem; }
  .pub { grid-template-columns: 1fr; }
  .bascule { display: flex; width: 100%; }
  .bascule button { flex: 1; justify-content: center; }
}
