body {
    font-family: Helvetica, sans-serif;
    font-size: 12px;
}
.app-header {
    height: 70px;
    line-height: 60px;
    border-bottom: thin lightgrey solid;
    text-align: center;
    font-size: 22px;
    color: #3E3A71;
}
.app-header-section{
    height: 70px;
    line-height: 60px;
    border-top: thin lightgrey solid;
    text-align: left;
    font-size: 18px;
    color: #575757;
    background-color: #f8f9fa;
}
.app-header-section_without_line{
    height: 70px;
    line-height: 60px;
    text-align: left;
    font-size: 18px;
    color: #575757;
    background-color: #f8f9fa;
}
.divBorder{
    border-style: solid;
    border-color: #E5E4E2;   
}
.app-sunburst {
    width: 50%;
}
*[data-dash-is-loading="true"]{
    visibility: hidden;
}
*[data-dash-is-loading="true"]::before{
    content: "Chargement...";
    display: inline-block;
    color: #575757;
    visibility: visible;
}
.ag-theme-balham.compact {
    --ag-grid-size: 3px;
}
