.title {
    padding-top: 10px;
    /*background-color: #FFFDF8;*/    
    background-color: #FFFFFF;       
}

.buttonHelp {
    background-image:url(/public/images/help2.png);
    background-size: cover;
    width:28px;
    height:28px;
    position: absolute;
    margin-top: 150px;
    z-index: 1;
    margin-left: 11px; 
    cursor: pointer;
}

.buttonReset {
    /*background-image:url(/public/images/France_picto.png);*/
    background-image:url(/public/images/picto_france.png);    
    background-size: cover;
    width:32px;
    height:32px;
    position: absolute;
    margin-top: 85px;
    z-index: 100;
    margin-left: 9px; 
    cursor: pointer;
    /*border-style : none;*/    
}
.buttonReset hoover{
    border-style : none;    
}
div#titre {
    height:60px;
    background-color: #FFFFFF;  
    /*border: thick double #32a1ce;*/
    display: flex;
    padding-top: 5px;
}

/*div#info {
    border: thick double #55aace;
    width: 0%;
    margin-left: 10px;    
}*/

div#titre_projet {
    /*border: thick double #55ffce;*/
    width: 100%;
}

div#chart1 {
    /*    min-width: 300px;
        max-width: 800px;*/
    height: 600px;
    margin: 1em auto;
    background-image: url(/public/images/layersLoading.gif);
    background-repeat:no-repeat;
    /*border: thick double #55ffce;*/
    /*    background-position-x:600px;
        background-position-y:300px;    */
}

.lienSavoirPlus {
    /*background-image:url(/public/images/France_picto.png);*/
    /*    width:110px;
        height:44px;
        position: absolute;
        margin-top: -30px;*/
    z-index: 100;
    /*margin-left: 10px;*/ 
    padding-top: 5px;
    cursor: pointer;
    display: block;
    /*border-style : none;*/    
}
.lienSavoirPlus hoover{
    border-style : none;    
}


.btnShowHelp {
    /*background-image:url(/public/images/France_picto.png);*/
    /*position: absolute;*/
    /*margin-top: 20px;*/
    z-index: 100;
    padding-left: 12px;    
    /*margin-left: 10px;*/ 
    cursor: pointer;
    /*border-style : none;*/   
    width: 20px;
    height: 20px;
}
.btnShowHelp hoover{
    border-style : none;    
}

.highcharts-tooltip {
    /*background: rgb(255 255 255 / 50%);*/
    background-color : #e2a2e2;    
    /*border: 2px solid silver;*/
    /*border-radius: 20px;*/
    box-shadow: 1px 1px 1px #888;
    /*padding: 4px;*/
    /*width:600px;*/
    min-width: 600px;
    max-width: 600px;    
    border-radius:60px;
}


.highcharts-point {   
    background-color: rgb(201, 7, 240);
    color: rgb(201, 7, 240);    
}

#result li {
    font-size: 10px;
    margin-top: 5px;
}
#result li:hover {
    background-color: #D3D3D3;
}