@import url('https://fonts.googleapis.com/css?family=Roboto');

body{
    font-family: "Roboto";
}
.overflowY{
    overflow-y: auto;
    height: 65vh;
}
.taille_fixe{
    min-height: 500px;
    overflow-y : scroll;
    padding-bottom: 20px;
    max-height: 86vh !important;
}
.tri{
    color: orange;
    cursor: pointer;
}
@media screen and (max-width: 1920px)
{
    .overflowY
    {
        margin-left: 0px;
    }
}