.c2-voile{--c2-voile-fond: rgba(6,9,17,.78);--c2-surface: #121724;--c2-bordure: rgba(255,255,255,.14);--c2-liseret: rgba(255,255,255,.06);--c2-texte: #e8ecf5;--c2-doux: #8492ab;--c2-bleu: #3b82f6;--c2-vert: #34d399;--c2-piste: rgba(255,255,255,.14);--c2-vert-voile: rgba(52,211,153,.14);--c2-halo-bleu: rgba(59,130,246,.42);--c2-halo-vert: rgba(52,211,153,.48);--c2-ombre: 0 24px 60px rgba(0,0,0,.5);position:fixed;inset:0;z-index:2147483000;display:flex;align-items:center;justify-content:center;padding:24px;background:var(--c2-voile-fond);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);overscroll-behavior:contain;opacity:1;transition:opacity .28s ease;animation:c2-voile-entree .22s ease backwards;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased}.c2-voile[hidden]{display:none}.c2-voile.c2-sortie{opacity:0}@keyframes c2-voile-entree{0%{opacity:0}to{opacity:1}}[data-theme=light] .c2-voile,.c2-voile[data-theme=light]{--c2-voile-fond: rgba(15,17,21,.45);--c2-surface: #ffffff;--c2-bordure: #d5dbe5;--c2-liseret: rgba(15,17,21,.03);--c2-texte: #0f1115;--c2-doux: #5b6577;--c2-bleu: #2563eb;--c2-vert: #059669;--c2-piste: #dfe3ea;--c2-vert-voile: rgba(5,150,105,.1);--c2-halo-bleu: rgba(37,99,235,.22);--c2-halo-vert: rgba(5,150,105,.24);--c2-ombre: 0 18px 44px rgba(15,17,21,.18)}@media(prefers-color-scheme:light){:root:not([data-theme]) .c2-voile,:root[data-theme=auto] .c2-voile,:root[data-theme=system] .c2-voile{--c2-voile-fond: rgba(15,17,21,.45);--c2-surface: #ffffff;--c2-bordure: #d5dbe5;--c2-liseret: rgba(15,17,21,.03);--c2-texte: #0f1115;--c2-doux: #5b6577;--c2-bleu: #2563eb;--c2-vert: #059669;--c2-piste: #dfe3ea;--c2-vert-voile: rgba(5,150,105,.1);--c2-halo-bleu: rgba(37,99,235,.22);--c2-halo-vert: rgba(5,150,105,.24);--c2-ombre: 0 18px 44px rgba(15,17,21,.18)}}.c2-fenetre{position:relative;box-sizing:border-box;width:min(340px,100%);padding:30px 28px 26px;border-radius:20px;background:var(--c2-surface);border:1px solid var(--c2-bordure);box-shadow:var(--c2-ombre),inset 0 1px 0 var(--c2-liseret);text-align:center;outline:none;opacity:1;transform:none;transition:opacity .24s ease,transform .24s cubic-bezier(.4,0,1,1);animation:c2-entree .26s cubic-bezier(.22,1,.36,1) backwards}@keyframes c2-entree{0%{opacity:0;transform:translateY(10px) scale(.965)}to{opacity:1;transform:none}}.c2-voile.c2-sortie .c2-fenetre{opacity:0;transform:scale(.97)}.c2-scene{position:relative;width:92px;height:92px;margin:2px auto 18px;display:grid;place-items:center}.c2-halo{position:absolute;inset:-16px;border-radius:50%;filter:blur(14px);pointer-events:none;transition:opacity .42s ease,transform .42s cubic-bezier(.22,1,.36,1)}.c2-halo--bleu{opacity:1;background:radial-gradient(closest-side,var(--c2-halo-bleu),transparent 78%);animation:c2-souffle 1.9s ease-in-out infinite both}.c2-halo--vert{opacity:0;background:radial-gradient(closest-side,var(--c2-halo-vert),transparent 78%)}@keyframes c2-souffle{0%,to{transform:scale(.9);opacity:.7}50%{transform:scale(1.06);opacity:1}}.c2-anneau{position:relative;display:block;width:92px;height:92px;overflow:visible}.c2-piste{fill:none;stroke:var(--c2-piste);stroke-width:6}.c2-disque{fill:var(--c2-vert-voile);opacity:0;transform:scale(.55);transform-box:view-box;transform-origin:50% 50%;transition:opacity .28s ease 90ms,transform .34s cubic-bezier(.22,1,.36,1) 90ms}.c2-jauge{fill:none;stroke:var(--c2-bleu);stroke-width:6;stroke-linecap:round;stroke-dasharray:213.63;stroke-dashoffset:150;opacity:1;transform:rotate(-90deg);transform-box:view-box;transform-origin:50% 50%;animation:c2-remplir 1.9s ease-in-out infinite both}@keyframes c2-remplir{0%{stroke-dashoffset:208;opacity:1}62%{stroke-dashoffset:0;opacity:1}82%{stroke-dashoffset:0;opacity:1}93%{stroke-dashoffset:0;opacity:0}94%{stroke-dashoffset:208;opacity:0}to{stroke-dashoffset:208;opacity:1}}.c2-coche{fill:none;stroke:var(--c2-vert);stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:52;stroke-dashoffset:52;transition:stroke-dashoffset .38s cubic-bezier(.55,.1,.25,1) .19s}.c2-fenetre[data-etat=reussite] .c2-jauge{animation:none;opacity:1;stroke:var(--c2-vert);stroke-dashoffset:0;transition:stroke-dashoffset .38s cubic-bezier(.22,1,.36,1),stroke .26s ease,opacity .22s ease}.c2-fenetre[data-etat=reussite] .c2-disque{opacity:1;transform:none}.c2-fenetre[data-etat=reussite] .c2-coche{stroke-dashoffset:0}.c2-fenetre[data-etat=reussite] .c2-halo--bleu{animation:none;opacity:0}.c2-fenetre[data-etat=reussite] .c2-halo--vert{opacity:1;transform:scale(1.06)}.c2-titre{margin:0;font-size:17px;line-height:1.35;font-weight:600;letter-spacing:-.01em;color:var(--c2-texte)}.c2-sous{margin:6px 0 0;min-height:20px;font-size:14px;line-height:20px;color:var(--c2-doux)}@media(prefers-reduced-motion:reduce){.c2-voile,.c2-fenetre{animation:none;transition:none}.c2-voile.c2-sortie .c2-fenetre{transform:none}.c2-halo{transition:none}.c2-halo--bleu{animation:none;opacity:1;transform:none}.c2-disque,.c2-coche{transition:none}.c2-jauge{stroke-dashoffset:150;animation:c2-respire 2.4s ease-in-out infinite both}@keyframes c2-respire{0%,to{opacity:.72}50%{opacity:1}}.c2-fenetre[data-etat=reussite] .c2-jauge{animation:none;transition:none;opacity:1;stroke-dashoffset:0}.c2-fenetre[data-etat=reussite] .c2-disque{opacity:1;transform:none}.c2-fenetre[data-etat=reussite] .c2-coche{stroke-dashoffset:0}.c2-fenetre[data-etat=reussite] .c2-halo--vert{transform:none}}@media(forced-colors:active){.c2-fenetre{border-color:CanvasText;box-shadow:none}.c2-piste{stroke:GrayText}.c2-jauge,.c2-coche{stroke:Highlight}.c2-disque{fill:Canvas}.c2-halo{display:none}.c2-titre,.c2-sous{color:CanvasText}}.c2-voile[data-respire=non] .c2-jauge{animation:none;opacity:1}.c2-voile[data-respire=non] .c2-halo--bleu{animation:none;opacity:1;transform:none}
