#map {
     height: 80vh;
     width: 100vw;
     }
h1{
    background-color: rgb(37, 35, 35);
   padding: .5em;
    color: rgb(243, 240, 236);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}   
.resetZoomBtn{
    position:absolute;
    top:20vh;
    left:10vw;
    z-index:9999;
    padding:8px 12px;
    background:rgb(41, 40, 40) !important;
    color:rgb(179, 174, 174) !important;
    border-radius:4px;
    cursor:pointer;

}
.texte{
    color: rgb(22, 160, 66);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 900;
}
audio::-webkit-media-controls-play-button {
    background-color: rgb(22, 160, 66);
    border-radius: 40%;
    transform: scale(1.2);
}
.leaflet-popup-content-wrapper {
    background: #683333;
    border-radius: 20px;
    border: 2px solid rgb(22, 160, 66);
    padding: 10px;
}
.leaflet-top.leaflet-right .popup-control {
    margin-right: 5vw;  
    margin-top: 10vh;    
}
.popup-control {
    background: #ffffff;   
    padding: 10px;
    border: 2px solid #444;
    border-radius: 8px;
    box-shadow: 0 0 6px rgba(0,0,0,0.3);
}
