/* Scène « cookies » : refuser, sur le même site de Chez Lucie, UN SEUL
   téléphone (Théo : « un seul écran stp »). D'abord le bandeau qu'on voit
   partout (quatorze gestes), puis la page se recharge avec le bandeau fait
   maison (un geste). Le nom du bandeau et le compte des gestes sont
   au-dessus du téléphone. Versions précédentes dans _avant-refonte-ux/
   (bandeau-cookies/, bandeau-cookies-deux-telephones/). Le rideau de fin
   vient du kit.

   LISIBLE SANS ZOOMER : 12 px pour tout ce qui se lit, 11 px minimum (les
   petits textes du bandeau courant, qu'on ne lit pas, justement).

   FICHIER ÉCRIT PAR scene-css.py : les @keyframes (doigts, interrupteurs,
   comptes, défilements) sont calculés là-bas depuis un seul minutage et des
   mesures prises au banc (mesures.json). Modifier scene-fixe.css ou le
   script, jamais scene.css.

   LE MINUTAGE, en pourcentages d'une boucle de 12 secondes :
      2 %  le bandeau qu'on voit partout monte, avec son voile
      7 %  « Paramétrer mes choix » ; le panneau monte
     11 %  six interrupteurs, un toutes les 2,4 % ; la liste défile (25 %) ;
           six autres (29,5 à 41,5 %)
   44,5 %  Enregistrer : le panneau descend ; « 14 gestes »
     51 %  la page se recharge (barre de Safari) ; le titre devient « Le
           bandeau fait maison »
     55 %  le bandeau fait maison monte ; Refuser à 61 % : « 1 geste, au
           lieu de 14 » ; la page défile (66 à 73 %) ; plus rien ne bouge
     95 %  fondu au blanc ; tout revient au début entre 98,4 et 99,9 %

   LA TOILE : 520 x 556, fond blanc. Un iPhone de 246 x 508 en (137, 44),
   écran de 234 x 496 en (143, 50). Dans l'écran : la barre d'état (36), la
   page (404), la barre de Safari (56). */
.fn-scene--cookies {
  --sc-haut: 556px;
  --line-ios: #D8D8DC; --line-site: #E5E5E5;
  --cmp: #1C2B4A; --cmp-off: #C7CBD2;
  line-height: 1.35;
}
.fn-scene--cookies svg { display: block; }
.fn-scene--cookies p { margin: 0; }
.fn-scene--cookies i { font-style: normal; }
.fn-scene--cookies img { max-width: none; }

/* ═══ LES TITRES ET LEURS COMPTES ═════════════════════════════════════ */
.sc-cookies-qui {
  position: absolute; top: 0; left: 0; width: 520px;
  display: flex; flex-direction: column; align-items: center; gap: 1px;
  text-align: center; white-space: nowrap;
}
.sc-cookies-qui b { font-size: 0.8125rem; font-weight: 800; line-height: 17px; letter-spacing: -.01em; color: #0A0A0A; }
.sc-cookies-qui--d { opacity: 0; }
.sc-cookies-comptes { position: relative; display: block; width: 100%; height: 17px; }
.sc-cookies-n { position: absolute; left: 0; right: 0; top: 0; font-size: 0.75rem; line-height: 17px; color: #525252; text-align: center; white-space: nowrap; opacity: 0; }
.sc-cookies-n b { font-size: 0.75rem; font-weight: 800; line-height: 17px; color: #0A0A0A; }
.sc-cookies-n--g-0,
.sc-cookies-n--d-0 { opacity: 1; }

/* ═══ LES TÉLÉPHONES ══════════════════════════════════════════════════ */
.sc-cookies-tel {
  position: absolute; top: 44px; left: 137px; z-index: 1;
  width: 246px; height: 508px; padding: 6px;
  border-radius: 40px; background: #0A0A0A;
  box-shadow: 0 16px 34px rgba(31, 36, 46, .18);
}
.sc-cookies-ecran { position: relative; height: 496px; overflow: hidden; border-radius: 34px; background: #FFFFFF; color: #0A0A0A; }
.sc-cookies-ilot { position: absolute; top: 9px; left: 85px; z-index: 20; width: 64px; height: 19px; border-radius: 10px; background: #000000; }
.sc-cookies-statut {
  position: absolute; top: 0; left: 0; right: 0; z-index: 19;
  display: flex; align-items: center; justify-content: space-between;
  height: 36px; padding: 3px 20px 0 30px; background: #FFFFFF; font-size: 0.6875rem;
}
.sc-cookies-statut b { font-weight: 700; }
.sc-cookies-statut-ico { display: flex; align-items: center; gap: 4px; }
.sc-cookies-statut-ico svg { width: 12px; height: 9px; fill: #0A0A0A; }
.sc-cookies-pile { display: block; width: 19px; height: 9px; padding: 1px; border: 1px solid rgba(10, 10, 10, .45); border-radius: 3px; }
.sc-cookies-pile i { display: block; width: 72%; height: 100%; border-radius: 1px; background: #0A0A0A; }

/* La page, entre la barre d'état et Safari : 234 x 404. */
/* z-index 0 : la page forme sa propre couche, rien de ce qu'elle contient
   ne passe devant les bandeaux. */
.sc-cookies-vue { position: absolute; top: 36px; left: 0; right: 0; z-index: 0; height: 404px; overflow: hidden; background: #FFFFFF; }
.sc-cookies-page { position: relative; }
/* Le rechargement : la page repasse au blanc un instant. */
.sc-cookies-recharge { position: absolute; top: 36px; left: 0; right: 0; z-index: 4; height: 404px; background: #FFFFFF; opacity: 0; }

/* ── Le site de Chez Lucie ────────────────────────────────────────────── */
.sc-cookies-s-tete { display: flex; align-items: center; justify-content: space-between; height: 44px; padding: 0 14px; }
.sc-cookies-s-tete svg { width: 18px; height: 18px; }
.sc-cookies-s-marque { display: flex; align-items: center; gap: 7px; font-size: 0.875rem; font-weight: 800; letter-spacing: -.01em; }
.sc-cookies-s-marque i {
  display: grid; place-items: center; width: 20px; height: 20px;
  border-radius: 5px; background: #0A0A0A; color: #FFFFFF;
  font-size: 0.6875rem; font-weight: 800; line-height: 1;
}
.sc-cookies-s-une { position: relative; display: block; height: 170px; overflow: hidden; }
.sc-cookies-s-une img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sc-cookies-s-une::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(10, 10, 10, 0) 30%, rgba(10, 10, 10, .7)); }
.sc-cookies-s-une-txt { position: absolute; left: 14px; right: 14px; bottom: 12px; z-index: 1; display: flex; flex-direction: column; gap: 3px; color: #FFFFFF; }
.sc-cookies-s-une-txt small { font-size: 0.6875rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; opacity: .9; }
.sc-cookies-s-une-txt b { font-size: 1.0625rem; font-weight: 800; line-height: 1.15; letter-spacing: -.02em; }
.sc-cookies-s-actions { display: flex; gap: 8px; padding: 12px 14px 0; }
.sc-cookies-s-btn {
  display: flex; align-items: center; justify-content: center; gap: 5px; flex: 1;
  height: 36px; border: 1px solid #D4D4D4; border-radius: 10px;
  font-size: 0.75rem; font-weight: 700; white-space: nowrap;
}
.sc-cookies-s-btn svg { width: 13px; height: 13px; }
.sc-cookies-s-btn--noir { border-color: #0A0A0A; background: #0A0A0A; color: #FFFFFF; }
.sc-cookies-s-horaires { padding: 10px 14px 0; font-size: 0.75rem; color: #525252; }
.sc-cookies-s-horaires b { font-weight: 700; color: #0A0A0A; }
.sc-cookies-s-h2 { padding: 16px 14px 8px; font-size: 0.875rem; font-weight: 800; letter-spacing: -.01em; }
.sc-cookies-s-carte {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px;
  height: 118px; margin: 0 14px; border-radius: 12px; background: #F2F2F0; text-align: center;
}
.sc-cookies-s-carte svg { width: 18px; height: 18px; color: #737373; }
.sc-cookies-s-carte b { font-size: 0.75rem; font-weight: 700; }
.sc-cookies-s-carte > span:not(.sc-cookies-s-btn) { font-size: 0.6875rem; color: #525252; }
.sc-cookies-s-btn--petit { flex: none; height: 30px; margin-top: 6px; padding: 0 12px; border-color: #C8C8C8; background: #FFFFFF; }
.sc-cookies-s-plats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 0 14px 16px; }
.sc-cookies-s-plats img { display: block; width: 100%; height: 64px; border-radius: 10px; object-fit: cover; }
.sc-cookies-s-plats small { display: block; margin-top: 4px; font-size: 0.6875rem; white-space: nowrap; }
/* Le pied de page : le lien « Cookies » rouvre le bandeau. */
.sc-cookies-s-pied {
  padding: 8px 14px 24px; font-size: 0.6875rem; line-height: 15px; color: #737373;
  background: linear-gradient(var(--line-site), var(--line-site)) 14px top / calc(100% - 28px) 1px no-repeat;
}
.sc-cookies-s-pied u { color: #0A0A0A; }

/* ── À gauche : le bandeau qu'on voit partout ─────────────────────────── */
.sc-cookies-g-voile { position: absolute; top: 36px; left: 0; right: 0; z-index: 1; height: 404px; background: rgba(0, 0, 0, .45); opacity: 0; }
.sc-cookies-g-cmp {
  position: absolute; left: 0; right: 0; bottom: 56px; z-index: 2;
  padding: 16px 14px 14px; border-radius: 16px 16px 0 0; background: #FFFFFF;
  transform: translateY(290px);
}
.sc-cookies-g-titre { font-size: 0.875rem; font-weight: 800; line-height: 18px; }
.sc-cookies-g-texte { margin-top: 6px !important; font-size: 0.6875rem; line-height: 15px; color: #4A4A4A; }
.sc-cookies-g-tout {
  display: grid; place-items: center; height: 42px; margin-top: 12px;
  border-radius: 8px; background: var(--cmp); color: #FFFFFF;
  font-size: 0.8125rem; font-weight: 700;
}
.sc-cookies-g-lien { display: block; margin-top: 10px; font-size: 0.6875rem; line-height: 15px; text-align: center; text-decoration: underline; color: #6B6B6B; }
.sc-cookies-g-panneau {
  position: absolute; left: 0; right: 0; top: 44px; z-index: 3; height: 396px; overflow: hidden;
  border-radius: 16px 16px 0 0; background: #FFFFFF;
  transform: translateY(460px);
}
.sc-cookies-g-p-tete { display: flex; align-items: center; justify-content: space-between; height: 34px; padding: 14px 14px 0; }
.sc-cookies-g-p-tete b { font-size: 0.875rem; font-weight: 800; }
.sc-cookies-g-p-tete svg { width: 16px; height: 16px; color: #4A4A4A; }
.sc-cookies-g-p-sous { padding: 2px 14px 0; font-size: 0.6875rem; line-height: 16px; color: #6B6B6B; }
.sc-cookies-g-liste {
  position: absolute; top: 56px; left: 0; right: 0; height: 264px; overflow: hidden;
  background: linear-gradient(var(--line-site), var(--line-site)) left top / 100% 1px no-repeat;
}
.sc-cookies-g-ligne {
  display: flex; align-items: center; gap: 10px;
  height: 44px; padding: 0 14px;
  background: linear-gradient(var(--line-site), var(--line-site)) 14px bottom / calc(100% - 28px) 1px no-repeat;
  font-size: 0.75rem; line-height: 15px;
}
.sc-cookies-g-ligne > span { flex: 1; min-width: 0; }
.sc-cookies-inter { position: relative; display: block; flex: none; width: 34px; height: 20px; border-radius: 10px; background: var(--cmp); }
.sc-cookies-pouce {
  position: absolute; top: 2px; left: 2px; display: block; width: 16px; height: 16px;
  border-radius: 50%; background: #FFFFFF; box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
  transform: translateX(14px);
}
.sc-cookies-g-p-pied {
  position: absolute; left: 0; right: 0; bottom: 0;
  display: flex; gap: 8px; height: 76px; padding: 19px 14px;
  background: linear-gradient(var(--line-site), var(--line-site)) left top / 100% 1px no-repeat;
}
.sc-cookies-g-enr {
  display: grid; place-items: center; flex: 1; height: 38px;
  border: 1px solid var(--cmp); border-radius: 8px; color: var(--cmp);
  font-size: 0.75rem; font-weight: 700;
}
.fn-scene--cookies .sc-cookies-g-tout--pied { flex: 1; height: 38px; margin: 0; font-size: 0.75rem; }

/* ── À droite : le bandeau fait maison ─────────────────────────────────── */
.sc-cookies-d-bandeau {
  position: absolute; left: 10px; right: 10px; bottom: 66px; z-index: 2;
  padding: 14px; border: 1px solid #E5E5E5; border-radius: 14px; background: #FFFFFF;
  box-shadow: 0 8px 24px rgba(31, 36, 46, .18);
  transform: translateY(240px);
}
.sc-cookies-d-titre { font-size: 0.8125rem; font-weight: 800; line-height: 17px; }
.sc-cookies-d-texte { margin-top: 4px !important; font-size: 0.75rem; line-height: 16px; color: #525252; }
.sc-cookies-d-boutons { display: flex; gap: 8px; margin-top: 12px !important; }
.sc-cookies-d-boutons span {
  display: grid; place-items: center; flex: 1; height: 40px;
  border-radius: 10px; background: #0A0A0A; color: #FFFFFF;
  font-size: 0.8125rem; font-weight: 700;
}

/* ── Safari ───────────────────────────────────────────────────────────── */
.sc-cookies-safari {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 5;
  height: 56px; padding: 7px 10px 0;
  background: #F7F7F7 linear-gradient(rgba(0, 0, 0, .12), rgba(0, 0, 0, .12)) left top / 100% 1px no-repeat;
}
.sc-cookies-safari-champ {
  display: flex; align-items: center; justify-content: space-between;
  height: 32px; padding: 0 11px; border-radius: 11px; background: #E4E4E9;
  font-size: 0.75rem; color: #0A0A0A;
}
.sc-cookies-safari-champ b { font-size: 0.875rem; font-weight: 600; }
.sc-cookies-safari-champ small { font-size: 0.6875rem; }
.sc-cookies-safari-champ svg { width: 12px; height: 12px; }
.sc-cookies-safari-url { display: flex; align-items: center; gap: 4px; }
.sc-cookies-safari-url svg { width: 11px; height: 11px; }
.sc-cookies-safari-charge {
  position: absolute; left: 10px; right: 10px; top: 37px;
  height: 2px; border-radius: 1px; background: #0A84FF;
  transform: scaleX(0); transform-origin: 0 50%; opacity: 0;
}
.sc-cookies-maison { position: absolute; bottom: 6px; left: 75px; z-index: 10; width: 84px; height: 4px; border-radius: 2px; background: #0A0A0A; }

/* ── Le doigt ─────────────────────────────────────────────────────────── */
.sc-cookies-doigt {
  position: absolute; top: 0; left: 0; z-index: 3;
  width: 26px; height: 26px; border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, .9);
  background: rgba(10, 10, 10, .26);
  opacity: 0; pointer-events: none;
}

/* ── Les animations ───────────────────────────────────────────────────── */
.sc-cookies-n--g-0 { animation-name: sc-cookies-n-g-0; }
.sc-cookies-n--g-1 { animation-name: sc-cookies-n-g-1; }
.sc-cookies-n--g-2 { animation-name: sc-cookies-n-g-2; }
.sc-cookies-n--g-3 { animation-name: sc-cookies-n-g-3; }
.sc-cookies-n--g-4 { animation-name: sc-cookies-n-g-4; }
.sc-cookies-n--g-5 { animation-name: sc-cookies-n-g-5; }
.sc-cookies-n--g-6 { animation-name: sc-cookies-n-g-6; }
.sc-cookies-n--g-7 { animation-name: sc-cookies-n-g-7; }
.sc-cookies-n--g-8 { animation-name: sc-cookies-n-g-8; }
.sc-cookies-n--g-9 { animation-name: sc-cookies-n-g-9; }
.sc-cookies-n--g-10 { animation-name: sc-cookies-n-g-10; }
.sc-cookies-n--g-11 { animation-name: sc-cookies-n-g-11; }
.sc-cookies-n--g-12 { animation-name: sc-cookies-n-g-12; }
.sc-cookies-n--g-13 { animation-name: sc-cookies-n-g-13; }
.sc-cookies-n--g-14 { animation-name: sc-cookies-n-g-14; }
.sc-cookies-n--d-0 { animation-name: sc-cookies-n-d-0; }
.sc-cookies-n--d-1 { animation-name: sc-cookies-n-d-1; }
.sc-cookies-qui--g { animation-name: sc-cookies-qui-g; }
.sc-cookies-qui--d { animation-name: sc-cookies-qui-d; }
.sc-cookies-recharge { animation-name: sc-cookies-recharge; }
.sc-cookies-safari-charge { animation-name: sc-cookies-charge; }
.sc-cookies-d-bandeau { animation-name: sc-cookies-d-bandeau; }
.sc-cookies-page { animation-name: sc-cookies-defile; }
.sc-cookies-g-voile { animation-name: sc-cookies-g-voile; }
.sc-cookies-g-cmp { animation-name: sc-cookies-g-cmp; }
.sc-cookies-g-panneau { animation-name: sc-cookies-g-panneau; }
.sc-cookies-g-lignes { animation-name: sc-cookies-g-lignes; }
.sc-cookies-inter--0 { animation-name: sc-cookies-inter-0; }
.sc-cookies-pouce--0 { animation-name: sc-cookies-pouce-0; }
.sc-cookies-inter--1 { animation-name: sc-cookies-inter-1; }
.sc-cookies-pouce--1 { animation-name: sc-cookies-pouce-1; }
.sc-cookies-inter--2 { animation-name: sc-cookies-inter-2; }
.sc-cookies-pouce--2 { animation-name: sc-cookies-pouce-2; }
.sc-cookies-inter--3 { animation-name: sc-cookies-inter-3; }
.sc-cookies-pouce--3 { animation-name: sc-cookies-pouce-3; }
.sc-cookies-inter--4 { animation-name: sc-cookies-inter-4; }
.sc-cookies-pouce--4 { animation-name: sc-cookies-pouce-4; }
.sc-cookies-inter--5 { animation-name: sc-cookies-inter-5; }
.sc-cookies-pouce--5 { animation-name: sc-cookies-pouce-5; }
.sc-cookies-inter--6 { animation-name: sc-cookies-inter-6; }
.sc-cookies-pouce--6 { animation-name: sc-cookies-pouce-6; }
.sc-cookies-inter--7 { animation-name: sc-cookies-inter-7; }
.sc-cookies-pouce--7 { animation-name: sc-cookies-pouce-7; }
.sc-cookies-inter--8 { animation-name: sc-cookies-inter-8; }
.sc-cookies-pouce--8 { animation-name: sc-cookies-pouce-8; }
.sc-cookies-inter--9 { animation-name: sc-cookies-inter-9; }
.sc-cookies-pouce--9 { animation-name: sc-cookies-pouce-9; }
.sc-cookies-inter--10 { animation-name: sc-cookies-inter-10; }
.sc-cookies-pouce--10 { animation-name: sc-cookies-pouce-10; }
.sc-cookies-inter--11 { animation-name: sc-cookies-inter-11; }
.sc-cookies-pouce--11 { animation-name: sc-cookies-pouce-11; }
.sc-cookies-doigt { animation-name: sc-cookies-doigt; }

@keyframes sc-cookies-n-g-0 {
  0%            { opacity: 1; }
  7%            { opacity: 1; }
  7.05%, 98.4%  { opacity: 0; }
  99.9%, 100%   { opacity: 1; }
}
@keyframes sc-cookies-n-g-1 {
  0%            { opacity: 0; }
  7%            { opacity: 0; }
  7.05%         { opacity: 1; }
  11%           { opacity: 1; }
  11.05%, 98.4% { opacity: 0; }
  99.9%, 100%   { opacity: 0; }
}
@keyframes sc-cookies-n-g-2 {
  0%            { opacity: 0; }
  11%           { opacity: 0; }
  11.05%        { opacity: 1; }
  13.4%         { opacity: 1; }
  13.45%, 98.4% { opacity: 0; }
  99.9%, 100%   { opacity: 0; }
}
@keyframes sc-cookies-n-g-3 {
  0%            { opacity: 0; }
  13.4%         { opacity: 0; }
  13.45%        { opacity: 1; }
  15.8%         { opacity: 1; }
  15.85%, 98.4% { opacity: 0; }
  99.9%, 100%   { opacity: 0; }
}
@keyframes sc-cookies-n-g-4 {
  0%            { opacity: 0; }
  15.8%         { opacity: 0; }
  15.85%        { opacity: 1; }
  18.2%         { opacity: 1; }
  18.25%, 98.4% { opacity: 0; }
  99.9%, 100%   { opacity: 0; }
}
@keyframes sc-cookies-n-g-5 {
  0%            { opacity: 0; }
  18.2%         { opacity: 0; }
  18.25%        { opacity: 1; }
  20.6%         { opacity: 1; }
  20.65%, 98.4% { opacity: 0; }
  99.9%, 100%   { opacity: 0; }
}
@keyframes sc-cookies-n-g-6 {
  0%            { opacity: 0; }
  20.6%         { opacity: 0; }
  20.65%        { opacity: 1; }
  23%           { opacity: 1; }
  23.05%, 98.4% { opacity: 0; }
  99.9%, 100%   { opacity: 0; }
}
@keyframes sc-cookies-n-g-7 {
  0%            { opacity: 0; }
  23%           { opacity: 0; }
  23.05%        { opacity: 1; }
  29.5%         { opacity: 1; }
  29.55%, 98.4% { opacity: 0; }
  99.9%, 100%   { opacity: 0; }
}
@keyframes sc-cookies-n-g-8 {
  0%            { opacity: 0; }
  29.5%         { opacity: 0; }
  29.55%        { opacity: 1; }
  31.9%         { opacity: 1; }
  31.95%, 98.4% { opacity: 0; }
  99.9%, 100%   { opacity: 0; }
}
@keyframes sc-cookies-n-g-9 {
  0%            { opacity: 0; }
  31.9%         { opacity: 0; }
  31.95%        { opacity: 1; }
  34.3%         { opacity: 1; }
  34.35%, 98.4% { opacity: 0; }
  99.9%, 100%   { opacity: 0; }
}
@keyframes sc-cookies-n-g-10 {
  0%            { opacity: 0; }
  34.3%         { opacity: 0; }
  34.35%        { opacity: 1; }
  36.7%         { opacity: 1; }
  36.75%, 98.4% { opacity: 0; }
  99.9%, 100%   { opacity: 0; }
}
@keyframes sc-cookies-n-g-11 {
  0%            { opacity: 0; }
  36.7%         { opacity: 0; }
  36.75%        { opacity: 1; }
  39.1%         { opacity: 1; }
  39.15%, 98.4% { opacity: 0; }
  99.9%, 100%   { opacity: 0; }
}
@keyframes sc-cookies-n-g-12 {
  0%            { opacity: 0; }
  39.1%         { opacity: 0; }
  39.15%        { opacity: 1; }
  41.5%         { opacity: 1; }
  41.55%, 98.4% { opacity: 0; }
  99.9%, 100%   { opacity: 0; }
}
@keyframes sc-cookies-n-g-13 {
  0%            { opacity: 0; }
  41.5%         { opacity: 0; }
  41.55%        { opacity: 1; }
  44.5%         { opacity: 1; }
  44.55%, 98.4% { opacity: 0; }
  99.9%, 100%   { opacity: 0; }
}
@keyframes sc-cookies-n-g-14 {
  0%            { opacity: 0; }
  44.5%         { opacity: 0; }
  44.55%, 98.4% { opacity: 1; }
  99.9%, 100%   { opacity: 0; }
}
@keyframes sc-cookies-n-d-0 {
  0%            { opacity: 1; }
  61%           { opacity: 1; }
  61.05%, 98.4% { opacity: 0; }
  99.9%, 100%   { opacity: 1; }
}
@keyframes sc-cookies-n-d-1 {
  0%            { opacity: 0; }
  61%           { opacity: 0; }
  61.05%, 98.4% { opacity: 1; }
  99.9%, 100%   { opacity: 0; }
}
@keyframes sc-cookies-qui-g {
  0%            { opacity: 1; }
  51.5%         { opacity: 1; }
  52.3%, 98.4%  { opacity: 0; }
  99.9%, 100%   { opacity: 1; }
}
@keyframes sc-cookies-qui-d {
  0%            { opacity: 0; }
  52%           { opacity: 0; }
  52.8%, 98.4%  { opacity: 1; }
  99.9%, 100%   { opacity: 0; }
}
@keyframes sc-cookies-recharge {
  0%            { opacity: 0; }
  51%           { opacity: 0; }
  51.6%         { opacity: 1; }
  53%           { opacity: 1; }
  54%, 98.4%    { opacity: 0; }
  99.9%, 100%   { opacity: 0; }
}
@keyframes sc-cookies-charge {
  0%            { opacity: 0; transform: scaleX(0); }
  50.8%         { opacity: 0; transform: scaleX(0); }
  51%           { opacity: 1; transform: scaleX(.1); animation-timing-function: cubic-bezier(.2, .6, .4, 1); }
  53.6%         { opacity: 1; transform: scaleX(1); }
  54.2%, 98.4%  { opacity: 0; transform: scaleX(1); }
  99.9%, 100%   { opacity: 0; transform: scaleX(0); }
}
@keyframes sc-cookies-d-bandeau {
  0%            { transform: translateY(240px); }
  55%           { transform: translateY(240px); animation-timing-function: cubic-bezier(.16, 1, .3, 1); }
  57.5%         { transform: translateY(0); }
  61.4%         { transform: translateY(0); animation-timing-function: cubic-bezier(.4, 0, .2, 1); }
  63.4%, 98.4%  { transform: translateY(240px); }
  99.9%, 100%   { transform: translateY(240px); }
}
@keyframes sc-cookies-defile {
  0%            { transform: translateY(0); }
  66%           { transform: translateY(0); animation-timing-function: cubic-bezier(.45, 0, .2, 1); }
  73%, 98.4%    { transform: translateY(-214px); }
  99.9%, 100%   { transform: translateY(0); }
}
@keyframes sc-cookies-g-voile {
  0%            { opacity: 0; }
  2%            { opacity: 0; }
  3.5%          { opacity: 1; }
  45.1%         { opacity: 1; }
  46.9%, 98.4%  { opacity: 0; }
  99.9%, 100%   { opacity: 0; }
}
@keyframes sc-cookies-g-cmp {
  0%            { transform: translateY(290px); }
  2%            { transform: translateY(290px); animation-timing-function: cubic-bezier(.16, 1, .3, 1); }
  4.5%          { transform: translateY(0); }
  7.4%          { transform: translateY(0); animation-timing-function: cubic-bezier(.4, 0, .2, 1); }
  8.6%, 98.4%   { transform: translateY(290px); }
  99.9%, 100%   { transform: translateY(290px); }
}
@keyframes sc-cookies-g-panneau {
  0%            { transform: translateY(460px); }
  7.6%          { transform: translateY(460px); animation-timing-function: cubic-bezier(.16, 1, .3, 1); }
  9.6%          { transform: translateY(0); }
  44.9%         { transform: translateY(0); animation-timing-function: cubic-bezier(.4, 0, .2, 1); }
  47.1%, 98.4%  { transform: translateY(460px); }
  99.9%, 100%   { transform: translateY(460px); }
}
@keyframes sc-cookies-g-lignes {
  0%            { transform: translateY(0); }
  25.2%         { transform: translateY(0); animation-timing-function: cubic-bezier(.2, .7, .3, 1); }
  28%, 98.4%    { transform: translateY(-264px); }
  99.9%, 100%   { transform: translateY(0); }
}
@keyframes sc-cookies-inter-0 {
  0%            { background-color: #1C2B4A; }
  11%           { background-color: #1C2B4A; }
  11.5%, 98.4%  { background-color: #C7CBD2; }
  99.9%, 100%   { background-color: #1C2B4A; }
}
@keyframes sc-cookies-pouce-0 {
  0%            { transform: translateX(14px); }
  11%           { transform: translateX(14px); animation-timing-function: cubic-bezier(.3, .7, .4, 1); }
  11.5%, 98.4%  { transform: translateX(0); }
  99.9%, 100%   { transform: translateX(14px); }
}
@keyframes sc-cookies-inter-1 {
  0%            { background-color: #1C2B4A; }
  13.4%         { background-color: #1C2B4A; }
  13.9%, 98.4%  { background-color: #C7CBD2; }
  99.9%, 100%   { background-color: #1C2B4A; }
}
@keyframes sc-cookies-pouce-1 {
  0%            { transform: translateX(14px); }
  13.4%         { transform: translateX(14px); animation-timing-function: cubic-bezier(.3, .7, .4, 1); }
  13.9%, 98.4%  { transform: translateX(0); }
  99.9%, 100%   { transform: translateX(14px); }
}
@keyframes sc-cookies-inter-2 {
  0%            { background-color: #1C2B4A; }
  15.8%         { background-color: #1C2B4A; }
  16.3%, 98.4%  { background-color: #C7CBD2; }
  99.9%, 100%   { background-color: #1C2B4A; }
}
@keyframes sc-cookies-pouce-2 {
  0%            { transform: translateX(14px); }
  15.8%         { transform: translateX(14px); animation-timing-function: cubic-bezier(.3, .7, .4, 1); }
  16.3%, 98.4%  { transform: translateX(0); }
  99.9%, 100%   { transform: translateX(14px); }
}
@keyframes sc-cookies-inter-3 {
  0%            { background-color: #1C2B4A; }
  18.2%         { background-color: #1C2B4A; }
  18.7%, 98.4%  { background-color: #C7CBD2; }
  99.9%, 100%   { background-color: #1C2B4A; }
}
@keyframes sc-cookies-pouce-3 {
  0%            { transform: translateX(14px); }
  18.2%         { transform: translateX(14px); animation-timing-function: cubic-bezier(.3, .7, .4, 1); }
  18.7%, 98.4%  { transform: translateX(0); }
  99.9%, 100%   { transform: translateX(14px); }
}
@keyframes sc-cookies-inter-4 {
  0%            { background-color: #1C2B4A; }
  20.6%         { background-color: #1C2B4A; }
  21.1%, 98.4%  { background-color: #C7CBD2; }
  99.9%, 100%   { background-color: #1C2B4A; }
}
@keyframes sc-cookies-pouce-4 {
  0%            { transform: translateX(14px); }
  20.6%         { transform: translateX(14px); animation-timing-function: cubic-bezier(.3, .7, .4, 1); }
  21.1%, 98.4%  { transform: translateX(0); }
  99.9%, 100%   { transform: translateX(14px); }
}
@keyframes sc-cookies-inter-5 {
  0%            { background-color: #1C2B4A; }
  23%           { background-color: #1C2B4A; }
  23.5%, 98.4%  { background-color: #C7CBD2; }
  99.9%, 100%   { background-color: #1C2B4A; }
}
@keyframes sc-cookies-pouce-5 {
  0%            { transform: translateX(14px); }
  23%           { transform: translateX(14px); animation-timing-function: cubic-bezier(.3, .7, .4, 1); }
  23.5%, 98.4%  { transform: translateX(0); }
  99.9%, 100%   { transform: translateX(14px); }
}
@keyframes sc-cookies-inter-6 {
  0%            { background-color: #1C2B4A; }
  29.5%         { background-color: #1C2B4A; }
  30%, 98.4%    { background-color: #C7CBD2; }
  99.9%, 100%   { background-color: #1C2B4A; }
}
@keyframes sc-cookies-pouce-6 {
  0%            { transform: translateX(14px); }
  29.5%         { transform: translateX(14px); animation-timing-function: cubic-bezier(.3, .7, .4, 1); }
  30%, 98.4%    { transform: translateX(0); }
  99.9%, 100%   { transform: translateX(14px); }
}
@keyframes sc-cookies-inter-7 {
  0%            { background-color: #1C2B4A; }
  31.9%         { background-color: #1C2B4A; }
  32.4%, 98.4%  { background-color: #C7CBD2; }
  99.9%, 100%   { background-color: #1C2B4A; }
}
@keyframes sc-cookies-pouce-7 {
  0%            { transform: translateX(14px); }
  31.9%         { transform: translateX(14px); animation-timing-function: cubic-bezier(.3, .7, .4, 1); }
  32.4%, 98.4%  { transform: translateX(0); }
  99.9%, 100%   { transform: translateX(14px); }
}
@keyframes sc-cookies-inter-8 {
  0%            { background-color: #1C2B4A; }
  34.3%         { background-color: #1C2B4A; }
  34.8%, 98.4%  { background-color: #C7CBD2; }
  99.9%, 100%   { background-color: #1C2B4A; }
}
@keyframes sc-cookies-pouce-8 {
  0%            { transform: translateX(14px); }
  34.3%         { transform: translateX(14px); animation-timing-function: cubic-bezier(.3, .7, .4, 1); }
  34.8%, 98.4%  { transform: translateX(0); }
  99.9%, 100%   { transform: translateX(14px); }
}
@keyframes sc-cookies-inter-9 {
  0%            { background-color: #1C2B4A; }
  36.7%         { background-color: #1C2B4A; }
  37.2%, 98.4%  { background-color: #C7CBD2; }
  99.9%, 100%   { background-color: #1C2B4A; }
}
@keyframes sc-cookies-pouce-9 {
  0%            { transform: translateX(14px); }
  36.7%         { transform: translateX(14px); animation-timing-function: cubic-bezier(.3, .7, .4, 1); }
  37.2%, 98.4%  { transform: translateX(0); }
  99.9%, 100%   { transform: translateX(14px); }
}
@keyframes sc-cookies-inter-10 {
  0%            { background-color: #1C2B4A; }
  39.1%         { background-color: #1C2B4A; }
  39.6%, 98.4%  { background-color: #C7CBD2; }
  99.9%, 100%   { background-color: #1C2B4A; }
}
@keyframes sc-cookies-pouce-10 {
  0%            { transform: translateX(14px); }
  39.1%         { transform: translateX(14px); animation-timing-function: cubic-bezier(.3, .7, .4, 1); }
  39.6%, 98.4%  { transform: translateX(0); }
  99.9%, 100%   { transform: translateX(14px); }
}
@keyframes sc-cookies-inter-11 {
  0%            { background-color: #1C2B4A; }
  41.5%         { background-color: #1C2B4A; }
  42%, 98.4%    { background-color: #C7CBD2; }
  99.9%, 100%   { background-color: #1C2B4A; }
}
@keyframes sc-cookies-pouce-11 {
  0%            { transform: translateX(14px); }
  41.5%         { transform: translateX(14px); animation-timing-function: cubic-bezier(.3, .7, .4, 1); }
  42%, 98.4%    { transform: translateX(0); }
  99.9%, 100%   { transform: translateX(14px); }
}
@keyframes sc-cookies-doigt {
  0%            { opacity: 0; transform: translate(247px, 455.5px) scale(1.3); }
  6.65%         { opacity: 0; transform: translate(247px, 455.5px) scale(1.3); }
  6.9%          { opacity: 1; transform: translate(247px, 455.5px) scale(1); animation-timing-function: ease-out; }
  7.2%          { opacity: 1; transform: translate(247px, 455.5px) scale(0.84); }
  7.6%          { opacity: 0; transform: translate(247px, 455.5px) scale(1); }
  10.65%        { opacity: 0; transform: translate(333px, 159px) scale(1.3); }
  10.9%         { opacity: 1; transform: translate(333px, 159px) scale(1); animation-timing-function: ease-out; }
  11.2%         { opacity: 1; transform: translate(333px, 159px) scale(0.84); }
  11.6%         { opacity: 0; transform: translate(333px, 159px) scale(1); }
  13.05%        { opacity: 0; transform: translate(333px, 203px) scale(1.3); }
  13.3%         { opacity: 1; transform: translate(333px, 203px) scale(1); animation-timing-function: ease-out; }
  13.6%         { opacity: 1; transform: translate(333px, 203px) scale(0.84); }
  14%           { opacity: 0; transform: translate(333px, 203px) scale(1); }
  15.45%        { opacity: 0; transform: translate(333px, 247px) scale(1.3); }
  15.7%         { opacity: 1; transform: translate(333px, 247px) scale(1); animation-timing-function: ease-out; }
  16%           { opacity: 1; transform: translate(333px, 247px) scale(0.84); }
  16.4%         { opacity: 0; transform: translate(333px, 247px) scale(1); }
  17.85%        { opacity: 0; transform: translate(333px, 291px) scale(1.3); }
  18.1%         { opacity: 1; transform: translate(333px, 291px) scale(1); animation-timing-function: ease-out; }
  18.4%         { opacity: 1; transform: translate(333px, 291px) scale(0.84); }
  18.8%         { opacity: 0; transform: translate(333px, 291px) scale(1); }
  20.25%        { opacity: 0; transform: translate(333px, 335px) scale(1.3); }
  20.5%         { opacity: 1; transform: translate(333px, 335px) scale(1); animation-timing-function: ease-out; }
  20.8%         { opacity: 1; transform: translate(333px, 335px) scale(0.84); }
  21.2%         { opacity: 0; transform: translate(333px, 335px) scale(1); }
  22.65%        { opacity: 0; transform: translate(333px, 379px) scale(1.3); }
  22.9%         { opacity: 1; transform: translate(333px, 379px) scale(1); animation-timing-function: ease-out; }
  23.2%         { opacity: 1; transform: translate(333px, 379px) scale(0.84); }
  23.6%         { opacity: 0; transform: translate(333px, 379px) scale(1); }
  24.6%         { opacity: 0; transform: translate(247px, 387px) scale(1.3); }
  25%           { opacity: 1; transform: translate(247px, 387px) scale(0.9); animation-timing-function: ease-out; }
  27%           { opacity: 1; transform: translate(247px, 237px) scale(0.9); animation-timing-function: cubic-bezier(.2, .7, .3, 1); }
  27.4%         { opacity: 0; transform: translate(247px, 237px) scale(1); }
  29.15%        { opacity: 0; transform: translate(333px, 159px) scale(1.3); }
  29.4%         { opacity: 1; transform: translate(333px, 159px) scale(1); animation-timing-function: ease-out; }
  29.7%         { opacity: 1; transform: translate(333px, 159px) scale(0.84); }
  30.1%         { opacity: 0; transform: translate(333px, 159px) scale(1); }
  31.55%        { opacity: 0; transform: translate(333px, 203px) scale(1.3); }
  31.8%         { opacity: 1; transform: translate(333px, 203px) scale(1); animation-timing-function: ease-out; }
  32.1%         { opacity: 1; transform: translate(333px, 203px) scale(0.84); }
  32.5%         { opacity: 0; transform: translate(333px, 203px) scale(1); }
  33.95%        { opacity: 0; transform: translate(333px, 247px) scale(1.3); }
  34.2%         { opacity: 1; transform: translate(333px, 247px) scale(1); animation-timing-function: ease-out; }
  34.5%         { opacity: 1; transform: translate(333px, 247px) scale(0.84); }
  34.9%         { opacity: 0; transform: translate(333px, 247px) scale(1); }
  36.35%        { opacity: 0; transform: translate(333px, 291px) scale(1.3); }
  36.6%         { opacity: 1; transform: translate(333px, 291px) scale(1); animation-timing-function: ease-out; }
  36.9%         { opacity: 1; transform: translate(333px, 291px) scale(0.84); }
  37.3%         { opacity: 0; transform: translate(333px, 291px) scale(1); }
  38.75%        { opacity: 0; transform: translate(333px, 335px) scale(1.3); }
  39%           { opacity: 1; transform: translate(333px, 335px) scale(1); animation-timing-function: ease-out; }
  39.3%         { opacity: 1; transform: translate(333px, 335px) scale(0.84); }
  39.7%         { opacity: 0; transform: translate(333px, 335px) scale(1); }
  41.15%        { opacity: 0; transform: translate(333px, 379px) scale(1.3); }
  41.4%         { opacity: 1; transform: translate(333px, 379px) scale(1); animation-timing-function: ease-out; }
  41.7%         { opacity: 1; transform: translate(333px, 379px) scale(0.84); }
  42.1%         { opacity: 0; transform: translate(333px, 379px) scale(1); }
  44.15%        { opacity: 0; transform: translate(193.5px, 439px) scale(1.3); }
  44.4%         { opacity: 1; transform: translate(193.5px, 439px) scale(1); animation-timing-function: ease-out; }
  44.7%         { opacity: 1; transform: translate(193.5px, 439px) scale(0.84); }
  45.1%         { opacity: 0; transform: translate(193.5px, 439px) scale(1); }
  60.65%        { opacity: 0; transform: translate(198.8px, 432.3px) scale(1.3); }
  60.9%         { opacity: 1; transform: translate(198.8px, 432.3px) scale(1); animation-timing-function: ease-out; }
  61.2%         { opacity: 1; transform: translate(198.8px, 432.3px) scale(0.84); }
  61.6%, 98.4%  { opacity: 0; transform: translate(198.8px, 432.3px) scale(1); }
  99.9%, 100%   { opacity: 0; transform: translate(247px, 455.5px) scale(1.3); }
}

/* Moins de mouvement : l'état d'arrivée, immobile. Le bandeau fait maison
   a été refusé en un geste, la page est lisible. */
@media (prefers-reduced-motion: reduce) {
  .sc-cookies-qui--g { opacity: 0; }
  .sc-cookies-qui--d, .sc-cookies-n--d-1 { opacity: 1; }
  .sc-cookies-n--d-0 { opacity: 0; }
  .sc-cookies-page { transform: translateY(-214px); }
}
