.decompte {
    background-color: rgb(237,230,52);
    padding: 4px;
    padding-bottom: 10px;
}

.decompte h1 {
    text-align: center;
    margin-bottom: 13px;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
}

.compteur {
    font-size: 0.5em;
    color: #000;
    font-family: 'brandon_grotesque_regularRg', sans-serif;
}

.compteur .compteur_partie-date {
    display: block;
    width: 62px;
    height: 61px;
    text-align: center;
    border-left: 1px solid #000;
    float: left;
    font-style: normal !important;
    font-size: 31px;
    padding: 5px;
}

.compteur .compteur_partie-date:first-child {
    border-left: none;
}

.compteur .compteur_nombre {
    font-weight: 700;
    font-size: 35px;
    line-height: 0.8;
}

.compteur .compteur_description-nombre {
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 2px;
}