/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.ol-box {
  box-sizing: border-box;
  border-radius: 2px;
  border: 2px solid blue;
}
.ol-mouse-position {
  top: 8px;
  right: 8px;
  position: absolute;
}
.ol-scale-line {
  background: rgba(0, 60, 136, 0.3);
  border-radius: 4px;
  bottom: 8px;
  left: 8px;
  padding: 2px;
  position: absolute;
}
.ol-scale-line-inner {
  border: 1px solid #eee;
  border-top: none;
  color: #eee;
  font-size: 10px;
  text-align: center;
  margin: 1px;
  will-change: contents, width;
  transition: all 0.25s;
}
.ol-scale-bar {
  position: absolute;
  bottom: 8px;
  left: 8px;
}
.ol-scale-step-marker {
  width: 1px;
  height: 15px;
  background-color: #000000;
  float: right;
  z-Index: 10;
}
.ol-scale-step-text {
  position: absolute;
  bottom: -5px;
  font-size: 12px;
  z-Index: 11;
  color: #000000;
  text-shadow: -2px 0 #FFFFFF, 0 2px #FFFFFF, 2px 0 #FFFFFF, 0 -2px #FFFFFF;
}
.ol-scale-text {
  position: absolute;
  font-size: 14px;
  text-align: center;
  bottom: 25px;
  color: #000000;
  text-shadow: -2px 0 #FFFFFF, 0 2px #FFFFFF, 2px 0 #FFFFFF, 0 -2px #FFFFFF;
}
.ol-scale-singlebar {
  position: relative;
  height: 10px;
  z-Index: 9;
  box-sizing: border-box;
  border: 1px solid black;
}
.ol-unsupported {
  display: none;
}
.ol-viewport,
.ol-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ol-selectable {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.ol-grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.ol-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.ol-control {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  padding: 2px;
}
.ol-control:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.ol-zoom {
  top: 0.5em;
  left: 0.5em;
}
.ol-overlaycontainer-stopevent {
  width: auto !important;
  height: auto !important;
}
.ol-rotate {
  top: 0.5em;
  right: 0.5em;
  transition: opacity 0.25s linear, visibility 0s linear;
}
.ol-rotate.ol-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s linear, visibility 0s linear 0.25s;
}
.ol-zoom-extent {
  top: 4.643em;
  left: 0.5em;
}
.ol-full-screen {
  right: 0.5em;
  top: 0.5em;
}
.ol-control button {
  display: block;
  margin: 1px;
  padding: 0;
  color: white;
  font-size: 1.14em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  height: 1.375em;
  width: 1.375em;
  line-height: 0.4em;
  background-color: rgba(0, 60, 136, 0.5);
  border: none;
  border-radius: 2px;
}
.ol-control button::-moz-focus-inner {
  border: none;
  padding: 0;
}
.ol-zoom-extent button {
  line-height: 1.4em;
}
.ol-compass {
  display: block;
  font-weight: normal;
  font-size: 1.2em;
  will-change: transform;
}
.ol-touch .ol-control button {
  font-size: 1.5em;
}
.ol-touch .ol-zoom-extent {
  top: 5.5em;
}
.ol-control button:hover,
.ol-control button:focus {
  text-decoration: none;
  background-color: rgba(0, 60, 136, 0.7);
}
.ol-zoom .ol-zoom-in {
  border-radius: 2px 2px 0 0;
}
.ol-zoom .ol-zoom-out {
  border-radius: 0 0 2px 2px;
}
.ol-attribution {
  text-align: right;
  bottom: 0.5em;
  right: 0.5em;
  max-width: calc(100% - 1.3em);
}
.ol-attribution ul {
  margin: 0;
  padding: 0 0.5em;
  color: #000;
  text-shadow: 0 0 2px #fff;
}
.ol-attribution li {
  display: inline;
  list-style: none;
}
.ol-attribution li:not(:last-child):after {
  content: " ";
}
.ol-attribution img {
  max-height: 2em;
  max-width: inherit;
  vertical-align: middle;
}
.ol-attribution ul,
.ol-attribution button {
  display: inline-block;
}
.ol-attribution.ol-collapsed ul {
  display: none;
}
.ol-attribution:not(.ol-collapsed) {
  background: rgba(255, 255, 255, 0.8);
}
.ol-attribution.ol-uncollapsible {
  bottom: 0;
  right: 0;
  border-radius: 4px 0 0;
}
.ol-attribution.ol-uncollapsible img {
  margin-top: -0.2em;
  max-height: 1.6em;
}
.ol-attribution.ol-uncollapsible button {
  display: none;
}
.ol-zoomslider {
  top: 4.5em;
  left: 0.5em;
  height: 200px;
}
.ol-zoomslider button {
  position: relative;
  height: 10px;
}
.ol-touch .ol-zoomslider {
  top: 5.5em;
}
.ol-overviewmap {
  left: 0.5em;
  bottom: 0.5em;
}
.ol-overviewmap.ol-uncollapsible {
  bottom: 0;
  left: 0;
  border-radius: 0 4px 0 0;
}
.ol-overviewmap .ol-overviewmap-map,
.ol-overviewmap button {
  display: inline-block;
}
.ol-overviewmap .ol-overviewmap-map {
  border: 1px solid #7b98bc;
  height: 150px;
  margin: 2px;
  width: 150px;
}
.ol-overviewmap:not(.ol-collapsed) button {
  bottom: 1px;
  left: 2px;
  position: absolute;
}
.ol-overviewmap.ol-collapsed .ol-overviewmap-map,
.ol-overviewmap.ol-uncollapsible button {
  display: none;
}
.ol-overviewmap:not(.ol-collapsed) {
  background: rgba(255, 255, 255, 0.8);
}
.ol-overviewmap-box {
  border: 2px dotted rgba(0, 60, 136, 0.7);
}
.ol-overviewmap .ol-overviewmap-box:hover {
  cursor: move;
}
@font-face {
  font-family: "poppins";
  src: url(3518e64b21103e4b2d47b6a5259dbbee.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "poppins";
  src: url(53fd04498a1aaec6456b2e9833ff4a21.woff2) format("woff2");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "poppins";
  src: url(0514e3b7fc1863a31199450e46339b2d.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "poppins";
  src: url(66121f459eae0db68957385ac14b6df3.woff2) format("woff2");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "poppins";
  src: url(4ebbe2f05aeaef67844a82577970e26d.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "poppins";
  src: url(c2c2ddeb7c763164159d0eb3cc6bde00.woff2) format("woff2");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "poppins";
  src: url(28ffac310e334dd0497a3d8e6a21b11e.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "poppins";
  src: url(6ea8607c686cac8149993af51228ba7d.woff2) format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "poppins";
  src: url(669df14acbd3a5a2fc5a2ef124a123ed.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "poppins";
  src: url(acca2e1cff63fef4b998f68c752257f8.woff2) format("woff2");
  font-weight: 300;
  font-style: italic;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #cccccc white;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  box-sizing: border-box;
}
*::-webkit-scrollbar {
  width: 7.5px;
  height: 7.5px;
}
*::-webkit-scrollbar-track {
  background-color: #fcfcfc;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjQ5Ii8+PHN0b3Agc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNSIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjUxIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
  background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, color-stop(0, #ffffff), color-stop(0.49, #ffffff), color-stop(0.5, #000000), color-stop(0.51, #ffffff), color-stop(1, #ffffff));
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(left, #ffffff 0%, #ffffff 49%, #000000 50%, #ffffff 51%, #ffffff 100%);
  /* IE10+ */
  background-image: repeating-linear-gradient(to right, #ffffff 0%, #ffffff 49%, #000000 50%, #ffffff 51%, #ffffff 100%);
  background-image: -ms-repeating-linear-gradient(left, #ffffff 0%, #ffffff 49%, #000000 50%, #ffffff 51%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#ffffffff", GradientType=1);
}
*::-webkit-scrollbar-thumb {
  background: #cccccc;
  width: 7.5px;
}
*::-webkit-scrollbar-thumb:hover {
  background: #cccccc;
}
html {
  font-size: 12px;
}
body {
  font-family: "poppins", sans-serif;
  margin: 0px;
  color: #1d1d1d;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
@media (min-width: 576px) {
  html {
    font-size: unset;
  }
}
a {
  color: inherit;
}
#map {
  position: relative;
  width: 100%;
  height: calc(50dvh - 60px);
  border-radius: 0.5rem;
  overflow: hidden;
}
#map > input,
#map > .switch__fieldset {
  max-width: calc(50% - 15px / 2);
}
#map input.search {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 2;
  border-radius: 0.5rem;
  border: 1px solid;
  padding: 4px;
}
#map .zoom-buttons {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
}
#map .zoom-buttons--element {
  font-size: large;
  font-weight: bolder;
  z-index: 2;
  border: 1px solid;
  background-color: white;
  width: 1.5em;
  height: 1.5em;
  border-radius: 2em;
  margin-right: 6px;
}
.the-sidebar {
  width: 100%;
  padding: 0 15px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #cccccc white;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  height: 100%;
  overflow: auto;
}
.the-sidebar::-webkit-scrollbar {
  width: 7.5px;
  height: 7.5px;
}
.the-sidebar::-webkit-scrollbar-track {
  background-color: #fcfcfc;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjQ5Ii8+PHN0b3Agc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNSIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjUxIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
  background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, color-stop(0, #ffffff), color-stop(0.49, #ffffff), color-stop(0.5, #000000), color-stop(0.51, #ffffff), color-stop(1, #ffffff));
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(left, #ffffff 0%, #ffffff 49%, #000000 50%, #ffffff 51%, #ffffff 100%);
  /* IE10+ */
  background-image: repeating-linear-gradient(to right, #ffffff 0%, #ffffff 49%, #000000 50%, #ffffff 51%, #ffffff 100%);
  background-image: -ms-repeating-linear-gradient(left, #ffffff 0%, #ffffff 49%, #000000 50%, #ffffff 51%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#ffffffff", GradientType=1);
}
.the-sidebar::-webkit-scrollbar-thumb {
  background: #cccccc;
  width: 7.5px;
}
.the-sidebar::-webkit-scrollbar-thumb:hover {
  background: #cccccc;
}
.the-sidebar .legend__wrapper {
  flex-shrink: 0;
}
.the-sidebar .legend__wrapper .label {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: first baseline;
  column-gap: 0.5rem;
}
.the-sidebar .legend__wrapper .circles {
  text-decoration: none;
}
button {
  border: none;
  background-color: inherit;
}
h1,
h2,
h3 {
  color: #342c77;
  font-weight: 100;
}
h1 {
  font-size: 2rem;
  margin: 0px;
}
h2 {
  font-size: 1.65rem;
}
h3 {
  font-size: 1.2rem;
}
.disclaimer {
  margin-top: 30px;
  font-size: 1rem;
  max-width: 35em;
}
.close::before {
  content: "\2715";
}
button.close {
  position: absolute;
  right: 25px;
  color: #342c77;
}
.ol-zoom {
  top: initial;
  left: initial;
  bottom: 15px;
  right: 15px;
}
.ol-zoom .ol-zoom-in,
.ol-zoom .ol-zoom-out {
  border-radius: 100%;
}
.ol-zoom button {
  display: block;
  margin: 1px;
  color: black;
  background-color: white;
  border: 2px solid black;
}
.ol-zoom button:hover {
  border-color: blue;
  color: blue;
  background-color: white;
}
.ol-zoom .ol-zoom-in {
  margin-bottom: 7.5px;
}
.ol-control {
  background-color: initial;
  padding: 0;
}
.ol-control:hover {
  background-color: initial;
}
@media (min-width: 576px) {
  body {
    display: inherit;
    flex-direction: unset;
  }
  #map {
    position: absolute;
    left: 15px;
    top: 60px;
    bottom: 41.5px;
    width: calc(50% - 15px);
    height: unset;
    border-radius: 0.5rem;
    overflow: hidden;
  }
  #map input.search {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    z-index: 2;
    max-width: 230px;
  }
  #map > input,
  #map > .switch__fieldset {
    max-width: unset;
  }
  .the-sidebar {
    position: fixed;
    right: 0;
    top: 60px;
    max-height: calc(100vh - 60px - 41.5px);
    width: 50%;
    padding: 0 15px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #cccccc white;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .the-sidebar::-webkit-scrollbar {
    width: 7.5px;
    height: 7.5px;
  }
  .the-sidebar::-webkit-scrollbar-track {
    background-color: #fcfcfc;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjQ5Ii8+PHN0b3Agc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNSIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjUxIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
    background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, color-stop(0, #ffffff), color-stop(0.49, #ffffff), color-stop(0.5, #000000), color-stop(0.51, #ffffff), color-stop(1, #ffffff));
    /* Android 2.3 */
    background-image: -webkit-repeating-linear-gradient(left, #ffffff 0%, #ffffff 49%, #000000 50%, #ffffff 51%, #ffffff 100%);
    /* IE10+ */
    background-image: repeating-linear-gradient(to right, #ffffff 0%, #ffffff 49%, #000000 50%, #ffffff 51%, #ffffff 100%);
    background-image: -ms-repeating-linear-gradient(left, #ffffff 0%, #ffffff 49%, #000000 50%, #ffffff 51%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#ffffffff", GradientType=1);
  }
  .the-sidebar::-webkit-scrollbar-thumb {
    background: #cccccc;
    width: 7.5px;
  }
  .the-sidebar::-webkit-scrollbar-thumb:hover {
    background: #cccccc;
  }
  .the-sidebar .legend__wrapper {
    flex-shrink: 0;
  }
}
@media (min-width: 800px) {
  #map input.search {
    max-width: unset;
  }
  .the-sidebar .legend__wrapper {
    margin-bottom: 15px;
  }
  #map {
    width: calc(70% - 15px);
  }
  .the-sidebar {
    width: 30%;
  }
}
.root {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.root .logo2 {
  background: url(fde6567c28b5306ed02057760a70716b.png) no-repeat center;
  background-size: contain;
  width: 300px;
  height: 300px;
  margin-top: 2rem;
}
.root * {
  text-align: center;
}
#header {
  display: flex;
  align-items: center;
  padding: calc(15px / 2) calc(15px / 1) 0 calc(15px / 1);
  column-gap: calc(15px / 2);
}
#header .logo {
  flex-shrink: 0;
  background: url(cd6ae6bc82d8f6f326462bc8d44f094a.png) no-repeat center;
  background-size: contain;
  width: 75px;
  height: 45px;
  margin-right: 15px;
}
#header h1.title {
  color: #1d1d1d;
  font-size: 1rem;
  font-weight: 600;
  padding-top: 0.5ch;
}
#header .lang-switch {
  margin-left: auto;
}
@media (min-width: 576px) {
  #header {
    padding: 0 15px;
  }
  #header .h1 {
    font-size: 1.5rem;
  }
}
#footer {
  padding: 7px 15px;
  font-size: 0.75rem;
  color: #585858;
  bottom: 0;
}
#footer p {
  margin: 0px;
}
#footer a {
  color: inherit;
}
@media (min-width: 576px) {
  #footer {
    position: absolute;
  }
}
fieldset.switch__fieldset {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  padding: 7.5px;
  border: 0px;
  background-color: white;
  border-radius: 0.5rem;
}
.switch__body {
  display: flex;
  flex-direction: column;
  row-gap: 7px;
}
.switch__body label {
  display: flex;
}
.switch__body input {
  margin-right: 7px;
}
.switch__body .switch__item:hover .legend-option {
  text-decoration: underline;
}
@media (min-width: 576px) {
  fieldset.switch__fieldset {
    top: calc(30px + 15px);
    left: 0.5rem;
    width: fit-content;
  }
}
@media (min-width: 800px) {
  fieldset.switch__fieldset {
    top: 0.5rem;
    right: 0.5rem;
    left: unset;
  }
}
.legend__wrapper {
  width: 100%;
  max-height: 30dvh;
  overflow: auto;
}
.legend__wrapper .legendContent {
  display: flex;
  border-top: 1px solid #cccccc;
  padding-top: 15px;
}
.legend__wrapper .legendContent > div {
  flex: 1;
}
.legend__wrapper .legendContent > div.color {
  padding-right: 7.5px;
}
.legend__wrapper .legendContent > div.size {
  padding-left: 7.5px;
}
.legend__wrapper.circles {
  position: relative;
  margin-left: 0.7rem;
}
.legend__wrapper .picto-circles {
  background-image: url(d19958ba13015d1bff1579de4adb0966.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 25px;
  flex-shrink: 0;
}
.legend__wrapper .range {
  font-size: 0.7rem;
  padding-right: 0.5rem;
  padding-left: 2px;
}
.legend__wrapper .range .min {
  position: relative;
  top: -3px;
}
.legend__wrapper .range .max {
  position: relative;
  top: 5px;
}
.legend-element {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.legend-element:hover,
.legend-element.selected {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2.5px;
}
.legend-element:hover.unknown,
.legend-element.selected.unknown {
  text-decoration: none;
  cursor: auto;
}
.legend-element.selected {
  font-weight: 600;
}
.legend-element .description {
  color: grey;
  font-size: smaller;
  font-style: italic;
}
.legend-element .color {
  flex-shrink: 0;
  display: block;
  margin-right: 15px;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 1.2rem;
  stroke: 1px;
}
.legend-element .size-wrapper {
  flex-shrink: 0;
  width: 32px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.legend-element .size-wrapper .size {
  background-color: gray;
  flex-shrink: 0;
  display: block;
  border-radius: 100%;
  margin: auto;
}
.legend-element.unknown .size {
  position: relative;
}
.legend-element.unknown .size:before {
  content: " ";
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background-color: white;
  position: absolute;
  top: 2px;
  right: 2px;
}
.connection-info {
  margin-top: 30px;
}
.pie-chart {
  width: 70%;
  min-width: 250px;
  margin: 30px auto;
}
.feature-list > h3.subtitle {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap-reverse;
  column-gap: 7px;
  row-gap: 0.5ch;
  justify-content: space-between;
}
.feature-list > h3.subtitle .close {
  position: relative;
  right: 0;
  margin-left: auto;
}
.feature-list .list {
  margin-bottom: 1rem;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 7px;
}
li.feature-item button,
.feature-wrapper button {
  background-color: white;
  padding: 0.5ch;
  text-align: left;
}
li.feature-item button:hover,
.feature-wrapper button:hover {
  background-color: cornsilk;
  cursor: pointer;
}
@media (min-width: 576px) {
  .legend__wrapper {
    max-height: unset;
  }
}
@media (min-width: 1000px) {
  .feature-list .list {
    list-style: inherit;
    padding-left: revert;
    row-gap: 0;
  }
}
#info {
  padding: 15px;
  background-color: #e5f5f4;
  border-radius: 0.5rem;
}
#info button.features-without-geom {
  margin-top: 1rem;
  padding: 1rem;
  background-color: #c8d8dd8c;
  border-radius: 0.5rem;
}
.feature-wrapper {
  position: relative;
}
.feature-wrapper .zoom {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0.5rem;
}
.feature-wrapper button.close {
  background: inherit;
  border-radius: 1rem;
  position: absolute;
  right: 0;
}
.kv.name {
  font-size: 1.65rem;
  color: #342c77;
  padding-top: 1.3rem;
  padding-bottom: 1rem;
}
.info-keys {
  display: flex;
  row-gap: 1ch;
  column-gap: 0.5ch;
  align-items: flex-start;
  flex-wrap: wrap;
}
.info-keys .kv.sector,
.info-keys .kv.program,
.info-keys .kv.description {
  width: 100%;
}
.kv.sector {
  text-transform: uppercase;
  font-size: 80%;
  letter-spacing: 0.4px;
}
.kv.sector {
  margin-bottom: 15px;
}
.kv.structure_type,
.kv.creation_date {
  width: fit-content;
  display: inline-block;
}
.kv.structure_type {
  margin-right: 0.5ch;
}
.kv.description {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
.kv.program {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1ch;
  row-gap: 0.5ch;
  max-width: calc(100% - 60px);
}
a.link {
  border: 0.1rem solid;
  background-color: #009c98;
  padding: 0.3rem;
  margin-top: 0.9rem;
  color: white;
  text-decoration: none;
  border-radius: 0.5rem;
}
.kv.program .element {
  padding: 0.2rem 0.5rem;
  border: 1px solid black;
  border-radius: 1rem;
  display: flex;
  column-gap: 0.5ch;
  align-items: center;
  flex-wrap: wrap;
  background-color: white;
}
.kv.program .element:not(.coworking)::before {
  display: inline-flex;
  content: "";
  background-size: 100%;
  width: 20px;
  height: 20px;
  margin-left: 1px;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
}
.kv.program .element.seeds {
  color: #95c11e;
}
.kv.program .element.seeds::before {
  background-image: url(c94f12a16745580a3cc1ba82d4b1d57a.svg);
}
.kv.program .element.blossom {
  color: #009c98;
}
.kv.program .element.blossom::before {
  background-image: url(0af09c078448d0d78134d6fa778d8ed6.svg);
}
.kv.program .element.innovate {
  color: #fccf03;
}
.kv.program .element.innovate::before {
  background-image: url(b6c6c476392a95327ec580e85f392b09.svg);
}
.kv.program .element.share {
  color: #eb5933;
}
.kv.program .element.share::before {
  background-image: url(f1f35961f8c71a785553b6ac2c05d117.png);
}
.kv.program .element.pollinize {
  color: #61bfc2;
}
.kv.program .element.pollinize::before {
  background-image: url(bdb5e25783da65fec4b6eb0fc31e1251.png);
}
@media (min-width: 576px) {
  .the-sidebar .legend__wrapper,
  #info {
    width: 100%;
  }
}
/*# sourceMappingURL=index.css.map */

/*# sourceMappingURL=style.css.map*/