.flexTab{
    display: flex;
}

.flexTab.noMapTab{
    flex-direction: column;
}

.progressTauxPart{
    background-color:#ccc;
}

.progressTauxPartValeur{
    color:#fff!important;
    background-color:black!important;
    height:48px;
    text-align: center;
}

#h2NomCirc{
    margin-bottom: 0px;
}

#retourSommaire{
    display: inline-block;
    background: url(../images/icons/fleche-back.svg) no-repeat center left;
    background-size: 40px;
    padding-left: 50px;
}

div.valeurTauxPart{
    font-weight: bold;
    padding: 10px;
    mix-blend-mode: difference;
}

div.zeroCent {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
}

.mapSelectCircSection{
    width: 40%;
    margin-right: 70px;
}

.mapSelectCircSection .floatingDiv{
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
}

.historiqueResultatsContent{
    max-width: 60%;
    margin-left: auto;
    flex: auto;
}

.historiqueResultatsContent.fullPageHisto{
    max-width: 100%!important;
}

.selectCircContainer{
    width: 100%!important;
    margin-bottom: 10px;
}

.selectCircContainer .select2-container{
    width: 100%!important;
}

.blocCarte{
    padding: 0px;
    margin-bottom: 15px;
}

.select2-container--default .select2-selection--single {
    width: 100% !important;
}

.chartWithLegend{
    display: flex;
}

#chartVotesCirc,
#chartVotesParParti{
    max-width: 500px;
}

@media (max-width: 992px){

    .historiqueResultatsContent{
        max-width: 100%;
    }

    .flexTab{
        flex-direction: column;
    }

    .mapSelectCircSection{
        width: 100%;
        margin-right: 0px;
    }

    .chartWithLegend{
        flex-direction: column;
    }

    #legChartVotesCirc ul,
    #legChartVotesParParti ul{
        flex-wrap: wrap;
        flex-direction: row!important;
    }

    .carteInteractive{
        min-height: 350px;
    }

    .mapSelectCircSection .floatingDiv {
        position: relative;
    }

}