.region-carte {
  fill: #0077b6;
  stroke: white;
  stroke-width: 1;
}

.region-carte:hover,
.region-carte-hover {
  fill: #00b4d8;
}

#regions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 0.25em;
}

#regions a {
  text-decoration: none;
  color: #0077b6;
  font-size: 0.75rem;
}

#regions a:hover {
  color: #00b4d8;
  text-decoration: underline;
}

#suivi-souris {
  display: none;
  color: #0077b6;
  pointer-events: none;
  position: absolute;
  background-color: white;
  padding: 0.25em 0.5em;
  border: 1px solid #0077b6;
  border-radius: 5px;
  font-size: 0.75rem;
}

#carte{
    display: flex;
    width: fit-content;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

