@charset "UTF-8";
/*
Theme Name: Impreza Child
Template: Impreza
Version: 8.32.2
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/
/* ----------------------- ELEMENTS PRINCIPAUX ----------------------- */
/* ----------------------- COULEURS PRINCIPALES ----------------------- */
/* ----------------------- FONTS ----------------------- */
/* ----------------------- BREAK POINTS ----------------------- */
/* ----------------------- TAILLE STRUCTURE ----------------------- */
/* Pulse Animation */
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
/* Glow Animation */
@keyframes glow {
  0%, 100% {
    box-shadow: 0 0 10px #ffffff, 0 0 20px rgba(255, 255, 255, 0.3294117647);
  }
  50% {
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 40px #ffffff, 0 0 60px rgba(255, 255, 255, 0.4352941176);
  }
}
h3, .h3 {
  font-size: var(--h3-font-size);
  line-height: var(--h3-line-height);
}

.header {
  height: 160px;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  align-items: center !important;
  gap: 0 !important;
  flex-shrink: 0;
}
.header .w-image.logo {
  width: 20%;
}
.header .w-image.logo img {
  width: 11rem;
  transition: all 0.15s ease-in-out;
}
.header .w-image.logo img:active {
  transform: scale(0.95);
}
.header .w-image.logo img:hover {
  transform: scale(1.05);
}
.header .vc_wp_custommenu {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .vc_wp_custommenu .menu {
  display: flex;
  border: none;
}
.header .w-btn-wrapper {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .w-btn-wrapper .us-btn-style_4:before {
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
}
.header .empty-space {
  width: 20%;
}
.header .logo + .wpb_text_column {
  flex-grow: 1;
}

.w-btn {
  transition: all 0.15s ease-in-out;
}
.w-btn:active {
  transform: scale(0.95);
}
.w-btn:hover {
  transform: scale(1.05);
}
.w-btn.us-btn-style_3 {
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.w-btn.us-btn-style_1, .w-btn.us-btn-style_2, .w-btn.us-btn-style_3 {
  background: linear-gradient(135deg, #00C9B7, #1BA3B2) !important;
}
.w-btn.us-btn-style_1::before, .w-btn.us-btn-style_2::before, .w-btn.us-btn-style_3::before {
  z-index: 2;
}
.w-btn.us-btn-style_1::after, .w-btn.us-btn-style_2::after, .w-btn.us-btn-style_3::after {
  transition: opacity 0.3s ease;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #047d8a;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 100px;
  opacity: 0;
}
.w-btn.us-btn-style_1 span,
.w-btn.us-btn-style_1 i, .w-btn.us-btn-style_2 span,
.w-btn.us-btn-style_2 i, .w-btn.us-btn-style_3 span,
.w-btn.us-btn-style_3 i {
  position: relative;
  z-index: 1;
}
.w-btn.us-btn-style_1:hover::after, .w-btn.us-btn-style_2:hover::after, .w-btn.us-btn-style_3:hover::after {
  opacity: 1;
}

.w-btn-wrapper {
  margin: 0;
}

.w-video {
  border-radius: 10px;
}
.w-video.with_overlay:hover .w-video-icon {
  transform: scale(1.05);
}
.w-video .w-video-icon {
  background: linear-gradient(135deg, #00C9B7, #1BA3B2) !important;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4) inset, 0 4px 13px 0 rgba(0, 0, 0, 0.6);
  margin: -3rem;
  font-size: 2rem !important;
  width: 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

video::-webkit-media-controls-fullscreen-button {
  display: none; /* Hides fullscreen button */
}

video::-webkit-media-controls-picture-in-picture-button {
  display: none; /* Hides Picture-in-Picture button */
}

video::-webkit-media-controls-cast-button {
  display: none; /* Hides cast button (on Chromecast-enabled browsers) */
}

.video-container {
  position: relative;
  width: 100%;
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
}
.video-container video {
  width: 100%;
  height: auto;
  display: block;
}
.video-container .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  z-index: 2;
}
.video-container .play-button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: linear-gradient(135deg, #00C9B7, #1BA3B2) !important;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4) inset, 0 4px 13px 0 rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 2rem !important;
  width: 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
  transition: all 0.15s ease-in-out;
  transform-origin: center;
}
.video-container .play-button:active {
  transform: scale(0.95);
}
.video-container .play-button:hover {
  transform: scale(1.05);
}
.video-container .play-button:after {
  content: "\f04b";
  font-family: fontawesome;
  font-weight: 900;
  vertical-align: top;
  padding-left: 7px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.w-slider {
  padding: 0 4rem;
}
.w-slider .royalSlider .rsOverflow {
  overflow: visible;
}
.w-slider .royalSlider .rsOverflow .rsContainer img {
  border-radius: 10px;
}
.w-slider .royalSlider .rsOverflow .rsArrow {
  line-height: 3rem;
  height: 3rem;
  width: 3rem;
  margin-top: -1.5rem;
  font-size: 1.75rem;
  transition: transform 0.15s ease-in-out;
}
.w-slider .royalSlider .rsOverflow .rsArrow:active {
  transform: scale(0.95);
}
.w-slider .royalSlider .rsOverflow .rsArrow:hover {
  transform: scale(1.05);
}
.w-slider .royalSlider .rsOverflow .rsArrow::after {
  background: linear-gradient(135deg, #00C9B7, #1BA3B2) !important;
  border-radius: 100px;
}
.w-slider .royalSlider .rsOverflow .rsArrow.rsArrowLeft {
  left: -4rem;
}
.w-slider .royalSlider .rsOverflow .rsArrow.rsArrowLeft::after {
  padding-right: 0.2rem;
}
.w-slider .royalSlider .rsOverflow .rsArrow.rsArrowRight {
  right: -4rem;
}
.w-slider .royalSlider .rsOverflow .rsArrow.rsArrowRight::after {
  padding-left: 0.2rem;
}
.w-slider .royalSlider .rsNav {
  padding-top: 1.25rem;
  display: flex;
  height: auto;
}
.w-slider .royalSlider .rsNav .rsThumbsContainer {
  position: relative;
  height: 100%;
  display: flex;
  gap: 0.75rem;
  width: 100% !important;
  transform: none !important;
  align-items: center;
  justify-content: center;
  height: auto;
}
.w-slider .royalSlider .rsNav .rsThumbsContainer .rsNavItem.rsThumb {
  margin-right: 0 !important;
  border-radius: 10px;
  overflow: hidden;
  width: 7rem;
  height: auto;
}
.w-slider .royalSlider .rsNav .rsThumbsContainer .rsNavItem.rsThumb.rsNavSelected:after {
  border: 4px solid #00C9B7 !important;
  border-radius: 10px;
  box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.4) inset;
}

.w-popup-box .w-popup-box-h .w-popup-box-content {
  border-radius: 20px;
  padding: 0;
}
.w-popup-box .w-popup-box-h .w-popup-box-content h1 {
  background: linear-gradient(135deg, #6740C9, #972E9C, #FF6F61) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  margin-bottom: 0rem;
}
.w-popup-box .w-popup-box-h .w-popup-box-content h3,
.w-popup-box .w-popup-box-h .w-popup-box-content h4 {
  padding-top: 0;
}

.w-popup-overlay {
  background: rgba(0, 0, 0, 0.7) !important;
}

.end-of-game .w-separator.color_border {
  color: #EBECF5;
}

.inactivity,
.end_game {
  display: none !important;
}

.countdown-wrapper {
  position: relative;
  width: 200px;
  height: 200px;
  margin: auto;
  display: flex;
  margin-top: 1rem;
}

.redirect-countdown {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  font-weight: bold;
  font-family: var(--h1-font-family);
}

.progress-ring__circle {
  stroke: #00C9B7; /* Circle color */
  stroke-dasharray: 251.2; /* Circumference of the circle (2 * π * r) */
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.3s linear;
}

.locked-popup .w-popup-wrap {
  pointer-events: none;
}
.locked-popup .w-popup-wrap .w-popup-box-content {
  pointer-events: initial;
}
.locked-popup .w-popup-overlay {
  pointer-events: none;
}

.w-grid.layout_237 {
  --gap: 1rem !important;
}
.w-grid.layout_237 .w-grid-list .w-grid-item .w-grid-item-h {
  display: flex;
  flex-direction: column;
}
.w-grid.layout_237 .w-grid-list .w-grid-item .w-grid-item-h .container {
  background-color: #FDF4F7;
  color: #262626;
  border-radius: 20px;
  transition: all 0.15s ease-in-out;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  height: 100%;
  overflow: hidden;
  text-align: center;
}
.w-grid.layout_237 .w-grid-list .w-grid-item .w-grid-item-h .usg_vwrapper_4 {
  z-index: 2;
  margin: 0;
}
.w-grid.layout_237 .w-grid-list .w-grid-item .w-grid-item-h .usg_vwrapper_4 .game-logo {
  position: absolute;
  width: 12rem;
  height: 10rem;
  bottom: 2.5rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
}
.w-grid.layout_237 .w-grid-list .w-grid-item .w-grid-item-h .usg_vwrapper_4 .game-logo img {
  height: 100%;
  object-fit: contain;
}
.w-grid.layout_237 .w-grid-list .w-grid-item .w-grid-item-h .usg_vwrapper_4 .post_taxonomy {
  position: absolute;
  z-index: 5;
  left: 1rem;
  top: 1rem;
  display: flex;
}
.w-grid.layout_237 .w-grid-list .w-grid-item .w-grid-item-h .usg_vwrapper_4 .post_taxonomy span {
  background-color: #262626;
  color: white;
  padding: 0.2rem 0.85rem;
  border-radius: 100px;
  font-weight: bold;
}
.w-grid.layout_237 .w-grid-list .w-grid-item .w-grid-item-h .usg_vwrapper_4 .post_taxonomy span.term-jeu-de-role {
  background-color: #6740C9;
}
.w-grid.layout_237 .w-grid-list .w-grid-item .w-grid-item-h .usg_vwrapper_4 .post_taxonomy span.term-gamification {
  background-color: #972E9C;
}
.w-grid.layout_237 .w-grid-list .w-grid-item .w-grid-item-h .usg_vwrapper_4 .post_taxonomy span.term-jeu-de-strategie {
  background-color: #FF6F61;
}
.w-grid.layout_237 .w-grid-list .w-grid-item .w-grid-item-h .usg_vwrapper_4 .post_image {
  display: flex;
  margin: 0;
  height: 100%;
  aspect-ratio: 6/4;
}
.w-grid.layout_237 .w-grid-list .w-grid-item .w-grid-item-h .usg_vwrapper_4 .post_image img {
  height: 100%;
  object-fit: cover;
}
.w-grid.layout_237 .w-grid-list .w-grid-item .w-grid-item-h .usg_vwrapper_4::before {
  content: "";
  background-image: url("/wp-content/uploads/wave.svg");
  width: 100%;
  height: 10rem;
  position: absolute;
  z-index: 2;
  background-position: bottom center;
  background-repeat: no-repeat;
  bottom: -3px;
  background-size: cover;
}
.w-grid.layout_237 .w-grid-list .w-grid-item .w-grid-item-h .usg_vwrapper_4::after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0.6;
}
.w-grid.layout_237 .w-grid-list .w-grid-item .w-grid-item-h .usg_vwrapper_1 {
  flex-grow: 1;
  padding: 1.5rem;
  padding-top: 0.5rem;
  margin: 0;
  align-items: center;
}
.w-grid.layout_237 .w-grid-list .w-grid-item .w-grid-item-h .usg_vwrapper_1 .post_title {
  font-size: var(--h3-font-size);
  line-height: var(--h3-line-height);
}
.w-grid.layout_237 .w-grid-list .w-grid-item .w-grid-item-h .usg_vwrapper_1 .usg_post_custom_field_3 {
  flex-grow: 1;
}
.w-grid.layout_237 .w-grid-list .w-grid-item .w-grid-item-h .usg_vwrapper_1 .usg_post_custom_field_1 {
  z-index: 2;
  width: 100%;
  padding-top: 1.5rem;
  border-top: 1px solid #d2d4de;
}
.w-grid.layout_237 .w-grid-list .w-grid-item .w-grid-item-h .usg_vwrapper_1 .usg_post_custom_field_1 img {
  object-fit: contain;
  width: 10rem;
  height: 5rem;
}
.w-grid.layout_237 .w-grid-list .w-grid-item .w-grid-item-h .usg_vwrapper_1 .usg_post_taxonomy_2 {
  opacity: 0.65;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.w-grid.layout_237 .w-grid-list .w-grid-item .w-grid-item-h .usg_vwrapper_1 .usg_post_taxonomy_2 span:not(.w-post-elm-before) {
  font-weight: 700;
  padding: 0.2rem 0.85rem;
  border-radius: 100px;
  background-color: #d2d4de;
}

.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.wpcf7-form .field-row {
  display: flex;
  gap: 1rem;
}
.wpcf7-form .field-row.submit {
  padding-top: 1rem;
}
.wpcf7-form .field-row.submit .field > p {
  display: unset;
}
.wpcf7-form .field-row.submit .field:last-child {
  align-items: end;
}
.wpcf7-form .field-row.submit .field:last-child p {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.wpcf7-form .field-row.submit .field:first-child {
  font-size: 0.8rem;
}
.wpcf7-form .field-row.submit .field:first-child span {
  color: red;
}
.wpcf7-form .field-row.submit .field .wpcf7-submit {
  font-family: var(--h1-font-family);
  font-size: 1.25rem;
  line-height: 1.4 !important;
  text-transform: none;
  padding: 0.8em 1.6em;
  border-color: rgba(255, 255, 255, 0.4);
  border-width: 1px;
  transition: all 0.15s ease-in-out;
}
.wpcf7-form .field-row.submit .field .wpcf7-submit:active {
  transform: scale(0.95);
}
.wpcf7-form .field-row.submit .field .wpcf7-submit:hover {
  transform: scale(1.05);
}
.wpcf7-form .field-row.submit .field .wpcf7-submit:hover {
  background-color: #1BA3B2;
}
.wpcf7-form .field-row .field {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.wpcf7-form .field-row .field > p {
  display: flex;
  flex-direction: column;
}
.wpcf7-form .field-row .field label {
  font-size: 0.8rem;
}
.wpcf7-form .field-row .field label span {
  color: red;
  padding-left: 3px;
}
.wpcf7-form .field-row .field .wpcf7-not-valid-tip {
  font-size: 0.8rem;
  margin-top: 0.15rem;
}
.wpcf7-form .field-row .field .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-form .field-row .field .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
}
.wpcf7-form .field-row .field .wpcf7-list-item input {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 8px;
  border-color: #A8A8A8;
}
.wpcf7-form .field-row .field .wpcf7-list-item input::before {
  vertical-align: middle;
  color: #00C9B7;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0px;
  top: 3px;
  border-radius: 2px;
  line-height: 21px;
}
.wpcf7-form .field-row .field .wpcf7-list-item span {
  color: #262626;
  font-size: 0.8rem;
}
.wpcf7-form .field-row .field .wpcf7-list-item span span {
  color: red;
}
.wpcf7-form .wpcf7-form-control-wrap {
  margin-top: 0.2rem;
  display: flex;
  flex-direction: column;
}
.wpcf7-form .wpcf7-response-output {
  margin: 0 !important;
  padding: 0.5rem 1rem !important;
  border: none !important;
  border-radius: 5px;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: green;
}
.wpcf7-form.invalid .wpcf7-response-output, .wpcf7-form.failed .wpcf7-response-output {
  background-color: rgba(255, 0, 0, 0.15);
  color: red;
}
.wpcf7-form.sent .wpcf7-response-output {
  background-color: rgba(0, 128, 0, 0.15);
  color: green;
}

.top-game {
  padding: 2.75rem 3rem !important;
  background: linear-gradient(135deg, #6740C9, #972E9C, #FF6F61) !important;
}
.top-game .vc_column-inner > .wpb_wrapper {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: flex-start;
}
.top-game .w-post-elm.type_image {
  max-width: 9rem;
  height: 6.5rem;
  background-color: white;
  border-radius: 10px;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-game .w-post-elm.type_image img {
  height: 100%;
  object-fit: contain;
}
.top-game .w-hwrapper {
  align-items: center;
  gap: 1.5rem;
  flex-grow: 1;
}
.top-game .w-hwrapper h1 {
  color: white;
}
.top-game .w-hwrapper .w-btn-wrapper {
  margin-right: 0;
}
.top-game .w-hwrapper .w-btn-wrapper .w-btn {
  padding: 0;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem !important;
  border-color: rgba(255, 255, 255, 0.4);
  transition: all 0.15s ease-in-out;
}
.top-game .w-hwrapper .w-btn-wrapper .w-btn:active {
  transform: scale(0.95);
}
.top-game .w-hwrapper .w-btn-wrapper .w-btn:hover {
  transform: scale(1.05);
}
.top-game .w-vwrapper {
  color: white;
  text-align: right;
}
.top-game .w-vwrapper .w-post-elm {
  display: flex;
  gap: 0.25rem;
  align-items: center;
  justify-content: end;
}
.top-game .w-vwrapper .w-post-elm .w-post-elm-before {
  font-weight: 700;
  margin-right: 0.25rem;
}
.top-game .w-vwrapper .w-post-elm span:not(.w-post-elm-before) {
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0.25rem 0.75rem;
}

.content-game {
  padding: 3rem !important;
  flex-grow: 1;
  align-items: center;
}
.content-game .w-btn.us-btn-style_3 {
  width: 16rem;
}
.content-game ul {
  margin-left: 1.25rem;
}

.fiche-jeu {
  width: 100%;
}
.fiche-jeu .l-section-h {
  height: 100vh;
}
.fiche-jeu .l-section-h .vc_row {
  height: 100%;
}
.fiche-jeu .l-section-h .vc_row > .vc_column_container > .vc_column-inner > .wpb_wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.l-section.color_secondary {
  background: linear-gradient(to left bottom, #ff6f61, #f65a6b, #e94677, #d73783, #bf2e8f, #b22d97, #a22e9f, #9031a7, #8934af, #8038b8, #753cc0, #6740c9) !important;
}

.games-list .w-grid.layout_237 .w-grid-list .w-grid-item .w-grid-item-h .usg_vwrapper_4 .post_image {
  aspect-ratio: 4/3;
}
.games-list .w-grid.layout_237 .w-grid-list .w-grid-item .w-grid-item-h .usg_vwrapper_4 .post_taxonomy {
  display: none;
}
.games-list .w-grid.layout_237 .w-grid-list .w-grid-item .w-grid-item-h .usg_vwrapper_1 .post_title {
  font-size: var(--h4-font-size);
  line-height: var(--h4-line-height);
  flex-grow: 1;
}
.games-list .w-grid.layout_237 .w-grid-list .w-grid-item .w-grid-item-h .usg_vwrapper_1 .usg_post_custom_field_3, .games-list .w-grid.layout_237 .w-grid-list .w-grid-item .w-grid-item-h .usg_vwrapper_1 .usg_post_taxonomy_2 {
  display: none;
}
.games-list .w-filter.state_desktop[class*=style_switch_] {
  margin-bottom: 2rem;
}
.games-list .w-filter.state_desktop[class*=style_switch_] .w-filter-list {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: nowrap;
}
.games-list .w-filter.state_desktop[class*=style_switch_] .w-filter-list .w-filter-item {
  margin: 0;
  align-items: center;
}
.games-list .w-filter.state_desktop[class*=style_switch_] .w-filter-list .w-filter-item .w-filter-item-title {
  display: flex;
}
.games-list .w-filter.state_desktop[class*=style_switch_] .w-filter-list .w-filter-item .w-filter-item-content .w-filter-item-values {
  gap: 0.5rem;
  flex-wrap: nowrap;
  overflow: visible;
}
.games-list .w-filter.state_desktop[class*=style_switch_] .w-filter-list .w-filter-item .w-filter-item-content .w-filter-item-values .w-filter-item-value {
  margin: 0;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 100px;
  color: white;
  font-size: 1rem;
  line-height: 2.5rem;
  transition: all 0.15s ease-in-out;
}
.games-list .w-filter.state_desktop[class*=style_switch_] .w-filter-list .w-filter-item .w-filter-item-content .w-filter-item-values .w-filter-item-value:active {
  transform: scale(0.95);
}
.games-list .w-filter.state_desktop[class*=style_switch_] .w-filter-list .w-filter-item .w-filter-item-content .w-filter-item-values .w-filter-item-value:hover {
  transform: scale(1.05);
}
.games-list .w-filter.state_desktop[class*=style_switch_] .w-filter-list .w-filter-item .w-filter-item-content .w-filter-item-values .w-filter-item-value:hover:not(.disabled) {
  background-color: #00C9B7;
  color: white;
  border-color: transparent;
}
.games-list .w-filter.state_desktop[class*=style_switch_] .w-filter-list .w-filter-item .w-filter-item-content .w-filter-item-values .w-filter-item-value.selected {
  background-color: #00C9B7;
  color: white;
  border-color: transparent;
}
.games-list .w-filter.state_desktop[class*=style_switch_] .w-filter-list .w-filter-item .w-filter-item-content .w-filter-item-values .w-filter-item-value.disabled {
  opacity: 0.3;
}
.games-list .w-filter.state_desktop[class*=style_switch_] .w-filter-list .w-filter-item .w-filter-item-content .w-filter-item-values .w-filter-item-value.disabled .w-filter-item-value-amount {
  visibility: visible;
  opacity: 1;
}

.game-view-header {
  width: 100%;
  padding: 1.25rem;
  margin: 0;
}
.game-view-header .vc_column-inner > .wpb_wrapper {
  display: flex;
  align-items: center;
}
.game-view-header .vc_column-inner > .wpb_wrapper .client {
  width: 18%;
  align-items: center;
}
.game-view-header .vc_column-inner > .wpb_wrapper .client .type_image {
  width: 9rem;
  height: 6rem;
  background-color: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  flex-shrink: 0;
}
.game-view-header .vc_column-inner > .wpb_wrapper .client .type_image img {
  height: 100%;
  object-fit: contain;
}
.game-view-header .vc_column-inner > .wpb_wrapper .client .post_custom_field {
  display: flex;
  flex-direction: column;
}
.game-view-header .vc_column-inner > .wpb_wrapper .client .post_custom_field .w-post-elm-before {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1rem;
  color: #A8A8A8;
  margin-bottom: 0.25rem;
  font-size: 0.8rem;
}
.game-view-header .vc_column-inner > .wpb_wrapper .game-name {
  flex-grow: 1;
  text-align: center;
}
.game-view-header .vc_column-inner > .wpb_wrapper .game-name .post_title {
  font-size: var(--h4-font-size);
  line-height: var(--h4-line-height);
  font-family: var(--h1-font-family);
  font-weight: 700;
  margin-bottom: 0;
}
.game-view-header .vc_column-inner > .wpb_wrapper .game-name .post_taxonomy {
  color: #A8A8A8;
  font-family: var(--font-family);
}
.game-view-header .vc_column-inner > .wpb_wrapper .w-btn-wrapper {
  margin-right: 0;
  width: 18%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.game-view-header .vc_column-inner > .wpb_wrapper .w-btn-wrapper button {
  width: initial;
}
.game-view-header .game-timeline {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
.game-view-header .game-timeline .game-timeline-step {
  min-width: 2rem;
  height: 2rem;
  border-radius: 100px;
  font-weight: 700;
  position: relative;
  display: flex;
  padding: 0 0.75rem;
  line-height: 2.2;
  font-size: 0.9rem;
  color: white;
  background-color: #3C3C3C;
}
.game-view-header .game-timeline .game-timeline-step.active {
  opacity: 1;
  color: #262626;
  background-color: #00C9B7;
}

.game-view-section {
  background-color: #3C3C3C;
  flex-grow: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.game-view-section .l-section-h {
  max-width: 100%;
}
.game-view-section * {
  height: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.game-content {
  width: 100%;
}
.game-content .vc_row > .vc_column_container > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.game-content .vc_row > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_row {
  margin: 0 !important;
}
.game-content .vc_row > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_row > .vc_column_container > .vc_column-inner {
  padding: 0 !important;
}

.max-width-1 > .l-section-h {
  max-width: 900px;
}

.max-width-2 > .wpb_wrapper, .max-width-2 > .vc_column_container {
  max-width: 700px;
  margin: auto;
}
.max-width-2 > .l-section-h {
  max-width: 700px;
}

.l-section.content-full-height {
  min-height: 100vh;
}

.home-section {
  padding: 0 !important;
}
.home-section .l-section-slider * {
  border-radius: 0;
}
.home-section .l-section-slider .w-slider {
  padding: 0;
}
.home-section .l-section-slider .w-slider .royalSlider .rsOverflow {
  width: 100% !important;
  height: 100% !important;
}
.home-section .l-section-h {
  max-width: 1600px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-section .l-section-h .vc_row {
  width: 100%;
  height: 100%;
  flex-grow: 1;
}
.home-section .vc_column_container .vc_column-inner {
  justify-content: center;
}
.home-section .vc_column_container .vc_column-inner .w-separator {
  height: 20rem;
}
.home-section .vc_column_container .vc_column-inner .logo-home {
  width: 15rem;
  position: relative;
  z-index: 2;
}
.home-section .vc_column_container .vc_column-inner .w-btn {
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  animation: pulse 4s cubic-bezier(0.42, 0, 0.58, 1) infinite, glow 4s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  position: relative;
  z-index: 2;
}

.carousel-img-bg {
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  position: fixed;
  z-index: 0;
  opacity: 0.8;
}
.carousel-img-bg::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #6740c9, rgba(151, 45, 156, 0.5) 58.82%, rgba(255, 111, 97, 0) 93.28%);
}
.carousel-img-bg .w-image {
  transition: all 1s cubic-bezier(0.5, 0, 0.5, 1);
  transition-delay: 0.2s;
  transform: translateX(0px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.05);
}
.carousel-img-bg .w-image.active {
  opacity: 1;
  transform: scale(1);
}
.carousel-img-bg .w-image img {
  object-fit: cover;
}

.carousel-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center !important;
}
.carousel-container .carousel-img {
  height: 85vh;
  right: 0;
  align-self: end;
  width: 40%;
  position: relative;
}
.carousel-container .carousel-img .w-image {
  height: 100%;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  opacity: 0;
  transition: all 1.5s cubic-bezier(0.5, 0, 0.5, 1);
  transform: translateX(0px);
  z-index: 2;
  transition-delay: 0.1s;
}
.carousel-container .carousel-img .w-image.active {
  opacity: 1;
  transform: translateX(-20px);
}
.carousel-container .carousel-img .w-image .w-image-meta {
  display: none;
}
.carousel-container .carousel-text {
  height: 100%;
  flex-grow: 1;
  width: 60%;
  position: relative;
  z-index: 2;
}
.carousel-container .carousel-text .wpb_wrapper {
  height: 100%;
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
}
.carousel-container .carousel-text h1 {
  position: absolute;
  padding-top: 0;
  margin-bottom: 0;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 1.5s cubic-bezier(0.5, 0, 0.5, 1);
  transform: translateX(-20px);
}
.carousel-container .carousel-text h1.active {
  opacity: 1;
  transform: translateX(0px);
}

.vedette {
  align-items: stretch !important;
}

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