*,
:before,
:after {
  box-sizing: border-box;
  border: 0 solid;
}

:before,
:after {
  --tw-content: "";
}

html {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
  scroll-behavior: smooth;
}

body {
  line-height: inherit;
  margin: 0;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  background-color: #0000;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  vertical-align: middle;
  display: block;
}

img,
video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

*,
:before,
:after,
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.top-1 {
  top: 0.5rem;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.my-10 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.mt-10 {
  margin-top: 7rem;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.w-1 {
  width: 0.5rem;
}

.w-full {
  width: 100%;
}

.flex-1 {
  flex: 1;
}

.grow {
  flex-grow: 1;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.resize {
  resize: both;
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-3 {
  gap: 1rem;
}

.gap-5 {
  gap: 2rem;
}

.gap-7 {
  gap: 4rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.overflow-hidden {
  overflow: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}

.bg-grey-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}

.bg-light {
  --tw-bg-opacity: 1;
  background-color: rgb(220 220 220 / var(--tw-bg-opacity));
}

.bg-cover {
  background-size: cover;
}

.object-cover {
  object-fit: cover;
}

.p-5 {
  padding: 2rem;
}

.px-5 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-4 {
  padding-bottom: 1.5rem;
}

.pb-5 {
  padding-bottom: 2rem;
}

.pb-6 {
  padding-bottom: 3rem;
}

.pt-1 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 2rem;
}

.text-center {
  text-align: center;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-medium {
  font-weight: 500;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.text-light {
  --tw-text-opacity: 1;
  color: rgb(220 220 220 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.opacity-20 {
  opacity: 0.2;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
    0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.brightness-0 {
  --tw-brightness: brightness(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px #0000001a)
    drop-shadow(0 1px 1px #0000000f);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    -webkit-backdrop-filter, backdrop-filter;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

@font-face {
  font-family: FontRegular;
  src: url("../fonts/National-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: FontMedium;
  src: url("../fonts/National-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: FontExtra;
  src: url("../fonts/National-Extrabold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
}

body {
  color: var(--color-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100vw;
  margin: 0;
  padding: 0;
  font-family: FontMedium, area-normal, -apple-system, BlinkMacSystemFont,
    Segoe UI, Helvetica, Arial, sans-serif;
  transition: background-color 0.5s ease-in-out;
  overflow-x: hidden;
}

.navbar {
  transition: background-color 0.5s ease-in-out, transform 0.5s ease-out;
}

.transition-container {
  opacity: 0;
  transition: opacity 1s;
}

.fade-in {
  opacity: 1;
}

.fade-out {
  opacity: 0;
}

html {
  font-size: 16px;
}

@media (min-width: 240px) {
  html {
    font-size: calc(3.34728vw - 0.033473px);
  }
}

@media (min-width: 768px) {
  html {
    font-size: calc(1.79372vw - 1.77579px);
  }
}

@media (min-width: 992px) {
  html {
    font-size: calc(1.18973vw - 1.13214px);
  }
}

@media (min-width: 1440px) {
  html {
    font-size: calc(0.833333vw + 4px);
  }
}

@media (min-width: 1920px) {
  html {
    font-size: 20px;
  }
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.js .loading:before,
.js .loading:after {
  content: "";
  z-index: 1000;
  position: fixed;
}

.js .loading:before {
  width: 100%;
  height: 100%;
  background: var(--color-bg);
  top: 0;
  left: 0;
}

.js .loading:after {
  width: 60px;
  height: 60px;
  opacity: 0;
  transform-origin: center;
  background: var(--color-yellow);
  margin: -30px 0 0 -30px;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation: 2s linear alternate forwards loaderAnim;
  top: 50%;
  left: 50%;
  transform: rotate(45deg);
}

@keyframes loaderAnim {
  40% {
    opacity: 0;
    transform: translateY(40px) rotate(45deg);
  }

  60% {
    opacity: 1;
    transform: translateY(0) rotate(45deg);
  }

  80% {
    opacity: 1;
    transform: translateY(0) rotate(45deg);
  }

  100% {
    opacity: 0;
    transform: translateY(-40px) rotate(45deg);
  }
}

a {
  color: var(--color-link);
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: var(--color-link-hover);
  outline: none;
}

a:focus {
  background: #d3d3d3;
  outline: none;
}

a:focus:not(:focus-visible) {
  background: none;
}

a:focus-visible {
  background: none;
  outline: 2px solid red;
}

.unbutton {
  font: inherit;
  cursor: pointer;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
}

.unbutton:focus {
  outline: none;
}

main {
  counter-reset: section;
}

.splitting .word {
  white-space: nowrap;
}

.intro {
  height: 100vh;
  text-align: center;
  place-items: center;
  display: grid;
}

.intro__title {
  place-items: center;
  margin: 0;
  font-weight: 300;
  line-height: 0.9;
  display: grid;
}

.intro__title-pre {
  font-family: norman-stencil, sans-serif;
  font-size: clamp(2rem, 10vw, 9rem);
  font-weight: 800;
}

.intro__title-sub {
  font-size: clamp(1rem, 6vw, 2.75rem);
}

.intro__info {
  max-width: 20ch;
  opacity: 0.6;
  margin-bottom: 4rem;
  padding-bottom: 1rem;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

.intro__info:after {
  content: "";
  width: 1px;
  height: 2rem;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
}

.content {
  width: 100vw;
  padding: var(--page-padding);
  flex-direction: column;
  display: flex;
  position: relative;
}

.menu-batiment {
  z-index: 999;
  background: #000;
}

.menu-batiment a {
  text-transform: uppercase;
  font-size: 6.66667vh;
  line-height: 1;
}

.menu-link {
  line-height: 1;
  font-size: var(--font-size-medium);
  grid-area: menu;
  place-self: start end;
  padding: 0 0 5px;
  position: relative;
  overflow: hidden;
}

.menu--open ~ .menu-link,
.state-details .menu-link {
  pointer-events: none;
}

.menu-link:after {
  content: "";
  height: 7%;
  width: 100%;
  transform-origin: 100%;
  background: currentColor;
  transition: transform 0.4s;
  position: absolute;
  bottom: 0;
  left: 0;
}

.menu-link:hover:after,
.menu--open ~ .menu-link:after,
.state-details .menu-link:after {
  transform-origin: 0%;
  transform: scale3d(0, 1, 1);
}

.menu {
  pointer-events: none;
  z-index: 100;
  opacity: 0;
  width: 100%;
  height: 100vh;
  counter-reset: menucounter;
  grid-template-columns: auto auto auto;
  place-content: center;
  display: grid;
  position: fixed;
  top: 0;
  left: 0;
}

.menu--open {
  pointer-events: auto;
  opacity: 1;
}

.state-details .menu {
  pointer-events: none;
}

.menu__item {
  grid-column: 2;
  line-height: 1;
  display: block;
  position: relative;
}

.menu__item-link {
  margin-top: calc(-0.15 * var(--font-size-xlarge));
  line-height: 1.25;
  font-size: var(--font-size-xlarge);
  cursor: pointer;
  padding: 0 calc(0.45 * var(--font-size-xlarge));
  color: var(--color-menu);
  text-decoration: none;
  position: relative;
}

.menu__item-link:hover {
  color: var(--color-menu-hover);
}

.menu__item-link:before {
  text-align: right;
  counter-increment: menucounter;
  content: counters(menucounter, ".", decimal-leading-zero);
  opacity: 0;
  line-height: 1;
  font-size: var(--font-size-small);
  color: var(--color-text);
  place-items: center;
  padding-right: 0.5rem;
  display: grid;
  position: absolute;
  top: 18%;
  left: 0;
  transform: scale3d(0, 0, 0);
}

.menu__item-link:hover:before {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.close {
  opacity: 0;
  pointer-events: none;
  font-size: 3rem;
  line-height: 1;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
}

.close:hover {
  color: var(--color-menu);
}

.menu--open .close {
  opacity: 1;
  pointer-events: auto;
}

.state-details .close {
  pointer-events: none;
}

.ratio-45 {
  aspect-ratio: 4 / 5;
}

.bg-white {
  background-color: var(--color-text);
}

.bg-yellow {
  background-color: var(--color-yellow);
}

.video {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}

.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.navbar-bg {
  z-index: 999;
  opacity: 1;
  background: linear-gradient(0deg, #0000 0%, #292020a8 50%, #292020 100%);
  transition: opacity 0.5s;
}

.fade-out-on-scroll {
  opacity: 0;
}

.card-bat .shape {
  opacity: 0;
  margin-top: 2rem;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.card-bat:hover .shape {
  opacity: 1;
  margin-top: 0;
}

.progress-bar {
  width: 100%;
  height: 5px;
  background-color: var(--color-dark);
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
}

.scroll-ico {
  width: 8px;
  height: 8px;
  background-color: var(--color-text);
  opacity: 1;
  border-radius: 50%;
  animation: 2s cubic-bezier(0.64, 0, 0.78, 0) infinite wheel;
  transform: translateY(0);
}

@keyframes wheel {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  10% {
    opacity: 1;
    transform: translateY(0);
  }

  25% {
    opacity: 1;
    transform: translateY(0);
  }

  75% {
    opacity: 0;
    transform: translateY(16px);
  }

  100% {
    opacity: 0;
    transform: translateY(16px);
  }
}

.bat-list .arrow {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateX(-16px);
}

.bat-list:hover .arrow {
  opacity: 1;
  transform: translateX(0);
}

.text-title {
  font-family: FontMedium;
}

.py-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.vh-full-desktop {
  height: 100vh;
}

.vh-half-desktop {
  height: 50vh;
}

nav li {
  height: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.4rem;
  font-size: 1rem;
  line-height: 1.25;
}

nav li:first-child {
  padding-left: 2rem;
}

nav li:last-child {
  padding-right: 2rem;
}

nav li.active {
  background-color: var(--color-dark);
  color: var(--color-white);
  padding-left: 2rem;
  padding-right: 2rem;
}

.text-800 {
  font-family: FontExtra;
}

.sticky-container {
  padding: 50vh 2rem 2rem;
}

.z999 {
  z-index: 999;
}

.top-0 {
  top: 0;
}

.content__item:before {
  position: absolute;
  top: 0;
  left: 0;
}

.button {
  pointer-events: auto;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  border: none;
  margin: 0;
  display: inline-block;
  position: relative;
}

.button:before,
.button:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.button--hyperion {
  overflow: hidden;
}

.button--hyperion span {
  display: block;
  position: relative;
}

.button--hyperion > span,
.button--hyperion > span > span {
  overflow: hidden;
}

.button--hyperion:hover > span > span {
  animation: 0.3s forwards MoveUpInitial, 0.3s 0.1s forwards MoveUpEnd;
}

@keyframes MoveUpInitial {
  to {
    transform: translate3d(0, -105%, 0);
  }
}

@keyframes MoveUpEnd {
  from {
    transform: translate3d(0, 100%, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.button--hyperion:before {
  content: "";
  transform-origin: 100%;
  transition: transform 0.3s cubic-bezier(0.16, 0.8, 0.2, 1);
}

.button--hyperion:hover:before {
  transform-origin: 0%;
  transform: scale3d(0, 1, 1);
}

.sticky-child {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}

.sticky-child-1 {
  transition-delay: 0.1s;
}

.grid {
  width: 100%;
  grid-template-columns: repeat(6, 1fr);
  display: grid;
}

.grid__item {
  will-change: transform;
  grid-column: var(--c);
  grid-row: var(--r);
  position: relative;
}

.grid__item-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  will-change: transform, opacity;
  background-position: 50%;
  background-size: cover;
  position: relative;
}

@media screen and (min-width: 53em) {
  .frame {
    height: 100vh;
    grid-template:
      "prev sponsor"
      ". ." 1fr
      "title demos"
      / auto 1fr;
  }

  .frame__demos {
    white-space: nowrap;
    justify-self: end;
    margin: 0 1rem;
  }

  .frame__demo--current:after {
    content: "";
    height: 120%;
    width: 1px;
    background: currentColor;
    position: absolute;
    top: 100%;
    left: 50%;
  }

  .frame__demos-title {
    display: inline;
  }
}

span.author {
  white-space: nowrap;
}

.pop-in {
  width: calc(50vw - 1rem);
  height: 100vh;
  z-index: 9999;
  background-color: var(--color-dark);
  color: var(--color-light);
  transition: left 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 100vw;
}

.pop-in.active {
  left: calc(50vw + 1rem);
}

@media (min-width: 768px) {
  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:col-start-4 {
    grid-column-start: 4;
  }

  .lg\:w-1\/3 {
    width: 33.3333%;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .xl\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1536px) {
  .\32 xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .\32 xl\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .\32 xl\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

  .\32 xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/*# sourceMappingURL=index.d046a61c.css.map */

.grid .grid__item:nth-child(1) {
  --r: 1;
  --c: 1;
}

.grid .grid__item:nth-child(2) {
  --r: 2;
  --c: 8;
}

.grid .grid__item:nth-child(3) {
  --r: 2;
  --c: 5;
}

.grid .grid__item:nth-child(4) {
  --r: 3;
  --c: 3;
}

.grid .grid__item:nth-child(5) {
  --r: 4;
  --c: 7;
}

.grid .grid__item:nth-child(6) {
  --r: 5;
  --c: 8;
}

.grid .grid__item:nth-child(7) {
  --r: 6;
  --c: 2;
}

.grid .grid__item:nth-child(8) {
  --r: 7;
  --c: 3;
}

.grid .grid__item:nth-child(9) {
  --r: 8;
  --c: 7;
}

.grid .grid__item:nth-child(10) {
  --r: 9;
  --c: 1;
}

.grid .grid__item:nth-child(11) {
  --r: 9;
  --c: 6;
}

.grid .grid__item:nth-child(12) {
  --r: 10;
  --c: 4;
}

.news a {
  text-decoration: underline;
}

.fixed-link {
  top: calc(100vh - 5rem);
  right: 0;
}

.site-footer {
  background-color: var(--color-dark);
  color: white;
}

.book h1 {
  text-transform: lowercase;
}

#partenaire img {
  height: fit-content;
}

.site-main {
  min-height: 100vh;
}

.bloc-wysiwyg p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.bloc-wysiwyg p strong {
  font-family: FontExtra;
}

@media (min-width: 1024px) {
  .bloc-wysiwyg p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.accordion-panel {
  display: none; /* Masquer le contenu de l'accordéon par défaut */
}

.accordion-button {
  width: 100%;
  text-align: left;
  background-color: #f1f1f1;
  cursor: pointer;
  padding: 10px;
  border: none;
  outline: none;
  transition: background-color 0.3s ease;
}

.accordion-button:hover {
  background-color: #ddd;
}
