#parent__container_statistiques_12 > .row {
    display: none;
}

#parent__container_statistiques_12 > #counter_section > .statistiques__item_num{
    background-color: #212121;
    color: white;
    margin-bottom: 15px;
    width: 100%;
    padding-bottom: 20px !important;
    height: 20vh !important;
}

#parent__container_statistiques_12 > #counter_section > div:last-of-type{
    background-color: #fffe64;
    color: #212121;
}

#parent__container_statistiques_12 > #counter_section > .statistiques__item_num > div{
    margin-bottom: 0;
    height: initial !important;
}

#parent__container_statistiques_12 > #counter_section > .statistiques__item_num > span{
    height:31.5px;
}

#parent__container_statistiques_12 > #counter_section > .statistiques__item_num > div > span{
    font-size: 65px !important;
    font-weight: initial !important;
}

#parent__container_statistiques_12 > #counter_section > .statistiques__item_num > div > span > div{
    color: white !important;
}

#parent__container_statistiques_12 > #counter_section > div:last-of-type > div > span > div{
    color: #212121 !important;
}

@media screen and (min-width: 800px){
    #parent__container_statistiques_12 > #counter_section > .statistiques__item_num{
        background-color: #212121;
        color: white;
        height: 430px;
        width: calc(33.333% - 10px);
        margin-bottom: 0;
        height: 25vh !important;
    }

    #menu_principal{
        border-bottom: none !important;
    }

    #menu_principal > .container{
        margin-bottom: 0px !important;
    }

    #accueil > .container{
        display: none;
    }

}

.profil_head_text{
    font-family: inherit !important;
}

