/* La carte */
#map
{
    width:100%;
    height:80vh;
}
.titreInput
{
    width:90%;
    font-size:0.9em;
    color:#7f8c8d;
    margin:0;
    margin-left:5%;
    display:block;
}
.barreInput
{
    margin:0;
    margin-bottom:10px;
    color:#7f8c8d;
    width:90%;
    margin-left:5%;
    display:block;
}
.leaflet-interactive
{
    cursor:grab;
}
#selectListe
{
    width:90%;
    display:block;
    margin-left:5%;
    margin-bottom:20px;
}
/* L'overlay transparente de chargement */
#loading
{
    background-color:rgba(255,255,255,0.5);
    z-index:1000000000;
    position:fixed;
    width:100%;
    height:100vh;
    bottom:0;
    display:flex;
}
#loadingGif
{
    width:50px;
    height:10px;
    margin:auto;
    display:block;
}
.labelChiffre
{
    border-radius:100px;
    text-align:center;
    cursor:pointer;
    background-color:#2c3e50;
    z-index:200;
    color:white;
    border:solid white 1px;
    
}

.label2
{
    background-color:#bdc3c7;
    border:solid black 1px;
    padding:5px;
    display:flex;
    
}
.popUp
{
    margin:auto;
    cursor:default;
}
.fermer
{
    cursor:pointer;
}
.label2 p
{
    font-weight:600;
    color:black;
    margin:0;
    font-size:1.2em;
}
