.light {
    font-weight: 200 !important;
}

.bg-pink {
    background-color: #ffbdbd;
    border: 0px solid rgb(255, 255, 255) !important; /* Bordure visible et noire */
}

.text-avis {
    font-size: 2vw !important;

}

.horaires {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (max-width: 992px) {
    p {
        font-size: 20px !important;
    }

    h3 {
        font-size: 35px !important;
    }

    h4 {
        font-size: 40px !important;
    }

    h2 {
        font-size: 60px !important;
        line-height: 1 !important;
    }

    .home1{
        max-width: 320px;
    }

    .body{
        overflow-x: none;
    }

    .mw {
        max-width: 400px;
    }

    .visage {
        max-height: 90px;
        min-width: 90px;

    }

    .text-avis {
        font-size: 25px !important;
    }
}