.horaires-magasin-container{
    color: white;
    font-size: 14px;

    .horaires-bloc {
        margin-bottom: 8px;
        .title {
            font-size: 17px;
            font-weight: 600;
            color: #FED417;
            margin: 5px 0;
            text-transform: uppercase;
        }
    }

}