.horaire-line{
   justify-content: center;
}
.horaire-case{
    margin-right: 20px;
}
.horaire-block {
    display: flex;
}
@media screen and (max-width: 991px) {
    .horaire-block{
        display: block!important;
    }
    .horaire-case {
        margin-right: 0;
    }
}
