<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#details_categorie .link{
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    padding: 20px;
}
#details_categorie .link:before{
    position: absolute;
    content: "|";
    color: #adadad;
    left: 50%;
    bottom: -8px;
    font-size: 25px;
}
#details_categorie .nom_cat {
    color: #fff;
    text-align: center;
    display: block;
    text-transform: uppercase;
    margin-top: 25px;
    font-size:20px;
}
#details_categorie .nom_categorie{display:none;}

</pre></body></html>