html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "ilan";
  src: url("../font/ilan.woff2") format("woff2"), url("../font/ilan.woff") format("woff"), url("../font/ilan.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
[data-lang=fr] .lang-de {
  visibility: hidden;
  position: absolute;
}

[data-lang=de] .lang-fr {
  visibility: hidden;
  position: absolute;
}

@font-face {
  font-family: "ilan";
  src: url("../font/ilan.woff2") format("woff2"), url("../font/ilan.woff") format("woff"), url("../font/ilan.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  font-size: 10px;
}

* {
  box-sizing: border-box;
  text-decoration: none;
}

::selection {
  background-color: #e20e17;
}

:focus {
  outline-color: #e20e17;
}

html {
  background-color: #e20e17;
}

body {
  background-color: #f8f8f8;
  color: #e20e17;
  font-family: "ilan", sans-serif;
  overflow-x: hidden;
}

header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 100;
}
header {
  display: flex;
  align-items: end;
}
.main {
  padding-top: 8rem;
  width: 100%;
  min-height: calc(100dvh - 4.5rem);
  display: flex;
}
@media (max-aspect-ratio: 1/1) {
  .main {
    padding-top: 9rem;
  }
}

.footer {
  width: 100%;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@font-face {
  font-family: "ilan";
  src: url("../font/ilan.woff2") format("woff2"), url("../font/ilan.woff") format("woff"), url("../font/ilan.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.header-container {
  width: calc(100% - 2rem);
  height: 8rem;
  padding: 1.5rem;
  background-color: #e20e17;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(226, 14, 23, 0.4);
  transform-origin: top center;
  transition: box-shadow 0.2s ease, transform 0.1s ease;
}
.header-container:active {
  transform: scale(0.995);
}
.header-container:hover {
  box-shadow: 0 4px 10px 0 rgba(226, 14, 23, 0.4);
}
.header-container {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media (max-aspect-ratio: 1/1) {
  .header-container {
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.5rem;
    min-height: 9rem;
    height: auto;
  }
}

.header-titles {
  position: relative;
}
@media (max-aspect-ratio: 1/1) {
  .header-titles {
    flex: 1;
    min-width: 0;
  }
}

.header-title {
  background: #e20e17;
  font-size: clamp(18px, 5.5vw, 40px);
  font-family: "ilan", sans-serif;
  color: #f8f8f8;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  display: flex;
  align-items: center;
}
@media (max-aspect-ratio: 1/1) {
  .header-title {
    font-size: 32px;
  }
}

.header-container img {
  height: clamp(18px, 5.5vw, 40px);
  width: auto;
  flex-shrink: 0;
}
@media (max-aspect-ratio: 1/1) {
  .header-container img {
    height: 32px;
  }
}
@media (max-width: 375px) {
  .header-container img {
    display: none;
  }
}

@font-face {
  font-family: "ilan";
  src: url("../font/ilan.woff2") format("woff2"), url("../font/ilan.woff") format("woff"), url("../font/ilan.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.activity-container {
  width: 100%;
  padding: 2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  align-content: start;
}
@media (max-width: 1024px) {
  .activity-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .activity-container {
    grid-template-columns: repeat(2, 1fr);
    padding: 1.5rem;
  }
}
@media (max-width: 480px) {
  .activity-container {
    grid-template-columns: 1fr;
    padding: 1.5rem;
    gap: 1rem;
  }
}

.activity {
  width: 100%;
  aspect-ratio: 0.9620311194/1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  border: solid #e20e17;
  border-width: 0 8px;
  border-radius: 6px;
  overflow: hidden;
  transform: translateZ(0);
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(226, 14, 23, 0.4);
  transition: box-shadow 0.2s ease, transform 0.1s ease;
}
.activity:active {
  transform: scale(0.99);
}
.activity:hover {
  box-shadow: 0 4px 10px 0 rgba(226, 14, 23, 0.4);
}
.activity:hover::before {
  transform: scale(1.02);
}
.activity::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--bg);
  background-size: 110%;
  background-position: center;
  will-change: transform;
  transition: transform 0.4s ease;
}

.activity-title {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e20e17;
  font-size: clamp(10px, 2.5vw, 15px);
  font-family: "ilan", sans-serif;
  color: #f8f8f8;
  line-height: 20px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  text-align: center;
  padding: 0.5em 0;
}

.proto {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  border: solid #009640;
  border-width: 0 8px;
  border-radius: 6px;
  overflow: hidden;
  transform: translateZ(0);
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 150, 64, 0.4);
  transition: box-shadow 0.2s ease, transform 0.1s ease;
}
.proto:active {
  transform: scale(0.99);
}
.proto:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 150, 64, 0.4);
}
.proto:hover::before {
  transform: scale(1.02);
}
.proto::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--bg);
  background-size: 110%;
  background-position: center;
  will-change: transform;
  transition: transform 0.4s ease;
}

.proto-title {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #009640;
  font-size: clamp(10px, 2.5vw, 15px);
  font-family: "ilan", sans-serif;
  color: #f8f8f8;
  line-height: 20px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  text-align: center;
  padding: 0.5em 0;
}

.infos {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #e20e17;
  border: solid #e20e17;
  border-width: 0 8px;
  border-radius: 6px;
  overflow: hidden;
  transform: translateZ(0);
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(226, 14, 23, 0.4);
  transition: box-shadow 0.2s ease, transform 0.1s ease;
}
.infos:active {
  transform: scale(0.99);
}
.infos:hover {
  box-shadow: 0 4px 10px 0 rgba(226, 14, 23, 0.4);
}
.infos:hover::before {
  transform: scale(1.02);
}
.infos::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--bg);
  background-size: 110%;
  background-position: center;
  will-change: transform;
  transition: transform 0.4s ease;
}

.infos-title {
  position: relative;
  z-index: 1;
  max-width: 100%;
  min-height: calc(1em + 1rem);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e20e17;
  font-size: clamp(10px, 2.5vw, 15px);
  font-family: "ilan", sans-serif;
  color: #f8f8f8;
  line-height: 20px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  text-align: center;
  padding: 0.5rem 0;
  line-height: 1.4em;
}

@font-face {
  font-family: "ilan";
  src: url("../font/ilan.woff2") format("woff2"), url("../font/ilan.woff") format("woff"), url("../font/ilan.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.filter-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 104;
}
.filter-backdrop.is-active {
  display: block;
}

.filter-panel {
  padding: 1.5rem;
  position: fixed;
  top: 0;
  right: 0;
  height: 100dvh;
  width: 54rem;
  z-index: 105;
}
@media (max-width: 1024px) {
  .filter-panel {
    width: 75vw;
  }
}
@media (max-width: 768px) {
  .filter-panel {
    width: 85vw;
    padding: 1rem;
  }
}
@media (max-width: 300px) {
  .filter-panel {
    width: 80vw;
    padding: 1rem;
  }
}
.filter-panel {
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  background-color: #f8f8f8;
  box-shadow: 0px 0px 5px 0 rgba(226, 14, 23, 0);
}
.filter-panel.is-open {
  transform: translateX(0);
  box-shadow: -2px 0px 5px 0 rgba(226, 14, 23, 0.4);
}

.filter-panel__inner {
  overflow-y: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 768px) {
  .filter-panel__inner {
    justify-content: center;
  }
}

.filter-btn,
.filter-toggle {
  position: relative;
  width: 12rem;
  aspect-ratio: 0.8/1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  border: solid #e20e17;
  border-width: 0 8px;
  border-radius: 6px;
  overflow: hidden;
  transform: translateZ(0);
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(226, 14, 23, 0.4);
  transition: box-shadow 0.2s ease, transform 0.1s ease;
}
.filter-btn:active,
.filter-toggle:active {
  transform: scale(0.99);
}
.filter-btn:hover,
.filter-toggle:hover {
  box-shadow: 0 4px 10px 0 rgba(226, 14, 23, 0.4);
}
.filter-btn:hover::before,
.filter-toggle:hover::before {
  transform: scale(1.02);
}
.filter-btn::before,
.filter-toggle::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--bg);
  background-size: 110%;
  background-position: center;
  will-change: transform;
  transition: transform 0.4s ease;
}
.filter-btn.active,
.filter-toggle.active {
  border-color: #ffed00;
  box-shadow: 0 4px 10px 0 rgba(226, 14, 23, 0);
  pointer-events: none;
}
.filter-btn.active .filter-btn__title,
.filter-toggle.active .filter-btn__title {
  background-color: #ffed00;
  color: #e20e17;
}

.filter-btn__title {
  min-height: 2.5rem;
  position: relative;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e20e17;
  font-size: clamp(10px, 2.5vw, 15px);
  font-family: "ilan", sans-serif;
  color: #f8f8f8;
  line-height: 20px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  padding: 0.5rem 0;
}

.filter-panel__tab {
  position: absolute;
  top: calc(50lvh - 6rem);
  right: 100%;
  transform: translateY(-50%);
  width: 3rem;
  height: 10rem;
  background: #e20e17;
  border-radius: 6px 0 0 6px;
  box-shadow: -2px 0 6px 0 rgba(226, 14, 23, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: grab;
}
.filter-panel__tab:active {
  cursor: grabbing;
}
@media (min-width: 769px) {
  .filter-panel__tab {
    display: none;
  }
}

.filter-panel__tab-indicator {
  width: 0.7rem;
  height: 0.7rem;
  border-left: 2px solid #f8f8f8;
  border-bottom: 2px solid #f8f8f8;
  transform: rotate(45deg);
  margin-right: -0.3rem;
}

.is-open .filter-panel__tab-indicator {
  transform: rotate(225deg);
  margin-right: 0.3rem;
}

.filter-title {
  z-index: 1;
  font-size: clamp(18px, 5.5vw, 40px);
  font-family: "ilan", sans-serif;
  color: #e20e17;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  display: flex;
  align-items: center;
}

.header-filter {
  height: 8rem;
}

.filter-toggle {
  position: fixed !important;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 100;
  right: 1.5rem;
  bottom: 1.5rem;
}
@media (max-width: 768px) {
  .filter-toggle {
    display: none;
  }
}

@font-face {
  font-family: "ilan";
  src: url("../font/ilan.woff2") format("woff2"), url("../font/ilan.woff") format("woff"), url("../font/ilan.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.footer-container {
  padding: 0 0 1.5rem 0;
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
}

.footer-container span {
  height: 1.5rem;
}

@font-face {
  font-family: "ilan";
  src: url("../font/ilan.woff2") format("woff2"), url("../font/ilan.woff") format("woff"), url("../font/ilan.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.activity-info-container-large {
  width: 100%;
  max-height: calc(100dvh - 4.5rem);
  display: flex;
  justify-content: center;
}

.activity-info-container {
  height: 100%;
  max-height: 100%;
  width: auto;
  aspect-ratio: 1/0.6614583333;
  max-height: calc(100dvh - 4.5rem);
  display: grid;
  grid-template-columns: 2fr 1fr 0.5fr;
  grid-template-rows: min-content min-content;
  grid-template-areas: "thumbnail   instruction time" "thumbnail filters location";
  padding: 2rem;
  gap: 1rem;
  align-items: start;
}
@media (max-aspect-ratio: 1/0.76) {
  .activity-info-container {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 1/0.6614583333;
  }
}
@media (max-aspect-ratio: 1/1) {
  .activity-info-container {
    height: 100%;
    aspect-ratio: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: min-content min-content min-content;
    grid-template-areas: "thumbnail   thumbnail" "time        location" "instruction filters";
    align-items: start;
    max-width: calc(0.49 * (100dvh - 4.5rem));
  }
}
@media (max-width: calc(0.53 * (100dvh - 4.5rem))) {
  .activity-info-container {
    height: auto;
    width: 94%;
    aspect-ratio: auto;
    grid-template-rows: min-content min-content min-content;
  }
}

.activity-thumbnail {
  grid-area: thumbnail;
  min-width: 0;
}

.activity-instruction {
  grid-area: instruction;
  min-width: 0;
}

.activity-filters {
  grid-area: filters;
  min-width: 0;
}

.activity-time {
  grid-area: time;
  min-width: 0;
}

.activity-location {
  grid-area: location;
  min-width: 0;
}

.activity-thumbnail {
  position: relative;
  aspect-ratio: 0.9620311194/1;
  max-height: calc(100dvh - 4.5rem - 12rem);
}
@media (max-aspect-ratio: 1/1) {
  .activity-thumbnail {
    aspect-ratio: 1/1;
  }
}
@media (max-width: calc(0.5802469136 * (100dvh - 4.5rem))) {
  .activity-thumbnail {
    aspect-ratio: 0.9620311194/1;
  }
}

.cancelled-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.cancelled-cross-clip {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.cancelled-cross__line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 141.4%;
  height: 28px;
  background: #e20e17;
  translate: -50% -50%;
  box-shadow: 2px 4px 10px rgba(226, 14, 23, 0.35);
}
.cancelled-cross__line:first-child {
  rotate: 45deg;
}
.cancelled-cross__line:last-child {
  rotate: -45deg;
}

.cancelled-badge {
  position: relative;
  z-index: 3;
  rotate: var(--rotation, 0deg);
  background: #ffed00;
  padding: clamp(0.5rem, 2vw, 1rem) clamp(1rem, 4vw, 1.5rem);
  text-align: center;
  box-shadow: 2px 4px 10px rgba(226, 14, 23, 0.35);
  max-width: 80%;
}
.cancelled-badge span {
  display: block;
  font-size: clamp(clamp(10px, 2.5vw, 15px), 8vw, clamp(18px, 5.5vw, 40px));
  font-family: "ilan", sans-serif;
  color: #e20e17;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

.activity-time,
.activity-location {
  width: 100%;
  aspect-ratio: 0.9620311194/1;
  max-height: calc((100dvh - 4.5rem - 12rem - 2rem) / 4);
}
@media (max-aspect-ratio: 1/1) {
  .activity-time,
  .activity-location {
    width: auto;
    aspect-ratio: auto;
    height: 7rem;
  }
}
@media (max-width: calc(0.5802469136 * (100dvh - 4.5rem))) {
  .activity-time,
  .activity-location {
    width: 100%;
    height: 7rem;
    max-height: none;
    aspect-ratio: auto;
  }
}

.activity-filters,
.activity-instruction {
  width: 100%;
  height: 99.9%;
  max-height: calc((100dvh - 4.5rem - 12rem - 2rem) / 2);
}
@media (max-aspect-ratio: 1/1) {
  .activity-filters,
  .activity-instruction {
    width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: 0.8/1;
  }
}
@media (max-width: calc(0.5802469136 * (100dvh - 4.5rem))) {
  .activity-filters,
  .activity-instruction {
    width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: 0.8/1;
  }
}

@font-face {
  font-family: "ilan";
  src: url("../font/ilan.woff2") format("woff2"), url("../font/ilan.woff") format("woff"), url("../font/ilan.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.about-container {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: start;
  align-items: center;
  width: 100%;
}

.about-texts,
.about-credits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
@media screen and (max-aspect-ratio: 1/1), screen and (max-width: calc(800px + 1.5rem + 4rem)) {
  .about-texts,
  .about-credits {
    flex-direction: column;
  }
}

.separator {
  display: none;
}
@media screen and (max-aspect-ratio: 1/1), screen and (max-width: calc(800px + 1.5rem + 4rem)) {
  .separator {
    display: block;
  }
}

.about-text,
.about-credit {
  font-size: clamp(10px, 2.5vw, 15px);
  font-family: "ilan", sans-serif;
  color: #e20e17;
  line-height: 20px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  width: 400px;
}
@media screen and (max-aspect-ratio: 1/1), screen and (max-width: calc(800px + 1.5rem + 4rem)) {
  .about-text,
  .about-credit {
    width: 100%;
    max-width: 400px;
  }
}

.about-donators {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: start;
  align-items: center;
  width: calc(800px + 1.5rem);
}
@media screen and (max-aspect-ratio: 1/1), screen and (max-width: calc(800px + 1.5rem + 4rem)) {
  .about-donators {
    width: 100%;
    max-width: 400px;
  }
}

.about-donator {
  display: flex;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(226, 14, 23, 0.4);
  transform-origin: top center;
  transition: box-shadow 0.2s ease, transform 0.1s ease;
}
.about-donator:active {
  transform: scale(0.995);
}
.about-donator:hover {
  box-shadow: 0 4px 10px 0 rgba(226, 14, 23, 0.4);
}
.about-donator {
  height: 6rem;
  width: calc((400px - 1.5rem) / 2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: #e20e17;
  padding: 1rem;
}
@media screen and (max-aspect-ratio: 1/1), screen and (max-width: calc(800px + 1.5rem + 4rem)) {
  .about-donator {
    width: calc((100% - 1.5rem) / 2);
    min-width: 100px;
  }
}
.about-donator img {
  height: 100%;
  width: auto;
}
.about-donator span {
  font-size: clamp(10px, 2.5vw, 15px);
  font-family: "ilan", sans-serif;
  color: #e20e17;
  line-height: 20px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

@font-face {
  font-family: "ilan";
  src: url("../font/ilan.woff2") format("woff2"), url("../font/ilan.woff") format("woff"), url("../font/ilan.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.error-container {
  height: calc(100dvh - 8rem - 4.5rem);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 2rem;
}

.error-code {
  font-size: clamp(18px, 5.5vw, 40px);
  font-family: "ilan", sans-serif;
  color: #e20e17;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  text-align: center;
}

.error-msg {
  font-size: clamp(10px, 2.5vw, 15px);
  font-family: "ilan", sans-serif;
  color: #e20e17;
  line-height: 20px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  text-align: center;
}

.error-btn-wrap {
  position: relative;
  width: 12rem;
  height: 6rem;
}
