/* HERO */

.hero {
    background-image: url('img/hero-ecoles/idrac-hero.jpg');
    background-attachment: fixed;
    background-position: bottom;
    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/idrac-hero.jpg');
        background-size: contain;

        display: flex;
        justify-content: center;
        align-items: center;
        height: calc(100vh - 75px);
    }
}

/* FIN HERO */