.interactive-map {
  width: 100%;

}

.interactive-map path {
  fill: #0fc155;
  stroke: white;
  stroke-width: 4px;
  transition: fill 0.3s;
}

.interactive-map :hover {
  fill: #d82967;
}

.interactive-map h2 {
  font-weight: normal;
  text-align: center;
  margin-top: 2vh;
  color: #00AB99 !important;
}

.interactive-map svg {

  width: 100%;
  height: auto;
  position: relative;
}

.interactive-map #close-map {
  position: absolute;
  fill: #17a9a9;
  width: 45px;
  height: 45px;
  right: 79vw;
  top: 216px;
  cursor: pointer;
  z-index: 9999;
}

.zoom-map-area {
  transform-origin: 0% 0%;
}

.map__list {
  float: right;
  width: 50%;
}

.map__img {
  width: 50%;
  float: left;
}

.cadre_region {

  margin-top: -2% !important;

  border: solid 2px white;

  background: rgb(100, 1, 37);

  color: white;

  border-top-right-radius: 25%;

  /* border-bottom-right-radius: 10%; */
  margin-bottom: 1%;
  padding: 4%;

  box-shadow: 11px 7px 20px #a39e9e !important;
}

#close-map {
  border-radius: 15px;
  background: #d82967;
  margin-top: -9% !important;
  margin-left: 26%;
  border: 2px solid white;
  color: white;
  font-size: small;
}