@charset "UTF-8";
html {
  box-sizing: border-box;
  min-height: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  color: #222;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 200;
  font-size: 1em;
  line-height: 1.4;
  background: linear-gradient(120deg, #9ebd13 0%, #008552 100%);
  background-size: cover;
}

h1, h2, h3 {
  margin: 0;
}

h1, h2 {
  font-weight: 900;
}

h3 {
  font-weight: 400;
}

p {
  margin: 0 0 0.5rem;
}

img, svg {
  display: inline-block;
  max-width: 100%;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  color: #008552;
}

.list-item {
  position: relative;
  margin-left: 1rem;
  color: #222;
  text-decoration: none;
}
.list-item:hover {
  color: #008552;
  text-decoration: underline;
}
.list-item::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  margin-left: -1rem;
  width: 1rem;
  color: #9ebd13;
  font-weight: 900;
}

header, footer {
  padding: 2rem;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

header {
  position: relative;
}
header p {
  margin: 0;
}
header a {
  position: absolute;
  left: 1rem;
  top: calc(50% - 1.5rem);
  display: inline-block;
  padding: 0.5rem;
  border: 1px solid #fff;
  border-radius: 0.5rem;
  color: #fff;
  text-decoration: none;
}
header a:hover {
  color: #008552;
  background-color: #fff;
}

.wrap {
  display: grid;
  grid-template-columns: auto minmax(150px, 300px);
  grid-template-areas: "header header" "main aside" "footer footer";
  background: #fff;
}

aside .photos, main .photos {
  margin: 2rem 0 0;
  padding: 2rem 0 0;
  border-top: 1px solid #ddd;
}
aside .photos a, main .photos a {
  display: inline-block;
}
aside .photos ul, main .photos ul {
  display: flex;
  margin-left: -1rem;
}
aside .photos ul li, main .photos ul li {
  margin: 0 0 1rem 1rem;
}

main {
  grid-area: main;
  padding: 2rem;
}
main .photos h3 {
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 0.5rem;
}

nav ul ul {
  padding: 1rem 0 0 1rem;
}
nav .parent {
  margin: 0 0 1rem;
}
nav .parent .trigger {
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  background: #9ebd13;
}
nav .parent .trigger h3 {
  display: inline-block;
}
nav .parent .trigger:hover {
  background: #008552;
}
nav .parent .trigger .hd {
  display: flex;
  justify-content: space-between;
}
nav .extra-trigger {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  margin: 0 0 0 1rem;
  font-size: 0.8rem;
  text-align: center;
}
nav .extra-trigger:hover {
  color: #008552;
  background-color: #fff;
}
nav .extra-desc {
  display: none;
  border-radius: 0.25rem;
  padding: 0.5rem 0.5rem 0.25rem;
  margin: 0.25rem 0 0.35rem;
  color: #222;
  font-size: 1rem;
  background: #fff;
}
nav .extra-desc.is-active {
  display: block;
}
nav .parent > ul {
  display: none;
}
nav .parent .is-active {
  display: block;
}
nav .child > ul {
  padding: 0.5rem 0 0.5rem 1.5rem;
}
nav .child a {
  display: flex;
  justify-content: space-between;
}
nav .child a:hover {
  text-decoration: none;
}
nav .child a:hover h3 {
  text-decoration: underline;
}
nav .child a h3 {
  font-weight: 200;
}

.search {
  position: relative;
}
.search input {
  width: 100%;
  padding: 0.5rem;
  margin: 0;
  border: 1px solid #9ebd13;
  border-radius: 0.5rem;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.2rem;
  background-color: #fff;
  cursor: inherit;
}
.search::after {
  content: "⏎";
  color: #ddd;
  position: absolute;
  right: 0.5rem;
  top: calc(0.5rem + 1px);
}

.search-results {
  margin: 1rem 0;
  text-align: left;
}
.search-results li {
  margin: 0 0 0.5rem;
}
.search-results .parent::before {
  content: "+";
}

.text {
  padding-left: 1rem;
}

.desc {
  font-size: 1.2rem;
}
.desc li {
  margin: 0 0 0.5rem;
}
.desc ol, .desc ul {
  margin: 0 0 1rem;
  padding: 0;
}
.desc ul > li::before {
  content: "•";
  display: inline-block;
  margin-left: -1rem;
  width: 1rem;
  color: #9ebd13;
  font-weight: 900;
}

.extra {
  margin: 1rem 0;
}
.extra li {
  display: flex;
  margin: 0 0 0.5rem;
}

.extra-title {
  min-width: 10ch;
  margin-right: 0.5rem;
  color: #9ebd13;
  font-weight: 400;
}

aside {
  grid-area: aside;
  max-content: 600px;
  padding: 2rem 2rem 2rem 0;
  text-align: center;
}
aside .photos li {
  width: calc(300px - 0.5rem);
}

.drawing {
  margin: 0 0 2rem;
}

.map .cadre {
  fill: none;
  stroke: #ddd;
  stroke-width: 1px;
}
.map .txt {
  font-size: 9px;
  font-family: Sans-serif;
}
.map .land {
  fill: #e3e8eb;
  stroke: white;
  stroke-width: 0.5;
}
.map .legend {
  column-count: 2;
  margin: 1rem 0 0;
}
.map .legend li {
  margin: 0 0.5rem 0.5rem 0;
  text-align: left;
  line-height: 1rem;
  font-size: 0.8rem;
}
.map .legend li::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  top: 0.2rem;
}
.map .legend .presence::before {
  background: #9ebd13;
}
.map .legend .to-be-confirmed::before {
  background: #ffd903;
}
.map .legend .dubious::before {
  background: #FF7535;
}
.map .legend .extinct::before {
  background: #E12D39;
}
.map .legend .error::before {
  background: #222;
}

footer {
  grid-area: footer;
}
footer a {
  color: #fff;
  font-size: 0.8rem;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}

@media print {
  html {
    font-size: 10pt;
  }

  body {
    background: #fff;
    width: 21cm;
  }

  .wrap {
    grid-template-columns: auto 6cm;
  }

  header {
    background: #9ebd13;
  }
  header .home {
    display: none;
  }

  a {
    color: inherit;
  }

  footer {
    display: none;
  }
}
