body.index {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.intro-text {
  margin: 0 auto;
  padding: 2rem;
  height: 90vh;
  letter-spacing: 0.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "MingLiU";
  text-align: center;
  color: black;
  position: relative;
}
.intro-text__container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.intro-text__title {
  font-weight: 100;
  letter-spacing: 0.5rem;
  text-align: center;
  margin: 0;
  text-decoration: underline;
}
.intro-text__title-white {
  color: white;
  font-size: 63px;
  text-transform: none;
  border-bottom: 2px solid white;
}
.intro-text__title-highlight {
  color: #FE0002;
  font-size: 84px;
  text-transform: uppercase;
  border-bottom: 2px solid #FE0002;
}
.intro-text__image-container {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.intro-text__image {
  height: 300px;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  transition: opacity 1s ease;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.intro-text__image--active {
  opacity: 1;
}
.intro-text__description-container {
  position: absolute;
  bottom: 20%;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.intro-text__description {
  font-size: 20px;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease;
  position: absolute;
  width: 100%;
  color: white;
  text-align: center;
}
.intro-text__description--active {
  opacity: 1;
  pointer-events: auto;
}
.intro-text__next {
  display: block;
  margin: auto;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #ccc, #fff);
  color: black;
  font-family: "MingLiU", sans-serif;
  font-size: 27px;
  border: none;
  border-radius: 4px;
  padding: 5px 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 0 16px 5px rgb(255, 255, 255);
}

.text-mauve {
  color: #E259FF;
}

.text-rouge {
  color: #FE0002;
}

.scene--1__image {
  height: 700px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.scene--1__image {
  display: none;
}
.scene--1__button {
  font-family: "MingLiU";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 1;
  text-transform: uppercase;
  font-size: 27px;
  border-radius: 0.7rem;
  padding: 10px 15px;
  background: linear-gradient(to bottom, #ccc, #fff);
  color: rgb(0, 0, 0);
  transition: background-color 0.3s ease, transform 0.1s ease;
  box-shadow: 0 0 15px 8px rgb(255, 255, 255);
  border: none;
  outline: none;
}
.scene--1__button:active {
  background: linear-gradient(to bottom, #aaa, #ddd);
  transform: translate(-50%, -50%) scale(0.97);
  box-shadow: 0 0 10px 5px rgb(200, 200, 200);
}

.scene-cuisine {
  font-family: "MingLiU";
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.scene-cuisine__img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.scene-cuisine__img-wrapper .img-relative-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 700px;
  width: auto;
}
.scene-cuisine__img-wrapper .img-relative-wrapper .scene-cuisine__img {
  height: 100%;
  width: auto;
  display: block;
  z-index: 1;
}
.scene-cuisine__img-wrapper .img-relative-wrapper .eyes-container {
  position: absolute;
  top: 37%;
  left: 25%;
  width: 100px;
  z-index: 1000;
}
.scene-cuisine__img-wrapper .img-relative-wrapper .eyes-container .eyes {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  pointer-events: none;
  -webkit-animation: eyesGrow 220s forwards;
          animation: eyesGrow 220s forwards;
}
.scene-cuisine__img-wrapper .img-relative-wrapper .scene-cuisine__left-buttons {
  position: absolute;
  top: 30%;
  right: 10%;
  display: flex;
  gap: 5em;
  z-index: 10;
  background-color: transparent;
}
.scene-cuisine__img-wrapper .img-relative-wrapper .scene-cuisine__left-buttons .scene-cuisine__button {
  background-color: transparent;
  padding: 6em;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.scene-cuisine__subtitles-wrapper {
  position: absolute;
  bottom: 15%;
  left: 0;
  width: 100%;
  padding: 2em;
  z-index: 2;
  text-align: center;
  transition: background 0.3s ease;
}
.scene-cuisine__subtitles {
  font-size: 1.5em;
  color: #fff;
  max-width: 80vh;
  margin: 0 auto;
  word-wrap: break-word;
  pointer-events: none;
}
.scene-cuisine .subtitle--pere {
  color: #FE0002 !important;
}
.scene-cuisine .subtitle--fille {
  color: #E259FF !important;
}
.scene-cuisine .subtitle--mere, .scene-cuisine .subtitle--frere {
  color: #FFFF00 !important;
}

.ellipse-transition {
  position: absolute;
  top: 40%;
  left: 30%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgb(0, 0, 0);
  filter: blur(100px);
  -webkit-animation: expandEllipse 200s forwards;
          animation: expandEllipse 200s forwards;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}

.vibrate-1 {
  -webkit-animation: vibrateSoft 0.2s infinite;
          animation: vibrateSoft 0.2s infinite;
}

.vibrate-2 {
  -webkit-animation: vibrateMedium 0.2s infinite;
          animation: vibrateMedium 0.2s infinite;
}

.vibrate-3 {
  -webkit-animation: vibrateStrong 0.2s infinite;
          animation: vibrateStrong 0.2s infinite;
}

@-webkit-keyframes vibrateSoft {
  0%, 75% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-2px, 2px);
  }
  50% {
    transform: translate(2px, -2px);
  }
  100% {
    transform: translate(2px, -2px);
  }
}

@keyframes vibrateSoft {
  0%, 75% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-2px, 2px);
  }
  50% {
    transform: translate(2px, -2px);
  }
  100% {
    transform: translate(2px, -2px);
  }
}
@-webkit-keyframes vibrateMedium {
  0%, 75% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-4px, 4px);
  }
  50% {
    transform: translate(4px, -4px);
  }
  100% {
    transform: translate(4px, -4px);
  }
}
@keyframes vibrateMedium {
  0%, 75% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-4px, 4px);
  }
  50% {
    transform: translate(4px, -4px);
  }
  100% {
    transform: translate(4px, -4px);
  }
}
@-webkit-keyframes vibrateStrong {
  0%, 75% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-6px, 6px);
  }
  50% {
    transform: translate(6px, -6px);
  }
  100% {
    transform: translate(6px, -6px);
  }
}
@keyframes vibrateStrong {
  0%, 75% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-6px, 6px);
  }
  50% {
    transform: translate(6px, -6px);
  }
  100% {
    transform: translate(6px, -6px);
  }
}
@-webkit-keyframes eyesGrow {
  0% {
    transform: scale(1) translate(0, 0);
  }
  100% {
    transform: scale(5) translate(0, 0);
  }
}
@keyframes eyesGrow {
  0% {
    transform: scale(1) translate(0, 0);
  }
  100% {
    transform: scale(5) translate(0, 0);
  }
}
@-webkit-keyframes expandEllipse {
  0% {
    width: 200px;
    height: 200px;
  }
  100% {
    width: 200vmax;
    height: 200vmax;
  }
}
@keyframes expandEllipse {
  0% {
    width: 200px;
    height: 200px;
  }
  100% {
    width: 200vmax;
    height: 200vmax;
  }
}
@-webkit-keyframes vibrateOnce {
  0%, 100% {
    transform: translate(0, 0);
  }
  20%, 60% {
    transform: translate(-1px, 1px);
  }
  40%, 80% {
    transform: translate(1px, -1px);
  }
}
@keyframes vibrateOnce {
  0%, 100% {
    transform: translate(0, 0);
  }
  20%, 60% {
    transform: translate(-1px, 1px);
  }
  40%, 80% {
    transform: translate(1px, -1px);
  }
}
@-webkit-keyframes blink {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes blink {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.blink {
  -webkit-animation: blink 1s infinite;
          animation: blink 1s infinite;
}

.vibrate-continuous {
  -webkit-animation: vibrateOnce 0.3s ease infinite;
          animation: vibrateOnce 0.3s ease infinite;
}

.fade-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 1;
  z-index: 9999;
  pointer-events: none;
  -webkit-animation: fadeOut 4s forwards;
          animation: fadeOut 4s forwards;
}

@-webkit-keyframes fadeOut {
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
.transition {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.transition__image {
  height: 700px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.transition__image--visible {
  display: block;
  opacity: 1;
}
.transition__audio {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 1.2em;
  background: rgba(0, 0, 0, 0.6);
  padding: 1em;
}

body {
  height: 100vh;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-family: "lores-12", sans-serif;
}

.desktop {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("../assets/IMG/journal/bg_journal.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.window {
  position: absolute;
  width: 420px;
  background: #c0c0c0;
  border: 3px solid;
  border-color: #ebebeb #717171 #717171 #ebebeb;
  box-shadow: 1px 1px 0 0 #000;
  display: none;
  flex-direction: column;
  top: 100px;
  left: 100px;
  z-index: 10;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: "lores-12", sans-serif;
}
.window--active {
  display: flex;
}
.window__header {
  background: #000080;
  padding: 2px 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 25px;
  border-bottom: 3px solid #717171;
  cursor: move;
}
.window__title {
  color: #ebebeb;
  font-size: 16px;
  padding-left: 28px;
  position: relative;
}
.window__title::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url("../assets/IMG/journal/journal_file.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.window__controls {
  display: flex;
  gap: 2px;
}
.window__btn {
  width: 20px;
  height: 20px;
  background: #c0c0c0;
  border: 1px solid;
  border-color: #ebebeb #717171 #717171 #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.2s ease;
}
.window__btn:hover {
  background: rgb(166.5, 166.5, 166.5);
}
.window__btn:active {
  border-color: #717171 #ebebeb #ebebeb #717171;
}
.window__body {
  color: #000;
  border: 1px solid #717171;
  font-size: 16px;
  overflow: hidden;
  flex: 1;
}
.window__body--journal {
  padding: 8px;
  background-color: white;
}
.window__typing, .window__input {
  font-family: "lores-12", sans-serif;
  font-size: 16px;
  line-height: 20px;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  width: 100%;
  border: none;
  background: white;
  color: #000;
  padding: 4px 0 0 4px;
  margin: 0;
  resize: none;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  pointer-events: none;
  overflow: hidden;
  height: auto;
}
.window__img-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.window__img-container:hover .window__img--main,
.window__img-container:hover .window__img--hover {
  opacity: 1;
  transition: opacity 0.15s ease-in-out;
}
.window__img {
  width: 100%;
  height: 300px;
}
.window__img--hover {
  position: absolute;
  height: 300px;
  top: 0;
  left: 0;
  opacity: 0;
}

.window--paint .paint__frame {
  border: 50px solid transparent;
  -o-border-image: url("../assets/IMG/journal/bord-dessin.webp") 250 stretch;
     border-image: url("../assets/IMG/journal/bord-dessin.webp") 250 fill stretch;
  padding: 12px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.window--paint .paint__frame > .paint__img {
  width: auto;
  height: 295px;
  transition: 0.3s ease;
  display: block;
  margin: 0 auto;
  transform: translate(22px, -35px);
}

.paint__img-container {
  position: relative;
  display: inline-block;
  width: auto;
  height: 252px;
  transform: translate(22px, -35px);
}

.paint__img {
  width: auto;
  height: 252px;
  display: block;
  margin: 0 auto;
}
.paint__img--hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.paint__img-container:hover .paint__img--main {
  opacity: 0;
}
.paint__img-container:hover .paint__img--hover {
  opacity: 1;
}

.messages {
  margin: 0 8px;
  max-height: 300px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  background-color: white;
  border: 3px solid;
  border-color: #ebebeb #717171 #717171 #ebebeb;
  padding: 8px 0;
}
.messages__item {
  font-size: 16px;
  margin: 5px 8px;
  color: #000;
  border-radius: 5px;
}
.messages__item--friend .messages__author {
  color: #FE0002;
  font-weight: bold;
}
.messages__item--client .messages__author {
  color: rgb(0, 0, 248);
  font-weight: bold;
}
.messages__image-top img {
  width: auto;
  height: 50px;
}

.message-input {
  background-color: #c0c0c0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.message-input__field {
  position: relative;
  margin: 8px 8px 0;
  resize: none;
  outline: none;
  height: 50px;
  width: 95%;
  border-radius: 0;
  border: 3px solid;
  border-color: #ebebeb #717171 #717171 #ebebeb;
}
.message-input__btn {
  font-family: "lores-12", sans-serif;
  align-self: flex-end;
  background: #c0c0c0;
  color: #000;
  border: none;
  margin: 8px 10px;
  padding: 2px 12px;
  font-size: 15px;
  box-shadow: inset 1px 1px 0 #ebebeb, inset -1px -1px 0 #717171;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.1s ease;
}
.message-input__image-top img {
  display: block;
  width: 180px;
  height: auto;
  margin: 8px;
}

.taskbar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #c0c0c0;
  display: flex;
  align-items: center;
  padding: 4px 6px;
  gap: 4px;
  z-index: 100;
  border-top: 2px solid #ebebeb;
  box-shadow: inset -1px -1px 0 #717171, inset 1px 1px 0 #000;
  font-family: "lores-12", sans-serif;
  color: #000;
}
.taskbar__btn-group {
  display: flex;
  gap: 4px;
  flex-grow: 1;
}
.taskbar__btn {
  font-family: "lores-12", sans-serif;
  background: #c0c0c0;
  color: #000;
  border: none;
  padding: 2px 12px 2px 30px;
  font-size: 15px;
  box-shadow: inset 1px 1px 0 #ebebeb, inset -1px -1px 0 #717171;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.1s ease;
  position: relative;
}
.taskbar__btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-image: url("../assets/IMG/journal/journal_file.png");
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}
.taskbar__btn:has(+ .window:not([style*="display: none"])) {
  box-shadow: inset -1px -1px 0 #ebebeb, inset 1px 1px 0 #717171;
  background: rgb(204.75, 204.75, 204.75);
}
.taskbar__btn:hover:not(.taskbar__btn--start) {
  background: rgb(166.5, 166.5, 166.5);
}
.taskbar__btn:active:not(.taskbar__btn--start) {
  box-shadow: inset 1px 1px 0 #717171, inset -1px -1px 0 #ebebeb;
}
.taskbar__btn--start {
  font-weight: bold;
  cursor: default;
}
.taskbar__btn--start::before {
  background-image: url("../assets/IMG/journal/start.png");
  background-size: 70%;
  background-position: center;
}
.taskbar__btn--start:hover, .taskbar__btn--start:active {
  background: #c0c0c0;
  box-shadow: inset 1px 1px 0 #ebebeb, inset -1px -1px 0 #717171;
}
.taskbar__clock {
  margin: 10px;
  font-size: 16px;
  text-align: right;
  padding: 3px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #000;
  box-shadow: inset -1px -1px 0 #ebebeb, inset 1px 1px 0 #717171;
}

.popup {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 320px;
  background: #c0c0c0;
  border: 1px solid;
  border-color: #ebebeb #717171 #717171 #ebebeb;
  box-shadow: 1px 1px 0 0 #000;
  z-index: 1001;
  display: none;
  font-family: "lores-12", sans-serif;
}
.popup--active {
  display: block;
}
.popup__header {
  background: #000080;
  padding: 2px 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 25px;
  border-bottom: 3px solid #717171;
}
.popup__title {
  color: #ebebeb;
  font-size: 16px;
  padding-left: 5px;
  position: relative;
}
.popup__controls {
  display: flex;
  gap: 2px;
}
.popup__btn {
  width: 20px;
  height: 20px;
  background: #c0c0c0;
  border: 1px solid;
  border-color: #ebebeb #717171 #717171 #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.2s ease;
}
.popup__btn:hover {
  background: rgb(166.5, 166.5, 166.5);
}
.popup__btn:active {
  border-color: #717171 #ebebeb #ebebeb #717171;
}
.popup__btn--error {
  font-family: "lores-12", sans-serif;
  padding: 20px 12px;
  width: 5rem;
  height: 1.5rem;
  background: #c0c0c0;
  border: 1px solid;
  border-color: #ebebeb #717171 #717171 #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.2s ease;
}
.popup__body {
  color: #000;
  border: 1px solid #717171;
  overflow: auto;
}
.popup__body--padded {
  padding: 15px;
}
.popup__text {
  margin: 0 0 10px 10px;
  padding-left: 30px;
  position: relative;
}
.popup__text::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 3px;
  width: 30px;
  height: 30px;
  background-image: url("../assets/IMG/journal/warning.png");
  background-size: 200%;
  background-position: center;
}
.popup__actions {
  display: flex;
  justify-content: center;
  padding: 8px;
}

.btn {
  padding: 2px 12px;
  min-width: 60px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.2s ease;
}
.btn:hover {
  filter: brightness(1.1);
}
.btn:active {
  transform: translateY(1px);
}
.btn--primary {
  background: #000080;
  color: #ebebeb;
  border: 1px solid #00004d;
}
.btn--secondary {
  background: #c0c0c0;
  color: #000;
  border: 1px solid #717171;
}

.desktop__icons {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  pointer-events: none;
}

.desk-icon {
  width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
  pointer-events: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.2s ease;
}
.desk-icon__image {
  width: 62px;
  height: 62px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: filter 0.2s ease;
}
.desk-icon__label {
  font-family: "lores-12", sans-serif;
  font-size: 16px;
  color: #ebebeb;
  text-shadow: 1px 1px 1px #000;
}
.desk-icon:hover {
  transform: translateY(-2px);
}
.desk-icon:active {
  transform: translateY(1px);
}

.titre__image {
  height: 700px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 2s ease-in-out;
}

.titre__image.visible {
  -webkit-animation: fadeInOut 4s linear forwards;
          animation: fadeInOut 4s linear forwards;
}

@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.chambre__subtitles {
  position: absolute;
  bottom: 15%;
  left: 0;
  width: 100%;
  transition: background 0.3s ease;
  padding: 2em;
  z-index: 2;
  text-align: center;
  z-index: 10;
}
.chambre__subtitles p {
  font-family: "MingLiU";
  display: inline-block;
  font-size: 18px;
  margin: 0;
  max-width: 80vh;
  margin: 0 auto;
  word-wrap: break-word;
  pointer-events: none;
}

.chambre__image {
  height: 700px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
}
.chambre__image.chambre__image--visible {
  opacity: 1;
  pointer-events: auto;
}

.chambre__blackscreen {
  position: absolute;
  inset: 0;
  background-color: black;
  opacity: 0;
  pointer-events: none;
  transition: opacity 2s ease;
  z-index: 10;
}
.chambre__blackscreen.chambre__blackscreen--visible {
  opacity: 1;
  pointer-events: auto;
}

.chambre__subtitle {
  color: #FE0002;
}

.chambre__subtitle--purple {
  color: #E259FF;
}

.tiroir {
  font-family: Arial, sans-serif;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.tiroir__img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.tiroir__relative-wrapper {
  position: relative;
  width: 1000px;
  height: 700px;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tiroir__fond {
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: NONE;
  pointer-events: none;
}
.tiroir__fond--visible {
  opacity: 1;
  display: BLOCK;
  pointer-events: auto;
}
.tiroir__superposed {
  position: absolute;
  top: 100px;
  left: 200px;
  width: auto;
  height: 150px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1;
  border-radius: 8px;
  opacity: 1;
  pointer-events: auto;
}
.tiroir__superposed:hover, .tiroir__superposed:focus {
  outline: none;
}
.tiroir__superposed.hidden {
  opacity: 0;
  pointer-events: none;
}
.tiroir__button {
  position: absolute;
  top: 15vh;
  right: 45vh;
  padding: 150px 100px;
  font-size: 0;
  background-color: transparent;
  transform: rotateZ(-30deg);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 20;
  outline: none;
  border: none;
}
.tiroir__fade-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease;
  z-index: 1000;
}
.tiroir__fade-overlay--active {
  opacity: 1;
  pointer-events: all;
}

body.paralysie {
  margin: 0;
  padding: 0;
  background: black;
  overflow: hidden;
  font-family: "MingLiU", sans-serif;
  font-size: 16px;
}
body.paralysie .paralysie__images {
  position: relative;
  width: 100%;
  height: 100vh;
}
body.paralysie .paralysie__images .paralysie__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 700px;
  width: auto;
  opacity: 0;
  z-index: 1;
  transition: none;
}
body.paralysie .paralysie__images .paralysie__image.paralysie__image--visible {
  opacity: 1;
}
body.paralysie .paralysie__images .paralysie__image.paralysie__image--visible.first-image {
  transition: opacity 5s ease;
}
body.paralysie .paralysie__images .paralysie__image.paralysie__image--visible.second-image {
  transition: opacity 2s ease;
}
body.paralysie .paralysie__images .paralysie__image.paralysie__image--visible.last-image {
  transition: opacity 2s ease;
  opacity: 1;
}
body.paralysie .paralysie__overlay {
  position: fixed;
  inset: 0;
  background: black;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}
body.paralysie .paralysie__subtitles {
  position: absolute;
  bottom: 15%;
  left: 0;
  width: 100%;
  height: 4.5em;
  text-align: center;
  z-index: 10;
  font-size: 1.5rem;
  overflow: visible;
}
body.paralysie .paralysie__subtitles .paralysie__subtitle {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  font-family: "MingLiU", sans-serif;
  font-size: 1em;
  max-width: 200vh;
  margin: 0 auto;
  word-wrap: break-word;
  text-align: center;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
body.paralysie .paralysie__subtitles .paralysie__subtitle--yellow {
  color: #F8FF4E;
}
body.paralysie .paralysie__subtitles .paralysie__subtitle--purple {
  color: #E259FF;
}
body.paralysie .paralysie__subtitles .paralysie__subtitle--white {
  color: white;
}
body.paralysie .paralysie__subtitles .paralysie__subtitle--visible {
  opacity: 1;
}

.paralysie__subtitle {
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.paralysie__subtitle.paralysie__subtitle--visible {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  color: white;
  position: absolute;
  bottom: 15%;
  left: 0;
  padding: 1em;
  font-size: 1.5em;
}

.prevention {
  max-width: 1100px;
  margin: 0 auto;
  background-color: #000;
  color: #fff;
  font-family: "MingLiU", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  min-height: 100vh;
  opacity: 0;
  -webkit-animation: fadeInStart 4s forwards;
          animation: fadeInStart 4s forwards;
}
.prevention.fade-out {
  -webkit-animation: fadeOut 1s forwards;
          animation: fadeOut 1s forwards;
}
.prevention__title {
  font-size: 63px;
  margin: 0 0 2vh 0;
  padding: 0;
  font-weight: 100;
}
.prevention__title-white {
  display: block;
  color: #fff;
  font-size: 64px;
  border-bottom: 2px solid #fff;
}
.prevention__title-highlight {
  display: block;
  color: #FE0002;
  font-size: 84px;
  border-bottom: 2px solid #FE0002;
}
.prevention__image {
  display: block;
  margin: 5vh auto;
  width: 30%;
  height: auto;
}
.prevention__subtitle {
  font-size: 25px;
  margin: 0 auto;
  padding-top: 2vh;
}
.prevention__subtitle--white {
  background-color: #fff;
  color: #000;
  padding: 5px;
  margin-top: 30px !important;
  margin-bottom: 10px !important;
}
.prevention__subtitle--explication {
  font-size: 18px;
}
.prevention__subtitle a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.prevention__highlight {
  color: #FE0002;
}
.prevention__footer {
  flex: 0 0 auto;
  margin-top: 1rem;
}
.prevention__button {
  text-transform: uppercase;
  background: linear-gradient(to bottom, #ccc, #fff);
  color: #000;
  font-family: "MingLiU", sans-serif;
  font-size: 27px;
  border: none;
  border-radius: 4px;
  padding: 5px 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 0 16px 5px rgb(255, 255, 255);
}
.prevention__second-content {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 0 auto;
  max-width: 800px;
}
.prevention__second-content h2 {
  margin-bottom: 1rem;
}
.prevention__second-content p {
  margin: 0 auto;
  padding: 10px 50px;
}
.prevention__second-content.fade-in {
  display: flex;
  -webkit-animation: fadeIn 1s forwards;
          animation: fadeIn 1s forwards;
}
.prevention__second-content--button {
  margin-top: 5vh;
}

.prevention__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9); /* fond sombre */
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.prevention__overlay img {
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Keyframes */
@-webkit-keyframes fadeInStart {
  to {
    opacity: 1;
  }
}
@keyframes fadeInStart {
  to {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation: fadeIn 1s forwards;
          animation: fadeIn 1s forwards;
}

.fade-out {
  -webkit-animation: fadeOut 1s forwards;
          animation: fadeOut 1s forwards;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
body {
  margin: 0;
  background-color: black;
  color: rgb(0, 0, 0);
  font-family: sans-serif;
  overflow: hidden;
}

@font-face {
  font-family: "MingLiU";
  src: url("../assets/fonts/mingliu.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.mobile-warning {
  display: none;
  position: fixed;
  inset: 0;
  background: black;
  color: white;
  text-align: center;
  padding-top: 20vh;
  font-family: "MingLiU";
  text-transform: uppercase;
  letter-spacing: 0.5em;
  z-index: 9999;
}

.mobile-warning__image {
  max-width: 150px;
  width: 50%;
  height: auto;
  margin-bottom: 1rem;
}

/*# sourceMappingURL=app.css.map*/