html::-webkit-scrollbar, .toute::-webkit-scrollbar{
    width: 0px;
    height: 0px;
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0); 
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px;
}
 

html::-webkit-scrollbar-track, .toute::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0); 
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: rgba(255,255,255,0);
    border: 0px solid rgba(255,255,255,0);

}
 

html::-webkit-scrollbar-thumb, .toute::-webkit-scrollbar-thumb{
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0); 
    -webkit-border-radius: 0px;
    background-color: rgba(255,255,255,0);
    border: 0px solid rgba(255,255,255,0);
}


html::-webkit-scrollbar-thumb:hover, .toute::-webkit-scrollbar-thumb:hover{
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0);
    background-color: rgba(255,255,255,0);
}