section.empty {
    margin-top: 0em;
}

.row-banner .container {
    width: 1200px;
}

section.stat {
    position: relative;
    width: 100%;
    margin-bottom: 6em;
    margin-top: 125px;
}

.wrap_stat {
    position: relative;
    width: 100%;
}

.content_statistique {
    display: block;
    position: relative;
}

.card_top_stat {
    position: relative;
    width: 100%;
    margin-bottom: 2em;
}

.item_select_type_data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.field_select_data {
    display: flex;
    align-items: center;
    width: 48%;
    flex-direction: column;
}

.field_select_data label {
    position: relative;
    font-size: 18px;
    color: #000;
    margin-bottom: 7px;
}

.field_select_data select {
    border: 1px solid #e4ebf0;
    height: 40px;
    width: 100%;
    border-radius: 5px;
    padding: 0 12px;
    color: #000;
    font-size: 17px;
    background: #fff;
    position: relative;
    letter-spacing: 0px;
}

.card_bottom_stat {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.card_bottom_stat .content_graphy_flex {display: none;}

.card_bottom_stat .content_graphy_flex:first-child {display: flex;}

.content_graphy_flex {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    height: fit-content;
}

.card_flex_graph {
    box-shadow: 0 5px 38px 7px rgb(0 0 0 / 9%);
    background: #fff;
    padding: 20px;
    width: 100%;
    border-radius: 4px;
    position: relative;
}


/* ******************** GRAPHE *************************** */

.highcharts-figure,
.highcharts-data-table table {
    min-width: 360px;
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

/* ******************** GRAPHE *************************** */


.content_data_flex {
    width: 48%;
    position: relative;
}

.content_banner {
    display: flex;
}

.banner-title {
    font-size: 16px;
    line-height: 20px;
}