/* HERO */

.hero {
    background-image: url('img/hero-ecoles/iet-hero.png');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(60vh - 75px);
}



@media (max-width: 969px) {
        .hero {
        background-image: url('img/hero-ecoles/iet-hero.png');
        display: flex;
        justify-content: center;
        align-items: center;
        height: calc(100vh - 75px);
    }
}

/* FIN HERO */