/* Cache le titre original */
.archive h1 {
    font-size: 0 !important;
}

/* STYLE GLOBAL */
.archive h1::after {
    font-size: 64px;
    letter-spacing: 6px;
    font-weight: 300;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    text-align: center;
}

/* CHRONIQUES PARISIENNES */
.category-chroniques-parisiennes h1::after {
    content: "CHRONIQUES PARISIENNES";
}

/* PRESSE */
.category-presse h1::after {
    content: "presse";
}

/* CLUB LH */
.category-club-lh h1::after {
    content: "club-lh";
}

/* ABONNEZ-VOUS */
.category-abonnez-vous h1::after {
    content: "ABONNEZ-VOUS";
}

/* À PROPOS */
.category-apropos h1::after {
    content: "À PROPOS";
}