body, html {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-y: hidden;
}

#map {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(247, 247, 247);
    z-index: 1;
    left: 0%;
    top: 0px;
}


#logo{
    display: block;
    position: absolute;
    width: 180px;
    height: 80px;
    top: 1px;
    left: 200px;
    z-index: 2;
    
}

#logo_velo{
    display: none;
    position: absolute;
    width: 180px;
    height: 80px;
    bottom: 90%;
    left: 10%;
    z-index: 2;
    
}



#niv_zoom{
    position: absolute;
    border: rgb(146, 159, 184);
    bottom: 95%;
    left: 70%;
    z-index: 2;

}

.leaflet-tooltip-top:before, 
.leaflet-tooltip-bottom:before, 
.leaflet-tooltip-left:before, 
.leaflet-tooltip-right:before {
    border: none !important;
}



.etiquette_com{
    background: rgba(0, 0, 0, 0) !important;
    border: none !important;
    font-size: 10px;
    box-shadow: none !important;
    margin-top: 12px;
}

.etiquette_route{
    background: rgba(253, 253, 253, 0.534) !important;
}

.custom-div-icon i.awesome {
    margin: 12px auto;
    font-size: 17px;
 }

 .img_legend{
     width: 20px;
     height: 20px;
     
 }

 #office_montreal{
     width: 418px;
     height: 252px;
 }

 .titre_popup{
     text-align: center;
     margin-top: 10px;
     margin-bottom: 0px;
 }
 #office_noyers{
     width: 260px;
     height: 200px;
 }

 .photoWc{
     width: 150;
     height: 150px;
 }
 #conten{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    width: 70px;
    height: 102%;
    background-color: #f5f5f538;
    overflow-y: scroll;
    overflow-x: hidden;
    
}

#bloc_bouton{
    display: block;
    width: 100%;
    height: 17%;
}

.images{
    width: 90%;
    height: 200px;
    margin: 5%;
}

#texte_mass{
    text-align: justify;
    margin: 10%;
}

#mairie{
    text-align: center;
}

#bloc_bouton img{
    display: block;
    width: 60px;
    height: 60px;
    margin: 5%;
    border-radius: 25%;
    background-color: white;
    margin-top: 10px;
}

#bloc_bouton img:hover{
    transform: scale(1.3);
}

.legend i {
    width: 18px;
    height: 3px;
    float: left;
    margin: 0 8px 0 0;
    opacity: 0.7;
    margin-top: 6px;
  }

  .legend {
    padding: 6px 8px;
    font: 14px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    line-height: 24px;
    color: #555;
    
  }
  
  
  .legend span {
    position: relative;
    bottom: 3px;
  }


  .btn_basGauche {
    text-align: center;
    width: 20%;
    position: absolute;
    z-index: 2;
    bottom: 1%;
    left: 0%;
    }
.button {
    padding: 15px 15px;
    margin:10px 4px;
    color: rgb(146, 159, 184);
    text-align: center;
    position: relative;
    text-decoration: none;
    display: block;
    border:1px solid ;
    border-radius: 25%;
    overflow: hidden;
    width: 30px;
    height: 30px;
    background-color: white;
    }

    .button:hover {
        transform: scale(1.3);
    }

#cont_Mjk5NTI1MnwzfDF8MXwxfCNmZmZmZmZ8MnwjZmZmZmZmfGd8{
    position: absolute;
    display: none;
    top: 400px;
    left: 70px;
    z-index: 4;

}


::-webkit-scrollbar {
    width: 5px;
  }
  
  
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  
  ::-webkit-scrollbar-thumb {
    background: red; 
    border-radius: 10px;
  }
  
  
  ::-webkit-scrollbar-thumb:hover {
    background: #b30000; 
  }


  .leaflet-control-container { position: absolute; left: 150px } 