/* =============================================
   Décompte vers 1992 — Styles v4
   ============================================= */

.decompte-1992-wrapper {
    display: inline-block;
}

.decompte-1992-annee-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.decompte-1992-annee {
    font-family: 'Outfit', sans-serif;
    font-size: 90px !important;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    display: inline-block;
    font-variant-numeric: tabular-nums;
}

.decompte-1992-termine .decompte-1992-annee {
    color: #ddc09d;
}


