/* -------------- Bandeau -------------------- */

#bandeau {
    height: 350px;
    background: url('../../images/bandeau_programmation.jpg') no-repeat center center;
    background-size: cover;
}

/* --------------- Titre ----------- */

#programmation .bloc-titre {
    margin-bottom: 50px;
}

/* -------------------------------------------------------------- */
/*
/* Responsive
/*
/* --------------------------------------------------------------- */

@media screen and (max-width: 1199px) {

}

@media screen and (max-width: 991px) {
    #programmation .bloc-vignette {
        margin: 20px auto;
    }
}

@media screen and (max-width: 767px) {
    .bloc-vignette.large .bloc-text {
        padding: 30px 50px;
    }

    .bloc-vignette.large .image {
         height: 320px;
    }
}

@media screen and (max-width: 575px) {
    #programmation .bloc-vignette .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
