/* */
.bienvuMap {
      max-width: 100%;
      max-height: 100%;
    }
    .bienvuMap path {
      fill:#86AAE0;
      stroke:#FFFFFF;
      stroke-width:0.6;
      transition: fill 0.2s, stroke 0.3s;
    }
    .bienvuMap path:hover {
      fill:#6ba043;
      stroke: #990000;
      cursor:pointer;
    }
    .bienvuMap .separator {
      stroke: #ccc;
      fill: none;
      stroke-width:1.5;
    }
    .bienvuMap .separator:hover {
      stroke: #ccc;
      fill: none;
    }


.map-bloc{
float:left;
width:600px;
}

@media (max-width: 480px) {

.map-bloc{
float:left;
width:100%;
}
.description{
width:100%;
}

}


.info-bloc{
float:left;
width:300px;
background:#94a6bf;
padding:20px;
color:#fff;
border-radius:20px;
min-height:140px;
1px 1px 8px 1px rgba(1,1,1,0.28);
}

.description {
  pointer-events: none;
  position: absolute;
  font-size: 18px;
  text-align: center;
  background: white;
  padding: 10px 15px;
  z-index: 5;
  height: 60px;
  line-height: 30px;
  margin: 0 auto;
  color: #21669e;
  border-radius: 5px;
  box-shadow: 2px 2px 2px 1px #eee;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}
.description.active {
  display: block;
}

.description:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
}



.heyo:hover {
  fill: #CC2929;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.enabled {
  fill: #21669E;
  cursor: pointer;
}




.dbl-legende{
font-size: 12px;
line-height: 14px;
position: absolute;
top: 450px;
right: 0px;
width: 400px;
padding: 10px;
border: 1px solid #d0cfcf;
border-radius: 10px;
}



@media (max-width: 480px) {
.dbl-legende{
border:none;
right:-0px;
width:300px;
top:420px;

}

}


#cliSettingsPopup,#cookie-law-info-bar,.footers{
display:none;

}
