/* mlsign v7 — la géométrie de la frise du rapport.
   PRODUIT par scripts/build.mjs depuis contenu/specimen.json. Ne s'édite
   jamais à la main : le fichier se réécrit au prochain build.

   Les teintes ne sont PAS ici. Elles sont dans css/rapport.css, en classes
   écrites à la main : une couleur se relit, une position se calcule. */

.rapport__frise [data-debut="19.6667"] { --debut: 19.6667%; }
.rapport__frise [data-debut="20.3333"] { --debut: 20.3333%; }
.rapport__frise [data-debut="32.5833"] { --debut: 32.5833%; }
.rapport__frise [data-debut="35.1667"] { --debut: 35.1667%; }
.rapport__frise [data-debut="36"] { --debut: 36%; }
.rapport__frise [data-debut="36.5833"] { --debut: 36.5833%; }
.rapport__frise [data-debut="46.6667"] { --debut: 46.6667%; }
.rapport__frise [data-debut="58.75"] { --debut: 58.75%; }
.rapport__frise [data-debut="88.3333"] { --debut: 88.3333%; }

.rapport__frise [data-fin="32.5833"] { --fin: 32.5833%; }
.rapport__frise [data-fin="35.1667"] { --fin: 35.1667%; }
.rapport__frise [data-fin="36"] { --fin: 36%; }
.rapport__frise [data-fin="36.5833"] { --fin: 36.5833%; }
.rapport__frise [data-fin="46.6667"] { --fin: 46.6667%; }
.rapport__frise [data-fin="58.75"] { --fin: 58.75%; }
.rapport__frise [data-fin="77.6667"] { --fin: 77.6667%; }
.rapport__frise [data-fin="96"] { --fin: 96%; }

.rapport__frise [data-t="0"] { --t: 0%; }
.rapport__frise [data-t="10"] { --t: 10%; }
.rapport__frise [data-t="20"] { --t: 20%; }
.rapport__frise [data-t="30"] { --t: 30%; }
.rapport__frise [data-t="40"] { --t: 40%; }
.rapport__frise [data-t="50"] { --t: 50%; }
.rapport__frise [data-t="60"] { --t: 60%; }
.rapport__frise [data-t="70"] { --t: 70%; }
.rapport__frise [data-t="80"] { --t: 80%; }
.rapport__frise [data-t="90"] { --t: 90%; }
.rapport__frise [data-t="100"] { --t: 100%; }
