/* La carte */
#map
{
    width:100%;
    height:100vh;
}

/* 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;
}

#voirCarteCont
{
    position:fixed;
    display:flex;
    z-index:5000000000;
    width:100%;
    height:100vh;
    top:0;
    left:0;
    background-color:rgba(0, 0, 0, 0.7);
}

#voirCarte
{
   
    margin: auto;
    width: 300px;
    height: 70px;
    font-size: 1.5em;
    background-color: rgba(0,0,0,0.5);
    color: white;
    border: dotted white 0.1px;
    border-radius: 1em;
    cursor:pointer;
}

#cacherCarte
{
    position:fixed;
    z-index:4999999999;
    width:150px;
    left:30px;
    bottom:5vh;
    display:none;
}
