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

/* La barre de recherche d'adresses*/
#rechercher{
    position:absolute;
    width:50px;
    height:50px;
    right:20px;
    top:20px;
    z-index:9998;
}
#incitation
{
    position:absolute;
    font-size:1.2em;
    right:80px;
    top:20px;
    z-index:99998;
    color:white;
    text-align:right;
    text-shadow:black 1px 1px 1px, black -1px -1px 1px, black -1px 1px 1px, black 1px -1px 1px;
    animation-name:texteACliquer;
    animation-duration:4s;
    animation-iteration-count:infinite;
}
#incitationST
{
    font-size:0.7em;
}
@keyframes texteACliquer {
    50% {
        /*transform: translate(-1px, -1px);*/
        text-shadow:#56FF4D 2px 2px 2px, #56FF4D -2px -2px 2px, #56FF4D -2px 2px 2px, #56FF4D 2px -2px 2px;
    }
    

}
.leaflet-control-zoom
{
    display:none;
}
#barreAdresseContainer
{
    position:absolute;
    width:230px;
    height:50px;
    right:70px;
    top:20px;
    z-index:9998;
    background-color:#ecf0f1;
    border:solid #95a5a6 1px;
    border-radius: 1em 0   0 1em;
    padding:10px;
    padding-left:20px;
    display:none;
}
#barreAdresseContainer input
{
    width:200px;
}
.row
{
    margin:0;
}
li
{
    list-style:none;
}
#triggerLegende
{
    position:absolute;
    
    left:20px;
    bottom:20px;
    z-index:9998;
    color:blue;
    text-decoration:underline;
    
}

#legende{
    z-index:99998;
    position:absolute;
    top:0;
    left:-100%;
    width:100%;
    background-color:rgba(0, 0, 0, 0.7);
    margin:0;
    height:100vh;
    overflow:scroll;
    transition:0.3s;
}
#legende p
{
    color:white;
}
#legende li
{
    color:white;
}
.rond
{
    border:solid black 1px;
    border-radius:10000px;
    box-sizing:border-box;
    background-color:white;
    
    display:inline-block;
}
.contrond
{
    text-align:right;
}

.t1{
    height:6px;
    width:6px;
}
.t2{
    height:12px;
    width:12px;
}
.t3{
    height:18px;
    width:18px;
}
.t4{
    height:24px;
    width:24px;
}
.t5{
    height:30px;
    width:30px;
}
.t6{
    height:36px;
    width:36px;
}
.t7{
    height:42px;
    width:42px;
}
.t8{
    height:48px;
    width:48px;
}
.t9{
    height:54px;
    width:54px;
}
.titreleg
{
    padding-left:10px;
}
.couleur
{
    border:solid black 1px;
    box-sizing:border-box;
    display:inline-block;
    height:10px;
    width:20px;
}

.c1
{
    background-color:#FFFFFF;
}
.c2
{
    background-color:#FFCECE;
}
.c3
{
    background-color:#FF9D9D;
}
.c4
{
    background-color:#FF6C6C;
}
.c5
{
    background-color:#FF3B3B;
}
.c6
{
    background-color:#FF0A0A;
}
.c7
{
    background-color:gray;
}

#fermerLegende
{
    width:100%;
    text-align:center;
}
.swal-modal ul
{
    
    text-align:left;
    
}
.swal-modal li
{
    
    text-align:left;
    list-style:circle;
}

#legende a
{
    background-color:lightgrey;
    text-align:center;
    width:100%;
    display:block;
}
/*
ul
{
    display:none;
}*/
