.lp-page{--bg:#fafaf7;--bg-alt:#f2f1ed;--bg-dim:#efeeea;--raised:#fffffe;--bg-dark:#0f1419;--bg-dark-alt:#161c24;--edge-dark:#262e38;--ink:#1a1a1a;--ink-sub:#525252;--ink-dim:#6e6e6e;--ink-invert:#fafaf7;--ink-sub-invert:#a8b2c0;--edge:#e5e5e0;--edge-soft:#efeee9;--accent:#2d4a8b;--accent-h:#1e3266;--accent-tint:#eef1f8;--positive:#1d7a4a;--danger:#c24545;--ocre:#dc8838;--ocre-h:#c6752a;--ocre-tint:#fbf0e1;--mono:"JetBrains Mono", Menlo, Consolas, monospace;--sans:-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--sh-card:0 1px 0 #00000005, 0 10px 26px #0f141912, 0 30px 68px #0f14190f;--t:.2s cubic-bezier(.2, .1, .2, 1);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:var(--bg);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;min-height:100vh;font-size:14px;line-height:1.5}.lp-page *{box-sizing:border-box}.lp-page a{color:inherit;text-decoration:none}@media (prefers-reduced-motion:reduce){.lp-page *{transition:none!important;animation:none!important}}.lp-page .lp-large{max-width:1280px;margin:0 auto;padding-left:clamp(20px,5vw,64px);padding-right:clamp(20px,5vw,64px)}.lp-page .lp-section{padding-top:clamp(40px,6vh,84px);padding-bottom:clamp(40px,6vh,84px)}.lp-page .lp-entete{z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--edge);background:#fafaf7db;position:sticky;top:0}.lp-page .lp-entete-in{justify-content:space-between;align-items:center;gap:24px;height:56px;display:flex}.lp-page .lp-nav{align-items:center;gap:24px;font-size:13px;display:flex}.lp-page .lp-nav a{color:var(--ink-sub);transition:color var(--t)}.lp-page .lp-nav a:hover{color:var(--ink)}@media (max-width:720px){.lp-page .lp-nav .lp-nav-masquable{display:none}}.lp-page .lp-marque{letter-spacing:-.02em;color:var(--ink);font-size:20px;font-weight:800;line-height:1}.lp-page .lp-marque span{color:var(--accent)}.lp-page .btn{border:1px solid var(--edge);background:var(--raised);color:var(--ink-sub);transition:all var(--t);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:11px 18px;font-size:14px;font-weight:650;display:inline-flex}.lp-page .btn:not(.primary):not(.sombre):hover{background:var(--bg-alt);color:var(--ink);border-color:var(--edge)}.lp-page .btn.primary{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 6px 16px #2d4a8b38}.lp-page .btn.primary:hover{background:var(--accent-h);border-color:var(--accent-h);color:#fff}.lp-page .btn.sombre{background:var(--bg-dark);border-color:var(--bg-dark);color:var(--ink-invert)}.lp-page .btn.sombre:hover{color:var(--ink-invert);background:#1b2530;border-color:#1b2530}.lp-page .btn.compact{padding:9px 14px;font-size:13px}.lp-page .btn.grand{padding:15px 28px;font-size:15px;font-weight:700}.lp-page .lp-eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin-bottom:12px;font-size:11px;font-weight:700;display:block}.lp-page .lp-eyebrow.ocre{color:var(--ocre)}.lp-page .lp-mono{font-family:var(--mono);color:var(--ink-dim);font-size:12px}.lp-page h1{letter-spacing:-.024em;text-wrap:balance;margin:0 0 12px;font-size:clamp(30px,4.2vw,52px);font-weight:750;line-height:1.12}.lp-page h2{letter-spacing:-.024em;text-wrap:balance;margin:0 0 12px;font-size:clamp(22px,2.4vw,32px);font-weight:750;line-height:1.14}.lp-page h3{letter-spacing:-.01em;margin:0 0 6px;font-size:15px;font-weight:700}.lp-page .lp-chapo{color:var(--ink-sub);max-width:46ch;margin:0 0 22px;font-size:14.5px;line-height:1.55}.lp-page .lp-chapo b{color:var(--ink);font-weight:650}.lp-page .lp-carte{background:var(--raised);border:1px solid var(--edge);box-shadow:var(--sh-card);border-radius:12px}@keyframes lp-monte{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.lp-page .lp-monte{opacity:0;animation:.7s cubic-bezier(.16,1,.3,1) forwards lp-monte}@keyframes lp-souligne{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.lp-page .lp-souligne{color:var(--accent);display:inline-block;position:relative}.lp-page .lp-souligne:after{content:"";background:var(--accent);transform-origin:0;height:.06em;animation:.8s cubic-bezier(.16,1,.3,1) .9s forwards lp-souligne;position:absolute;bottom:.04em;left:0;right:0;transform:scaleX(0)}.lp-page .lp-accroche{position:relative;overflow:hidden}.lp-page .lp-accroche-grille{grid-template-columns:1.05fr 1fr;align-items:center;gap:clamp(32px,4vw,64px);padding-top:clamp(28px,5vh,64px);padding-bottom:clamp(28px,5vh,64px);display:grid}@media (max-width:900px){.lp-page .lp-accroche-grille{grid-template-columns:1fr}}.lp-page .lp-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:12px;display:flex}.lp-page .lp-accroche-large{width:100%;position:relative}.lp-page .lp-bloc{display:block}.lp-page .lp-sans-marge{margin-bottom:0}.lp-page .lp-contenu-transparent{display:contents}.lp-page .lp-plifold{flex-direction:column;min-height:calc(100svh - 56px);display:flex}.lp-page .lp-plifold>.lp-accroche{flex:auto;align-items:center;display:flex}.lp-page .lp-plifold>.lp-preuve{flex:none}@media (max-width:880px),(max-height:760px){.lp-page .lp-plifold{min-height:0}}@media (max-width:880px){.lp-page .lp-actions{flex-direction:column;align-items:stretch}}.lp-page .lp-preuve-in{padding-top:clamp(18px,2.6vh,34px);padding-bottom:clamp(18px,2.6vh,34px)}.lp-page .lp-preuve-in .lp-eyebrow{margin-bottom:16px}.lp-page .lp-tissage{pointer-events:none;background-image:repeating-linear-gradient(90deg,#7891c412 0 1px,#0000 1px 64px),repeating-linear-gradient(0deg,#7891c412 0 1px,#0000 1px 64px);position:absolute;inset:0;-webkit-mask-image:radial-gradient(900px 420px at 30% 40%,#000 0%,#0000 72%);mask-image:radial-gradient(900px 420px at 30% 40%,#000 0%,#0000 72%)}.lp-page .lp-fiche{background:var(--raised);border:1px solid var(--edge);box-shadow:var(--sh-card);border-radius:12px;position:relative;overflow:hidden}.lp-page .lp-fiche-barre{background:var(--bg-alt);border-bottom:1px solid var(--edge);font-family:var(--mono);color:var(--ink-dim);justify-content:space-between;align-items:center;padding:9px 14px;font-size:11px;display:flex}.lp-page .lp-fiche-barre b{align-items:center;gap:8px;font-weight:400;display:flex}.lp-page .lp-fiche-corps{border-bottom:1px solid var(--edge);padding:clamp(18px,2.2vw,26px)}.lp-page .lp-fiche-nom{letter-spacing:-.02em;margin-bottom:4px;font-size:20px;font-weight:750;line-height:1.15}.lp-page .lp-fiche-meta{font-family:var(--mono);color:var(--ink-sub);font-size:12px}.lp-page .lp-fiche-pied{font-family:var(--mono);color:var(--ink-dim);background:var(--bg-alt);border-top:1px solid var(--edge);text-transform:uppercase;letter-spacing:.06em;justify-content:space-between;gap:12px;padding:10px 14px;font-size:11px;display:flex}.lp-page .lp-fiche-tete{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.lp-page .lp-fiche-ident{flex:1;min-width:0}.lp-page .lp-fiche-chiffres{justify-content:space-between;align-items:baseline;gap:16px;display:flex}.lp-page .lp-fiche-delta-bloc{text-align:right}.lp-page .lp-fiche-activite{padding:clamp(14px,1.8vw,18px) clamp(18px,2.2vw,26px)}.lp-page .lp-fiche-activite .lp-champ-titre{margin-bottom:12px}.lp-page .lp-point{background:var(--ink-dim);border-radius:99px;flex-shrink:0;width:6px;height:6px}.lp-page .lp-point.actif{background:var(--accent)}.lp-page .lp-etat{background:var(--accent-tint);color:var(--accent);white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:11.5px;font-weight:600;display:inline-flex}.lp-page .lp-etat i{background:currentColor;border-radius:99px;width:5px;height:5px}@keyframes lp-battement{0%,to{opacity:1}50%{opacity:.35}}.lp-page .lp-bat{animation:1.8s ease-in-out infinite lp-battement}.lp-page .lp-champ-titre{text-transform:uppercase;letter-spacing:.08em;color:var(--ink-dim);margin-bottom:6px;font-size:10px;font-weight:700}.lp-page .lp-fiche-ca{letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:clamp(26px,2.8vw,34px);font-weight:750;line-height:1}.lp-page .lp-fiche-delta{font-family:var(--mono);color:var(--accent);font-variant-numeric:tabular-nums;font-size:14px;font-weight:600;line-height:1}.lp-page .lp-fiche-delta.negatif{color:var(--danger)}.lp-page .lp-ligne{border-bottom:1px solid var(--edge);border-radius:6px;align-items:center;gap:10px;height:32px;margin:0 -12px;padding:0 12px;display:flex}.lp-page .lp-ligne:last-child{border-bottom:none}.lp-page .lp-ligne-type{font-family:var(--mono);letter-spacing:.06em;color:var(--ink-sub);background:var(--bg-alt);text-align:center;border-radius:4px;flex-shrink:0;min-width:50px;padding:2px 6px;font-size:9px;font-weight:700}.lp-page .lp-ligne-type.accepte{color:var(--accent);background:var(--accent-tint)}.lp-page .lp-ligne-texte{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:12px;overflow:hidden}.lp-page .lp-ligne-date{font-family:var(--mono);color:var(--ink-dim);flex-shrink:0;font-size:10px}@keyframes lp-arrivee{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}@keyframes lp-eclat{0%{background-color:#2d4a8b1f}to{background-color:#0000}}.lp-page .lp-neuf{animation:.48s cubic-bezier(.16,1,.3,1) lp-arrivee,1.8s ease-out lp-eclat}@keyframes lp-tic{0%,55%{color:var(--accent)}to{color:var(--ink)}}.lp-page .lp-tic{animation:.9s ease-out lp-tic}@keyframes lp-tic-delta{0%{opacity:.6;transform:translateY(2px)}to{opacity:1;transform:none}}.lp-page .lp-tic-delta{animation:.4s ease-out lp-tic-delta}.lp-page .lp-sombre{--bg:#0f1419;--bg-alt:#161c24;--bg-dim:#161c24;--raised:#161c24;--ink:#fafaf7;--ink-sub:#a8b2c0;--ink-dim:#7c8896;--edge:#262e38;--edge-soft:#1e252e;--accent:#7891c4;--accent-h:#93a8d4;--accent-tint:#7891c429;--sh-card:none;background:var(--bg);color:var(--ink)}.lp-page .lp-ocre{--bg:#dc8838;--bg-alt:#d07f30;--raised:#d07f30;--ink:#0f1419;--ink-sub:#0f1419db;--ink-dim:#0f1419cc;--edge:#0f141929;--accent:#0f1419;background:var(--bg);color:var(--ink)}.lp-page .lp-tete{max-width:62ch;margin-bottom:clamp(24px,3vw,40px)}.lp-page .lp-tete p{color:var(--ink-sub);max-width:54ch;margin:0;font-size:15px;line-height:1.55}.lp-page .lp-preuve{background:var(--bg-alt);border-top:1px solid var(--edge);border-bottom:1px solid var(--edge)}.lp-page .lp-stats{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:clamp(20px,3vw,40px);display:grid}.lp-page .lp-stat-val{letter-spacing:-.024em;color:var(--ink);white-space:nowrap;margin-bottom:6px;font-size:clamp(26px,3vw,38px);font-weight:750;line-height:1.05}.lp-page .lp-stat-lib{color:var(--ink);margin-bottom:3px;font-size:13px;font-weight:650}.lp-page .lp-stat-sub{color:var(--ink-sub);font-size:12px;line-height:1.45}.lp-page .lp-modules{grid-template-columns:repeat(3,1fr);grid-auto-rows:1fr;gap:16px;display:grid}@media (max-width:1100px){.lp-page .lp-modules{grid-template-columns:1fr 1fr}}@media (max-width:880px){.lp-page .lp-modules{grid-template-columns:1fr;grid-auto-rows:auto}}.lp-page .lp-module{background:var(--raised);border:1px solid var(--edge);box-shadow:var(--sh-card);transition:transform var(--t), border-color var(--t);border-radius:12px;flex-direction:column;gap:14px;padding:clamp(16px,1.8vw,22px);display:flex}.lp-page .lp-module:hover{border-color:#d6d6ce;transform:translateY(-2px)}.lp-page .lp-module.accent{background:var(--accent-tint);border-color:#dce3f1}.lp-page .lp-module.accent:hover{background:var(--accent-tint);border-color:#c3d0e8}.lp-page .lp-module.large{grid-column:span 2}@media (max-width:880px){.lp-page .lp-module.large{grid-column:auto}}.lp-page .lp-module-num{font-family:var(--mono);letter-spacing:.06em;color:var(--ink-dim);margin-bottom:8px;font-size:10px}.lp-page .lp-module.accent .lp-module-num{color:var(--accent)}.lp-page .lp-module p{color:var(--ink-sub);margin:0;font-size:13px;line-height:1.45}.lp-page .lp-module-vue{flex:1;align-items:stretch;display:flex}.lp-page .lp-module-vue>*{flex:1}.lp-page .lp-mini{background:var(--bg);border:1px solid var(--edge);border-radius:8px;flex-direction:column;width:100%;display:flex;overflow:hidden}.lp-page .lp-mini-corps{flex:1}.lp-page .lp-mini-barre{background:var(--bg-alt);border-bottom:1px solid var(--edge);font-family:var(--mono);color:var(--ink-dim);text-transform:uppercase;letter-spacing:.06em;justify-content:space-between;align-items:center;gap:8px;padding:6px 11px;font-size:9.5px;display:flex}.lp-page .lp-mini-barre b{color:var(--accent);font-variant-numeric:tabular-nums;font-weight:600}.lp-page .lp-mini-corps{padding:4px 11px 8px}.lp-page .lp-mini-ligne{border-bottom:1px solid var(--edge-soft);align-items:center;gap:8px;height:26px;font-size:10.5px;display:flex}.lp-page .lp-mini-ligne:last-child{border-bottom:none}.lp-page .lp-mini-ref{font-family:var(--mono);color:var(--ink-dim);flex-shrink:0;min-width:54px;font-size:9px}.lp-page .lp-mini-texte{min-width:0;color:var(--ink);text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.lp-page .lp-mini-val{font-family:var(--mono);color:var(--ink);font-variant-numeric:tabular-nums;flex-shrink:0;font-weight:600}.lp-page .lp-mini-nom{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-weight:650;overflow:hidden}.lp-page .lp-mini-total{border-top:1px solid var(--ink);height:26px;color:var(--ink);justify-content:space-between;align-items:center;gap:8px;margin-top:4px;font-size:11px;font-weight:700;display:flex}.lp-page .lp-mini-total b{font-family:var(--mono);font-variant-numeric:tabular-nums;font-size:12px;font-weight:700}.lp-page .lp-etat.mini{flex-shrink:0;justify-self:start;gap:4px;padding:2px 7px;font-size:9px}.lp-page .lp-etat.teinte{background:color-mix(in srgb, var(--teinte) 14%, transparent);color:var(--teinte)}.lp-page .lp-etat.paye{background:color-mix(in srgb, var(--positive) 14%, transparent);color:var(--positive)}.lp-page .lp-etat.retard{background:color-mix(in srgb, var(--danger) 14%, transparent);color:var(--danger)}.lp-page .lp-etat.attente{background:var(--bg-alt);color:var(--ink-dim)}.lp-page .lp-etat.mini{justify-content:center;min-width:58px}@keyframes lp-parait{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:none}}.lp-page .lp-parait{animation:.38s cubic-bezier(.16,1,.3,1) lp-parait}@keyframes lp-attente{0%,to{opacity:.55}50%{opacity:.28}}.lp-page .lp-champ-attente{background:var(--edge);border-radius:3px;width:62%;height:8px;animation:1.4s ease-in-out infinite lp-attente;display:block}.lp-page .lp-saisie{border-bottom:1px solid var(--edge);font-family:var(--mono);color:var(--ink);align-items:center;gap:7px;height:30px;padding:7px 11px;font-size:11px;font-weight:600;display:flex}.lp-page .lp-saisie svg{color:var(--ink-dim);flex-shrink:0}@keyframes lp-curseur{0%,45%{opacity:1}55%,to{opacity:0}}.lp-page .lp-curseur{background:var(--accent);width:1.5px;height:12px;animation:.9s step-end infinite lp-curseur}.lp-page .lp-champ{border-bottom:1px solid var(--edge-soft);align-items:center;gap:10px;height:26px;display:flex}.lp-page .lp-champ:last-child{border-bottom:none}.lp-page .lp-champ-lib{text-transform:uppercase;letter-spacing:.07em;color:var(--ink-dim);flex-shrink:0;min-width:58px;font-size:9px;font-weight:700}.lp-page .lp-champ-val{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:10.5px;overflow:hidden}.lp-page .lp-devis-ligne{border-bottom:1px solid var(--edge-soft);align-items:center;gap:8px;height:25px;font-size:10.5px;display:flex}.lp-page .lp-devis-qte{font-family:var(--mono);color:var(--ink-dim);font-variant-numeric:tabular-nums;flex-shrink:0;font-size:9px}.lp-page .lp-devis-tva,.lp-page .lp-devis-ttc{height:18px;color:var(--ink-sub);justify-content:space-between;align-items:center;gap:8px;font-size:10px;display:flex}.lp-page .lp-devis-tva span:last-child{font-family:var(--mono);font-variant-numeric:tabular-nums}.lp-page .lp-devis-ttc{color:var(--ink);height:22px;font-size:11px;font-weight:700}.lp-page .lp-devis-ttc b{font-family:var(--mono);font-variant-numeric:tabular-nums;font-size:12px}.lp-page .lp-devis-signe{background:var(--accent-tint);height:24px;color:var(--accent);font-family:var(--mono);border-radius:6px;align-items:center;gap:6px;margin-top:7px;padding:0 8px;font-size:9px;font-weight:600;display:flex}.lp-page .lp-devis-signe.attente{visibility:hidden}.lp-page .lp-jauge{background:var(--bg-dim);border-radius:99px;height:7px;margin:4px 0 5px;overflow:hidden}.lp-page .lp-jauge-part{background:var(--accent);border-radius:99px;height:100%;transition:width .7s cubic-bezier(.16,1,.3,1)}.lp-page .lp-jauge-pied{color:var(--ink-dim);text-transform:uppercase;letter-spacing:.06em;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:8px;font-size:9.5px;font-weight:700;display:flex}.lp-page .lp-jauge-pied b{font-family:var(--mono);color:var(--ink);text-transform:none;letter-spacing:0;font-variant-numeric:tabular-nums;font-size:10px}.lp-page .lp-niveau{grid-template-columns:62px 1fr 42px;align-items:center;gap:8px;height:26px;display:grid}.lp-page .lp-niveau-nom{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:650;overflow:hidden}.lp-page .lp-niveau-piste{background:var(--bg-dim);border-radius:3px;height:8px;position:relative;overflow:hidden}.lp-page .lp-niveau-part{background:var(--accent);transition:width .9s cubic-bezier(.16,1,.3,1), background-color var(--t);border-radius:3px;position:absolute;inset:0 auto 0 0}.lp-page .lp-niveau-part.basse{background:var(--ocre)}.lp-page .lp-niveau-seuil{background:var(--ink);opacity:.4;z-index:2;width:2px;margin-left:-1px;position:absolute;top:0;bottom:0}.lp-page .lp-niveau-val{font-family:var(--mono);color:var(--ink-sub);text-align:right;font-variant-numeric:tabular-nums;font-size:9.5px;font-weight:600}.lp-page .lp-niveau-val.basse{color:var(--ocre-h)}.lp-page .lp-ciblage{border-bottom:1px solid var(--edge);padding:10px 11px 8px}.lp-page .lp-gros-nombre{letter-spacing:-.024em;color:var(--ink);font-variant-numeric:tabular-nums;font-size:24px;font-weight:750;line-height:1.05}.lp-page .lp-criteres{flex-wrap:wrap;flex:1;align-content:flex-start;gap:5px;padding:9px 11px;display:flex}.lp-page .lp-critere{background:var(--accent-tint);color:var(--accent);border-radius:999px;align-items:center;gap:5px;padding:3px 8px;font-size:9.5px;font-weight:650;display:inline-flex}.lp-page .lp-critere i{background:currentColor;border-radius:99px;width:4px;height:4px}.lp-page .lp-critere.vide{color:var(--ink-dim);background:0 0;padding-left:0;font-style:italic;font-weight:400}.lp-page .lp-cibles{flex-direction:column;justify-content:center;transition:filter .5s cubic-bezier(.16,1,.3,1),opacity .5s cubic-bezier(.16,1,.3,1);display:flex}.lp-page .lp-cibles.flou{filter:blur(2.5px);opacity:.45}.lp-page .lp-defile{cursor:grab;touch-action:pan-y;scroll-behavior:auto;scrollbar-width:none;-ms-overflow-style:none;overflow:auto hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 6% 94%,#0000);mask-image:linear-gradient(90deg,#0000,#000 6% 94%,#0000)}.lp-page .lp-defile::-webkit-scrollbar{display:none}.lp-page .lp-defile-in{gap:20px;width:max-content;padding-inline:4px;display:flex}.lp-page .lp-secteur{white-space:nowrap;-webkit-user-select:none;user-select:none;background:var(--raised);border:1px solid var(--edge);color:var(--ink);border-radius:8px;flex-shrink:0;align-items:center;gap:12px;padding:13px 20px;font-size:14px;font-weight:550;display:flex}.lp-page .lp-secteur i{background:var(--accent);border-radius:99px;flex-shrink:0;width:5px;height:5px}.lp-page .lp-metiers{overflow:hidden}.lp-page .lp-metiers .lp-section{padding-bottom:clamp(24px,3vh,40px)}.lp-page .lp-metiers-tete{grid-template-columns:1fr 1fr;align-items:start;gap:clamp(28px,5vw,60px);display:grid}@media (max-width:880px){.lp-page .lp-metiers-tete{grid-template-columns:1fr;gap:20px}}.lp-page .lp-metiers-tete .lp-chapo{margin-bottom:0}.lp-page .lp-metiers-ruban{padding-bottom:clamp(32px,5vh,68px)}.lp-page .lp-mini-double{grid-template-columns:1fr 1fr;display:grid}@media (max-width:560px){.lp-page .lp-mini-double{grid-template-columns:1fr}}.lp-page .lp-mini-gauche{border-right:1px solid var(--edge);flex-direction:column;display:flex}@media (max-width:560px){.lp-page .lp-mini-gauche{border-right:none;border-bottom:1px solid var(--edge)}}.lp-page .lp-criteres{border-bottom:1px solid var(--edge);flex-wrap:wrap;gap:5px;padding:9px 11px;display:flex}.lp-page .lp-compteurs{background:var(--bg-alt);flex:1;padding:7px 11px}.lp-page .lp-cible{border-bottom:1px solid var(--edge-soft);flex-direction:column;justify-content:center;height:36px;padding:0 11px;font-size:10.5px;display:flex}.lp-page .lp-cible:last-child{border-bottom:none}.lp-page .lp-cible-meta{font-family:var(--mono);color:var(--ink-sub);flex-wrap:wrap;gap:6px;margin-top:2px;font-size:9px;display:flex}.lp-page .lp-cible-coord{color:var(--accent)}.lp-page .lp-deroule{grid-template-columns:repeat(4,1fr);gap:0;margin:0;padding:0;list-style:none;display:grid}@media (max-width:900px){.lp-page .lp-deroule{grid-template-columns:1fr 1fr;row-gap:28px}}@media (max-width:560px){.lp-page .lp-deroule{grid-template-columns:1fr;row-gap:22px}}.lp-page .lp-temps{padding-left:clamp(28px,3vw,40px);padding-right:clamp(12px,1.6vw,22px);position:relative}.lp-page .lp-temps h3{margin-bottom:8px}.lp-page .lp-temps p{color:var(--ink-sub);margin:0;font-size:13px;line-height:1.5}.lp-page .lp-fleche{color:var(--accent);animation:2.6s cubic-bezier(.4,0,.2,1) infinite lp-pousse;position:absolute;top:2px;left:0}@media (max-width:560px){.lp-page .lp-fleche{animation:2.6s cubic-bezier(.4,0,.2,1) infinite lp-pousse-bas;transform:rotate(90deg)}}@keyframes lp-pousse{0%,60%,to{transform:translate(0)}30%{transform:translate(3px)}}@keyframes lp-pousse-bas{0%,60%,to{transform:rotate(90deg)translate(0)}30%{transform:rotate(90deg)translate(3px)}}.lp-page .lp-pied-in{padding-top:clamp(40px,7vh,76px);padding-bottom:28px}.lp-page .lp-pied-phrase{max-width:none;margin-bottom:16px;font-size:13px}.lp-page .lp-jetons{flex-wrap:wrap;gap:8px;display:flex}.lp-page .lp-pied-col .lp-eyebrow{color:var(--ink-sub);margin-bottom:14px}.lp-page .lp-tricolore{align-items:center;gap:1px;height:11px;display:inline-flex}.lp-page .lp-tricolore i{width:4px;height:11px}.lp-page .lp-tricolore i:first-child{background:#0055a4}.lp-page .lp-tricolore i:nth-child(2){background:#fafaf7}.lp-page .lp-tricolore i:nth-child(3){background:#ef4135}.lp-page .lp-final{grid-template-columns:1fr auto;align-items:center;gap:clamp(28px,5vw,72px);display:grid}@media (max-width:880px){.lp-page .lp-final{grid-template-columns:1fr}.lp-page .lp-final .btn{justify-self:stretch}}.lp-page .lp-pied-grille{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:clamp(28px,4vw,52px);margin-bottom:48px;display:grid}.lp-page .lp-pied-marque{grid-column:span 2;max-width:360px}@media (max-width:700px){.lp-page .lp-pied-marque{grid-column:auto}}.lp-page .lp-pied-col ul{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.lp-page .lp-pied-col a{color:var(--ink-sub);transition:color var(--t);font-size:13px}.lp-page .lp-pied-col a:hover{color:var(--ink)}.lp-page .lp-jeton{border:1px solid var(--edge);font-family:var(--mono);letter-spacing:.04em;color:var(--ink-sub);white-space:nowrap;border-radius:6px;align-items:center;gap:6px;padding:5px 10px;font-size:10px;display:inline-flex}.lp-page .lp-pied-bas{border-top:1px solid var(--edge);font-family:var(--mono);color:var(--ink-dim);flex-wrap:wrap;justify-content:space-between;gap:12px;padding-top:22px;font-size:11.5px;display:flex}.lp-page .lp-pied-bas a{color:var(--ink-sub);transition:color var(--t);align-items:center;gap:7px;display:inline-flex}.lp-page .lp-pied-bas a:hover{color:var(--ink)}.lp-page .lp-pied-marque .lp-marque{color:var(--ink);margin-bottom:14px;font-size:26px}.lp-page .lp-pied-marque .lp-marque span{color:var(--ocre)}.lp-page :where(a,button,[role=button]):focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}
