
#navIndics h1{
    padding: 0px 100px; 
    font-weight: 200;
    font-size: 50px;
    color: #acb2e2;
}

#navIndics .imgbg {
    width: 66%;
    background-repeat: no-repeat;
    background-size: cover;
}
#navIndics a, #navIndics a:visited { 
    font-family: 'Source Sans Pro', sans-serif;
    text-decoration: none; 
    border: 0px;
    font-weight: normal;
    color: inherit;
}

#navIndics .listThemes li {
    display: block;
    height: 3em;    
    line-height: 1em;

    padding: 0px 40px;
    cursor: pointer;
    box-shadow: 0px 24px 3px -24px #454d75;
}

#navIndics .listThemes li:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;       
}

#navIndics .listThemes li a {
    display: inline-block;  
    vertical-align: middle;
}

#navIndics .listThemes li.active {
    position: relative;
    background-color: #7FC774;
}

#navIndics .listThemes li.active:after {
    position: absolute;
    display: inline-block;
    right: 1em;
    content: "";
    background: url(../images/fleche.png) no-repeat;
    background-size: 60px 60px;
    width: 60px;
    height: 60px;
}

#navIndics .listThemes li a {
    font-size: 18px;
    font-weight : bold;
    color:white;
}


#navIndics .tdlistIndics {
    background-color:#eff0f8;
    color:#7d8ace;
}

#navIndics .listIndics{
    height: 100%;
    overflow-y: auto;
    
}
#navIndics .listIndics::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #eff0f8;
}

#navIndics .listIndics::-webkit-scrollbar
{
	width: 8px;
	background-color: #eff0f8;
}

#navIndics .listIndics::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #2f366e;
}

#navIndics .listIndics li {
    font-size: 16px;
    cursor: pointer;
    padding: 0px;
    padding-left: 50px;
}

#navIndics .listIndics li.active {
    font-weight: 600;
}
#navIndics .listIndics li.active:before {
    position: relative;
    margin-left: -25px;
    margin-top: 5px;
    content: "";
    display: block;
    background: url(../images/coche.png) no-repeat;
    width: 20px;
    height: 20px;
    float: left;
}
#navIndics .minilist .list-group-item {
    cursor:pointer;
}

#btncontainer {
    text-align: center;
}
#btncontainer button {
    cursor: pointer;
    color: #acb2e2;
    height: 51px;
    line-height: 51px;
    border: 2px solid #acb2e2;
    border-radius: 25.5px;
    background-color: #fff;
    padding: 0px 50px;
    margin: 0px 30px;
    overflow: hidden;
}

#btncontainer button:hover {
    background-color: #acb2e2;
    color: #fff;
}

#btncontainer button.actif {
    background-color: #343e79;
}

/* icons */
#btncontainer button .icn-carto {
    background: url(../images/cartographie.png) no-repeat;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    float: left;
}
#btncontainer button:hover .icn-carto, #btncontainer button.actif .icn-carto {
    background: url(../images/cartographie-on.png) no-repeat;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    float: left;
}

#btncontainer button .icn-evo {
    background: url(../images/evolution.png) no-repeat;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    float: left;
}
#btncontainer button:hover .icn-evo, #btncontainer button.actif .icn-evo {
    background: url(../images/evolution-on.png) no-repeat;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    float: left;
}

#btncontainer button .icn-dl {
    background: url(../images/telechargement.png) no-repeat;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    float: left;
}
#btncontainer button:hover .icn-dl, #btncontainer button.actif .icn-dl {
    background: url(../images/telechargement-on.png) no-repeat;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    float: left;
}

#btncontainer button.btncarto:before {
    position: absolute;
    left: 10px;
    background: url(../images/coche.png) no-repeat;
}

.simplebarChartOld .bar{
    fill: #63b584!important;
}

.carte-evolution .box {
    float: left;
    width: 33.33%;
    padding: 5px;
}

@media only screen and (max-width: 768px) {
    .carte-evolution .box {
        float: none;
        width: 100% !important;
        height: 350px !important;
    }

    .container {
        max-width: 100%;
        margin: 0;
        padding: 0;
    }
}

@media only screen and (max-width: 992px) {
    #navIndics .listThemes li {
        padding: 0px 20px;
    }
}

.carte-evolution .clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.tab-content {
    display: none;
    overflow: auto;
}
.tab-content.current{
	display: block;
}

#selectZonageMapGraph select, #selectPeriodeMapGraph select, #selectAutreMapGraph select {
    font-size: 22px;
}

.excelButton{
    background-image: none!important;
    /*
    background-color: #4CAF50!important;
    border: none!important;
    color: white!important;
    padding: 15px 32px!important;
    text-align: center!important;
    text-decoration: none!important;
    display: inline-block!important;
*/

    font-size: 16px!important;
    cursor: pointer!important;
    color: #87c87d!important;
    height: 51px!important;
    line-height: 51px!important;
    border: 2px solid #87c87d!important;
    border-radius: 25.5px!important;
    background-color: #fff!important;
    padding: 0px 50px!important;
    margin: 0px 30px!important;
    overflow: hidden!important;
    text-transform: uppercase!important;
}