*{
    margin: 0px;
    padding: 0px;
}

body, html {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

#map {
    position: absolute;
    display: block;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.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;
  }


#img_tel{
    width: 20px;
    height: 20px;
}





nav{
    position: absolute;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.418);
    position: sticky;
    top: 0px;
    
}

nav ul{
    list-style-type: none;
}

nav ul li{
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
}

nav ul::after{
    content: "";
    display: table;
    clear: both;
}

nav a{
    display: block;
    text-decoration: none;
    color: black;
    border-bottom: 2px solid transparent;
    padding: 10px 0px;
}

nav a:hover{
    color: #FFCC00;
    border-bottom: 2px solid #ff0000;
}

.sous{
    display: none;
    box-shadow: 0px 1px 2px rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
    position: absolute;
    width: 200%;
    height: 200%;
    z-index: 1000;
    overflow: scroll;
    overflow-x: hidden;
}

#fond{
    margin-left: -100%;
}

nav > ul li:hover .sous{
    display: block;
}
.sous li{
    float: none;
    width: 100%;
    text-align: left;
}
.sous a{
    padding: 10px;
    border-bottom: none;
}
.sous a:hover{
    border-bottom: none;
    background-color: RGBa(200,200,200,0.1);
}
.deroulant > a::after{
    content:" ▼";
    font-size: 12px;
}





#logo{
    position: absolute;
    z-index: 10;
    left: 50px;
    bottom: 1%;
    width: 10%;
    
}

#titreLoisirs, #titreResto{
    text-align: center;
}


#logo2{
    position: absolute;
    z-index: 10;
    right: 50px;
    bottom: 10px;
    width: 200px;
}


#bloc{
    display: none;
    position: absolute;
    left: 100px;
    top: 250px;
    width: 300px;
    height: 300px;
    background-color: aliceblue;
    z-index: 3;
}

.sous li{
    font-family: monospace;
    font-size: small;
}

.imgMenu{
    
    width: 100px;
}

::-webkit-scrollbar {
    width: 10px;
  }
  
  
  ::-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; 
  }


 .sous li input{
    float: right;
 }