.navbar-logo {
    position: absolute;
    left: 3%
}

.bg-robertet {
    background: #002D55 !important;
    background-color: #002D55 !important;

}

body.rounded {
    border-radius: 0 !important;
}

table.top-list td {
    padding: .55rem !important;
}

.synth-number {
    font-size: 25px;
    color: #002D55;
    font-weight: bold;
}

.synth-label {
    font-weight: bold;
    /* text-transform: lowercase; */
    color: #002D55;
}

.synth-label::before {
    content: "\f073";
    font-family: "FontAwesome";
    padding-right: 7px;
    color: #002D55;
}


.graph_title {
    color: #002D55;
}

.graph_title::before {
    content: "\f643";
    font-family: "FontAwesome";
    padding-right: 7px;
}

.box-shadow {
    background: #FFF;
    box-shadow: 6px 5px 5px -1px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 6px 5px 5px -1px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, 0.5);
    padding: 3px;
}

.graph_title_container {
    height: 40px;
}

.infos_bulle{
    position: absolute;
    top: 15%;
    padding: 10px 40px;
}

.box-synthesis{
    margin-left: auto;
    margin-right: auto !important;
}