.shema-pourcentage .curseur{
height:3rem;
position:relative;
background-color: var(--gris-clair);
border:1px solid var(--bleu-fonce);
}
.shema-pourcentage .curseur .percent{
position: absolute;
left:0; top:0;
height:100%;
background-color: var(--bleu);
}
.shema-pourcentage .curseur .percent .chiffre{
position:absolute;
left:105%; top:50%;
transform: translate(0.25rem, -50%);
font-weight: bold;
font-size:0.8rem;
white-space: nowrap
}
.shema-pourcentage .libelle{
font-size:0.9rem;
font-weight: bold;
}
.shema-pourcentage .echelle{
font-size:0.7rem;
border-left:1px solid var(--bleu);
border-right:1px solid var(--bleu);
padding:0 0.25rem;
}