.map__image path:hover{

  stroke: black;
  stroke-width: 10px;
  fill: white!important;
  opacity: 0!important;

}


.map__list li{
  display: none;
}

.map__list li.is-active{
  display: contents;
}

.dropdown-menu{

  --bs-dropdown-padding-x: 0.5rem!important;
}

.link-planning{
  text-decoration: none;
  color: black;
}

.link-planning:hover{
  color: green;
}