/* -------------
    SOMMAIRE
------------- */

/*
    @AUTHOR : Nicolas BOUDOT

    ORGANISME : PAGE HERO
    Style de l'en-tête de page
*/

/*
    00 - GÉNÉRAL
    01 - BLOG
*/



/* -----------------
    00 - GÉNÉRAL
----------------- */

.organism_page-hero {
    position: relative;
    margin: 40px 0 0;
}
.organism_page-hero--blog {
    margin-top: 0;
    min-height: 110px;
}

/* .organism_page-hero__img {
    aspect-ratio: 444 / 340;
} */
.organism_page-hero--blog .organism_page-hero__img {
    height: 801px;
}

    @media (max-width: 991px) {
        /* .organism_page-hero__img {
            margin-top: 15px;
        } */
         .organism_page-hero--blog .organism_page-hero__img {
            height: 301px;
         }
    }



/* -----------------
    01 - BLOG
----------------- */

/* .organism_page-hero--blog {
    text-align: center;
} */
.organism_page-hero__text h1 {
    margin-top: 50px;
    margin-bottom: 0; /* s'il n'y a pas le filtre en dessous */
}
