.component--towns--map .map--tooltip {
  position: fixed;
  z-index: 100;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  pointer-events: none;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  -webkit-transform: translateX(-50%) translateY(-120%);
  transform: translateX(-50%) translateY(-120%);
  white-space: nowrap;
}

.component--towns--map>.wrapper {
  position: relative;
}

.component--towns--map .map-svg svg {
  position: static !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  display: block;
  width: 100%;
}

.component--towns--map .map-svg svg path[data-communeid] {
  fill: #ebf1c2;
  stroke: #5db140 !important;
  stroke-width: 0.3;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}

.component--towns--map .map-svg svg path[data-communeid]:hover,
.component--towns--map .map-svg svg path[data-communeid].state--selected {
  fill: #009fe3 !important;
  cursor: pointer;
}

.row-header h1 {
  font-family: 'ITC Kabel Std', sans-serif;
  font-size: 3em;
  font-weight: bold;
  color: #333;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

.row-header p {
  font-family: 'Calibri', sans-serif;
  font-size: 1.3em;
  color: #333;
  margin-bottom: 2em;
}

h2 {
  font-family: 'ITC Kabel Std', sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  color: #e30613;
  margin-bottom: 1.5em;
}

.map-infos {
  font-size: 1.5em;
  padding-left: 2em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.map-infos p {
  font-family: 'Calibri', sans-serif;
  font-size: 1em;
  color: #009fe3;
}

.map-infos b,
.map-infos strong {
  font-family: 'Calibri', sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: #333;
}

.map-infos a {
  color: #009fe3;
}

.map-infos a:hover {
  color: #333;
}

.map-infos hr {
  border: none;
  border-top: 2px solid #b2bdd5;
  margin: 1em 0;
}

@font-face {
  font-family: 'Calibri';
  src: url('./fonts/Calibri.eot');
  src: url('./fonts/Calibri.eot?#iefix') format('embedded-opentype'),
    url('./fonts/Calibri.woff2') format('woff2'),
    url('./fonts/Calibri.woff') format('woff'),
    url('./fonts/Calibri.ttf') format('truetype'),
    url('./fonts/Calibri.svg#Calibri') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ITC Kabel Std';
  src: url('./fonts/ITCKabelStd-Bold.eot');
  src: url('./fonts/ITCKabelStd-Bold.eot?#iefix') format('embedded-opentype'),
    url('./fonts/ITCKabelStd-Bold.woff2') format('woff2'),
    url('./fonts/ITCKabelStd-Bold.woff') format('woff'),
    url('./fonts/ITCKabelStd-Bold.ttf') format('truetype'),
    url('./fonts/ITCKabelStd-Bold.svg#ITCKabelStd-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Calibri';
  src: url('./fonts/Calibri-Bold.eot');
  src: url('./fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'),
    url('./fonts/Calibri-Bold.woff2') format('woff2'),
    url('./fonts/Calibri-Bold.woff') format('woff'),
    url('./fonts/Calibri-Bold.ttf') format('truetype'),
    url('./fonts/Calibri-Bold.svg#Calibri-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}