body.category-monde .category-title{ color:#476751; }
body.category-societe .category-title{ color:#8a85b3; }
body.category-arts-et-culture .category-title{ color:#6a2451; }
body.category-justice .category-title{ color:#771719; }

.article-cat.cat-monde{ color:#476751; }
.article-cat.cat-societe{ color:#8a85b3; }
.article-cat.cat-arts-et-culture{ color:#6a2451; }
.article-cat.cat-justice{ color:#771719; }

.category-title{
    color: var(--rubrique-color);
    margin-top: 60px;
    text-align: center;
}

.article-cat{ color: var(--rubrique-color, #000); }