* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#intro {
  z-index: 30;
  pointer-events: none;
  background: #266988;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

#intro-scroll {
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #ffffffb3;
  white-space: nowrap;
  font-family: Montserrat;
  font-size: 13px;
  font-style: italic;
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
}

#intro-title {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  letter-spacing: .04em;
  text-shadow: 0 2px 40px #0003;
  flex-direction: column;
  align-items: center;
  font-family: Fraunces;
  font-size: clamp(48px, 10vw, 120px);
  font-style: italic;
  line-height: 1.05;
  display: flex;
}

a {
  color: inherit;
}

img, video {
  display: block;
}

body {
  cursor: url("../img/cursor.86ef674d.svg") 10 7, auto;
  height: 600vh;
}

* {
  cursor: url("../img/cursor.86ef674d.svg") 10 7, auto !important;
}

#info-panel {
  color: #fff;
  text-shadow: 0 1px 8px #0009;
  z-index: 10;
  pointer-events: none;
  background: linear-gradient(90deg, #05121ed9 0%, #26698800 100%);
  transition: transform .6s;
  display: flex;
  position: fixed;
  inset: 0;
  transform: translateX(-100%);
}

#info-text {
  white-space: pre-line;
}

@keyframes float-title {
  0%, 100% {
    translate: 0;
    rotate: none;
  }

  50% {
    translate: 0 -7px;
    rotate: .4deg;
  }
}

@keyframes float-title-strong {
  0%, 100% {
    translate: 0;
    rotate: none;
  }

  50% {
    translate: 0 -28px;
    rotate: 1.6deg;
  }
}

@keyframes float-text {
  0%, 100% {
    translate: 0;
    rotate: none;
  }

  50% {
    translate: 0 -5px;
    rotate: -.3deg;
  }
}

#info-title {
  animation: 4.5s ease-in-out -.8s infinite float-title;
}

#info-text {
  animation: 6.2s ease-in-out -3.5s infinite float-text;
}

#intro-content {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.intro-line:first-child {
  animation: 5.5s ease-in-out -1.5s infinite float-title-strong;
}

.intro-line:nth-child(2) {
  animation: 4.8s ease-in-out -3.8s infinite float-title-strong;
}

#intro-top {
  flex-direction: column;
  align-items: center;
  gap: 14px;
  display: flex;
  position: absolute;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
}

#intro-hommage {
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #ffffffbf;
  white-space: nowrap;
  font-family: Montserrat;
  font-size: 11px;
  font-style: italic;
}

#intro-scroll {
  animation: 7s ease-in-out -3.2s infinite float-text;
}

#about-panel h1 {
  animation: 5s ease-in-out -.5s infinite float-title-strong;
}

#about-p {
  animation: 6.5s ease-in-out -2.8s infinite float-text;
}

#auteur-rices {
  animation: 7.2s ease-in-out -4.2s infinite float-title;
}

#info-panel.visible {
  pointer-events: all;
  cursor: default;
  transform: translateX(0);
}

#back-button, #about-close {
  cursor: pointer;
  background: none;
  border: none;
  transition: transform .3s ease-in-out;
  position: absolute;
  top: 60px;
  right: 40px;
}

#back-button:hover, #about-close:hover {
  animation: 1.5s ease-in-out infinite pulse;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.15);
  }

  100% {
    transform: scale(1);
  }
}

#back-button img, #about-close img {
  pointer-events: none;
  transform-origin: center;
  width: 40px;
  height: auto;
}

#about-panel {
  color: #fff;
  text-shadow: 0 1px 8px #000000b3;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  background: #266988;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

#about-panel.visible {
  pointer-events: all;
  cursor: default;
}

#about-close {
  cursor: pointer;
  background: none;
  border: none;
  position: absolute;
  top: 60px;
  right: 40px;
}

#about-close img {
  pointer-events: none;
  width: 40px;
  height: auto;
}

.about-content {
  text-align: center;
  flex-direction: column;
  gap: 30px;
  max-width: 700px;
  padding: 40px;
  display: flex;
}

.texts {
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  width: 50%;
  padding: 60px 70px;
  display: flex;
  position: relative;
}

.header {
  z-index: 20;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: 100%;
  padding: 20px 50px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.header .ligne {
  pointer-events: none;
  max-width: 400px;
}

.header .hat-icon {
  width: 40px;
  height: auto;
}

.hat-icon {
  cursor: pointer;
  animation: 2s ease-in-out infinite float, 4s linear infinite pirouette;
}

@keyframes float {
  0%, 100% {
    translate: 0;
  }

  50% {
    translate: 0 -8px;
  }
}

@keyframes pirouette {
  0% {
    rotate: none;
    scale: 1;
  }

  13% {
    animation-timing-function: cubic-bezier(.4, 0, 1, 1);
    rotate: -24deg;
    scale: .84;
  }

  38% {
    animation-timing-function: ease-out;
    rotate: 360deg;
    scale: 1.14;
  }

  48% {
    rotate: 372deg;
    scale: .91;
  }

  57% {
    rotate: 354deg;
    scale: 1.04;
  }

  64% {
    rotate: 360deg;
    scale: 1;
  }

  100% {
    rotate: 360deg;
    scale: 1;
  }
}

h1 {
  text-transform: uppercase;
  color: #fff;
  font-family: Fraunces;
  font-size: 60px;
}

p {
  font-family: Montserrat;
  font-size: 22px;
  line-height: 35px;
}

#about-p {
  font-size: 22px;
  line-height: 35px;
}

#auteur-rices {
  font-size: 18px;
}

.object-dot {
  pointer-events: auto;
  cursor: pointer;
  opacity: .7;
  background: none;
  border: none;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  transition: opacity .25s;
  position: relative;
}

.object-dot:before {
  content: "";
  pointer-events: none;
  background: #fff;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  transition: transform .25s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.object-dot:after {
  content: "";
  pointer-events: none;
  border: 1.5px solid #ffffffd9;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  transition: transform .25s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 6px 2px #00000059;
}

.object-dot.hovered {
  opacity: 1;
}

.object-dot.hovered:before, .object-dot.hovered:after {
  transform: translate(-50%, -50%)scale(1.2);
}

.object-dot.hidden, .object-dot.initial-hidden {
  opacity: 0;
  pointer-events: none;
}
/*# sourceMappingURL=index.34df27b5.css.map */
