#header_categorie .header-categorie {position: relative;}
#header_categorie .nom-categorie {
    position: absolute;
    top: 36px;
    left: 30px;
    font-size: 36px;
}

#header_categorie .link-cat {color: #469724;}
#header_categorie .nom-cat {color: #fff;}
#header_categorie .separateur {
    color: #fff;
    margin: 0 5px;
}
#header_categorie .chemin-cat {
    background: rgb(76,60,50);
    background: linear-gradient(90deg, rgba(76,60,50,1) 0%, rgba(76,60,50,0) 100%);
    padding: 5px 15px;
    margin-bottom: 3px;
}
#header_categorie .image-categorie {
    height: 170px;
}

