#departements-map {
  width: 800px;
  height: 600px; }

.departements-map__feature {
  stroke: white;
  stroke-width: 1px;
  fill: lightgray;
  cursor: pointer; }

.departements-map__feature,
.departements-map__legend-color {
  transition: fill 1s; }

.departements-map__feature--idf {
  stroke-width: 0.2px; }

.departements-map__feature--missing {
  cursor: default; }
