.reserver-section {
    width: 80vw;
    margin: 10vh 10vw 5vh 10vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.reserver {   
    width: 80vw;
    margin: 10vh 10vw 5vh 10vw;
}

.numero {
    padding: 1vw 2vw 1vw 2vw;
    background-color: var(--color1);
    color: var(--color2);
    margin-left: 45px;
    text-align: center;
}

.numero2 {
    padding: 1vw 2vw 1vw 2vw;
    background-color: var(--color1);
    color: var(--color2);
    text-align: center;
}

.reserver-section > .small-title {
    font-weight: normal;
}

.horaires-section {
    width: 80vw;
    margin: 10vh 10vw 5vh 10vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.horaires-container {
    display: flex;
    flex-direction: row;
    margin-bottom: 4vh;
}

.horaires-container-left {
    display: flex;
    flex-direction: column;
    text-align: right;
    margin-right: 7px;
}

.horaires-container-right {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.horaires-section > .small-title {
    margin-top: 2vh;
    margin-bottom: 1vh;
}

/* ECRAN 2K */
@media screen and (min-width: 2500px) and (min-height: 1400px) {
    
}

/* ECRAN 4K */
@media screen and (min-width: 3500px) and (min-height: 2000px) {
    
}

/* ECRAN +1920x1080 */
@media screen and (max-width: 1920px) and (max-height: 1080px) {
    
}

/* ECRAN 17 pouces large */
@media screen and (max-width: 1680px) and (max-height: 1100px) {

}

/* ECRAN 13 à 15 pouces standard */
@media screen and (max-width: 1400px) and (max-height: 1050px) {

}


/* TRES GRAND MOBILE 1050x1370 */
@media screen and (max-width: 1050px ) and (max-height: 1370px ) {
    .reserver-section {
        width: 80vw;
        margin: 10vh 10vw 0vh 10vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
            /* <div class="small-title">Appelez nous directement pour réserver</div> */
    .numero {
        padding: 1.5vw 3vw 1.5vw 3vw;
        background-color: var(--color1);
        color: var(--color2);
        margin-left: 0px;
        margin-top: 20px;
    }
    
    .reserver-section > .small-title {
        font-weight: normal;
        text-align: center;
    }
    .horaires-section {
        width: 80vw;
        margin: 4vh 10vw 5vh 10vw;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/* GRAND MOBILE 500x900 */
@media screen and (max-width: 500px ) and (max-height: 1000px ) {
    .numero {
        padding: 3vw 5vw 3vw 5vw;
        background-color: var(--color1);
        color: var(--color2);
        margin-left: 0px;
        margin-top: 20px;
    }
}

/* MOYEN petit 700 */
@media screen and (max-width: 400px ) and (max-height: 750px ) {

}