/* bun-svelte:bun-svelte:grid.svelte-3as66g3jeoy9r-style.css */
.racine.svelte-3kz8v44g90xeh {
  color: #e4e9f4;
  background: #080a0e;
  height: 700vh;
  min-height: 100dvh;
  font-family: Geist, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-weight: 300;
}

canvas.svelte-3kz8v44g90xeh {
  position: fixed;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  inset: 0;
}

.scene.svelte-3kz8v44g90xeh {
  position: fixed;
  z-index: 1;
  pointer-events: none;
  inset: 0;
}

.hero.svelte-3kz8v44g90xeh, .bloc.svelte-3kz8v44g90xeh {
  position: absolute;
  width: min(23rem, 31vw);
  top: 50%;
  left: 6vw;
  transform: translateY(-50%);
}

.mark.svelte-3kz8v44g90xeh {
  display: block;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: #6d7691;
  margin-bottom: 2.25rem;
  font-family: Geist Mono, monospace;
  font-size: .6875rem;
}

h1.svelte-3kz8v44g90xeh {
  letter-spacing: -.042em;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 300;
  line-height: 1.06;
}

h1.svelte-3kz8v44g90xeh em:where(.svelte-3kz8v44g90xeh) {
  color: #bfe0f6;
  font-family: Instrument Serif, Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.hero.svelte-3kz8v44g90xeh p:where(.svelte-3kz8v44g90xeh) {
  color: #8b93ac;
  margin: 1.5rem 0 0;
  font-size: .9688rem;
  line-height: 1.7;
}

.bloc.svelte-3kz8v44g90xeh p:where(.svelte-3kz8v44g90xeh) {
  color: #8b93ac;
  margin: 1.5rem 0 0;
  font-size: .9688rem;
  line-height: 1.7;
}

.fin.svelte-3kz8v44g90xeh p:where(.svelte-3kz8v44g90xeh) {
  color: #8b93ac;
  margin: 1.5rem 0 0;
  font-size: .9688rem;
  line-height: 1.7;
}

.invite.svelte-3kz8v44g90xeh {
  display: block;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #6d7691;
  margin-top: 2.5rem;
  font-family: Geist Mono, monospace;
  font-size: .6875rem;
}

.tag.svelte-3kz8v44g90xeh {
  display: flex;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--accent);
  align-items: baseline;
  gap: .85rem;
  margin-bottom: 1.3rem;
  font-family: Geist Mono, monospace;
  font-size: .6875rem;
}

.tag.svelte-3kz8v44g90xeh i:where(.svelte-3kz8v44g90xeh) {
  color: #6d7691;
  font-style: normal;
}

h2.svelte-3kz8v44g90xeh {
  letter-spacing: -.032em;
  margin: 0;
  font-size: clamp(1.55rem, 2.6vw, 2.1rem);
  font-weight: 300;
  line-height: 1.13;
}

.mesure.svelte-3kz8v44g90xeh {
  display: flex;
  border-top: 1px solid #1b1f2c;
  align-items: baseline;
  gap: .6rem;
  margin-top: 1.8rem;
  padding-top: 1rem;
}

.mesure.svelte-3kz8v44g90xeh b:where(.svelte-3kz8v44g90xeh) {
  font-family: Geist Mono, monospace;
  font-size: 1.3rem;
  font-weight: 500;
}

.mesure.svelte-3kz8v44g90xeh i:where(.svelte-3kz8v44g90xeh) {
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #6d7691;
  font-family: Geist Mono, monospace;
  font-size: .6875rem;
  font-style: normal;
}

.fin.svelte-3kz8v44g90xeh {
  position: absolute;
  max-width: 28rem;
  bottom: 12vh;
  left: 6vw;
}

.hud.svelte-3kz8v44g90xeh {
  position: fixed;
  z-index: 2;
  display: flex;
  pointer-events: none;
  flex-direction: column;
  gap: .34rem;
  font-family: Geist Mono, monospace;
  font-size: .6875rem;
  bottom: 7vh;
  right: 2.5vw;
}

.l.svelte-3kz8v44g90xeh {
  display: grid;
  grid-template-columns: 3.4rem auto;
  justify-content: end;
  align-items: baseline;
  gap: .5rem;
}

.l.svelte-3kz8v44g90xeh em:where(.svelte-3kz8v44g90xeh) {
  text-transform: uppercase;
  letter-spacing: .18em;
  color: #6d7691;
  font-size: .625rem;
  font-style: normal;
}

.l.svelte-3kz8v44g90xeh b:where(.svelte-3kz8v44g90xeh) {
  text-align: right;
  font-weight: 500;
}

.jalons.svelte-3kz8v44g90xeh {
  position: fixed;
  z-index: 2;
  display: flex;
  pointer-events: none;
  flex-direction: column;
  gap: .6rem;
  top: 50%;
  left: 2.5vw;
  transform: translateY(-50%);
}

.cran.svelte-3kz8v44g90xeh {
  background: #1f2331;
  width: 14px;
  height: 1px;
  transition: width .32s, background .32s;
}

.cran.on.svelte-3kz8v44g90xeh {
  background: var(--accent);
  width: 26px;
}

@media (width <= 980px) {
  .hero.svelte-3kz8v44g90xeh, .bloc.svelte-3kz8v44g90xeh, .fin.svelte-3kz8v44g90xeh {
    width: auto;
    left: 6vw;
    right: 6vw;
  }

  .jalons.svelte-3kz8v44g90xeh {
    display: none;
  }
}
