.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}
.vscrollerbase {
width: 10px;
background-color: white;
}
/*-----------------------------Couleur du scroll-------------------------------------*/
.vscrollerbar {
width: 10px;
background-color:#BE648A;
}
.hscrollerbase {
height: 10px;
background-color:#e3e6eb;
}
.hscrollerbar {
height: 10px;
background-color: black;
}