.frise{background:#262626;flex-direction:column;gap:44px;padding:80px 0 88px;display:flex}.frise-tete{justify-content:space-between;align-items:flex-end;gap:64px;display:flex}.frise h2{letter-spacing:normal;color:var(--bg);max-width:780px;font-size:50px;font-weight:400;line-height:1.06}.frise-eyebrow{color:var(--gris-163);margin-bottom:16px}.frise-corps{flex-direction:column;gap:26px;display:flex}.frise-jetons{grid-template-columns:repeat(var(--frise-n), 1fr);display:grid;position:relative}.frise-jetons:before{content:"";background:#fafafa2e;height:1px;position:absolute;top:50%;left:0;right:0}.frise-jeton{z-index:1;background:#262626;border-radius:50%;justify-content:center;justify-self:center;align-items:center;width:38px;height:38px;transition:background .3s,box-shadow .3s;display:flex;position:relative;box-shadow:inset 0 0 0 1px #fafafa2e}.frise-jeton span{font-family:var(--mono);color:var(--gris-163);font-variant-numeric:tabular-nums;font-size:13px;transition:color .3s}.frise-jeton-actif{background:var(--bg);box-shadow:none}.frise-jeton-actif span{color:var(--encre)}.frise-cartes{grid-template-columns:repeat(var(--frise-n), 1fr);gap:12px;display:grid}.frise-carte{background:#ffffff0b;border-radius:10px;outline:none;flex-direction:column;gap:10px;padding:24px 22px 26px;transition:background .3s,transform .3s;display:flex}.frise-carte-active{background:#ffffff1a;transform:translateY(-6px)}.frise-statut{font-family:var(--mono);letter-spacing:1px;color:var(--gris-163);margin-bottom:4px;font-size:12px}.frise-carte h3{letter-spacing:normal;color:var(--bg);font-size:20px;font-weight:400;line-height:1.3}.frise-carte p{color:var(--gris-212);font-size:15px;line-height:1.55}@media (prefers-reduced-motion:reduce){.frise-carte,.frise-jeton,.frise-jeton span{transition:none}.frise-carte-active{transform:none}}@media (max-width:1100px){.frise{padding:72px 0 80px}.frise h2{font-size:40px;line-height:1.08}.frise-cartes{gap:10px}.frise-carte{padding:20px 18px 22px}}@media (max-width:900px){.frise{gap:32px;padding:64px 0 72px}.frise-tete{flex-direction:column;align-items:flex-start}.frise h2{letter-spacing:normal;font-size:34px;line-height:1.1}.frise-jetons{display:none}html .frise-cartes{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;--element:min(86vw, 320px);width:calc(100vw - 20px);max-width:none;padding:0 calc((100vw - var(--element)) / 2) 4px 0;grid-template-columns:none;gap:12px;scroll-padding:0 20px;display:flex;overflow:auto visible}html .frise-cartes::-webkit-scrollbar{display:none}html .frise-carte{flex:0 0 var(--element);scroll-snap-align:center;min-width:0;transform:none}html .frise-carte:first-child{scroll-snap-align:start}}
