.constructeur{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,4vw,2.5rem);background:var(--blanc-pur);border-radius:var(--rayon-large);box-shadow:var(--ombre-carte);padding:clamp(1.5rem,4vw,2.5rem)}.constructeur .entete-colonne{font-size:.8125rem;font-weight:700;letter-spacing:.01em;color:var(--encre-graphite)}.constructeur .sous-entete{font-size:.8125rem;color:var(--acier-doux);margin-top:.15rem}.constructeur .liste-conditions{list-style:none;margin:1.25rem 0 0;padding:0;display:grid;gap:.5rem}.constructeur .condition{width:100%;display:grid;grid-template-columns:auto 1fr;align-items:start;gap:.75rem;text-align:start;font:inherit;cursor:pointer;padding:.75rem .875rem;border:0;border-radius:12px;background:#f3f5f8;transition:background-color .2s var(--sortie),transform .2s var(--sortie)}.constructeur .condition:hover{transform:translate(2px)}.constructeur .condition.active{background:#1d4ece17}.constructeur .condition:focus-visible{outline:2px solid var(--bleu-sweengs);outline-offset:2px}.constructeur .case{width:20px;height:20px;border-radius:6px;background:var(--blanc-pur);box-shadow:inset 0 0 0 1.5px #16181c2e;display:grid;place-items:center;margin-top:1px;transition:background-color .2s var(--sortie),box-shadow .2s var(--sortie)}.constructeur .condition.active .case{background:var(--bleu-sweengs);box-shadow:none}.constructeur .case svg{width:13px;height:13px;fill:none;stroke:var(--blanc-pur);stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;opacity:0;transform:scale(.7);transition:opacity .18s var(--sortie),transform .18s var(--sortie)}.constructeur .condition.active .case svg{opacity:1;transform:none}.constructeur .intitule{display:grid;gap:.1rem}.constructeur .libelle{font-size:.9375rem;font-weight:600}.constructeur .detail{font-size:.8125rem;color:var(--acier-doux)}.constructeur .entete-resultats{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.constructeur .compteur{text-align:end;line-height:1}.constructeur .compteur .grand{font-size:2rem;font-weight:800}.constructeur .compteur .sur{color:var(--acier-doux);font-weight:600}.constructeur .liste-titres{list-style:none;margin:1.25rem 0 0;padding:0;display:grid;gap:.375rem}.constructeur .titre{display:grid;grid-template-columns:4.5rem 1fr auto;align-items:center;gap:.75rem;padding:.65rem .875rem;border-radius:10px;background:#1d4ece0f;font-size:.9375rem;transition:opacity .32s var(--sortie),transform .32s var(--sortie),background-color .32s var(--sortie),filter .32s var(--sortie)}.constructeur .titre .ticker{font-weight:700}.constructeur .titre .nom{color:var(--acier-doux);font-size:.8125rem}.constructeur .marqueur{width:8px;height:8px;border-radius:999px;background:var(--bleu-sweengs);transition:background-color .32s var(--sortie),transform .32s var(--sortie)}.constructeur .titre.ecarte{opacity:.34;transform:translate(-4px) scale(.99);background:#f3f5f8;filter:saturate(0)}.constructeur .titre.ecarte .marqueur{background:var(--acier-doux);transform:scale(.7)}.constructeur .vide{margin-top:1rem;font-size:.875rem;color:var(--acier-doux)}.constructeur .sr{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.comparateur{display:grid;gap:1.75rem}.comparateur .libelle-curseur{display:block;font-size:.875rem;font-weight:600;margin-bottom:.875rem}.comparateur input[type=range]{-webkit-appearance:none;appearance:none;width:100%;height:6px;border-radius:999px;background:#1d4ece24;cursor:pointer}.comparateur input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;border-radius:999px;background:var(--bleu-sweengs);box-shadow:0 2px 10px #1d4ece73}.comparateur input[type=range]::-moz-range-thumb{width:24px;height:24px;border:0;border-radius:999px;background:var(--bleu-sweengs);box-shadow:0 2px 10px #1d4ece73}.comparateur input[type=range]:focus-visible{outline:2px solid var(--bleu-sweengs);outline-offset:4px}.comparateur .graduations{list-style:none;margin:.75rem 0 0;padding:0;display:grid;grid-template-columns:repeat(4,1fr)}.comparateur .graduations button{width:100%;background:none;border:0;font:inherit;font-size:.8125rem;color:var(--acier-doux);cursor:pointer;padding:.25rem 0;transition:color .2s var(--sortie)}.comparateur .graduations li:first-child button{text-align:start}.comparateur .graduations li:last-child button{text-align:end}.comparateur .graduations button.actif{color:var(--bleu-sweengs);font-weight:700}.comparateur .fiche-offre{background:var(--blanc-pur);border-radius:var(--rayon-large);box-shadow:var(--ombre-carte);padding:clamp(1.5rem,4vw,2.25rem)}.comparateur .tete{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem}.comparateur .nom-offre{font-size:1.375rem;font-weight:800}.comparateur .resume{color:var(--acier-doux);margin-top:.25rem;max-width:34ch}.comparateur .prix{font-size:2.25rem;font-weight:800;line-height:1}.comparateur .devise{font-size:.55em}.comparateur .periode{font-size:.4em;font-weight:600;color:var(--acier-doux)}.comparateur .gratuit{font-size:.8em}.comparateur .lignes{margin:1.75rem 0 0;display:grid;gap:.75rem}.comparateur .lignes>div{display:flex;align-items:baseline;justify-content:space-between;gap:1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--bordure-voile);font-size:.9375rem}.comparateur .lignes>div:last-child{border-bottom:0;padding-bottom:0}.comparateur .lignes dt{color:var(--acier-doux);flex-shrink:0}.comparateur .lignes dd{margin:0;font-weight:600;text-align:end}.comparateur .fiche-offre .bouton{margin-top:1.75rem}@media(prefers-reduced-motion:reduce){.constructeur .condition,.constructeur .case,.constructeur .case svg,.constructeur .titre,.constructeur .marqueur{transition:none}}@media(max-width:860px){.constructeur{grid-template-columns:1fr}}
