#categorie_name .none{display:none;}
#categorie_name .nom_cat{    font-size: 40px;    font-weight: 700;    text-transform: uppercase;    color: #3d3d3d;}
#categorie_name .sep{margin:5px}
#categorie_name .frame_chemin{
    position: relative;
    color: #074b79;
    font-size: 14px;
    padding: 0 125px;
}

#categorie_name .frame_chemin:before {
    position: absolute;
    height: 3px;
    display: block;
    width: 120px;
    background: #3d3d3d;
    content: '';
    bottom: 7px;
    left: 0px;
}
#categorie_name .lien_base{    color: #3d3d3d;    font-size: 14px;}
#categorie_name .links{    color: #3d3d3d;    font-size: 14px;}
#categorie_name .categorie_name{color:#074b79;font-size:14px;}

