/*=========================================== CUSTOM CSS ===========================================*/

/*------------- TOP BAR ----------------*/
span.brand-name{
    display: none;
}

/*------------- BANDEAU ---------------*/
#main-header{
    padding: 0 !important;
}

.main-header.container{
    padding-right: 0 !important;
    padding-left: 0 !important;
}

/*------------- MENU ASIDE  GAUCHE ----------------*/
.main-menu{
    padding: 2.5rem !important;
}

/*------------- CONTENU CENTRAL  ----------------*/
#main-content{
    padding-top: 2.5rem !important;
    padding-left: 4rem !important;
}

/*------------- CARD STATISTIQUES SUR ARTICLE --------------*/
.custom-chart-article{
    padding: 1rem 1rem 1.5rem 1.5rem;
    margin-bottom: 2rem;
    font-size: 1.2rem;
    border: 1px solid #d8dee9;
    box-shadow: 2px 2px #d8dee9;
}

.custom-chart-article p{
    margin-bottom: 0 !important;
}

.custom-chart-article-wrapper{
    display: flex;
    align-items: center;
}

.custom-chart-article-content {
    width: 95%;
}

.custom-chart-article-block {
    margin-top: 0.5rem;
}

.custom-chart-article-number {
    color: #5f6e86;
    font-weight: bold;
}

.custom-chart-article-icone i{
    padding: 1.5rem;
    /*border-radius: 9999px;
    background-color: #5f6e86;
    color: #fff;
    font-size: 2rem;*/
    color: #d8dee9;
    font-size: 5rem;
}

body .tooltip-inner {
    width: 100%;
    text-align: left;
    font-size: 1.2rem !important;
}
