/* -- BLOCK INTRO GAMES -- */

.card-plateform {
  width: 100%;
  border: 1px solid var(--primary);
  transition: 0.5s;
  box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.15);
  padding: 10px 20px;
  text-decoration: none;
  font-family: "GeneralSans-Variable";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.03em;
  background: var(--gradient-1);
  background: -webkit-linear-gradient(to right,
      var(--gradient-1) 0%,
      var(--gradient-2) 100%);
  background: -moz-linear-gradient(to right,
      var(--gradient-1) 0%,
      var(--gradient-2) 100%);
  background: linear-gradient(to right,
      var(--gradient-1) 0%,
      var(--gradient-2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.8) !important;
  border-image: linear-gradient(to right, var(--gradient-1), var(--gradient-2)) 1;
  min-height: 83px;
  justify-content: center;
  transition: 0.5s;
  cursor: pointer;
}

.card-plateform.active {
  -webkit-background-clip: inherit;
}

.card-plateform p {
  color: rgba(255, 255, 255, 0.8) !important;
  line-height: 1 !important;
  margin-top: 0;
  font-size: 12px !important;
  line-height: 13px !important;
  letter-spacing: 0.03em;
  font-family: "Author-Variable";
  width: 100%;
}

.card-plateform:hover {
  transform: translateY(-4px);
  transition: 0.5s;
}

.card-plateform.no-link:hover {
  transform: translateY(0);
  cursor: default;
}


.card-plateform .logo-plateforme {
  width: 100%;
  height: 35px;
  object-fit: contain;
}

#modalPateform .modal-body {
  max-width: 340px;
  margin: 0 auto;
}

.modal.show .modal-content {
  opacity: 1 !important;
  transition: 0.5s;
}

.select-regions {
  position: absolute;
  bottom: -50px;
  width: 97%;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.05);
  border: 0px;
  color: #fff;
}

#modalPateform .modal-footer {
  border: 0 !important;
  max-width: 340px;
  margin: 0 auto;
  width: 100%;
}

#modalPateform .modal-dialog {
  max-width: 400px;
  border-radius: 16px;
}

.menu-ancre {
  position: fixed;
  top: 67px;
  background-color: var(--background-card);
  width: 100%;
  z-index: 100;
}

@media (max-width: 992px) {
  .menu-ancre {
    background-color: transparent;
  }



  .menu-ancre ul {
    display: none;
  }

  .menu-ancre button {
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 1rem;
    box-shadow: 1px -4px 25px 0px rgba(0, 0, 0, 0.71);
    -webkit-box-shadow: 1px -4px 25px 0px rgba(0, 0, 0, 0.71);
    -moz-box-shadow: 1px -4px 25px 0px rgba(0, 0, 0, 0.71);
  }

  .menu-ancre button::before {
    margin: 0 auto;
  }
}

.menu-ancre li {
  position: relative;
}

.menu-ancre li a {
  color: var(--primary);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
}

.menu-ancre li a:hover {
  background: var(--gradient-1);
  background: -webkit-linear-gradient(to right,
      var(--gradient-1) 0%,
      var(--gradient-2) 100%);
  background: -moz-linear-gradient(to right,
      var(--gradient-1) 0%,
      var(--gradient-2) 100%);
  background: linear-gradient(to right,
      var(--gradient-1) 0%,
      var(--gradient-2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.menu-ancre li a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 0%;
  left: 50%;
  height: 2px;
  background: var(--gradient-1);
  background: -webkit-linear-gradient(to right,
      var(--gradient-1) 0%,
      var(--gradient-2) 100%);
  background: -moz-linear-gradient(to right,
      var(--gradient-1) 0%,
      var(--gradient-2) 100%);
  background: linear-gradient(to right,
      var(--gradient-1) 0%,
      var(--gradient-2) 100%);
  transition: 0.5s;
  transition-timing-function: ease;
}

.menu-ancre li a:hover::after {
  width: 70%;
  left: 15%;
  transition: 0.5s;
  transition-timing-function: ease;
}

.menu-ancre .nav-link:focus,
.menu-ancre .nav-link:hover {
  color: var(--gradient-1);
}

/* BLOC TIMELINE */

.navtimeline {
  margin-top: 1rem;
}

.timeline-img {
  width: 100%;
  height: 400px !important;
}

@media (max-width:992px) {
  .timeline-img {
    height: auto !important;
    padding: 1em 0;
  }
}


/* BLOC 3 videos */

#bloc_3_videos {
  min-height: 600px;
}

.bloc-3-videos {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

.img-bloc-3-videos {
  width: 100%;
  height: 205px;
  object-fit: cover;
  border-radius: 16px;
  transition: 0.5s;
  z-index: 1;
  position: relative;
}

.bloc-3-videos .card-head {
  position: relative;
  margin-bottom: 15px;
}

.bloc-3-videos .wp-video {
  width: 100% !important;
  position: absolute;
  z-index: 0;
  bottom: 0;
}

.bloc-3-videos .mejs-controls {
  display: none;
}

.bloc-3-videos .wp-video .wp-video-shortcode {
  width: 100% !important;
  height: 180px !important;
  border-radius: 15px;
  object-fit: cover;
}

.bloc-3-videos h5 {
  background: var(--gradient-1);
  background: -webkit-linear-gradient(to right,
      var(--gradient-1) 0%,
      var(--gradient-2) 100%);
  background: -moz-linear-gradient(to right,
      var(--gradient-1) 0%,
      var(--gradient-2) 100%);
  background: linear-gradient(to right,
      var(--gradient-1) 0%,
      var(--gradient-2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  display: inline-block;
}

.bloc-3-videos h4 {
  font-size: 18px;
  line-height: 24px;
}


.bloc-3-videos .content {
  opacity: 0;
  transform: translateY(-20%);
  transition: 0.5s;
  z-index: 0;
}

.bloc-3-videos.active .content {
  opacity: 1;
  font-size: 18px;
  transform: translateY(0%);
  transition: 0.5s;
}

.bloc-3-videos .content.notactive {
  opacity: 0 !important;
  transform: translateY(-20%);
  transition: 0.5s;
}

.bloc-3-videos .content.active {
  opacity: 1 !important;
  transform: translateY(0%);
  transition: 0.5s;
}


@media (min-width: 992px) {

  .bloc-3-videos {
    zoom: 1;
    opacity: 0.4;
    display: inline-block;
    width: 33%;
    height: auto;
    padding: 15px;
    transition: 1s;
  }

  .bloc-3-videos .content {
    opacity: 0;
    transition: 0.2s;
  }

  .bloc-3-videos:first-child {
    position: absolute;
    left: 0;
  }

  .bloc-3-videos:last-child {
    position: absolute;
    right: 0;
  }

  .bloc-3-videos:nth-child(2) {
    position: absolute;
    left: 50%;
  }

  .bloc-3-videos.centerbloc {
    left: 50%;
    transform: translateX(-50%);
  }

  .bloc-3-videos.active {
    zoom: 1;
    opacity: 1;
    width: 45%;
    z-index: 3;
    transition: 0.5s;
  }

  .bloc-3-videos.centerbloc.active {
    transform: translate(-50%, -10%);
  }

  .bloc-3-videos:last-child.active {
    transform: translateY(-10%);
  }

  .bloc-3-videos:first-child.active {
    transform: translateY(-10%);
  }

  .bloc-3-videos.active .content {
    transition: 0.5s;
  }

  .bloc-3-videos:nth-child(2).active .content {
    opacity: 1;
  }

  .img-bloc-3-videos {
    width: 100%;
    height: 205px;
    object-fit: cover;
    border-radius: 16px;
    transition: 0.5s;
    z-index: 1;
    position: relative;
  }

  .bloc-3-videos .card-head {
    position: relative;
  }

  .bloc-3-videos .wp-video {
    width: 100% !important;
    position: absolute;
    z-index: 0;
    bottom: 0;
  }

  .bloc-3-videos .mejs-controls {
    display: none;
  }

  .bloc-3-videos .wp-video .wp-video-shortcode {
    width: 100% !important;
    height: 180px !important;
    border-radius: 15px;
    object-fit: cover;
  }

  .bloc-3-videos.active .img-bloc-3-videos,
  .bloc-3-videos.active .wp-video .wp-video-shortcode {
    height: 285px !important;
    filter: drop-shadow(0px 0px 30px rgba(255, 255, 255, 0.1));
    transition: 0.5s;
  }

  .bloc-3-videos.active .img-bloc-3-videos.videoactive {
    z-index: -1;
  }

  .bloc-3-videos h5 {
    background: var(--gradient-1);
    background: -webkit-linear-gradient(to right,
        var(--gradient-1) 0%,
        var(--gradient-2) 100%);
    background: -moz-linear-gradient(to right,
        var(--gradient-1) 0%,
        var(--gradient-2) 100%);
    background: linear-gradient(to right,
        var(--gradient-1) 0%,
        var(--gradient-2) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    display: inline-block;
  }

  .bloc-3-videos h4 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 992px) {
  .bloc-3-videos .content {
    opacity: 1;
    transform: none;
  }
}

/* BLOC CARROUSEL */
.img-carrousel {
  width: 100%;
  height: 350px;
  object-fit: cover;
  z-index: 0;
  position: relative;
  border-radius: 16px;
}

.bloc-carrousel .overlay {
  position: absolute;
  width: 105%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(51.21% 43.19% at 44.34% 50.1%, rgba(0, 0, 0, 0) 0%, rgba(5, 5, 5, 0) 0.01%, #171618 100%);
  z-index: 1;
  transition: 0.5s;
}


.bloc-carrousel .overlay-hover {
  width: 175%;
  height: 200%;
  top: -50%;
  left: -50%;
  opacity: 0.9;
  transition: ease-in-out 2s;
}

.bloc-carrousel h5 {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  background: var(--gradient-1);
  background: -webkit-linear-gradient(to right,
      var(--gradient-1) 0%,
      var(--gradient-2) 100%);
  background: -moz-linear-gradient(to right,
      var(--gradient-1) 0%,
      var(--gradient-2) 100%);
  background: linear-gradient(to right,
      var(--gradient-1) 0%,
      var(--gradient-2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

/* BLOC PERSONNAGE */

.content-personnage {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 5%;
  background: #201e20;
  padding: 20px;
  border-radius: 16px;
  left: 50%;
  transition: 0.5s;
  transform: translate(-50%, 10%);
  opacity: 0;
  border: 1px solid var(--gradient-1);
}

.content-personnage.appear {
  opacity: 1;
  transform: translate(-50%, 0%);
  transition: 0.5s;
  top: 10%;
}

.content-personnage button {
  background-color: transparent;
  border: none;
}

.item-personnages img {
  max-height: 400px;
  cursor: pointer;
  width: auto;
}

.personame {
  position: absolute;
  bottom: 10px;
  opacity: 0;
  transform: translate(-50%, 0px);
  transition: 0.5s;
  text-align: center;
  left: 50%;
}

.item-personnages:hover {
  opacity: 1 !important;
  transition: 0.5s;
}

.item-personnages:hover .personame {
  opacity: 1;
  transform: translate(-50%, -15px);
  transition: 0.5s;
}

.item-personnages {
  opacity: 0.2;
  transition: 0.5s;
}

.item-personnages.slick-active {
  opacity: 1;
  transition: 0.5s;
}

.content-perso-modal {
  overflow-y: auto;
  max-height: 400px;
}

.img-perso-modal {
  height: 400px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  object-fit: contain;
}

/* BLOC REVIEWS */

.card-reviews {
  border-radius: 16px;
}

.bloc_reviews h5 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.bloc_reviews .card-footer {
  background-color: transparent;
  border-top: none;
}

.reviews-carrousel .slick-list.draggable::before {
  content: "";
  position: absolute;
  z-index: 3;
  right: 0;
  width: 100px;
  height: 300px;
  background: rgb(23, 22, 24);
  background: -moz-linear-gradient(90deg,
      rgba(23, 22, 24, 0) 11%,
      rgba(23, 22, 24, 0.8) 100%);
  background: -webkit-linear-gradient(90deg,
      rgba(23, 22, 24, 0) 11%,
      rgba(23, 22, 24, 0.8) 100%);
  background: linear-gradient(90deg,
      rgba(23, 22, 24, 0) 11%,
      rgba(23, 22, 24, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#171618", endColorstr="#171618", GradientType=1);
  z-index: 1;
  top: 0px;
}

.reviews-carrousel .slick-list.draggable::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100px;
  height: 300px;
  background: rgb(23, 22, 24);
  background: -moz-linear-gradient(90deg,
      rgba(23, 22, 24, 0.8) 0%,
      rgba(23, 22, 24, 0) 91%);
  background: -webkit-linear-gradient(90deg,
      rgba(23, 22, 24, 0.8) 0%,
      rgba(23, 22, 24, 0) 91%);
  background: linear-gradient(90deg,
      rgba(23, 22, 24, 0.8) 0%,
      rgba(23, 22, 24, 0) 91%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#171618", endColorstr="#171618", GradientType=1);
  z-index: 1;
  top: 0px;
}

@media (max-width: 992px) {

  .reviews-carrousel .slick-list.draggable::before,
  .reviews-carrousel .slick-list.draggable::after {
    width: 0px;
  }
}

.bloc_reviews p {
  opacity: 0.8;
}

.reviews-carrousel .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: var(--gradient-1);
}

.reviews-carrousel .slick-dots li button:before {
  color: #fff;
}

.reviews-carrousel .slick-list {
  margin-bottom: 30px;
}

/* BLOCK AWARDS */

.bloc_awards img {
  margin: 0 20px;
}

/* BLOCK PARTENAIRES */

.bloc_partenaires img {
  width: 100%;
  margin: 0 auto;
  display: block;
  object-fit: contain;
}

/* BLOC GALLERY */

.thmb-bloc-gallery {
  width: 100%;
  /* height: 225px; */
  aspect-ratio: 16/9;
  object-fit: cover;

  border-radius: 16px;
  transition: 0.5s;
  cursor: pointer;
}

#gallery_2 .item:nth-child(1) {
  width: 33.33%;
  padding-top: calc(var(--bs-gutter-x) * 0.5);
  padding-bottom: calc(var(--bs-gutter-x) * 0.5);
}

#gallery_2 .item:nth-child(2) {
  width: 33.33%;
  padding-top: calc(var(--bs-gutter-x) * 0.5);
  padding-bottom: calc(var(--bs-gutter-x) * 0.5);
}

#gallery_2 .item:nth-child(3) {
  width: 33.33%;
  padding-top: calc(var(--bs-gutter-x) * 0.5);
  padding-bottom: calc(var(--bs-gutter-x) * 0.5);
}

#gallery_2 .item:nth-child(4) {
  width: 40%;
  padding-top: calc(var(--bs-gutter-x) * 0.5);
  padding-bottom: calc(var(--bs-gutter-x) * 0.5);
}

#gallery_2 .item:nth-child(5) {
  width: 60%;
  padding-top: calc(var(--bs-gutter-x) * 0.5);
  padding-bottom: calc(var(--bs-gutter-x) * 0.5);
}

.thmb-bloc-gallery-slider {
  width: 100%;
  height: 125px;
  object-fit: cover;
  border-radius: 16px;
  transition: 0.5s;
}

.thmb-bloc-gallery-large {
  width: auto;
  max-width: 100%;
  /* height: 60vh; */
  aspect-ratio: 16/9;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 16px;
  transition: 0.5s;
  display: block;
}

.content-cover-img {
  height: 60vh;
  cursor: pointer;
  position: relative;
}

.content-cover-img .cover-img {
  width: auto;
  height: 60vh;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 16px;
  transition: 0.5s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

}

.content-cover-img iframe {
  position: relative;
  border-radius: 16px;
  margin: 0 auto;
  transition: 0.5s;
}

.content-cover-img .iframe-youtube {
  width: auto;
  height: 60vh;
  margin: 0 auto;
  border-radius: 16px;
}


@media (min-width: 1440px) {
  .thmb-bloc-gallery-large {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    /* min-height: 60vh; */
    aspect-ratio: 16/9;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 16px;
    transition: 0.5s;
    display: block;
  }
}

.thmb-bloc-gallery:hover {
  transform: translateY(-5px);
  transition: 0.5s;
  filter: drop-shadow(0px 0px 30px rgba(255, 255, 255, 0.2));
}

.player-btn {
  position: absolute;
  width: 70px;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* hide carousel until all images are loaded*/
.gallery-slider,
.gallery-slider-nav {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.gallery-slider.slick-initialized,
.gallery-slider-nav.slick-initialized {
  visibility: visible;
  opacity: 1;
}

#galleryModal .modal-content {
  background-color: #202127;
  border-radius: 16px;
}

#galleryModal .modal-content .gallery-slider,
.galleryModal-gallery-text .gallery-slider {
  height: 75%;
}

#galleryModal .modal-content .gallery-slider-nav,
.galleryModal-gallery-text .gallery-slider-nav {
  height: 25%;
}

#galleryModal .modal-content .gallery-slider .thmb-bloc-gallery-large {
  min-height: 60vh;
}

.galleryModal-gallery-text .gallery-slider .slick-list,
.galleryModal-gallery-text .gallery-slider-nav .slick-list {
  height: 100%;
}

.galleryModal-gallery-text .gallery-slider .slick-track {
  display: flex;
  align-items: center;
  height: 100%;
}

#arrowgallery .prev-arrow {
  position: absolute;
  left: 1%;
  top: 50%;
  transform: translateY(-50%);
}

#arrowgallery .next-arrow {
  position: absolute;
  right: 1%;
  top: 50%;
  transform: translateY(-50%);
}

.btn-close-modal {
  background-color: transparent;
  border: none;
  color: #fff !important;
  width: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 3;
  font-size: 25px;
}

.overlay-gallery {
  width: 100%;
  height: 22%;
  position: absolute;
  bottom: -60px;
  left: 0;
  background: linear-gradient(180deg, rgba(20, 18, 20, 0) 0%, #171618 60%);
  z-index: 2;
}

.overlay-gallery button {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}

/*! VERSION ACTUELLE */

#compareimage {
  /* max-height: 560px; */
}

.icv__img-a {
  object-fit: contain !important;
  width: 100% !important;
}

.icv__img-b {
  height: 100%;
  position: absolute;
  z-index: 2;
  left: auto;
  right: 0px;
  width: auto;
  object-fit: contain;
}

@media (max-width: 992px) {

  .slick-track {
    display: flex !important;
  }

  .thmb-bloc-gallery-large {
    width: 100%;
  }

  .content-cover-img,
  .content-cover-img .cover-img {
    width: 80%;
    height: auto;
  }

  #arrowgallery {
    position: relative;
  }

  #arrowgallery .prev-arrow {
    top: 0;
    left: 35%;
  }

  #arrowgallery .next-arrow {
    top: 0;
    right: 35%;
  }
}

/* BLOC LIST NEWS */

.item-news .card {
  height: 100%;
  max-height: 500px;
}



#contenthorizontalscroll .item-news {
  max-width: 340px;

}

#contenthorizontalscroll::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* make scrollbar transparent */
}

#contenthorizontalscroll .slick-list {
  overflow: visible !important;
}

/* BLOC FAQ */

#accordionFAQ .accordion-item {
  background-color: var(--background-card);
  border: 1px solid transparent;
  border-radius: 16px;
  margin-bottom: 15px;
}

#accordionFAQ .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.25rem;
  border-radius: 16px;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--primary);
  text-align: left;
  background-color: var(--background-card);
  border: 0;
  overflow-anchor: none;
  transition: 0.5s;
}

#accordionFAQ .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

#accordionFAQ .accordion-item.active {
  border: 1px solid var(--gradient-1);
}

#accordionFAQ .accordion-item.active .accordion-button {
  background: var(--gradient-1);
  background: -webkit-linear-gradient(to right,
      var(--gradient-1) 0%,
      var(--gradient-2) 100%);
  background: -moz-linear-gradient(to right,
      var(--gradient-1) 0%,
      var(--gradient-2) 100%);
  background: linear-gradient(to right,
      var(--gradient-1) 0%,
      var(--gradient-2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#accordionFAQ .accordion-button.collapsed::after {
  background: url("../images/open.svg");
  background-repeat: no-repeat;
  background-position: center;
}

#accordionFAQ .accordion-button:not(.collapsed)::after {
  background: url("../images/close_gradient.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.overlay-img-faq {
  width: 102%;
  height: 450px;
  position: absolute;
  top: 0;
  left: -6%;
  z-index: 2;
  background: radial-gradient(51.21% 43.19% at 44.34% 50.1%,
      rgba(0, 0, 0, 0) 0%,
      rgba(5, 5, 5, 0) 0.01%,
      #171618 100%);
  transition: 0.5s;
}

.overlay-img-faq-hover {
  opacity: 0;
  transition: ease-in-out 2s;
}

@keyframes overlayhover {
  from {
    width: 102%;
    height: 450px;
    top: 0;
    left: -6%;
    opacity: 1;
  }

  to {
    width: 165%;
    height: 220%;
    top: -50%;
    left: -65%;
    opacity: 0.7;
  }
}

.img-faq {
  width: 100%;
  height: 440px;
  margin: 5px 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: -5%;
  z-index: 1;
  border-radius: 16px;
}

/* BLOC */

.bandeau_intro {
  height: 70vh;
  width: 100%;
  background-position: center;
  background-size: cover;
  transition: 0.5s;
}

.overlay-bandeau {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -2px;
  z-index: 0;
  background: linear-gradient(0deg,
      #171618 0%,
      rgba(10, 9, 10, 0.31) 53.78%,
      rgba(0, 0, 0, 0) 79.47%);
}


.content-bandeau {
  z-index: 1;
  position: relative;
  transform: translate(0%, 0%);
  transition: 0.5s;
}

.text-bandeau-intro {
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  opacity: 0.8;
}

.btn-bandeau {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  transition: 0.5s;
  text-transform: uppercase;
  background: var(--gradient-1);
  background: -webkit-linear-gradient(to right,
      var(--gradient-1) 0%,
      var(--gradient-2) 100%);
  background: -moz-linear-gradient(to right,
      var(--gradient-1) 0%,
      var(--gradient-2) 100%);
  background: linear-gradient(to right,
      var(--gradient-1) 0%,
      var(--gradient-2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: brightness(200%) saturate(0%) contrast(1000%);
  -webkit-filter: brightness(200%) saturate(0%) contrast(1000%);
  -moz-filter: brightness(200%) saturate(0%) contrast(1000%);
}

.btn-bandeau:hover {
  filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.2));
  transition: 0.5s;
  color: #fff;
  filter: brightness(100%) saturate(100%) contrast(100%);
  -webkit-filter: brightness(100%) saturate(100%) contrast(100%);
  -moz-filter: brightness(100%) saturate(100%) contrast(100%);
  transform: translateY(10px);
}

.btn-bandeau:hover svg {
  transform: translateY(10px);
  transition: 0.5s;
}

/* Bloc text Asset */
.bloc_text_media .cover-img {
  width: 100%;
  height: auto;
  border-radius: 16px !important;
  object-fit: cover;
  position: relative;
  /* position: absolute !important; */
  top: 0;
  left: 0;
  transform: translate(0, 0);
}

.media_bloc_text.rounded {
  border-radius: 32px !important;
}

.bloc_text_media .content-cover-img,
.bloc_text_media .content-cover-img .iframe-youtube {
  width: 100%;
  height: 100%;
}

.bloc_text_media video {
  border-radius: 16px !important;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.title_bloc_text_media {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
}

.media_bloc_text_overlay {
  position: absolute;
  width: 105%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(51.21% 43.19% at 44.34% 50.1%, rgba(0, 0, 0, 0) 0%, rgba(5, 5, 5, 0) 0.01%, #171618 100%);
  z-index: 1;
  transition: 0.5s;
}

.media_bloc_text_overlay-hover {
  opacity: 0;
  transition: ease-in-out 2s;
}


/* BLOC ENGAGEMENT */

.img-bandeau-engagement-container {
  max-width: 1920px;
  margin: 0 auto;
}

.img-bandeau-engagement {
  width: 100%;
  height: 550px;
  object-fit: cover;
}

.bloc_engagement .mejs-controls {
  display: none;
}

.bloc_engagement .mejs-video {
  width: 100% !important;
  height: 550px !important;
}

.bloc_engagement video {
  width: 100%;
  height: 550px !important;
  object-fit: cover;
}

.overlay-bandeau-engagement {
  z-index: 2;
  width: 100%;
  max-width: 1922px;
  height: 550px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #171618 0%, rgba(0, 0, 0, 0) 29.23%),
    linear-gradient(0deg,
      #141214 0%,
      rgba(10, 9, 10, 0.56) 30.31%,
      rgba(0, 0, 0, 0) 45.56%);
}

.content-engagement-negative {
  margin-top: -13%;
  position: relative;
  z-index: 2;
}

.content-engagement {
  margin-top: 1rem;
  position: relative;
  z-index: 2;
}

.pictogramme-engagement {
  height: 50px;
  margin-bottom: 1.5rem;
}

.item-engagement {
  transition: 0.5s;
  border-radius: 16px;
  border: none;
}

.item-engagement:hover {
  transform: translateY(-10px) !important;
  transition: 0.5s;
}

.content-recrutement {
  background: #141214;
  box-shadow: 0px 0px 70px rgba(255, 255, 255, 0.1);
  border-radius: 32px;
}

@media (min-width: 1920px) {

  .overlay-bandeau-engagement {
    background: linear-gradient(180deg, #171618 0%, rgba(0, 0, 0, 0) 29.23%),
      linear-gradient(0deg,
        #171618 0%,
        rgb(12 12 12 / 48%) 19.47%,
        rgba(0, 0, 0, 0) 31.16%),
      linear-gradient(90deg,
        #171618 0%,
        rgb(12 12 12 / 48%) 19.47%,
        rgba(0, 0, 0, 0) 31.16%),
      linear-gradient(270deg,
        #171618 0%,
        rgba(12, 12, 12, 0.48) 19.47%,
        rgba(0, 0, 0, 0) 31.16%);

  }
}



/* BLOC KEYNUMBERS */

.keynumbers .number {
  font-weight: 600;
  font-size: 72px;
  line-height: 97px;
  text-align: center;
}

/* BLOC INTERVIEWS */

#bloc_interviews .wp-video {
  width: 90% !important;
}

#bloc_interviews .card-img-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}

/* BLOC GALLERY DESK */

.btn-outline-primary.active {
  background: linear-gradient(90deg,
      var(--gradient-1) 0%,
      var(--gradient-2) 100%) !important;
  border: none !important;
  box-shadow: 0px 4px 54px rgba(123, 97, 255, 0.12);
  color: #fff !important;
  filter: brightness(100%) saturate(100%) contrast(100%);
  -webkit-filter: brightness(100%) saturate(100%) contrast(100%);
  -moz-filter: brightness(100%) saturate(100%) contrast(100%);
  -webkit-text-fill-color: inherit;
  transition: 0.5s;
}

.btn-outline-primary.active:focus {
  box-shadow: 0px 4px 54px rgba(123, 97, 255, 0.12);
}

.gallerymodal {
  opacity: 1 !important;
  /* top: 67px; */
}

.gallerymodal .modal-content {
  background-color: #202127;
  border-radius: 16px;
}

.gallerymodal .prev-arrow {
  position: absolute;
  left: -5%;
  top: 50%;
  transform: translateY(-50%);
}

.gallerymodal .next-arrow {
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
}


@media screen and (max-width: 576px) {
  .navtimeline {
    margin-top: 10px;
  }

  .content-cover-img .cover-img {
    width: 80%;
    height: auto;
  }

  .gallerymodal .slick-track {
    display: flex !important;
    align-items: center;
  }
}

/* BLOC 2 CARDS */

#bloc_2_cards h5 {
  background: var(--gradient-1);
  background: -webkit-linear-gradient(to right,
      var(--gradient-1) 0%,
      var(--gradient-2) 100%);
  background: -moz-linear-gradient(to right,
      var(--gradient-1) 0%,
      var(--gradient-2) 100%);
  background: linear-gradient(to right,
      var(--gradient-1) 0%,
      var(--gradient-2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

#bloc_2_cards h5:first-child {
  line-height: 30px;
  font-weight: 400;
}

#bloc_2_cards h4 {
  font-size: 18px;
  line-height: 24px;
}

#bloc_2_cards img {
  width: 100%;
  height: 329px;
  object-fit: cover;
  border-radius: 16px;
  transition: 0.5s;
  z-index: 1;
}

/* BLOC RECOMMANDATION */

#bloc_recommandation {
  position: relative;
  z-index: 5;
}

/* BLOC LR GAME */
.container-lr-game {
  max-width: 100%;
}

@media (min-width: 1440px) {
  .container-lr-game {
    max-width: 90%;
  }
}

.swipper-slide-img {
  height: 400px;
  /* Fixe la hauteur à 500px */
  width: auto;
  /* Garde la largeur automatique pour maintenir le ratio */
  object-fit: cover;
  /* Assure que l'image couvre l'espace sans distorsion */
}

/* Opacité pour toutes les slides */
.swiper-slide {
  height: 400px;
  /* Fixe la hauteur des slides à 500px */
  display: flex;
  justify-content: center;
  /* Centre horizontalement l'image si nécessaire */
  align-items: center;
  /* Centre verticalement l'image si nécessaire */
  opacity: 0.5;
  /* Mettez ici l'opacité pour les slides non actives */
  transition: opacity 0.5s;
  /* Transition douce pour l'effet d'opacité */
}

@media (max-width: 1336px) {

  .swiper-slide,
  .swipper-slide-img {
    height: 300px;
  }

}

/* Opacité pour la slide active */
.swiper-slide-active {
  opacity: 1.0;
  /* Opacité complète pour la slide active */
  transition: opacity 0.5s;
  /* Transition douce pour l'effet d'opacité */
}

.swiper-navigation {
  margin-top: 20px;
  width: 100%;
  height: 30px;
}

/* Légèrement plus opaques pour les slides adjacentes à l'active */
.swiper-slide-next,
.swiper-slide-prev {
  opacity: 0.3;
  /* Ou une autre valeur selon votre préférence */
  transition: opacity 0.5s;
  /* Transition douce pour l'effet d'opacité */
}


.swiper-button-next,
.swiper-button-prev {
  bottom: 0px;
  right: 10px;
  z-index: 10;
  top: inherit;
  left: inherit;
  width: 40px;
  height: 40px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-prev {
  right: 60px;

}

.swiper-container-lost-records-games {
  width: 100%;
  position: relative;
}


.img-mood {
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: 0.5s;
  border-radius: 16px;
}

.img-mood:hover {
  box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.1);
  transition: 0.5s;
}


/* Style de base pour l'input radio - le masquer */
.custom-radio input[type="radio"] {
  display: none;
}

/* Style pour l'élément span qui va simuler notre radio button */
.custom-radio .radio-btn {
  margin-top: 20px;
  position: relative;
  display: inline-block;
  width: 31px;
  /* Ajustez selon la taille désirée */
  height: 31px;
  /* Ajustez selon la taille désirée */
  background-color: rgb(25, 25, 25);
  /* Fond gris */
  border-radius: 50%;
  /* Rend le bouton rond */
  cursor: pointer;
  background-clip: content-box;
  padding: 2px;
  /* Espace pour le bord */
}

/* Ajout du dégradé comme fond sur le span */
.custom-radio .radio-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: linear-gradient(to right, var(--gradient-1), var(--gradient-2));
  /* Dégradé de 2 couleurs */
  z-index: -1;
}

/* Style quand l'input radio est sélectionné */
.custom-radio input[type="radio"]:checked+.radio-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-51%, -51%);
  width: 29px;
  /* Ajustez en fonction de la taille de votre icône */
  height: 29px;
  /* Ajustez en fonction de la taille de votre icône */
  border-radius: 50%;
  /* Rend le bouton rond */
  background-image: url('data:image/svg+xml;base64,CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9IndoaXRlIiBjbGFzcz0iYmkgYmktY2hlY2siIHZpZXdCb3g9IjAgMCAxNiAxNiI+CiAgPHBhdGggZD0iTTEwLjk3IDQuOTdhLjc1Ljc1IDAgMCAxIDEuMDcgMS4wNWwtMy45OSA0Ljk5YS43NS43NSAwIDAgMS0xLjA4LjAyTDQuMzI0IDguMzg0YS43NS43NSAwIDEgMSAxLjA2LTEuMDZsMi4wOTQgMi4wOTMgMy40NzMtNC40MjV6Ii8+Cjwvc3ZnPgo=');
  /* Votre icône Bootstrap en Base64 */
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ffffff97;
}

.custom-radio.disabled {
  cursor: not-allowed;
}

.custom-radio.disabled .radio-btn {
  cursor: not-allowed;
}

#galleryModalPerso .thmb-bloc-gallery-large {
  object-fit: contain !important;
  height: 420px !important;
}

#galleryModalPerso .thmb-bloc-gallery-slider {
  object-fit: contain !important;
  height: 85px !important;
}

#galleryModalPerso .slick-slide .thmb-bloc-gallery-slider {
  opacity: 0.5 !important;
  transition: 0.25s;
}

#galleryModalPerso .slick-current .thmb-bloc-gallery-slider {
  opacity: 1 !important;
  transform: scale(1.1);
  transition: 0.25s;
}

#galleryModalPerso .modal-content {
  position: relative;
}


#galleryModalPerso .modal-content::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: linear-gradient(to right, var(--gradient-1), var(--gradient-2));
  z-index: -1;
  border-radius: inherit;
  transition: 0.5s;
  opacity: 0;
}

#galleryModalPerso.showborder .modal-content::before {
  opacity: 1;
  transition: 0.5s;
}

#galleryModalPerso .modal-body {
  opacity: 0;
  transition: 0.5s;
}

#galleryModalPerso.showborder .modal-body {
  opacity: 1;
  transition: 0.5s;
}


#galleryModalMood .thmb-bloc-gallery-large {
  max-width: 70%;
}
@media (max-width: 992px) {
  #galleryModalMood .thmb-bloc-gallery-large {
    max-width: 100%;
  }

  #galleryModalMood #arrowgallery, #galleryModalPerso #arrowgallery{
    position: relative;
    height: 20px;
    margin-top: 20px;
}
  
}

.mood-perso-match {
  position: relative;
}

.img-perso-match {
  position: absolute;
  height: 80%;
  bottom: 35px;
  left: 15px;
}

.mood-perso-match .delete {
  cursor: pointer;
  position: absolute;
  bottom: 35px;
  right: -5px;
  background-color: #848484;
  border-radius: 50%;
  padding: 8px;
  transition: 0.5s;
}

.mood-perso-match .delete:hover {
  background-color: #fff;
  transition: 0.5s;
}


.fade-in-down {
  animation: fade-in-down 0.5s ease forwards;
}

@keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

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


.glitch {
  position: relative;
  display: inline-block;
  color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  border-radius: 16px;
  cursor: pointer;
  transition: 0.25s;
}

.glitch:hover img {
  box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.2);
  transition: 0.25s;
}

.glitch::before,
.glitch::after {
  content: '';
  position: absolute;
  border-radius: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}

.glitch.active::before {
  background-image: inherit;
  /* hérite du background-image du parent */
  animation: glitch-animation 0.25s infinite;
}

.glitch.active::after {
  background-image: inherit;
  animation: glitch-animation2 0.25s infinite;
  background-color: aliceblue;
}

@keyframes glitch-animation {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
    transform: translate(-4px, -4px);
  }

  33% {
    clip-path: polygon(0 33%, 100% 33%, 100% 66%, 0 66%);
    transform: translate(2px, 0);
  }

  66% {
    clip-path: polygon(0 66%, 100% 66%, 100% 100%, 0 100%);
    transform: translate(-4px, 2px);
  }

  100% {
    clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
    transform: translate(0, 0);
  }
}

@keyframes glitch-animation2 {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
    transform: translate(2px, 2px) skew(-5deg);
  }

  33% {
    clip-path: polygon(0 33%, 100% 33%, 100% 66%, 0 66%);
    transform: translate(-4px, 0);
  }

  66% {
    clip-path: polygon(0 66%, 100% 66%, 100% 100%, 0 100%);
    transform: translate(2px, -4px);
  }

  100% {
    clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
    transform: translate(0, 0);
  }
}

.glitch::before {
  color: rgba(0, 0, 255, 0.5);
  /* Bleu */
  mix-blend-mode: inherit;
}

.glitch::after {
  color: rgba(255, 0, 255, 0.5);
  /* Rose */
  mix-blend-mode: saturation;
}

.glitch.active .blue-shape {
  content: " ";
  top: 0;
  width: 100%;
  height: 50%;
  transform: translate(5px, 5px) skew(-25deg);
  ;
  position: absolute;
  background-color: rgba(0, 0, 255, 0.1);
}

.glitch.active .red-shape {
  content: " ";
  bottom: 0;
  width: 100%;
  height: 50%;
  transform: translate(-5px, -5px) skew(-25deg);
  position: absolute;
  background-color: rgba(255, 0, 255, 0.1);
  /* Rose */
}

.stack {
  display: grid;
  grid-template-columns: 1fr;
}

.stack span {
  font-weight: bold;
  grid-row-start: 1;
  grid-column-start: 1;
  --stack-height: calc(100% / var(--stacks) - 1px);
  --inverse-index: calc(calc(var(--stacks) - 1) - var(--index));
  --clip-top: calc(var(--stack-height) * var(--index));
  --clip-bottom: calc(var(--stack-height) * var(--inverse-index));
  clip-path: inset(var(--clip-top) 0 var(--clip-bottom) 0);
  animation: stack 340ms cubic-bezier(.46, .29, 0, 1.24) 1 backwards calc(var(--index) * 120ms), glitch 2s ease infinite 2s alternate-reverse;
}

.stack span:nth-child(odd) {
  --glitch-translate: 8px;
}

.stack span:nth-child(even) {
  --glitch-translate: -8px;
}

@keyframes stack {
  0% {
    opacity: 0;
    transform: translateX(-50%);
    text-shadow: -2px 3px 0 #CD2D8A, 2px -3px 0 #5378EE;
  }

  ;

  60% {
    opacity: 0.5;
    transform: translateX(50%);
  }

  80% {
    transform: none;
    opacity: 1;
    text-shadow: 2px -3px 0 #CD2D8A, -2px 3px 0 #5378EE;
  }

  100% {
    text-shadow: none;
  }
}

@keyframes glitch {
  0% {
    text-shadow: -2px 3px 0 #CD2D8A, 2px -3px 0 #5378EE;
    transform: translate(var(--glitch-translate));
  }

  2% {
    text-shadow: 2px -3px 0 #CD2D8A, -2px 3px 0 #5378EE;
  }

  4%,
  100% {
    text-shadow: none;
    transform: none;
  }
}

img.img-modale-game {
  height: 480px;
  position: absolute;
  top: 50%;
  transform: translateY(-15%);
  right: -30px;
}

@media (max-width: 992px) {
  img.img-modale-game {
    height: 320px;
    position: absolute;
    top: -480%;
    transform: none;
    right: 33%;
    z-index: -1;
  }
}

#modalSubcribeForResult .sib-email-area p {
  margin-bottom: 10px;
  color: var(--white, #FFF);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  margin-top: 20px;
}

#modalSubcribeForResult .sib-email-area p input[type="checkbox"] {
  width: 24px;
  height: 24px;
}

#modalSubcribeForResult .sib-email-area p label {
  width: 90%;
  margin-top: 0 !important;
}

.sib-SCORE_MOODBOARDS-area {
  position: absolute;
  opacity: 0;
  display: none;
  color: transparent !important;
  z-index: -10000;
}


/* Bloc button */
#bloc_button a {
  text-decoration: none !important;
}