/* Ajoutez des styles pour le contenu principal */
.wrapper {
  margin-left: 0;
  transition: left 0.8s ease;
  width: 100vw;

  cursor: pointer;

  position: fixed;

  /* Ajoutez cette ligne pour fixer le menu à gauche */
  left: 0;
  /* Ajustez la position à gauche selon vos besoins */
  top: 0;
  /* Ajustez la position en haut selon vos besoins */
  height: 100%;
  cursor: pointer;
}

.sidebar {
  width: 250px;
  background-color: rgba(0, 0, 0, 0.5);
  /* Arrière-plan transparent */
  color: white;
  padding: 20px;
}

.sidebar ul {
  list-style: none;
  padding: 0;
}

.sidebar ul li {
  margin-bottom: 10px;
}

.sidebar a {
  text-decoration: none;
  color: white;
}

.sidebar {
  width: 40vw;
  background: linear-gradient(
    0deg,
    rgba(81, 81, 81, 0.945) 15%,
    rgb(0, 0, 0) 100%
  );
  /* Arrière-plan transparent */
  color: white;
  padding: 20px;
  /* Ajustez la hauteur selon vos besoins */
  overflow-y: auto;
  /* Ajoutez une barre de défilement en cas de contenu trop long */
  display: flex;
  align-items: center;
  height: 100%;
}

.item {
  width: 50%;
  display: flex;
  padding: 5%;
  opacity: 0;
  transform: translateX(-70px);
  transition: opacity 1s, transform 1s;
}
.item.visible {
  opacity: 1;
  transform: translateX(0);
}
.session1 .item {
  width: 60%;
  text-align: center;
  transform: none;
  padding-bottom: 10%;
  padding-top: 0%;
  transition: none;
}
.block_item_left {
  width: 100%;
  display: flex;
  justify-content: start;
}

.block_item_right {
  width: 100%;
  display: flex;
  justify-content: end;
}
.rrmc-image-switch-original-img {
  height: 80vh;
}
.session_detail {
  width: 50%;
}
.rrmc-article-tile-slide img {
  height: 40vh;
  width: 100%;
  object-fit: cover;
}

.identity {
  white-space: nowrap;
}

.text-contact {
  margin-top: -20vh;
  font-weight: 300;
  letter-spacing: 0.03571em;
  font-size: 7rem;
  line-height: 1.14286;
  text-transform: uppercase;
  transform: translateY(50px);

  transition: opacity 1s, transform 1s;
  text-align: center;
}

.creation {
  width: 120%;
}

@media screen and (max-width: 1024px) {
  .item {
    width: 60%;
  }
  .session1 .item {
    width: 80%;
    text-align: center;
  }
  .session_detail {
    width: 65%;
  }

  .text-contact {
    font-weight: 300;
    letter-spacing: 0.05em;
    font-size: 4rem;
    line-height: 1.15;
    text-transform: uppercase;
  }
  .creation {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .text-contact {
    font-weight: 300;
    letter-spacing: 0.05em;
    font-size: 4rem;
    line-height: 1.15;
    text-transform: uppercase;
  }
  .item {
    width: 100%;
    padding: 2%;
    padding-top: 20px;
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.5s, transform 0.5s;
  }
  .session1 {
    margin-top: 25px;
  }
  .sidebar {
    width: 50vw;
    padding: 5px;
  }
  .rrmc-menu-link-copy {
    font-size: 1.2em;
  }
  .rrmc-menu-link-anim {
    margin-bottom: 20px;
  }
  .rrmc-image-switch-original-img {
    height: 50vh;
  }
  .session1 .item {
    width: 100%;
    text-align: center;
  }
  .session_detail {
    width: 80%;
  }
  .identity {
    white-space: none;
  }
}
@media screen and (max-width: 560px) {
  .session1 {
    margin-top: 80px;
  }
  .sidebar {
    width: 80vw;
    padding: 5px;
  }
  .rrmc-menu-link-copy {
    font-size: 1em;
  }
  .rrmc-menu-link-anim {
    margin-bottom: 20px;
  }
  .session_detail {
    width: 90%;
  }
  .rrmc-rich-text-paragraph-container {
    text-align: justify;
  }
}

#preloader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  z-index: 9999;
  overflow: hidden;
  background-color: #000000;

  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid red;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

#preloader img {
  width: 120px;
  /* Utilisez la largeur à 100% pour remplir complètement le cercle */
  height: auto;
  /* Utilisez la hauteur à 100% pour remplir complètement le cercle */
  object-fit: cover;
  margin-left: 10px;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.text-contact {
  font-weight: 300;
  letter-spacing: 0.1em;
  font-size: 2rem;
  line-height: 1.3;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .text-contact {
    font-weight: 300;
    letter-spacing: 0.11364em;
    font-size: 2.2rem;
    line-height: 1.63636;
  }
}
@media only screen and (min-width: 1024px) {
  .text-contact {
    font-weight: 300;
    letter-spacing: 0.07353em;
    font-size: 3.4rem;
    line-height: 1.29412;
  }
}
body:lang(ja-JP) .text-contact {
  font-family: "Riviera Nights", "Gill Alt One MT", "Noto Sans JP", Helvetica,
    Arial, -apple-system, sans-serif;
}
.text-contact {
  font-weight: 200;
  letter-spacing: 0.02885em;
  font-size: 5.2rem;
  line-height: 1.07692;
}
@media only screen and (min-width: 1024px) {
  .text-contact {
    font-weight: 200;
    letter-spacing: 0.15714em;
    font-size: 14rem;
    line-height: 1.21429;
  }
}
.text-contact {
  font-weight: 300;
  letter-spacing: 0.05em;
  font-size: 4rem;
  line-height: 1.15;
}
@media only screen and (min-width: 1024px) {
  .text-contact {
    font-weight: 300;
    letter-spacing: 0.03571em;
    font-size: 7rem;
    line-height: 1.14286;
  }
}
