.map-interactive {
  max-width: 493px;
  margin: 0 auto;
  position: relative;
  background-color: #e0f4eb;
}

.carte_svg {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
  margin: 0 auto;
}

.carte_svg g.region {
  transition: all 0.2s ease-in;
  filter: none;
}

.carte_svg g.region.region-tooltip {
  cursor: pointer;
}

.carte_svg g.region path {
  transition: all 0.2s ease-in;
}

.region.is-hover path,
.region.is-active path {
  fill: #DB0717;
}

.map__popin {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 250px;
  height: 150px;
  pointer-events: none;
  font-weight: 700;
  color: transparent;
  transition: all 0.2s ease-in;
}

.map__popin.is-hover,
.map__popin.is-active {
  color: #fff;
}
.map__popin.is-hover a,
.map__popin.is-active a {
  pointer-events: auto;
}

.map__popin h3 {
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  font-weight: 700;
}

.map__popin p {
  font-size: 36px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  font-weight: 700;
}

.map__links {
  display: none;
}

.departement-links {
  list-style: none;
  padding-left: 0;
}

.departement-links li {
  margin: 8px 0;
}

.departement-links li:first-child {
  margin-top: 0;
}

.departement-links li:last-child {
  margin-bottom: 0;
}

.departement-links a {
  white-space: nowrap;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
}

.departement-links a.external-link img {
  margin-top: 5px;
}
