
#map{
  width: 96%;
  height: 90vh; 
  margin-left: 20px;
  margin-top: 10px;}
b{
  font-size: 13px;
  font-weight: bold;
  font-family: Arial;
  color: #252525;
}
p{
  font-size: 13px;
  font-family: Arial;
  color: #737373;
  margin-left: 20px;
}
titre{
  line-height: 1.8em;
  font-size: 16px;
  font-weight: 600;
  font-family: Arial;
  color: #252525;
  margin-left: 20px;
}
/*Legend*/
.text_leg{
  padding: 8px 8px 8px;
  font: 12px Arial, Helvetica, sans-serif;
  font-style: italic;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  line-height: 10px;
  color: #555;
}
.legend {
  padding: 6px 8px;
  font: 12px 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 h4 {
  text-align: left;
  font-size: 14px;
  margin: 2px 12px 8px;
  color: #777;
}
.legend span {
  position: relative;
  bottom: 3px;
}
.legend i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  float: left;
  margin: 0 8px 0 1px;
  opacity: 0.7;
}
.legend j {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  float: left;
  margin: 0 8px 0 0;
  opacity: 0.7;
}
.legend k {
  width: 25px; /*+ 16*1.618*/
  height: 16px;
  float: left;
  margin: 0 8px 0 0;
  border: 0.8px solid #252525;
  opacity: 0.8;
}
.legend m {
  width: 18px;
  height: 2px;
  background-color: #252525;
  float: left;
  margin: 8px 10px 0 0;
  opacity: 0.4;
}
