@media screen and (max-width: 1002px) {
    
    .icon-hamburger {
        display: block;
    }

    .list-metier-nav a {
        display: block;
        margin: 6px 0px;

    }
    
    .menu-header-mobile .custum-list-items {
        width: 100%;
    }
    
    .logo-block-mobile {
        width: 100%;
        padding: 0 10px;
        justify-content: space-between;
        align-items: center;
    }
    
    .icon-close {
        position: absolute;
        right: 10px;
        text-align: right;
        color: initial;
    }

    .menu-header {
        display: none;
    }

    /* blog-presentation */
    .blog-presentation {
        grid-template-columns: 1fr;
    }

}


@media screen and (max-width: 797px) {

    .baniere-content {
        width: 90%;
    }
        
}

@media screen and (max-width: 512px) {

    /* baniere */
    .hero-text {
        font-size: 35px;
        line-height: 55px;
    }

    .footer-content {
        justify-content: flex-start;
    }

    /* blog-presentation */
    .blog-presentation .left {
        padding: 0;
    }

    
    
}
