/* ------- IMAGE PRINCIPALE RESPONSIVE ------- */

@media screen and (min-width: 700px) {
    .imagePrincipale1{
         background: url(../banniere/02_banniere_moyen.webp) no-repeat center center;
        background-size: contain;
        height: 360px;
    }
}

@media screen and (min-width: 900px) {
    .imagePrincipale1{
        height: 440px;
    }
}

@media screen and (min-width: 1600px) {
    .imagePrincipale1{
        background: url(../banniere/01_banniere_ultra.webp) no-repeat center center;
        background-size: contain;
        min-height: 620px;
    }
}
