/*! 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: "Calibri";
  src: url(0cba91ff77f37e9f85607296c2388a9b.eot);
  src: local("Calibri Light Italic"), local("Calibri-LightItalic"), url(0cba91ff77f37e9f85607296c2388a9b.eot?#iefix) format("embedded-opentype"), url(4f89513749fae758d3afe881954e1bfb.woff2) format("woff2"), url(9e481bce14faeff6310a03d9068a2929.woff) format("woff"), url(ff5fc7e76943a03132e2e2bd6032cb66.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Calibri";
  src: url(86f3bfc8a1b8ed95a0d0270c83cc44d4.eot);
  src: local("Calibri Italic"), local("Calibri-Italic"), url(86f3bfc8a1b8ed95a0d0270c83cc44d4.eot?#iefix) format("embedded-opentype"), url(c9580725f8d5ae18fb45375cf85fe6af.woff2) format("woff2"), url(f5a15ded443201b2c9b425c877df746f.woff) format("woff"), url(eb1246b7807f6287c688d66da37e8784.ttf) format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Calibri";
  src: url(ad605117bb11573d483d27beb7f441d3.eot);
  src: local("Calibri Light"), local("Calibri-Light"), url(ad605117bb11573d483d27beb7f441d3.eot?#iefix) format("embedded-opentype"), url(9467b48d01453dcfb608d2399c568e38.woff2) format("woff2"), url(dfbd2e9bf389906b0787f279fc9544dc.woff) format("woff"), url(6e65bc1d87d060380573759553761e5c.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Calibri";
  src: url(0d3a43601dc8893bfd3775a5b2b1323e.eot);
  src: local("Calibri Bold"), local("Calibri-Bold"), url(0d3a43601dc8893bfd3775a5b2b1323e.eot?#iefix) format("embedded-opentype"), url(1aa982ab4f16e7b7108896f9aaac682f.woff2) format("woff2"), url(d803ea5603a58342835303da89635246.woff) format("woff"), url(f2d2f1a65726922b3c49b26e121d1d81.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Calibri";
  src: url(1144fef81641e2c8c8402e84b325101a.eot);
  src: local("Calibri"), url(1144fef81641e2c8c8402e84b325101a.eot?#iefix) format("embedded-opentype"), url(6d82cfabc309b9253a3636697a50398c.woff2) format("woff2"), url(b79e6a3ae8c63fb5b57b7ee760dcf36e.woff) format("woff"), url(e5dd7b9573d9f08c448cf3919114c25e.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Calibri";
  src: url(90496fe71298ed564afed1d11a7ed5ea.eot);
  src: local("Calibri Bold Italic"), local("Calibri-BoldItalic"), url(90496fe71298ed564afed1d11a7ed5ea.eot?#iefix) format("embedded-opentype"), url(d8499555068c1df42ae4b60252d75156.woff2) format("woff2"), url(e95d7e892501cce849e83a30a509b6a2.woff) format("woff"), url(2cdf67eed124ee001824da893c35dfb2.ttf) format("truetype");
  font-weight: bold;
  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: 20px;
}
body {
  font-family: "Calibri", sans-serif;
  margin: 0px;
  color: #070707;
}
a {
  color: inherit;
  font-weight: bold;
}
button.more {
  background-color: white;
  color: #00537e;
  font-weight: bold;
  border: 2px solid #00537e;
  border-radius: 0.5rem;
  padding: 0.2rem 0.5rem;
}
button.more:hover {
  background-color: #00537e;
  color: white;
}
#map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #00537e;
}
.mobile-header {
  display: none;
}
.lang-switch {
  position: absolute;
  top: 0.5rem;
  right: 21rem;
  z-index: 2;
  background-color: white;
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #00537e;
  border-width: 2px;
  cursor: default;
  color: #00537e;
}
.lang-switch a {
  text-decoration: none;
}
.lang-switch:hover {
  background-color: #00537e;
  color: white;
}
.credits {
  position: absolute;
  bottom: 0;
  left: 0.5rem;
  font-size: 0.7rem;
  color: #919191;
  mix-blend-mode: multiply;
}
.credits p {
  margin: 0;
}
.credits a {
  font-weight: initial;
}
h1,
h2,
h3 {
  color: #00537e;
  font-weight: 100;
  margin: 0;
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.65rem;
}
h3 {
  font-size: 1.5rem;
  font-variant: small-caps;
  letter-spacing: -0.03rem;
  margin-bottom: 0.5rem;
}
.disclaimer {
  margin-top: 30px;
  font-size: 1rem;
  max-width: 35em;
}
.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: #00537e;
  color: #00537e;
  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;
}
.root {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.root .logo2 {
  background: url(1a4b62df33327435d8c2d35be5eac0c4.png) no-repeat center;
  background-size: contain;
  width: 300px;
  height: 300px;
}
.root * {
  text-align: center;
}
.root .link-wrapper {
  padding-top: 2em;
}
h1 {
  align-items: center;
  padding: 0;
  padding-bottom: 0.5rem;
  font-size: 1.2rem;
  text-transform: initial;
  font-weight: bold;
  color: #00537e;
  line-height: 0.9;
  border-bottom: 1px solid #00537e;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
h1 .logo {
  background: url(1a4b62df33327435d8c2d35be5eac0c4.png) no-repeat center;
  background-size: contain;
  background-position: left;
  width: 3.5rem;
  height: 2rem;
  flex-shrink: 0;
}
.sidebar {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  width: 20rem;
  background-color: white;
  padding: 0.5rem;
  border-radius: 0.5rem;
  overflow-y: auto;
  overflow-x: hidden;
  outline: 1px solid #00537e;
  scrollbar-width: thin;
  scrollbar-color: #cccccc white;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.sidebar::-webkit-scrollbar {
  width: 7.5px;
  height: 7.5px;
}
.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);
}
.sidebar::-webkit-scrollbar-thumb {
  background: #cccccc;
  width: 7.5px;
}
.sidebar::-webkit-scrollbar-thumb:hover {
  background: #cccccc;
}
.sidebar .actions {
  border-top: 1px solid #cccccc;
  padding-top: 0.5rem;
  display: flex;
  align-items: center;
}
.sidebar .actions button {
  margin-left: auto;
}
.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-element {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  margin-left: 2.5rem;
  width: fit-content;
  padding-right: 0.5rem;
}
.legend-element.selected {
  background-color: #dcdcdc;
  outline: 5px solid #dcdcdc;
  border-radius: 0.5rem;
}
.legend-element .color-circle {
  flex-shrink: 0;
  display: block;
  margin-right: 0.5rem;
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  stroke: 1px;
}
.legend-element .color-line {
  flex-shrink: 0;
  display: block;
  margin-right: 15px;
  width: 1rem;
  height: 0.5rem;
  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;
}
.legend-element.circles {
  position: relative;
  margin-left: 0.7rem;
}
.legend-element .picto-circles {
  background-image: url(d19958ba13015d1bff1579de4adb0966.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 25px;
  flex-shrink: 0;
}
.legend-element .range {
  font-size: 0.7rem;
  padding-right: 0.5rem;
  padding-left: 2px;
}
.legend-element .range .min {
  position: relative;
  top: -3px;
}
.legend-element .range .max {
  position: relative;
  top: 5px;
}
.legend.filter {
  margin-top: 15px;
}
.legend.filter .legend-element {
  display: block;
}
.legend.filter .legend-element .legend-item-wrapper {
  display: flex;
  align-items: center;
}
.legend.filter .legend-element .type-description {
  font-size: 0.8rem;
  padding-left: calc(1rem + 15px*0.5);
}
.legend.filter .label {
  cursor: pointer;
  font-weight: bold;
}
.legend.filter .label:hover {
  text-decoration: underline;
}
.legend.filter .label:hover.unknown {
  text-decoration: none;
  cursor: auto;
}
.legend.filter .label.selected {
  text-decoration: underline;
  font-weight: bold;
}
.legend.inactive {
  border-top: 1px solid #cccccc;
  padding-top: 0.5rem;
}
.legend.inactive .data-infos {
  font-size: 0.8rem;
  margin-bottom: 0;
  padding-left: 4.3rem;
}
.data-infos {
  font-size: 0.8rem;
  margin-bottom: 0;
}
#feature-info {
  position: absolute;
  right: 0.5rem;
  top: 3rem;
  border: 1px solid #00537e;
  border-radius: 0.5rem;
  background-color: white;
  width: 20rem;
  padding: 0.5rem;
  z-index: 2;
}
#feature-info .count {
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
  margin-top: 0.5rem;
}
#feature-info .count .color-circle {
  flex-shrink: 0;
  display: block;
  margin-right: 0.5rem;
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  stroke: 1px;
}
#feature-info .count .count-number {
  margin-right: 0.5ch;
}
#feature-info .type-description,
#feature-info .description {
  font-size: 0.8rem;
  padding-left: calc(1rem + 15px*0.5 + 0.2rem);
  padding-right: 0.8rem;
}
#feature-info .description {
  padding-left: calc(1rem + 0.8rem + 15px*0.5);
}
#feature-info button {
  margin-right: auto;
  margin-top: 1rem;
}
fieldset.switch__fieldset {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 7.5px;
  border: 0px;
  background-color: white;
}
.switch__body label {
  display: flex;
}
.switch__body input {
  margin-right: 7px;
}
.switch__body .switch__item:hover .legend-option {
  text-decoration: underline;
}
#geocoder {
  position: absolute;
  z-index: 2;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 10;
}
.tool.geocoder {
  max-width: 20rem;
}
.tool.geocoder .tool-body.adress {
  width: 20rem;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
}
.tool.geocoder .tool-body.adress input,
.tool.geocoder .tool-body.adress button {
  padding: 0.5rem 1rem;
  height: 2rem;
  background-color: white;
  border: 1px solid #00537e;
  border-width: 2px;
}
.tool.geocoder .tool-body.adress input {
  flex: 1;
  border-right: 0px;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.tool.geocoder .tool-body.adress button {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  display: flex;
  align-items: center;
  color: #00537e;
  font-weight: bold;
}
.tool.geocoder .tool-body.adress button:hover {
  background-color: #00537e;
  color: white;
}
.tool-body.results {
  position: relative;
  background-color: white;
  border: 1px solid #00537e;
  padding: 0.5rem;
  padding-top: 1.5rem;
  margin-top: -1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  z-index: 1;
}
.tool-body.results .adress-result {
  cursor: default;
  padding-left: 0.5rem;
  margin-bottom: 0.2rem;
}
.tool-body.results .adress-result:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 600px) {
  body {
    display: flex;
    flex-direction: column;
    width: 100vw;
    padding: 0.5rem;
  }
  #map,
  .sidebar,
  .credits {
    position: relative;
    top: initial;
    right: initial;
    bottom: initial;
    left: initial;
    width: 100%;
    outline: 0px;
  }
  .mobile-header {
    order: 1;
  }
  #map {
    order: 2;
    border: 0px;
  }
  .sidebar {
    order: 3;
  }
  .credits {
    order: 4;
  }
  .mobile-header {
    display: block;
    padding-bottom: 0.5rem;
  }
  .mobile-header h1 {
    border: 0px;
    padding: 0px;
  }
  #map {
    border: 1px solid #00537e;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  #map .ol-viewport {
    height: 66vh !important;
    order: 1;
  }
  #map #feature-info {
    order: 2;
    position: relative;
    width: 100%;
    top: initial;
    right: initial;
    border: initial;
    border-top: 1px solid #00537e;
    border-radius: initial;
  }
  .sidebar {
    border: 1px solid #00537e;
    border-top: 0px;
    border-radius: 0px;
  }
  .sidebar h1 {
    display: none;
  }
  #geocoder {
    left: 0.5rem;
    width: calc(100% - 1rem);
  }
  #geocoder .tool.geocoder {
    width: 100%;
    max-width: initial;
  }
  #geocoder .tool.geocoder .tool-body.adress {
    width: 100%;
    max-width: initial;
  }
  #geocoder .tool.geocoder .tool-body.adress input {
    width: 100%;
  }
  .legend.color {
    margin: 0 !important;
    padding: 0;
    columns: 2;
    gap: 0.5rem;
  }
  .legend.color .legend-element {
    margin: initial;
    margin-bottom: 0.5rem;
  }
  #feature-info .count {
    font-size: 1rem;
  }
  .credits {
    padding: 0.5rem;
  }
}
form {
  display: flex;
  flex-direction: column;
}
form label {
  padding-top: 15px;
}
form input,
form select,
form textarea {
  display: block;
  padding: 0.2rem;
}
form input[type="submit"] {
  margin-top: 20px;
  width: 5rem;
}
form input[type="number"] {
  width: 4rem;
}
form .header {
  background-color: #fffae9;
  padding: 15px;
}
form .footer {
  position: sticky;
  bottom: 0;
  background-color: #fffae9;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
form .footer button {
  width: fit-content;
  border: 1px solid #00537e;
  background-color: #00537e;
  color: white;
  padding: 0.5rem;
  margin: 0.5rem;
}
form .footer button:hover {
  color: #00537e;
  background-color: #fff;
}
form table {
  padding: 0 15px;
}
form table tr {
  height: 3rem;
  padding: 0.25rem;
}
form table tr:nth-child(even) {
  background-color: #f0f0f0;
}
form table th {
  text-align: left;
  position: sticky;
  top: 0;
  background-color: white;
  border-bottom: 1px solid #cccccc;
}
form table td {
  padding: 0.5rem;
}


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