/*!*****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./css/src/app.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700;900&display=swap);
/*!*********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./components/homeHotNews/owl.carousel.css ***!
  \*********************************************************************************************************************************************************************************************/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  /* background: url("owl.video.play.png") no-repeat; */
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*!**************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./components/homeHotNews/owl.theme.default.css ***!
  \**************************************************************************************************************************************************************************************************/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./css/src/app.scss (1) ***!
  \*********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.color-purple {
  color: #461572;
}

.color-turquoise {
  color: #8ef0d8;
}

.color-orange {
  color: #ffa532;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(360deg);
    transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }
  to {
    -ms-transform: translateX(-50%) translateY(-50%) rotate(360deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(360deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(360deg);
    transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}
.border-animation {
  --border-width: 0.1em;
  --animation-speed: 0.5s;
  --color: #3cffd9;
  color: var(--color);
  position: relative;
  display: inline-block;
  font-size: 4em;
  line-height: 1em;
  transform: scale(1);
  border: var(--border-width) solid transparent;
}
.border-animation .border-animation__inner {
  position: relative;
  cursor: pointer;
  z-index: 1;
  border: solid var(--border-width) transparent;
}
.border-animation:before, .border-animation:after {
  content: "";
  position: absolute;
  background: var(--color);
}
.border-animation:focus:before, .border-animation:hover:before {
  animation: beforeBorders var(--animation-speed) forwards ease-in-out;
}
.border-animation:focus:after, .border-animation:hover:after {
  animation: afterBorders var(--animation-speed) forwards ease-in-out;
}
.border-animation:focus, .border-animation:hover {
  animation: borderColors var(--animation-speed) steps(1) forwards;
}
@keyframes beforeBorders {
  0% {
    top: calc(var(--border-width) * -1);
    left: 50%;
    bottom: auto;
    right: auto;
    width: 0;
    height: var(--border-width);
  }
  33% {
    top: calc(var(--border-width) * -1);
    left: calc(var(--border-width) * -1);
    bottom: auto;
    right: auto;
    width: calc(var(--border-width) + 50%);
    height: var(--border-width);
  }
  66% {
    top: calc(var(--border-width) * -1);
    left: calc(var(--border-width) * -1);
    bottom: auto;
    right: auto;
    width: var(--border-width);
    height: calc(var(--border-width) * 2 + 100%);
  }
  100% {
    top: auto;
    left: calc(var(--border-width) * -1);
    bottom: calc(var(--border-width) * -1);
    right: auto;
    width: calc(var(--border-width) + 50%);
    height: calc(var(--border-width) * 2 + 100%);
  }
}
@keyframes afterBorders {
  0% {
    top: calc(var(--border-width) * -1);
    left: auto;
    bottom: auto;
    right: 50%;
    width: 0;
    height: var(--border-width);
  }
  33% {
    top: calc(var(--border-width) * -1);
    left: auto;
    bottom: auto;
    right: calc(var(--border-width) * -1);
    width: calc(var(--border-width) + 50%);
    height: var(--border-width);
  }
  66% {
    top: calc(var(--border-width) * -1);
    left: auto;
    bottom: auto;
    right: calc(var(--border-width) * -1);
    width: var(--border-width);
    height: calc(var(--border-width) * 2 + 100%);
  }
  100% {
    top: auto;
    left: auto;
    bottom: calc(var(--border-width) * -1);
    right: calc(var(--border-width) * -1);
    width: calc(var(--border-width) + 50%);
    height: calc(var(--border-width) * 2 + 100%);
  }
}
@keyframes borderColors {
  0% {
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 10px;
  }
  33% {
    border-top-color: var(--color);
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 10px;
  }
  66% {
    border-top-color: var(--color);
    border-right-color: var(--color);
    border-bottom-color: transparent;
    border-left-color: var(--color);
    border-radius: 10px;
  }
  100% {
    border-top-color: var(--color);
    border-right-color: var(--color);
    border-bottom-color: var(--color);
    border-left-color: var(--color);
    border-radius: 10px;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  color: #fff;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*! jQuery.Flipster, v1.1.5 (built 2020-10-17) */
.flipster {
  display: block;
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
}

.flipster:focus {
  outline: none;
}

.flipster__container, .flipster__item {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}

.flipster__container {
  display: block;
  white-space: nowrap;
  word-spacing: -0.25em;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flipster__item {
  display: inline-block;
  white-space: normal;
  word-spacing: normal;
  vertical-align: bottom;
}

.flipster--click .flipster__item--past, .flipster--click .flipster__item--future {
  cursor: pointer;
}

.flipster__item img {
  max-width: 100%;
}

.flipster__button {
  position: absolute;
  top: 50%;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  z-index: 999;
  cursor: pointer;
  font-size: 15px;
  opacity: 0.5;
  -webkit-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  margin: -1em 2em;
}

.flipster__button svg {
  width: 2em;
  stroke: currentColor;
  fill: transparent;
  stroke-width: 3;
  stroke-linecap: round;
}

.flipster__button:hover, .flipster__button:focus {
  opacity: 1;
}

.flipster__button--prev {
  left: 0;
}

.flipster__button--next {
  right: 0;
}

.flipster__nav, .flipster__nav__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.flipster__nav {
  display: block;
  margin: 0 0 4em;
  text-align: center;
  position: relative;
}

.flipster__nav__item {
  display: inline-block;
  margin: 0 0.25em;
}

.flipster__nav__link {
  display: block;
  color: inherit;
  padding: 0.5em 1em;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
  -o-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
  transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.flipster__nav__link::after {
  content: "";
  display: block;
  background: #232221;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: translateY(100%) translateY(-0.25em);
  -ms-transform: translateY(100%) translateY(-0.25em);
  transform: translateY(100%) translateY(-0.25em);
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.flipster__nav__item--current > .flipster__nav__link, .flipster__nav__link:hover, .flipster__nav__link:focus {
  color: #FFF;
}

.flipster__nav__item--current > .flipster__nav__link::after, .flipster__nav__link:hover::after, .flipster__nav__link:focus::after {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.flipster__nav__child {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: -1px;
  padding: 0.5em;
  background: #4e4441;
  z-index: 1;
}

.flipster__nav__child .flipster__nav__link {
  color: #FFF;
}

.flipster__nav__child .flipster__nav__link::after {
  background: #FFF;
}

.flipster__nav__child .flipster__nav__item--current > .flipster__nav__link, .flipster__nav__child .flipster__nav__link:hover, .flipster__nav__child .flipster__nav__link:focus {
  color: #232221;
}

.flipster__nav__item--current .flipster__nav__child {
  display: block;
}

.flipster--carousel .flipster__container, .flipster--carousel .flipster__item, .flipster--carousel .flipster__item__content {
  -webkit-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  -webkit-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
  -o-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
  transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.flipster--carousel .flipster__item {
  -webkit-perspective: 800px;
  perspective: 800px;
}

.flipster--carousel .flipster__item--past, .flipster--carousel .flipster__item--future {
  opacity: 0;
  -webkit-transition-delay: 115ms;
  -o-transition-delay: 115ms;
  transition-delay: 115ms;
}

.flipster--carousel .flipster__item--past-2, .flipster--carousel .flipster__item--future-2 {
  opacity: 0.6;
  -webkit-transition-delay: 90ms;
  -o-transition-delay: 90ms;
  transition-delay: 90ms;
}

.flipster--carousel .flipster__item--past-1, .flipster--carousel .flipster__item--future-1 {
  opacity: 0.8;
  -webkit-transition-delay: 60ms;
  -o-transition-delay: 60ms;
  transition-delay: 60ms;
}

.flipster--carousel .flipster__item--past .flipster__item__content {
  -webkit-transform: translateX(100%) rotateY(-20deg) scale(0.5);
  transform: translateX(100%) rotateY(-20deg) scale(0.5);
}

.flipster--carousel .flipster__item--past-2 .flipster__item__content {
  -webkit-transform: translateX(25%) rotateY(40deg) scale(0.65);
  transform: translateX(25%) rotateY(40deg) scale(0.65);
}

.flipster--carousel .flipster__item--past-1 .flipster__item__content {
  -webkit-transform: rotateY(45deg) scale(0.8);
  transform: rotateY(45deg) scale(0.8);
}

.flipster--carousel .flipster__item--future .flipster__item__content {
  -webkit-transform: translateX(-100%) rotateY(20deg) scale(0.5);
  transform: translateX(-100%) rotateY(20deg) scale(0.5);
}

.flipster--carousel .flipster__item--future-2 .flipster__item__content {
  -webkit-transform: translateX(-25%) rotateY(-40deg) scale(0.65);
  transform: translateX(-25%) rotateY(-40deg) scale(0.65);
}

.flipster--carousel .flipster__item--future-1 .flipster__item__content {
  -webkit-transform: rotateY(-45deg) scale(0.8);
  transform: rotateY(-45deg) scale(0.8);
}

.flipster--carousel.no-rotate .flipster__item--past .flipster__item__content {
  -webkit-transform: translateX(175%) scale(0.5);
  -ms-transform: translateX(175%) scale(0.5);
  transform: translateX(175%) scale(0.5);
}

.flipster--carousel.no-rotate .flipster__item--past-2 .flipster__item__content {
  -webkit-transform: translateX(25%) scale(0.65);
  -ms-transform: translateX(25%) scale(0.65);
  transform: translateX(25%) scale(0.65);
}

.flipster--carousel.no-rotate .flipster__item--past-1 .flipster__item__content {
  -webkit-transform: translateX(0%) scale(0.8);
  -ms-transform: translateX(0%) scale(0.8);
  transform: translateX(0%) scale(0.8);
}

.flipster--carousel.no-rotate .flipster__item--future .flipster__item__content {
  -webkit-transform: translateX(-175%) scale(0.5);
  -ms-transform: translateX(-175%) scale(0.5);
  transform: translateX(-175%) scale(0.5);
}

.flipster--carousel.no-rotate .flipster__item--future-2 .flipster__item__content {
  -webkit-transform: translateX(-25%) scale(0.65);
  -ms-transform: translateX(-25%) scale(0.65);
  transform: translateX(-25%) scale(0.65);
}

.flipster--carousel.no-rotate .flipster__item--future-1 .flipster__item__content {
  -webkit-transform: translateX(0%) scale(0.8);
  -ms-transform: translateX(0%) scale(0.8);
  transform: translateX(0%) scale(0.8);
}

.flipster--carousel .flipster__item--current .flipster__item__content {
  -webkit-transform: translateX(0) rotateY(0deg) scale(1);
  transform: translateX(0) rotateY(0deg) scale(1);
  -webkit-transition-delay: 60ms;
  -o-transition-delay: 60ms;
  transition-delay: 60ms;
}

.flipster--coverflow .flipster__container, .flipster--coverflow .flipster__item, .flipster--coverflow .flipster__item__content {
  -webkit-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  -webkit-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
  -o-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
  transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.flipster--coverflow .flipster__item {
  -webkit-perspective: 800px;
  perspective: 800px;
}

.flipster--coverflow .flipster__container {
  padding-bottom: 5%;
}

.flipster--coverflow .flipster__item__content {
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.12)), color-stop(0.2, transparent));
  -webkit-box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.12)), color-stop(0.2, transparent));
}

.flipster--coverflow .flipster__item__content img:only-child {
  display: block;
}

.flipster--coverflow .flipster__item--past .flipster__item__content {
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: scale(0.75) rotateY(55deg);
  transform: scale(0.75) rotateY(55deg);
}

.flipster--coverflow .flipster__item--future .flipster__item__content {
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale(0.75) rotateY(-55deg);
  transform: scale(0.75) rotateY(-55deg);
}

.flipster--coverflow .flip-current .flipster__item__content {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.flipster--flat .flipster__container, .flipster--flat .flipster__item, .flipster--flat .flipster__item__content {
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.flipster--flat .flipster__item--past, .flipster--flat .flipster__item--future {
  opacity: 0.5;
}

.flipster--flat .flipster__item--past .flipster__item__content {
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}

.flipster--flat .flipster__item--future .flipster__item__content {
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}

.flipster--wheel {
  overflow: hidden;
}

.flipster--wheel .flipster__container, .flipster--wheel .flipster__item__content {
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  -webkit-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
  -o-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
  transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.flipster--wheel .flipster__container {
  padding-bottom: 20%;
}

.flipster--wheel .flipster__item__content {
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.flipster--wheel .flipster__item--past .flipster__item__content {
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.flipster--wheel .flipster__item--future .flipster__item__content {
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.flipster--wheel .flipster__item__content img:only-child {
  display: block;
}

.flipster--wheel .flipster__item--past .flipster__item__content {
  opacity: 0;
  -webkit-transform: rotateZ(-80deg) translate(-170%, 110%);
  -ms-transform: rotate(-80deg) translate(-170%, 110%);
  transform: rotateZ(-80deg) translate(-170%, 110%);
}

.flipster--wheel .flipster__item--future .flipster__item__content {
  opacity: 0;
  -webkit-transform: rotateZ(80deg) translate(170%, 110%);
  -ms-transform: rotate(80deg) translate(170%, 110%);
  transform: rotateZ(80deg) translate(170%, 110%);
}

.flipster--wheel .flipster__item--past-3 .flipster__item__content {
  opacity: 1;
  -webkit-transform: rotateZ(-60deg) translate(-70%, 75%);
  -ms-transform: rotate(-60deg) translate(-70%, 75%);
  transform: rotateZ(-60deg) translate(-70%, 75%);
}

.flipster--wheel .flipster__item--future-3 .flipster__item__content {
  opacity: 1;
  -webkit-transform: rotateZ(60deg) translate(70%, 75%);
  -ms-transform: rotate(60deg) translate(70%, 75%);
  transform: rotateZ(60deg) translate(70%, 75%);
}

.flipster--wheel .flipster__item--past-2 .flipster__item__content {
  opacity: 1;
  -webkit-transform: rotateZ(-40deg) translate(-17%, 30%);
  -ms-transform: rotate(-40deg) translate(-17%, 30%);
  transform: rotateZ(-40deg) translate(-17%, 30%);
}

.flipster--wheel .flipster__item--future-2 .flipster__item__content {
  opacity: 1;
  -webkit-transform: rotateZ(40deg) translate(17%, 30%);
  -ms-transform: rotate(40deg) translate(17%, 30%);
  transform: rotateZ(40deg) translate(17%, 30%);
}

.flipster--wheel .flipster__item--past-1 .flipster__item__content {
  opacity: 1;
  -webkit-transform: rotateZ(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotateZ(-20deg);
}

.flipster--wheel .flipster__item--future-1 .flipster__item__content {
  opacity: 1;
  -webkit-transform: rotateZ(20deg);
  -ms-transform: rotate(20deg);
  transform: rotateZ(20deg);
}

.flipster--wheel .flip-current .flipster__item__content {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.clearfix:after, .row:after {
  display: block;
  content: "";
  clear: both;
}

.wrapper {
  width: 90%;
  max-width: 1360px;
  margin: 0 auto;
}

.row .col1 {
  float: left;
}
.row .col1 {
  width: 5.3333333333%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.row .col1.nogutter {
  width: 8.3333333333%;
  margin-left: 0;
  margin-right: 0;
}
.row .col1.nogutterleft, .row .col1.nogutterright {
  width: 6.8333333333%;
}
.row .col1.nogutterleft {
  margin-left: 0;
}
.row .col1.nogutterright {
  margin-right: 0;
}
.row .col2 {
  float: left;
}
.row .col2 {
  width: 13.6666666667%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.row .col2.nogutter {
  width: 16.6666666667%;
  margin-left: 0;
  margin-right: 0;
}
.row .col2.nogutterleft, .row .col2.nogutterright {
  width: 15.1666666667%;
}
.row .col2.nogutterleft {
  margin-left: 0;
}
.row .col2.nogutterright {
  margin-right: 0;
}
.row .col3 {
  float: left;
}
.row .col3 {
  width: 22%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.row .col3.nogutter {
  width: 25%;
  margin-left: 0;
  margin-right: 0;
}
.row .col3.nogutterleft, .row .col3.nogutterright {
  width: 23.5%;
}
.row .col3.nogutterleft {
  margin-left: 0;
}
.row .col3.nogutterright {
  margin-right: 0;
}
.row .col4 {
  float: left;
}
.row .col4 {
  width: 30.3333333333%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.row .col4.nogutter {
  width: 33.3333333333%;
  margin-left: 0;
  margin-right: 0;
}
.row .col4.nogutterleft, .row .col4.nogutterright {
  width: 31.8333333333%;
}
.row .col4.nogutterleft {
  margin-left: 0;
}
.row .col4.nogutterright {
  margin-right: 0;
}
.row .col5 {
  float: left;
}
.row .col5 {
  width: 38.6666666667%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.row .col5.nogutter {
  width: 41.6666666667%;
  margin-left: 0;
  margin-right: 0;
}
.row .col5.nogutterleft, .row .col5.nogutterright {
  width: 40.1666666667%;
}
.row .col5.nogutterleft {
  margin-left: 0;
}
.row .col5.nogutterright {
  margin-right: 0;
}
.row .col6 {
  float: left;
}
.row .col6 {
  width: 47%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.row .col6.nogutter {
  width: 50%;
  margin-left: 0;
  margin-right: 0;
}
.row .col6.nogutterleft, .row .col6.nogutterright {
  width: 48.5%;
}
.row .col6.nogutterleft {
  margin-left: 0;
}
.row .col6.nogutterright {
  margin-right: 0;
}
.row .col7 {
  float: left;
}
.row .col7 {
  width: 55.3333333333%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.row .col7.nogutter {
  width: 58.3333333333%;
  margin-left: 0;
  margin-right: 0;
}
.row .col7.nogutterleft, .row .col7.nogutterright {
  width: 56.8333333333%;
}
.row .col7.nogutterleft {
  margin-left: 0;
}
.row .col7.nogutterright {
  margin-right: 0;
}
.row .col8 {
  float: left;
}
.row .col8 {
  width: 63.6666666667%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.row .col8.nogutter {
  width: 66.6666666667%;
  margin-left: 0;
  margin-right: 0;
}
.row .col8.nogutterleft, .row .col8.nogutterright {
  width: 65.1666666667%;
}
.row .col8.nogutterleft {
  margin-left: 0;
}
.row .col8.nogutterright {
  margin-right: 0;
}
.row .col9 {
  float: left;
}
.row .col9 {
  width: 72%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.row .col9.nogutter {
  width: 75%;
  margin-left: 0;
  margin-right: 0;
}
.row .col9.nogutterleft, .row .col9.nogutterright {
  width: 73.5%;
}
.row .col9.nogutterleft {
  margin-left: 0;
}
.row .col9.nogutterright {
  margin-right: 0;
}
.row .col10 {
  float: left;
}
.row .col10 {
  width: 80.3333333333%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.row .col10.nogutter {
  width: 83.3333333333%;
  margin-left: 0;
  margin-right: 0;
}
.row .col10.nogutterleft, .row .col10.nogutterright {
  width: 81.8333333333%;
}
.row .col10.nogutterleft {
  margin-left: 0;
}
.row .col10.nogutterright {
  margin-right: 0;
}
.row .col11 {
  float: left;
}
.row .col11 {
  width: 88.6666666667%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.row .col11.nogutter {
  width: 91.6666666667%;
  margin-left: 0;
  margin-right: 0;
}
.row .col11.nogutterleft, .row .col11.nogutterright {
  width: 90.1666666667%;
}
.row .col11.nogutterleft {
  margin-left: 0;
}
.row .col11.nogutterright {
  margin-right: 0;
}
.row .col12 {
  float: left;
}
.row .col12 {
  width: 97%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.row .col12.nogutter {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.row .col12.nogutterleft, .row .col12.nogutterright {
  width: 98.5%;
}
.row .col12.nogutterleft {
  margin-left: 0;
}
.row .col12.nogutterright {
  margin-right: 0;
}

@media screen and (min-width: 1360px) {
  .wrapper {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
  }
}
/* MOBILE AND TABLETTE */
@media screen and (max-width: 768px) {
  .hideonmobile {
    display: none !important;
  }
  .row .col2, .row .col3, .row .col4, .row .col5, .row .col6, .row .col8, .row .col9, .row .col12 {
    width: 100%;
    margin: 0 auto 20px;
  }
  .row .col2.nogutter, .row .col3.nogutter, .row .col4.nogutter, .row .col5.nogutter, .row .col6.nogutter, .row .col8.nogutter, .row .col9.nogutter, .row .col12.nogutter {
    width: 100%;
    margin: 0 auto 20px;
  }
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
main ol, #main_content ol {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
main ol li, #main_content ol li {
  color: #063239;
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 8px;
}
main ol li a, #main_content ol li a {
  color: #5e5ddc;
  text-decoration: underline;
}
main ol li::marker, #main_content ol li::marker {
  color: #5e5ddc;
}
main ol ul, #main_content ol ul {
  margin: 8px 0;
}
main ul, #main_content ul {
  padding: 0;
  margin: 0;
  list-style-type: disc;
  list-style-position: inside;
}
main ul li, #main_content ul li {
  color: #063239;
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 8px;
}
main ul li a, #main_content ul li a {
  color: #5e5ddc;
  text-decoration: underline;
}
main ul li::marker, #main_content ul li::marker {
  color: #5e5ddc;
}
main p, #main_content p {
  font-size: 16px;
  line-height: 23px;
  color: #063239;
  margin: 0 0 10px;
}
main a, #main_content a {
  color: #5e5ddc;
}

a {
  text-decoration: none;
}

.negativemargin {
  margin-left: -1.5%;
  margin-right: -1.5%;
  width: 103%;
}

h1 {
  font-weight: 900;
  text-transform: uppercase;
  color: #0e2147;
  font-size: 50px;
  line-height: 58px;
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-weight: 900;
  text-transform: none;
  color: #063239;
  font-size: 40px;
  line-height: 48px;
  margin-top: 0;
  margin-bottom: 20px;
}

h3 {
  font-weight: 900;
  text-transform: none;
  color: #063239;
  font-size: 24px;
  line-height: 32px;
  margin-top: 25px;
  margin-bottom: 10px;
}

h4 {
  font-weight: 900;
  text-transform: none;
  color: #063239;
  font-size: 20px;
  line-height: 30px;
  margin-top: 15px;
}

.aligncenter {
  margin: 0 auto;
  text-align: center;
}

.cta.blanc {
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 0;
  color: #fff;
  padding: 14px 0 13px;
  min-width: 200px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-top: 15px;
  line-height: 1;
  text-transform: none;
}
.cta.blanc:hover {
  color: #063239;
  background: #fff;
}

.bouton_primaire {
  /*
     border-radius: 50px;
     color: $indigo;
     padding: 0;
     min-width: 200px;
     text-align:center;
     font-size: 16px;
     font-weight: 400;
     display: inline-block;
     margin-top: 15px;
     background:$turquoise;
     line-height: 1;
     text-transform: none;
     height: 46px;
     line-height: 46px;

     &:hover{
     	background-image: linear-gradient(to left, #5e5de3 100%, #411cb4 0%);
     	color: #fff;
     }
     */
  margin-top: 15px;
  position: relative;
  color: #0e2147;
  font-size: 14px;
  display: inline-block;
  height: 100%;
  padding: 15px 45px;
  z-index: 5;
}
.bouton_primaire:before {
  position: absolute;
  inset: 0;
  content: "";
  background: #8ef0d8;
  transform: skew(334deg);
  z-index: -1;
}
.bouton_primaire:hover {
  color: #fff;
}
.bouton_primaire:hover:before {
  background: #5e5ddc;
}
.bouton_primaire.rose {
  border-radius: 50px;
  color: #fff;
  padding: 0;
  min-width: 200px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-top: 15px;
  background: #db2b5a;
  line-height: 1;
  text-transform: none;
  height: 46px;
  line-height: 46px;
}
.bouton_primaire.rose:hover {
  background-image: linear-gradient(to left, #5e5de3 100%, #411cb4 0%);
  color: #fff;
}
.bouton_primaire.violet {
  border-radius: 50px;
  color: #fff;
  padding: 0;
  min-width: 200px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-top: 15px;
  background: #5e5ddc;
  line-height: 1;
  text-transform: none;
  height: 46px;
  line-height: 46px;
}
.bouton_primaire.violet:hover {
  background: #063239;
  color: #fff;
}

.bouton_secondaire {
  /*
  border: 1px solid $black_panther;
     border-radius: 50px;
     color: $black_panther;
     padding: 14px 0 13px;
     min-width: 200px;
     text-align:center;
     font-size: 16px;
     font-weight: 400;
     display: inline-block;
     margin-top: 15px;
     line-height: 1;
     text-transform: none;

     &:hover{
     	background:$black_panther;
     	color: #fff;
     }
     */
  margin-top: 15px;
  position: relative;
  color: #0e2147;
  font-size: 14px;
  display: inline-block;
  height: 100%;
  padding: 15px 45px;
  z-index: 5;
}
.bouton_secondaire:before {
  position: absolute;
  inset: 0;
  content: "";
  border: 1px solid #0e2147;
  transform: skew(334deg);
  z-index: -1;
}
.bouton_secondaire:hover {
  color: #fff;
}
.bouton_secondaire:hover:before {
  background: #5e5ddc;
  border: 1px solid #5e5ddc;
}
.bouton_secondaire.blanc {
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 0;
  color: #fff;
  padding: 14px 0 13px;
  min-width: 200px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-top: 15px;
  line-height: 1;
  text-transform: none;
}
.bouton_secondaire.blanc:hover {
  color: #063239;
  background: #fff;
}
.bouton_secondaire.grand {
  min-width: 242px;
}

.bouton_tertiaire {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #063239;
  position: relative;
  padding-right: 0;
}
.bouton_tertiaire:after {
  content: "";
  background: url(../../images/arrow_lien_tertiaire.svg) no-repeat center center;
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 11px;
  right: -20px;
  top: 5px;
}
.bouton_tertiaire:before {
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #5e5ddc;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.bouton_tertiaire:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}

.bigmargintopbottom {
  margin-top: 40px;
  margin-bottom: 40px;
}

.margintopbottom {
  margin-top: 25px;
  margin-bottom: 25px;
}

#axeptio_overlay.hide {
  display: none !important;
}

#tidio-chat.hide {
  display: none !important;
}

.hideondesktop {
  display: none;
}

/* MOBILE */
@media screen and (max-width: 768px) {
  h1 {
    font-size: 20px;
    line-height: 28px;
  }
  h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .hideondesktop {
    display: block;
  }
}
:root {
  --slidergradienttop: #e83c12;
  --slidergradientbottom: #32023b;
}

html body {
  padding: 0;
  padding-top: 105px;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  background: #fff;
}
html body * {
  box-sizing: border-box;
}

#header {
  background-color: #0e2147;
  height: 105px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: height 0.3s;
}
#header.sticky.small {
  height: 80px;
}
#header.small > .wrapper {
  height: 100%;
}
#header #infobarretop {
  background: #f3f3f3;
  padding: 0;
  height: 40px;
  line-height: 40px;
}
#header #infobarretop p {
  color: #202020;
  font-size: 14px;
  text-align: center;
  margin: 0;
  padding: 0;
  font-weight: 300;
}
#header #infobarretop .closeinfobarretop {
  color: #202020;
  border-radius: 100%;
  padding: 0 8px 5px;
  position: absolute;
  top: 0;
  right: 3px;
  z-index: 20;
  cursor: pointer;
}
#header #infobarretop .closeinfobarretop:hover {
  background: #000;
  color: #8ef0d8;
}
#header #infobarretop.hide {
  display: none;
}
@media screen and (max-width: 560px) {
  #header #infobarretop p {
    font-size: 12px;
  }
}
@media screen and (max-width: 420px) {
  #header #infobarretop {
    padding: 7px 13px 7px 3px;
  }
  #header #infobarretop .wrapper {
    width: 100%;
    padding-left: 0;
  }
  #header #infobarretop p {
    font-size: 9px;
    padding: 0;
  }
  #header #infobarretop .closeinfobarretop {
    top: 2px;
    right: -15px;
    z-index: 20;
    cursor: pointer;
    font-size: 15px;
  }
}
#header > .wrapper {
  height: 65px;
}
#header > .wrapper > .row {
  padding: 0;
  height: 100%;
}
#header > .wrapper > .row > div {
  height: 100%;
}
#header > .wrapper > .row > div.wrapper-logo a {
  display: inline-block;
  height: 65px;
  line-height: 64px;
}
#header > .wrapper > .row > div.wrapper-logo a img.logo {
  height: 100%;
  max-height: 29px;
  width: auto;
  margin-top: 18px;
}
#header .ico_burger {
  display: none;
}
#header .menu {
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: left;
  position: relative;
}
#header .menu > li {
  display: flex;
  align-items: center;
  margin-right: 2px;
  /* FIN pictos menus */
}
#header .menu > li:last-child {
  margin-right: 0;
}
#header .menu > li a {
  color: white;
  font-size: 14px;
  display: block;
  height: 100%;
  line-height: 64px;
  position: relative;
  padding: 0 22px;
}
#header .menu > li a:after {
  background: #180822;
}
#header .menu > li a:before {
  position: absolute;
  inset: 0;
  content: "";
  background: #8ef0d8;
  transform: skew(334deg);
  z-index: -1;
  display: none;
}
#header .menu > li a:hover {
  background: transparent;
  color: #0e2147;
}
#header .menu > li a:hover:before {
  display: block;
}
#header .menu > li a + ul {
  padding: 0 5px 0;
}
#header .menu > li a + ul li a {
  padding: 0;
}
#header .menu > li a + ul li a:hover {
  color: #8ef0d8;
}
#header .menu > li.current-menu-item a:before, #header .menu > li.current-page-ancestor a:before {
  left: 0% !important;
}
#header .menu > li.current_page_item a:before {
  left: 0;
}
#header .menu > li.pll-parent-menu-item a {
  padding: 3px 19px 3px 5px !important;
  border: 1px solid #8ef0d8;
  border-radius: 6px;
  position: relative;
}
#header .menu > li.pll-parent-menu-item a img {
  width: 25px !important;
  height: auto !important;
  margin-top: 4px;
  margin-left: 2px;
}
#header .menu > li.pll-parent-menu-item a:hover {
  background: #8ef0d8;
}
#header .menu > li.pll-parent-menu-item a:hover:after {
  background: transparent !important;
  border-color: #000 transparent transparent transparent;
}
#header .menu > li.pll-parent-menu-item a:before {
  display: none;
}
#header .menu > li.pll-parent-menu-item a:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #3cffd8 transparent transparent transparent;
  position: absolute;
  top: 14px;
  right: 5px;
  content: "";
}
#header .menu > li.pll-parent-menu-item ul.sub-menu {
  width: 39px !important;
  left: 10px;
}
#header .menu > li.pll-parent-menu-item ul.sub-menu li {
  margin-bottom: 7px;
  padding: 0;
  border-radius: 6px;
}
#header .menu > li.pll-parent-menu-item ul.sub-menu li.current-lang {
  display: none;
}
#header .menu > li.pll-parent-menu-item ul.sub-menu li a {
  width: 50px !important;
  padding: 5px !important;
  border-radius: 6px !important;
}
#header .menu > li.mouseover > a {
  /*
  &:before{
  	content: "";
      position: absolute;
      z-index: -1;
      left: 0;
      right: auto;
      bottom: 0;
      background: #3cffd9;
      height: 2px;
      transition-property: left;
      transition-duration: 0.3s;
      transition-timing-function: ease-out;
      width: 100%;
  }
  */
}
#header .menu > li.mouseover ul.sub-menu {
  opacity: 1;
  top: 97%;
}
#header .menu > li.mouseover ul.sub-menu:before {
  top: 0;
}
#header .menu > li.mouseover ul.sub-menu li a {
  padding: 0 !important;
}
#header .menu > li ul.sub-menu {
  position: absolute;
  top: -180px;
  left: 0;
  width: 60vw;
  padding-top: 16px;
  opacity: 0;
  z-index: -1;
  height: 0;
  transition: opacity 0.42s cubic-bezier(0.52, 0.16, 0.24, 1), top 0.7s cubic-bezier(0.52, 0.16, 0.24, 1), height 0.7s cubic-bezier(0.52, 0.16, 0.24, 1);
  /*
  display: flex;
  flex-flow: column wrap;
  align-content: flex-start;
  flex-grow: 1;
  margin-right: auto;
  */
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
}
#header .menu > li ul.sub-menu:before {
  height: 115%;
  position: absolute;
  top: -120%;
  left: -120%;
  right: -120%;
  content: "";
  background: #170927;
  width: auto;
  z-index: -1;
  transition-property: top;
  transition-duration: 0.7s;
  transition-timing-function: ease-out;
}
#header .menu > li ul.sub-menu li {
  margin-bottom: 7px;
  margin: 0;
  display: block;
  padding: 7px 0;
}
#header .menu > li ul.sub-menu li a {
  border: none;
  color: #fff !important;
  text-align: left !important;
  font-family: "Inter", sans-serif;
}
#header .menu > li ul.sub-menu li a:before, #header .menu > li ul.sub-menu li a:after {
  display: none !important;
}
#header .menu > li ul.sub-menu li a:hover {
  color: #8ef0d8 !important;
  font-weight: 900 !important;
}

.page-template-template-betsport #header {
  background: #002b78;
  background: linear-gradient(90deg, #002b78 0%, #840173 100%);
}

@media screen and (max-width: 1024px) {
  #header .menu li a {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    font-size: 1.125rem;
  }
}
/* MOBILE */
@media screen and (max-width: 768px) {
  #header .col3 {
    position: relative;
    z-index: 3;
  }
  #header .col11 {
    position: relative;
    z-index: 2;
  }
  #header .logo {
    max-height: 45px;
  }
  #header .ico_burger {
    display: block;
    float: right;
    width: 1.5625rem;
    height: 1.5625rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    transition: all 0.6s;
  }
  #header .ico_burger span {
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    display: block;
    width: 1.5625rem;
    background: rgb(255, 255, 255);
    height: 0.1875rem;
    position: relative;
    border-radius: 0.625rem;
  }
  #header .ico_burger span:before, #header .ico_burger span:after {
    background: white;
    height: 0.1875rem;
    width: 1.5625rem;
    border-radius: 0.625rem;
    content: "";
    left: 0;
    position: absolute;
  }
  #header .ico_burger span:before {
    transform: translateY(-8px);
  }
  #header .ico_burger span:after {
    transform: translateY(8px);
  }
  #header .ico_burger:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 1.5625rem;
    height: 1.5625rem;
    background: #200F36;
    border-radius: 50%;
    transition: all 0.3s;
  }
  #header .menu {
    top: 150%;
    left: 0;
    visibility: hidden;
    z-index: 5;
    position: absolute;
    height: auto;
    text-align: center;
  }
  #header .menu li {
    margin: 0 0 17px 0;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s;
    width: 100%;
  }
  #header .menu li a {
    width: auto;
    max-width: 12.5rem;
    text-align: center;
  }
  #header .menu li.lang-item {
    display: inline-block;
  }
  #header .col9.open .menu {
    display: block;
    visibility: visible;
  }
  #header .col9.open .menu li {
    opacity: 1;
  }
  #header .col9.open .ico_burger {
    transform: translateY(-50%) rotate(360deg);
  }
  #header .col9.open .ico_burger span {
    background: rgba(255, 255, 255, 0);
  }
  #header .col9.open .ico_burger span:before {
    transform: translateY(0px) rotate(45deg);
  }
  #header .col9.open .ico_burger span:after {
    transform: translateY(0px) rotate(-45deg);
  }
  #header .col9.open .ico_burger:before {
    width: 300vh;
    height: 300vh;
  }
}
/* MOBILE */
@media screen and (max-width: 768px) {
  #header {
    height: 106px;
    /*
    > .wrapper > .row > div{
    	height: 100%;
    	padding-top:10px;
    	padding-bottom:10px;
    	position: relative;

    	text-align: center;
    }
    */
  }
  #header #infobarretop {
    padding: 7px 13px 7px 3px;
    height: auto;
    line-height: 1.6;
  }
  #header.header_with_infobar .wrapper .menu li.menu-item.account .user {
    top: 20px !important;
  }
  #header > .wrapper > .row > div.col3 {
    width: 75%;
    float: left;
  }
  #header > .wrapper > .row > div.col9 {
    width: 25%;
    float: left;
  }
  #header .wrapper .menu {
    top: 110px;
    left: 10%;
    position: fixed;
    width: 80%;
    background: #200F36;
  }
  #header .wrapper .menu li:not(.lang-item) {
    justify-content: center;
  }
  #header .wrapper .menu li:not(.lang-item).account .user {
    width: 100%;
  }
  #header .wrapper .menu li:not(.lang-item).account .user i, #header .wrapper .menu li:not(.lang-item).account .user span, #header .wrapper .menu li:not(.lang-item).account .user:after {
    display: none;
  }
  #header .wrapper .menu li:not(.lang-item).account .user .logout, #header .wrapper .menu li:not(.lang-item).account .user .myaccount {
    position: relative;
    opacity: 1;
    font-size: 1.25rem;
    bottom: unset;
  }
  #header .wrapper .menu li:not(.lang-item) a:not(.user):not(.logout), #header .wrapper .menu li:not(.lang-item) a:not(.user):not(.myaccount) {
    font-size: 24px;
    max-width: none;
  }
  #header .wrapper .menu li.connexion a {
    display: inline-block;
    width: auto;
    padding: 4px 15px 8px !important;
  }
  #header .wrapper .menu li.lang-item:before, #header .wrapper .menu li.lang-item:after {
    display: none;
  }
  #header .wrapper .menu li.picto-menu.slots > a:after {
    top: 16px;
  }
  #header .wrapper .menu li.picto-menu.giveaways > a:after {
    top: 18px;
  }
  #header .wrapper .menu li.picto-menu.fakehover > a:after {
    content: "";
    background: transparent !important;
  }
  #header .wrapper .menu li.picto-menu.fakehover > a:before {
    margin-left: 0;
  }
  #header .wrapper .menu li.picto-menu > a {
    padding-left: 22px;
  }
  #header .wrapper .menu li.menu-item-has-children > a {
    padding-right: 0px !important;
    position: relative !important;
    overflow: visible !important;
    padding-left: 22px;
    /*
    &:before{
    	display: none;
    }
    */
  }
  #header .wrapper .menu li.menu-item-has-children > a:before {
    content: "";
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M30.3%2C97.4c1.9%2C0%2C3.9-0.7%2C5.3-2.2L75.8%2C55c2.9-2.9%2C2.9-7.7%2C0-10.7L35.6%2C4.1c-2.9-2.9-7.7-2.9-10.7%2C0s-2.9%2C7.7%2C0%2C10.7%0A%09l34.9%2C34.9L24.9%2C84.5c-2.9%2C2.9-2.9%2C7.7%2C0%2C10.7C26.4%2C96.6%2C28.3%2C97.4%2C30.3%2C97.4z%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat center center !important;
    width: 0.8em;
    height: 0.7em;
    position: absolute;
    display: inline-block;
    margin-left: 10px;
    top: 33%;
    left: 115%;
  }
  #header .wrapper .menu li.menu-item-has-children > a:after {
    top: 18px;
    background-size: 15px 15px !important;
  }
  #header .wrapper .menu li.menu-item-has-children.current-menu-item:before, #header .wrapper .menu li.menu-item-has-children.current-page-ancestor:before {
    display: block;
  }
  #header .wrapper .menu li {
    justify-content: left !important;
  }
  #header .wrapper .menu li.hidden, #header .wrapper .menu li.parentactive {
    display: none;
  }
  #header .wrapper .menu li:hover ul.sub-menu {
    opacity: 0;
  }
  #header .wrapper .menu li ul.sub-menu {
    transition: none !important;
  }
  #header .wrapper .menu li.pll-parent-menu-item > a {
    display: none !important;
  }
  #header .wrapper .menu li.pll-parent-menu-item ul {
    top: 0;
    left: 0;
    position: relative;
    width: 100% !important;
    opacity: 1;
    text-align: left;
  }
  #header .wrapper .menu li.pll-parent-menu-item ul:before {
    display: none;
  }
  #header .wrapper .menu li.pll-parent-menu-item ul li {
    display: inline-block !important;
    width: auto;
  }
  #header .wrapper .menu li.pll-parent-menu-item ul li.current-lang {
    border: 1px solid #8ef0d8;
    border-radius: 5px;
  }
  #header .wrapper .menu li.pll-parent-menu-item ul li a {
    padding: 3px 6px;
    background: none !important;
  }
  #header .wrapper .menu li.fakehover {
    margin-top: 0;
  }
  #header .wrapper .menu li.fakehover > a {
    display: none;
  }
  #header .wrapper .menu li.fakehover.opensub {
    margin-top: 10px;
  }
  #header .wrapper .menu li.fakehover.opensub > a {
    display: block !important;
    text-align: left !important;
    color: #fff !important;
    font-size: 1.4em !important;
    background: none !important;
    position: relative !important;
    width: 100% !important;
    height: 22px;
    padding-bottom: 8px !important;
    font-weight: 900 !important;
  }
  #header .wrapper .menu li.fakehover.opensub > a span.back {
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    position: absolute;
    left: 25px;
    top: 13%;
  }
  #header .wrapper .menu li.fakehover.opensub > a span.current {
    color: #8ef0d8;
    display: block;
    text-align: right;
    width: 100%;
    font-size: 0.9em;
  }
  #header .wrapper .menu li.fakehover.opensub > a span.previous {
    color: #fff;
    display: block;
    font-size: 0.7em;
    text-align: right;
    width: 100%;
    line-height: 1em;
  }
  #header .wrapper .menu li.fakehover > a:before {
    content: "";
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M70.5%2C97.4c-1.9%2C0-3.9-0.7-5.3-2.2L24.9%2C55c-2.9-2.9-2.9-7.7%2C0-10.7L65.1%2C4.1c2.9-2.9%2C7.7-2.9%2C10.7%2C0s2.9%2C7.7%2C0%2C10.7%0A%09L40.9%2C49.6l34.9%2C34.9c2.9%2C2.9%2C2.9%2C7.7%2C0%2C10.7C74.3%2C96.6%2C72.4%2C97.4%2C70.5%2C97.4z%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat center center !important;
    width: 18px !important;
    height: 14px !important;
    position: absolute !important;
    display: inline-block !important;
    top: 44% !important;
    left: 0 !important;
  }
  #header .wrapper .menu li.fakehover > a:after {
    display: none;
  }
  #header .wrapper .menu li.fakehover ul.sub-menu {
    width: 100% !important;
    opacity: 1;
    margin-left: 0;
    display: block;
    position: absolute;
    top: 40px;
    left: 0;
  }
  #header .wrapper .menu li.fakehover ul.sub-menu:before {
    display: none;
  }
  #header .wrapper .menu li.fakehover ul.sub-menu > li {
    text-align: left;
  }
  #header .wrapper .menu li.fakehover ul.sub-menu > li a {
    width: auto !important;
    background: transparent !important;
    color: #fff !important;
    text-align: center !important;
    font-size: 20px !important;
    text-align: left !important;
  }
  #header .wrapper .menu li.fakehover ul.sub-menu > li a:after {
    background-color: transparent !important;
  }
  #header .wrapper .menu li.fakehover ul.sub-menu > li.current-menu-item a {
    border-bottom: 2px solid #8ef0d8;
    border-radius: 0;
  }
  #header .logo {
    z-index: 10;
    position: relative;
  }
  #header.sticky .wrapper .menu li:not(.lang-item).account .user {
    top: -11px;
  }
  #header.sticky > .wrapper > .row > div {
    height: 90%;
    padding-top: 8px;
    padding-bottom: 4px;
  }
}
footer {
  background-image: linear-gradient(to bottom, #0E2147, #0E2147);
}

#footer_top {
  margin-top: 0;
  color: #fff;
  padding: 35px 0 0;
}
#footer_top h3 {
  color: #fff;
  font-size: 16px;
}
#footer_top ul.list_legals li {
  margin-right: 60px;
}
#footer_top ul.list_legals li a {
  display: block;
}
#footer_top ul.list_legals li:first-child {
  position: relative;
  top: -8px;
}
#footer_top ul.list_legals li:last-child {
  margin-right: 0;
}
#footer_top .socialsMenu {
  list-style-type: none;
  display: block;
}
#footer_top .socialsMenu li {
  margin-right: 60px;
  margin-bottom: 10px;
  display: block;
  clear: both;
  line-height: 28px;
  color: #fff;
}
#footer_top .socialsMenu li a {
  background: url(../../images/picto-socials-orange.png) transparent no-repeat;
  background-size: auto 2.875rem;
  height: 1.4375rem;
  display: block;
  transition: background-position 0.3s;
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
}
#footer_top .socialsMenu li a:hover {
  color: #8ef0d8;
}
#footer_top .socialsMenu li.contact a {
  width: 28px;
  height: 28px;
  padding-left: 35px;
  background: url(../../images/icon-mail.svg) no-repeat left center/contain;
}

#footer {
  position: relative;
  padding-bottom: 0;
  z-index: 115;
  padding: 0 0 25px 0;
}
#footer h3 {
  font-size: 1.375rem;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  margin: 0 0 0.9375rem 0;
}
#footer h3.marginTop {
  margin-top: 2.5rem;
}
#footer p {
  color: #fff;
  font-size: 12px;
}
#footer ul li a {
  color: #fff;
}
#footer ul li a:hover {
  color: #8ef0d8;
}

.jeu_responsable {
  margin-top: 1.25rem;
  margin-bottom: 1.5625rem;
}
.jeu_responsable p.logos_jeu_responsable {
  margin-bottom: 15px;
  text-align: right;
}
.jeu_responsable p.logos_jeu_responsable img {
  height: 40px;
  width: auto;
}
.jeu_responsable ul {
  margin: 0 0 20px;
  float: left;
  width: 100%;
  clear: both;
}
.jeu_responsable ul.list_legals {
  list-style-type: none;
}
.jeu_responsable ul.list_legals li {
  float: left;
  margin-right: 35px;
}
.jeu_responsable ul.list_legals li:first-of-type {
  margin-right: 30px;
}
.jeu_responsable ul.list_legals li a {
  font-size: 14px;
  text-decoration: none;
  top: 3px;
  position: relative;
  color: #fff;
}
.jeu_responsable ul.list_legals li a:hover {
  color: #8ef0d8;
}
.jeu_responsable p {
  font-weight: 300;
  line-height: 1.7em;
  font-size: 15px;
}

.page-template-template-betsport #footer {
  background: #002b78;
  background: linear-gradient(150deg, #790473 0%, #331a76 100%);
}

/* MOBILE */
@media screen and (max-width: 768px) {
  #footer_top ul.list_legals {
    text-align: center;
  }
  #footer_top ul.list_legals li {
    display: block;
    clear: both;
    text-align: center;
    margin: 0 0 15px;
    width: 100%;
    position: relative;
    top: 0 !important;
  }
  #footer_top ul.list_legals li a {
    display: inline-block;
  }
  #footer_top .socialsMenu li.contact a {
    width: 28px;
    height: 28px;
    padding-left: 35px;
    display: inline-block;
    margin: 0;
    transform: translateX(-65px);
  }
  #footer_top > .wrapper > .col8 {
    width: 100%;
    margin: 0;
    float: left;
    text-align: center;
  }
  #footer_top > .wrapper > .col8 ul {
    text-align: center;
  }
  #footer_top > .wrapper > .col8 ul li {
    display: block;
    clear: both;
    text-align: center;
    margin: 0 0 15px;
    width: 100%;
    position: relative;
    top: 0 !important;
  }
  #footer_top > .wrapper > .col4 {
    width: 100%;
    margin: 0;
  }
  #footer_top h3 {
    font-size: 23px;
    margin-bottom: 10px;
  }
  .jeu_responsable p.logos_jeu_responsable {
    text-align: center;
  }
  #footer {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 100;
  }
  #footer p a, #footer ul li a {
    display: inline-block;
  }
  #footer .block {
    float: none;
    width: 100%;
  }
  #footer .block h3 {
    font-size: 1rem;
  }
  #footer .block h3.marginTop {
    margin-top: 1.875rem;
  }
  #footer .col3.social {
    display: block;
    width: 100%;
    text-align: center;
  }
  #footer .col3.social h3 {
    font-size: 1.4375rem;
  }
  #footer .col3.social .socialsMenu {
    justify-content: center;
  }
  #footer .menu_footer {
    display: block;
    width: 100%;
    margin-top: 2.1875rem;
  }
  #footer .menu_footer #footer_menu {
    display: block;
    width: 100%;
  }
  #footer .menu_footer #footer_menu > li {
    /*display: inline-block;
    width: 48%;
    margin-right: 1%;
    float: left;
    */
    text-align: left;
    display: block;
    margin-bottom: 27px;
  }
  #footer .menu_footer #footer_menu > li a {
    display: block;
    margin-bottom: 9px;
    text-transform: none;
  }
  #footer .menu_footer #footer_menu > li > a {
    font-size: 16px !important;
  }
  #footer .menu_footer #footer_menu > li.not_a_link ul li a {
    font-size: 16px !important;
  }
  #footer .jeu_responsable {
    margin-top: 30px;
  }
  #footer .jeu_responsable .logos_jeu_responsable a {
    margin-bottom: 10px;
  }
  #footer .jeu_responsable .list_legals {
    margin-top: 0;
    text-align: center;
  }
  #footer .jeu_responsable .list_legals li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
.jq-stars {
  display: inline-block;
}

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}

.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: default;
  position: relative;
}

.jq-star-svg {
  padding-left: 3px;
  width: 100%;
  height: 100%;
}

.jq-star-svg path {
  /* stroke: #000; */
  stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
  -webkit-filter: drop-shadow(-2px -2px 2px #888);
  filter: drop-shadow(-2px -2px 2px #888);
}

.my-rating {
  display: inline-block;
}

#avisCasino {
  position: relative;
}
#avisCasino .avisBackground {
  padding-top: 35px;
  padding-bottom: 35px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
#avisCasino .avisBackground .logo_casino {
  float: left;
  margin-right: 20px;
  width: 210px;
  height: 80px;
  line-height: 80px;
  vertical-align: middle;
}
#avisCasino .avisBackground .logo_casino img {
  max-width: 100%;
  max-height: 80px;
  vertical-align: middle;
}
#avisCasino .avisBackground .note {
  display: inline-block;
  text-align: center;
  width: 125px;
}
#avisCasino .avisBackground .intro p {
  margin: 1.5em 0;
}
#avisCasino .avisBackground .intro p strong {
  font-size: 1.5em;
}
#avisCasino .avisBackground .button {
  background: #ffa532;
  padding: 0.625rem 1.3125rem;
  font-size: 16px;
  color: #000;
  border: 2px solid #ffa532;
  text-align: center;
  font-weight: 400;
  text-transform: none;
  display: inline-block;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition-duration: 0.3s;
  transition-property: transform;
}
#avisCasino .avisBackground .button:hover {
  transform: scale(1.1);
}
#avisCasino img {
  max-width: 100%;
  height: auto;
}
#avisCasino #innerAvisCasino {
  position: relative;
}
#avisCasino #innerAvisCasino section img {
  border-radius: 15px;
}
#avisCasino .my-rating {
  margin-top: 13px;
}
#avisCasino #menu_left {
  width: 33vw;
  background: rgba(60, 255, 217, 0.95);
  height: 100%;
  position: absolute;
  left: calc(-33vw + 50px);
  padding-right: 50px;
  top: 0;
  z-index: 100;
  -webkit-transition: left 0.1s;
  transition: left 0.1s;
  /*&:before{
  	position: absolute;
  	right: -10px;
  	top:0;
  	content: ' ';
  	height: 55px;
  	width: 100%;
  	border-radius:15px;
  	background: rgba($menu_bleu_clair, 0.95);
  }
  */
}
#avisCasino #menu_left .menu_toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
#avisCasino #menu_left .menu_toggle:before, #avisCasino #menu_left .menu_toggle:after {
  position: absolute;
  left: 5px;
  content: " ";
  height: 25px;
  width: 2px;
  background-color: #fff;
}
#avisCasino #menu_left .menu_toggle:before {
  transform: rotate(0);
}
#avisCasino #menu_left .menu_toggle:after {
  transform: rotate(90deg);
}
#avisCasino #menu_left.open {
  left: 0;
  width: auto;
}
#avisCasino #menu_left.open .menu_toggle:before {
  transform: rotate(45deg);
}
#avisCasino #menu_left.open .menu_toggle:after {
  transform: rotate(-45deg);
}
#avisCasino #menu_left ul {
  padding: 50px 0 0 60px;
}
#avisCasino #menu_left ul li {
  display: block;
  margin-bottom: 17px;
}
#avisCasino #menu_left ul li a {
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #210f35;
}
#avisCasino #menu_left ul li a:hover {
  color: #fff;
}
#avisCasino #menu_left ul li.active a {
  color: #210f35;
  font-weight: 900;
}
#avisCasino .fixedElement {
  z-index: 50;
  position: relative;
  padding-top: 33px;
}
#avisCasino .fixedElement a {
  overflow: hidden;
  display: block;
}
#avisCasino .fixedElement a img {
  border-radius: 15px;
  max-width: 85%;
}
#avisCasino .wrapper {
  color: #fff;
}
#avisCasino .wrapper h1 {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}
#avisCasino .wrapper h2 {
  font-family: "Inter", sans-serif;
  font-size: 2em;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
  padding-top: 15px;
}
#avisCasino .wrapper h3 {
  font-family: "Inter", sans-serif;
  font-size: 1.3em;
  font-weight: 800;
  text-transform: none;
  color: #3cffd9;
  margin-bottom: 0;
  margin-top: 0.7em;
}
#avisCasino .wrapper p {
  font-family: "Inter", sans-serif;
  font-size: 1.1em;
  color: white;
  line-height: 1.5em;
}
#avisCasino .wrapper p a {
  text-decoration: underline;
}
#avisCasino .wrapper p a:hover {
  color: #3cffd9;
}
#avisCasino .wrapper figure {
  margin: 0;
}
#avisCasino .wrapper ul {
  list-style-type: none;
  margin-bottom: 1em;
  margin-top: 1em;
}
#avisCasino .wrapper ul li {
  margin-bottom: 0.3em;
}
#avisCasino .wrapper ul li:before {
  content: "- ";
}
#avisCasino .wrapper fieldset {
  border: solid 2px #3cffd9;
  border-radius: 6px;
  padding: 15px 15px 5px;
}
#avisCasino .wrapper fieldset h3 {
  color: #3cffd9;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 900;
  font-size: 1.35em;
}
#avisCasino .wrapper fieldset p {
  color: #3cffd9;
  margin-top: 5px;
  margin-bottom: 5px;
}
#avisCasino .wrapper fieldset ul {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
#avisCasino .wrapper fieldset ul li {
  color: #fff;
}
#avisCasino .wrapper a.read_more {
  border-radius: 50px !important;
  font-size: 0.875rem;
  text-align: center;
  font-weight: 400;
  text-transform: none;
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 0.3125rem 0.625rem;
  background: transparent;
  border: 2px solid #ffa532;
  z-index: 1;
  border-radius: 50px;
  overflow: hidden;
  padding: 0.375rem 1.0625rem;
  font-size: 17px;
  display: inline-block;
  text-decoration: none;
  width: auto;
}
#avisCasino .wrapper a.read_more:hover {
  background: #ffa532;
  color: #000;
  font-weight: 700;
}
#avisCasino .wrapper a.read_more:after {
  background: #261240;
}
#avisCasino .wrapper a.read_more:hover {
  color: #fff;
}
#avisCasino .bouton_read_more {
  background: #e73b1a;
  background: -webkit-gradient(linear, left top, right top, from(#e73b1a), to(#ff9000));
  background: linear-gradient(90deg, #e73b1a 0%, #ff9000 100%);
  font-family: "Work Sans", sans-serif;
  font-weight: 900;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.75rem 1.375rem;
}

.single-avis_casino #avisCasino .fixedElement {
  padding-top: 50px;
}
.single-avis_casino #avisCasino .fixedElement img {
  max-width: 85%;
}

/* MOBILE */
@media screen and (max-width: 768px) {
  #avisCasino .wrapper h2 {
    font-size: 1.5em;
  }
  #avisCasino .avisBackground .col6 {
    width: 100%;
  }
  #avisCasino .fixedElement {
    display: none !important;
  }
  #avisCasino #menu_left {
    width: 75vw !important;
    left: calc(-75vw + 50px) !important;
    padding-right: 50px;
  }
  #avisCasino #menu_left.open {
    left: 0 !important;
  }
  #avisCasino #menu_left ul {
    padding: 50px 0 0 20px;
  }
  #avisCasino #innerAvisCasino .col8 {
    width: 100%;
  }
}
#listingAvisCasino {
  color: #fff;
}
#listingAvisCasino .hideonmobile {
  display: inline-block !important;
}
#listingAvisCasino .hideondesktop {
  display: none !important;
}
#listingAvisCasino h1 {
  font-family: "Work Sans", sans-serif;
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}
#listingAvisCasino h2 {
  font-family: "Work Sans", sans-serif;
  font-size: 2em;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
  padding-top: 15px;
  margin-top: 45px;
}
#listingAvisCasino h3 {
  font-family: "Work Sans", sans-serif;
  font-size: 1.8em;
  font-weight: 800;
  text-transform: uppercase;
  color: #3cffd9;
  margin-bottom: 0;
  margin-top: 0.7em;
}
#listingAvisCasino p {
  font-family: "Work Sans";
  font-size: 1.1em;
  color: white;
  line-height: 1.5em;
}
#listingAvisCasino p a {
  text-decoration: underline;
}
#listingAvisCasino p a:hover {
  color: #3cffd9;
}

#listingAvisCasino {
  position: relative;
  z-index: 10;
  min-height: 18.75rem;
}
#listingAvisCasino #casino_du_mois {
  margin: 3.125rem 0;
}
#listingAvisCasino #casino_du_mois .col4 img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
}
#listingAvisCasino #casino_du_mois .col8 h2 {
  margin-top: -4px;
  margin-bottom: 0;
  padding-top: 0;
}
#listingAvisCasino #casino_du_mois .col8 .intro p {
  margin: 0.9em 0 1.6em;
}
#listingAvisCasino #casino_du_mois .col8 .intro p strong {
  font-size: 1.5em;
}
#listingAvisCasino #casino_du_mois .col8 .button {
  background: #ffa532;
  padding: 0.625rem 1.3125rem;
  font-size: 16px;
  color: #000;
  border: 2px solid #ffa532;
  text-align: center;
  font-weight: 400;
  text-transform: none;
  display: inline-block;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition-duration: 0.3s;
  transition-property: transform;
}
#listingAvisCasino #casino_du_mois .col8 .button:hover {
  transform: scale(1.1);
}
#listingAvisCasino #filtre_avis_casino {
  display: block;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  outline: none;
  float: none;
}
#listingAvisCasino #filtre_avis_casino #wrapper_select_filtre_avis_casino {
  position: relative;
  display: inline-block;
  min-width: 300px;
  margin-bottom: 1.5625rem;
  height: 48px;
}
#listingAvisCasino #filtre_avis_casino #wrapper_select_filtre_avis_casino #bouton_select_filtre_avis_casino {
  position: absolute;
  top: 4px;
  right: 8px;
  z-index: 15;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
}
#listingAvisCasino #filtre_avis_casino #wrapper_select_filtre_avis_casino #bouton_select_filtre_avis_casino:before {
  content: "";
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 6px;
  height: 6px;
}
#listingAvisCasino #filtre_avis_casino #wrapper_select_filtre_avis_casino #bouton_select_filtre_avis_casino.open {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#listingAvisCasino #filtre_avis_casino #wrapper_select_filtre_avis_casino #select_filtre_avis_casino {
  padding: 5px 15px 3px;
  background: transparent;
  color: #fff;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  border: 1px solid #8ef0d8;
  border-radius: 10px;
  outline: none;
  cursor: pointer !important;
  position: absolute;
  width: 300px;
  height: auto;
  z-index: 10;
  background: #180c28;
}
#listingAvisCasino #filtre_avis_casino #wrapper_select_filtre_avis_casino #select_filtre_avis_casino > div {
  display: none;
  margin-top: 5px;
  margin-bottom: 8px;
}
#listingAvisCasino #filtre_avis_casino #wrapper_select_filtre_avis_casino #select_filtre_avis_casino > div.active {
  display: block;
}
#listingAvisCasino #filtre_avis_casino #wrapper_select_filtre_avis_casino #select_filtre_avis_casino.active > div {
  display: block;
}
#listingAvisCasino #filtre_avis_casino #wrapper_select_filtre_avis_casino #select_filtre_avis_casino.active > div.active {
  color: #8ef0d8;
}
#listingAvisCasino #filtre_avis_casino #wrapper_select_filtre_avis_casino #select_filtre_avis_casino.active > div.active:hover {
  color: #8ef0d8;
}
#listingAvisCasino #filtre_avis_casino #wrapper_select_filtre_avis_casino #select_filtre_avis_casino:hover > div.active {
  color: #8ef0d8;
}
#listingAvisCasino #filtre_avis_casino #wrapper_select_filtre_avis_casino #select_filtre_avis_casino:hover > div.active:hover {
  color: #8ef0d8;
}
#listingAvisCasino #filtre_avis_casino #wrapper_select_filtre_avis_casino #select_filtre_avis_casino:hover > div:hover {
  color: #ffa532;
}
#listingAvisCasino #filtre_avis_casino #wrapper_select_filtre_avis_casino.active:before {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
#listingAvisCasino .bonus.active .line {
  border-bottom-left-radius: 0;
}
#listingAvisCasino .bonus {
  transform: scale(1);
  transition: transform 0.2s;
  border-radius: 10px;
  overflow: hidden;
  background: #2c2247;
  text-decoration: none;
  margin-bottom: 10px;
}
#listingAvisCasino .bonus:hover {
  transform: scale(1.05);
  margin-bottom: 2.5rem;
}
#listingAvisCasino .bonus.active .line svg {
  border-bottom-left-radius: 0;
}
#listingAvisCasino .bonus .line {
  position: relative;
  padding: 0.625rem;
  display: flex;
  align-items: stretch;
  /* > svg{
  	position: absolute;
  	left: 0;
  	top: 0;
  	height: 100%;
  	width: 16%;
  	z-index: 0;
  	&.mobile{
  		display: none;
  	}

  	border-top-left-radius: $border_radius;
  	border-bottom-left-radius: $border_radius;
  } */
  /*
  .wrapper-ribbon{
  	width: 8%;
  	margin-left: 2%;
  }
  */
}
#listingAvisCasino .bonus .line .exclu {
  position: absolute;
  top: -6px;
  left: -22px;
  color: #fff;
  z-index: 15;
  transform: rotate(-33deg);
  padding: 12px 6px 3px 0;
  width: 78px;
  text-align: center;
  font-weight: 900;
  font-size: 10px;
  text-transform: uppercase;
  background: #ffa532;
  box-shadow: 5px 5px 15px -5px rgb(0, 0, 0);
}
#listingAvisCasino .bonus .line .wrapper-logo, #listingAvisCasino .bonus .line .wrapper-bonus, #listingAvisCasino .bonus .line .wrapper-ribbon, #listingAvisCasino .bonus .line .wrapper-actions {
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#listingAvisCasino .bonus .line .wrapper-logo {
  width: 17%;
  text-align: center;
  justify-content: center;
  padding: 0;
  margin: -10px 0 -10px -10px;
  border-top-left-radius: 10px;
}
#listingAvisCasino .bonus .line .wrapper-logo a {
  display: block;
}
#listingAvisCasino .bonus .line .wrapper-logo a img {
  margin-left: 0;
  height: 75px;
  width: auto;
}
#listingAvisCasino .bonus .line .wrapper-bonus {
  width: 54%;
  justify-content: space-between;
  padding-left: 25px;
  padding-right: 15px;
}
#listingAvisCasino .bonus .line .wrapper-actions {
  width: 28%;
}
#listingAvisCasino .bonus .line .wrapper-bonus {
  font-family: "Work Sans", sans-serif;
}
#listingAvisCasino .bonus .line .wrapper-bonus .column {
  position: relative;
  width: 22%;
}
#listingAvisCasino .bonus .line .wrapper-bonus .column.one, #listingAvisCasino .bonus .line .wrapper-bonus .column.two, #listingAvisCasino .bonus .line .wrapper-bonus .column.three, #listingAvisCasino .bonus .line .wrapper-bonus .column.four, #listingAvisCasino .bonus .line .wrapper-bonus .column.five {
  text-align: center;
  font-weight: 400;
}
#listingAvisCasino .bonus .line .wrapper-bonus .column.one strong, #listingAvisCasino .bonus .line .wrapper-bonus .column.two strong, #listingAvisCasino .bonus .line .wrapper-bonus .column.three strong, #listingAvisCasino .bonus .line .wrapper-bonus .column.four strong, #listingAvisCasino .bonus .line .wrapper-bonus .column.five strong {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
}
#listingAvisCasino .bonus .line .wrapper-bonus .column.one .sub_title, #listingAvisCasino .bonus .line .wrapper-bonus .column.two .sub_title, #listingAvisCasino .bonus .line .wrapper-bonus .column.three .sub_title, #listingAvisCasino .bonus .line .wrapper-bonus .column.four .sub_title, #listingAvisCasino .bonus .line .wrapper-bonus .column.five .sub_title {
  color: #ec6f05;
}
#listingAvisCasino .bonus .line .wrapper-bonus .column.one:before, #listingAvisCasino .bonus .line .wrapper-bonus .column.two:before, #listingAvisCasino .bonus .line .wrapper-bonus .column.three:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 90%;
  width: 0.0625rem;
  background: transparent;
  border: 2px solid #ffa532;
}
#listingAvisCasino .bonus .line .wrapper-bonus .column.five {
  width: 12%;
}
#listingAvisCasino .bonus .line .wrapper-bonus .column.five > div {
  display: inline-block;
  width: 1.5625rem;
  margin: 3px;
  border-radius: 50%;
  border: 2px solid white;
  overflow: hidden;
  position: relative;
  height: 1.5625rem;
}
#listingAvisCasino .bonus .line .wrapper-bonus .column.five > div img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 105%;
  width: auto;
}
#listingAvisCasino .bonus .line .wrapper-bonus .infos_casino {
  width: 33%;
}
#listingAvisCasino .bonus .line .wrapper-bonus .infos_casino p {
  margin: 0 0 5px 0;
  line-height: 1;
}
#listingAvisCasino .bonus .line .wrapper-bonus .infos_casino .nom_casino {
  font-weight: 600;
}
#listingAvisCasino .bonus .line .wrapper-bonus .infos_casino .site_web a {
  font-size: 0.875rem;
  color: #fff;
  text-decoration: none;
}
#listingAvisCasino .bonus .line .wrapper-bonus .infos_casino .site_web a:hover {
  text-decoration: underline;
}
#listingAvisCasino .bonus .line .wrapper-bonus .offre_promo {
  font-family: "Work Sans";
  text-align: center;
  width: 33%;
}
#listingAvisCasino .bonus .line .wrapper-bonus .offre_promo strong {
  font-weight: 600;
}
#listingAvisCasino .bonus .line .wrapper-bonus .note_casino {
  font-family: "Work Sans";
  text-align: center;
}
#listingAvisCasino .bonus .line .wrapper-actions {
  justify-content: space-evenly;
}
#listingAvisCasino .bonus .line .wrapper-actions .button_with_border {
  border: 2px solid #8ef0d8;
  text-align: center;
  border-radius: 25px;
  text-transform: none;
  color: #fff;
  padding: 8px 15px;
}
#listingAvisCasino .bonus .line .wrapper-actions .button_with_border:hover {
  background: #8ef0d8;
  color: #000;
  font-weight: 700;
}
#listingAvisCasino .bonus .line .wrapper-actions .button {
  z-index: 1;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  overflow: hidden;
  text-transform: uppercase;
}
#listingAvisCasino .bonus .line .wrapper-actions .button:not(.viewdetail) {
  border-radius: 50px !important;
  font-size: 0.875rem;
  text-align: center;
  font-weight: 400;
  text-transform: none;
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 0.3125rem 0.625rem;
  background: transparent;
  border: 2px solid #ffa532;
}
#listingAvisCasino .bonus .line .wrapper-actions .button:not(.viewdetail):hover {
  background: #ffa532;
  color: #000;
  font-weight: 700;
}
#listingAvisCasino .bonus .line .wrapper-actions .button.viewdetail {
  border: 2px solid #8ef0d8;
  padding: 0 !important;
  text-align: center;
  line-height: 1.5;
  border-radius: 50%;
  height: 39px;
  width: 39px;
  font-size: 1.375rem !important;
  color: #fff;
}
#listingAvisCasino .bonus .line .wrapper-actions .button.viewdetail:after {
  background: #261240;
}
#listingAvisCasino .bonus .line .wrapper-actions .button.viewdetail:before {
  content: "+";
  font-size: 1.375rem !important;
  color: #fff;
}
#listingAvisCasino .bonus .line .wrapper-actions .button.viewdetail:hover {
  background: #8ef0d8;
}
#listingAvisCasino .bonus .line .wrapper-actions .button.viewdetail:hover:before {
  color: #000;
}
#listingAvisCasino .bonus .line .wrapper-actions .button:not(.viewdetail), #listingAvisCasino .bonus .line .wrapper-actions .button.viewdetail {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-weight: 700;
  font-size: 1rem;
  padding: 8px 15px;
}
#listingAvisCasino .bonus .line .wrapper-actions .button:hover {
  cursor: pointer;
}
#listingAvisCasino .bonus.active .line .wrapper-actions .viewdetail::before {
  left: 0%;
}
#listingAvisCasino .bonus.active .detail {
  display: block;
}
#listingAvisCasino .bonus .detail {
  display: none;
  position: relative;
  padding: 0.625rem 0 1.25rem 0.625rem;
}
#listingAvisCasino .bonus .detail:before {
  content: "";
  height: 0.0625rem;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  background: #8ef0d8;
}
#listingAvisCasino .bonus .detail h3 {
  color: #ec6f05;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}
#listingAvisCasino .bonus .detail strong {
  color: #ec6f05;
}
#listingAvisCasino .bonus .detail ul li {
  color: white;
}
#listingAvisCasino .bonus .detail .provider img {
  max-width: 6.25rem;
  margin: 0 0.625rem 0.625rem 0;
}
#listingAvisCasino .bonus .detail .liste_valide ul {
  padding-left: 0.3125rem;
  list-style-type: none;
}
#listingAvisCasino .bonus .detail .liste_valide ul li {
  padding-left: 1.5625rem;
  font-size: 0.875rem;
  position: relative;
  margin-bottom: 0.625rem;
  font-weight: 500;
}
#listingAvisCasino .bonus .detail .liste_valide ul li:last-child() {
  margin-bottom: 0;
}
#listingAvisCasino .bonus .detail .liste_valide ul li:before {
  width: 15px;
  height: 15px;
  background: greenyellow;
  color: white;
  content: "✔";
  text-align: center;
  position: absolute;
  left: 0;
  top: 0px;
  border-radius: 50%;
}
#listingAvisCasino .bonus .detail .texte, #listingAvisCasino .bonus .detail .texte p {
  color: white;
  font-size: 1rem;
}
#listingAvisCasino #contenu_bas_page a {
  display: inline-block;
  width: 30.9%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  margin-bottom: 3%;
}
#listingAvisCasino #contenu_bas_page a:nth-of-type(3n+1) {
  margin-left: 0;
}
#listingAvisCasino #contenu_bas_page a:nth-of-type(3n+3) {
  margin-right: 0;
}
#listingAvisCasino #contenu_bas_page a img {
  max-width: 100%;
  height: auto;
}
#listingAvisCasino #contenu_bas_page a.read_more {
  border-radius: 50px !important;
  font-size: 0.875rem;
  text-align: center;
  font-weight: 400;
  text-transform: none;
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 0.3125rem 0.625rem;
  background: transparent;
  border: 2px solid #ffa532;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  padding: 0.375rem 1.0625rem;
  font-size: 17px;
  display: inline-block;
  text-decoration: none;
  width: auto;
}
#listingAvisCasino #contenu_bas_page a.read_more:hover {
  background: #ffa532;
  color: #000;
  font-weight: 700;
}
#listingAvisCasino #contenu_bas_page a.read_more:after {
  background: #261240;
}

@media screen and (max-width: 1150px) {
  #listingAvisCasino .bonus .line .wrapper-bonus {
    width: 55%;
  }
  #listingAvisCasino .bonus .line .wrapper-actions {
    width: 30%;
  }
  #listingAvisCasino .bonus .line .wrapper-actions .button:not(.viewdetail), #listingAvisCasino .bonus .line .wrapper-actions .button.viewdetail {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #listingAvisCasino .bonus {
    width: 30%;
    margin-right: 3%;
  }
  #listingAvisCasino .bonus:nth-child(3n+1) {
    clear: both;
  }
  #listingAvisCasino .bonus:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  #listingAvisCasino .bonus {
    padding: 0 0 0.625rem 0;
    float: left;
  }
  #listingAvisCasino .bonus .line {
    display: block;
    padding: 10px 0;
  }
  #listingAvisCasino .bonus .line > svg {
    left: 0;
    height: 6.25rem;
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }
  #listingAvisCasino .bonus .line > svg.desktop {
    display: none;
  }
  #listingAvisCasino .bonus .line > svg.mobile {
    display: block;
  }
  #listingAvisCasino .bonus .line .wrapper-logo, #listingAvisCasino .bonus .line .wrapper-bonus, #listingAvisCasino .bonus .line .wrapper-ribbon, #listingAvisCasino .bonus .line .wrapper-actions {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  #listingAvisCasino .bonus .line .wrapper-logo {
    text-align: center;
    margin: -10px 0 15px 0;
    border-top-right-radius: 10px;
  }
  #listingAvisCasino .bonus .line .wrapper-logo img {
    max-height: 4.375rem;
    margin: 0 auto;
  }
  #listingAvisCasino .bonus .line .wrapper-ribbon {
    margin-left: -1.25rem;
    margin-bottom: 0.625rem;
    width: calc(100% + 40px);
  }
  #listingAvisCasino .bonus .line .wrapper-ribbon .ribbon {
    margin-top: 0;
    background: transparent;
    border: 2px solid #ffa532;
  }
  #listingAvisCasino .bonus .line .wrapper-ribbon .ribbon:before {
    top: 100%;
    right: unset;
    left: 0;
    border-width: 0 0.625rem 0.625rem 0;
    border-color: transparent #b66e23 transparent transparent;
  }
  #listingAvisCasino .bonus .line .wrapper-ribbon .ribbon:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.625rem 0.625rem 0 0;
    border-color: #b66e23 transparent transparent transparent;
  }
  #listingAvisCasino .bonus .line .wrapper-bonus {
    flex-wrap: wrap;
  }
  #listingAvisCasino .bonus .line .wrapper-bonus .column {
    width: 50%;
    padding: 0.625rem 0;
  }
  #listingAvisCasino .bonus .line .wrapper-bonus .column:before {
    display: none;
  }
  #listingAvisCasino .bonus .line .wrapper-bonus .column.five {
    text-align: center;
    width: 100%;
  }
  #listingAvisCasino .bonus .line .wrapper-bonus .column.five > div {
    margin-right: 0.625rem;
    display: inline-block;
  }
  #listingAvisCasino .bonus .line .wrapper-bonus .column.five > div:last-child {
    margin-right: 0;
  }
  #listingAvisCasino .bonus .line .wrapper-actions {
    flex-wrap: wrap;
  }
  #listingAvisCasino .bonus .line .wrapper-actions a {
    margin-top: 0.625rem;
  }
  #listingAvisCasino .bonus .detail .liste_simple, #listingAvisCasino .bonus .detail .provider, #listingAvisCasino .bonus .detail .liste_valide, #listingAvisCasino .bonus .detail .texte {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #listingAvisCasino {
    margin-top: 0;
  }
  #listingAvisCasino .hideonmobile {
    display: none !important;
  }
  #listingAvisCasino .hideondesktop {
    display: block !important;
  }
}
@media screen and (max-width: 768px) and (min-width: 641px) {
  #listingAvisCasino .bonus {
    width: 45%;
    margin-right: 5%;
  }
  #listingAvisCasino .bonus:nth-child(2n+1) {
    clear: both;
  }
  #listingAvisCasino .bonus:nth-child(2n+2) {
    margin-right: 0;
  }
}
/* MOBILE */
@media screen and (max-width: 768px) {
  #listingAvisCasino h1 {
    font-size: 30px;
  }
  #listingAvisCasino h2 {
    font-size: 1.5em;
  }
  #listingAvisCasino #casino_du_mois {
    margin: 1.25rem 0 3.125rem;
  }
  #listingAvisCasino #casino_du_mois .col4 {
    width: 100%;
    margin-bottom: 15px;
  }
  #listingAvisCasino #casino_du_mois .col8 {
    width: 100%;
  }
  #listingAvisCasino #casino_du_mois h2 {
    margin-bottom: 10px;
  }
  #listingAvisCasino .bonus {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
  }
  #listingAvisCasino .bonus .line .wrapper-logo a {
    width: 100%;
  }
  #listingAvisCasino .bonus .line .wrapper-logo a img {
    max-width: 50%;
    width: auto;
  }
  #listingAvisCasino .bonus .line .wrapper-bonus {
    justify-content: center;
    flex-direction: column;
  }
  #listingAvisCasino .bonus .line .wrapper-bonus > div {
    text-align: center;
    margin-bottom: 15px;
    font-size: 23px;
    line-height: 30px;
    width: 100% !important;
  }
  #listingAvisCasino .bonus .line .wrapper-bonus > div.offre_promo br {
    display: none;
  }
  #listingAvisCasino .bonus .line .wrapper-bonus .note_casino .my-rating {
    display: block;
  }
  #listingAvisCasino .bonus .line .wrapper-bonus .note_casino br {
    display: none;
  }
  #listingAvisCasino .bonus .line .wrapper-actions a.button.viewdetail {
    display: none;
  }
  #listingAvisCasino .bonus .line .wrapper-actions a.button_with_border {
    padding: 0.3125rem 0.9375rem;
    margin-right: 5px;
  }
  #listingAvisCasino #filtre_avis_casino {
    float: none;
    margin-bottom: 0.625rem;
  }
  #listingAvisCasino #filtre_avis_casino #wrapper_select_filtre_avis_casino {
    width: 100%;
  }
  #listingAvisCasino #filtre_avis_casino #wrapper_select_filtre_avis_casino #select_filtre_avis_casino {
    width: 100%;
  }
  #listingAvisCasino #contenu_bas_page a {
    display: inline-block;
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2%;
    /*
    width: 47.8% !important;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 2.8%;

    &:nth-of-type(odd){
    	margin-left: 0 !important;
    	margin-right: 1.4% !important;
    }

    &:nth-of-type(even){
    	margin-left: 1.4% !important;
    	margin-right: 0 !important;

    }
    */
  }
}
body.page-template-template-outilscasino #prevention h1 {
  font-weight: 900;
  text-transform: uppercase;
  color: #0e2147;
  font-size: 35px;
  line-height: 45px;
  margin-top: 40px;
  margin-bottom: 0;
}
body.page-template-template-outilscasino #prevention #how_enjoy_bonus {
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}
body.page-template-template-outilscasino #prevention #how_enjoy_bonus .onglets {
  justify-content: left;
}
body.page-template-template-outilscasino #prevention #how_enjoy_bonus .onglets .onglet {
  width: 270px;
  background: #ECECEC;
  padding: 0;
}
body.page-template-template-outilscasino #prevention #how_enjoy_bonus .onglets .onglet.active {
  background: #0e2147;
}
body.page-template-template-outilscasino #prevention #how_enjoy_bonus .onglets .onglet.active a {
  color: #fff;
}
body.page-template-template-outilscasino #prevention #how_enjoy_bonus .onglets .onglet a {
  color: #063239;
  text-transform: uppercase;
  font-weight: 900;
  display: block;
  padding: 30px 30px;
}
body.page-template-template-outilscasino #prevention #how_enjoy_bonus .onglets .onglet:hover {
  background: #8EF0D8;
}
body.page-template-template-outilscasino #prevention #how_enjoy_bonus .onglets .onglet:hover a {
  color: #fff;
}
body.page-template-template-outilscasino #avisCasino #innerAvisCasino {
  margin-bottom: 50px;
}
body.page-template-template-outilscasino #avisCasino #innerAvisCasino > .wrapper {
  display: flex;
}
body.page-template-template-outilscasino #avisCasino #innerAvisCasino > .wrapper.row > .col8 {
  margin-top: -20px;
  color: #063239;
}
body.page-template-template-outilscasino #avisCasino #innerAvisCasino > .wrapper.row > .col8 h2 {
  margin-top: 50px;
  color: #063239;
}
body.page-template-template-outilscasino #avisCasino #innerAvisCasino > .wrapper.row > .col8 h3 {
  margin-top: 30px;
  color: #063239;
}
body.page-template-template-outilscasino #avisCasino #innerAvisCasino > .wrapper.row > .col8 p {
  color: #063239;
}
body.page-template-template-outilscasino #avisCasino #innerAvisCasino > .wrapper.row > .col8 ul li, body.page-template-template-outilscasino #avisCasino #innerAvisCasino > .wrapper.row > .col8 ol li {
  color: #063239;
}
body.page-template-template-outilscasino #avisCasino #innerAvisCasino > .wrapper.row > .col8 ul li a, body.page-template-template-outilscasino #avisCasino #innerAvisCasino > .wrapper.row > .col8 ol li a {
  color: #063239;
  font-weight: 900;
  text-decoration: underline;
}
body.page-template-template-outilscasino #avisCasino #innerAvisCasino > .wrapper.row > .col8 ul li a:hover, body.page-template-template-outilscasino #avisCasino #innerAvisCasino > .wrapper.row > .col8 ol li a:hover {
  color: #0e2147;
  text-decoration: none;
}
body.page-template-template-outilscasino #avisCasino #innerAvisCasino .col3.fixedElement {
  padding-top: 0;
}
body.page-template-template-outilscasino #avisCasino #innerAvisCasino #menu_left {
  position: sticky !important;
  top: 106px !important;
  left: 0;
  width: 100%;
  margin-top: 28px;
  height: auto;
  padding: 5px 25px 30px;
  border-radius: 10px;
  box-shadow: -8px 8px 15px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
body.page-template-template-outilscasino #avisCasino #innerAvisCasino #menu_left ul {
  margin: 0;
  padding: 0;
}
body.page-template-template-outilscasino #avisCasino #innerAvisCasino #menu_left ul li {
  margin-bottom: 5px;
}
body.page-template-template-outilscasino #avisCasino #innerAvisCasino #menu_left ul li:before {
  display: none;
}
body.page-template-template-outilscasino #avisCasino #innerAvisCasino #menu_left ul li.active a, body.page-template-template-outilscasino #avisCasino #innerAvisCasino #menu_left ul li:hover a {
  color: #0e2147;
}
body.page-template-template-outilscasino #avisCasino #innerAvisCasino #menu_left ul li.big {
  margin-top: 30px;
}
body.page-template-template-outilscasino #avisCasino #innerAvisCasino #menu_left ul li.big a {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
}
body.page-template-template-outilscasino #avisCasino #innerAvisCasino #menu_left ul li a {
  font-size: 14px;
  line-height: 23px;
  text-decoration: none;
}
body.page-template-template-outilscasino #avisCasino #innerAvisCasino #menu_left ul li a:hover {
  color: #0e2147;
  text-decoration: underline;
}
body.page-template-template-outilscasino #avisCasino #innerAvisCasino section img.alignleft {
  float: left;
  margin: 3px 16px 8px 0;
}
body.page-template-template-outilscasino.stickymode #avisCasino #menu_left {
  position: sticky !important;
}
@media screen and (max-width: 768px) {
  body.page-template-template-outilscasino #prevention #how_enjoy_bonus .onglets {
    margin-bottom: 0;
  }
  body.page-template-template-outilscasino #prevention #how_enjoy_bonus .onglets .onglet {
    width: 70%;
    padding: 40px 35px;
    white-space: normal;
  }
  body.page-template-template-outilscasino #avisCasino #innerAvisCasino #menu_left {
    display: none !important;
  }
}
#bloc_more_avantage {
  text-align: center;
  margin: 6.875rem 0 8.75rem;
  display: block;
}
#bloc_more_avantage h2 {
  font-family: "Work Sans", sans-serif;
  font-size: 24px;
  font-weight: 900 !important;
  text-transform: uppercase;
  color: #fff;
}
#bloc_more_avantage p {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  color: white;
  line-height: 1.5em;
  width: 52%;
  margin: 0 auto;
}
#bloc_more_avantage p a {
  text-decoration: underline;
}
#bloc_more_avantage p a:hover {
  color: #3cffd9;
}
#bloc_more_avantage .wp-block-buttons .button {
  margin: 15px auto 0;
  padding: 0;
  font-size: 1.125rem;
  text-transform: none;
}
#bloc_more_avantage .wp-block-buttons .button .wp-block-button__link {
  background: #ffa532;
  padding: 0.625rem 1.3125rem;
  font-size: 16px;
  color: #000;
  border: 2px solid #ffa532;
  text-align: center;
  font-weight: 400;
  text-transform: none;
  display: inline-block;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition-duration: 0.3s;
  transition-property: transform;
}
#bloc_more_avantage .wp-block-buttons .button .wp-block-button__link:hover {
  transform: scale(1.1);
}

/* MOBILE */
@media screen and (max-width: 768px) {
  #bloc_more_avantage {
    position: relative;
    z-index: 110;
    width: 100%;
    padding: 2.5rem 8% 15px 8%;
    margin: 0 0 -5px;
  }
  #bloc_more_avantage h2 {
    font-size: 1.75rem !important;
    line-height: 1.3em;
  }
  #bloc_more_avantage p {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  perspective: 500px;
  transform-style: preserve-3d;
  transform-origin: 0% 50%;
}
.carousel.carousel-slider {
  top: 0;
  left: 0;
}
.carousel.carousel-slider .carousel-fixed-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
}
.carousel.carousel-slider .carousel-fixed-item.with-indicators {
  bottom: 68px;
}
.carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}
.carousel.carousel-slider .carousel-item h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.carousel.carousel-slider .carousel-item p {
  font-size: 15px;
}
.carousel .carousel-item {
  visibility: hidden;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}
.carousel .carousel-item > img {
  width: 100%;
}
.carousel .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.carousel .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 24px 4px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color 0.3s;
  border-radius: 50%;
}
.carousel .indicators .indicator-item.active {
  background-color: #fff;
}
.carousel.scrolling .carousel-item .materialboxed,
.carousel .carousel-item:not(.active) .materialboxed {
  pointer-events: none;
}

.carousel {
  height: 500px;
  margin-top: 25px;
}
.carousel .carousel-item {
  width: 450px;
  height: 400px;
}
.carousel .carousel-item img {
  border-radius: 15px;
}
.carousel #carousel-prev, .carousel #carousel-next {
  left: 27%;
  position: absolute;
  display: block;
  height: 45px;
  width: 45px;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  padding: 0;
  text-align: center;
  cursor: pointer;
}
.carousel #carousel-prev:after, .carousel #carousel-next:after {
  content: " ";
  border: solid #00fe82;
  border-width: 0 4px 4px 0;
  padding: 0.375rem;
  display: inline-block;
  position: absolute;
  right: auto;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}
.carousel #carousel-next {
  left: 72.5%;
}
.carousel #carousel-next:after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

body.home .carousel #carousel-prev, body.home .carousel #carousel-next {
  left: 5%;
}
body.home .carousel #carousel-next {
  left: 95%;
}

/* SMALL SCREEN */
@media screen and (max-width: 1024px) {
  /*
  #newSlider{
  	min-height: 400px;
  }
  */
  .carousel {
    height: 400px;
  }
  .carousel .carousel-item {
    width: 350px;
    height: 350px;
  }
  .carousel #carousel-prev {
    left: 18%;
  }
  .carousel #carousel-next {
    left: 81%;
  }
}
/* TABLETS */
@media screen and (max-width: 768px) {
  /*
  #newSlider{
  	min-height: 300px;
  }
  */
}
/* MOBILE */
@media screen and (max-width: 640px) {
  #wrapperNewSlider {
    margin: 0;
    width: 100%;
  }
  .carousel {
    height: 300px;
  }
  .carousel .carousel-item {
    width: 250px;
    height: 250px;
  }
  .carousel #carousel-prev {
    left: 7%;
  }
  .carousel #carousel-next {
    left: 91%;
  }
  body.home .carousel {
    margin-top: 0;
  }
  body.home .carousel #carousel-prev, body.home .carousel #carousel-next {
    left: 5%;
  }
  body.home .carousel #carousel-next {
    left: 92%;
  }
}
.textPresentation {
  padding-top: 0;
  text-align: left;
}
.textPresentation h1, .textPresentation p {
  color: #fff;
}
.textPresentation h1 {
  font-size: 50px;
  line-height: 58px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  text-align: left;
  margin: 40px 0 20px 0;
}
.textPresentation h1 strong {
  color: #fff;
}
.textPresentation p {
  font-size: 17px;
  line-height: 1.5em;
}
.textPresentation p span {
  color: #00fe82;
  font-weight: bold;
}
.textPresentation p a {
  margin-top: 30px;
  position: relative;
  color: #0e2147;
  font-size: 14px;
  display: inline-block;
  height: 100%;
  padding: 5px 40px;
  z-index: 5;
}
.textPresentation p a:before {
  position: absolute;
  inset: 0;
  content: "";
  background: #8ef0d8;
  transform: skew(334deg);
  z-index: -1;
}
.textPresentation p a:hover {
  background: transparent;
  color: #0e2147;
}
.textPresentation p a:hover:before {
  background: #fff;
}

#section_casinos_du_moment {
  background: url(../../images/header_homepage_bettiime.webp) no-repeat center center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 200px;
}
#section_casinos_du_moment .col5.textPresentation {
  margin-top: 50px;
}
#section_casinos_du_moment .col7 {
  margin-top: 0;
}
#section_casinos_du_moment #wrapperNewSlider {
  display: block;
  margin-left: 60px;
  position: relative;
}
#section_casinos_du_moment #wrapperNewSlider .swiper {
  width: 100%;
}
#section_casinos_du_moment #wrapperNewSlider .carousel, #section_casinos_du_moment #wrapperNewSlider .swiper-wrapper {
  margin-top: 0;
  overflow: visible;
}
#section_casinos_du_moment #wrapperNewSlider .carousel .carousel-item, #section_casinos_du_moment #wrapperNewSlider .carousel .swiper-slide, #section_casinos_du_moment #wrapperNewSlider .swiper-wrapper .carousel-item, #section_casinos_du_moment #wrapperNewSlider .swiper-wrapper .swiper-slide {
  width: 320px;
  opacity: 1 !important;
  transition: all 0.1s linear;
}
#section_casinos_du_moment #wrapperNewSlider .carousel .carousel-item.active .flip-card, #section_casinos_du_moment #wrapperNewSlider .carousel .swiper-slide.active .flip-card, #section_casinos_du_moment #wrapperNewSlider .swiper-wrapper .carousel-item.active .flip-card, #section_casinos_du_moment #wrapperNewSlider .swiper-wrapper .swiper-slide.active .flip-card {
  transform: translateY(-60px);
}
#section_casinos_du_moment #wrapperNewSlider .carousel .carousel-item.active .flip-card:before, #section_casinos_du_moment #wrapperNewSlider .carousel .carousel-item.active .flip-card:after, #section_casinos_du_moment #wrapperNewSlider .carousel .swiper-slide.active .flip-card:before, #section_casinos_du_moment #wrapperNewSlider .carousel .swiper-slide.active .flip-card:after, #section_casinos_du_moment #wrapperNewSlider .swiper-wrapper .carousel-item.active .flip-card:before, #section_casinos_du_moment #wrapperNewSlider .swiper-wrapper .carousel-item.active .flip-card:after, #section_casinos_du_moment #wrapperNewSlider .swiper-wrapper .swiper-slide.active .flip-card:before, #section_casinos_du_moment #wrapperNewSlider .swiper-wrapper .swiper-slide.active .flip-card:after {
  transform: scale(1);
}
#section_casinos_du_moment #wrapperNewSlider .carousel .carousel-item.active .slide_fon, #section_casinos_du_moment #wrapperNewSlider .carousel .swiper-slide.active .slide_fon, #section_casinos_du_moment #wrapperNewSlider .swiper-wrapper .carousel-item.active .slide_fon, #section_casinos_du_moment #wrapperNewSlider .swiper-wrapper .swiper-slide.active .slide_fon {
  transform: translateY(-60px);
}
#section_casinos_du_moment #wrapperNewSlider .carousel .carousel-item .slide_fon, #section_casinos_du_moment #wrapperNewSlider .carousel .swiper-slide .slide_fon, #section_casinos_du_moment #wrapperNewSlider .swiper-wrapper .carousel-item .slide_fon, #section_casinos_du_moment #wrapperNewSlider .swiper-wrapper .swiper-slide .slide_fon {
  text-align: center;
  width: 275px;
  line-height: 0;
  transition: all 0.3s linear;
}
#section_casinos_du_moment #wrapperNewSlider .carousel .carousel-item .slide_fon img, #section_casinos_du_moment #wrapperNewSlider .carousel .swiper-slide .slide_fon img, #section_casinos_du_moment #wrapperNewSlider .swiper-wrapper .carousel-item .slide_fon img, #section_casinos_du_moment #wrapperNewSlider .swiper-wrapper .swiper-slide .slide_fon img {
  max-width: 50%;
  height: auto;
  border-radius: 0;
}
#section_casinos_du_moment #wrapperNewSlider .carousel .flip-card, #section_casinos_du_moment #wrapperNewSlider .swiper-wrapper .flip-card {
  position: relative;
  width: 275px;
  height: 400px;
  padding-bottom: 0;
  border-radius: 0;
  overflow: visible;
  background: #fff;
  transition: all 0.3s linear;
}
#section_casinos_du_moment #wrapperNewSlider .carousel .flip-card:before, #section_casinos_du_moment #wrapperNewSlider .carousel .flip-card:after, #section_casinos_du_moment #wrapperNewSlider .swiper-wrapper .flip-card:before, #section_casinos_du_moment #wrapperNewSlider .swiper-wrapper .flip-card:after {
  border-radius: 0;
  content: "";
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transition: all 0.5s ease-in-out 0s;
  width: 50px;
  z-index: 15;
}
#section_casinos_du_moment #wrapperNewSlider .carousel .flip-card:before, #section_casinos_du_moment #wrapperNewSlider .swiper-wrapper .flip-card:before {
  top: auto;
  bottom: 0;
  border-bottom: 4px solid #8ef0d8;
  border-left: 4px solid #8ef0d8;
  transform-origin: 0 100% 0;
}
#section_casinos_du_moment #wrapperNewSlider .carousel .flip-card:after, #section_casinos_du_moment #wrapperNewSlider .swiper-wrapper .flip-card:after {
  top: 0;
  left: auto;
  right: 0;
  border-right: 4px solid #8ef0d8;
  border-top: 4px solid #8ef0d8;
  transform-origin: 100% 0 0;
}
#section_casinos_du_moment h2 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  margin-left: -15px;
  margin-bottom: 25px;
}
#section_casinos_du_moment h2 img {
  width: 25px;
  height: auto;
  margin-right: 8px;
}
#section_casinos_du_moment .flip-card {
  height: 0;
  padding-bottom: 22%;
  clip-path: polygon(13% 0, 100% 0, 100% 93%, 88% 100%, 0 100%, 0 7%);
  /* This container is needed to position the front and back side */
}
#section_casinos_du_moment .flip-card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  text-align: center;
  box-shadow: inset -4px 0 15px 0 rgba(47, 47, 47, 0.1);
  /* Style the front side (fallback if image is missing) */
}
#section_casinos_du_moment .flip-card .flip-card-inner .flip-card-front {
  color: black;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 15px;
  overflow: visible;
  position: absolute;
  width: 100%;
  height: 100%;
}
#section_casinos_du_moment .flip-card .flip-card-inner .flip-card-front .logo {
  text-align: center;
  width: 100%;
  float: left;
  margin: 0 0 25px 0;
  position: relative;
  z-index: 10;
  height: 84px;
  line-height: 84px;
}
#section_casinos_du_moment .flip-card .flip-card-inner .flip-card-front .logo img {
  max-width: 150px;
  height: auto;
  vertical-align: middle;
}
#section_casinos_du_moment .flip-card .flip-card-inner .flip-card-front .slide_fond {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
}
#section_casinos_du_moment .flip-card .flip-card-inner .flip-card-front img {
  max-width: 80%;
  height: auto;
  max-height: 70px;
}
#section_casinos_du_moment .flip-card .flip-card-inner .flip-card-front .boutons {
  position: absolute;
  bottom: 18px;
  text-align: center;
  left: 0;
  right: 0;
  z-index: 5;
}
#section_casinos_du_moment .flip-card .flip-card-inner .flip-card-front .contenu_casino_du_moment {
  text-align: center;
  padding: 25px 0 0;
  color: #0e2147;
}
#section_casinos_du_moment .flip-card .flip-card-inner .flip-card-front .contenu_casino_du_moment .titre_offre_principale {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
}
#section_casinos_du_moment .flip-card .flip-card-inner .flip-card-front .contenu_casino_du_moment .sous_titre_offre_principale {
  font-size: 18px;
  margin: 5px 0 30px;
}
#section_casinos_du_moment .flip-card .flip-card-inner .flip-card-front .contenu_casino_du_moment .contenu_offre_principale p {
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0 0 5px;
}
#section_casinos_du_moment .flip-card .flip-card-inner .flip-card-front .contenu_casino_du_moment .contenu_offre_principale p strong {
  font-size: 45px;
  font-weight: 900;
  text-transform: none;
}
#section_casinos_du_moment .flip-card .flip-card-inner .flip-card-front a {
  display: block;
  border-radius: 10px;
  color: #0e2147;
}
#section_casinos_du_moment .flip-card .flip-card-inner .flip-card-front a.more_info {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  color: #0e2147;
  border-radius: 10px;
  padding: 2px 0 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#section_casinos_du_moment .flip-card .flip-card-inner .flip-card-front a.more_info:hover {
  background: #fff;
  color: #170927;
}
#section_casinos_du_moment .flip-card .flip-card-inner .flip-card-front a.more_info svg {
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  transform: translateX(-8px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  margin-left: 15px;
}
#section_casinos_du_moment .flip-card .flip-card-inner .flip-card-front a.more_info:hover svg {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#section_casinos_du_moment .flip-card .flip-card-inner .flip-card-front a.more_info:active svg {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
#section_casinos_du_moment .flip-card .flip-card-inner .flip-card-front a.more_info span {
  position: relative;
  color: #0e2147;
  padding-bottom: 20px;
  padding-bottom: 7px;
  font-size: 14px;
  padding-right: 0;
}
#section_casinos_du_moment .flip-card .flip-card-inner .flip-card-front a.more_info span:after {
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #5e5ddc;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
#section_casinos_du_moment .flip-card .flip-card-inner .flip-card-front a.more_info:hover span:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
#section_casinos_du_moment .flip-card .flip-card-inner .flip-card-front a:not(.more_info) {
  position: relative;
  color: #0e2147;
  font-size: 14px;
  display: inline-block;
  height: 100%;
  padding: 5px 40px;
  z-index: 5;
  padding: 15px 45px;
}
#section_casinos_du_moment .flip-card .flip-card-inner .flip-card-front a:not(.more_info):before {
  position: absolute;
  inset: 0;
  content: "";
  background: #8ef0d8;
  transform: skew(334deg);
  z-index: -1;
}
#section_casinos_du_moment .flip-card .flip-card-inner .flip-card-front a:not(.more_info):hover {
  background: transparent;
  color: #0e2147;
}
#section_casinos_du_moment .flip-card .flip-card-inner .flip-card-front a:not(.more_info):hover:before {
  background: #fff;
}
#section_casinos_du_moment .flip-card .flip-card-inner .flip-card-front a:not(.more_info):hover {
  color: #fff;
}
#section_casinos_du_moment .flip-card .flip-card-inner .flip-card-front a:not(.more_info):hover:before {
  background: #5e5ddc;
}
#section_casinos_du_moment #carousel-prev, #section_casinos_du_moment #carousel-next {
  left: 27%;
  position: absolute;
  display: block;
  height: 45px;
  width: 45px;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  padding: 0;
  text-align: center;
  cursor: pointer;
}
#section_casinos_du_moment #carousel-prev:after, #section_casinos_du_moment #carousel-next:after {
  content: " ";
  border: solid #00fe82;
  border-width: 0 4px 4px 0;
  padding: 0.375rem;
  display: inline-block;
  position: absolute;
  right: auto;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}
#section_casinos_du_moment #carousel-prev {
  left: -60px;
}
#section_casinos_du_moment #carousel-prev:after {
  border-color: #8ef0d8 !important;
}
#section_casinos_du_moment #carousel-next {
  right: auto;
  left: 102%;
}
#section_casinos_du_moment #carousel-next:after {
  border-color: #8ef0d8 !important;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

@media screen and (max-width: 1024px) {
  #section_casinos_du_moment #wrapperNewSlider {
    display: block;
  }
  #section_casinos_du_moment #wrapperNewSlider .carousel {
    height: 450px;
    margin-top: 0;
  }
  #section_casinos_du_moment #wrapperNewSlider .carousel .flip-card {
    background-color: transparent;
    height: 450px;
    padding-bottom: 0;
    border-radius: 20px;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
    transform: scale(1);
    transition: transform 0.2s;
  }
}
/* MOBILE */
@media screen and (max-width: 640px) {
  #homeCasinosDuMoment .textPresentation h1 {
    font-size: 30px;
  }
  #section_casinos_du_moment {
    background: #000;
  }
  #section_casinos_du_moment .textPresentation h1 {
    font-size: 30px;
    text-align: center;
  }
  #section_casinos_du_moment > .wrapper {
    width: 100%;
  }
  #section_casinos_du_moment .col7 .hideondesktop {
    text-align: center;
    width: 80%;
    margin: 40px auto;
  }
  #section_casinos_du_moment .col7 .hideondesktop p {
    font-size: 18px;
    line-height: 1.5em;
    color: #fff;
  }
  #section_casinos_du_moment .col7 .hideondesktop p span {
    color: #00fe82;
    font-weight: bold;
  }
  #section_casinos_du_moment .col7 .hideondesktop p a {
    margin-top: 30px;
    color: #000;
    font-weight: bold;
    background: #00fe82;
    border-radius: 5px;
    padding: 4px 12px;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  #section_casinos_du_moment .col7 .hideondesktop p a:hover {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  #section_casinos_du_moment #wrapperNewSlider {
    display: block;
    background: url(../../images/background_header.png) no-repeat center center;
    background-size: cover;
    margin: 0;
    overflow: hidden;
  }
  #section_casinos_du_moment #wrapperNewSlider .carousel {
    height: 450px;
    margin-top: 0;
    overflow: visible;
  }
  #section_casinos_du_moment #wrapperNewSlider .carousel .carousel-item {
    width: 200px;
    margin-top: -50px;
  }
  #section_casinos_du_moment #wrapperNewSlider .carousel .carousel-item.active {
    height: 350px;
  }
  #section_casinos_du_moment #wrapperNewSlider .carousel .carousel-item .flip-card {
    height: 350px;
    width: 200px;
    position: relative;
  }
  #section_casinos_du_moment #wrapperNewSlider .carousel .carousel-item .flip-card .flip-card-inner {
    padding-bottom: 182%;
  }
  #section_casinos_du_moment #wrapperNewSlider .carousel .carousel-item .flip-card .flip-card-inner .flip-card-front .slide_fond {
    height: 360px;
  }
  #section_casinos_du_moment #wrapperNewSlider .carousel .carousel-item .flip-card .flip-card-inner .flip-card-front .logo {
    margin: 15px 0% 15px 25%;
  }
  #section_casinos_du_moment #wrapperNewSlider .carousel .carousel-item .flip-card .flip-card-inner .flip-card-front .contenu_casino_du_moment p {
    color: #fff;
    line-height: 1.2em;
    width: 90%;
  }
  #section_casinos_du_moment #carousel-prev {
    left: 10px;
  }
  #section_casinos_du_moment #carousel-next {
    left: 95%;
  }
}
#introPage {
  padding-top: 60px;
  padding-bottom: 60px;
}
#introPage h1 {
  color: #0e2147;
  margin-bottom: 20px;
}

#text {
  color: #fff;
}
#text a {
  color: #fff;
}
#text a:hover {
  color: #ffa532;
}
#text table {
  border-collapse: collapse;
}
#text table tr td {
  border: 1px solid #fff;
  padding: 5px;
}

@media screen and (max-width: 768px) {
  #introPage h1 {
    font-size: 30px;
  }
}
#homeSlider {
  overflow: hidden;
}
#homeSlider .textPresentation {
  padding-top: 10%;
}
#homeSlider .textPresentation h1, #homeSlider .textPresentation p {
  color: #fff;
}
#homeSlider .textPresentation h1, #homeSlider .textPresentation h1 span {
  font-size: 36px;
  line-height: 1.3;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 900;
}
#homeSlider .textPresentation h1 {
  margin: 0 0 1.25rem 0;
}
#homeSlider .textPresentation h1 strong {
  color: #fff;
}
#homeSlider .textPresentation p {
  font-size: 1.25rem;
}
#homeSlider #wrapper_slider {
  height: 41.25rem;
  position: relative;
}
#homeSlider #wrapper_slider .bg, #homeSlider #wrapper_slider .mask {
  left: 0;
  width: 100000px;
  height: 100%;
  position: absolute;
  z-index: 1;
}
#homeSlider #wrapper_slider .mask {
  z-index: 3;
}
#homeSlider #wrapper_slider .mask svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  height: 155%;
  display: block;
  z-index: 1;
}
#homeSlider #wrapper_slider .mask:after {
  left: 112.5rem;
  top: 0;
  height: 100%;
  background: white;
  width: 2000px;
  content: "";
  position: absolute;
}
#homeSlider #wrapper_slider .visuals {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
#homeSlider #wrapper_slider .visuals .caracter {
  position: absolute;
  right: -12.5rem;
  bottom: 6.875rem;
  max-width: 25rem;
  z-index: 1;
}
#homeSlider #wrapper_slider .visuals .caracter {
  transition: all 1s;
  transform: translateX(0%) translateY(0%) rotateX(0deg) scale(1);
}
#homeSlider #wrapper_slider .slide {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  display: flex;
  justify-content: center;
}
#homeSlider #wrapper_slider .slide .content {
  position: relative;
  text-align: center;
  padding: 6.875rem 8.75rem 0 5.625rem;
  overflow: hidden;
}
#homeSlider #wrapper_slider .slide .content .logo_casino {
  width: 250px;
  height: auto;
  position: absolute;
  top: 2.5rem;
  left: 50%;
  margin-left: -1.5625rem;
  transform: translateX(-50%);
}
#homeSlider #wrapper_slider .slide .content .text p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin: 1.25rem 0 0 0;
  text-transform: uppercase;
  font-size: 2.1875rem;
  font-weight: 400;
  color: white;
  line-height: 1.2;
}
#homeSlider #wrapper_slider .slide .content .text p strong {
  font-weight: 700;
  color: #ffa532;
}
#homeSlider #wrapper_slider .slide .content .button {
  margin-top: 1.25rem;
  /*position: ;
  bottom: rem(150);
  left: 50%;*/
  font-family: "Inter", sans-serif;
  font-weight: 900;
}
#homeSlider #wrapper_slider .button {
  border-radius: 50px !important;
  font-size: 0.875rem;
  text-align: center;
  font-weight: 400;
  text-transform: none;
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 0.3125rem 0.625rem;
  background: transparent;
  border: 2px solid #ffa532;
  font-size: 1.875rem;
  padding: 0.3125rem 1.875rem;
  border-radius: 1.875rem;
  margin-top: 3.75rem;
}
#homeSlider #wrapper_slider .button:hover {
  background: #ffa532;
  color: #000;
  font-weight: 700;
}
#homeSlider #wrapper_slider .menu {
  position: absolute;
  bottom: 10rem;
  left: 50%;
  z-index: 4;
}
#homeSlider #wrapper_slider .menu .prev, #homeSlider #wrapper_slider .menu .next {
  position: absolute;
  display: block;
  height: 1.5625rem;
  width: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
#homeSlider #wrapper_slider .menu .prev {
  left: -1.625rem;
  position: absolute;
}
#homeSlider #wrapper_slider .menu .prev:after {
  content: " ";
  border: solid #d0c0cd;
  border-width: 0 0.125rem 0.125rem 0;
  padding: 0.375rem;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}
#homeSlider #wrapper_slider .menu .next {
  right: -1.625rem;
  position: absolute;
}
#homeSlider #wrapper_slider .menu .next:after {
  content: " ";
  border: solid #d0c0cd;
  border-width: 0 0.125rem 0.125rem 0;
  padding: 0.375rem;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
#homeSlider #wrapper_slider .menu ul {
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
}
#homeSlider #wrapper_slider .menu ul li {
  margin: 0 0.625rem;
}
#homeSlider #wrapper_slider .menu ul li a {
  display: block;
  background: #cfc0cd;
  border-radius: 50%;
  width: 0.75rem;
  height: 0.75rem;
  overflow: hidden;
  text-indent: 100px;
  transition: background 0.3s;
}
#homeSlider #wrapper_slider .menu ul li.active a {
  background: #3cffd9;
}

@media screen and (max-width: 1200px) {
  #homeSlider #wrapper_slider .slide .content {
    padding: 6.875rem 7.5rem 0 5rem;
  }
  #homeSlider #wrapper_slider .slide .content .logo_casino {
    top: 2.5rem;
  }
  #homeSlider #wrapper_slider .slide .content .text p {
    font-size: 1.875rem;
  }
  #homeSlider #wrapper_slider .slide .content .button {
    font-size: 1.5625rem;
  }
  #homeSlider #wrapper_slider .menu {
    position: absolute;
    bottom: 13rem;
  }
}
@media screen and (max-width: 1024px) {
  #homeSlider #wrapper_slider .slide .content {
    padding: 5.625rem 6.25rem 0 3.75rem;
  }
  #homeSlider #wrapper_slider .slide .content .logo_casino {
    top: 1.875rem;
    max-width: 12.5rem;
  }
  #homeSlider #wrapper_slider .slide .content .text p {
    font-size: 1.5625rem;
  }
  #homeSlider #wrapper_slider .slide .content .button {
    font-size: 1.25rem;
  }
  #homeSlider #wrapper_slider .menu {
    bottom: 16.25rem;
    left: 40%;
  }
}
@media screen and (max-width: 768px) {
  #homeSlider .textPresentation {
    width: 97%;
    padding-bottom: 1.25rem;
  }
  #homeSlider .textPresentation + .col8 {
    width: 113%;
    margin: 0 auto 0 -5%;
    overflow: hidden;
  }
  #homeSlider .textPresentation h1, #homeSlider .textPresentation h1 span {
    text-align: center;
    font-size: 30px;
    margin-bottom: 0.625rem;
  }
  #homeSlider .textPresentation p {
    text-align: center;
    font-size: 1.125rem;
    margin-top: 0.625rem;
  }
  #homeSlider #wrapper_slider .mask svg {
    height: 100%;
  }
  #homeSlider #wrapper_slider .visuals .caracter {
    bottom: 0;
    right: -3.75rem;
  }
  #homeSlider #wrapper_slider .slide .content {
    padding: 20% 30% 15% 5%;
  }
  #homeSlider #wrapper_slider .slide .content .logo_casino {
    top: 10%;
    left: 40%;
  }
  #homeSlider #wrapper_slider .slide .content .button {
    font-size: 1.5625rem;
  }
  #homeSlider #wrapper_slider .menu {
    /*
    bottom: rem(260);
    left: 40%;
    */
  }
}
@media screen and (max-width: 768px) {
  #homeSlider .textPresentation h1, #homeSlider .textPresentation h1 span {
    font-size: 30px;
  }
  #homeSlider .textPresentation p {
    font-size: 1rem;
  }
  #homeSlider #wrapper_slider .visuals .caracter {
    transform: scale(0.85);
    right: -6.25rem;
  }
  #homeSlider #wrapper_slider .slide .content {
    padding: 0% 20% 0 0;
    width: 75%;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translateX(-50%) translateY(-50%);
    overflow: visible;
  }
  #homeSlider #wrapper_slider .slide .content .logo_casino {
    position: relative;
  }
  #homeSlider #wrapper_slider .slide .content .button {
    font-size: 1.25rem;
  }
  #homeSlider #wrapper_slider .menu {
    bottom: 25%;
    left: 40%;
  }
}
@media screen and (max-width: 480px) {
  #homeSlider #wrapper_slider {
    height: 31.25rem;
  }
  #homeSlider #wrapper_slider .visuals .caracter {
    right: -11.25rem;
    transform: scale(0.8);
  }
  #homeSlider #wrapper_slider .slide .content {
    padding: 0;
  }
  #homeSlider #wrapper_slider .slide .content .text p {
    font-size: 1.375rem;
  }
  #homeSlider #wrapper_slider .menu {
    bottom: 30%;
    left: 40%;
  }
}
#bookmakers {
  text-align: center;
  padding: 80px 0 30px;
  background: #f3f3f3;
  scroll-margin-top: 100px;
}
#bookmakers h2 {
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 30px;
  color: #0e2147;
}
#bookmakers h2 strong {
  font-weight: 900;
}
#bookmakers p {
  font-size: 14px;
  margin: 0 0 5px;
}

#homeBonus {
  position: relative;
  z-index: 10;
  min-height: 18.75rem;
  margin-top: 0;
  /*
  .pastille{
  	width: 50px;
  	height: 50px;
  	background: $orange;
  	display: block;
  	position: absolute;
  	left: 0px;
  	top: 50%;
  	transform: translateX(-50%) translateY(-50%);
  	border-radius: 50%;

  	z-index: 1000;

  	@include purpleGradient();
  	box-shadow: 5px 5px 15px -5px rgba(0,0,0,1);
  }*/
}
#homeBonus h1 {
  margin: 1.25rem 0 18px 0;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 36px;
  color: #fff;
  position: relative;
  text-align: center;
}
#homeBonus h2 {
  margin: 0 0 2rem 0;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 24px;
  color: #fff;
  position: relative;
  text-align: center;
}
#homeBonus #bookmakers {
  text-align: center;
}
#homeBonus #bookmakers h2 {
  margin: 0 0 18px 0;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 24px;
  color: #fff;
  position: relative;
  text-align: center;
  margin-bottom: 15px;
  text-transform: none;
}
#homeBonus #bookmakers p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin: 20px 0 0;
}
#homeBonus #outroHomeBonus {
  text-align: center;
  margin-top: 20px;
}
#homeBonus #outroHomeBonus p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 5px;
}
#homeBonus #filtre_home_bonus_casino {
  display: block;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  outline: none;
  float: none;
}
#homeBonus #filtre_home_bonus_casino #wrapper_select_filtre_home_bonus_casino_v2 {
  display: block;
  clear: both;
  margin-bottom: 5px;
  list-style-type: none;
  float: left;
}
#homeBonus #filtre_home_bonus_casino #wrapper_select_filtre_home_bonus_casino_v2 li {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
  padding: 5px 15px;
  border-radius: 55px;
  color: #fff;
  font-weight: 700;
  position: relative;
  font-size: 13px;
  cursor: pointer;
  transform: all 0.8s ease-in-out;
}
#homeBonus #filtre_home_bonus_casino #wrapper_select_filtre_home_bonus_casino_v2 li.first {
  border: none;
  background: none;
  padding: 5px 0;
}
#homeBonus #filtre_home_bonus_casino #wrapper_select_filtre_home_bonus_casino_v2 li.first:before {
  display: none;
}
#homeBonus #filtre_home_bonus_casino #wrapper_select_filtre_home_bonus_casino_v2 li.first:hover {
  background: none;
  color: #fff;
}
#homeBonus #filtre_home_bonus_casino #wrapper_select_filtre_home_bonus_casino_v2 li:last-child {
  margin-right: 0;
}
#homeBonus #filtre_home_bonus_casino #wrapper_select_filtre_home_bonus_casino_v2 li:before {
  content: "";
  opacity: 0.16;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 55px;
}
#homeBonus #filtre_home_bonus_casino #wrapper_select_filtre_home_bonus_casino_v2 li.active, #homeBonus #filtre_home_bonus_casino #wrapper_select_filtre_home_bonus_casino_v2 li:hover {
  background: #8ef0d8;
  color: #000;
  font-weight: 700;
}
#homeBonus #filtre_home_bonus_casino #wrapper_select_filtre_home_bonus_casino {
  position: relative;
  display: inline-block;
  min-width: 300px;
  margin-bottom: 1.5625rem;
  height: 48px;
}
#homeBonus #filtre_home_bonus_casino #wrapper_select_filtre_home_bonus_casino #bouton_select_filtre_home_bonus_casino {
  position: absolute;
  top: 4px;
  right: 8px;
  z-index: 15;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
}
#homeBonus #filtre_home_bonus_casino #wrapper_select_filtre_home_bonus_casino #bouton_select_filtre_home_bonus_casino:before {
  content: "";
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 6px;
  height: 6px;
}
#homeBonus #filtre_home_bonus_casino #wrapper_select_filtre_home_bonus_casino #bouton_select_filtre_home_bonus_casino.open {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#homeBonus #filtre_home_bonus_casino #wrapper_select_filtre_home_bonus_casino #select_filtre_home_bonus_casino {
  padding: 5px 15px 3px;
  background: transparent;
  color: #fff;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  border: 1px solid #8ef0d8;
  border-radius: 10px;
  outline: none;
  cursor: pointer !important;
  position: absolute;
  width: 300px;
  height: auto;
  z-index: 10;
  background: #180c28;
}
#homeBonus #filtre_home_bonus_casino #wrapper_select_filtre_home_bonus_casino #select_filtre_home_bonus_casino > div {
  display: none;
  margin-top: 5px;
  margin-bottom: 8px;
}
#homeBonus #filtre_home_bonus_casino #wrapper_select_filtre_home_bonus_casino #select_filtre_home_bonus_casino > div.active {
  display: block;
}
#homeBonus #filtre_home_bonus_casino #wrapper_select_filtre_home_bonus_casino #select_filtre_home_bonus_casino.active > div, #homeBonus #filtre_home_bonus_casino #wrapper_select_filtre_home_bonus_casino #select_filtre_home_bonus_casino.selected > div {
  display: block;
}
#homeBonus #filtre_home_bonus_casino #wrapper_select_filtre_home_bonus_casino #select_filtre_home_bonus_casino > div.active {
  color: #8ef0d8;
}
#homeBonus #filtre_home_bonus_casino #wrapper_select_filtre_home_bonus_casino #select_filtre_home_bonus_casino > div.active.first {
  color: #fff;
}
#homeBonus #filtre_home_bonus_casino #wrapper_select_filtre_home_bonus_casino #select_filtre_home_bonus_casino > div.active.first:hover {
  color: #8ef0d8;
}
#homeBonus #filtre_home_bonus_casino #wrapper_select_filtre_home_bonus_casino #select_filtre_home_bonus_casino > div.active:hover {
  color: #8ef0d8;
}
#homeBonus #filtre_home_bonus_casino #wrapper_select_filtre_home_bonus_casino #select_filtre_home_bonus_casino:hover > div.active {
  color: #8ef0d8;
}
#homeBonus #filtre_home_bonus_casino #wrapper_select_filtre_home_bonus_casino #select_filtre_home_bonus_casino:hover > div.active:hover {
  color: #8ef0d8;
}
#homeBonus #filtre_home_bonus_casino #wrapper_select_filtre_home_bonus_casino #select_filtre_home_bonus_casino:hover > div:hover {
  color: #ffa532;
}
#homeBonus #filtre_home_bonus_casino #wrapper_select_filtre_home_bonus_casino.active:before {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
#homeBonus .bubleTitle {
  margin-top: 0;
}
#homeBonus .bonus.active .line {
  border-bottom-left-radius: 0;
}
#homeBonus .bonus {
  transform: scale(1);
  transition: transform 0.2s;
  border-radius: 10px;
  overflow: hidden;
  background: #170927;
  display: none;
  text-decoration: none;
  margin-bottom: 10px;
}
#homeBonus .bonus:hover {
  transform: scale(1.05);
  margin-bottom: 2.5rem;
}
#homeBonus .bonus.last:hover {
  margin-bottom: 10px;
}
#homeBonus .bonus.active .line svg {
  border-bottom-left-radius: 0;
}
#homeBonus .bonus.show {
  display: block;
}
#homeBonus .bonus .bonus-card .hideonmobile {
  display: block !important;
}
#homeBonus .bonus .bonus-card .hideondesktop {
  display: none !important;
}
#homeBonus .bonus .line {
  position: relative;
  padding: 10px;
  display: flex;
  align-items: stretch;
  /* svg{
  	position: absolute;
  	left: 0;
  	top: 0;
  	height: 100%;
  	width: 17%;
  	z-index: 0;
  	&.mobile{
  		display: none;
  	}

  	border-top-left-radius: $border_radius;
  	border-bottom-left-radius: $border_radius;
  } */
}
#homeBonus .bonus .line .exclu {
  position: absolute;
  top: -6px;
  left: -22px;
  color: #fff;
  z-index: 15;
  transform: rotate(-33deg);
  padding: 12px 6px 3px 0;
  width: 78px;
  text-align: center;
  font-weight: 900;
  font-size: 10px;
  text-transform: uppercase;
  background: #ffa532;
  box-shadow: 5px 5px 15px -5px rgb(0, 0, 0);
}
#homeBonus .bonus .line .wrapper-logo, #homeBonus .bonus .line .wrapper-bonus, #homeBonus .bonus .line .wrapper-ribbon, #homeBonus .bonus .line .wrapper-actions {
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#homeBonus .bonus .line .wrapper-logo {
  width: 17%;
  text-align: center;
  justify-content: center;
  padding: 0;
  margin: -10px 0 -10px -10px;
  border-top-left-radius: 10px;
}
#homeBonus .bonus .line .wrapper-logo a {
  display: block;
}
#homeBonus .bonus .line .wrapper-logo a img {
  margin-top: 15px;
  margin-bottom: 15px;
  height: 45px;
}
#homeBonus .bonus .line .wrapper-bonus {
  width: 48%;
}
#homeBonus .bonus .line .wrapper-ribbon {
  width: 14%;
}
#homeBonus .bonus .line .wrapper-actions {
  width: 21%;
}
#homeBonus .bonus .line .wrapper-bonus .column {
  position: relative;
  width: 25%;
  /*
  &.five{
  	width: 12%;
  	> div{
  		display: inline-block;
  		width: rem(25);
  		margin: 3px;
  		border-radius: 50%;
  		border: 2px solid white;
  		overflow: hidden;
  		position: relative;
  		height: rem(25);
  		img{
  			position: absolute;
  			left: 50%;
  			top: 50%;
  			transform: translateX(-50%) translateY(-50%);
  			height: 105%;
  			width: auto;
  		}
  	}
  }
  */
}
#homeBonus .bonus .line .wrapper-bonus .column.one, #homeBonus .bonus .line .wrapper-bonus .column.two, #homeBonus .bonus .line .wrapper-bonus .column.three, #homeBonus .bonus .line .wrapper-bonus .column.four, #homeBonus .bonus .line .wrapper-bonus .column.five {
  text-align: center;
  font-weight: 400;
}
#homeBonus .bonus .line .wrapper-bonus .column.one strong, #homeBonus .bonus .line .wrapper-bonus .column.two strong, #homeBonus .bonus .line .wrapper-bonus .column.three strong, #homeBonus .bonus .line .wrapper-bonus .column.four strong, #homeBonus .bonus .line .wrapper-bonus .column.five strong {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
}
#homeBonus .bonus .line .wrapper-bonus .column.one .sub_title, #homeBonus .bonus .line .wrapper-bonus .column.two .sub_title, #homeBonus .bonus .line .wrapper-bonus .column.three .sub_title, #homeBonus .bonus .line .wrapper-bonus .column.four .sub_title, #homeBonus .bonus .line .wrapper-bonus .column.five .sub_title {
  color: #fff;
}
#homeBonus .bonus .line .wrapper-bonus .column.one:before, #homeBonus .bonus .line .wrapper-bonus .column.two:before, #homeBonus .bonus .line .wrapper-bonus .column.three:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 90%;
  width: 0.0625rem;
  background: #8ef0d8;
}
#homeBonus .bonus .line .wrapper-ribbon {
  /*
  .ribbon{
  	width: 100%;
  	padding: rem(20) rem(5);
  	background: red;
  	margin-top:rem(-20);
  	position: relative;
  	//@include orangeGradient(180deg);

  	background: url("./../../images/bandeau-offer.svg") center center transparent no-repeat;
  	background-size: 114% 117%;
  	background-position: rem(-8px) rem(-10px);

  	color: white;
  	font-weight: 600;
  	@include titleFont();
  	text-align: center;
  	text-transform: uppercase;


  	&:before{
  		content: "";
  		position: absolute;
  		right: 100%;
  		top: 0;
  		width: 0;
  		height: 0;
  		border-style: solid;
  		border-width: 0 0 rem(10) rem(10);
  		border-color: transparent transparent #b66e23 transparent;
  	}
  }
  */
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#homeBonus .bonus .line .wrapper-ribbon .ribbon {
  border: 2px solid #8ef0d8;
  border-radius: 50px;
  color: #8ef0d8;
  padding: 0;
}
#homeBonus .bonus .line .wrapper-ribbon .ribbon:hover {
  background: #8ef0d8;
}
#homeBonus .bonus .line .wrapper-ribbon .ribbon:hover a {
  color: #000;
  font-weight: 600;
}
#homeBonus .bonus .line .wrapper-ribbon .ribbon:hover a svg path, #homeBonus .bonus .line .wrapper-ribbon .ribbon:hover a svg rect {
  fill: #000;
}
#homeBonus .bonus .line .wrapper-ribbon .ribbon svg {
  width: 17px;
  vertical-align: bottom;
  margin-right: 3px;
}
#homeBonus .bonus .line .wrapper-ribbon .ribbon svg path, #homeBonus .bonus .line .wrapper-ribbon .ribbon svg rect {
  fill: #8ef0d8;
}
#homeBonus .bonus .line .wrapper-ribbon .ribbon a {
  color: #8ef0d8;
  padding: 8px 15px;
  font-size: 15px;
  display: block;
}
#homeBonus .bonus .line .wrapper-ribbon .bouton_fond_bleu {
  border: 2px solid #8ef0d8;
  border-radius: 50px;
  background: #8ef0d8;
  color: #000;
  padding: 0;
  width: 100%;
  /*
  .centered{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  */
}
#homeBonus .bonus .line .wrapper-ribbon .bouton_fond_bleu a {
  text-align: center;
  position: relative;
}
#homeBonus .bonus .line .wrapper-ribbon .bouton_fond_bleu a span {
  display: inline-block;
  min-width: 0.3em;
  transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
  opacity: 0;
  transform: translate(0, -20px);
}
#homeBonus .bonus .line .wrapper-ribbon .bouton_fond_bleu a:before {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  left: 0;
  transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
  opacity: 1;
  transform: translate(0, 0px);
}
#homeBonus .bonus .line .wrapper-ribbon .bouton_fond_bleu a.active:before {
  opacity: 0;
  transform: translate(0, 20px);
}
#homeBonus .bonus .line .wrapper-ribbon .bouton_fond_bleu a.active span {
  opacity: 1;
  transform: translate(0, 0);
}
#homeBonus .bonus .line .wrapper-ribbon .bouton_fond_bleu:hover {
  background: #8ef0d8;
}
#homeBonus .bonus .line .wrapper-ribbon .bouton_fond_bleu:hover a {
  color: #000;
  font-weight: 600;
}
#homeBonus .bonus .line .wrapper-ribbon .bouton_fond_bleu:hover a svg path, #homeBonus .bonus .line .wrapper-ribbon .bouton_fond_bleu:hover a svg rect {
  fill: #000;
}
#homeBonus .bonus .line .wrapper-ribbon .bouton_fond_bleu a {
  color: #000;
  font-weight: 700;
  padding: 8px 8px;
  display: block;
}
#homeBonus .bonus .line .wrapper-actions {
  justify-content: space-evenly;
}
#homeBonus .bonus .line .wrapper-actions .button {
  z-index: 1;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  overflow: hidden;
  text-transform: uppercase;
}
#homeBonus .bonus .line .wrapper-actions .button:not(.viewdetail) a {
  border-radius: 50px !important;
  font-size: 0.875rem;
  text-align: center;
  font-weight: 400;
  text-transform: none;
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 0.3125rem 0.625rem;
  background: transparent;
  border: 2px solid #ffa532;
}
#homeBonus .bonus .line .wrapper-actions .button:not(.viewdetail) a:hover {
  background: #ffa532;
  color: #000;
  font-weight: 700;
}
#homeBonus .bonus .line .wrapper-actions .button.viewdetail {
  border: 2px solid #8ef0d8;
  padding: 0 !important;
  text-align: center;
  line-height: 1.5;
  border-radius: 50%;
  height: 39px;
  width: 39px;
  font-size: 1.375rem !important;
  color: #fff;
}
#homeBonus .bonus .line .wrapper-actions .button.viewdetail:after {
  background: #261240;
}
#homeBonus .bonus .line .wrapper-actions .button.viewdetail:before {
  content: "+";
  font-size: 1.375rem !important;
  color: #fff;
}
#homeBonus .bonus .line .wrapper-actions .button.viewdetail:hover {
  background: #8ef0d8;
}
#homeBonus .bonus .line .wrapper-actions .button.viewdetail:hover:before {
  color: #000;
}
#homeBonus .bonus .line .wrapper-actions .button:not(.viewdetail), #homeBonus .bonus .line .wrapper-actions .button.viewdetail, #homeBonus .bonus .line .wrapper-actions .button:not(.viewdetail) a {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-weight: 700;
  font-size: 1rem;
  padding: 8px 15px;
}
#homeBonus .bonus .line .wrapper-actions .button:hover {
  cursor: pointer;
}
#homeBonus .bonus.active .line .wrapper-actions .viewdetail::before {
  left: 0%;
  content: "-";
}
#homeBonus .bonus.active .detail {
  display: block;
}
#homeBonus .bonus .detail {
  display: none;
  position: relative;
  padding: 0.625rem 0 1.25rem 0.625rem;
  /*&:before{
  	content: "";
  	height: rem(1);
  	left: 0;
  	top: 0;
  	position: absolute;
  	width: 100%;
  	//@include orangeGradient();
  	background:$turquoise;
  }*/
}
#homeBonus .bonus .detail h3 {
  color: #8ef0d8;
  margin-bottom: 0.625rem;
}
#homeBonus .bonus .detail strong {
  color: #fff;
}
#homeBonus .bonus .detail ul li {
  color: white;
}
#homeBonus .bonus .detail .provider img {
  max-width: 6.25rem;
  margin: 0 0.625rem 0.625rem 0;
}
#homeBonus .bonus .detail .liste_valide h3 {
  margin-top: 14px;
}
#homeBonus .bonus .detail .liste_valide ul {
  padding-left: 0.3125rem;
  list-style-type: none;
}
#homeBonus .bonus .detail .liste_valide ul li {
  padding-left: 1.5625rem;
  font-size: 0.875rem;
  position: relative;
  margin-bottom: 0.625rem;
  font-weight: 500;
}
#homeBonus .bonus .detail .liste_valide ul li:last-child {
  margin-bottom: 0;
}
#homeBonus .bonus .detail .liste_valide ul li:before {
  width: 15px;
  height: 15px;
  background: greenyellow;
  color: white;
  content: "✔";
  text-align: center;
  position: absolute;
  left: 0;
  top: 0px;
  border-radius: 50%;
}
#homeBonus .bonus .detail .liste_simple h3 {
  margin-top: 14px;
}
#homeBonus .bonus .detail .liste_simple ul li {
  margin: 0 0 1px;
  border-radius: 0;
  padding: 0;
  color: #8ef0d8;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
#homeBonus .bonus .detail .liste_simple ul li strong {
  font-weight: 700;
  color: #fff;
}
#homeBonus .bonus .detail .liste_simple ul li:before {
  display: none;
}
#homeBonus .bonus .detail .texte {
  color: white;
}
#homeBonus .bonus .detail .texte h3 {
  margin-top: 14px;
}
#homeBonus .bonus .detail .texte p {
  color: white;
  font-size: 16px;
  line-height: 26px;
  margin-top: 0;
}
#homeBonus .bonus .detail .texte a {
  border-radius: 10px !important;
  text-transform: none;
  text-decoration: none;
  padding: 0.3125rem 0.625rem;
  display: inline-block;
  background: #8ef0d8;
  border: none;
  color: #170927;
  font-weight: 900;
  font-size: 15px;
  transform: scale(1);
  text-align: center;
  transition: transform 0.2s;
  display: inline-block;
  font-size: 15px;
  text-transform: none;
  padding: 0.3125rem 0.9375rem !important;
  font-weight: 900;
}
#homeBonus .bonus .detail .texte a:hover {
  transform: scale(1.05);
}
#homeBonus .bonus .detail .texte ol {
  margin-left: 0;
  padding-left: 0;
  list-style-position: inside;
}
#homeBonus .bonus .detail .texte ol li {
  margin-bottom: 1px;
  font-size: 16px;
  line-height: 26px;
}
#homeBonus .bonus .detail .texte ol li a {
  color: #8ef0d8 !important;
  padding: 0 !important;
  background: none !important;
}
#homeBonus .bonus .detail .texte ol li a strong {
  color: #8ef0d8 !important;
  padding: 0 !important;
}
#homeBonus .bonus .detail .texte ol li a:hover {
  transform: none;
  text-decoration: underline;
}
#homeBonus .bonus .detail .texte ol li::marker {
  font-weight: 900;
}
#homeBonus .bonus .detail .texte .texte h3 {
  margin-bottom: 0.3125rem;
}
#homeBonus .bonus .detail .pays img {
  max-width: 25px;
  margin: 0 0.625rem 0.625rem 0;
}
#homeBonus .bonus .detail .en_savoir_plus h3 {
  margin-top: 14px;
}
#homeBonus .bonus .detail .en_savoir_plus .texte p a {
  border-radius: 50px !important;
  font-size: 0.875rem;
  text-align: center;
  font-weight: 400;
  text-transform: none;
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 0.3125rem 0.625rem;
  background: transparent;
  border: 2px solid #8ef0d8;
  font-weight: 700;
  border-radius: 10px !important;
  padding: 2px 17px !important;
}
#homeBonus .bonus .detail .en_savoir_plus .texte p a:hover {
  background: #8ef0d8;
  color: #000;
  font-weight: 700;
}
#homeBonus #bouton_show_more_home_bonus {
  text-align: center;
  margin-top: 15px;
}
#homeBonus #bouton_show_more_home_bonus a {
  display: inline-block;
  border-radius: 50px;
  text-align: center;
  font-weight: 400;
  text-transform: none;
  display: inline-block;
  color: #000;
  text-decoration: none;
  background: #8ef0d8;
  border: 2px solid #8ef0d8;
  font-size: 15px;
  text-transform: none;
  padding: 10px 25px;
  font-weight: 900;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#homeBonus #bouton_show_more_home_bonus a:hover {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#homeBonus #bouton_show_more_home_bonus.inactive {
  display: none;
}

/* laptops et pcs */
@media screen and (min-width: 1025px) {
  #homeBonus .bonus {
    background: #170927 !important;
  }
  #homeBonus .bonus .line .wrapper-bonus .column {
    background: #170927 !important;
  }
}
/* FIN laptops et pcs */
/* affichage tablettes et mobiles */
@media screen and (max-width: 1024px) {
  #homeBonus #listeHomeBonus {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #homeBonus .bonus {
    width: 33.33%;
    margin: 0 auto 25px;
    float: none;
    overflow: visible;
  }
  #homeBonus .bonus:hover {
    transform: none;
    margin-bottom: 25px;
  }
  #homeBonus .bonus .bonus-card {
    padding: 15px 15px 5px;
    position: relative;
  }
  #homeBonus .bonus .bonus-card .hideonmobile {
    display: none !important;
  }
  #homeBonus .bonus .bonus-card .hideondesktop {
    display: block !important;
  }
  #homeBonus .bonus .bonus-card .line {
    padding: 0;
    display: block;
  }
  #homeBonus .bonus .bonus-card .line .exclu {
    position: absolute;
    top: -18px;
    left: 3px;
    z-index: 15;
    padding: 3px 9px;
    border-radius: 10px;
    text-align: center;
    font-weight: 900;
    font-size: 12px;
    color: #170927;
    background: #ffa532;
    transform: none;
  }
  #homeBonus .bonus .bonus-card .line .wrapper-logo {
    background: transparent !important;
    margin: -5px 0 5px 0;
    display: block;
    width: 100%;
  }
  #homeBonus .bonus .bonus-card .line .wrapper-logo a {
    width: 100%;
  }
  #homeBonus .bonus .bonus-card .line .wrapper-logo a img {
    margin-left: 0;
    height: 60px;
    width: auto;
    margin: 10px;
  }
  #homeBonus .bonus .bonus-card .line .wrapper-bonus {
    display: block;
    width: 100%;
  }
  #homeBonus .bonus .bonus-card .line .wrapper-bonus .column {
    width: 100% !important;
    color: #fff;
    padding: 8px 15px 8px 13px;
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    margin-bottom: 6px;
    float: left;
    background-color: var(--couleur-bg-homebonus-mobile);
  }
  #homeBonus .bonus .bonus-card .line .wrapper-bonus .column:before {
    display: none;
  }
  #homeBonus .bonus .bonus-card .line .wrapper-bonus .column strong {
    float: right;
    font-size: 23px;
    font-weight: 900;
  }
  #homeBonus .bonus .bonus-card .line .wrapper-bonus .column .sub_title {
    display: inline-block;
    text-align: left;
    float: left;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    top: 2px;
  }
  #homeBonus .bonus .bonus-card .line .wrapper-ribbon {
    width: 100% !important;
    margin: 0 auto !important;
    display: block;
    float: left;
    min-height: 43px;
  }
  #homeBonus .bonus .bonus-card .line .wrapper-ribbon .ribbon {
    width: 100%;
    border: none;
    margin: 2px 0 -12px;
  }
  #homeBonus .bonus .bonus-card .line .wrapper-ribbon .ribbon a {
    display: block;
    padding: 11px 0 10px;
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    font-size: 18px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    color: #170927;
    float: left;
    width: 100%;
    text-align: center;
    transform: scale(1);
    transition: transform 0.2s;
  }
  #homeBonus .bonus .bonus-card .line .wrapper-ribbon .ribbon a svg {
    display: none;
  }
  #homeBonus .bonus .bonus-card .line .wrapper-ribbon .ribbon:after {
    display: none;
  }
  #homeBonus .bonus .bonus-card .line .wrapper-ribbon .bouton_fond_bleu {
    display: none;
  }
  #homeBonus .bonus .bonus-card .line .wrapper-actions {
    position: relative;
    z-index: 10;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    flex-direction: column;
    display: block;
    width: 100%;
    float: left;
  }
  #homeBonus .bonus .bonus-card .line .wrapper-actions a {
    display: block;
    border-radius: 10px !important;
    margin-bottom: 8px;
  }
  #homeBonus .bonus .bonus-card .line .wrapper-actions a.more_info_ajax {
    font-size: 14px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    color: #fff;
    border-radius: 10px !important;
    border: solid 2px #fff;
    padding: 2px 0 3px;
    margin-bottom: 8px;
    width: 100%;
  }
  #homeBonus .bonus .bonus-card .line .wrapper-actions a.more_info_ajax:hover {
    background: #fff;
    color: #170927;
  }
  #homeBonus .bonus .bonus-card .line .wrapper-actions a.enjoy_bonus {
    background: #ffa532;
    font-size: 18px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #170927;
    padding: 6px 0;
    margin-bottom: 14px;
    transform: scale(1);
    transition: transform 0.2s;
    width: 100%;
    border-radius: 10px !important;
  }
  #homeBonus .bonus .bonus-card .line .wrapper-actions a.enjoy_bonus:hover {
    transform: scale(1.05);
  }
}
/* ipad Air */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #homeBonus .bonus {
    width: 30.3%;
    clear: none;
  }
}
/* ipad Air */
/* TABLETTE ONLY */
@media screen and (min-width: 641px) and (max-width: 768px) {
  #homeBonus .bonus {
    width: 47%;
    clear: none;
  }
  #homeBonus .bonus:nth-of-type(4n+5) {
    clear: none;
  }
  #homeBonus .bonus:nth-of-type(3n+4) {
    clear: none;
  }
  #homeBonus .bonus:nth-of-type(2n+3) {
    clear: left;
  }
  #homeBonus .bonus .line .exclu {
    top: -9px;
    left: -40px;
    padding: 22px 6px 10px 0;
    width: 141px;
    font-size: 15px;
  }
}
/* FIN TABLETTE ONLY */
/* MOBILE */
@media screen and (max-width: 640px) {
  #homeBonus #filtre_home_bonus_casino #wrapper_select_filtre_home_bonus_casino_v2 {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
  #homeBonus #filtre_home_bonus_casino #wrapper_select_filtre_home_bonus_casino_v2 li {
    display: inline-block;
    float: left;
  }
  #homeBonus #filtre_home_bonus_casino #wrapper_select_filtre_home_bonus_casino_v2 li.first {
    margin-left: 0;
  }
  #homeBonus .bonus {
    width: 100%;
    margin: 0 auto 25px;
  }
  #homeBonus .bonus .bonus-card .wrapper-logo a img {
    margin-left: 0;
    height: 60px;
    width: auto;
    margin: 10px;
  }
}
#genericHeader {
  overflow: hidden;
  min-height: 31.25rem;
  position: relative;
  z-index: 2;
}
#genericHeader .textPresentation {
  padding-top: 10%;
}
#genericHeader .textPresentation h1, #genericHeader .textPresentation p {
  color: #461572;
}
#genericHeader .textPresentation h1, #genericHeader .textPresentation h1 span {
  font-size: 36px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 900;
}
#genericHeader .textPresentation h1 {
  margin: 0 0 1.875rem 0;
}
#genericHeader .textPresentation h1 strong {
  color: #8ef0d8;
}
#genericHeader .textPresentation p {
  font-size: 1.25rem;
}
#genericHeader #wrapperGenericHeader {
  position: relative;
  min-height: 31.25rem;
}
#genericHeader #wrapperGenericHeader .bg {
  left: 0;
  width: 100000px;
  height: 100%;
  position: absolute;
  z-index: 1;
  overflow: hidden;
}
#genericHeader #wrapperGenericHeader .bg .gradient {
  left: 0;
  width: 50vw;
  height: 100%;
  position: absolute;
  content: "";
}
#genericHeader #wrapperGenericHeader img {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  max-width: 21.875rem;
}
@media screen and (max-width: 1440px) {
  #genericHeader #wrapperGenericHeader .bg {
    width: calc(100% + 200px);
  }
  #genericHeader #wrapperGenericHeader .bg .gradient {
    width: 100%;
    padding-top: 60%;
    height: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
@media screen and (max-width: 1200px) {
  #genericHeader #wrapperGenericHeader .bg .gradient {
    padding-top: 80%;
  }
}
@media screen and (max-width: 768px) {
  #genericHeader .textPresentation {
    width: 97%;
    padding-bottom: 1.25rem;
  }
  #genericHeader .textPresentation + .col8 {
    width: 113%;
    margin: 0 auto 0 -5%;
    overflow: hidden;
  }
  #genericHeader .textPresentation h1, #genericHeader .textPresentation h1 span {
    text-align: center;
    font-size: 30px;
    margin-bottom: 0.625rem;
  }
  #genericHeader .textPresentation p {
    text-align: center;
    font-size: 1.125rem;
    margin-top: 0.625rem;
  }
  #genericHeader #wrapperGenericHeader {
    min-height: 37.5rem;
  }
  #genericHeader #wrapperGenericHeader .bg .gradient {
    padding-top: 100%;
    left: 260px;
  }
  #genericHeader #wrapperGenericHeader .bg:before {
    height: 100%;
    width: 100%;
    background: url(../../images/sub.svg) transparent left bottom no-repeat;
    background-size: auto 100%;
  }
  #genericHeader #wrapperGenericHeader img {
    top: 15%;
    left: 260px;
  }
}
@media screen and (max-width: 768px) {
  #genericHeader #wrapperGenericHeader {
    min-height: 29.8125rem;
  }
  #genericHeader #wrapperGenericHeader .bg .gradient {
    padding-top: 100%;
    width: 100%;
  }
  #genericHeader #wrapperGenericHeader img {
    top: 15%;
    left: 50%;
    max-width: 300px;
  }
}

#store + #genericBonus {
  margin-top: -130px;
}

#forVideoPage + #genericBonus {
  z-index: 1;
  margin-top: -130px;
}

#stream + #genericBonus {
  z-index: 9;
}

#tournamentScore + #genericBonus {
  z-index: 1;
  margin-top: -200px;
}

#genericBonus {
  position: relative;
  z-index: 11;
  background: url(../../images/casino_ville.png) center center transparent no-repeat;
  background-size: cover;
  height: 67.5rem;
  /*
  &:before{
  	position: absolute;
  	left: 0;
  	top: 0;
  	height: 100%;
  	width: 100%;
  	content: "";
  	//background: url("./../../images/wave/sp.svg") transparent no-repeat center;
  	background: url("./../../images/bg_header_stream.jpg") transparent no-repeat center;	
  }*/
}
#genericBonus + #footer {
  margin-top: -26.25rem;
  padding-top: 26.25rem;
}
#genericBonus .cta {
  display: inline-block;
  overflow: hidden;
  border-radius: 50px !important;
  font-size: 0.875rem;
  text-align: center;
  font-weight: 400;
  text-transform: none;
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 0.3125rem 0.625rem;
  background: transparent;
  border: 2px solid #ffa532;
  box-shadow: 5px 5px 15px -5px rgb(0, 0, 0);
  padding: 0.3125rem 0.625rem;
  position: absolute;
  z-index: 2;
  left: 60%;
  top: 50%;
  font-size: 1.75rem;
  font-family: "Inter", sans-serif;
  font-weight: 900;
}
#genericBonus .cta:hover {
  background: #ffa532;
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #genericBonus .cta {
    font-size: 1.375rem;
    left: unset;
    right: 5%;
  }
}

@media screen and (max-width: 1024px) {
  #forVideoPage + #genericBonus, #store + #genericBonus {
    height: 50rem;
    margin-top: -90px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #forVideoPage + #genericBonus, #store + #genericBonus {
    height: 43.75rem;
    margin-top: -50px;
  }
}
@media screen and (max-width: 640px) {
  #forVideoPage + #genericBonus, #store + #genericBonus {
    height: 37.5rem;
    margin-top: 0px;
  }
}

#introStore {
  color: #fff;
  text-align: center;
  margin-top: -30px;
}
#introStore h1 {
  font-family: "Work Sans", sans-serif;
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: -7px;
}
#introStore h2 {
  font-family: "Work Sans", sans-serif;
  font-size: 2em;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
  padding-top: 15px;
}
#introStore h3 {
  font-family: "Work Sans", sans-serif;
  font-size: 1.8em;
  font-weight: 800;
  text-transform: uppercase;
  color: #3cffd9;
  margin-bottom: 0;
  margin-top: 0.7em;
}
#introStore p {
  font-family: "Work Sans", sans-serif;
  font-size: 1.1em;
  color: white;
  line-height: 1.5em;
}
#introStore p a {
  text-decoration: underline;
}
#introStore p a.button {
  border-radius: 50px !important;
  font-size: 0.875rem;
  text-align: center;
  font-weight: 400;
  text-transform: none;
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 0.3125rem 0.625rem;
  background: transparent;
  border: 2px solid #ffa532;
  margin: 0 0 0 7px;
  padding: 3px 12px;
  font-size: 15px;
  background: #ffa532;
  color: #000;
  font-weight: 500;
}
#introStore p a.button:hover {
  background: #ffa532;
  color: #000;
  font-weight: 700;
}
#introStore p a:hover {
  color: #3cffd9;
}

#store .wrapper-item {
  display: block;
  margin-bottom: 35px;
  transition: all 0.4s;
  transform: scale(1);
}
#store .wrapper-item:hover {
  transform: scale(1.1);
}
#store .wrapper-item img {
  width: 100%;
  border-radius: 0.625rem;
}
#store .wrapper-item .point {
  text-align: center;
  color: #fff;
  padding: 0.3125rem 0;
  margin-right: 15px;
}
#store .wrapper-item .wrapper-button {
  text-align: center;
  margin-top: 11px;
}
#store .wrapper-item .wrapper-button .button {
  border-radius: 50px !important;
  font-size: 0.875rem;
  text-align: center;
  font-weight: 400;
  text-transform: none;
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 0.3125rem 0.625rem;
  background: transparent;
  border: 2px solid #ffa532;
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
#store .wrapper-item .wrapper-button .button:hover {
  background: #ffa532;
  color: #000;
  font-weight: 700;
}

#store_offres_sans_depot, #store {
  text-align: center;
  margin: 0.625rem 0 1.25rem;
  display: block;
  /* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
}
#store_offres_sans_depot #intro_store_offres_sans_depot, #store #intro_store_offres_sans_depot {
  margin-bottom: 20px;
}
#store_offres_sans_depot h2, #store h2 {
  font-family: "Work Sans", sans-serif;
  font-size: 2em;
  font-weight: 800 !important;
  text-transform: uppercase;
  color: #fff;
  margin-top: 0;
}
#store_offres_sans_depot p, #store_offres_sans_depot ul li, #store p, #store ul li {
  font-family: "Work Sans", sans-serif;
  font-size: 1.1em;
  color: white;
  line-height: 1.5em;
  margin: 0 auto;
}
#store_offres_sans_depot p a, #store_offres_sans_depot ul li a, #store p a, #store ul li a {
  text-decoration: underline;
}
#store_offres_sans_depot p a:hover, #store_offres_sans_depot ul li a:hover, #store p a:hover, #store ul li a:hover {
  color: #3cffd9;
}
#store_offres_sans_depot .flip-card, #store .flip-card {
  background-color: transparent;
  height: 0;
  padding-bottom: 27%;
  border-radius: 15px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
  transform: scale(1);
  transition: transform 0.2s;
  overflow: hidden;
  /* This container is needed to position the front and back side */
}
#store_offres_sans_depot .flip-card .boutons, #store .flip-card .boutons {
  position: relative;
  text-align: center;
  z-index: 5;
  margin-top: 15px;
}
#store_offres_sans_depot .flip-card .boutons > span, #store .flip-card .boutons > span {
  color: #fff;
}
#store_offres_sans_depot .flip-card .boutons a, #store .flip-card .boutons a {
  display: inline-block;
}
#store_offres_sans_depot .flip-card .boutons a.more_info, #store .flip-card .boutons a.more_info {
  color: #fff;
  border-radius: 100%;
  border: 2px solid #8ef0d8;
  padding: 4px 11.33px;
  margin-right: 9px;
  position: relative;
  top: 1px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
#store_offres_sans_depot .flip-card .boutons a.more_info:hover, #store .flip-card .boutons a.more_info:hover {
  background: #8ef0d8;
  color: #000;
}
#store_offres_sans_depot .flip-card .boutons a.enjoy_bonus, #store .flip-card .boutons a.enjoy_bonus {
  border-radius: 50px !important;
  font-size: 0.875rem;
  text-align: center;
  font-weight: 400;
  text-transform: none;
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 0.3125rem 0.625rem;
  background: transparent;
  border: 2px solid #ffa532;
  font-weight: 700;
}
#store_offres_sans_depot .flip-card .boutons a.enjoy_bonus:hover, #store .flip-card .boutons a.enjoy_bonus:hover {
  background: #ffa532;
  color: #000;
  font-weight: 700;
}
#store_offres_sans_depot .flip-card .flip-card-inner, #store .flip-card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 76%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  border-radius: 15px;
  /* Position the front and back side */
  /* Style the front side (fallback if image is missing) */
  /* Style the back side */
}
#store_offres_sans_depot .flip-card .flip-card-inner .flip-card-front, #store_offres_sans_depot .flip-card .flip-card-inner .flip-card-back, #store .flip-card .flip-card-inner .flip-card-front, #store .flip-card .flip-card-inner .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}
#store_offres_sans_depot .flip-card .flip-card-inner .flip-card-front, #store .flip-card .flip-card-inner .flip-card-front {
  color: black;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
  overflow: hidden;
}
#store_offres_sans_depot .flip-card .flip-card-inner .flip-card-front img, #store .flip-card .flip-card-inner .flip-card-front img {
  max-width: 100%;
  height: auto;
}
#store_offres_sans_depot .flip-card .flip-card-inner .flip-card-front a, #store .flip-card .flip-card-inner .flip-card-front a {
  display: inline-block;
}
#store_offres_sans_depot .flip-card .flip-card-inner .flip-card-back, #store .flip-card .flip-card-inner .flip-card-back {
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  transform: rotateY(180deg);
  padding-top: 15px;
  padding-right: 15px;
  border-radius: 15px;
  overflow: hidden;
}
#store_offres_sans_depot .flip-card .flip-card-inner .flip-card-back:before, #store .flip-card .flip-card-inner .flip-card-back:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 15px;
}
#store_offres_sans_depot .flip-card .flip-card-inner .flip-card-back .closeflipcard, #store .flip-card .flip-card-inner .flip-card-back .closeflipcard {
  color: #fff;
  border-radius: 100%;
  border: 2px solid #8ef0d8;
  padding: 0 8px 5px;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 20;
  cursor: pointer;
}
#store_offres_sans_depot .flip-card .flip-card-inner .flip-card-back .closeflipcard:hover, #store .flip-card .flip-card-inner .flip-card-back .closeflipcard:hover {
  background: #8ef0d8;
  color: #000;
}
#store_offres_sans_depot .flip-card .flip-card-inner .flip-card-back p, #store .flip-card .flip-card-inner .flip-card-back p {
  margin: 3px 0 7px;
  z-index: 10;
  position: relative;
  font-size: 19px;
  padding-left: 20px;
  text-align: left;
}
#store_offres_sans_depot .flip-card .flip-card-inner .flip-card-back p strong, #store .flip-card .flip-card-inner .flip-card-back p strong {
  font-weight: 900;
}
#store_offres_sans_depot .flip-card .flip-card-inner .flip-card-back ul, #store .flip-card .flip-card-inner .flip-card-back ul {
  position: relative;
  margin-bottom: 13px;
  display: block;
  clear: both;
  padding-left: 20px;
}
#store_offres_sans_depot .flip-card .flip-card-inner .flip-card-back ul li, #store .flip-card .flip-card-inner .flip-card-back ul li {
  color: #fff;
  margin-bottom: 3px;
  font-size: 15px;
  text-align: left;
}
#store_offres_sans_depot .flip-card .flip-card-inner .flip-card-back ul li strong, #store .flip-card .flip-card-inner .flip-card-back ul li strong {
  font-weight: 900;
}
#store_offres_sans_depot .flip-card .flip-card-inner .flip-card-back p.margintop, #store .flip-card .flip-card-inner .flip-card-back p.margintop {
  margin-top: 40px;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  padding-left: 15px;
}
#store_offres_sans_depot .flip-card .flip-card-inner .flip-card-back .boutons, #store .flip-card .flip-card-inner .flip-card-back .boutons {
  padding-left: 15px;
}
#store_offres_sans_depot .flip-card .flip-card-inner .flip-card-back .boutons span, #store .flip-card .flip-card-inner .flip-card-back .boutons span {
  display: inline-block;
  border-radius: 50px !important;
  font-size: 0.875rem;
  text-align: center;
  font-weight: 400;
  text-transform: none;
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 0.3125rem 0.625rem;
  background: transparent;
  border: 2px solid #ffa532;
  font-weight: 700;
  cursor: pointer;
}
#store_offres_sans_depot .flip-card .flip-card-inner .flip-card-back .boutons span:hover, #store .flip-card .flip-card-inner .flip-card-back .boutons span:hover {
  background: #ffa532;
  color: #000;
  font-weight: 700;
}
#store_offres_sans_depot .flip-card .flip-card-inner .flip-card-back .boutons span.yes, #store .flip-card .flip-card-inner .flip-card-back .boutons span.yes {
  margin-right: 15px;
}
#store_offres_sans_depot .flip-card .flip-card-inner .flip-card-back .message_final, #store .flip-card .flip-card-inner .flip-card-back .message_final {
  display: none;
}
#store_offres_sans_depot .flip-card .flip-card-inner .flip-card-back .message_final.active, #store .flip-card .flip-card-inner .flip-card-back .message_final.active {
  display: block;
}
#store_offres_sans_depot .flip-card .flip-card-inner .flip-card-back .message_final.active p, #store .flip-card .flip-card-inner .flip-card-back .message_final.active p {
  color: #8ef0d8;
  font-size: 18px;
  line-height: 22px;
  margin-top: 50px;
  text-align: center;
}
#store_offres_sans_depot .flip-card.flip_active, #store .flip-card.flip_active {
  transform: scale(1.1);
}
#store_offres_sans_depot .flip-card.flip_active .flip-card-inner, #store .flip-card.flip_active .flip-card-inner {
  transform: rotateY(180deg);
}
#store_offres_sans_depot .flip-card:hover, #store .flip-card:hover {
  transform: scale(1.1);
}

#store {
  margin-top: 40px;
}
#store .flip-card {
  padding-bottom: 24%;
}
#store .flip-card > .boutons .point {
  margin-right: 10px;
}

@media screen and (min-width: 1025px) {
  #store > .wrapper .col.wrapper-item:nth-child(4n+1) {
    clear: both;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #store > .wrapper .col.wrapper-item, #store > .wrapper .col.flip-card {
    width: 30%;
    margin: 0 1.5% 2.5rem 1.5%;
    padding-bottom: 30%;
  }
  #store > .wrapper .col.wrapper-item:nth-child(3n+1), #store > .wrapper .col.flip-card:nth-child(3n+1) {
    clear: both;
  }
  #store_offres_sans_depot > .wrapper .col.flip-card {
    width: 30%;
    margin: 0 1.5% 2.5rem 1.5%;
    padding-bottom: 30%;
  }
  #store_offres_sans_depot > .wrapper .col.flip-card:nth-child(3n+1) {
    clear: both;
  }
}
@media screen and (max-width: 768px) and (min-width: 641px) {
  #store > .wrapper .col.wrapper-item, #store > .wrapper .col.flip-card {
    width: 47%;
    padding-bottom: 49%;
  }
  #store > .wrapper .col.wrapper-item:nth-child(2n+1), #store > .wrapper .col.flip-card:nth-child(2n+1) {
    clear: both;
  }
  #store_offres_sans_depot > .wrapper .col.flip-card {
    width: 47%;
    padding-bottom: 45%;
  }
  #store_offres_sans_depot > .wrapper .col.flip-card:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (max-width: 640px) {
  #introStore {
    margin-top: 0;
  }
  #store > .wrapper .col.wrapper-item, #store > .wrapper .col.flip-card {
    width: 100%;
    margin: 0 0 1.25rem 0;
    clear: both;
    padding-bottom: 95%;
  }
  #store_offres_sans_depot h2 {
    font-size: 1.75rem !important;
    line-height: 1.3em;
  }
  #store_offres_sans_depot > .wrapper .col.flip-card {
    width: 100%;
    margin: 0 0 1.25rem 0;
    clear: both;
    padding-bottom: 100%;
  }
}
#rgpd-ribbon {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: rgb(87, 1, 139);
  background: linear-gradient(90deg, rgb(87, 1, 139) 0%, rgb(54, 0, 114) 100%);
  overflow: hidden;
  padding: 5px 0 10px;
  /*&:before{
  	top: 0;
  	content: "";
  	position: absolute;
  	left: 0;
  	width: 100%;
  	z-index: 2;
  	display: block;
  	padding-top: 8%;
  	background: url("../../images/wave/forme-vague-mauve-dessus.svg") transparent no-repeat;
  	background-position: center bottom;
  	background-size: 100% 100.4%;
  }*/
}
#rgpd-ribbon p {
  margin: 0.625rem 0;
  color: white;
  text-align: center;
}
#rgpd-ribbon p a {
  color: white;
}
#rgpd-ribbon p a:hover {
  text-decoration: underline;
}
#rgpd-ribbon .actions {
  text-align: center;
}
#rgpd-ribbon .actions a, #rgpd-ribbon .actions button {
  padding: 5px 0 10px;
  border-radius: 50px !important;
  font-size: 0.875rem;
  text-align: center;
  font-weight: 400;
  text-transform: none;
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 0.3125rem 0.625rem;
  background: transparent;
  border: 2px solid #ffa532;
  height: 32px;
  font-weight: 700;
  cursor: pointer;
}
#rgpd-ribbon .actions a:hover, #rgpd-ribbon .actions button:hover {
  background: #ffa532;
  color: #000;
  font-weight: 700;
}
#rgpd-ribbon .actions a {
  margin-right: 10px;
}

#popup_gdpr {
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 50%;
  height: auto;
  max-height: 50%;
  background: rgb(87, 1, 139);
  background: linear-gradient(180deg, rgb(87, 1, 139) 0%, rgb(54, 0, 114) 100%);
  border-radius: 20px;
  padding: 1.5625rem 1.5625rem 1.25rem 1.5625rem;
}
#popup_gdpr p {
  margin: 0 0 0.9375rem 0;
  color: white;
  font-size: 0.875rem;
}
#popup_gdpr p a {
  font-size: 0.875rem;
  color: white;
}
#popup_gdpr p a:hover {
  text-decoration: underline;
}
#popup_gdpr .wrapper-action {
  text-align: center;
}
#popup_gdpr .wrapper-action button {
  margin: 0 0.3125rem 0.625rem 0.3125rem;
  vertical-align: top;
  display: inline-block;
  border: 0;
  color: white;
  font-size: 1rem;
  transition: color 0.5s;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  color: white;
  text-align: center;
  padding: 0.3125rem 0.9375rem;
  cursor: pointer;
  font-size: 0.875rem;
}
#popup_gdpr .wrapper-action button:before, #popup_gdpr .wrapper-action button:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 20px;
}
#popup_gdpr .wrapper-action button:before {
  left: -101%;
  top: 0;
  width: 201%;
  height: 100%;
  background: #e73b1a;
  background: linear-gradient(90deg, #8ef0d8 0%, #8ef0d8 50%, #e73b1a 50%, #ff9000 100%);
  z-index: -2;
  transition: left 0.7s;
}
#popup_gdpr .wrapper-action button:after {
  background: #5a0596;
  left: 0.125rem;
  top: 0.125rem;
  right: 0.125rem;
  bottom: 0.125rem;
  z-index: -1;
}
#popup_gdpr .wrapper-action button:hover:before {
  left: 0%;
}
#popup_gdpr .wrapper-action button:after {
  background: #461572;
}
#popup_gdpr .wrapper-action button:hover {
  color: #8ef0d8;
}

.page-template-template-gdpr {
  color: #461572;
}
.page-template-template-gdpr h1 {
  font-size: 36px;
  text-transform: uppercase;
}
.page-template-template-gdpr .wp-block-table {
  margin: 0;
}
.page-template-template-gdpr .gdpr_service_interruptor button {
  border-radius: 20px;
  background: #e73b1a;
  border: 0;
  background: linear-gradient(90deg, #e73b1a 0%, #ff9000 100%);
  font-size: 14px;
  padding: 0.3125rem 0.9375rem;
  cursor: pointer;
  color: white;
  text-transform: uppercase;
  transition: opacity 0.3s, filter 0.3s;
}
.page-template-template-gdpr .gdpr_service_interruptor.state-yes button[data-action=refuse] {
  opacity: 0.9;
  filter: grayscale(1);
}
.page-template-template-gdpr .gdpr_service_interruptor.state-no button[data-action=allow] {
  opacity: 0.9;
  filter: grayscale(1);
}

#sportSlider {
  overflow: hidden;
}
#sportSlider .textPresentation {
  padding-top: 10%;
}
#sportSlider .textPresentation h1, #sportSlider .textPresentation p {
  color: #002b78;
}
#sportSlider .textPresentation h1, #sportSlider .textPresentation h1 span {
  font-size: 36px;
  line-height: 1.3;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 900;
}
#sportSlider .textPresentation h1 {
  margin: 0 0 1.25rem 0;
}
#sportSlider .textPresentation h1 strong {
  color: #840173;
}
#sportSlider .textPresentation p {
  font-size: 1.25rem;
}
#sportSlider #wrapper_slider {
  height: 41.25rem;
  position: relative;
}
#sportSlider #wrapper_slider .bg, #sportSlider #wrapper_slider .mask {
  left: 0;
  width: 100000px;
  height: 100%;
  position: absolute;
  z-index: 1;
}
#sportSlider #wrapper_slider .mask {
  z-index: 3;
}
#sportSlider #wrapper_slider .mask svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  height: 155%;
  display: block;
  z-index: 1;
}
#sportSlider #wrapper_slider .mask:after {
  left: 112.5rem;
  top: 0;
  height: 100%;
  background: white;
  width: 2000px;
  content: "";
  position: absolute;
}
#sportSlider #wrapper_slider .visuals {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 1740px;
  background-position: left center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
#sportSlider #wrapper_slider .visuals .next_visual {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: left center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
#sportSlider #wrapper_slider .slide {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  display: flex;
  justify-content: center;
}
#sportSlider #wrapper_slider .slide .content {
  position: relative;
  text-align: center;
  padding: 6.875rem 8.75rem 0 5.625rem;
  overflow: hidden;
}
#sportSlider #wrapper_slider .slide .content .logo_casino {
  width: 250px;
  height: auto;
  position: absolute;
  top: 2.5rem;
  left: 50%;
  margin-left: -1.5625rem;
  transform: translateX(-50%);
}
#sportSlider #wrapper_slider .slide .content .text p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin: 1.25rem 0 0 0;
  text-transform: uppercase;
  font-size: 2.1875rem;
  font-weight: 400;
  color: white;
  line-height: 1.2;
}
#sportSlider #wrapper_slider .slide .content .text p strong {
  font-weight: 700;
  color: #ce1a21;
}
#sportSlider #wrapper_slider .slide .content .button {
  margin-top: 1.25rem;
  /*position: ;
  bottom: rem(150);
  left: 50%;*/
  font-family: "Inter", sans-serif;
  font-weight: 900;
}
#sportSlider #wrapper_slider .button {
  border-radius: 50px !important;
  font-size: 0.875rem;
  text-align: center;
  font-weight: 400;
  text-transform: none;
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 0.3125rem 0.625rem;
  background: #002b78;
  background: linear-gradient(90deg, #002b78 0%, #840173 100%);
  font-size: 1.875rem;
  padding: 0.3125rem 1.875rem;
  border-radius: 1.875rem;
  margin-top: 3.75rem;
}
#sportSlider #wrapper_slider .menu {
  position: absolute;
  bottom: 10rem;
  left: 50%;
  z-index: 4;
}
#sportSlider #wrapper_slider .menu .prev, #sportSlider #wrapper_slider .menu .next {
  position: absolute;
  display: block;
  height: 1.5625rem;
  width: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
#sportSlider #wrapper_slider .menu .prev {
  left: -1.625rem;
  position: absolute;
}
#sportSlider #wrapper_slider .menu .prev:after {
  content: " ";
  border: solid #d0c0cd;
  border-width: 0 0.125rem 0.125rem 0;
  padding: 0.375rem;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}
#sportSlider #wrapper_slider .menu .next {
  right: -1.625rem;
  position: absolute;
}
#sportSlider #wrapper_slider .menu .next:after {
  content: " ";
  border: solid #d0c0cd;
  border-width: 0 0.125rem 0.125rem 0;
  padding: 0.375rem;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
#sportSlider #wrapper_slider .menu ul {
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
}
#sportSlider #wrapper_slider .menu ul li {
  margin: 0 0.625rem;
}
#sportSlider #wrapper_slider .menu ul li a {
  display: block;
  background: #cfc0cd;
  border-radius: 50%;
  width: 0.75rem;
  height: 0.75rem;
  overflow: hidden;
  text-indent: 100px;
  transition: background 0.3s;
}
#sportSlider #wrapper_slider .menu ul li.active a {
  background: #840173;
}

@media screen and (max-width: 1200px) {
  #sportSlider #wrapper_slider .slide .content {
    padding: 6.875rem 7.5rem 0 5rem;
  }
  #sportSlider #wrapper_slider .slide .content .logo_casino {
    top: 2.5rem;
  }
  #sportSlider #wrapper_slider .slide .content .text p {
    font-size: 1.875rem;
  }
  #sportSlider #wrapper_slider .slide .content .button {
    font-size: 1.5625rem;
  }
  #sportSlider #wrapper_slider .menu {
    position: absolute;
    bottom: 13rem;
  }
}
@media screen and (max-width: 1024px) {
  #sportSlider #wrapper_slider .slide .content {
    padding: 5.625rem 6.25rem 0 3.75rem;
  }
  #sportSlider #wrapper_slider .slide .content .logo_casino {
    top: 1.875rem;
    max-width: 12.5rem;
  }
  #sportSlider #wrapper_slider .slide .content .text p {
    font-size: 1.5625rem;
  }
  #sportSlider #wrapper_slider .slide .content .button {
    font-size: 1.25rem;
  }
  #sportSlider #wrapper_slider .menu {
    bottom: 16.25rem;
    left: 40%;
  }
}
@media screen and (max-width: 768px) {
  #sportSlider .textPresentation {
    width: 97%;
    padding-bottom: 1.25rem;
  }
  #sportSlider .textPresentation + .col8 {
    width: 113%;
    margin: 0 auto 0 -5%;
    overflow: hidden;
  }
  #sportSlider .textPresentation h1, #sportSlider .textPresentation h1 span {
    text-align: center;
    font-size: 30px;
    margin-bottom: 0.625rem;
  }
  #sportSlider .textPresentation p {
    text-align: center;
    font-size: 1.125rem;
    margin-top: 0.625rem;
  }
  #sportSlider #wrapper_slider .mask svg {
    height: 100%;
  }
  #sportSlider #wrapper_slider .visuals .caracter {
    bottom: 0;
    right: -3.75rem;
  }
  #sportSlider #wrapper_slider .slide .content {
    padding: 20% 30% 15% 5%;
  }
  #sportSlider #wrapper_slider .slide .content .logo_casino {
    top: 10%;
    left: 40%;
  }
  #sportSlider #wrapper_slider .slide .content .button {
    font-size: 1.5625rem;
  }
  #sportSlider #wrapper_slider .menu {
    /*
    bottom: rem(260);
    left: 40%;
    */
  }
}
@media screen and (max-width: 768px) {
  #sportSlider .textPresentation h1, #sportSlider .textPresentation h1 span {
    font-size: 30px;
  }
  #sportSlider .textPresentation p {
    font-size: 1rem;
  }
  #sportSlider #wrapper_slider .visuals .caracter {
    transform: scale(0.85);
    right: -6.25rem;
  }
  #sportSlider #wrapper_slider .slide .content {
    padding: 0% 20% 0 0;
    width: 75%;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translateX(-50%) translateY(-50%);
    overflow: visible;
  }
  #sportSlider #wrapper_slider .slide .content .logo_casino {
    position: relative;
  }
  #sportSlider #wrapper_slider .slide .content .button {
    font-size: 1.25rem;
  }
  #sportSlider #wrapper_slider .menu {
    bottom: 25%;
    left: 40%;
  }
}
@media screen and (max-width: 480px) {
  #sportSlider #wrapper_slider {
    height: 31.25rem;
  }
  #sportSlider #wrapper_slider .visuals .caracter {
    right: -11.25rem;
    transform: scale(0.8);
  }
  #sportSlider #wrapper_slider .slide .content {
    padding: 0;
  }
  #sportSlider #wrapper_slider .slide .content .text p {
    font-size: 1.375rem;
  }
  #sportSlider #wrapper_slider .menu {
    bottom: 30%;
    left: 40%;
  }
}
#homeBet {
  position: relative;
  z-index: 10;
  min-height: 18.75rem;
  margin-top: -3.75rem;
}
#homeBet .bubleTitle {
  margin-top: 0;
}
#homeBet .bet {
  background: #002b78;
  background: linear-gradient(90deg, #002b78 0%, #840173 100%);
  box-shadow: 5px 5px 15px -5px rgb(0, 0, 0);
  transform: scale(1);
  transition: transform 0.2s;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  margin-bottom: 0.9375rem;
}
#homeBet .bet:hover {
  transform: scale(1.05);
}
#homeBet .bet .line {
  position: relative;
  padding: 0.625rem;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
#homeBet .bet .line svg {
  position: absolute;
  left: -2%;
  top: 0;
  height: 100%;
  width: auto;
  z-index: 0;
}
#homeBet .bet .line svg.mobile {
  display: none;
}
#homeBet .bet .line .wrapper-logo, #homeBet .bet .line .wrapper-bet, #homeBet .bet .line .wrapper-actions {
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#homeBet .bet .line .wrapper-logo {
  width: 15%;
}
#homeBet .bet .line .wrapper-bet {
  width: 50%;
}
#homeBet .bet .line .wrapper-actions {
  width: 35%;
}
#homeBet .bet .line .wrapper-logo img {
  margin-left: 10%;
  width: 80%;
  max-width: 12.5rem;
}
#homeBet .bet .line .wrapper-bet .column {
  position: relative;
  width: 22%;
}
#homeBet .bet .line .wrapper-bet .column.full {
  width: 88%;
}
#homeBet .bet .line .wrapper-bet .column.full {
  padding-left: 3.125rem;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  line-height: 1;
}
#homeBet .bet .line .wrapper-bet .column.full strong {
  display: block;
  font-size: 30px;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.0625rem;
}
#homeBet .bet .line .wrapper-bet .column.full .sub_title {
  font-size: 21px;
  color: white;
  font-weight: 400;
}
#homeBet .bet .line .wrapper-bet .column.one, #homeBet .bet .line .wrapper-bet .column.two, #homeBet .bet .line .wrapper-bet .column.three, #homeBet .bet .line .wrapper-bet .column.four, #homeBet .bet .line .wrapper-bet .column.five {
  text-align: center;
  font-weight: 400;
}
#homeBet .bet .line .wrapper-bet .column.one strong, #homeBet .bet .line .wrapper-bet .column.two strong, #homeBet .bet .line .wrapper-bet .column.three strong, #homeBet .bet .line .wrapper-bet .column.four strong, #homeBet .bet .line .wrapper-bet .column.five strong {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
}
#homeBet .bet .line .wrapper-bet .column.one .sub_title, #homeBet .bet .line .wrapper-bet .column.two .sub_title, #homeBet .bet .line .wrapper-bet .column.three .sub_title, #homeBet .bet .line .wrapper-bet .column.four .sub_title, #homeBet .bet .line .wrapper-bet .column.five .sub_title {
  color: #ec6f05;
}
#homeBet .bet .line .wrapper-bet .column.one:before, #homeBet .bet .line .wrapper-bet .column.two:before, #homeBet .bet .line .wrapper-bet .column.three:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 90%;
  width: 0.0625rem;
  background: transparent;
  border: 2px solid #ffa532;
}
#homeBet .bet .line .wrapper-bet .column.five {
  width: 12%;
}
#homeBet .bet .line .wrapper-bet .column.five > div {
  display: inline-block;
  width: 1.5rem;
  margin: 3px;
  border-radius: 50%;
  border: 2px solid white;
  overflow: hidden;
  position: relative;
  height: 1.5rem;
}
#homeBet .bet .line .wrapper-bet .column.five > div img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 105%;
  width: auto;
}
#homeBet .bet .line .wrapper-actions {
  justify-content: space-evenly;
}
#homeBet .bet .line .wrapper-actions .button {
  z-index: 1;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  overflow: hidden;
  text-transform: uppercase;
}
#homeBet .bet .line .wrapper-actions .button:not(.viewdetail) {
  border-radius: 50px !important;
  font-size: 0.875rem;
  text-align: center;
  font-weight: 400;
  text-transform: none;
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 0.3125rem 0.625rem;
  background: #002b78;
  background: linear-gradient(90deg, #002b78 0%, #2d4ca5 100%);
}
#homeBet .bet .line .wrapper-actions .button.viewdetail {
  position: relative;
  color: white;
  text-align: center;
  border: 2px solid white;
  transition: background 0.4s, color 0.4s;
  /*&:before, &:after{
  	content: "";
  	display: block;
  	position: absolute;
  	border-radius: $border_radius;

  }*/
  /*&:before{
  	left: -101%;
  	top: 0;
  	width: 201%;
  	height: 100%;
  	background: white;
  	background: linear-gradient(90deg, $blue_bet 0%, $blue_bet 50%, white 50%, white 100%);
  	z-index: -2;
  	transition: left 0.7s;
  }*/
  /*&:after{
  	//background: $purple_bet;
  	background: transparent;
  	left: $size;
  	top: $size;
  	right: $size;
  	bottom: $size;
  	z-index: -1;
  }
  &:hover{
  	&:before{
  		left: 0%;
  	}
  }*/
}
#homeBet .bet .line .wrapper-actions .button.viewdetail:hover {
  background: white;
  color: #002b78;
}
#homeBet .bet .line .wrapper-actions .button:not(.viewdetail), #homeBet .bet .line .wrapper-actions .button.viewdetail {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.75rem 1.375rem;
}
#homeBet .bet .line .wrapper-actions .button:hover {
  cursor: pointer;
}
#homeBet .bet.active .line .wrapper-actions .viewdetail::before {
  left: 0%;
}
#homeBet .bet.active .detail {
  display: block;
}
#homeBet .bet .detail {
  display: none;
  position: relative;
  padding: 0.625rem 0 1.25rem 0.625rem;
}
#homeBet .bet .detail:before {
  content: "";
  height: 0.0625rem;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  background: transparent;
  border: 2px solid #ffa532;
}
#homeBet .bet .detail h3 {
  color: #ec6f05;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}
#homeBet .bet .detail strong {
  color: #ec6f05;
}
#homeBet .bet .detail ul li {
  color: white;
}
#homeBet .bet .detail .provider img {
  max-width: 6.25rem;
  margin: 0 0.625rem 0.625rem 0;
}
#homeBet .bet .detail .liste_valide ul {
  padding-left: 0.3125rem;
  list-style-type: none;
}
#homeBet .bet .detail .liste_valide ul li {
  padding-left: 1.5625rem;
  font-size: 0.875rem;
  position: relative;
  margin-bottom: 0.625rem;
  font-weight: 500;
}
#homeBet .bet .detail .liste_valide ul li:last-child() {
  margin-bottom: 0;
}
#homeBet .bet .detail .liste_valide ul li:before {
  width: 15px;
  height: 15px;
  background: greenyellow;
  color: white;
  content: "✔";
  text-align: center;
  position: absolute;
  left: 0;
  top: 0px;
  border-radius: 50%;
}
#homeBet .bet .detail .texte, #homeBet .bet .detail .texte p {
  color: white;
  font-size: 1rem;
}

@media screen and (max-width: 1150px) {
  #homeBet .bet .line .wrapper-bet {
    width: 55%;
  }
  #homeBet .bet .line .wrapper-actions {
    width: 30%;
  }
  #homeBet .bet .line .wrapper-actions .button:not(.viewdetail), #homeBet .bet .line .wrapper-actions .button.viewdetail {
    font-size: 0.875rem;
    padding: 0.9375rem 0.9375rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #homeBet .bet {
    width: 30%;
    margin-right: 3%;
  }
  #homeBet .bet:nth-child(3n+1) {
    clear: both;
  }
  #homeBet .bet:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  #homeBet .bet {
    padding: 0 0 0.625rem 0;
    float: left;
  }
  #homeBet .bet .line {
    display: block;
  }
  #homeBet .bet .line svg {
    left: 0;
    height: 6.25rem;
    width: 100%;
  }
  #homeBet .bet .line svg.desktop {
    display: none;
  }
  #homeBet .bet .line svg.mobile {
    display: block;
  }
  #homeBet .bet .line .wrapper-logo, #homeBet .bet .line .wrapper-bet, #homeBet .bet .line .wrapper-actions {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  #homeBet .bet .line .wrapper-logo {
    height: 4.375rem;
    text-align: center;
    margin-bottom: 1.875rem;
  }
  #homeBet .bet .line .wrapper-logo img {
    max-height: 4.375rem;
    margin: 0 auto;
  }
  #homeBet .bet .line .wrapper-bet {
    flex-wrap: wrap;
  }
  #homeBet .bet .line .wrapper-bet .column {
    width: 50%;
    padding: 0.625rem 0;
  }
  #homeBet .bet .line .wrapper-bet .column:before {
    display: none;
  }
  #homeBet .bet .line .wrapper-bet .column.five {
    text-align: center;
    width: 100%;
  }
  #homeBet .bet .line .wrapper-bet .column.five > div {
    margin-right: 0.625rem;
    display: inline-block;
  }
  #homeBet .bet .line .wrapper-bet .column.five > div:last-child {
    margin-right: 0;
  }
  #homeBet .bet .line .wrapper-bet .column.full {
    width: 100%;
    line-height: 1.2;
    text-align: center;
    padding-left: 0;
  }
  #homeBet .bet .line .wrapper-actions {
    flex-wrap: wrap;
  }
  #homeBet .bet .line .wrapper-actions a {
    margin-top: 0.625rem;
  }
  #homeBet .bet .detail .liste_simple, #homeBet .bet .detail .provider, #homeBet .bet .detail .liste_valide, #homeBet .bet .detail .texte {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #homeBet {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 641px) {
  #homeBet .bet {
    width: 45%;
    margin-right: 5%;
  }
  #homeBet .bet:nth-child(2n+1) {
    clear: both;
  }
  #homeBet .bet:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  #homeBet .bet {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  #homeBet .bet .line .wrapper-logo a {
    width: 100%;
  }
  #homeBet .bet .line .wrapper-logo a img {
    max-width: 50%;
    width: auto;
  }
}
/*$offsetForCity:420;

#store{
	& + #genericBonus{
		margin-top: -130px;
	}
}
#forVideoPage{
	& + #genericBonus{
		z-index: 1;
		margin-top: -130px;
	}
}*/
#homeBet + #stade {
  z-index: 9;
}

#stade {
  position: relative;
  z-index: 11;
  background: url(../../images/stade.png) center center transparent no-repeat;
  background-size: cover;
  height: 67.5rem;
}
#stade + #footer {
  margin-top: -37.5rem;
  padding-top: 37.5rem;
}

/*
#forVideoPage, #store{
	& + #genericBonus{
		@media screen and (max-width: 1024px) {
			height: rem(800);
			margin-top: -90px;
			margin-bottom: 40px;
		}
		@media screen and (max-width: 768px) {
			height: rem(700);
			margin-top: -50px;
		}
		@media screen and (max-width: 640px) {
			height: rem(600);
			margin-top: 0px;
		}
	}
}
*/
#liveScore {
  position: absolute;
  top: 6.25rem;
  bottom: 6.25rem;
  background: black;
  width: 90%;
  left: 50%;
  box-shadow: 0 0 30px 0px rgb(0, 0, 0);
  border-radius: 0.3125rem;
  overflow: scroll;
  transform: translateX(-50%);
  max-width: 69.0625rem;
}

div[id^=wff_floating_banner_container_] {
  display: none !important;
}

.wff_single_row_soccer_odds_container {
  display: none !important;
}

/*#liveScore{
	position: fixed;
	bottom: 0;
	width: 50%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10000;
	height: auto;
	text-align: center;
	padding: rem(10px);
	.open_array{
		border: 0;
		@include orangeButton();
		cursor: pointer;
	}
	.forClose{
		display: none;
	}
}
#iframeLiveScore{
	z-index: 1000;
	position: fixed;
	bottom: -100%;
	height: 100%;
	width: 100%;
	transition: bottom 0.3s;
	background: rgba(0,0,0,0.75);
}
#liveScore.iframeOpenned{
	.forOpen{
		display: none;
	}
	.forClose{
		display: inline;
	}
	& + #iframeLiveScore{
		bottom: 0%;
	}
}*/
#account {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  display: none;
  /*.mask{
  	position: absolute;
  	left: 0;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	background: rgba(68, 68, 68, 0.5);
  	z-index: 0;
  }*/
}
#account.open {
  display: block;
}
#account .close_popup {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: -5px;
  right: -30px;
}
#account .close_popup:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: white;
  top: 50%;
  transform: rotate(45deg);
}
#account .close_popup:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: white;
  top: 50%;
  transform: rotate(-45deg);
}
#account .content {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  overflow: scroll;
  z-index: 1;
}
#account.registered .choice {
  display: none;
}
#account.registered .welcome {
  display: none;
}
#account.registered .wrapperAccount .successMessage {
  display: block;
}
#account.registered #formSignup .fields {
  display: none;
}
#account #forCaptchaSignin, #account #forCaptchaSignup {
  text-align: center;
}
#account #forCaptchaSignin > div, #account #forCaptchaSignup > div {
  width: auto !important;
}
#account .span_remember_me {
  color: #fff;
  float: left;
  font-size: 14px;
  text-align: left;
  margin-top: 5px;
}
#account .span_remember_me label {
  display: inline-block !important;
  cursor: pointer;
  margin-bottom: 0;
}
#account .lostpassword {
  float: right;
  margin-top: 7px;
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  text-align: right;
}
#account .lostpassword a {
  color: #8ef0d8;
  font-size: 14px;
  text-decoration: none;
}
#account .lostpassword a:hover {
  text-decoration: underline;
}
#account .choice {
  width: 100%;
  float: left;
  color: #fff;
}
#account .choice.small {
  font-size: 14px;
}
#account .choice.small a {
  color: #8ef0d8;
  text-decoration: underline;
}
#account .choice.small a:hover {
  text-decoration: none;
}
#account .choice button {
  margin-top: 0;
  color: white;
  display: block;
  text-align: center;
  height: 40px;
  font-size: 19px;
  text-transform: none;
  border-radius: 30px;
  line-height: 1.2;
  cursor: pointer;
  outline: none;
}
#account .choice button[data-form=signin] {
  padding: 2px 8px;
  font-size: 15px;
  display: inline-block;
  clear: both;
  appearance: none;
  border-radius: 20px;
  overflow: hidden;
  border-style: none;
  border: 1px solid #8ef0d8;
  background: #8ef0d8;
  font-weight: 700;
  color: #200f36;
  transition: transform 0.2s;
  height: 34px;
  margin-top: 10px;
}
#account .choice button[data-form=signin]:hover {
  transform: scale(1.1);
}
#account .choice button[data-form=signup] {
  border-radius: 50px !important;
  font-size: 0.875rem;
  text-align: center;
  font-weight: 400;
  text-transform: none;
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 0.3125rem 0.625rem;
  background: transparent;
  border: 2px solid #ffa532;
  display: inline-block;
  font-size: 17px;
  text-transform: none;
  padding: 0.3125rem 0.9375rem !important;
}
#account .choice button[data-form=signup]:hover {
  background: #ffa532;
  color: #000;
  font-weight: 700;
}
#account .choice button[data-form=signup]:after, #account .choice button[data-form=signup]:before {
  display: none !important;
}
#account .choice button[data-form=signup]:hover {
  font-weight: 700;
}
#account .choice button span {
  position: relative;
  padding: 0 25px;
}
#account .choice button span i {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: center center/20px 20px no-repeat url(../../images/connexion-loader.gif) transparent;
}
#account .choice.milieu {
  margin: 25px 0 0;
  font-size: 17px;
}
#account .wrapperAccount {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 28%;
  height: auto;
  min-width: 400px;
  position: relative;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
  padding: 15px 20px 45px;
  background: #fefefe;
  border-radius: 15px;
  text-align: center;
  float: left;
  background: #170822;
  background: linear-gradient(180deg, #170822 0%, #2b1449 100%);
  /*&:before{
  	content: "";
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	z-index: -1;

  	background: url("../../images/bulle_title_sport.png") right -50px top -120px no-repeat, url("../../images/bulle_title.png") left -50px bottom -100px no-repeat;
  	background-size: 40%;
  }*/
  /*
  &:before{
  	content: "";
  	position: absolute;
  	top: 0;
  	right: 0;
  	width: 187px;
  	height: 159px;
  	z-index: -1;
  	background: url("../../images/logoutbgtop.png") no-repeat;
  	background-position: right top;
  }

  &:after{
  	content: "";
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	width: 238px;
  	height: 192px;
  	z-index: -1;
  	background: url("../../images/logoutbgbottom.png") no-repeat;
  	background-position: left bottom;
  }
  */
}
#account .wrapperAccount h1, #account .wrapperAccount h2 {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  color: #fff;
  margin: 0;
  padding: 0;
}
#account .wrapperAccount h1 {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 15px;
}
#account .wrapperAccount h2 {
  font-size: 20px;
  font-weight: 400;
}
#account .wrapperAccount .welcome img {
  width: 70px;
  height: auto;
}
#account .wrapperAccount p.titre {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 15px;
}
#account .wrapperAccount p.sous_titre {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 400;
}
#account .wrapperAccount .successMessage {
  display: none;
  padding-bottom: 80px;
  background: url(../../images/ico-validsignup2.png) bottom center no-repeat;
}
#account .wrapperAccount .successMessage p {
  color: #fff;
  font-size: 19px;
}
#account .wrapperAccount .successMessage p.titre {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 15px;
}
#account .wrapperAccount form:not(.active) {
  display: none;
}
#account .wrapperAccount.submittingSignin .choice button[data-form=signin] i {
  display: block;
}
#account .wrapperAccount.submittingSignup .choice button[data-form=signup] i {
  display: block;
}
#account .wrapperAccount #resetPasswordButton {
  padding: 10px 25px;
  font-size: 17px;
  display: inline-block;
  clear: both;
  appearance: none;
  border-radius: 20px;
  overflow: hidden;
  background: transparent;
  border-style: none;
  border: 1px solid #8ef0d8;
  color: #fff;
  cursor: pointer;
}
#account .wrapperAccount #resetPasswordButton:hover {
  background: #8ef0d8;
  color: #000;
  font-weight: 700;
}
#account form {
  /*
  input:-internal-autofill-previewed{background: yellow !important;}
  input:-webkit-autofill-selected{background: orange !important}
  */
  /* #signupButton, #signinButton{
  	display: none;
  } */
}
#account form#formSignup .fields {
  margin-top: 30px;
}
#account form#formSignup button {
  margin-top: 0;
  color: white;
  display: block;
  text-align: center;
  height: 40px;
  font-size: 17px;
  text-transform: none;
  border-radius: 30px;
  line-height: 1.2;
  cursor: pointer;
  outline: none;
}
#account form#formSignup button[data-form=signup] {
  padding: 11px 35px;
  font-size: 17px;
  height: 42px;
  display: inline-block;
  clear: both;
  appearance: none;
  border-radius: 20px;
  overflow: hidden;
  background: transparent;
  border-style: none;
  border: 1px solid #8ef0d8;
  margin-top: 15px;
}
#account form#formSignup button[data-form=signup]:hover {
  background: #8ef0d8;
  color: #000;
  font-weight: 700;
}
#account form#formSignup button[data-form=signin] {
  border-radius: 50px !important;
  font-size: 0.875rem;
  text-align: center;
  font-weight: 400;
  text-transform: none;
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 0.3125rem 0.625rem;
  background: transparent;
  border: 2px solid #ffa532;
  display: inline-block;
  font-size: 17px;
  text-transform: none;
  padding: 0.3125rem 0.9375rem !important;
}
#account form#formSignup button[data-form=signin]:hover {
  background: #ffa532;
  color: #000;
  font-weight: 700;
}
#account form#formSignup button[data-form=signin]:after, #account form#formSignup button[data-form=signin]:before {
  display: none !important;
}
#account form#formSignup button[data-form=signin]:hover {
  font-weight: 700;
}
#account form#formSignup .onoffswitch {
  position: relative;
  width: 85px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin: 0 auto;
}
#account form#formSignup .onoffswitch-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
#account form#formSignup .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #999999;
  border-radius: 20px;
}
#account form#formSignup .onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
#account form#formSignup .onoffswitch-inner:before, #account form#formSignup .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 34px;
  padding: 0;
  line-height: 34px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
#account form#formSignup .onoffswitch-inner:before {
  content: "YES";
  padding-left: 10px;
  background-color: #460f6e;
  color: #FFFFFF;
  text-align: left;
}
#account form#formSignup .onoffswitch-inner:after {
  content: "NO";
  padding-right: 10px;
  background-color: #EEEEEE;
  color: #999999;
  text-align: right;
}
#account form#formSignup .onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 8px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 47px;
  border: 2px solid #999999;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}
#account form#formSignup .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
#account form#formSignup .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
#account form#formSignin {
  max-width: 320px;
  margin: 0 auto;
  /*
  #signinButton{
  	display: inline-block;
  }
  */
}
#account form#formSignin .fields {
  margin-top: 30px;
}
#account form#formSignin .field {
  position: relative;
}
#account form#formSignin .field .picto_email {
  background: no-repeat center center url(../../images/ico-email.svg);
  position: absolute;
  top: 14px;
  left: 12px;
  z-index: 5;
  width: 13px;
  height: 13px;
}
#account form#formSignin .field .picto_password {
  background: no-repeat center center url(../../images/ico-password.svg);
  position: absolute;
  top: 14px;
  left: 12px;
  z-index: 5;
  width: 13px;
  height: 13px;
}
#account form#formSignin .field .picto_password_verification {
  background: no-repeat center center url(../../images/ico-password.svg);
  position: absolute;
  top: 14px;
  left: 12px;
  z-index: 5;
  width: 13px;
  height: 13px;
}
#account form#formSignin .field .picto_speudo {
  background: no-repeat center center url(../../images/ico-username.svg);
  position: absolute;
  top: 14px;
  left: 12px;
  z-index: 5;
  width: 13px;
  height: 13px;
}
#account form#formSignin .field .picto_mobile {
  background: no-repeat center center url(../../images/ico-mobile.svg);
  position: absolute;
  top: 14px;
  left: 12px;
  z-index: 5;
  width: 13px;
  height: 16px;
}
#account form .field.error input {
  box-shadow: 0 5px 5px 0 rgba(255, 0, 0, 0.5);
}
#account form .field.center {
  text-align: center;
}
#account form .field + .field {
  margin-top: 20px;
}
#account form .field .error {
  color: red;
  display: block;
  margin-top: 10px;
}
#account form .error_msg {
  color: red;
  text-align: center;
  padding: 5px 0;
}
#account form .error_msg:not(.active) {
  display: none;
}
#account form .error_msg + .field {
  margin-top: 20px;
}
#account form label {
  display: none;
  color: white;
  margin-bottom: 5px;
}
#account form label.forceshow {
  display: inline-block;
}
#account form label.forceshow a {
  color: #fff;
  text-decoration: underline;
}
#account form label.forceshow a:hover {
  color: #ffa532;
}
#account form input[type=text], #account form input[type=password], #account form input[type=email] {
  height: 40px;
  width: 100%;
  border-radius: 30px;
  border: 0;
  background: #fefefe;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  padding: 6px 5px 0px 35px;
  font-size: 15px;
  color: #fff;
}
#account form input[type=text]:focus, #account form input[type=password]:focus, #account form input[type=email]:focus {
  outline: none;
}
#account form ::placeholder {
  color: #d6d6d6;
  font-size: 15px;
}
#account form input:-webkit-autofill,
#account form input:-webkit-autofill:focus,
#account form input:-webkit-autofill:active {
  background-color: red !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 0 1000px #160926 inset;
  transition: background-color 5000s ease-in-out 0s;
  border: none;
}
#account form input:-internal-autofill-selected {
  background-color: transparent !important;
}
#account form input[name=email] {
  background: #160926;
}
#account form input[name=user_login] {
  background: #160926;
}
#account form input[name=password], #account form input[name=passwordVerification] {
  background: #160926;
}
#account form input[name=mobile] {
  background: left 13px center/14px 24px no-repeat url(../../images/ico-mobile.png) white;
}
#account form input[name=speudo] {
  background: left 13px center/20px 21px no-repeat url(../../images/ico-speudo.png) white;
}
#account form #loader_signup {
  display: none;
}
#account form #loader_signup p {
  color: #8ef0d8;
  clear: both;
  font-size: 22px;
  margin-bottom: 10px;
  display: none;
}
#account form #loader_signup .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
#account form #loader_signup .spinner {
  width: 90px;
  height: 90px;
  position: absolute;
  transition: transform 250ms ease;
  animation: rotator 1.4s linear infinite;
}
#account form #loader_signup .spinner circle {
  stroke-dasharray: 180;
  stroke-dashoffset: 0;
  stroke-width: 2;
  transform-origin: center;
  stroke: #F08108;
  animation: dash 1.4s ease-in-out infinite, colors 1.4s linear infinite;
}
#account form #loader_signup .icon {
  position: relative;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#account form #loader_signup .icon svg {
  transition: transform 300ms ease;
  height: 50px;
}
@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(260deg);
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 180;
  }
  50% {
    stroke-dashoffset: 45;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 180;
    transform: rotate(450deg);
  }
}
@keyframes colors {
  0% {
    stroke: #8ef0d8;
  }
  50% {
    stroke: #8ef0d8;
  }
  100% {
    stroke: #8ef0d8;
  }
}
#account form #loader_signup.active {
  display: block;
}
#account form #signinButton {
  display: none;
}
#account form .response {
  color: white;
}
#account form .response.hide {
  display: none;
}
#account form .iti.iti--allow-dropdown {
  width: 100%;
}
#account form .iti.iti--allow-dropdown .iti__flag-container {
  left: 48px;
}
#account form .iti.iti--allow-dropdown .iti__flag-container .iti__selected-flag {
  background: white;
}
#account form .iti.iti--allow-dropdown input#signupMobile {
  padding-left: 150px !important;
}
#account form#formValidatePhone h2 {
  line-height: 1.6;
}
#account form#formValidatePhone .error_msg {
  margin-top: 10px;
}
#account form#formValidatePhone label {
  display: block;
  text-align: center;
  color: #fff;
  margin: 30px 0 15px;
}
#account form#formValidatePhone input[type=text] {
  width: 140px;
  text-align: center;
  font-size: 21px;
  color: #fff;
  background: #160926;
  height: 42px;
  padding: 0;
}
#account form#formValidatePhone ::placeholder {
  color: #d6d6d6;
  font-size: 17px;
}
#account form#formValidatePhone input:-webkit-autofill, #account form#formValidatePhone input:-webkit-autofill:focus {
  background: red !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: -1 0 0px 1000px #160926 inset;
  transition: background-color 5000s ease-in-out 0s;
  border: none;
}
#account form#formValidatePhone button {
  margin-top: 20px;
  padding: 3px 0;
  font-size: 15px;
  display: inline-block;
  clear: both;
  appearance: none;
  border-radius: 20px;
  overflow: hidden;
  background: #8ef0d8;
  border-style: none;
  border: 1px solid #8ef0d8;
  cursor: pointer;
  color: #200f36;
  transition: transform 0.2s;
  font-weight: 600;
  height: 34px;
}
#account form#formValidatePhone button:hover {
  transform: scale(1.1);
}
#account form#formValidatePhone button.submitting span i {
  display: block;
}
#account form#formValidatePhone button span {
  position: relative;
  padding: 0 25px;
}
#account form#formValidatePhone button span i {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: center center/20px 20px no-repeat url(../../images/connexion-loader.gif) transparent;
}
#account form#formValidatePhone #resendSMS {
  color: #8ef0d8;
}
#account form#formValidatePhone #resendSMS:hover {
  text-decoration: underline;
}
#account form#formValidatePhone #resendSMS.submitting {
  opacity: 0.5;
}
#account form#lostpasswordform .welcome p {
  color: #fff;
  font-size: 17px;
  margin-bottom: 15px;
}
#account form#lostpasswordform .welcome p.titre {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 15px;
}
#account form#lostpasswordform #resetPasswordButton {
  margin-top: 15px;
}
#account form#lostpasswordform .success {
  color: #fff;
}
#account form#lostpasswordform .success p {
  color: #fff;
  font-size: 17px;
  margin-bottom: 10px;
}

@media screen and (max-height: 768px) {
  #account {
    overflow-y: scroll;
  }
  #account .wrapperAccount {
    position: absolute;
    top: 50px;
    margin-bottom: 50px;
    height: auto;
    transform: translateX(-50%) translateY(0%);
  }
}
@media screen and (max-width: 768px) {
  #account .wrapperAccount {
    /*height: 100%;
    	border-radius: 100%;*/
  }
  #account .wrapperAccount:before {
    background-position: 20px -20px;
  }
  #account .wrapperAccount .welcome h1 {
    text-align: left;
    font-size: 30px;
  }
  #account .wrapperAccount .welcome h2 {
    text-align: left;
    font-size: 18px;
    margin-right: -45px;
  }
  #account .choice li button {
    font-size: 16px;
  }
  #account .choice li button span {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 480px) {
  #account form#formSignin .fields {
    margin-top: 20px;
  }
  #account form .iti.iti--allow-dropdown .iti__flag-container .iti__selected-flag {
    padding: 0;
  }
  #account form .iti.iti--allow-dropdown .iti__flag-container .iti__selected-flag .iti__flag {
    display: none;
  }
  #account form .iti.iti--allow-dropdown .iti__flag-container .iti__selected-flag .iti__selected-dial-code {
    margin-left: 0;
  }
  #account form .iti.iti--allow-dropdown input#signupMobile {
    padding-left: 105px !important;
  }
  #account .wrapperAccount {
    padding: 25px 30px;
  }
  #account .wrapperAccount .welcome {
    padding-right: 45px;
  }
  #account .wrapperAccount .welcome h1 {
    text-align: left;
  }
  #account .wrapperAccount .welcome h2 {
    text-align: left;
    font-size: 20px;
  }
  #account .wrapperAccount:before, #account .wrapperAccount:after {
    display: none;
  }
  #account .wrapperAccount .close_popup:before, #account .wrapperAccount .close_popup:after {
    background: #fff;
  }
  #account .choice li {
    width: 100%;
    float: none;
  }
  #account .choice li button {
    margin: 0 auto;
    width: 100%;
    float: none !important;
  }
  #account .choice li + li {
    margin-top: 15px;
  }
  .iti.iti--container {
    z-index: 100000 !important;
  }
}
#introTournament {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
#introTournament h1 {
  font-family: "Work Sans", sans-serif;
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}
#introTournament h2 {
  font-family: "Work Sans", sans-serif;
  font-size: 2em;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
  padding-top: 15px;
}
#introTournament h3 {
  font-family: "Work Sans", sans-serif;
  font-size: 1.8em;
  font-weight: 800;
  text-transform: uppercase;
  color: #3cffd9;
  margin-bottom: 0;
  margin-top: 0.7em;
}
#introTournament p {
  font-family: "Work Sans", sans-serif;
  font-size: 1.1em;
  color: white;
  line-height: 1.5em;
}
#introTournament p a {
  text-decoration: underline;
}
#introTournament p a:hover {
  color: #3cffd9;
}
#introTournament img {
  max-width: 100%;
  height: auto;
}

.tournamentBackground {
  padding-bottom: 20px;
}

#tournamentSubTitle {
  text-align: center;
  margin-top: 1.875rem;
}
#tournamentSubTitle .wrapper > a {
  display: inline-block;
  max-width: 22%;
  height: auto;
}
#tournamentSubTitle .wrapper > a img {
  width: 100%;
  height: auto;
}
#tournamentSubTitle .wrapper > img {
  max-width: 22%;
  height: auto;
  top: 16px;
  position: relative;
  margin-right: 25px;
}
#tournamentSubTitle .wrapper .separate {
  position: relative;
  width: 25px;
  height: 25px;
  display: inline-block;
}
#tournamentSubTitle .wrapper .separate:before, #tournamentSubTitle .wrapper .separate:after {
  position: absolute;
  left: 3px;
  top: -2px;
  content: " ";
  height: 25px;
  width: 2px;
  background-color: #fff;
}
#tournamentSubTitle .wrapper .separate:before {
  transform: rotate(45deg);
}
#tournamentSubTitle .wrapper .separate:after {
  transform: rotate(-45deg);
}

#wrapper_game {
  position: relative;
  width: 100%;
  min-height: 400px;
  padding-bottom: 0;
  margin-top: 40px;
  z-index: 0;
}
#wrapper_game #connect_for_gaming {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  transform: translateY(-50%);
}
#wrapper_game #connect_for_gaming h2 {
  text-align: center;
  color: #fff;
  font-size: 38px;
  line-height: 1.4em;
  margin-top: 0;
  margin-bottom: 1em;
}
#wrapper_game #connect_for_gaming p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.4em;
  margin-top: 0;
}
#wrapper_game #connect_for_gaming p.titre {
  font-size: 38px;
  margin-bottom: 1em;
}
#wrapper_game #connect_for_gaming #loginForPlay {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 0;
}
#wrapper_game #connect_for_gaming #loginForPlay a.bouton {
  background: #ffa532;
  padding: 0.625rem 1.3125rem;
  font-size: 16px;
  color: #000;
  border: 2px solid #ffa532;
  text-align: center;
  font-weight: 400;
  text-transform: none;
  display: inline-block;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition-duration: 0.3s;
  transition-property: transform;
  cursor: pointer;
}
#wrapper_game #connect_for_gaming #loginForPlay a.bouton.gauche {
  margin-right: 35px;
}
#wrapper_game #connect_for_gaming #loginForPlay a.bouton:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 640px) {
  #introTournament figure {
    margin: 0;
  }
  #tournamentSubTitle .wrapper > img {
    position: static;
  }
  #wrapper_game {
    width: 100%;
    min-height: 400px;
  }
  #wrapper_game #connect_for_gaming p.titre {
    font-size: 25px;
  }
}
#tournamentTitle {
  padding-top: 35px;
  text-align: center;
  position: relative;
  z-index: 2;
}
#tournamentTitle img {
  max-width: 55%;
}

@media screen and (max-width: 1024px) {
  #tournamentTitle {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 480px) {
  #tournamentTitle {
    padding-top: 30px;
  }
}
#tournamentGain {
  margin-top: 40px;
}
#tournamentGain .row {
  background: #2c2247;
  border-radius: 15px;
  padding: 40px 0;
  display: flex;
}
#tournamentGain .row .col {
  display: flex;
  float: none;
}
#tournamentGain .row .col.vcenter {
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#tournamentGain .gain {
  text-align: center;
}
#tournamentGain .gain img {
  width: 90%;
}
#tournamentGain .gain img + p {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 60px;
  color: white;
  text-transform: uppercase;
  margin: 0;
}
#tournamentGain #tournamentGainPresentation {
  color: white;
  margin-top: -25px;
  padding-right: 15px;
}
#tournamentGain #tournamentGainPresentation h2 {
  font-weight: 400;
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 3px;
  color: #8ef0d8;
  text-transform: uppercase;
}
#tournamentGain #tournamentGainPresentation p {
  font-size: 17px;
  line-height: 1.5;
  padding: 0;
  margin: 0 0 15px;
}
#tournamentGain #tournamentGainPresentation p strong {
  font-weight: 700;
}
#tournamentGain #tournamentGainPresentation a {
  color: #fff;
  text-decoration: none;
}
#tournamentGain #tournamentGainPresentation .bouton {
  border-radius: 50px !important;
  font-size: 0.875rem;
  text-align: center;
  font-weight: 400;
  text-transform: none;
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 0.3125rem 0.625rem;
  background: transparent;
  border: 2px solid #ffa532;
  padding: 0.4375rem 1.125rem;
  font-size: 17px;
}
#tournamentGain #tournamentGainPresentation .bouton:hover {
  background: #ffa532;
  color: #000;
  font-weight: 700;
}

#tournamentPub {
  margin-top: 25px;
}
#tournamentPub.bigmargintop {
  margin-top: 55px;
}
#tournamentPub .wrapper {
  min-height: 120px;
  border-radius: 15px;
  padding: 15px 15px 15px 0;
  color: #fff;
  position: relative;
  background-color: #1a2c38;
  background-position: center left;
  background-repeat: no-repeat;
}
#tournamentPub .wrapper.onlyForMobile {
  display: none;
}
#tournamentPub .wrapper.onlyForDesktop {
  display: block;
}
#tournamentPub .wrapper .bouton {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
#tournamentPub .wrapper .bouton a {
  background: #ffa532;
  padding: 0.625rem 1.3125rem;
  font-size: 16px;
  color: #000;
  border: 2px solid #ffa532;
  text-align: center;
  font-weight: 400;
  text-transform: none;
  display: inline-block;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bold;
  transition-duration: 0.3s;
  transition-property: transform;
}
#tournamentPub .wrapper .bouton a:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 1024px) {
  #tournamentPub .wrapper {
    min-height: 340px;
    background-size: cover;
    background-position: center top;
  }
  #tournamentPub .wrapper.onlyForMobile {
    display: block;
  }
  #tournamentPub .wrapper.onlyForDesktop {
    display: none;
  }
  #tournamentPub .wrapper .bouton {
    position: absolute;
    top: auto;
    bottom: 10px;
    transform: none;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
  }
  #tournamentGain .row {
    flex-wrap: wrap;
  }
  #tournamentGain .row .col {
    width: 100%;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }
  #tournamentGain .gain img {
    margin: 0 auto;
    max-width: 100%;
  }
  #tournamentGain #tournamentGainPresentation h2 {
    font-size: 23px;
  }
  #tournamentGain #tournamentGainPresentation p {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  #tournamentGain .row .col {
    margin-left: 20px;
    margin-right: 20px;
  }
  #tournamentGain .gain {
    margin-bottom: 20px;
  }
  #tournamentGain .gain img {
    width: 60%;
  }
  #tournamentPub .wrapper {
    padding: 15px 15px 35px;
    background-size: cover;
    min-height: 240px;
  }
  #tournamentPub .wrapper.onlyForMobile {
    display: block;
  }
  #tournamentPub .wrapper.onlyForDesktop {
    display: none;
  }
  #tournamentPub .wrapper .bouton {
    position: absolute;
    top: auto;
    bottom: 10px;
    transform: none;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  #tournamentGain {
    margin-top: 30px;
  }
}
#tournamentMatch {
  z-index: 3;
  position: relative;
}
#tournamentMatch #introMatchs {
  color: #fff;
  text-align: center;
  width: 70%;
  margin: 3.125rem auto 0;
}
#tournamentMatch #introMatchs h2 {
  font-family: "Work Sans", sans-serif;
  font-size: 2em;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}
#tournamentMatch #introMatchs p {
  color: #fff;
  line-height: 1.4em;
}

#list_match {
  margin-top: 70px;
}
#list_match .match {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  /*disable arrow if input number*/
}
#list_match .match + .match {
  margin-top: 15px;
}
#list_match .match .date, #list_match .match .submit {
  position: absolute;
  height: 100%;
  top: 0;
}
#list_match .match .date {
  background: #00eaff;
  width: 70px;
  display: flex;
  flex-flow: wrap;
  align-content: center;
  left: 0;
}
#list_match .match .date span {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 700;
}
#list_match .match .date span.day {
  font-size: 22px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
#list_match .match .date span.month {
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
#list_match .match .date span.hours {
  font-size: 15px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
#list_match .match .submit {
  padding: 0 50px;
  display: flex;
  align-items: center;
  right: 0;
}
#list_match .match .submit button {
  background: #ff7b00;
  color: white;
  border-radius: 20px;
  text-transform: uppercase;
  border: 0;
  font-size: 15px;
  padding: 10px 35px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  transition: opacity 0.3s;
  cursor: pointer;
  transition-duration: 0.3s;
  transition-property: transform;
}
#list_match .match .submit button.submitting {
  opacity: 0.5;
}
#list_match .match .submit button:hover {
  transform: scale(1.1);
}
#list_match .match .teams {
  width: 50%;
  margin: 0 auto;
}
#list_match .match .teams .team {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 10px 0;
}
#list_match .match .teams .team .logo_team {
  max-width: 100%;
}
#list_match .match .teams .team .left_section, #list_match .match .teams .team .right_section {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
#list_match .match .teams .team .left_section {
  width: 45%;
  justify-content: flex-end;
}
#list_match .match .teams .team .right_section {
  width: 45%;
  justify-content: flex-start;
}
#list_match .match .teams .team .team_1, #list_match .match .teams .team .team_2 {
  display: flex;
  align-items: center;
  text-align: center;
  width: 33%;
  margin: 0 5%;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
#list_match .match .teams .team .team_1 h2, #list_match .match .teams .team .team_2 h2 {
  margin: 0;
  font-size: 15px;
  margin-top: 5px;
}
#list_match .match .teams .team .exact_score {
  width: 23%;
  margin: 0 5%;
  display: flex;
  align-items: center;
  text-align: center;
}
#list_match .match .teams .team .exact_score input {
  width: 100%;
  background: #d4d4d4;
  border: 0;
  border-radius: 5px;
  height: 30px;
  outline: none;
  padding: 5px 5px;
  font-size: 20px;
  text-align: center;
}
#list_match .match .teams .team .VS {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
}
#list_match .match .teams .team .VS span {
  font-size: 20px;
  font-weight: 700;
}
#list_match .match .teams .team .right_section .team_2 {
  order: 2;
}
#list_match .match .teams .team .right_section .exact_score {
  order: 1;
}
#list_match .match .teams .team input[type=number].error {
  border: 1px solid red;
}
#list_match .match input::-webkit-outer-spin-button,
#list_match .match input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#list_match .match input[type=number] {
  -moz-appearance: textfield;
}
#list_match .match .msg {
  width: 100%;
  text-align: center;
  padding: 5px;
  font-weight: 400;
  color: rgb(15, 121, 15);
}
#list_match .match .msg:not(.active) {
  display: none;
}
#list_match .match .msg.error {
  color: red;
}

@media screen and (max-width: 1024px) {
  #list_match .match .submit {
    padding: 0 25px;
  }
}
@media screen and (max-width: 768px) {
  #list_match {
    margin-top: 20px;
  }
  #list_match .match {
    width: 48%;
    float: left;
    margin-top: 20px;
  }
  #list_match .match:nth-child(odd) {
    clear: both;
  }
  #list_match .match:nth-child(even) {
    float: right;
  }
  #list_match .match .date {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 5px 0;
  }
  #list_match .match .date .day, #list_match .match .date .month {
    width: auto;
    display: inline-block;
  }
  #list_match .match .teams {
    width: 80%;
    margin-top: 20px;
  }
  #list_match .match .teams .team .team_1, #list_match .match .teams .team .team_2 {
    width: 50%;
    height: 150px;
    margin: 0 auto;
    flex-direction: column;
    justify-content: flex-end;
  }
  #list_match .match .teams .team .team_1 img, #list_match .match .teams .team .team_2 img {
    max-height: 100%;
    width: auto;
    max-width: auto;
  }
  #list_match .match .teams .team .team_1 h2, #list_match .match .teams .team .team_2 h2 {
    margin-top: 10px;
  }
  #list_match .match .teams .team .exact_score {
    margin: 10px auto 0 auto;
    width: 50%;
  }
  #list_match .match .teams .team .left_section, #list_match .match .teams .team .right_section {
    width: 45%;
    display: block;
  }
  #list_match .match .submit {
    padding: 20px 0;
    position: relative;
    display: block;
    height: auto;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  #list_match {
    margin-top: 20px;
  }
  #list_match .match {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  #list_match .match:nth-child(even) {
    float: none;
  }
}
.tournamentBackground {
  padding-bottom: 20px;
}

#tournamentScore {
  z-index: 2;
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  /*
  &:before{
  	content: "";
  	position: absolute;
  	left: 0;
  	top: -170px;
  	padding-top: 170px;
  	width: 100%;
  	background: center bottom / 100% 100% url("./../../images/wave/forme-vague-mauve-stream.svg") no-repeat;
  }
  /*&:after{
  	content: "";
  	position: absolute;
  	left: 0;
  	top: 100%;
  	padding-top: 170px;
  	width: 100%;
  	background: $purple;
  }*/
}
#tournamentScore h2 {
  color: white;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 50px;
  margin: 0;
}
#tournamentScore .wrapper.title {
  display: flex;
}
#tournamentScore .wrapper.title .search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#tournamentScore .wrapper.title .search input {
  background: #b393cd;
  height: 45px;
  padding: 5px 5px 5px 30px;
  border-radius: 30px;
  width: 100%;
  outline: none;
  border: 0;
  font-size: 20px;
  color: #461572;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
#tournamentScore #actionsOnScoreList {
  text-align: center;
}
#tournamentScore #actionsOnScoreList:not(.active) {
  display: none;
}
#tournamentScore #actionsOnScoreList .score_action {
  margin: 0 5px;
  border-radius: 50px !important;
  font-size: 0.875rem;
  text-align: center;
  font-weight: 400;
  text-transform: none;
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 0.3125rem 0.625rem;
  height: 40px;
  padding-left: 30px;
  padding-right: 30px;
  border: 0;
  background: white;
  color: #461572;
  border: 2px solid #461572;
  transition: all 0.3s;
  cursor: pointer;
  outline: none;
}
#tournamentScore #actionsOnScoreList .score_action:hover {
  background: #8ef0d8;
  color: #000;
}

#tournamentScoreList {
  padding: 20px 0 50px 0;
}
#tournamentScoreList li {
  position: relative;
  border-radius: 10px;
  padding: 10px 30px 10px 60px;
  box-sizing: border-box;
  display: block;
  box-shadow: 2px 0 6px -5px rgba(0, 0, 0, 0.5);
  align-items: center;
  /*span{
  	color: white;
  }
  .score{
  	float: right;
  }*/
  display: flex;
  flex-wrap: nowrap;
}
#tournamentScoreList li + li {
  margin-top: 5px;
}
#tournamentScoreList li.loading {
  color: white;
}
#tournamentScoreList li.active {
  border: 3px solid #3cffd9;
}
#tournamentScoreList li.active:after {
  content: "";
  position: absolute;
  height: 0;
  left: -36px;
  /*
  color: #fff;
  padding: 4px 13px 0 0;
  box-sizing: border-box;
  border-top: 2px solid #fff;
  */
  width: 25px;
  height: 24px;
  background: center center/25px 25px url(../../images/user-bleu-vert.svg) no-repeat;
  display: inline-block;
  z-index: -1;
}
#tournamentScoreList li:nth-child(odd) {
  /*
  background: #603491;
  background: linear-gradient(90deg, #603491 0%, #7136a2 100%);
  */
  background: rgba(255, 255, 255, 0.2);
}
#tournamentScoreList li:nth-child(even) {
  /*
  background: #461a7e;
  background: linear-gradient(90deg, #461a7e 0%, #5d1d94 100%);
  */
  background: rgba(255, 255, 255, 0.1);
}
#tournamentScoreList li:nth-child(1) {
  background: #d6b14f;
}
#tournamentScoreList li:nth-child(2) {
  background: rgb(175, 179, 179);
}
#tournamentScoreList li:nth-child(3) {
  background: #9f5e3a;
}
#tournamentScoreList li:nth-child(4) {
  background: rgb(112, 119, 124);
}
#tournamentScoreList li > div {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: white;
}
#tournamentScoreList li.p_1 > .place, #tournamentScoreList li.p_2 > .place, #tournamentScoreList li.p_3 > .place, #tournamentScoreList li.p_4 > .place {
  font-size: 26px;
  margin-top: -7px;
}
#tournamentScoreList li.p_1:before, #tournamentScoreList li.p_2:before, #tournamentScoreList li.p_3:before, #tournamentScoreList li.p_4:before {
  content: "";
  position: absolute;
  height: 36px;
  width: 36px;
  background: center center/auto 36px url(../../images/medailles_2021.png) no-repeat;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: -5px 6px 8px -1px rgba(0, 0, 0, 0.76);
  border-radius: 100%;
}
#tournamentScoreList li.p_1:before {
  background-position: 0 0;
}
#tournamentScoreList li.p_2:before {
  background-position: -45px 0;
}
#tournamentScoreList li.p_3:before {
  background-position: -90px 0;
}
#tournamentScoreList li.p_4:before {
  background-position: -135px 0;
}
#tournamentScoreList li > .price {
  visibility: hidden;
  width: 56px;
  height: 27px;
}
#tournamentScoreList li > .price.show {
  display: inline-block;
  border-radius: 10px;
  padding: 5px 0;
  color: #fff;
  font-weight: 600;
  background: transparent;
  font-size: 14px;
  white-space: nowrap;
  text-align: center;
  visibility: visible;
}
#tournamentScoreList li > .place {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  width: 6%;
  text-align: right;
  font-size: 20px;
  justify-content: flex-end;
}
#tournamentScoreList li > .name {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  width: 21%;
  padding-left: 20px;
}
#tournamentScoreList li > .bets {
  display: block;
  width: 60%;
}
#tournamentScoreList li > .bets .bet {
  width: 20%;
  display: inline-block;
  margin: 5px 0;
}
#tournamentScoreList li > .bets .bet .team {
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
#tournamentScoreList li > .bets .bet .score {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
}
#tournamentScoreList li > .bets .bet._e {
  color: #92e539;
}
#tournamentScoreList li > .bets .bet._w {
  color: #de7607;
}
#tournamentScoreList li > .bets .bet._l {
  color: #cc1a1a;
}
#tournamentScoreList li > .score {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  width: 13%;
  font-weight: bold;
  justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
  #tournamentScore .wrapper.title {
    display: block;
  }
  #tournamentScore .wrapper.title .col4 {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  #tournamentScore .wrapper.title .col4.search {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 860px) {
  #tournamentScoreList li > .place {
    width: 7%;
  }
  #tournamentScoreList li > .name {
    width: 23%;
  }
  #tournamentScoreList li > .bets {
    width: 57%;
  }
  #tournamentScoreList li > .bets .bet {
    width: 25%;
  }
  #tournamentScoreList li > .score {
    width: 13%;
  }
}
@media screen and (max-width: 768px) {
  #tournamentScoreList li {
    padding: 10px 15px 10px 15px;
  }
  #tournamentScoreList li.p_1:before, #tournamentScoreList li.p_2:before, #tournamentScoreList li.p_3:before, #tournamentScoreList li.p_4:before {
    display: none;
  }
  #tournamentScoreList li > .price {
    display: none !important;
  }
  #tournamentScoreList li > .place {
    width: 10%;
  }
  #tournamentScoreList li > .name {
    width: 25%;
  }
  #tournamentScoreList li > .bets {
    width: 50%;
  }
  #tournamentScoreList li > .bets .bet {
    width: 33%;
  }
  #tournamentScoreList li > .score {
    width: 15%;
  }
  #tournamentScoreList li.active:after {
    left: -22px;
    top: 15px;
    width: 17px;
    height: 17px;
    background: center center/17px 17px url(../../images/user-bleu-vert.svg) no-repeat;
  }
}
@media screen and (max-width: 640px) {
  #tournamentScore .wrapper.title .col4.search {
    width: 75%;
  }
  #tournamentScoreList li > .place {
    width: 10%;
  }
  #tournamentScoreList li > .name {
    width: 70%;
  }
  #tournamentScoreList li > .bets {
    display: none;
  }
  #tournamentScoreList li > .score {
    width: 20%;
  }
}
@media screen and (max-width: 480px) {
  #tournamentScore {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #tournamentScore .wrapper.title .col4.search {
    width: 90%;
  }
  #tournamentScoreList {
    padding-bottom: 20px;
  }
}
#introTournaments {
  color: #fff;
  text-align: center;
}
#introTournaments h1 {
  font-family: "Work Sans", sans-serif;
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}
#introTournaments h2 {
  font-family: "Work Sans", sans-serif;
  font-size: 2em;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
  padding-top: 15px;
}
#introTournaments h3 {
  font-family: "Work Sans", sans-serif;
  font-size: 1.8em;
  font-weight: 800;
  text-transform: uppercase;
  color: #3cffd9;
  margin-bottom: 0;
  margin-top: 0.7em;
}
#introTournaments p {
  font-family: "Work Sans", sans-serif;
  font-size: 1.1em;
  color: white;
  line-height: 1.5em;
}
#introTournaments p a {
  text-decoration: underline;
}
#introTournaments p a:hover {
  color: #3cffd9;
}

#section_tournois {
  margin-top: 35px;
}
#section_tournois #wrapperTournoisSlider {
  display: none;
}
#section_tournois #tournois_desktop {
  display: block;
}
#section_tournois #tournois_desktop > .col12 {
  margin-bottom: 30px;
}
#section_tournois h2 {
  color: #fff;
  text-align: center;
  font-size: 2em;
  margin-left: -15px;
}
#section_tournois h2 img {
  width: 25px;
  height: auto;
  margin-right: 8px;
}
#section_tournois p {
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  margin: 0 0 3px;
}
#section_tournois p.first {
  margin-top: 0;
  text-transform: uppercase;
  text-align: center;
}
#section_tournois p.gras {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}
#section_tournois .col.col4 {
  margin-bottom: 100px;
  margin-left: 12%;
  clear: left;
  width: 30%;
}
#section_tournois .col.col4.impair {
  float: right;
  clear: right;
  margin-right: 12%;
}
#section_tournois .flip-card {
  background-color: transparent;
  height: 0;
  padding-bottom: 14%;
  border-radius: 15px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
  transform: scale(1);
  transition: transform 0.2s;
  /* This container is needed to position the front and back side */
}
#section_tournois .flip-card .flip-card-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  border-radius: 15px;
  /* Position the front and back side */
  /* Style the front side (fallback if image is missing) */
}
#section_tournois .flip-card .flip-card-inner .flip-card-front, #section_tournois .flip-card .flip-card-inner .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}
#section_tournois .flip-card .flip-card-inner .flip-card-front {
  color: black;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
  background: grey;
  display: table;
  width: 100%;
  padding: 20px 35% 20px 25px;
}
#section_tournois .flip-card .flip-card-inner .flip-card-front img {
  max-width: 100%;
  height: auto;
}
#section_tournois .flip-card .flip-card-inner .flip-card-front > div {
  display: table-cell;
  vertical-align: middle;
}
#section_tournois .flip-card .flip-card-inner .flip-card-front .nom_tournoi {
  text-align: left;
}
#section_tournois .flip-card .flip-card-inner .flip-card-front .nom_tournoi p {
  text-align: left;
}
#section_tournois .flip-card .flip-card-inner .flip-card-front .nom_tournoi p.first {
  color: #000;
  font-weight: 900;
}
#section_tournois .flip-card .flip-card-inner .flip-card-front .nom_tournoi p.gras {
  text-transform: uppercase;
  font-size: 1.9em;
}
#section_tournois .flip-card .flip-card-inner .flip-card-front .column.to_win {
  padding: 0 9px 12px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.18);
  width: 135px;
}
#section_tournois .flip-card .flip-card-inner .flip-card-front .column.to_win img {
  width: 30px;
  height: auto;
  position: relative;
  top: -15px;
}
#section_tournois .flip-card .flip-card-inner .flip-card-front .column.to_win p {
  font-size: 13px;
  font-weight: 400;
  margin-top: 3px;
}
#section_tournois .flip-card .flip-card-inner .flip-card-front .column.to_win p.big {
  font-size: 40px;
  font-weight: 900;
  margin-top: -10px;
}
#section_tournois .flip-card .flip-card-inner .flip-card-front .informations {
  text-align: left;
  padding-left: 30px;
  width: 52%;
}
#section_tournois .flip-card .flip-card-inner .flip-card-front .informations p {
  color: #fff;
}
#section_tournois .flip-card .flip-card-inner .flip-card-front .informations ul li {
  color: #fff;
}
#section_tournois .flip-card .flip-card-inner .flip-card-front .boutons {
  position: absolute;
  top: 50%;
  text-align: center;
  left: auto;
  right: 28%;
  z-index: 5;
  transform: translateY(-50%);
}
#section_tournois .flip-card .flip-card-inner .flip-card-front .bg_tournament {
  position: absolute;
  top: -25px;
  bottom: -25px;
  text-align: center;
  left: auto;
  right: 0;
  width: 26%;
  z-index: 5;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 15px;
}
#section_tournois .flip-card .flip-card-inner .flip-card-front a {
  display: inline-block;
}
#section_tournois .flip-card .flip-card-inner .flip-card-front a.more_info {
  color: #fff;
  border-radius: 100%;
  border: 2px solid #8ef0d8;
  padding: 4px 13px;
  margin-right: 9px;
  position: relative;
  top: 1px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
#section_tournois .flip-card .flip-card-inner .flip-card-front a.more_info:hover {
  background: #8ef0d8;
  color: #000;
}
#section_tournois .flip-card .flip-card-inner .flip-card-front a.enjoy_bonus {
  background: #fff;
  padding: 5px 13px;
  font-size: 15px;
  color: #000;
  border: 2px solid #fff;
  text-align: center;
  font-weight: 700;
  text-transform: none;
  display: inline-block;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition-duration: 0.3s;
  transition-property: transform;
}
#section_tournois .flip-card .flip-card-inner .flip-card-front a.enjoy_bonus:hover {
  transform: scale(1.1);
}
#section_tournois .flip-card.flip_active {
  transform: scale(1.05);
}
#section_tournois .flip-card.flip_active .flip-card-inner {
  transform: rotateY(180deg);
}
#section_tournois .flip-card.flip_active .boutons {
  display: none;
}
#section_tournois .flip-card:hover {
  transform: scale(1.05);
}

#contenu_central_tournaments {
  margin-top: 40px;
}
#contenu_central_tournaments .row {
  margin-bottom: 25px;
}
#contenu_central_tournaments .row .col6 p {
  color: #fff;
  line-height: 1.5em;
  margin: 0 0 12px;
}
#contenu_central_tournaments .row .col6 p img.aligncenter {
  margin: 0 auto 15px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
#contenu_central_tournaments .row .col6 h2 {
  font-family: "Work Sans", sans-serif;
  font-size: 24px;
  font-weight: 800;
  text-transform: none;
  color: #fff;
  text-align: left;
  position: relative;
  margin-top: 0;
  margin-bottom: 40px;
}
#contenu_central_tournaments .row .col6 h2:before {
  content: "";
  width: 80px;
  height: 2px;
  background: #3cffd9;
  bottom: -15px;
  left: 0;
  position: absolute;
}
#contenu_central_tournaments .row .col6 h2 ~ h2 {
  margin-top: 20px;
}

/* MOBILE */
@media screen and (max-width: 640px) {
  #section_tournois #wrapperTournoisSlider {
    display: none;
  }
  #section_tournois #tournois_desktop {
    display: block;
  }
  #section_tournois .col.col4 {
    margin: 0 0 35px 0;
    clear: left;
    width: 100%;
  }
  #section_tournois .col.col4.impair {
    float: right;
    clear: right;
    margin: 0 0 35px 0;
  }
  #section_tournois .flip-card {
    padding-bottom: 0;
    display: block;
    height: auto;
  }
  #section_tournois .flip-card .flip-card-inner {
    height: auto;
    position: relative;
    padding-bottom: 0;
  }
  #section_tournois .flip-card .flip-card-inner .flip-card-front, #section_tournois .flip-card .flip-card-inner .flip-card-back {
    display: block;
    position: relative;
    padding: 15px 15px 200px 15px;
  }
  #section_tournois .flip-card .flip-card-inner .flip-card-front > div, #section_tournois .flip-card .flip-card-inner .flip-card-back > div {
    display: block;
    vertical-align: middle;
  }
  #section_tournois .flip-card .flip-card-inner .flip-card-front .column.to_win, #section_tournois .flip-card .flip-card-inner .flip-card-back .column.to_win {
    width: 170px;
    margin: 30px auto 15px;
  }
  #section_tournois .flip-card .flip-card-inner .flip-card-front .informations, #section_tournois .flip-card .flip-card-inner .flip-card-back .informations {
    text-align: left;
    padding-left: 15px;
    width: 100%;
    padding-right: 15px;
  }
  #section_tournois .flip-card .flip-card-inner .flip-card-front .boutons, #section_tournois .flip-card .flip-card-inner .flip-card-back .boutons {
    position: absolute;
    top: auto;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 5;
    transform: none;
    bottom: 150px;
  }
  #section_tournois .flip-card .flip-card-inner .flip-card-front .bg_tournament, #section_tournois .flip-card .flip-card-inner .flip-card-back .bg_tournament {
    bottom: 0;
    left: 0;
    top: auto;
    right: 0;
    width: 100%;
    height: 160px;
    background-size: cover;
    background-position: top center;
  }
  #contenu_central_tournaments .col6 {
    width: 100%;
    margin: 0 0 25px;
  }
  #contenu_central_tournaments .row .col6 p img.aligncenter {
    max-width: 90%;
    height: auto;
  }
}
#page_error_404 {
  margin-bottom: 120px;
  text-align: center;
}
#page_error_404 .introuvable {
  text-align: center;
}
#page_error_404 .introuvable img {
  max-width: 60%;
  height: auto;
}
#page_error_404 h2 {
  font-family: "Inter", sans-serif;
  font-size: 2em;
  font-weight: 800;
  text-transform: none;
  color: #fff;
  text-align: center;
  margin-top: -60px;
  margin-bottom: 10px;
  line-height: 1em;
}
#page_error_404 p {
  color: #fff;
  text-align: center;
  line-height: 1.7em;
}
#page_error_404 .button {
  margin: 35px auto 0;
  padding: 0;
  font-size: 1.125rem;
  text-transform: none;
}
#page_error_404 .button a {
  background: #ffa532;
  padding: 0.625rem 1.3125rem;
  font-size: 16px;
  color: #000;
  border: 2px solid #ffa532;
  text-align: center;
  font-weight: 400;
  text-transform: none;
  display: inline-block;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition-duration: 0.3s;
  transition-property: transform;
}
#page_error_404 .button a:hover {
  transform: scale(1.1);
}

/* MOBILE */
@media screen and (max-width: 768px) {
  #page_error_404 {
    margin-top: -20px;
    margin-bottom: 40px;
    text-align: center;
  }
  #page_error_404 .introuvable {
    text-align: center;
  }
  #page_error_404 .introuvable img {
    max-width: 80%;
    height: auto;
  }
  #page_error_404 h2 {
    font-size: 2em;
    margin-top: -30px;
    margin-bottom: 10px;
    line-height: 1em;
  }
}
#popupCommercial {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  display: none;
}
#popupCommercial.open {
  display: block;
}
#popupCommercial .close_popupCommercial {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 15px;
  right: 25px;
}
#popupCommercial .close_popupCommercial:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: white;
  top: 50%;
  transform: rotate(45deg);
}
#popupCommercial .close_popupCommercial:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: white;
  top: 50%;
  transform: rotate(-45deg);
}
#popupCommercial .content {
  background: rgba(0, 0, 0, 0.85);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  overflow: scroll;
  z-index: 1;
}
#popupCommercial .content .wrapperPopupCommercial {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40%;
  height: auto;
  min-width: 510px;
  max-width: 672px;
  position: relative;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
  padding: 0 0 15px;
  background: #fefefe;
  border-radius: 15px;
  text-align: center;
  overflow: hidden;
  display: none;
  background: #170822;
  background: linear-gradient(180deg, #170822 0%, #2b1449 100%);
}
#popupCommercial .content .wrapperPopupCommercial.active {
  display: block;
}
#popupCommercial .content .wrapperPopupCommercial .bgPopupCommercial {
  /*
  background-repeat: no-repeat;
  background-position: top center;
  background-size:contain;
  position:absolute;
  top:0;
  left:0;
  right:0;
  height: 300px;
  */
}
#popupCommercial .content .wrapperPopupCommercial .col.col12 {
  padding-top: 30px;
  padding-left: 45px;
  padding-right: 45px;
}
#popupCommercial .content .wrapperPopupCommercial h1, #popupCommercial .content .wrapperPopupCommercial h2 {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  color: #fff;
  margin: 0;
  padding: 0;
}
#popupCommercial .content .wrapperPopupCommercial h1 {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 15px;
}
#popupCommercial .content .wrapperPopupCommercial h2 {
  font-size: 20px;
  font-weight: 400;
}
#popupCommercial .content .wrapperPopupCommercial p {
  color: #fff;
  line-height: 1.5;
}
#popupCommercial .content .wrapperPopupCommercial img {
  max-width: 100%;
  height: auto;
}
#popupCommercial .content .wrapperPopupCommercial .cta {
  text-align: center;
  display: block;
  margin-top: 30px;
}
#popupCommercial .content .wrapperPopupCommercial .cta a {
  background: #ffa532;
  padding: 5px 20px;
  font-size: 16px;
  color: #000;
  border: 2px solid #ffa532;
  text-align: center;
  font-weight: 400;
  text-transform: none;
  display: inline-block;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition-duration: 0.3s;
  transition-property: transform;
}
#popupCommercial .content .wrapperPopupCommercial .cta a:hover {
  transform: scale(1.1);
}

#debugbarredureesession {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  background: #000;
  z-index: 1000;
}
#debugbarredureesession p {
  color: #fff;
  padding-left: 10%;
  padding-top: 8px;
  padding-bottom: 8px;
}

/* MOBILE */
@media screen and (max-width: 768px) {
  #popupCommercial .content .wrapperPopupCommercial {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    height: auto;
    min-width: 250px;
  }
}
.gameBackground {
  padding-bottom: 20px;
}

#gameScores {
  z-index: 2;
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}
#gameScores h2 {
  color: white;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 50px;
  margin: 0;
}
#gameScores .wrapper.title {
  display: flex;
}
#gameScores .wrapper.title .search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#gameScores .wrapper.title .search input {
  background: #b393cd;
  height: 45px;
  padding: 5px 5px 5px 30px;
  border-radius: 30px;
  width: 100%;
  outline: none;
  border: 0;
  font-size: 20px;
  color: #461572;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
#gameScores #actionsOnScoresList {
  text-align: center;
}
#gameScores #actionsOnScoresList:not(.active) {
  display: none;
}
#gameScores #actionsOnScoresList .scores_action {
  margin: 0 5px;
  border-radius: 50px !important;
  font-size: 0.875rem;
  text-align: center;
  font-weight: 400;
  text-transform: none;
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 0.3125rem 0.625rem;
  height: 40px;
  padding-left: 30px;
  padding-right: 30px;
  border: 0;
  background: white;
  color: #461572;
  border: 2px solid #461572;
  transition: all 0.3s;
  cursor: pointer;
  outline: none;
}
#gameScores #actionsOnScoresList .scores_action:hover {
  background: #8ef0d8;
  color: #000;
}

#gameScoresList {
  padding: 20px 0 50px 0;
}
#gameScoresList li {
  position: relative;
  border-radius: 10px;
  padding: 10px 30px 10px 60px;
  box-sizing: border-box;
  display: block;
  box-shadow: 2px 0 6px -5px rgba(0, 0, 0, 0.5);
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
}
#gameScoresList li + li {
  margin-top: 5px;
}
#gameScoresList li.loading {
  color: white;
}
#gameScoresList li.active {
  border: 3px solid #3cffd9;
}
#gameScoresList li.active:after {
  content: "";
  position: absolute;
  height: 0;
  left: -36px;
  width: 25px;
  height: 24px;
  background: center center/25px 25px url(../../images/user-bleu-vert.svg) no-repeat;
  display: inline-block;
  z-index: -1;
}
#gameScoresList li:nth-child(odd) {
  background: rgba(255, 255, 255, 0.2);
}
#gameScoresList li:nth-child(even) {
  background: rgba(255, 255, 255, 0.1);
}
#gameScoresList li > div {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: white;
}
#gameScoresList li.p_1 > .place, #gameScoresList li.p_2 > .place, #gameScoresList li.p_3 > .place, #gameScoresList li.p_4 > .place {
  font-size: 26px;
  margin-top: -7px;
}
#gameScoresList li.p_1:before, #gameScoresList li.p_2:before, #gameScoresList li.p_3:before, #gameScoresList li.p_4:before {
  content: "";
  position: absolute;
  height: 36px;
  width: 36px;
  background: center center/auto 36px url(../../images/medailles_2021.png) no-repeat;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: -5px 6px 8px -1px rgba(0, 0, 0, 0.76);
  border-radius: 100%;
}
#gameScoresList li.p_1 {
  background: #d6b14f;
}
#gameScoresList li.p_1:before {
  background-position: 0 0;
}
#gameScoresList li.p_2 {
  background: rgb(175, 179, 179);
}
#gameScoresList li.p_2:before {
  background-position: -45px 0;
}
#gameScoresList li.p_3 {
  background: #9f5e3a;
}
#gameScoresList li.p_3:before {
  background-position: -90px 0;
}
#gameScoresList li.p_4 {
  background: rgb(112, 119, 124);
}
#gameScoresList li.p_4:before {
  background-position: -135px 0;
}
#gameScoresList li > .price {
  visibility: hidden;
  width: 56px;
  height: 27px;
}
#gameScoresList li > .price.show {
  display: inline-block;
  border-radius: 10px;
  padding: 5px 0;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  text-align: center;
  visibility: visible;
}
#gameScoresList li > .place {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  width: 6%;
  text-align: right;
  font-size: 20px;
  justify-content: flex-end;
}
#gameScoresList li > .name {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  width: 21%;
  padding-left: 20px;
}
#gameScoresList li > .score {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  width: 73%;
  font-weight: bold;
  justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
  #gameScores .wrapper.title {
    display: block;
  }
  #gameScores .wrapper.title .col4 {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  #gameScores .wrapper.title .col4.search {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 860px) {
  #gameScoresList li > .place {
    width: 7%;
  }
  #gameScoresList li > .name {
    width: 23%;
  }
  #gameScoresList li > .score {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #gameScoresList li {
    padding: 10px 15px 10px 15px;
  }
  #gameScoresList li.p_1:before, #gameScoresList li.p_2:before, #gameScoresList li.p_3:before, #gameScoresList li.p_4:before {
    display: none;
  }
  #gameScoresList li > .price {
    display: none !important;
  }
  #gameScoresList li > .place {
    width: 10%;
  }
  #gameScoresList li > .name {
    width: 25%;
  }
  #gameScoresList li > .score {
    width: 65%;
  }
  #gameScoresList li.active:after {
    left: -22px;
    top: 15px;
    width: 17px;
    height: 17px;
    background: center center/17px 17px url(../../images/user-bleu-vert.svg) no-repeat;
  }
}
@media screen and (max-width: 640px) {
  #gameScores .wrapper.title .col4.search {
    width: 75%;
  }
  #gameScoresList li > .place {
    width: 10%;
  }
  #gameScoresList li > .name {
    width: 50%;
  }
  #gameScoresList li > .score {
    width: 40%;
  }
}
@media screen and (max-width: 480px) {
  #gameScores {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #gameScores .wrapper.title .col4.search {
    width: 90%;
  }
  #gameScoresList {
    padding-bottom: 20px;
  }
}
#monCompte {
  color: #fff;
}
#monCompte h1 {
  font-family: "Work Sans", sans-serif;
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
#monCompte h2 {
  font-family: "Work Sans", sans-serif;
  font-size: 2em;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
#monCompte h3 {
  font-family: "Work Sans", sans-serif;
  font-size: 1.5em;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
#monCompte p {
  color: #fff;
  text-align: left;
  line-height: 1.4em;
  margin-top: 0;
}
#monCompte p.margintop {
  margin-top: 20px;
}
#monCompte .orange {
  color: #ffa532;
}
#monCompte #introMonCompte .col12 {
  /*
  background: rgb(36,3,63);
  background: -moz-linear-gradient(10deg, rgba(62,13,104,1) 0%, rgba(36,3,63,1) 100%);
  background: -webkit-linear-gradient(10deg, rgba(62,13,104,1) 0%, rgba(36,3,63,1) 100%);
  background: linear-gradient(10deg, rgba(62,13,104,1) 0%, rgba(36,3,63,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3e0d68",endColorstr="#24033f",GradientType=1);
  padding:15px 25px;
  border-radius:15px;
  */
  text-align: center;
}
#monCompte #introMonCompte .col12 p {
  line-height: 1.5em;
  text-align: center;
}
#monCompte #introMonCompte .col12 span.username {
  color: #8ef0d8;
}
#monCompte #dashboardMonCompte {
  margin-top: 30px;
}
#monCompte #dashboardMonCompte .col3, #monCompte #dashboardMonCompte .col6 {
  /*
  background: rgb(70,15,110);
  background: -moz-linear-gradient(10deg, rgba(70,15,110,1) 0%, rgba(103,23,162,1) 100%);
  background: -webkit-linear-gradient(10deg, rgba(70,15,110,1) 0%, rgba(103,23,162,1) 100%);
  background: linear-gradient(10deg, rgba(70,15,110,1) 0%, rgba(103,23,162,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#460f6e",endColorstr="#6717a2",GradientType=1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3e0d68",endColorstr="#24033f",GradientType=1);
  */
  background: #170927;
  padding: 15px 15px 8px;
  border-radius: 15px;
  min-height: 98px;
}
#monCompte #dashboardMonCompte .col3.progression p.valeur, #monCompte #dashboardMonCompte .col6.progression p.valeur {
  color: #fff;
}
#monCompte #dashboardMonCompte .col3.progression #barre_progression, #monCompte #dashboardMonCompte .col6.progression #barre_progression {
  background: url(../../images/barre_progression.png) repeat-x left center;
  height: 27px;
  width: 55%;
  top: 0;
  left: 0;
  display: inline-block;
  position: relative;
  margin-right: 15px;
}
#monCompte #dashboardMonCompte .col3.progression #barre_progression #current_pourcentage, #monCompte #dashboardMonCompte .col6.progression #barre_progression #current_pourcentage {
  background: url(../../images/barre_progression_active.png) repeat-x left center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#monCompte #dashboardMonCompte .col3 p, #monCompte #dashboardMonCompte .col6 p {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 14px;
}
#monCompte #dashboardMonCompte .col3 p.valeur, #monCompte #dashboardMonCompte .col6 p.valeur {
  font-size: 37px;
  line-height: 1em;
  font-weight: 700;
  color: #8ef0d8;
  margin: 0 0 10px;
}
#monCompte #dashboardMonCompte .col3 p.valeur sup, #monCompte #dashboardMonCompte .col6 p.valeur sup {
  top: 5px;
  position: relative;
  line-height: 0.5em;
}
#monCompte #dashboardMonCompte .col3 p.valeur .twitch, #monCompte #dashboardMonCompte .col6 p.valeur .twitch {
  background: #fff;
  padding: 0 12px;
  display: inline-block;
  border-radius: 50px;
  margin: 0 0 0 7px;
  transition-duration: 0.3s;
  transition-property: transform;
  transform-origin: center center;
  height: 24px;
  vertical-align: middle;
  line-height: 12px;
}
#monCompte #dashboardMonCompte .col3 p.valeur .twitch:hover, #monCompte #dashboardMonCompte .col6 p.valeur .twitch:hover {
  transform: scale(1.1);
}
#monCompte #dashboardMonCompte .col3 p.valeur .twitch img, #monCompte #dashboardMonCompte .col6 p.valeur .twitch img {
  max-width: 60px;
  height: auto;
}
#monCompte #dashboardMonCompte > .col6 {
  background: none;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-top: 0;
}
#monCompte #dashboardMonCompte > .col6 .col6 {
  margin-left: 0;
  margin-right: 0;
  width: 48%;
  padding-top: 15px;
}
#monCompte #dashboardMonCompte > .col6 .col6.right {
  float: right;
}
#monCompte #dashboardMonCompte .col12 {
  /*
  background: rgb(70,15,110);
  background: -moz-linear-gradient(10deg, rgba(70,15,110,1) 0%, rgba(103,23,162,1) 100%);
  background: -webkit-linear-gradient(10deg, rgba(70,15,110,1) 0%, rgba(103,23,162,1) 100%);
  background: linear-gradient(10deg, rgba(70,15,110,1) 0%, rgba(103,23,162,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#460f6e",endColorstr="#6717a2",GradientType=1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3e0d68",endColorstr="#24033f",GradientType=1);
  */
  background: #170927;
  padding: 15px 15px 8px;
  border-radius: 15px;
  margin: 23px 0 0;
  width: 100%;
}
#monCompte #dashboardMonCompte .col12.progression p.valeur {
  color: #fff;
}
#monCompte #dashboardMonCompte .col12.progression p.valeur.turquoise {
  color: #8ef0d8;
}
#monCompte #dashboardMonCompte .col12.progression #barre_progression {
  background: url(../../images/barre_progression.png) repeat-x left center;
  height: 27px;
  width: 75%;
  top: 0;
  left: 0;
  display: inline-block;
  position: relative;
  margin-right: 15px;
  margin-top: 10px;
}
#monCompte #dashboardMonCompte .col12.progression #barre_progression #current_pourcentage {
  background: url(../../images/barre_progression_active.png) repeat-x left center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#monCompte #dashboardMonCompte .champsUser {
  min-height: 216px;
}
#monCompte #dashboardMonCompte .champsUser .photo_de_profil {
  text-align: center;
  margin-top: -45px;
  margin-bottom: -5px;
}
#monCompte #dashboardMonCompte .champsUser p {
  margin-top: 5px;
}
#monCompte #dashboardMonCompte .champsUser span {
  color: #8ef0d8;
}
#monCompte #dashboardMonCompte .champsUser .border_img {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
}
#monCompte #dashboardMonCompte .champsUser img {
  max-width: 70px;
  height: auto;
}
#monCompte #dashboardMonCompte .classements_bonustiime p.valeur {
  font-size: 22px;
}
#monCompte #dashboardMonCompte .classements_bonustiime p.margintop {
  margin-top: 10px;
}
#monCompte #dashboardMonCompte a.cta {
  padding: 6px 10px 6px;
  font-size: 13px;
  display: inline-block;
  clear: both;
  appearance: none;
  border-radius: 20px;
  overflow: hidden;
  background: #1d0530;
  border-style: none;
  border: 1px solid #8ef0d8;
  color: #fff;
  text-align: center;
  height: 30px;
  line-height: 1.2;
  font-weight: 400;
}
#monCompte #dashboardMonCompte a.cta.marginright {
  margin-right: 10px;
}
#monCompte #dashboardMonCompte a.cta:hover {
  background: #8ef0d8;
  color: #000;
}
#monCompte #dashboardMonCompte a.cta.delete {
  color: #fff;
  margin-top: 15px;
}
#monCompte #dashboardMonCompte a.cta.delete:hover {
  background: #c02020;
  color: #fff;
  font-weight: 400;
  border-color: #c02020;
}
#monCompte #dashboardMonCompte .section-action-container {
  margin: 10px 0 5px 0;
}
#monCompte #dashboardMonCompte .section-action-container .a-twitch {
  background: #fff;
  padding: 0 12px;
  display: inline-block;
  border-radius: 50px;
  margin: 0 0 0 7px;
  transition-duration: 0.3s;
  transition-property: transform;
  transform-origin: center center;
  height: 24px;
  vertical-align: middle;
  line-height: 12px;
}
#monCompte #dashboardMonCompte .section-action-container .a-twitch:hover {
  transform: scale(1.1);
}
#monCompte #dashboardMonCompte .section-action-container .a-twitch div {
  margin-top: 4px;
}
#monCompte #dashboardMonCompte .section-action-container .a-twitch img {
  max-width: 60px;
  height: auto;
  padding: 0;
}
#monCompte #dashboardMonCompte #form_change_visibilite_pseudo {
  margin-bottom: 15px;
}
#monCompte #dashboardMonCompte #form_change_visibilite_pseudo span {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  line-height: 1.4em;
}
#monCompte #dashboardMonCompte #form_change_visibilite_pseudo .onoffswitch {
  position: relative;
  width: 70px;
  margin-top: 7px;
  margin-bottom: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
#monCompte #dashboardMonCompte #form_change_visibilite_pseudo .onoffswitch-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
#monCompte #dashboardMonCompte #form_change_visibilite_pseudo .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #999999;
  border-radius: 20px;
}
#monCompte #dashboardMonCompte #form_change_visibilite_pseudo .onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
#monCompte #dashboardMonCompte #form_change_visibilite_pseudo .onoffswitch-inner:before, #monCompte #dashboardMonCompte #form_change_visibilite_pseudo .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 23px;
  padding: 0;
  line-height: 25px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
#monCompte #dashboardMonCompte #form_change_visibilite_pseudo .onoffswitch-inner:before {
  content: "YES";
  padding-left: 10px;
  background-color: #8ef0d8;
  color: #000;
  font-weight: 400;
}
#monCompte #dashboardMonCompte #form_change_visibilite_pseudo .onoffswitch-inner:after {
  content: "NO";
  padding-right: 10px;
  background-color: #EEEEEE;
  color: #999999;
  text-align: right;
}
#monCompte #dashboardMonCompte #form_change_visibilite_pseudo .onoffswitch-switch {
  display: block;
  width: 17px;
  margin: 5px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 43px;
  border: 2px solid #999999;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}
#monCompte #dashboardMonCompte #form_change_visibilite_pseudo .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
#monCompte #dashboardMonCompte #form_change_visibilite_pseudo .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
#monCompte #dashboardMonCompte #form_change_visibilite_pseudo #bouton_enregistrer_visibilite_pseudo {
  padding: 6px 20px;
  font-size: 14px;
  clear: both;
  appearance: none;
  border-radius: 20px;
  overflow: hidden;
  background: transparent;
  border-style: none;
  border: 1px solid #8ef0d8;
  color: #fff;
  text-align: center;
  height: 30px;
  line-height: 1.2;
  font-weight: 400;
  display: none;
}
#monCompte #dashboardMonCompte #form_change_visibilite_pseudo #bouton_enregistrer_visibilite_pseudo.active {
  display: inline-block;
}
#monCompte #dashboardMonCompte #form_change_visibilite_pseudo #bouton_enregistrer_visibilite_pseudo:hover {
  background: #8ef0d8;
  color: #000;
  font-weight: 700;
}
#monCompte #gestionCompte {
  margin-top: 20px;
  margin-bottom: 0;
}
#monCompte #gestionCompte .col4 {
  background: rgb(39, 41, 53);
  background: -moz-linear-gradient(10deg, rgb(39, 41, 53) 0%, rgb(18, 22, 35) 100%);
  background: -webkit-linear-gradient(10deg, rgb(39, 41, 53) 0%, rgb(18, 22, 35) 100%);
  background: linear-gradient(10deg, rgb(39, 41, 53) 0%, rgb(18, 22, 35) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#272935",endColorstr="#121623",GradientType=1);
  padding: 15px;
  border-radius: 15px;
  min-height: 256px;
  display: none;
  position: relative;
}
#monCompte #gestionCompte .col4.active {
  display: block;
}
#monCompte #gestionCompte .col4 p {
  font-weight: 700;
}
#monCompte #gestionCompte .col4 p.titre {
  font-weight: 700;
  font-size: 24px;
  color: #8ef0d8;
  margin-bottom: 10px;
}
#monCompte #gestionCompte .col4 .current_photo_profil {
  text-align: center;
  margin: 0 auto;
  display: block;
}
#monCompte #gestionCompte .col4 .current_photo_profil .border_img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
}
#monCompte #gestionCompte .col4 .current_photo_profil img {
  max-width: 150px;
  height: auto;
}
#monCompte #gestionCompte .col4 .closeflipcard {
  color: #fff;
  border-radius: 100%;
  border: 2px solid #8ef0d8;
  padding: 0 8px 5px;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 20;
  cursor: pointer;
}
#monCompte #gestionCompte .col4 .closeflipcard:hover {
  background: #8ef0d8;
  color: #000;
}
#monCompte #gestionCompte .col4 .info {
  color: #6c6c6e;
  text-align: center;
  margin: 10px 0 0;
  font-size: 13px;
}
#monCompte #gestionCompte .col4 form .field {
  margin-bottom: 15px;
}
#monCompte #gestionCompte .col4 form .field label {
  font-size: 14px;
  margin-right: 7px;
  margin-bottom: 6px;
  width: 100%;
  display: block;
}
#monCompte #gestionCompte .col4 form .field input[type=password] {
  background: #3a3d47;
  border-radius: 15px;
  border: none;
  height: 25px;
  display: inline-block;
  width: 250px;
  padding: 5px;
  color: #fff;
}
#monCompte #gestionCompte .col4 form .error_msg {
  color: red;
  font-size: 13px;
  margin-top: 5px;
  text-align: center;
}
#monCompte #gestionCompte .col4 form .error_msg.success {
  color: #8ef0d8;
  font-size: 16px;
}
#monCompte #gestionCompte .col4 form .error_msg.active {
  display: block;
}
#monCompte #gestionCompte .col4 form .information {
  text-align: center;
  margin: 15px auto 0;
  display: block;
  float: left;
  width: 100%;
}
#monCompte #gestionCompte .col4 form .information p {
  text-align: center;
}
#monCompte #gestionCompte .col4 form .filepond--drop-label {
  color: #4c4e53;
  cursor: pointer;
}
#monCompte #gestionCompte .col4 form .filepond--label-action {
  text-decoration-color: #babdc0;
}
#monCompte #gestionCompte .col4 form .filepond--panel-root {
  background-color: #edf0f4;
}
#monCompte #gestionCompte .col4 form .filepond--root {
  width: 170px;
  margin: 0 auto;
}
#monCompte #gestionCompte .col4 form #bouton_enregistrer_mdp, #monCompte #gestionCompte .col4 form #bouton_enregistrer_photo, #monCompte #gestionCompte .col4 form #bouton_enregistrer_visibilite_pseudo {
  padding: 6px 20px;
  font-size: 14px;
  display: inline-block;
  clear: both;
  appearance: none;
  border-radius: 20px;
  overflow: hidden;
  background: transparent;
  border-style: none;
  border: 1px solid #8ef0d8;
  color: #fff;
  text-align: center;
  height: 30px;
  line-height: 1.2;
  font-weight: 400;
}
#monCompte #gestionCompte .col4 form #bouton_enregistrer_mdp:hover, #monCompte #gestionCompte .col4 form #bouton_enregistrer_photo:hover, #monCompte #gestionCompte .col4 form #bouton_enregistrer_visibilite_pseudo:hover {
  background: #8ef0d8;
  color: #000;
  font-weight: 700;
}

#wrapperPubMonCompte {
  margin-top: 50px;
  margin-bottom: 50px;
}
#wrapperPubMonCompte #tournamentPub {
  margin-top: 0;
}
#wrapperPubMonCompte .wrapper {
  width: 100%;
}

/* MOBILE */
@media screen and (max-width: 768px) {
  #monCompte #dashboardMonCompte .col3, #monCompte #dashboardMonCompte .col6 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
    min-height: auto !important;
  }
  #monCompte #dashboardMonCompte > .col6 {
    padding-left: 0;
    padding-right: 0;
  }
  #monCompte #dashboardMonCompte > .col6 .col6 {
    width: 100%;
    margin-bottom: 15px;
  }
  #monCompte #dashboardMonCompte .col12.progression {
    margin-top: 0;
  }
  #monCompte #dashboardMonCompte .col12.progression #barre_progression {
    width: 60%;
  }
  #monCompte #gestionCompte .col3, #monCompte #gestionCompte .col9 {
    width: 100%;
    margin-bottom: 15px;
    min-height: 100px;
  }
  #monCompte #gestionCompte .col3 form .field, #monCompte #gestionCompte .col9 form .field {
    width: 100%;
  }
  #monCompte #gestionCompte .col3 form .field.half, #monCompte #gestionCompte .col9 form .field.half {
    width: 100%;
  }
  #monCompte #gestionCompte .col3 form .field label, #monCompte #gestionCompte .col9 form .field label {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
  }
  #monCompte #gestionCompte .col3 form .field input[type=password], #monCompte #gestionCompte .col9 form .field input[type=password] {
    width: 100%;
    height: 35px;
  }
  #monCompte #gestionCompte .col4 {
    width: 100%;
  }
}
#unsubscribePage {
  color: #fff;
}
#unsubscribePage .success {
  color: green;
  font-size: 1.5em;
}
#unsubscribePage input {
  padding: 5px 20px 4px;
  font-size: 14px;
  display: inline-block;
  clear: both;
  appearance: none;
  border-radius: 20px;
  overflow: hidden;
  background: transparent;
  border-style: none;
  border: 1px solid #8ef0d8;
  color: #fff;
  text-align: center;
  height: 30px;
  line-height: 1.2;
  font-weight: 700;
  cursor: pointer;
}
#unsubscribePage input:hover {
  background: #8ef0d8;
  color: #000;
  font-weight: 700;
}

#signup_page .col6 > img {
  max-width: 100%;
  height: auto;
}
#signup_page h1 {
  font-family: "Work Sans", sans-serif;
  font-size: 36px;
  font-weight: 800;
  text-transform: none;
  color: #fff;
  text-align: left;
  position: relative;
  margin-bottom: 40px;
}
#signup_page h1:before {
  content: "";
  width: 130px;
  height: 2px;
  background: #3cffd9;
  bottom: -15px;
  left: 0;
  position: absolute;
}
#signup_page h1 span {
  color: #8ef0d8;
}
#signup_page h2 {
  font-size: 20px;
  font-weight: 400;
}
#signup_page .welcome img {
  width: 70px;
  height: auto;
}
#signup_page p.sous_titre {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
}
#signup_page .successMessage {
  display: none;
}
#signup_page .successMessage p {
  color: #fff;
  font-size: 19px;
}
#signup_page .successMessage p.titre {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 15px;
}
#signup_page .successMessage p.titre img {
  width: 45px;
  margin-right: 15px;
  position: relative;
  top: 10px;
}
#signup_page.registered .choice {
  display: none;
}
#signup_page.registered .welcome {
  display: none;
}
#signup_page.registered .successMessage {
  display: block;
  margin-top: 300px;
}
#signup_page.registered #formSignup .fields {
  display: none;
}
#signup_page form {
  /* #signupButton, #signinButton{
  	display: none;
  } */
}
#signup_page form#formSignup .fields {
  margin-top: 30px;
}
#signup_page form#formSignup button {
  margin-top: 0;
  color: white;
  display: block;
  text-align: center;
  height: 40px;
  font-size: 17px;
  text-transform: none;
  border-radius: 30px;
  line-height: 1.2;
  cursor: pointer;
  outline: none;
}
#signup_page form#formSignup button[data-form=signup] {
  padding: 6px 25px;
  font-size: 17px;
  height: 42px;
  display: inline-block;
  clear: both;
  appearance: none;
  border-radius: 20px;
  overflow: hidden;
  background: #8ef0d8;
  border-style: none;
  border: 1px solid #8ef0d8;
  margin-top: 15px;
  color: #000;
  font-weight: 700;
  transition: transform 0.2s;
}
#signup_page form#formSignup button[data-form=signup]:hover {
  transform: scale(1.1);
}
#signup_page form#formSignup .onoffswitch {
  position: relative;
  width: 75px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin: 0 0 0 15px;
  display: inline-block;
  top: 20px;
}
#signup_page form#formSignup .onoffswitch-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
#signup_page form#formSignup .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 20px;
}
#signup_page form#formSignup .onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
#signup_page form#formSignup .onoffswitch-inner:before, #signup_page form#formSignup .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 28px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
#signup_page form#formSignup .onoffswitch-inner:before {
  content: "Yes";
  padding-left: 10px;
  background-color: #460f6e;
  color: #fff;
  text-align: left;
}
#signup_page form#formSignup .onoffswitch-inner:after {
  content: "No";
  padding-right: 10px;
  background-color: #160926;
  color: #fff;
  text-align: right;
}
#signup_page form#formSignup .onoffswitch-switch {
  display: block;
  width: 14px;
  height: 14px;
  margin: 8px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 42px;
  border: none;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}
#signup_page form#formSignup .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
#signup_page form#formSignup .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
#signup_page form#formSignup p.choice {
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
}
#signup_page form#formSignup p.choice a {
  color: #8ef0d8;
  text-decoration: underline;
  font-size: 14px;
  margin-left: 8px;
}
#signup_page form#formSignup p.choice a:hover {
  text-decoration: none;
}
#signup_page form .field.error input {
  box-shadow: 0 5px 5px 0 rgba(255, 0, 0, 0.5);
}
#signup_page form .field.center {
  text-align: center;
}
#signup_page form .field + .field {
  margin-top: 20px;
}
#signup_page form .field .error {
  color: red;
  display: block;
  margin-top: 10px;
}
#signup_page form .error_msg {
  color: red;
  text-align: center;
  padding: 5px 0;
}
#signup_page form .error_msg:not(.active) {
  display: none;
}
#signup_page form .error_msg + .field {
  margin-top: 20px;
}
#signup_page form label {
  display: none;
  color: white;
  margin-bottom: 5px;
}
#signup_page form label.forceshow {
  display: inline-block;
}
#signup_page form label.forceshow a {
  color: #fff;
  text-decoration: underline;
}
#signup_page form label.forceshow a:hover {
  color: #ffa532;
}
#signup_page form .field {
  position: relative;
}
#signup_page form .field .picto_email {
  background: no-repeat center center url(../../images/ico-email.svg);
  position: absolute;
  top: 14px;
  left: 12px;
  z-index: 5;
  width: 13px;
  height: 13px;
}
#signup_page form .field .picto_password {
  background: no-repeat center center url(../../images/ico-password.svg);
  position: absolute;
  top: 14px;
  left: 12px;
  z-index: 5;
  width: 13px;
  height: 13px;
}
#signup_page form .field .picto_password_verification {
  background: no-repeat center center url(../../images/ico-password.svg);
  position: absolute;
  top: 14px;
  left: 12px;
  z-index: 5;
  width: 13px;
  height: 13px;
}
#signup_page form .field .picto_speudo {
  background: no-repeat center center url(../../images/ico-username.svg);
  position: absolute;
  top: 14px;
  left: 12px;
  z-index: 5;
  width: 13px;
  height: 13px;
}
#signup_page form .field .picto_mobile {
  background: no-repeat center center url(../../images/ico-mobile.svg);
  position: absolute;
  top: 14px;
  left: 12px;
  z-index: 5;
  width: 13px;
  height: 16px;
}
#signup_page form input[type=text], #signup_page form input[type=password], #signup_page form input[type=email] {
  height: 40px;
  width: 80%;
  border-radius: 30px;
  border: 0;
  background: #fefefe;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  padding: 6px 5px 0px 35px;
  font-size: 16px;
  color: #fff;
}
#signup_page form input[type=text]:focus, #signup_page form input[type=password]:focus, #signup_page form input[type=email]:focus {
  outline: none;
}
#signup_page form ::placeholder {
  color: #d6d6d6;
  font-size: 17px;
}
#signup_page form input:-webkit-autofill, #signup_page form input:-webkit-autofill:focus {
  background: red !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: -1 0 0px 1000px #160926 inset;
  transition: background-color 5000s ease-in-out 0s;
  border: none;
}
#signup_page form input[name=email] {
  background: #160926;
}
#signup_page form input[name=user_login] {
  background: #160926;
}
#signup_page form input[name=password], #signup_page form input[name=passwordVerification] {
  background: #160926;
}
#signup_page form input[name=mobile] {
  background: #160926;
}
#signup_page form input[name=speudo] {
  background: #160926;
}
#signup_page form #loader_signup {
  display: none;
}
#signup_page form #loader_signup p {
  color: #8ef0d8;
  clear: both;
  font-size: 22px;
  margin-bottom: 10px;
  display: none;
}
#signup_page form #loader_signup .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  float: left;
}
#signup_page form #loader_signup .spinner {
  width: 90px;
  height: 90px;
  position: absolute;
  transition: transform 250ms ease;
  animation: rotator 1.4s linear infinite;
}
#signup_page form #loader_signup .spinner circle {
  stroke-dasharray: 180;
  stroke-dashoffset: 0;
  stroke-width: 2;
  transform-origin: center;
  stroke: #F08108;
  animation: dash 1.4s ease-in-out infinite, colors 1.4s linear infinite;
}
#signup_page form #loader_signup .icon {
  position: relative;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#signup_page form #loader_signup .icon svg {
  transition: transform 300ms ease;
  height: 50px;
}
@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(260deg);
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 180;
  }
  50% {
    stroke-dashoffset: 45;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 180;
    transform: rotate(450deg);
  }
}
@keyframes colors {
  0% {
    stroke: #8ef0d8;
  }
  50% {
    stroke: #8ef0d8;
  }
  100% {
    stroke: #8ef0d8;
  }
}
#signup_page form #loader_signup.active {
  display: block;
  clear: both;
  width: 100%;
  float: left;
  padding-left: 125px;
}
#signup_page form #signinButton {
  display: none;
}
#signup_page form .response {
  color: white;
}
#signup_page form .response.hide {
  display: none;
}
#signup_page form .iti.iti--allow-dropdown {
  width: 100%;
}
#signup_page form .iti.iti--allow-dropdown .iti__flag-container {
  left: 30px;
}
#signup_page form .iti.iti--allow-dropdown .iti__flag-container .iti__selected-flag {
  background: transparent;
  color: #fff;
}
#signup_page form .iti.iti--allow-dropdown .iti__flag-container .iti__selected-flag .iti__arrow {
  border-top: 4px solid #fff;
}
#signup_page form .iti.iti--allow-dropdown input#signupMobile {
  padding-left: 120px !important;
}

/* TABLETTE */
/* MOBILE */
@media screen and (max-width: 540px) {
  #signup_page > .row {
    display: table;
  }
  #signup_page > .row .col6.second {
    display: table-footer-group;
    float: none;
  }
  #signup_page > .row .col6.first {
    display: table-footer-group;
    float: none;
  }
  #signup_page .col6 {
    width: 100%;
    margin: 0 0 20px;
  }
  #signup_page h1 {
    font-size: 28px;
  }
  #signup_page form input[type=text],
  #signup_page form input[type=password],
  #signup_page form input[type=email] {
    width: 100%;
  }
  #signup_page.registered .successMessage {
    margin-top: 40px;
  }
}
#introGiveaways {
  color: #fff;
  text-align: center;
}

#all_giveaways {
  margin-top: 0;
  /* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
}
#all_giveaways h2 {
  font-family: "Work Sans", sans-serif;
  font-size: 24px;
  font-weight: 800;
  text-transform: none;
  color: #fff;
  text-align: left;
  position: relative;
  margin-bottom: 40px;
}
#all_giveaways h2:before {
  content: "";
  width: 80px;
  height: 2px;
  background: #3cffd9;
  bottom: -15px;
  left: 0;
  position: absolute;
}
#all_giveaways > .row > .col12 > h2 {
  margin-top: 40px;
}
#all_giveaways .giveaway {
  color: #fff;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  transform: scale(1);
  transition: transform 0.2s;
}
#all_giveaways .giveaway:hover {
  transform: scale(1.1);
}
#all_giveaways .giveaway .giveaway_top {
  border-radius: 15px;
  padding: 180px 0 0;
  float: left;
  width: 100%;
  background: #052f27;
  position: relative;
  z-index: 2;
  min-height: 350px;
}
#all_giveaways .giveaway .giveaway_top .bg_mobile {
  display: none;
}
#all_giveaways .giveaway .giveaway_top .col3 {
  width: 29%;
}
#all_giveaways .giveaway .giveaway_top .col3.boutons {
  width: 17%;
}
#all_giveaways .giveaway .giveaway_top .col6 {
  width: 45%;
}
#all_giveaways .giveaway .giveaway_top .temps_restant {
  text-align: center;
}
#all_giveaways .giveaway .giveaway_top .temps_restant > p {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
  text-transform: uppercase;
}
#all_giveaways .giveaway .giveaway_top .temps_restant ul.clockcountdown {
  list-style: none;
  margin: 25px 0 0;
  padding: 0;
  display: block;
  text-align: center;
  display: block !important;
}
#all_giveaways .giveaway .giveaway_top .temps_restant ul.clockcountdown li {
  display: inline-block;
  background: #fff;
  color: #000;
  border-radius: 5px;
  padding: 4px;
  min-width: 50px;
}
#all_giveaways .giveaway .giveaway_top .temps_restant ul.clockcountdown li.seperator {
  font-size: 40px;
  line-height: 40px;
  vertical-align: top;
  background: none;
  color: #fff;
  min-width: 0;
  padding: 0;
  margin: 0 2px 0;
}
#all_giveaways .giveaway .giveaway_top .temps_restant ul.clockcountdown li span {
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
}
#all_giveaways .giveaway .giveaway_top .temps_restant ul.clockcountdown li p {
  color: #000;
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}
#all_giveaways .giveaway .giveaway_top .boutons {
  margin-top: 30px;
  position: relative;
  right: 0;
  text-align: center;
}
#all_giveaways .giveaway .giveaway_top .boutons .viewdetail {
  border: 2px solid #8ef0d8;
  padding: 0 !important;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  font-size: 1.375rem !important;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
}
#all_giveaways .giveaway .giveaway_top .boutons .viewdetail:after {
  background: #261240;
}
#all_giveaways .giveaway .giveaway_top .boutons .viewdetail:before {
  content: "+";
  font-size: 1.375rem !important;
  color: #fff;
  position: relative;
  top: 1px;
}
#all_giveaways .giveaway .giveaway_top .boutons .viewdetail:hover {
  background: #8ef0d8;
}
#all_giveaways .giveaway .giveaway_top .boutons .viewdetail:hover:before {
  color: #000;
}
#all_giveaways .giveaway .giveaway_top .boutons .buttonparticipe {
  border-radius: 50px !important;
  font-size: 0.875rem;
  text-align: center;
  font-weight: 400;
  text-transform: none;
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 0.3125rem 0.625rem;
  background: transparent;
  border: 2px solid #ffa532;
  padding: 5px 20px 7px;
  font-size: 16px;
  font-weight: bold;
}
#all_giveaways .giveaway .giveaway_top .boutons .buttonparticipe:hover {
  background: #ffa532;
  color: #000;
  font-weight: 700;
}
#all_giveaways .giveaway .giveaway_bottom {
  float: left;
  width: 100%;
  background: #2c2247;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 40px 25px 25px;
  position: relative;
  z-index: 1;
  margin-top: -25px;
  display: none;
}
#all_giveaways .giveaway.expired:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
  border-radius: 15px;
}
#all_giveaways .giveaway.expired .boutons {
  display: none;
}
#all_giveaways .giveaway.expired .buttonviewresult {
  position: absolute;
  top: 80%;
  transform: translate(-50%);
  right: auto;
  left: 50%;
  z-index: 25;
  border-radius: 50px !important;
  font-size: 0.875rem;
  text-align: center;
  font-weight: 400;
  text-transform: none;
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 0.3125rem 0.625rem;
  background: transparent;
  border: 2px solid #8ef0d8;
  font-weight: 700;
  padding: 5px 20px 7px;
  font-size: 16px;
  font-weight: bold;
}
#all_giveaways .giveaway.expired .buttonviewresult:hover {
  background: #8ef0d8;
  color: #000;
  font-weight: 700;
}
#all_giveaways .giveaway.active .giveaway_top {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#all_giveaways .giveaway.active .giveaway_top .boutons .viewdetail:before {
  content: "-";
}
#all_giveaways .giveaway.active .giveaway_bottom {
  display: block;
}
#all_giveaways .giveaway.active .giveaway_bottom h3 {
  color: #8ef0d8;
  margin: 10px 0 0 0;
  text-transform: uppercase;
}
#all_giveaways .giveaway.active .giveaway_bottom p {
  color: #fff;
  margin: 7px 0 8px 0;
  line-height: 1.4em;
}
#all_giveaways .flip-card {
  border-radius: 15px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
  transform: scale(1);
  transition: transform 0.2s;
  overflow: hidden;
  /* This container is needed to position the front and back side */
}
#all_giveaways .flip-card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  border-radius: 15px;
  /* Position the front and back side */
  /* Style the front side (fallback if image is missing) */
  /* Style the back side */
}
#all_giveaways .flip-card .flip-card-inner .flip-card-front, #all_giveaways .flip-card .flip-card-inner .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}
#all_giveaways .flip-card .flip-card-inner .flip-card-front {
  color: black;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
  overflow: hidden;
}
#all_giveaways .flip-card .flip-card-inner .flip-card-front img {
  max-width: 100%;
  height: auto;
}
#all_giveaways .flip-card .flip-card-inner .flip-card-front .boutons {
  position: absolute;
  bottom: 30px;
  text-align: center;
  left: 0;
  right: 0;
  z-index: 5;
  margin: 0;
}
#all_giveaways .flip-card .flip-card-inner .flip-card-front a {
  display: inline-block;
}
#all_giveaways .flip-card .flip-card-inner .flip-card-front a.more_info {
  color: #fff;
  border-radius: 100%;
  border: 2px solid #8ef0d8;
  padding: 4px 10px;
  margin-right: 9px;
  position: relative;
  top: 1px;
  font-size: 17px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
#all_giveaways .flip-card .flip-card-inner .flip-card-front a.more_info:hover {
  background: #8ef0d8;
  color: #000;
}
#all_giveaways .flip-card .flip-card-inner .flip-card-front a.enjoy_bonus {
  border-radius: 50px !important;
  font-size: 0.875rem;
  text-align: center;
  font-weight: 400;
  text-transform: none;
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 0.3125rem 0.625rem;
  background: transparent;
  border: 2px solid #ffa532;
  font-weight: 700;
}
#all_giveaways .flip-card .flip-card-inner .flip-card-front a.enjoy_bonus:hover {
  background: #ffa532;
  color: #000;
  font-weight: 700;
}
#all_giveaways .flip-card .flip-card-inner .flip-card-back {
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  transform: rotateY(180deg);
  padding-top: 15px;
  padding-right: 15px;
  border-radius: 15px;
  overflow: hidden;
  z-index: 50;
}
#all_giveaways .flip-card .flip-card-inner .flip-card-back:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 15px;
}
#all_giveaways .flip-card .flip-card-inner .flip-card-back h3 {
  color: #8ef0d8;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  display: block;
  position: relative;
  padding-left: 20px;
  text-align: left;
}
#all_giveaways .flip-card .flip-card-inner .flip-card-back .closeflipcard {
  color: #fff;
  border-radius: 100%;
  border: 2px solid #8ef0d8;
  padding: 0 8px 5px;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 20;
  cursor: pointer;
}
#all_giveaways .flip-card .flip-card-inner .flip-card-back .closeflipcard:hover {
  background: #8ef0d8;
  color: #000;
}
#all_giveaways .flip-card .flip-card-inner .flip-card-back .bouton_bonus {
  border-radius: 50px !important;
  font-size: 0.875rem;
  text-align: center;
  font-weight: 400;
  text-transform: none;
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 0.3125rem 0.625rem;
  background: transparent;
  border: 2px solid #ffa532;
  position: absolute;
  bottom: 13px;
  left: 45%;
  width: auto;
  transform: translateX(-40%);
  font-weight: 700;
}
#all_giveaways .flip-card .flip-card-inner .flip-card-back .bouton_bonus:hover {
  background: #ffa532;
  color: #000;
  font-weight: 700;
}
#all_giveaways .flip-card .flip-card-inner .flip-card-back p {
  margin: 3px 0 7px;
  z-index: 10;
  position: relative;
  font-size: 16px;
  line-height: 23px;
  padding-left: 20px;
  text-align: left;
}
#all_giveaways .flip-card .flip-card-inner .flip-card-back p strong {
  font-weight: 900;
}
#all_giveaways .flip-card .flip-card-inner .flip-card-back ul {
  position: relative;
  margin-bottom: 13px;
  display: block;
  clear: both;
  padding-left: 20px;
}
#all_giveaways .flip-card .flip-card-inner .flip-card-back ul li {
  color: #fff;
  margin-bottom: 3px;
  font-size: 15px;
  text-align: left;
}
#all_giveaways .flip-card .flip-card-inner .flip-card-back ul li strong {
  font-weight: 900;
}
#all_giveaways .flip-card.flip_active {
  transform: scale(1.1);
}
#all_giveaways .flip-card.flip_active .flip-card-inner {
  transform: rotateY(180deg);
}
#all_giveaways .flip-card.flip_active .boutons {
  display: none;
}
#all_giveaways .flip-card.flip_active .flip-card-front {
  pointer-events: none;
}
#all_giveaways .flip-card:hover {
  transform: scale(1.1);
}

#contenu_principal {
  margin-top: 40px;
}
#contenu_principal h2 {
  color: #8ef0d8;
  margin: 25px 0 0 0;
}
#contenu_principal p {
  color: #fff;
  margin: 7px 0 15px 0;
  line-height: 1.6em;
}

/* MOBILE */
@media screen and (max-width: 768px) {
  #introGiveaways h1 {
    font-size: 24px;
  }
  #all_giveaways .giveaway {
    width: 100%;
    margin-bottom: 25px;
  }
  #all_giveaways .giveaway .giveaway_top {
    background: none !important;
    position: relative;
    padding-bottom: 0;
  }
  #all_giveaways .giveaway .giveaway_top .bg_mobile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 15px;
    background: #052f27;
  }
  #all_giveaways .giveaway .giveaway_top .col3, #all_giveaways .giveaway .giveaway_top .col6 {
    width: 100%;
    margin: 0 0 10px 0;
  }
  #all_giveaways .giveaway .giveaway_top .col3.empty {
    height: 125px;
  }
  #all_giveaways .giveaway .giveaway_top .temps_restant p {
    font-size: 18px;
  }
  #all_giveaways .giveaway .giveaway_top .temps_restant ul.clockcountdown li {
    min-width: 45px;
    padding: 5px;
  }
  #all_giveaways .giveaway .giveaway_top .temps_restant ul.clockcountdown li.seperator {
    font-size: 40px;
    margin: 0 2px;
  }
  #all_giveaways .giveaway .giveaway_top .temps_restant ul.clockcountdown li p {
    font-size: 11px;
  }
  #all_giveaways .giveaway .giveaway_top .temps_restant ul.clockcountdown li span {
    font-size: 18px;
    line-height: 22px;
  }
  #all_giveaways .giveaway .giveaway_top .col3.boutons {
    width: 100%;
    position: static;
    text-align: center;
    margin-top: 25px;
  }
  #all_giveaways .giveaway .giveaway_bottom {
    padding: 40px 25px 25px;
  }
  #all_giveaways .giveaway .giveaway_bottom .col3 {
    width: 100%;
  }
  #all_giveaways .giveaway.expired .buttonviewresult {
    position: relative;
    left: 50%;
  }
  #all_giveaways .giveaway:hover {
    transform: scale(1);
  }
  #all_giveaways .giveaway.active .bg_mobile {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
#tournaments_home {
  margin: 40px 0 60px;
}
#tournaments_home #intro_tournaments_home {
  text-align: center;
  margin-bottom: 20px;
}
#tournaments_home #intro_tournaments_home h2 {
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 24px;
  color: #fff;
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}
#tournaments_home #intro_tournaments_home h2 span {
  color: #00fe82;
}
#tournaments_home #intro_tournaments_home p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin: 0 0 20px;
}
#tournaments_home #pub_tournaments_home {
  position: relative;
}
#tournaments_home #pub_tournaments_home .col8 {
  margin-right: 0;
  width: 63.5%;
  position: relative;
  height: 220px;
  overflow: hidden;
}
#tournaments_home #pub_tournaments_home .col8 img {
  max-width: 100%;
  height: auto;
}
#tournaments_home #pub_tournaments_home .col8 > a {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#tournaments_home #pub_tournaments_home .col8 > a:hover {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#tournaments_home #pub_tournaments_home .col4 {
  background: #00fe82;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 5px 5% 15px 5%;
  margin-left: 0;
  height: 100%;
  position: absolute;
  right: 0;
  width: 33.5%;
  text-align: center;
}
#tournaments_home #pub_tournaments_home .col4 p {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.7em;
  font-size: 20px;
}
#tournaments_home #pub_tournaments_home .col4 p a {
  color: #000;
  background: #fff;
  border-radius: 5px;
  padding: 1px 15px;
  font-size: 15px;
  position: relative;
  overflow: hidden;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#tournaments_home #pub_tournaments_home .col4 p a:hover {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  font-weight: 700;
}

#carousel_tournaments_home {
  min-height: 300px;
  padding: 25px;
  border-radius: 10px;
  background-color: #150628;
  color: #fff;
}
#carousel_tournaments_home .carousel {
  height: 320px;
  margin-top: 0;
}
#carousel_tournaments_home .carousel .carousel-item {
  width: 250px;
  height: 250px;
  opacity: 0.5 !important;
}
#carousel_tournaments_home .carousel .carousel-item.active {
  opacity: 1 !important;
}
#carousel_tournaments_home .carousel .carousel-item.active img {
  border-radius: 15px;
}
#carousel_tournaments_home .carousel .carousel-item img {
  border-radius: 30px;
}
#carousel_tournaments_home .carousel .indicators {
  bottom: -15px;
}
#carousel_tournaments_home .carousel .indicators .indicator-item.active {
  background: #8ef0d8;
}
#carousel_tournaments_home .infos_tournaments_home {
  margin-top: 50px;
  padding-left: 25px;
}
#carousel_tournaments_home .infos_tournaments_home .infos_tournament_home {
  display: none;
}
#carousel_tournaments_home .infos_tournaments_home .infos_tournament_home.active {
  display: block;
}
#carousel_tournaments_home .infos_tournaments_home .infos_tournament_home p {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 30px;
}
#carousel_tournaments_home .infos_tournaments_home .infos_tournament_home p.titre_tournament_home {
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 25px;
  color: #fff;
  position: relative;
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  position: relative;
  line-height: 1.4em;
}
#carousel_tournaments_home .infos_tournaments_home .infos_tournament_home p.titre_tournament_home:before {
  content: "";
  width: 130px;
  height: 2px;
  background: #8ef0d8;
  bottom: -11px;
  left: 0;
  position: absolute;
}
#carousel_tournaments_home .infos_tournaments_home .infos_tournament_home p a {
  border: 2px solid #8ef0d8;
  border-radius: 50px;
  padding: 0;
  color: #fff;
  padding: 4px 25px;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
}
#carousel_tournaments_home .infos_tournaments_home .infos_tournament_home p a:hover {
  background: #8ef0d8;
  color: #000;
}

/* TABLETTE */
/* MOBILE */
@media screen and (max-width: 540px) {
  #carousel_tournaments_home > div.col6 {
    width: 100%;
    margin: 0 0 15px 0;
  }
  #carousel_tournaments_home .infos_tournaments_home {
    padding: 0 25px;
    margin-bottom: 0;
  }
  #carousel_tournaments_home .carousel .carousel-item {
    width: 220px;
    height: 220px;
  }
}
#section_tutorials {
  margin: 40px 0 40px;
}
#section_tutorials #intro_tutorials {
  text-align: center;
  margin-bottom: 20px;
}
#section_tutorials #intro_tutorials h2 {
  text-transform: none;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 24px;
  color: #fff;
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}
#section_tutorials #intro_tutorials p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin: 0 0 20px;
}

#tutorials div.col12 > div {
  overflow: hidden;
}
#tutorials div.col12 > div.col4 {
  margin-bottom: 1.9%;
}
#tutorials div.col12 > div > a {
  padding-bottom: 64%;
  position: relative;
  display: block;
  border-radius: 15px;
  overflow: hidden;
}
#tutorials div.col12 > div > a .bg_tutorial {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#tutorials div.col12 > div > a .contenu_texte_tutorial {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 15px 10px;
  background: rgb(13, 1, 27);
  background: linear-gradient(0deg, rgb(13, 1, 27) 16%, rgba(13, 1, 27, 0) 100%);
}
#tutorials div.col12 > div > a .contenu_texte_tutorial p {
  color: #fff;
  margin: 0 0 5px;
  font-size: 15px;
  line-height: 1.3em;
  width: 85%;
}
#tutorials div.col12 > div > a .contenu_texte_tutorial p strong {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.8em;
}
#tutorials div.col12 > div > a:hover .bg_tutorial {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

/* TABLETTE */
@media screen and (max-width: 768px) {
  #carousel_tutorials .owl-nav .owl-prev {
    left: -7%;
  }
  #carousel_tutorials .owl-nav .owl-next {
    right: -7%;
  }
}
/* MOBILE */
@media screen and (max-width: 540px) {
  #carousel_tutorials .owl-carousel {
    width: 90%;
    margin: 0 auto;
  }
  #carousel_tutorials .owl-carousel .owl-nav .owl-prev {
    left: -13%;
    width: 20px;
    height: 20px;
  }
  #carousel_tutorials .owl-carousel .owl-nav .owl-next {
    right: -13%;
    width: 20px;
    height: 20px;
  }
}
#hot_news {
  margin: 40px 0 60px;
}
#hot_news #intro_hot_news {
  text-align: center;
  margin-bottom: 20px;
}
#hot_news #intro_hot_news h2 {
  text-transform: none;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 24px;
  color: #fff;
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}
#hot_news #intro_hot_news p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin: 0 0 20px;
}

#carousel_hot_news .owl-carousel .owl-item {
  /*
  &:before{
  	content:'';
  	position:absolute;
  	top:0;
  	left:0;
  	bottom:0;
  	right:0;
  	z-index: 10;
  	background:rgba(0,0,0,.8);
  }

  &:hover{
  	&:before{
  		display: none;
  	}
  }

  &.center{
  	&:before{
  		display: none;
  	}
  }
  */
  overflow: hidden;
  border-radius: 10px;
}
#carousel_hot_news .owl-carousel .owl-item > a {
  padding-bottom: 64%;
  position: relative;
  display: block;
}
#carousel_hot_news .owl-carousel .owl-item > a .bg_hot_news {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#carousel_hot_news .owl-carousel .owl-item > a .contenu_texte_hot_news {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 15px 10px;
  background: rgb(13, 1, 27);
  background: linear-gradient(0deg, rgb(13, 1, 27) 16%, rgba(13, 1, 27, 0) 100%);
}
#carousel_hot_news .owl-carousel .owl-item > a .contenu_texte_hot_news p {
  color: #fff;
  margin: 0 0 5px;
}
#carousel_hot_news .owl-carousel .owl-item > a:hover .bg_hot_news {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#carousel_hot_news .owl-nav {
  position: absolute;
  top: 40%;
  margin: 0;
  left: 0;
  right: 0;
}
#carousel_hot_news .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
  background: url(../../images/arrow-left.svg) no-repeat center center;
  width: 30px;
  height: 30px;
  transition-duration: 0.3s;
  transition-property: transform;
  transform-origin: center center;
}
#carousel_hot_news .owl-nav .owl-prev span {
  display: none;
}
#carousel_hot_news .owl-nav .owl-prev:hover {
  transform: scale(1.2);
}
#carousel_hot_news .owl-nav .owl-next {
  position: absolute;
  left: auto;
  right: -50px;
  background: url(../../images/arrow-right.svg) no-repeat center center;
  width: 30px;
  height: 30px;
  transition-duration: 0.3s;
  transition-property: transform;
  transform-origin: center center;
}
#carousel_hot_news .owl-nav .owl-next span {
  display: none;
}
#carousel_hot_news .owl-nav .owl-next:hover {
  transform: scale(1.2);
}
#carousel_hot_news .owl-nav span {
  color: #fff;
  font-size: 36px;
}
#carousel_hot_news .owl-dots {
  margin-top: 10px;
}
#carousel_hot_news .owl-dots .owl-dot span {
  background: #fff;
}
#carousel_hot_news .owl-dots .owl-dot.active span {
  background: #8ef0d8;
}

/* TABLETTE */
@media screen and (max-width: 768px) {
  #carousel_hot_news .owl-nav .owl-prev {
    left: -7%;
  }
  #carousel_hot_news .owl-nav .owl-next {
    right: -7%;
  }
}
/* MOBILE */
@media screen and (max-width: 540px) {
  #carousel_hot_news .owl-carousel {
    width: 90%;
    margin: 0 auto;
  }
  #carousel_hot_news .owl-carousel .owl-nav .owl-prev {
    left: -13%;
    width: 20px;
    height: 20px;
  }
  #carousel_hot_news .owl-carousel .owl-nav .owl-next {
    right: -13%;
    width: 20px;
    height: 20px;
  }
}
@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  60% {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}
#introSlots, #titleSlots {
  color: #fff;
  padding-top: 60px;
}
#introSlots p, #titleSlots p {
  color: #063239;
  text-align: left;
  font-size: 16px;
  line-height: 23px;
}
#introSlots p a, #titleSlots p a {
  color: #5e5ddc;
}

#introSlots {
  margin-bottom: 40px;
}
#introSlots p:first-of-type {
  margin-top: 0;
}

#titleSlots.single h1 {
  text-align: center;
  margin-bottom: 32px;
  font-size: 28px;
}
#titleSlots.single h1:before {
  display: none;
}

#filtresTopSlots {
  margin-top: 20px;
}
#filtresTopSlots .col4 {
  margin-bottom: 0;
  border: 2px solid transparent;
}
#filtresTopSlots .col4.active {
  border: 2px solid #8ef0d8;
  border-radius: 10px;
}
#filtresTopSlots .col4.active .bg_filtre_slot > div:before {
  display: none;
}
#filtresTopSlots .col4 .bg_filtre_slot {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  border: none;
}
#filtresTopSlots .col4 .bg_filtre_slot > div {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 0;
  padding-bottom: 40%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#filtresTopSlots .col4 .bg_filtre_slot > div:before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
#filtresTopSlots .col4 .bg_filtre_slot > span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  color: #fff;
  font-weight: 700;
  font-size: 22px;
}
#filtresTopSlots .col4 .bg_filtre_slot:hover > div {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

#searchSlots {
  margin-top: 20px;
  margin-bottom: 40px;
  height: 70px;
}
#searchSlots > .row > .col12 {
  display: block;
  margin-top: 0.625rem;
  margin-bottom: 0;
  outline: none;
  float: left;
  border-radius: 35px;
  padding: 17px 15px 3px 25px;
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(165, 165, 165, 0.16);
  margin-bottom: 40px;
}
#searchSlots h2 {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}
#searchSlots h2:not(:first-child) {
  margin-top: 50px;
}
#searchSlots h2:before {
  content: "";
  width: 80px;
  height: 2px;
  background: #3cffd9;
  bottom: -12px;
  left: 0;
  position: absolute;
}
#searchSlots h2 span {
  margin-right: 50px;
}
#searchSlots #wrapper_select_filtre_home_bonus_casino_v2 {
  margin-bottom: 0;
  margin-right: 20px;
  list-style-type: none;
  float: left;
  background: #fff;
}
#searchSlots #wrapper_select_filtre_home_bonus_casino_v2 li {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
  padding: 6px 14px;
  border-radius: 55px;
  color: #063239;
  font-weight: 400;
  position: relative;
  font-size: 12px;
  cursor: pointer;
  transform: all 0.8s ease-in-out;
  background: #c9e7f4;
}
#searchSlots #wrapper_select_filtre_home_bonus_casino_v2 li.first {
  border: none;
  background: none;
  padding: 5px 0;
}
#searchSlots #wrapper_select_filtre_home_bonus_casino_v2 li.first:before {
  display: none;
}
#searchSlots #wrapper_select_filtre_home_bonus_casino_v2 li.first:hover {
  background: none;
  color: #fff;
}
#searchSlots #wrapper_select_filtre_home_bonus_casino_v2 li:last-child {
  margin-right: 0;
}
#searchSlots #wrapper_select_filtre_home_bonus_casino_v2 li:before {
  content: "";
  opacity: 0.16;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 55px;
}
#searchSlots #wrapper_select_filtre_home_bonus_casino_v2 li.active, #searchSlots #wrapper_select_filtre_home_bonus_casino_v2 li:hover {
  background: #5e5ddc;
  color: #fff;
  font-weight: 400;
}
#searchSlots #filter_slots_by_provider, #searchSlots #filter_slots_by_type, #searchSlots #sort_slots {
  padding: 5px 10px 5px 13px;
  border-radius: 10px;
  background-color: #fff;
  display: inline-block;
  margin-right: 20px;
  color: #063239;
  font-weight: 400;
  font-size: 12px;
  min-width: 250px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  border: solid 1px #403f42;
}
#searchSlots #filter_slots_by_provider ul, #searchSlots #filter_slots_by_type ul, #searchSlots #sort_slots ul {
  list-style-type: none;
}
#searchSlots #filter_slots_by_provider ul li, #searchSlots #filter_slots_by_type ul li, #searchSlots #sort_slots ul li {
  font-size: 12px;
  margin-bottom: 0;
}
#searchSlots #filter_slots_by_provider:before, #searchSlots #filter_slots_by_type:before, #searchSlots #sort_slots:before {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 6px solid #063239;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
#searchSlots #filter_slots_by_provider > span, #searchSlots #filter_slots_by_type > span, #searchSlots #sort_slots > span {
  line-height: 1.6em;
}
#searchSlots #filter_slots_by_provider .sous_menu, #searchSlots #filter_slots_by_type .sous_menu, #searchSlots #sort_slots .sous_menu {
  position: absolute;
  bottom: auto;
  top: 97%;
  left: 0;
  width: 250px;
  z-index: 15;
  padding: 10px 10px 12px 13px;
  border-radius: 10px;
  background-color: #fff;
  border: solid 1px #403f42;
  opacity: 0;
  transform: translateY(25%);
  transition: all 150ms ease;
  pointer-events: none;
}
#searchSlots #filter_slots_by_provider .sous_menu:before, #searchSlots #filter_slots_by_type .sous_menu:before, #searchSlots #sort_slots .sous_menu:before {
  position: absolute;
  top: -65px;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: -1;
}
#searchSlots #filter_slots_by_provider .sous_menu li, #searchSlots #filter_slots_by_type .sous_menu li, #searchSlots #sort_slots .sous_menu li {
  display: block;
  clear: both;
  margin-bottom: 5px;
  font-size: 12px;
  border-bottom: 1px solid #ececec;
  height: 35px;
}
#searchSlots #filter_slots_by_provider .sous_menu li:last-child, #searchSlots #filter_slots_by_type .sous_menu li:last-child, #searchSlots #sort_slots .sous_menu li:last-child {
  border-bottom: none;
}
#searchSlots #filter_slots_by_provider .sous_menu li input, #searchSlots #filter_slots_by_provider .sous_menu li label, #searchSlots #filter_slots_by_type .sous_menu li input, #searchSlots #filter_slots_by_type .sous_menu li label, #searchSlots #sort_slots .sous_menu li input, #searchSlots #sort_slots .sous_menu li label {
  cursor: pointer;
  display: inline-block;
  line-height: 35px;
  vertical-align: middle;
  margin: 0 4px 3px 0;
  padding: 0;
}
#searchSlots #filter_slots_by_provider .sous_menu li input, #searchSlots #filter_slots_by_type .sous_menu li input, #searchSlots #sort_slots .sous_menu li input {
  height: 35px;
}
#searchSlots #filter_slots_by_provider .sous_menu li label, #searchSlots #filter_slots_by_type .sous_menu li label, #searchSlots #sort_slots .sous_menu li label {
  width: 200px;
  margin-right: 0;
}
#searchSlots #filter_slots_by_provider .sous_menu li label span.nb, #searchSlots #filter_slots_by_type .sous_menu li label span.nb, #searchSlots #sort_slots .sous_menu li label span.nb {
  background: #c9e7f4;
  border-radius: 5px;
  color: #063239;
  font-size: 12px;
  padding: 4px 7px;
  margin-left: 10px;
}
#searchSlots #filter_slots_by_provider:hover .sous_menu, #searchSlots #filter_slots_by_type:hover .sous_menu, #searchSlots #sort_slots:hover .sous_menu {
  opacity: 1;
  transform: translateY(0%);
  pointer-events: auto;
  cursor: pointer !important;
}
#searchSlots #filter_slots_by_provider .sous_menu {
  height: 250px;
  overflow: scroll;
  padding-bottom: 15px;
}
#searchSlots #filter_slots_by_provider .sous_menu::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
#searchSlots #filter_slots_by_provider .sous_menu::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 2px;
}
#searchSlots #filter_slots_by_provider .sous_menu li {
  margin-bottom: 0;
}
#searchSlots #filter_slots_by_provider .sous_menu:before {
  top: -80px;
}
#searchSlots #form_search_slots {
  float: right;
  margin-right: 15px;
}
#searchSlots #form_search_slots input[type=text] {
  width: calc(100% - 80px);
  min-width: 310px;
  height: 35px;
  border: none;
  margin: 0 10px 0 0;
  float: left;
  padding-left: 20px;
  border-radius: 55px;
  font-size: 12px;
  border: none;
  outline: none !important;
  background: #ececec;
}
#searchSlots #form_search_slots ::placeholder {
  color: #c1c1c1;
  opacity: 0.6;
  font-size: 12px;
  font-weight: 400;
}
#searchSlots #form_search_slots input[type=submit] {
  width: 60px;
  height: 35px;
  background: #5e5ddc;
  border: none;
  margin: 0;
  border-radius: 55px;
  cursor: pointer;
  background-image: url(../../images/ico-loupe-thin.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  appearance: none;
}

#listeSlots {
  color: #fff;
  margin-bottom: 20px;
}
#listeSlots p a {
  color: #8ef0d8;
  text-decoration: underline;
}
#listeSlots ul li {
  display: inline-block;
  margin-right: 15px;
}
#listeSlots ul li a {
  color: #fff;
}
#listeSlots h2 {
  position: relative;
  margin-bottom: 45px;
}
#listeSlots h2:not(:first-child) {
  margin-top: 50px;
}
#listeSlots h2:before {
  content: "";
  width: 130px;
  height: 2px;
  background: #3cffd9;
  bottom: -15px;
  left: 0;
  position: absolute;
}
#listeSlots #bouton_show_more_slots {
  text-align: center;
}
#listeSlots #bouton_show_more_slots a {
  /*
  border: 1px solid $black_panther;
     border-radius: 50px;
     color: $black_panther;
     padding: 14px 0 13px;
     min-width: 200px;
     text-align:center;
     font-size: 16px;
     font-weight: 400;
     display: inline-block;
     margin-top: 15px;
     line-height: 1;
     text-transform: none;

     &:hover{
     	background:$black_panther;
     	color: #fff;
     }
     */
  margin-top: 15px;
  position: relative;
  color: #0e2147;
  font-size: 14px;
  display: inline-block;
  height: 100%;
  padding: 15px 45px;
  z-index: 5;
}
#listeSlots #bouton_show_more_slots a:before {
  position: absolute;
  inset: 0;
  content: "";
  border: 1px solid #0e2147;
  transform: skew(334deg);
  z-index: -1;
}
#listeSlots #bouton_show_more_slots a:hover {
  color: #fff;
}
#listeSlots #bouton_show_more_slots a:hover:before {
  background: #5e5ddc;
  border: 1px solid #5e5ddc;
}
#listeSlots #bouton_show_more_slots.inactive {
  display: none;
}
#listeSlots #best_providers {
  margin-top: 20px;
}
#listeSlots #loader_slots {
  display: none;
}
#listeSlots #loader_slots p {
  color: #8ef0d8;
  clear: both;
  font-size: 22px;
  margin-bottom: 10px;
  display: none;
}
#listeSlots #loader_slots .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  float: left;
  width: 100%;
}
#listeSlots #loader_slots .spinner {
  width: 90px;
  height: 90px;
  position: absolute;
  transition: transform 250ms ease;
  animation: rotator 1.4s linear infinite;
}
#listeSlots #loader_slots .spinner circle {
  stroke-dasharray: 180;
  stroke-dashoffset: 0;
  stroke-width: 2;
  transform-origin: center;
  stroke: #F08108;
  animation: dash 1.4s ease-in-out infinite, colors 1.4s linear infinite;
}
#listeSlots #loader_slots .icon {
  position: relative;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#listeSlots #loader_slots .icon svg {
  transition: transform 300ms ease;
  height: 50px;
}
@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(260deg);
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 180;
  }
  50% {
    stroke-dashoffset: 45;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 180;
    transform: rotate(450deg);
  }
}
@keyframes colors {
  0% {
    stroke: #8ef0d8;
  }
  50% {
    stroke: #8ef0d8;
  }
  100% {
    stroke: #8ef0d8;
  }
}
#listeSlots #loader_slots.active {
  display: block;
  clear: both;
  width: 100%;
  float: left;
  padding-left: 0;
}

#carousel_slots_top.carousel_slots {
  margin-bottom: 15px;
}

#carousel_best-providers {
  margin-bottom: 0;
}

.carousel_slots {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}
.carousel_slots > div.col3 {
  margin-right: 0.5%;
  margin-left: 1.5%;
  margin-bottom: 2%;
  width: 22.75%;
}
.carousel_slots > div > a.nom_provider_slot {
  color: #5e5ddc;
  padding-top: 5px;
  padding-left: 2px;
  font-size: 14px;
  display: block;
}
.carousel_slots > div > a.nom_provider_slot:hover {
  text-decoration: underline;
}
.carousel_slots > div > a.nom_slot {
  color: #063239;
  padding-top: 8px;
  padding-left: 2px;
  margin-bottom: 0;
  font-size: 16px;
  display: block;
  font-weight: 900;
}
.carousel_slots > div > a.nom_slot:hover {
  text-decoration: underline;
}
.carousel_slots > div > a.bg_link {
  padding-bottom: 60%;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 10px;
}
.carousel_slots > div > a.bg_link .bg_hot_news {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.carousel_slots > div > a.bg_link .contenu_texte_hot_news {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /*
  padding:15px 15px 10px;
  background: rgb(13,1,27);
  background: linear-gradient(0deg, rgba(13,1,27,1) 16%, rgba(13,1,27,0) 100%);
  */
}
.carousel_slots > div > a.bg_link .contenu_texte_hot_news p {
  color: #fff;
  margin: 0 0 5px;
}
.carousel_slots > div > a.bg_link:hover .bg_hot_news {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.carousel_slots > div > a.bg_link:hover:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(to bottom, #5e5de3, #411cb4);
  position: absolute;
  z-index: 10;
  opacity: 0.79;
}
.carousel_slots > div > a.bg_link:hover:after {
  content: "Play for free";
  left: 50%;
  margin: 0 auto;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #3dffda;
  padding: 13px 52px;
  border-radius: 23px;
  font-size: 16px;
  color: #5e5ddc;
  position: absolute;
  z-index: 15;
  display: inline-block;
  white-space: nowrap;
}
.carousel_slots > div > div.bg_link {
  padding-bottom: 60%;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
}
.carousel_slots > div > div.bg_link .contenu_texte_hot_news {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  margin: 0 auto;
  display: inline-block;
  background: #8ef0d8;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 15px;
  padding: 7px 15px;
  white-space: nowrap;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.carousel_slots > div > div.bg_link .contenu_texte_hot_news:hover {
  -ms-transform: translate(-50%) scale(1.1);
  -moz-transform: translate(-50%) scale(1.1);
  -webkit-transform: translate(-50%) scale(1.1);
  -o-transform: translate(-50%) scale(1.1);
  transform: translate(-50%) scale(1.1);
}

#onlineSlots {
  margin-bottom: 60px;
}
#onlineSlots img {
  max-width: 60%;
  height: auto;
}
#onlineSlots p {
  color: #fff;
  line-height: 1.5;
}
#onlineSlots h2 {
  position: relative;
  margin-bottom: 30px;
  color: #fff;
}
#onlineSlots h2:before {
  content: "";
  width: 130px;
  height: 2px;
  background: #3cffd9;
  bottom: -15px;
  left: 0;
  position: absolute;
}

#main_content_slots {
  margin-bottom: 20px;
  text-align: center;
}
#main_content_slots h2 {
  text-transform: uppercase;
  text-align: center;
}
#main_content_slots ul {
  list-style-type: none;
}
#main_content_slots ul li {
  position: relative;
  margin-bottom: 17px;
  padding-left: 13px;
}
#main_content_slots ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #5e5ddc;
}

/* Carousel Best providers */
#carousel_best-providers .owl-item > div > a.nom_slot {
  color: #fff;
  padding-top: 8px;
  padding-left: 2px;
  margin-bottom: 0;
  font-size: 16px;
  display: block;
  font-weight: 900;
}
#carousel_best-providers .owl-item > div > a.nom_provider_slot {
  color: #fff;
  padding-top: 5px;
  padding-left: 2px;
  font-size: 14px;
  display: block;
}
#carousel_best-providers .owl-item > div > a.bg_link {
  padding: 25px 0;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
  background: #11071f;
  height: 125px;
}
#carousel_best-providers .owl-item > div > a.bg_link .bg_hot_news {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#carousel_best-providers .owl-item > div > a.bg_link .contenu_texte_hot_news {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /*
  padding:15px 15px 10px;
  background: rgb(13,1,27);
  background: linear-gradient(0deg, rgba(13,1,27,1) 16%, rgba(13,1,27,0) 100%);
  */
}
#carousel_best-providers .owl-item > div > a.bg_link .contenu_texte_hot_news p {
  color: #fff;
  margin: 0 0 5px;
}
#carousel_best-providers .owl-item > div > a.bg_link:hover .bg_hot_news {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#carousel_best-providers .owl-item > div > div.bg_link {
  padding-bottom: 60%;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
}
#carousel_best-providers .owl-item > div > div.bg_link .contenu_texte_hot_news {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  margin: 0 auto;
  display: inline-block;
  background: #8ef0d8;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 15px;
  padding: 7px 15px;
  white-space: nowrap;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#carousel_best-providers .owl-item > div > div.bg_link .contenu_texte_hot_news:hover {
  -ms-transform: translate(-50%) scale(1.1);
  -moz-transform: translate(-50%) scale(1.1);
  -webkit-transform: translate(-50%) scale(1.1);
  -o-transform: translate(-50%) scale(1.1);
  transform: translate(-50%) scale(1.1);
}
#carousel_best-providers .owl-nav {
  position: absolute;
  top: 40%;
  margin: 0;
  left: 0;
  right: 0;
}
#carousel_best-providers .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
  background: url(../../images/arrow-left.svg) no-repeat center center;
  width: 30px;
  height: 30px;
  transition-duration: 0.3s;
  transition-property: transform;
  transform-origin: center center;
}
#carousel_best-providers .owl-nav .owl-prev span {
  display: none;
}
#carousel_best-providers .owl-nav .owl-prev:hover {
  transform: scale(1.2);
}
#carousel_best-providers .owl-nav .owl-next {
  position: absolute;
  left: auto;
  right: -50px;
  background: url(../../images/arrow-right.svg) no-repeat center center;
  width: 30px;
  height: 30px;
  transition-duration: 0.3s;
  transition-property: transform;
  transform-origin: center center;
}
#carousel_best-providers .owl-nav .owl-next span {
  display: none;
}
#carousel_best-providers .owl-nav .owl-next:hover {
  transform: scale(1.2);
}
#carousel_best-providers .owl-nav span {
  color: #fff;
  font-size: 36px;
}
#carousel_best-providers .owl-dots {
  margin-top: 20px;
}
#carousel_best-providers .owl-dots .owl-dot span {
  background: #fff;
}
#carousel_best-providers .owl-dots .owl-dot.active span {
  background: #8ef0d8;
}

/* FIN Carousel Best providers */
#game_for_fun_or_reel #game-before-launch {
  width: 100%;
  height: 0;
  padding-bottom: 58.5%;
  position: relative;
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
}
#game_for_fun_or_reel #game-before-launch:before {
  content: "";
  background: rgba(60, 29, 173, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 15px;
}
#game_for_fun_or_reel #game-before-launch #bg_game-before-launch {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: blur(2px); /* Adding blur background image */
  -webkit-filter: blur(6px);
  border-radius: 15px;
  overflow: hidden;
}
#game_for_fun_or_reel #game-before-launch > div.cta {
  position: absolute;
  margin: 0 auto;
  top: 40%;
  z-index: 5;
  border: 1px solid #8ef0d8;
  border-radius: 23px;
  padding: 10px 30px;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  font-weight: 400;
  background: #8ef0d8;
  color: #3c1dad;
  text-align: center;
  transition: all 0.5s;
  width: 200px;
}
#game_for_fun_or_reel #game-before-launch > div.cta a {
  color: #3c1dad;
}
#game_for_fun_or_reel #game-before-launch > div.cta ~ div {
  background: transparent;
  color: #fff;
  margin-top: 65px;
  border-width: 1px;
  border-color: #fff;
}
#game_for_fun_or_reel #game-before-launch > div.cta:hover {
  transform: translateX(-50%) scale(1.1);
}
#game_for_fun_or_reel #gamefileEmbed {
  display: none;
  border-radius: 15px;
}
#game_for_fun_or_reel #gamefileEmbed.active {
  display: block;
}

#topCasinos {
  color: #fff;
  padding: 0;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 115px;
  z-index: 10;
  margin-top: 0;
  width: 19%;
  float: right;
}
#topCasinos p {
  padding: 15px;
  border-radius: 15px;
}
#topCasinos p.exclu {
  padding: 1px 15px;
  border-radius: 20px;
  font-size: 11px;
  text-transform: none;
}
#topCasinos div.marginbottom {
  margin: 0 0 10px;
  float: left;
  width: 100%;
}
#topCasinos .quickinfos {
  padding: 0 25px 15px;
}
#topCasinos .quickinfos ul li {
  border-radius: 0;
  padding: 5px 0;
  color: #063239;
  border-bottom: 1px solid #ececec;
  margin: 0;
}
#topCasinos .quickinfos ul li p.intitule {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
#topCasinos .quickinfos ul li:last-child {
  border-bottom: none;
}
#topCasinos ul.liste_more_providers li:last-child {
  margin-bottom: 0;
}
#topCasinos h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 900;
  color: #5e5ddc;
  padding: 15px 25px 5px 0;
}
#topCasinos .provider_logo {
  margin: 0;
  text-align: center;
  background: #000000;
  padding: 0;
  line-height: 1;
}
#topCasinos .provider_logo a {
  display: block;
  padding: 5px 15px;
}
#topCasinos .provider_logo img {
  width: auto;
  max-width: 120px;
  height: auto;
  max-height: 50px;
}
#topCasinos .created_by {
  color: #063239;
  font-size: 13px;
  font-weight: 400;
  display: block;
  margin: 12px 0 0;
  padding: 0 0 0 2px;
  float: left;
  width: 100%;
  background: transparent;
}
#topCasinos .created_by a {
  color: #063239;
  font-weight: 700;
  text-decoration: underline;
}
#topCasinos .created_by span {
  float: right;
  padding: 0;
  border-radius: 5px;
  border: 1px solid #fff;
  transition: all 0.5s;
}
#topCasinos .created_by span:hover {
  transform: scale(1.1);
}
#topCasinos .created_by span a {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 10px;
  display: inline-block;
}
#topCasinos p.slots_details_title {
  font-size: 17px;
  font-weight: 700;
  text-transform: none;
  margin: 0 0 10px;
  float: left;
  width: 100%;
}
#topCasinos .banner_pub_right {
  float: left;
  width: 100%;
  margin: 0 0 50px;
}
#topCasinos.col_droite .wrapper_liste_top_casinos .exclu {
  padding: 1px 15px;
  border-radius: 20px;
  font-size: 11px;
  text-transform: none;
  top: -11px;
}
#topCasinos.col_droite .wrapper_liste_top_casinos ul.liste_top_casinos li span.more {
  width: 20px;
  margin-top: 6px;
  padding: 6px 4px 6px 5px;
}
#topCasinos.col_droite .wrapper_liste_top_casinos .bouton_primaire {
  padding-left: 15px;
  padding-right: 15px;
}

#reasons_why {
  position: relative;
  margin-top: 150px;
}
#reasons_why.bigmarginbottom {
  margin-bottom: 70px;
}
#reasons_why .col3 p {
  color: #063239;
  line-height: 1.44;
}
#reasons_why .col3 h2, #reasons_why .col3 h2 span {
  font-weight: 900 !important;
  text-transform: uppercase;
}
#reasons_why .col3 #categories_casinos_bonus_carousel {
  margin-top: 30px;
}
#reasons_why .col3 #categories_casinos_bonus_carousel li {
  border-radius: 23px;
  border: 1px solid #5e5ddc;
  display: inline-block;
  margin: 0 10px 10px 0;
}
#reasons_why .col3 #categories_casinos_bonus_carousel li a {
  display: block;
  padding: 10px 15px;
  color: #5e5ddc;
  font-size: 16px;
  text-decoration: none;
}
#reasons_why .col3 #categories_casinos_bonus_carousel li a:hover {
  color: #fff;
}
#reasons_why .col3 #categories_casinos_bonus_carousel li:hover, #reasons_why .col3 #categories_casinos_bonus_carousel li.active {
  background: #5e5ddc;
}
#reasons_why .col3 #categories_casinos_bonus_carousel li:hover a, #reasons_why .col3 #categories_casinos_bonus_carousel li.active a {
  color: #fff;
}
#reasons_why .col9 {
  position: absolute;
  right: 0;
  margin: 0;
}
#reasons_why .col9 .owl-carousel {
  display: flex;
}
#reasons_why .col9 .owl-carousel .owl-stage {
  display: flex;
}
#reasons_why .col9 .owl-carousel .owl-stage .owl-item {
  display: flex;
}
#reasons_why .col9 .owl-carousel .owl-stage .owl-item > div {
  background: #c9e7f4;
  padding: 40px 40px 90px;
  border-radius: 35px;
  transition: all ease-in-out 0.5s;
  transform: scale(0.95);
  position: relative;
}
#reasons_why .col9 .owl-carousel .owl-stage .owl-item > div h3 {
  text-transform: uppercase;
}
#reasons_why .col9 .owl-carousel .owl-stage .owl-item > div p {
  line-height: 1.44;
}
#reasons_why .col9 .owl-carousel .owl-stage .owl-item > div a.bouton_tertiaire {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #063239;
  position: relative;
  padding-right: 0;
  position: absolute;
  bottom: 35px;
}
#reasons_why .col9 .owl-carousel .owl-stage .owl-item > div a.bouton_tertiaire:after {
  content: "";
  background: url(../../images/arrow_lien_tertiaire.svg) no-repeat center center;
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 11px;
  right: -20px;
  top: 5px;
}
#reasons_why .col9 .owl-carousel .owl-stage .owl-item > div a.bouton_tertiaire:before {
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #5e5ddc;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
#reasons_why .col9 .owl-carousel .owl-stage .owl-item > div a.bouton_tertiaire:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
#reasons_why .col9 .owl-carousel .owl-stage .owl-item > div:hover {
  transform: scale(1);
}
#reasons_why .col9 .owl-carousel .owl-stage .owl-item:not(.active) + .owl-item.active > div {
  background-image: linear-gradient(to left, #5e5de3, #411cb4);
  color: #fff;
}
#reasons_why .col9 .owl-carousel .owl-stage .owl-item:not(.active) + .owl-item.active > div h3, #reasons_why .col9 .owl-carousel .owl-stage .owl-item:not(.active) + .owl-item.active > div p {
  color: #fff;
}
#reasons_why .col9 .owl-carousel .owl-stage .owl-item:not(.active) + .owl-item.active > div a.bouton_tertiaire {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  position: relative;
  padding-right: 0;
  position: absolute;
  bottom: 35px;
}
#reasons_why .col9 .owl-carousel .owl-stage .owl-item:not(.active) + .owl-item.active > div a.bouton_tertiaire:after {
  content: "";
  background: url(../../images/arrow_lien_tertiaire_blanc.svg) no-repeat center center;
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 11px;
  right: -20px;
  top: 5px;
}
#reasons_why .col9 .owl-carousel .owl-stage .owl-item:not(.active) + .owl-item.active > div a.bouton_tertiaire:before {
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #fff;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
#reasons_why .col9 .owl-carousel .owl-stage .owl-item:not(.active) + .owl-item.active > div a.bouton_tertiaire:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
#reasons_why .col9 .owl-carousel .owl-nav {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
#reasons_why .col9 .owl-carousel .owl-dots {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
#reasons_why .col9 .owl-carousel .owl-dots .owl-dot.active span, #reasons_why .col9 .owl-carousel .owl-dots .owl-dot:hover span {
  background: #5e5ddc;
}

#contentSlots {
  color: #fff;
  margin-bottom: 30px;
  margin-top: 20px;
}
#contentSlots > .col3 {
  background-color: #170927;
  padding: 10px 15px 5px;
  border-radius: 10px;
  margin-bottom: 15px;
  margin-right: 0;
  width: 23.85%;
}
#contentSlots > .col3 p {
  margin: 0 0 5px;
  font-weight: 700;
  font-size: 17px;
  white-space: nowrap;
}
#contentSlots > .col3 p.intitule {
  position: relative;
  margin-bottom: 17px;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
}
#contentSlots > .col3 p.intitule:not(:first-child) {
  margin-top: 50px;
}
#contentSlots > .col3 p.intitule:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #3cffd9;
  bottom: -7px;
  left: 0;
  position: absolute;
}
#contentSlots > .col3 p img {
  position: relative;
  top: 2px;
  margin-right: 3px;
}
#contentSlots .wrap_details_slot {
  background-color: #170927;
  padding: 10px 10px 0;
  border-radius: 10px;
  margin-top: 0;
}
#contentSlots .wrap_details_slot .slot_detail p {
  margin: 0 0 15px;
  font-weight: 700;
  font-size: 16px;
  padding-left: 11px;
  position: relative;
}
#contentSlots .wrap_details_slot .slot_detail p.intitule {
  position: relative;
  margin-bottom: 4px;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
}
#contentSlots .wrap_details_slot .slot_detail p.intitule:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #8ef0d8;
  border: none;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}
#contentSlots .featureimageSlot {
  position: relative;
  padding-bottom: 22%;
}
#contentSlots .featureimageSlot .bg_featureimageSlot {
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 15px;
}
#contentSlots .detailsSlots .slots_details_title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
}
#contentSlots .detailsSlots .slots_details_title:before {
  content: "";
  width: 90%;
  height: 2px;
  background: #3cffd9;
  bottom: 0;
  left: 0;
  position: absolute;
}
#contentSlots .detailsSlots ul li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 300;
  display: block;
  clear: both;
  float: left;
  width: 100%;
}
#contentSlots .detailsSlots ul li strong {
  font-size: 15px;
}
#contentSlots .detailsSlots ul li:before {
  position: absolute;
  left: 0;
  top: -1px;
  content: "•";
  font-size: 17px;
  color: #8ef0d8;
}
#contentSlots .detailsSlots .slots_details {
  margin-left: 0;
  margin-right: 0;
  width: 33.3%;
}
#contentSlots .detailsSlots .slots_details .provider_logo {
  margin: 0;
  text-align: center;
}
#contentSlots .detailsSlots .slots_details .provider_logo img {
  width: 150px;
  max-width: 150px;
  height: auto;
}
#contentSlots .detailsSlots .slots_details .col6 > p {
  margin-top: 0;
}
#contentSlots .detailsSlots .slots_details .col6 > p.slots_details_title {
  font-size: 18px;
  font-weight: 900;
}
#contentSlots #main_content_slot {
  margin-top: 15px;
}
#contentSlots #main_content_slot p a {
  color: #5e5ddc;
  text-decoration: underline;
}
#contentSlots #main_content_slot .description_provider {
  margin-top: 50px;
}
#contentSlots #main_content_slot .description_provider .thumbnail_auto_provider {
  margin: 25px 0;
}
#contentSlots #main_content_slot .description_provider .thumbnail_auto_provider img {
  border-radius: 15px;
  max-width: 100%;
}
#contentSlots #main_content_slot .description_provider .description_auto_provider p a {
  margin-top: 13px;
}
#contentSlots #main_content_slot figure img {
  border-radius: 15px;
}
#contentSlots #main_content_slot figure.wp-block-image.size-full img {
  width: 100%;
  height: auto;
}
#contentSlots h2 {
  color: #5e5ddc;
  text-transform: uppercase;
  margin-top: 50px;
}
#contentSlots h3 {
  color: #063239;
  text-transform: uppercase;
  margin-top: 20px;
}
#contentSlots ul {
  list-style-type: none;
}
#contentSlots ul li {
  position: relative;
  margin-bottom: 17px;
  padding-left: 13px;
}
#contentSlots ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #8ef0d8;
}
#contentSlots .col_gauche p {
  line-height: 1.6;
}
#contentSlots .col_gauche figure {
  margin: 0;
}
#contentSlots .col_gauche .wp-block-image img {
  max-width: 100%;
  height: auto;
}
#contentSlots .col_droite {
  border-radius: 15px;
  background-color: #170927;
  padding: 15px;
  margin-left: 0;
  margin-right: 0;
}
#contentSlots .col_droite .bloc_col_droite {
  margin-bottom: 25px;
}
#contentSlots .col_droite .bloc_col_droite h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
}
#contentSlots .col_droite .bloc_col_droite img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
}
#contentSlots .col_droite .bloc_col_droite ul li {
  padding-left: 0;
  height: 50px;
  font-weight: 400;
  background: #232323;
  border-radius: 15px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}
#contentSlots .col_droite .bloc_col_droite ul li:before {
  display: none;
}
#contentSlots .col_droite .bloc_col_droite ul li a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
}
#contentSlots .col_droite .bloc_col_droite ul li a:hover span.more {
  animation: bounce 1s linear infinite;
}
#contentSlots .col_droite .bloc_col_droite ul li span {
  float: left;
  margin-right: 8px;
  height: 50px;
  padding-top: 0;
}
#contentSlots .col_droite .bloc_col_droite ul li span ~ span {
  padding-top: 8px;
}
#contentSlots .col_droite .bloc_col_droite ul li span.nom_provider {
  line-height: 48px;
  vertical-align: middle;
  text-align: center;
  padding: 0 10px;
}
#contentSlots .col_droite .bloc_col_droite ul li span.more {
  float: right;
  height: 35px;
  width: 35px;
  margin-top: 8px;
  margin-right: 8px;
  padding: 4px 7px;
  border-radius: 6px;
  background-color: #fff;
  color: #000;
  font-size: 29px;
  line-height: 26px;
  vertical-align: middle;
  text-align: center;
}

body.single-slots .mfp-iframe-holder .mfp-content {
  max-width: 1300px;
}
body.single-slots .mfp-iframe-holder .mfp-fullwidth {
  position: absolute;
  top: 0;
  right: -40px;
  z-index: 20;
  color: #fff;
  border: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
  transition: transform 0.3s;
  cursor: pointer;
}
body.single-slots .mfp-iframe-holder .mfp-fullwidth span {
  width: 4px;
  height: 4px;
  border-top: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  position: absolute;
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
  -webkit-perspective: 1000;
  transition: 0.3s;
  transition-delay: 0.75s;
}
body.single-slots .mfp-iframe-holder .mfp-fullwidth span:nth-child(1) {
  top: 11px;
  left: 11px;
}
body.single-slots .mfp-iframe-holder .mfp-fullwidth span:nth-child(2) {
  top: 11px;
  left: 22px;
  transform: rotate(90deg);
}
body.single-slots .mfp-iframe-holder .mfp-fullwidth span:nth-child(3) {
  top: 22px;
  left: 11px;
  transform: rotate(-90deg);
}
body.single-slots .mfp-iframe-holder .mfp-fullwidth span:nth-child(4) {
  top: 22px;
  left: 22px;
  transform: rotate(-180deg);
}
body.single-slots .mfp-iframe-holder .mfp-fullwidth:hover {
  transform: scale(1.125);
}

#wrapper_carousel_other_slots_title h2 {
  text-transform: uppercase;
  color: #063239;
  margin-bottom: 0;
}

#wrapper_carousel_other_slots {
  margin-top: 150px;
}
#wrapper_carousel_other_slots div.col3 a {
  padding-bottom: 0;
}
#wrapper_carousel_other_slots div.col3 a.tuto_bg {
  padding-bottom: 51%;
}
#wrapper_carousel_other_slots div.col3:hover a p, #wrapper_carousel_other_slots div.col3:hover a div p {
  color: #5e5ddc;
}
#wrapper_carousel_other_slots div.col3:hover a.tuto_bg {
  position: relative;
}
#wrapper_carousel_other_slots div.col3:hover a.tuto_bg:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(to bottom, #5e5de3, #411cb4);
  position: absolute;
  z-index: 10;
  opacity: 0.79;
}
#wrapper_carousel_other_slots div.col3:hover a.tuto_bg:after {
  content: "Read More";
  left: 50%;
  margin: 0 auto;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #3dffda;
  padding: 13px 52px;
  border-radius: 23px;
  font-size: 16px;
  color: #5e5ddc;
  position: absolute;
  z-index: 15;
  display: inline-block;
  white-space: nowrap;
}
#wrapper_carousel_other_slots div.col3:hover a.tuto_bg p {
  color: #5e5ddc !important;
}
#wrapper_carousel_other_slots .carousel_slots {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}
#wrapper_carousel_other_slots .carousel_slots > div.col3 {
  margin-bottom: 30px;
  padding-bottom: 20%;
}
#wrapper_carousel_other_slots .carousel_slots div > a {
  position: relative;
  display: block;
  padding-bottom: 0;
}
#wrapper_carousel_other_slots .carousel_slots div > a .contenu_texte_tutorial {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 15px 15px 15px;
}
#wrapper_carousel_other_slots .carousel_slots div > a.tuto_bg {
  padding-bottom: 51%;
  overflow: hidden;
  border-radius: 15px;
}
#wrapper_carousel_other_slots .carousel_slots div > a.nom_slot {
  color: #063239;
  padding-top: 8px;
  padding-left: 2px;
  margin-bottom: 0;
  font-size: 16px;
  display: block;
  font-weight: 900;
}
#wrapper_carousel_other_slots .carousel_slots div > a.nom_provider_slot {
  color: #5e5ddc;
  padding-top: 10px;
  padding-left: 2px;
  font-size: 14px;
  display: block;
}
#wrapper_carousel_other_slots .carousel_slots div > a.bg_link {
  padding-bottom: 60%;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
}
#wrapper_carousel_other_slots .carousel_slots div > a.bg_link .bg_hot_news {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#wrapper_carousel_other_slots .carousel_slots div > a.bg_link .contenu_texte_hot_news {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /*
  padding:15px 15px 10px;
  background: rgb(13,1,27);
  background: linear-gradient(0deg, rgba(13,1,27,1) 16%, rgba(13,1,27,0) 100%);
  */
}
#wrapper_carousel_other_slots .carousel_slots div > a.bg_link .contenu_texte_hot_news p {
  color: #fff;
  margin: 0 0 5px;
}
#wrapper_carousel_other_slots .carousel_slots div > a.bg_link:hover .bg_hot_news {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#wrapper_carousel_other_slots .carousel_slots div > div.bg_link {
  padding-bottom: 60%;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
}
#wrapper_carousel_other_slots .carousel_slots div > div.bg_link.show_more {
  background: #170927;
}
#wrapper_carousel_other_slots .carousel_slots div > div.bg_link.show_more > a {
  display: block;
  background: none;
  color: #fff;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: none;
  text-align: center;
  vertical-align: middle;
  line-height: 98px;
}
#wrapper_carousel_other_slots .carousel_slots div > div.bg_link.show_more > a:hover {
  transform: scale(1.1);
}
#wrapper_carousel_other_slots .carousel_slots div > div.bg_link .contenu_texte_hot_news {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  margin: 0 auto;
  display: inline-block;
  background: #8ef0d8;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 15px;
  padding: 7px 15px;
  white-space: nowrap;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#wrapper_carousel_other_slots .carousel_slots div > div.bg_link .contenu_texte_hot_news:hover {
  -ms-transform: translate(-50%) scale(1.1);
  -moz-transform: translate(-50%) scale(1.1);
  -webkit-transform: translate(-50%) scale(1.1);
  -o-transform: translate(-50%) scale(1.1);
  transform: translate(-50%) scale(1.1);
}

/* FIN DETAIL D'UN SLOT */
#slider_with_bg {
  margin-top: 100px;
}
#slider_with_bg h2 {
  text-transform: uppercase;
}
#slider_with_bg #inner_slider_with_bg {
  margin-top: 40px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 500px;
  padding-top: 180px;
}
#slider_with_bg #inner_slider_with_bg h3 {
  text-align: center;
  text-transform: uppercase;
}
#slider_with_bg #inner_slider_with_bg .owl-theme .owl-dots .owl-dot span {
  background: #fff;
}
#slider_with_bg #inner_slider_with_bg .owl-theme .owl-dots .owl-dot.active span, #slider_with_bg #inner_slider_with_bg .owl-theme .owl-dots .owl-dot:hover span {
  background: #063239;
}

/* SMALL SCREEN */
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  #listeSlots .col3.single_slot_element {
    width: 30.3333333333%;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
}
/* TABLETTE ONLY */
@media screen and (min-width: 641px) and (max-width: 1024px) {
  #searchSlots .col3 {
    width: 100%;
  }
  #searchSlots .col4 {
    width: 100%;
  }
  #searchSlots .col8 {
    width: 100%;
  }
  #game_for_fun_or_reel {
    width: 100%;
    margin: 0;
  }
  #topCasinos {
    width: 100%;
    margin: 0 0 25px 0;
  }
  #contentSlots > .col3 {
    width: 32%;
    margin-left: 0;
    margin-right: 2%;
  }
  #contentSlots > .col3.featureimageSlot {
    width: 100%;
    padding-bottom: 22%;
  }
  #contentSlots > .col3.featureimageSlot .bg_featureimageSlot {
    background-size: contain;
  }
  #contentSlots > .col3:nth-child(3n+4) {
    margin-right: 0;
  }
  #contentSlots > .col3 p.intitule {
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 400;
    font-size: 17px;
  }
  #contentSlots .wrap_details_slot {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  #contentSlots .wrap_details_slot .col3 {
    width: 32%;
    margin-left: 0;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  #contentSlots .wrap_details_slot .col3:nth-child(3n+3) {
    margin-right: 0;
  }
  #contentSlots .wrap_details_slot .col3 .slot_detail p.intitule {
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
  }
  #contentSlots #wrapper_carousel_other_slots .carousel_slots .owl-nav {
    display: none;
  }
  #contentSlots #wrapper_carousel_other_slots .carousel_slots .owl-dots {
    margin-top: 30px;
  }
  #listeSlots .col3.single_slot_element {
    width: 47%;
    margin: 0 2% 20px;
  }
  #listeSlots .col3.single_slot_element:nth-of-type(even) {
    margin-right: 0;
  }
}
/* FIN TABLETTE ONLY */
/* ipad Air et mobile */
@media screen and (min-width: 640px) and (max-width: 1024px) {
  #contentSlots #wrapper_carousel_other_slots .carousel_slots {
    margin-bottom: 0;
  }
}
/* FIN ipad Air et mobile */
/* MOBILE */
@media screen and (max-width: 768px) {
  #introSlots .col8, #introSlots .col9, #titleSlots .col8, #titleSlots .col9 {
    width: 100%;
  }
  #topCasinos {
    width: 100%;
    margin: 40px 0 0;
  }
  #filtresTopSlots .col4 {
    width: 100%;
    margin: 0 0 20px;
  }
  #searchSlots .col3 {
    width: 100%;
  }
  #searchSlots .col4 {
    width: 100%;
  }
  #searchSlots .col8 {
    width: 100%;
  }
  #searchSlots h2:before {
    display: none;
  }
  #searchSlots h2 > span {
    position: relative;
    margin-bottom: 30px;
    display: block;
  }
  #searchSlots h2 > span:before {
    content: "";
    width: 90px;
    height: 2px;
    background: #3cffd9;
    bottom: -12px;
    left: 0;
    position: absolute;
  }
  #searchSlots h2 > div {
    width: 100%;
    margin: 0 0 15px 0 !important;
  }
  #searchSlots #form_search_slots {
    width: 100%;
  }
  #searchSlots #form_search_slots input[type=submit] {
    height: 38px;
    position: relative;
    top: 1px;
  }
  #listeSlots .col3.single_slot_element {
    width: 100%;
    margin: 0 0 20px;
  }
  #game_for_fun_or_reel {
    width: 100%;
    margin: 0 0 15px;
  }
  #game_for_fun_or_reel #game-before-launch > div.cta {
    top: 23%;
    white-space: nowrap;
  }
  #game_for_fun_or_reel #game-before-launch > div.cta ~ div {
    margin-top: 65px;
  }
  #contentSlots > .col3 {
    width: 48%;
  }
  #contentSlots > .col3.featureimageSlot {
    width: 100%;
    padding-bottom: 40%;
  }
  #contentSlots > .col3.featureimageSlot .bg_featureimageSlot {
    background-size: contain;
  }
  #contentSlots > .col3:nth-child(odd) {
    float: right;
  }
  #contentSlots > .col3 p.intitule {
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 400;
    font-size: 17px;
  }
  #contentSlots .wrap_details_slot .col3 {
    width: 48%;
    margin: 0 0 10px;
  }
  #contentSlots .wrap_details_slot .col3:nth-child(even) {
    float: right;
  }
  #contentSlots .wrap_details_slot .col3 .slot_detail p.intitule {
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
  }
  #contentSlots #main_content_slot .description_provider .thumbnail_auto_provider img {
    max-width: 100%;
    height: auto;
  }
  #carousel_slots_top.carousel_slots > div.col3 {
    width: 100%;
    margin-right: 0;
  }
}
#searchTutorials {
  margin-top: -10px;
  margin-bottom: 35px;
}
#searchTutorials #form_search_tutorials {
  margin-top: 25px;
}
#searchTutorials #form_search_tutorials input[type=text] {
  width: calc(100% - 70px);
  height: 44px;
  background: #fff;
  border: none;
  margin: 0;
  float: left;
  padding-left: 20px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  font-size: 16px;
  padding-top: 4px;
}
#searchTutorials #form_search_tutorials input[type=submit] {
  width: 70px;
  height: 44px;
  line-height: 44px;
  vertical-align: middle;
  background: #8ef0d8;
  border: none;
  margin: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  cursor: pointer;
  background-image: url(../../images/search-picto.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
#searchTutorials #form_search_tutorials input:focus {
  outline: none;
}

#filtres_tutorials {
  display: block;
  margin-top: 0.625rem;
  margin-bottom: 0;
  outline: none;
  float: left;
  border-radius: 35px;
  padding: 17px 15px 3px 25px;
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(165, 165, 165, 0.16);
}
#filtres_tutorials #wrapper_select_filtre_home_bonus_casino_v2 {
  margin-bottom: 0;
  list-style-type: none;
  float: left;
  background: #fff;
}
#filtres_tutorials #wrapper_select_filtre_home_bonus_casino_v2 li {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
  padding: 8px 14px;
  border-radius: 55px;
  color: #063239;
  font-weight: 400;
  position: relative;
  font-size: 12px;
  cursor: pointer;
  transform: all 0.8s ease-in-out;
  background: #c9e7f4;
}
#filtres_tutorials #wrapper_select_filtre_home_bonus_casino_v2 li.first {
  border: none;
  background: none;
  padding: 5px 0;
}
#filtres_tutorials #wrapper_select_filtre_home_bonus_casino_v2 li.first:before {
  display: none;
}
#filtres_tutorials #wrapper_select_filtre_home_bonus_casino_v2 li.first:hover {
  background: none;
  color: #fff;
}
#filtres_tutorials #wrapper_select_filtre_home_bonus_casino_v2 li:last-child {
  margin-right: 0;
}
#filtres_tutorials #wrapper_select_filtre_home_bonus_casino_v2 li:before {
  content: "";
  opacity: 0.16;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 55px;
}
#filtres_tutorials #wrapper_select_filtre_home_bonus_casino_v2 li.active, #filtres_tutorials #wrapper_select_filtre_home_bonus_casino_v2 li:hover {
  background: #8ef0d8;
  color: #0e2147;
  font-weight: 400;
}
#filtres_tutorials #wrapper_select_filtre_home_bonus_casino {
  position: relative;
  display: inline-block;
  min-width: 300px;
  margin-bottom: 1.5625rem;
  height: 48px;
}
#filtres_tutorials #form_search_casinos_bonuses {
  float: right;
  margin-right: 15px;
}
#filtres_tutorials #form_search_casinos_bonuses input[type=text] {
  width: calc(100% - 80px);
  min-width: 230px;
  height: 35px;
  border: none;
  margin: 0 10px 0 0;
  float: left;
  padding-left: 20px;
  border-radius: 15px;
  font-size: 12px;
  border: none;
  outline: none !important;
  background: #ececec;
}
#filtres_tutorials #form_search_casinos_bonuses input[type=submit] {
  width: 60px;
  height: 35px;
  background: #5e5ddc;
  border: none;
  margin: 0;
  border-radius: 15px;
  cursor: pointer;
  background-image: url(../../images/ico-loupe-thin.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 21px 21px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  appearance: none;
}

/* TABLETTE */
@media screen and (min-width: 641px) and (max-width: 1024px) {
  #searchTutorials .col3, #searchTutorials .col9 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #searchTutorials .col3 {
    margin-bottom: 0;
  }
  #filtres_tutorials {
    margin-top: 15px;
  }
  #filtres_tutorials ul li {
    margin-right: 10px;
    margin-bottom: 15px;
  }
}
/* MOBILE */
@media screen and (max-width: 640px) {
  #searchTutorials .col3, #searchTutorials .col9 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #searchTutorials .col3 {
    margin-bottom: 0;
  }
  #filtres_tutorials {
    margin-top: 15px;
  }
  #filtres_tutorials ul li {
    margin-right: 10px;
    margin-bottom: 15px;
  }
}
body.single-post {
  background: #f6f4f4;
}

#last_blog_article {
  margin-top: 60px;
  margin-bottom: 40px;
}
#last_blog_article h1 {
  text-transform: none;
}

#intro_single_blog {
  margin-bottom: 30px;
  margin-top: 20px;
  position: relative;
}
#intro_single_blog:before {
  content: "";
  height: 1px;
  background: #0e2147;
  position: absolute;
  top: 33px;
  left: 150px;
  right: 0;
  z-index: 0;
}
#intro_single_blog span {
  background: #f6f4f4;
  font-weight: 900;
  color: #0e2147;
  font-size: 20px;
  margin-top: 15px;
  position: relative;
  display: inline-block;
  height: 100%;
  padding: 5px 25px;
  z-index: 5;
}
#intro_single_blog span:before {
  position: absolute;
  inset: 0;
  content: "";
  background: #8ef0d8;
  transform: skew(334deg);
  z-index: -1;
}

#wrapper_main_content #post_thumbnail {
  position: relative;
  margin-bottom: 20px;
}
#wrapper_main_content #post_thumbnail img {
  max-width: 100%;
  height: auto;
}
#wrapper_main_content #post_thumbnail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #f6f4f4 transparent transparent transparent;
  z-index: 5;
}
#wrapper_main_content #post_thumbnail:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #f6f4f4 transparent;
  z-index: 5;
}
#wrapper_main_content #main_content {
  margin-bottom: 40px;
}
#wrapper_main_content #main_content h2 {
  margin-top: 30px;
  margin-bottom: 10px;
}

/* TABLETTE */
/* MOBILE */
@media screen and (max-width: 540px) {
  #last_blog_article .bg_last_blog_article {
    padding: 20px;
    padding-bottom: 64%;
  }
  #last_blog_article .bg_last_blog_article .wrapper_last_article {
    width: 90%;
  }
}
.shortcode_home_bonus {
  transform: scale(1);
  transition: transform 0.2s;
  border-radius: 10px;
  overflow: hidden;
  margin: 10px 0 30px;
  float: none !important;
}
.shortcode_home_bonus .line {
  position: relative;
  padding: 5px 20px 5px 0;
  background: #170927;
  display: flex;
  float: left;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.shortcode_home_bonus .line .bonus_logo {
  width: 20%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.shortcode_home_bonus .line .bonus_logo img {
  height: auto;
  width: auto;
  max-width: 80% !important;
  max-height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.shortcode_home_bonus .line .wrapper-bonus {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 10px 0 10px 22%;
}
.shortcode_home_bonus .line .wrapper-bonus > div:last-of-type:before {
  display: none;
}
.shortcode_home_bonus .line .wrapper-bonus .column {
  position: relative;
  width: 25%;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
}
.shortcode_home_bonus .line .wrapper-bonus .column:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 90%;
  width: 0.0625rem;
  background: #3cffd9;
}
.shortcode_home_bonus .line .wrapper-bonus .column strong {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
}
.shortcode_home_bonus .line .wrapper-bonus .column .sub_title {
  color: #fff;
}
.shortcode_home_bonus .line .bonus_cta {
  width: 25%;
  padding: 10px 0;
}
.shortcode_home_bonus .line .bonus_cta a {
  padding: 7px 15px;
  border-radius: 55px;
  border: solid 2px #ffa532;
  color: #fff !important;
  font-weight: 700;
  display: inline-block;
  float: right;
  /*
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  */
}
.shortcode_home_bonus .line .bonus_cta a:hover {
  background: #ffa532;
  color: #000;
}

/* MOBILE */
@media screen and (max-width: 640px) {
  .shortcode_home_bonus .line, .shortcode_home_bonus.shortcode_casino_bonus .line {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
  }
  .shortcode_home_bonus .line .bonus_logo, .shortcode_home_bonus.shortcode_casino_bonus .line .bonus_logo {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
  }
  .shortcode_home_bonus .line .bonus_logo img, .shortcode_home_bonus.shortcode_casino_bonus .line .bonus_logo img {
    position: relative;
    transform: none;
    height: 60px !important;
    width: auto;
    margin: 10px;
    border-radius: 0 !important;
  }
  .shortcode_home_bonus .line .wrapper-bonus, .shortcode_home_bonus.shortcode_casino_bonus .line .wrapper-bonus {
    display: block;
    padding: 15px;
    float: left;
  }
  .shortcode_home_bonus .line .wrapper-bonus .column, .shortcode_home_bonus.shortcode_casino_bonus .line .wrapper-bonus .column {
    width: 100% !important;
    color: #fff;
    padding: 8px 15px 8px 13px;
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    margin-bottom: 6px;
    float: left;
    background-color: var(--background-color);
  }
  .shortcode_home_bonus .line .wrapper-bonus .column:before, .shortcode_home_bonus.shortcode_casino_bonus .line .wrapper-bonus .column:before {
    display: none;
  }
  .shortcode_home_bonus .line .wrapper-bonus .column .sub_title, .shortcode_home_bonus.shortcode_casino_bonus .line .wrapper-bonus .column .sub_title {
    display: inline-block;
    text-align: left;
    float: left;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    top: 2px;
  }
  .shortcode_home_bonus .line .wrapper-bonus .column strong, .shortcode_home_bonus.shortcode_casino_bonus .line .wrapper-bonus .column strong {
    float: right;
    font-size: 23px;
    font-weight: 900;
  }
  .shortcode_home_bonus .line .bonus_cta, .shortcode_home_bonus.shortcode_casino_bonus .line .bonus_cta {
    width: 100%;
    margin: 15px auto;
    text-align: center;
    padding: 0 15px;
  }
  .shortcode_home_bonus .line .bonus_cta a, .shortcode_home_bonus.shortcode_casino_bonus .line .bonus_cta a {
    background: #ffa532;
    font-size: 18px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #170927 !important;
    padding: 6px 0;
    margin-bottom: 14px;
    transform: scale(1);
    transition: transform 0.2s;
    width: 100%;
    border-radius: 10px !important;
  }
}
body.page-template-template-blog {
  background: #f6f4f4;
}
body.page-template-template-blog #all_tutorials div a.tuto_bg:before {
  border-color: #f6f4f4 transparent transparent transparent;
}
body.page-template-template-blog #all_tutorials div a.tuto_bg:after {
  border-color: transparent transparent #f6f4f4 transparent;
}
body.page-template-template-blog #listeTutorials {
  padding: 20px 0 40px;
}
body.page-template-template-blog #listeTutorials #intro_tutorials_page {
  margin-bottom: 40px;
  position: relative;
}
body.page-template-template-blog #listeTutorials #intro_tutorials_page:before {
  content: "";
  height: 1px;
  background: #0e2147;
  position: absolute;
  top: 33px;
  left: 190px;
  right: 0;
  z-index: 0;
}
body.page-template-template-blog #listeTutorials #intro_tutorials_page span {
  background: #f6f4f4;
  font-weight: 900;
  color: #0e2147;
  font-size: 20px;
  margin-top: 15px;
  position: relative;
  display: inline-block;
  height: 100%;
  padding: 5px 25px;
  z-index: 5;
}
body.page-template-template-blog #listeTutorials #intro_tutorials_page span:before {
  position: absolute;
  inset: 0;
  content: "";
  background: #8ef0d8;
  transform: skew(334deg);
  z-index: -1;
}

#listeTutorials {
  padding: 60px 0 40px;
}
#listeTutorials h2 {
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 20px;
  color: #0e2147;
  text-align: center;
}
#listeTutorials h2 strong {
  font-weight: 900;
}
#listeTutorials p {
  text-align: center;
  font-size: 14px;
  margin: 0 0 5px;
}
#listeTutorials #intro_tutorials {
  text-align: center;
  margin-bottom: 40px;
}

#section_tutorials {
  margin: 0 0 40px;
}
#section_tutorials > .col9 #all_tutorials .col3 {
  flex-basis: 30%;
  margin: 0 2% 3% 0;
}
#section_tutorials > .col3 img {
  max-width: 100%;
  height: auto;
}

#all_tutorials, #last_tutorial {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#all_tutorials div, #last_tutorial div {
  overflow: hidden;
  position: relative;
}
#all_tutorials div.col4, #all_tutorials div.col3, #last_tutorial div.col4, #last_tutorial div.col3 {
  flex: 0 0 22%;
  margin: 0 1.5% 2%;
  display: inline-block;
}
#all_tutorials div.col4.hide, #all_tutorials div.col3.hide, #last_tutorial div.col4.hide, #last_tutorial div.col3.hide {
  display: none;
}
#all_tutorials div.bigone, #last_tutorial div.bigone {
  margin-bottom: 40px;
}
#all_tutorials div.bigone .col6.right, #last_tutorial div.bigone .col6.right {
  padding-left: 50px;
}
#all_tutorials div.bigone a .contenu_texte_tutorial, #last_tutorial div.bigone a .contenu_texte_tutorial {
  padding-top: 0;
}
#all_tutorials div.bigone a .contenu_texte_tutorial p, #last_tutorial div.bigone a .contenu_texte_tutorial p {
  text-align: left;
  width: 70%;
  height: auto;
}
#all_tutorials div.bigone a .contenu_texte_tutorial p strong, #last_tutorial div.bigone a .contenu_texte_tutorial p strong {
  font-size: 28px;
  line-height: 35px;
  color: #0e2147;
}
#all_tutorials div.bigone a .contenu_texte_tutorial .intro p, #last_tutorial div.bigone a .contenu_texte_tutorial .intro p {
  width: 90%;
}
#all_tutorials div.bigone a.bouton_primaire, #last_tutorial div.bigone a.bouton_primaire {
  display: inline-block;
}
#all_tutorials div.bigone a .label_type_tuto, #last_tutorial div.bigone a .label_type_tuto {
  left: 7%;
}
#all_tutorials div.bigone p, #last_tutorial div.bigone p {
  text-align: left;
  margin-left: 15px;
}
#all_tutorials div a, #last_tutorial div a {
  position: relative;
  display: block;
}
#all_tutorials div a.tuto_bg, #last_tutorial div a.tuto_bg {
  padding-bottom: 51%;
  overflow: hidden;
  position: relative;
}
#all_tutorials div a.tuto_bg:before, #last_tutorial div a.tuto_bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #fff transparent transparent transparent;
  z-index: 5;
}
#all_tutorials div a.tuto_bg:after, #last_tutorial div a.tuto_bg:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #fff transparent;
  z-index: 5;
}
#all_tutorials div a.tuto_bg .animations_borders, #last_tutorial div a.tuto_bg .animations_borders {
  position: absolute;
  inset: 0;
}
#all_tutorials div a.tuto_bg .animations_borders:before, #all_tutorials div a.tuto_bg .animations_borders:after, #last_tutorial div a.tuto_bg .animations_borders:before, #last_tutorial div a.tuto_bg .animations_borders:after {
  border-radius: 0;
  content: "";
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transition: all 0.5s ease-in-out 0s;
  width: 50px;
  z-index: 3;
}
#all_tutorials div a.tuto_bg .animations_borders:before, #last_tutorial div a.tuto_bg .animations_borders:before {
  top: auto;
  bottom: 0;
  border-bottom: 4px solid #8ef0d8;
  border-left: 4px solid #8ef0d8;
  transform-origin: 0 100% 0;
}
#all_tutorials div a.tuto_bg .animations_borders:after, #last_tutorial div a.tuto_bg .animations_borders:after {
  top: 0;
  left: auto;
  right: 0;
  border-right: 4px solid #8ef0d8;
  border-top: 4px solid #8ef0d8;
  transform-origin: 100% 0 0;
}
#all_tutorials div a .label_type_tuto, #last_tutorial div a .label_type_tuto {
  position: relative;
  top: 10px;
  left: 10%;
  padding: 3px 11px;
  border-radius: 55px;
  background: #8ef0d8;
  color: #0e2147;
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
  margin-right: 7px;
}
#all_tutorials div a .label_type_tuto + .label_type_tuto, #last_tutorial div a .label_type_tuto + .label_type_tuto {
  background: #fff;
  color: #000;
}
#all_tutorials div a .bg_tutorial, #last_tutorial div a .bg_tutorial {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#all_tutorials div a .contenu_texte_tutorial, #last_tutorial div a .contenu_texte_tutorial {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 0 15px 0;
  text-align: left;
}
#all_tutorials div a .contenu_texte_tutorial p, #last_tutorial div a .contenu_texte_tutorial p {
  color: #000;
  margin: 0 0 3px;
  font-size: 16px;
  line-height: 23px;
  width: 100%;
  font-weight: 300;
  text-transform: uppercase;
  text-align: left;
  height: 45px;
}
#all_tutorials div a .contenu_texte_tutorial p strong, #last_tutorial div a .contenu_texte_tutorial p strong {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.3em;
}
#all_tutorials div a .contenu_texte_tutorial p.date, #last_tutorial div a .contenu_texte_tutorial p.date {
  text-transform: none;
  font-size: 14px;
  color: #c1c1c1;
  margin: 0 0 5px;
  height: auto;
}
#all_tutorials div a .contenu_texte_tutorial .intro p, #last_tutorial div a .contenu_texte_tutorial .intro p {
  text-transform: none;
  color: #000;
  font-size: 15px;
  line-height: 22px;
  opacity: 0.7;
}
#all_tutorials div a:hover .bg_tutorial, #last_tutorial div a:hover .bg_tutorial {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#all_tutorials div:hover .contenu_texte_tutorial .intro p, #all_tutorials div:hover .contenu_texte_tutorial p, #all_tutorials div:hover .contenu_texte_tutorial p.date, #all_tutorials div:hover .contenu_texte_tutorial p strong, #last_tutorial div:hover .contenu_texte_tutorial .intro p, #last_tutorial div:hover .contenu_texte_tutorial p, #last_tutorial div:hover .contenu_texte_tutorial p.date, #last_tutorial div:hover .contenu_texte_tutorial p strong {
  color: #8ef0d8 !important;
}
#all_tutorials div:hover .animations_borders:before, #all_tutorials div:hover .animations_borders:after, #last_tutorial div:hover .animations_borders:before, #last_tutorial div:hover .animations_borders:after {
  transform: scale(1) !important;
}

#last_tutorial {
  display: block;
}
#last_tutorial div a.tuto_bg:before {
  border-color: #f6f4f4 transparent transparent transparent;
}
#last_tutorial div a.tuto_bg:after {
  border-color: transparent transparent #f6f4f4 transparent;
}

#post_thumbnail_tutorial {
  margin-bottom: 20px;
}
#post_thumbnail_tutorial img {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: auto;
  object-fit: cover;
}

#intro_tutorial {
  margin-top: 15px;
}
#intro_tutorial p {
  color: #fff;
  text-align: left;
  line-height: 1.4em;
  margin-top: 0;
}

#main_content_tutorial {
  color: #000;
}
#main_content_tutorial.nomargintop h2 {
  margin-top: 0;
}
#main_content_tutorial.nomargintop h2 ~ h2 {
  margin-top: 25px;
}
#main_content_tutorial p a {
  color: blue;
  text-decoration: underline;
}
#main_content_tutorial ol {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
#main_content_tutorial ol li {
  color: #fff;
  font-size: 18px;
  line-height: 1.6em;
  margin-bottom: 8px;
}
#main_content_tutorial ol li a {
  color: #8ef0d8;
  text-decoration: underline;
}
#main_content_tutorial ol li::marker {
  color: #8ef0d8;
}
#main_content_tutorial ol ul {
  margin: 8px 0;
}
#main_content_tutorial h2 {
  color: blue;
  text-transform: uppercase;
  margin-top: 50px;
}
#main_content_tutorial h3 {
  color: #000;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 20px;
}
#main_content_tutorial h4 {
  color: #000;
  margin-top: 30px;
  margin-bottom: 10px;
}
#main_content_tutorial ul {
  list-style-type: none;
  margin-bottom: 15px;
}
#main_content_tutorial ul li {
  position: relative;
  margin-bottom: 7px;
  padding-left: 13px;
}
#main_content_tutorial ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: blue;
}
#main_content_tutorial .wp-block-image {
  margin: 40px 0;
}
#main_content_tutorial .wp-block-image img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
}
#main_content_tutorial .wp-block-image.size-full img {
  width: 100%;
}
#main_content_tutorial .banner_pub.medium {
  margin-top: 40px;
  margin-bottom: 40px;
}

body.single-tutorials #intro_tutorial p a {
  color: #8ef0d8;
}

body.single-post #wrapper_carousel_other_slots {
  margin-top: 30px;
}

/* MOBILE */
@media screen and (max-width: 768px) {
  #all_tutorials div.bigone .col6.right, #last_tutorial div.bigone .col6.right {
    padding-left: 0;
  }
  #all_tutorials div.bigone a .contenu_texte_tutorial, #last_tutorial div.bigone a .contenu_texte_tutorial {
    padding-top: 15px;
  }
  #all_tutorials div.bigone a .contenu_texte_tutorial p, #last_tutorial div.bigone a .contenu_texte_tutorial p {
    width: 100%;
  }
  #all_tutorials div a .contenu_texte_tutorial p, #last_tutorial div a .contenu_texte_tutorial p {
    height: auto;
  }
  #section_tutorials #all_tutorials {
    flex-direction: column;
  }
  #section_tutorials #all_tutorials > div.col4 {
    margin-left: 0;
    margin-right: 0;
  }
  #listeTutorials .col12 {
    width: 100%;
    margin: 0 0 15px;
  }
  #all_tutorials {
    margin-right: 0;
    margin-left: 0;
    display: block;
  }
  #all_tutorials > div.col3, #all_tutorials > div.col4 {
    width: 100%;
    margin: 0 0 15px;
  }
  #all_tutorials.live_casino > .col3 {
    margin-bottom: 15%;
  }
  body.single-tutorials #titleSlots + .wrapper .col8.col_gauche {
    width: 100%;
    margin: 0 0 15px;
  }
  body.single-tutorials #titleSlots + .wrapper .col8.col_gauche .col6 {
    width: 100%;
    margin: 0 0 15px;
  }
  body.single-tutorials #main_content_tutorial p {
    font-size: 16px;
  }
  body.page-template-template-slots #section_tutorials {
    margin-bottom: 20px;
  }
  body.page-template-template-slots #section_tutorials #tutorials .col8 {
    width: 100%;
  }
  body.page-template-template-slots #section_tutorials #tutorials .col4 {
    width: 100%;
  }
  body.page-template-template-slots #onlineSlots .col6 {
    width: 100%;
  }
  body.page-template-template-all-outilscasino #allOutils .col6 .bg_all_outils > div {
    padding-bottom: 50%;
  }
  body.page-template-template-all-outilscasino #section_tutorials {
    margin-bottom: 20px;
  }
  body.page-template-template-all-outilscasino #section_tutorials #tutorials .col12 {
    width: 100%;
    margin: 0;
  }
  body.page-template-template-all-outilscasino #section_tutorials #tutorials .col8 {
    width: 100%;
    margin: 0 0 20px;
  }
  body.page-template-template-all-outilscasino #section_tutorials #tutorials .col4 {
    width: 100%;
    margin: 0 0 20px;
  }
}
#section_last_3_tutorials {
  margin: 30px 0 0;
}
#section_last_3_tutorials #intro_tutorials {
  text-align: left;
  margin-bottom: 20px;
}
#section_last_3_tutorials #intro_tutorials h2 {
  text-transform: none;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  position: relative;
  text-align: left;
  margin-top: 0;
  margin-bottom: 35px;
}
#section_last_3_tutorials #intro_tutorials h2:before {
  content: "";
  width: 130px;
  height: 2px;
  background: #8ef0d8;
  bottom: -18px;
  left: 0;
  position: absolute;
}
#section_last_3_tutorials #intro_tutorials p {
  color: #fff;
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 10px;
}
#section_last_3_tutorials #last_3_tutorials > div {
  overflow: hidden;
}
#section_last_3_tutorials #last_3_tutorials > div.col4 {
  margin-bottom: 2%;
}
#section_last_3_tutorials #last_3_tutorials > div.col8 > a {
  padding-bottom: 53.8%;
}
#section_last_3_tutorials #last_3_tutorials > div > a {
  padding-bottom: 50%;
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
#section_last_3_tutorials #last_3_tutorials > div > a .label_type_tuto {
  position: relative;
  top: 10px;
  left: 10px;
  padding: 3px 11px;
  border-radius: 55px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 13px;
  display: inline-block;
  margin-right: 7px;
}
#section_last_3_tutorials #last_3_tutorials > div > a .bg_tutorial {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#section_last_3_tutorials #last_3_tutorials > div > a .contenu_texte_tutorial {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 15px 10px;
  background: rgb(13, 1, 27);
  background: linear-gradient(0deg, rgb(13, 1, 27) 16%, rgba(13, 1, 27, 0) 100%);
  color: #fff;
}
#section_last_3_tutorials #last_3_tutorials > div > a .contenu_texte_tutorial p {
  color: #fff;
  margin: 0 0 3px;
  font-size: 18px;
  line-height: 1.3em;
  width: 100%;
  font-weight: 300;
  text-transform: uppercase;
}
#section_last_3_tutorials #last_3_tutorials > div > a .contenu_texte_tutorial p strong {
  text-transform: none;
  font-size: 16px;
  line-height: 1.3em;
}
#section_last_3_tutorials #last_3_tutorials > div > a .contenu_texte_tutorial p.date {
  text-transform: none;
  font-size: 14px;
}
#section_last_3_tutorials #last_3_tutorials > div > a:hover .bg_tutorial {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

/* TABLETTE */
@media screen and (min-width: 641px) and (max-width: 1023px) {
  #last_3_tutorials .col8, #last_3_tutorials .col4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #last_3_tutorials .col4 {
    width: 100%;
  }
  #last_3_tutorials .col4 ~ .col4 {
    float: right;
  }
  #section_last_3_tutorials #last_3_tutorials > div.col4 {
    margin-bottom: 33px;
  }
}
/* MOBILE */
@media screen and (max-width: 640px) {
  #last_3_tutorials .col8, #last_3_tutorials .col4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px !important;
  }
  #last_3_tutorials .col4 {
    width: 100%;
  }
  #section_last_3_tutorials {
    margin: 0;
    text-align: center;
  }
  #section_last_3_tutorials #intro_tutorials {
    text-align: center;
    margin-bottom: 0;
  }
  #section_last_3_tutorials #intro_tutorials .hideonmobile {
    display: none !important;
  }
  #section_last_3_tutorials #intro_tutorials .hideondesktop {
    display: block !important;
  }
  #section_last_3_tutorials #intro_tutorials .col12 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #section_last_3_tutorials #intro_tutorials .col12 h2 {
    text-transform: none;
    font-family: "Inter", sans-serif;
    font-weight: 900;
    font-size: 30px;
    color: #fff;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
  }
  #section_last_3_tutorials #intro_tutorials .col12 h2:before {
    left: 50%;
    transform: translateX(-50%);
  }
  #section_last_3_tutorials #intro_tutorials .col12 p {
    text-align: center;
  }
}
#searchTutorials {
  margin-top: -10px;
  margin-bottom: 35px;
}
#searchTutorials #form_search_tutorials {
  margin-top: 25px;
}
#searchTutorials #form_search_tutorials input[type=text] {
  width: calc(100% - 70px);
  height: 44px;
  background: #fff;
  border: none;
  margin: 0;
  float: left;
  padding-left: 20px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  font-size: 16px;
  padding-top: 4px;
}
#searchTutorials #form_search_tutorials input[type=submit] {
  width: 70px;
  height: 44px;
  line-height: 44px;
  vertical-align: middle;
  background: #8ef0d8;
  border: none;
  margin: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  cursor: pointer;
  background-image: url(../../images/search-picto.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
#searchTutorials #form_search_tutorials input:focus {
  outline: none;
}

#filtres_tutorials {
  display: block;
  margin-top: 0.625rem;
  margin-bottom: 0;
  outline: none;
  float: left;
  border-radius: 35px;
  padding: 17px 15px 3px 25px;
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(165, 165, 165, 0.16);
}
#filtres_tutorials #wrapper_select_filtre_home_bonus_casino_v2 {
  margin-bottom: 0;
  list-style-type: none;
  float: left;
  background: #fff;
}
#filtres_tutorials #wrapper_select_filtre_home_bonus_casino_v2 li {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
  padding: 8px 14px;
  border-radius: 55px;
  color: #063239;
  font-weight: 400;
  position: relative;
  font-size: 12px;
  cursor: pointer;
  transform: all 0.8s ease-in-out;
  background: #c9e7f4;
}
#filtres_tutorials #wrapper_select_filtre_home_bonus_casino_v2 li.first {
  border: none;
  background: none;
  padding: 5px 0;
}
#filtres_tutorials #wrapper_select_filtre_home_bonus_casino_v2 li.first:before {
  display: none;
}
#filtres_tutorials #wrapper_select_filtre_home_bonus_casino_v2 li.first:hover {
  background: none;
  color: #fff;
}
#filtres_tutorials #wrapper_select_filtre_home_bonus_casino_v2 li:last-child {
  margin-right: 0;
}
#filtres_tutorials #wrapper_select_filtre_home_bonus_casino_v2 li:before {
  content: "";
  opacity: 0.16;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 55px;
}
#filtres_tutorials #wrapper_select_filtre_home_bonus_casino_v2 li.active, #filtres_tutorials #wrapper_select_filtre_home_bonus_casino_v2 li:hover {
  background: #8ef0d8;
  color: #0e2147;
  font-weight: 400;
}
#filtres_tutorials #wrapper_select_filtre_home_bonus_casino {
  position: relative;
  display: inline-block;
  min-width: 300px;
  margin-bottom: 1.5625rem;
  height: 48px;
}
#filtres_tutorials #form_search_casinos_bonuses {
  float: right;
  margin-right: 15px;
}
#filtres_tutorials #form_search_casinos_bonuses input[type=text] {
  width: calc(100% - 80px);
  min-width: 230px;
  height: 35px;
  border: none;
  margin: 0 10px 0 0;
  float: left;
  padding-left: 20px;
  border-radius: 15px;
  font-size: 12px;
  border: none;
  outline: none !important;
  background: #ececec;
}
#filtres_tutorials #form_search_casinos_bonuses input[type=submit] {
  width: 60px;
  height: 35px;
  background: #5e5ddc;
  border: none;
  margin: 0;
  border-radius: 15px;
  cursor: pointer;
  background-image: url(../../images/ico-loupe-thin.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 21px 21px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  appearance: none;
}

/* TABLETTE */
@media screen and (min-width: 641px) and (max-width: 1024px) {
  #searchTutorials .col3, #searchTutorials .col9 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #searchTutorials .col3 {
    margin-bottom: 0;
  }
  #filtres_tutorials {
    margin-top: 15px;
  }
  #filtres_tutorials ul li {
    margin-right: 10px;
    margin-bottom: 15px;
  }
}
/* MOBILE */
@media screen and (max-width: 640px) {
  #searchTutorials .col3, #searchTutorials .col9 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #searchTutorials .col3 {
    margin-bottom: 0;
  }
  #filtres_tutorials {
    margin-top: 15px;
  }
  #filtres_tutorials ul li {
    margin-right: 10px;
    margin-bottom: 15px;
  }
}
#wrapperOnlineCasinoRecommended {
  background: url(../../images/bg_top_bookmakers.webp) no-repeat center center/cover;
  padding: 60px 0;
  margin-top: 40px;
  position: relative;
}
#wrapperOnlineCasinoRecommended:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to bottom, rgba(14, 33, 71, 0), #0e2147);
}
#wrapperOnlineCasinoRecommended h2 {
  color: #fff;
  text-align: center;
  font-weight: 400;
}
#wrapperOnlineCasinoRecommended h2 strong {
  font-weight: 900;
}

#onlineCasinoRecommended.row {
  margin-top: 15px;
  margin-bottom: 0;
  background: transparent;
}
#onlineCasinoRecommended.row .bonus {
  clip-path: polygon(11% 0, 100% 0, 100% 92%, 90% 100%, 0 100%, 0 10%);
}
#onlineCasinoRecommended.row .bonus:before, #onlineCasinoRecommended.row .bonus:after {
  display: none !important;
}
#onlineCasinoRecommended.row .bonus .bonus-card .wrapper-logo:before {
  display: none !important;
}
#onlineCasinoRecommended.row .bonus .bonus-card .wrapper-logo:after {
  display: none !important;
}

@media screen and (max-width: 640px) {
  #onlineCasinoRecommended {
    flex-direction: column;
  }
  #onlineCasinoRecommended .col3, #onlineCasinoRecommended .col9, #onlineCasinoRecommended .col12 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px !important;
  }
}
#introSlots.casinoBonuses {
  margin-bottom: 35px;
}
#introSlots.casinoBonuses .col6.pub_exclusivity_stake {
  min-height: 340px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  border-radius: 20px;
  position: relative;
  color: #fff;
  padding: 60px 50px 50px 50px;
}
#introSlots.casinoBonuses .col6.pub_exclusivity_stake .exclu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  padding: 9px 30px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  background: #e52a62;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#introSlots.casinoBonuses .col6.pub_exclusivity_stake p {
  color: #fff;
}
#introSlots.casinoBonuses .col6.pub_exclusivity_stake p.bold {
  font-weight: 900;
}
#introSlots.casinoBonuses .col6.pub_exclusivity_stake p.uppercase {
  text-transform: uppercase;
}
#introSlots.casinoBonuses .col6.pub_exclusivity_stake .logo_conditions {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
#introSlots.casinoBonuses .col6.pub_exclusivity_stake .logo_conditions .logo {
  float: left;
  width: auto;
  border-right: 1px solid #fff;
  padding-right: 30px;
}
#introSlots.casinoBonuses .col6.pub_exclusivity_stake .logo_conditions .logo img {
  max-width: 110px;
  height: auto;
  margin-top: 5px;
}
#introSlots.casinoBonuses .col6.pub_exclusivity_stake .logo_conditions .conditions {
  float: left;
  width: 70%;
  padding-left: 35px;
}
#introSlots.casinoBonuses .col6.pub_exclusivity_stake .logo_conditions .conditions p {
  margin: 0 0 5px;
  line-height: 1.1em;
}
#introSlots.casinoBonuses .col6.pub_exclusivity_stake .logo_conditions .conditions p.bold {
  font-size: 32px;
  margin-top: 2px;
  text-transform: uppercase;
}
#introSlots.casinoBonuses .col6.pub_exclusivity_stake .boutons .bouton_primaire {
  margin-right: 20px;
}
#introSlots.casinoBonuses .col6.pub_exclusivity_stake .phrase_bas {
  margin-top: 25px;
}
#introSlots.casinoBonuses .col6.pub_exclusivity_stake .phrase_bas p a {
  color: #C1C1C1;
  text-decoration: underline;
}

#filtre_home_bonus_casino {
  display: block;
  margin-top: 0.625rem;
  margin-bottom: 0;
  outline: none;
  float: left;
  border-radius: 35px;
  padding: 17px 15px 3px 25px;
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(165, 165, 165, 0.16);
}
#filtre_home_bonus_casino #wrapper_select_filtre_home_bonus_casino_v2, #filtre_home_bonus_casino #subcategories_news {
  margin-bottom: 0;
  list-style-type: none;
  float: left;
  background: #fff;
}
#filtre_home_bonus_casino #wrapper_select_filtre_home_bonus_casino_v2 li, #filtre_home_bonus_casino #subcategories_news li {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
  padding: 0 14px;
  border-radius: 55px;
  border: 1px solid #0e2147;
  color: #063239;
  font-weight: 400;
  position: relative;
  font-size: 12px;
  cursor: pointer;
  transform: all 0.8s ease-in-out;
  background: #fff;
  height: 32px;
  line-height: 32px;
}
#filtre_home_bonus_casino #wrapper_select_filtre_home_bonus_casino_v2 li.first, #filtre_home_bonus_casino #subcategories_news li.first {
  border: none;
  background: none;
  padding: 5px 0;
}
#filtre_home_bonus_casino #wrapper_select_filtre_home_bonus_casino_v2 li.first:before, #filtre_home_bonus_casino #subcategories_news li.first:before {
  display: none;
}
#filtre_home_bonus_casino #wrapper_select_filtre_home_bonus_casino_v2 li.first:hover, #filtre_home_bonus_casino #subcategories_news li.first:hover {
  background: none;
  color: #fff;
}
#filtre_home_bonus_casino #wrapper_select_filtre_home_bonus_casino_v2 li:last-child, #filtre_home_bonus_casino #subcategories_news li:last-child {
  margin-right: 0;
}
#filtre_home_bonus_casino #wrapper_select_filtre_home_bonus_casino_v2 li:before, #filtre_home_bonus_casino #subcategories_news li:before {
  content: "";
  opacity: 0.16;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 55px;
}
#filtre_home_bonus_casino #wrapper_select_filtre_home_bonus_casino_v2 li.active, #filtre_home_bonus_casino #wrapper_select_filtre_home_bonus_casino_v2 li:hover, #filtre_home_bonus_casino #subcategories_news li.active, #filtre_home_bonus_casino #subcategories_news li:hover {
  background: #8ef0d8;
  color: #0e2147;
  font-weight: 400;
  border-color: #8ef0d8;
}
#filtre_home_bonus_casino #wrapper_select_filtre_home_bonus_casino {
  position: relative;
  display: inline-block;
  min-width: 300px;
  margin-bottom: 1.5625rem;
  height: 48px;
}
#filtre_home_bonus_casino #wrapper_select_filtre_home_bonus_casino.active:before {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
#filtre_home_bonus_casino #form_search_casinos_bonuses {
  float: right;
  margin-right: 15px;
}
#filtre_home_bonus_casino #form_search_casinos_bonuses input[type=text] {
  width: calc(100% - 80px);
  min-width: 230px;
  height: 32px;
  border: none;
  margin: 0 10px 0 0;
  float: left;
  padding-left: 20px;
  border-radius: 55px;
  font-size: 12px;
  border: none;
  outline: none !important;
  background: #ececec;
}
#filtre_home_bonus_casino #form_search_casinos_bonuses ::placeholder {
  color: #c1c1c1;
  opacity: 0.6;
  font-size: 12px;
  font-weight: 400;
}
#filtre_home_bonus_casino #form_search_casinos_bonuses input[type=submit] {
  width: 60px;
  height: 32px;
  background: #8ef0d8;
  border: none;
  margin: 0;
  border-radius: 55px;
  cursor: pointer;
  background-image: url(../../images/ico-loupe-thin-blue.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  appearance: none;
}
#filtre_home_bonus_casino #filter_slots_by_provider {
  padding: 5px 10px 5px 13px;
  border-radius: 10px;
  background-color: #fff;
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 2px;
  color: #063239;
  font-weight: 400;
  font-size: 12px;
  min-width: 250px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  border: solid 1px #403f42;
}
#filtre_home_bonus_casino #filter_slots_by_provider ul {
  list-style-type: none;
}
#filtre_home_bonus_casino #filter_slots_by_provider ul li {
  font-size: 12px;
  margin-bottom: 0;
}
#filtre_home_bonus_casino #filter_slots_by_provider:before {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 6px solid #063239;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
#filtre_home_bonus_casino #filter_slots_by_provider > span {
  line-height: 1.6em;
}
#filtre_home_bonus_casino #filter_slots_by_provider .sous_menu {
  position: absolute;
  bottom: auto;
  top: 97%;
  left: 0;
  width: 250px;
  z-index: 15;
  padding: 10px 10px 12px 13px;
  border-radius: 10px;
  background-color: #fff;
  border: solid 1px #403f42;
  opacity: 0;
  transform: translateY(25%);
  transition: all 150ms ease;
  pointer-events: none;
}
#filtre_home_bonus_casino #filter_slots_by_provider .sous_menu:before {
  position: absolute;
  top: -65px;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: -1;
}
#filtre_home_bonus_casino #filter_slots_by_provider .sous_menu li {
  display: block;
  clear: both;
  margin-bottom: 5px;
  font-size: 12px;
  border-bottom: 1px solid #ececec;
  height: 35px;
}
#filtre_home_bonus_casino #filter_slots_by_provider .sous_menu li:last-child {
  border-bottom: none;
}
#filtre_home_bonus_casino #filter_slots_by_provider .sous_menu li input, #filtre_home_bonus_casino #filter_slots_by_provider .sous_menu li label {
  cursor: pointer;
  display: inline-block;
  line-height: 35px;
  vertical-align: middle;
  margin: 0 4px 3px 0;
  padding: 0;
}
#filtre_home_bonus_casino #filter_slots_by_provider .sous_menu li input {
  height: 35px;
}
#filtre_home_bonus_casino #filter_slots_by_provider .sous_menu li label {
  width: 200px;
  margin-right: 0;
}
#filtre_home_bonus_casino #filter_slots_by_provider .sous_menu li label span.nb {
  background: #c9e7f4;
  border-radius: 5px;
  color: #063239;
  font-size: 12px;
  padding: 4px 7px;
  margin-left: 10px;
}
#filtre_home_bonus_casino #filter_slots_by_provider:hover .sous_menu {
  opacity: 1;
  transform: translateY(0%);
  pointer-events: auto;
  cursor: pointer !important;
}

#wrapperOnlineCasinoRecommended h2 {
  text-transform: uppercase;
}
#wrapperOnlineCasinoRecommended.home h2 {
  font-weight: 100;
}
#wrapperOnlineCasinoRecommended.home h2 strong {
  font-weight: 900;
}

#casinoBonuses, #onlineCasinoRecommended {
  padding-top: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: #f3f3f3;
}
#casinoBonuses .bonus, #onlineCasinoRecommended .bonus {
  margin-bottom: 25px;
  margin-bottom: 3%;
  background: #fff;
  position: relative;
  color: #0e2147;
}
#casinoBonuses .bonus:before, #onlineCasinoRecommended .bonus:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #f3f3f3 transparent;
  z-index: 5;
}
#casinoBonuses .bonus.hide, #onlineCasinoRecommended .bonus.hide {
  display: none;
}
#casinoBonuses .bonus .bonus-card, #onlineCasinoRecommended .bonus .bonus-card {
  padding: 0;
  position: relative;
  float: left;
  width: 100%;
}
#casinoBonuses .bonus .bonus-card .wrapper-logo, #onlineCasinoRecommended .bonus .bonus-card .wrapper-logo {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  position: relative;
  height: 84px;
}
#casinoBonuses .bonus .bonus-card .wrapper-logo:before, #onlineCasinoRecommended .bonus .bonus-card .wrapper-logo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #f3f3f3 transparent transparent transparent;
  z-index: 5;
}
#casinoBonuses .bonus .bonus-card .wrapper-logo a, #onlineCasinoRecommended .bonus .bonus-card .wrapper-logo a {
  display: inline-block;
  height: 84px;
  line-height: 84px;
}
#casinoBonuses .bonus .bonus-card .wrapper-logo a img, #onlineCasinoRecommended .bonus .bonus-card .wrapper-logo a img {
  margin-left: 0;
  max-width: 150px;
  height: auto;
  vertical-align: middle;
}
#casinoBonuses .bonus .bonus-card .line, #onlineCasinoRecommended .bonus .bonus-card .line {
  position: relative;
}
#casinoBonuses .bonus .bonus-card .line .exclu, #onlineCasinoRecommended .bonus .bonus-card .line .exclu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  padding: 6px 15px;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  background: #e52a62;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#casinoBonuses .bonus .bonus-card .line .exclu.new, #onlineCasinoRecommended .bonus .bonus-card .line .exclu.new {
  background: transparent linear-gradient(49deg, #EB7424 0%, #FA924D 100%) 0% 0% no-repeat padding-box;
}
#casinoBonuses .bonus .bonus-card .line .offre_exclusive, #onlineCasinoRecommended .bonus .bonus-card .line .offre_exclusive {
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 4px 0;
  margin-top: -13px;
}
#casinoBonuses .bonus .bonus-card .line .offre_exclusive a, #onlineCasinoRecommended .bonus .bonus-card .line .offre_exclusive a {
  display: block;
  font-size: 14px;
  color: #fff;
}
#casinoBonuses .bonus .bonus-card .line .offre_principale, #onlineCasinoRecommended .bonus .bonus-card .line .offre_principale {
  text-align: center;
  padding: 25px 0 0;
  color: #0e2147;
}
#casinoBonuses .bonus .bonus-card .line .offre_principale .titre_offre_principale, #onlineCasinoRecommended .bonus .bonus-card .line .offre_principale .titre_offre_principale {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
}
#casinoBonuses .bonus .bonus-card .line .offre_principale .sous_titre_offre_principale, #onlineCasinoRecommended .bonus .bonus-card .line .offre_principale .sous_titre_offre_principale {
  font-size: 18px;
  margin: 5px 0 30px;
}
#casinoBonuses .bonus .bonus-card .line .offre_principale .contenu_offre_principale p, #onlineCasinoRecommended .bonus .bonus-card .line .offre_principale .contenu_offre_principale p {
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0 0 5px;
}
#casinoBonuses .bonus .bonus-card .line .offre_principale .contenu_offre_principale p strong, #onlineCasinoRecommended .bonus .bonus-card .line .offre_principale .contenu_offre_principale p strong {
  font-size: 45px;
  font-weight: 900;
  text-transform: none;
}
#casinoBonuses .bonus .bonus-card .line .wrapper-bonus, #onlineCasinoRecommended .bonus .bonus-card .line .wrapper-bonus {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 20px 20px;
}
#casinoBonuses .bonus .bonus-card .line .column, #onlineCasinoRecommended .bonus .bonus-card .line .column {
  color: #063239;
  padding: 8px 15px 8px 13px;
  margin-bottom: 6px;
  flex: 50%;
  border-bottom: 1px solid #ececec;
}
#casinoBonuses .bonus .bonus-card .line .column strong, #onlineCasinoRecommended .bonus .bonus-card .line .column strong {
  font-size: 20px;
  font-weight: 900;
}
#casinoBonuses .bonus .bonus-card .line .column .sub_title, #onlineCasinoRecommended .bonus .bonus-card .line .column .sub_title {
  display: block;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  top: 2px;
  margin-bottom: 5px;
}
#casinoBonuses .bonus .bonus-card .boutons, #onlineCasinoRecommended .bonus .bonus-card .boutons {
  position: relative;
  z-index: 10;
  margin-top: 15px;
  float: left;
  width: 100%;
  text-align: center;
  padding: 0 20px;
}
#casinoBonuses .bonus .bonus-card .boutons a, #onlineCasinoRecommended .bonus .bonus-card .boutons a {
  display: block;
  border-radius: 10px;
  color: #0e2147;
}
#casinoBonuses .bonus .bonus-card .boutons a.more_info, #onlineCasinoRecommended .bonus .bonus-card .boutons a.more_info {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  color: #0e2147;
  border-radius: 10px;
  border: solid 2px #fff;
  padding: 2px 0 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#casinoBonuses .bonus .bonus-card .boutons a.more_info:hover, #onlineCasinoRecommended .bonus .bonus-card .boutons a.more_info:hover {
  background: #fff;
  color: #170927;
}
#casinoBonuses .bonus .bonus-card .boutons a.more_info svg, #onlineCasinoRecommended .bonus .bonus-card .boutons a.more_info svg {
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  transform: translateX(-8px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  margin-left: 15px;
}
#casinoBonuses .bonus .bonus-card .boutons a.more_info:hover svg, #onlineCasinoRecommended .bonus .bonus-card .boutons a.more_info:hover svg {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#casinoBonuses .bonus .bonus-card .boutons a.more_info:active svg, #onlineCasinoRecommended .bonus .bonus-card .boutons a.more_info:active svg {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
#casinoBonuses .bonus .bonus-card .boutons a.more_info span, #onlineCasinoRecommended .bonus .bonus-card .boutons a.more_info span {
  position: relative;
  color: #0e2147;
  padding-bottom: 20px;
  padding-bottom: 7px;
  font-size: 14px;
  padding-right: 0;
}
#casinoBonuses .bonus .bonus-card .boutons a.more_info span:after, #onlineCasinoRecommended .bonus .bonus-card .boutons a.more_info span:after {
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #5e5ddc;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
#casinoBonuses .bonus .bonus-card .boutons a.more_info:hover span:after, #onlineCasinoRecommended .bonus .bonus-card .boutons a.more_info:hover span:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
#casinoBonuses .bonus .bonus-card .boutons a:not(.more_info), #onlineCasinoRecommended .bonus .bonus-card .boutons a:not(.more_info) {
  position: relative;
  color: #0e2147;
  font-size: 14px;
  display: inline-block;
  height: 100%;
  padding: 5px 40px;
  z-index: 5;
  padding: 15px 45px;
}
#casinoBonuses .bonus .bonus-card .boutons a:not(.more_info):before, #onlineCasinoRecommended .bonus .bonus-card .boutons a:not(.more_info):before {
  position: absolute;
  inset: 0;
  content: "";
  background: #8ef0d8;
  transform: skew(334deg);
  z-index: -1;
}
#casinoBonuses .bonus .bonus-card .boutons a:not(.more_info):hover, #onlineCasinoRecommended .bonus .bonus-card .boutons a:not(.more_info):hover {
  background: transparent;
  color: #0e2147;
}
#casinoBonuses .bonus .bonus-card .boutons a:not(.more_info):hover:before, #onlineCasinoRecommended .bonus .bonus-card .boutons a:not(.more_info):hover:before {
  background: #fff;
}
#casinoBonuses .bonus .bonus-card .boutons a:not(.more_info):hover, #onlineCasinoRecommended .bonus .bonus-card .boutons a:not(.more_info):hover {
  color: #fff;
}
#casinoBonuses .bonus .bonus-card .boutons a:not(.more_info):hover:before, #onlineCasinoRecommended .bonus .bonus-card .boutons a:not(.more_info):hover:before {
  background: #5e5ddc;
}
#casinoBonuses .bonus .bonus-card:before, #casinoBonuses .bonus .bonus-card:after, #onlineCasinoRecommended .bonus .bonus-card:before, #onlineCasinoRecommended .bonus .bonus-card:after {
  border-radius: 0;
  content: "";
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transition: all 0.5s ease-in-out 0s;
  width: 50px;
  z-index: 3;
}
#casinoBonuses .bonus .bonus-card:before, #onlineCasinoRecommended .bonus .bonus-card:before {
  top: auto;
  bottom: 0;
  border-bottom: 4px solid #8ef0d8;
  border-left: 4px solid #8ef0d8;
  transform-origin: 0 100% 0;
}
#casinoBonuses .bonus .bonus-card:after, #onlineCasinoRecommended .bonus .bonus-card:after {
  top: 0;
  left: auto;
  right: 0;
  border-right: 4px solid #8ef0d8;
  border-top: 4px solid #8ef0d8;
  transform-origin: 100% 0 0;
}
#casinoBonuses .bonus .bonus-card:hover:before, #casinoBonuses .bonus .bonus-card:hover:after, #onlineCasinoRecommended .bonus .bonus-card:hover:before, #onlineCasinoRecommended .bonus .bonus-card:hover:after {
  transform: scale(1);
}

#casinoBonuses .wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* Styles for dialog window */
.bonus-card-lightbox {
  padding: 0;
  border-radius: 15px;
  text-align: left;
  width: 80%;
  max-width: 1000px;
  margin: 40px auto;
  position: relative;
  color: #063239;
}
.bonus-card-lightbox ul li {
  color: #063239;
  margin-bottom: 7px;
}
.bonus-card-lightbox p.titre {
  color: #5e5ddc;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.bonus-card-lightbox .mfp-close {
  color: #fff !important;
  font-family: "Inter";
  opacity: 1;
  top: -35px;
  right: -42px;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  text-align: center;
  font-size: 18px;
  line-height: 16px;
}
.bonus-card-lightbox .detail {
  clip-path: polygon(3% 0, 100% 0, 100% 92%, 97% 100%, 0 100%, 0 7%);
}
.bonus-card-lightbox .detail .logo_titre {
  display: block;
  float: left;
  width: 100%;
  height: 79px;
  line-height: 70px;
}
.bonus-card-lightbox .detail .logo_titre a {
  display: block;
  text-align: center;
  height: 79px;
  line-height: 79px;
}
.bonus-card-lightbox .detail .logo_titre a img {
  max-width: 180px;
  height: auto;
  vertical-align: middle;
}
.bonus-card-lightbox .detail .row {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
  clear: both;
}
.bonus-card-lightbox .detail .row .col8 {
  background: #fff;
  color: #fff;
  margin: 0;
  width: 70%;
  padding: 20px;
}
.bonus-card-lightbox .detail .row .col8 .scroll_details {
  height: 360px;
  overflow: scroll;
  overflow-x: hidden;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 20px;
}
.bonus-card-lightbox .detail .row .col8 .scroll_details h3:first-of-type {
  margin-top: 0;
}
.bonus-card-lightbox .detail .row .col8 .scroll_details::-webkit-scrollbar {
  width: 4px;
  height: 2px;
  background: #ececec;
}
.bonus-card-lightbox .detail .row .col8 .scroll_details::-webkit-scrollbar-thumb {
  background: #8ef0d8;
  border-radius: 2px;
}
.bonus-card-lightbox .detail .row .col8 .scroll_details p.titre {
  color: #0e2147;
  font-size: 16px;
  margin: 0 0 4px;
}
.bonus-card-lightbox .detail .row .col8 .scroll_details p.sous_titre {
  color: #063239;
  font-size: 16px;
  margin: 0 0 4px;
}
.bonus-card-lightbox .detail .row .col8 .scroll_details .texte {
  background-color: #ececec;
  border-radius: 15px;
  padding: 15px 25px 15px 25px;
  margin-top: 16px;
  margin-bottom: 30px;
}
.bonus-card-lightbox .detail .row .col8 .scroll_details .texte p {
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 7px;
}
.bonus-card-lightbox .detail .row .col8 .scroll_details .texte p strong {
  color: #0e2147;
}
.bonus-card-lightbox .detail .row .col8 .scroll_details .texte h3 {
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 7px;
  color: #0e2147;
  font-weight: 700;
}
.bonus-card-lightbox .detail .row .col8 .scroll_details .texte ol {
  padding: 0;
  list-style-position: inside;
  margin-top: 0;
}
.bonus-card-lightbox .detail .row .col8 .scroll_details .texte ol li {
  margin-bottom: 6px;
  font-weight: 400;
  line-height: 20px;
  color: #063239;
}
.bonus-card-lightbox .detail .row .col8 .scroll_details .texte ol li a {
  color: #0e2147 !important;
  text-decoration: underline;
}
.bonus-card-lightbox .detail .row .col8 .scroll_details .texte ol li a strong {
  color: #0e2147 !important;
}
.bonus-card-lightbox .detail .row .col8 .scroll_details .texte ol li::marker {
  font-weight: 900;
  color: #0e2147;
}
.bonus-card-lightbox .detail .row .col8 h3 {
  margin-bottom: 0;
}
.bonus-card-lightbox .detail .row .col8 p {
  margin-top: 5px;
  line-height: 1.5em;
  color: #063239;
}
.bonus-card-lightbox .detail .row .col8 p a {
  /*
  border: 1px solid $black_panther;
     border-radius: 50px;
     color: $black_panther;
     padding: 14px 0 13px;
     min-width: 200px;
     text-align:center;
     font-size: 16px;
     font-weight: 400;
     display: inline-block;
     margin-top: 15px;
     line-height: 1;
     text-transform: none;

     &:hover{
     	background:$black_panther;
     	color: #fff;
     }
     */
  margin-top: 15px;
  position: relative;
  color: #0e2147;
  font-size: 14px;
  display: inline-block;
  height: 100%;
  padding: 15px 45px;
  z-index: 5;
  border-color: #5e5ddc;
  color: #5e5ddc;
  margin-top: 5px;
  padding: 10px 0;
  min-width: 170px;
}
.bonus-card-lightbox .detail .row .col8 p a:before {
  position: absolute;
  inset: 0;
  content: "";
  border: 1px solid #0e2147;
  transform: skew(334deg);
  z-index: -1;
}
.bonus-card-lightbox .detail .row .col8 p a:hover {
  color: #fff;
}
.bonus-card-lightbox .detail .row .col8 p a:hover:before {
  background: #5e5ddc;
  border: 1px solid #5e5ddc;
}
.bonus-card-lightbox .detail .row .col8 p a:hover {
  background: #5e5ddc;
  color: #fff;
}
.bonus-card-lightbox .detail .row .col4 {
  background-color: #fff;
  color: #063239;
  margin: 0;
  width: 30%;
  padding: 20px;
}
.bonus-card-lightbox .detail .row .col4 h3 {
  margin-top: 0;
}
.bonus-card-lightbox .detail .row .col4 p.titre {
  color: #0e2147;
  font-size: 16px;
  font-weight: 900;
  margin: 0 0 12px !important;
  text-transform: uppercase;
}
.bonus-card-lightbox .detail .row .col4 ul li {
  margin: 0 0 5px;
  border-radius: 0;
  padding: 0;
  color: #0e2147;
  font-weight: 400;
  line-height: 1.2em;
}
.bonus-card-lightbox .detail .row .col4 ul li strong {
  font-weight: 700;
  color: #063239;
}
.bonus-card-lightbox .detail .row .col4 ul li:before {
  display: none;
}
.bonus-card-lightbox .detail .row .col4 .boutons {
  margin-top: 0;
}
.bonus-card-lightbox .detail .row .col4 .boutons p {
  margin: 35px 0 0;
}
.bonus-card-lightbox .detail .row .col4 .boutons a {
  margin-top: 0;
}
.bonus-card-lightbox .detail .row .col4 .boutons a:not(.read_article) {
  /*
     border-radius: 50px;
     color: $indigo;
     padding: 0;
     min-width: 200px;
     text-align:center;
     font-size: 16px;
     font-weight: 400;
     display: inline-block;
     margin-top: 15px;
     background:$turquoise;
     line-height: 1;
     text-transform: none;
     height: 46px;
     line-height: 46px;

     &:hover{
     	background-image: linear-gradient(to left, #5e5de3 100%, #411cb4 0%);
     	color: #fff;
     }
     */
  margin-top: 15px;
  position: relative;
  color: #0e2147;
  font-size: 14px;
  display: inline-block;
  height: 100%;
  padding: 15px 45px;
  z-index: 5;
}
.bonus-card-lightbox .detail .row .col4 .boutons a:not(.read_article):before {
  position: absolute;
  inset: 0;
  content: "";
  background: #8ef0d8;
  transform: skew(334deg);
  z-index: -1;
}
.bonus-card-lightbox .detail .row .col4 .boutons a:not(.read_article):hover {
  color: #fff;
}
.bonus-card-lightbox .detail .row .col4 .boutons a:not(.read_article):hover:before {
  background: #5e5ddc;
}
.bonus-card-lightbox .detail .row .col4 .boutons a.read_article {
  /*
  border: 1px solid $black_panther;
     border-radius: 50px;
     color: $black_panther;
     padding: 14px 0 13px;
     min-width: 200px;
     text-align:center;
     font-size: 16px;
     font-weight: 400;
     display: inline-block;
     margin-top: 15px;
     line-height: 1;
     text-transform: none;

     &:hover{
     	background:$black_panther;
     	color: #fff;
     }
     */
  margin-top: 15px;
  position: relative;
  color: #0e2147;
  font-size: 14px;
  display: inline-block;
  height: 100%;
  padding: 15px 45px;
  z-index: 5;
}
.bonus-card-lightbox .detail .row .col4 .boutons a.read_article:before {
  position: absolute;
  inset: 0;
  content: "";
  border: 1px solid #0e2147;
  transform: skew(334deg);
  z-index: -1;
}
.bonus-card-lightbox .detail .row .col4 .boutons a.read_article:hover {
  color: #fff;
}
.bonus-card-lightbox .detail .row .col4 .boutons a.read_article:hover:before {
  background: #5e5ddc;
  border: 1px solid #5e5ddc;
}

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

#explications_bonuses_new {
  position: relative;
  margin-top: 150px;
}
#explications_bonuses_new.bigmarginbottom {
  margin-bottom: 70px;
}
#explications_bonuses_new .col3 p {
  color: #063239;
  line-height: 1.44;
}
#explications_bonuses_new .col3 h2, #explications_bonuses_new .col3 h2 span {
  font-weight: 900 !important;
  text-transform: uppercase;
  margin-top: 6px;
}
#explications_bonuses_new .col3 #categories_casinos_bonus_carousel {
  margin-top: 30px;
}
#explications_bonuses_new .col3 #categories_casinos_bonus_carousel li {
  border-radius: 23px;
  border: 1px solid #5e5ddc;
  display: inline-block;
  margin: 0 10px 10px 0;
}
#explications_bonuses_new .col3 #categories_casinos_bonus_carousel li a {
  display: block;
  padding: 10px 15px;
  color: #5e5ddc;
  font-size: 16px;
  text-decoration: none;
}
#explications_bonuses_new .col3 #categories_casinos_bonus_carousel li a:hover {
  color: #fff;
}
#explications_bonuses_new .col3 #categories_casinos_bonus_carousel li:hover, #explications_bonuses_new .col3 #categories_casinos_bonus_carousel li.active {
  background: #5e5ddc;
}
#explications_bonuses_new .col3 #categories_casinos_bonus_carousel li:hover a, #explications_bonuses_new .col3 #categories_casinos_bonus_carousel li.active a {
  color: #fff;
}
#explications_bonuses_new .col9 {
  position: absolute;
  right: 0;
  margin: 0;
}
#explications_bonuses_new .col9 .owl-carousel {
  display: flex;
}
#explications_bonuses_new .col9 .owl-carousel .owl-stage {
  display: flex;
  height: 500px;
}
#explications_bonuses_new .col9 .owl-carousel .owl-stage .owl-item {
  display: flex;
}
#explications_bonuses_new .col9 .owl-carousel .owl-stage .owl-item > div {
  background: #c9e7f4;
  padding: 40px 40px 90px;
  border-radius: 35px;
  transition: all ease-in-out 0.5s;
  transform: scale(0.95);
  position: relative;
}
#explications_bonuses_new .col9 .owl-carousel .owl-stage .owl-item > div h3 {
  text-transform: uppercase;
}
#explications_bonuses_new .col9 .owl-carousel .owl-stage .owl-item > div p {
  line-height: 1.44;
}
#explications_bonuses_new .col9 .owl-carousel .owl-stage .owl-item > div a.bouton_tertiaire {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #063239;
  position: relative;
  padding-right: 0;
  position: absolute;
  bottom: 35px;
}
#explications_bonuses_new .col9 .owl-carousel .owl-stage .owl-item > div a.bouton_tertiaire:after {
  content: "";
  background: url(../../images/arrow_lien_tertiaire.svg) no-repeat center center;
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 11px;
  right: -20px;
  top: 5px;
}
#explications_bonuses_new .col9 .owl-carousel .owl-stage .owl-item > div a.bouton_tertiaire:before {
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #5e5ddc;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
#explications_bonuses_new .col9 .owl-carousel .owl-stage .owl-item > div a.bouton_tertiaire:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
#explications_bonuses_new .col9 .owl-carousel .owl-stage .owl-item > div:hover {
  transform: scale(1);
}
#explications_bonuses_new .col9 .owl-carousel .owl-stage .owl-item:not(.active) + .owl-item.active > div {
  background-image: linear-gradient(to left, #5e5de3, #411cb4);
  color: #fff;
}
#explications_bonuses_new .col9 .owl-carousel .owl-stage .owl-item:not(.active) + .owl-item.active > div h3, #explications_bonuses_new .col9 .owl-carousel .owl-stage .owl-item:not(.active) + .owl-item.active > div p {
  color: #fff;
}
#explications_bonuses_new .col9 .owl-carousel .owl-stage .owl-item:not(.active) + .owl-item.active > div a.bouton_tertiaire {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  position: relative;
  padding-right: 0;
  position: absolute;
  bottom: 35px;
}
#explications_bonuses_new .col9 .owl-carousel .owl-stage .owl-item:not(.active) + .owl-item.active > div a.bouton_tertiaire:after {
  content: "";
  background: url(../../images/arrow_lien_tertiaire_blanc.svg) no-repeat center center;
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 11px;
  right: -20px;
  top: 5px;
}
#explications_bonuses_new .col9 .owl-carousel .owl-stage .owl-item:not(.active) + .owl-item.active > div a.bouton_tertiaire:before {
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #fff;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
#explications_bonuses_new .col9 .owl-carousel .owl-stage .owl-item:not(.active) + .owl-item.active > div a.bouton_tertiaire:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
#explications_bonuses_new .col9 .owl-carousel .owl-nav {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
#explications_bonuses_new .col9 .owl-carousel .owl-dots {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
#explications_bonuses_new .col9 .owl-carousel .owl-dots .owl-dot.active span, #explications_bonuses_new .col9 .owl-carousel .owl-dots .owl-dot:hover span {
  background: #5e5ddc;
}

#contenu_bonuses_new {
  position: relative;
}
#contenu_bonuses_new .contenu_bonuses_new_left {
  width: 50%;
  float: left;
  background: #c9e7f4;
  clear: both;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
#contenu_bonuses_new .contenu_bonuses_new_left:before {
  position: absolute;
  left: -50%;
  background: #c9e7f4;
  width: 100%;
  content: "";
  z-index: -1;
  top: 0;
  bottom: 0;
}
#contenu_bonuses_new .contenu_bonuses_new_left .col10 {
  color: #063239;
}
#contenu_bonuses_new .contenu_bonuses_new_left .col10 h2 {
  color: #063239;
  text-transform: uppercase;
}
#contenu_bonuses_new .contenu_bonuses_new_left_bis {
  width: 50%;
  float: left;
  clear: both;
  position: relative;
  padding-top: 25px;
  padding-bottom: 40px;
}
#contenu_bonuses_new .contenu_bonuses_new_left_bis:before {
  position: absolute;
  left: -50%;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(to left, #5e5de3, #411cb4);
  width: 150%;
  content: "";
  z-index: -1;
}
#contenu_bonuses_new .contenu_bonuses_new_left_bis .col10 {
  color: #fff;
}
#contenu_bonuses_new .contenu_bonuses_new_left_bis .col10 h3 {
  color: #fff;
  text-transform: uppercase;
  padding-top: 15px;
}
#contenu_bonuses_new .contenu_bonuses_new_left_bis .col10 h3 span {
  font-size: 50px;
}
#contenu_bonuses_new .contenu_bonuses_new_left_bis .col10 p {
  color: #fff;
}
#contenu_bonuses_new .contenu_bonuses_new_left_bis .col10 ul {
  list-style-position: outside;
  margin-left: 25px;
}
#contenu_bonuses_new .contenu_bonuses_new_left_bis .col10 ul li {
  color: #fff;
}
#contenu_bonuses_new .contenu_bonuses_new_left_bis .col10 ul li::marker {
  color: #fff;
}
#contenu_bonuses_new .contenu_bonuses_new_left_bis .btns {
  display: inline-block;
}
#contenu_bonuses_new .contenu_bonuses_new_left_bis .btns .customPreviousBtn {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 100%;
  position: relative;
  float: left;
  margin-right: 10px;
  cursor: pointer;
}
#contenu_bonuses_new .contenu_bonuses_new_left_bis .btns .customPreviousBtn:before {
  content: "";
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  top: 14px;
  left: 16px;
  position: absolute;
}
#contenu_bonuses_new .contenu_bonuses_new_left_bis .btns .customPreviousBtn:hover {
  border-color: #fff;
  background: #fff;
}
#contenu_bonuses_new .contenu_bonuses_new_left_bis .btns .customPreviousBtn:hover:before {
  border-color: #525bfe;
}
#contenu_bonuses_new .contenu_bonuses_new_left_bis .btns #myDots {
  display: inline-block;
  margin-top: 14px;
}
#contenu_bonuses_new .contenu_bonuses_new_left_bis .btns .customNextBtn {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 100%;
  position: relative;
  float: right;
  margin-left: 10px;
  cursor: pointer;
}
#contenu_bonuses_new .contenu_bonuses_new_left_bis .btns .customNextBtn:before {
  content: "";
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
  webkit-transform: rotate(-45deg);
  top: 13px;
  left: 11px;
  position: absolute;
}
#contenu_bonuses_new .contenu_bonuses_new_left_bis .btns .customNextBtn:hover {
  border-color: #fff;
  background: #fff;
}
#contenu_bonuses_new .contenu_bonuses_new_left_bis .btns .customNextBtn:hover:before {
  border-color: #525bfe;
}
#contenu_bonuses_new .contenu_bonuses_new_right {
  width: 50%;
  float: left;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
#contenu_bonuses_new .contenu_bonuses_new_right .owl-stage-outer {
  height: 100%;
}
#contenu_bonuses_new .contenu_bonuses_new_right .owl-stage-outer .owl-stage {
  height: 100%;
}
#contenu_bonuses_new .contenu_bonuses_new_right .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
#contenu_bonuses_new .contenu_bonuses_new_right .owl-stage-outer .owl-stage .owl-item > div {
  height: 100%;
  background-size: cover;
  background-position: center;
}

#contenu_bonuses {
  margin-top: 25px;
  margin-bottom: 0;
}
#contenu_bonuses h2 {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  line-height: 38px;
  font-weight: 900;
  text-transform: none;
  color: #063239;
  text-align: left;
  position: relative;
  margin-top: 35px;
  margin-bottom: 35px;
}
#contenu_bonuses h2:before {
  content: "";
  width: 130px;
  height: 2px;
  background: #3cffd9;
  bottom: -15px;
  left: 0;
  position: absolute;
}
#contenu_bonuses h3 {
  color: #8ef0d8;
  font-size: 20px;
  margin: 20px 0 0 0;
}
#contenu_bonuses h3 + p {
  margin-top: 7px;
}
#contenu_bonuses p {
  color: #063239;
  font-size: 16px;
  line-height: 26px;
}
#contenu_bonuses p a {
  color: #8ef0d8;
  text-decoration: underline;
}
#contenu_bonuses ol {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
#contenu_bonuses ol li {
  color: #fff;
  font-size: 18px;
  line-height: 1.6em;
  margin-bottom: 8px;
}
#contenu_bonuses ol li a {
  color: #8ef0d8;
  text-decoration: underline;
}
#contenu_bonuses ol li::marker {
  color: #8ef0d8;
}
#contenu_bonuses ol ul {
  margin: 8px 0;
}
#contenu_bonuses ul {
  padding: 0;
  margin: 0;
  list-style-type: disc;
  list-style-position: inside;
}
#contenu_bonuses ul li {
  color: #fff;
  font-size: 18px;
  line-height: 1.6em;
  margin-bottom: 8px;
}
#contenu_bonuses ul li a {
  color: #8ef0d8;
  text-decoration: underline;
}
#contenu_bonuses ul li::marker {
  color: #fff;
}

#how_enjoy_bonus {
  padding-top: 110px;
  padding-bottom: 40px;
  background: #fff;
}
#how_enjoy_bonus h2 {
  text-align: center;
  text-transform: uppercase;
}
#how_enjoy_bonus .onglets {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
#how_enjoy_bonus .onglets .onglet {
  background: #c9e7f4;
  padding: 20px 35px;
  border-radius: 10px;
  font-weight: 400;
  text-transform: none;
  color: #063239;
  font-size: 16px;
  line-height: 23px;
  margin: 0 15px 0 0;
  text-align: center;
  float: left;
  transition: all ease-in-out 0.5s;
  transform: scale(1);
  cursor: pointer;
  width: 235px;
}
#how_enjoy_bonus .onglets .onglet.active {
  background: transparent linear-gradient(270deg, #5E5DE3 0%, #411CB4 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  font-weight: 900;
}
#how_enjoy_bonus .onglets .onglet:hover {
  transform: scale(1.05);
}
#how_enjoy_bonus .bigmargintopbottom {
  margin-top: 20px;
}
#how_enjoy_bonus.tournaments {
  background: transparent;
}
#how_enjoy_bonus.tournaments .onglets .onglet {
  text-transform: uppercase;
}
#how_enjoy_bonus.tournaments .contenu_how_enjoy_bonus {
  text-align: center;
}
#how_enjoy_bonus.tournaments .contenu_how_enjoy_bonus .steps_bg_dashed {
  background: url(../../images/steps_dashed.svg) no-repeat center center;
  background-size: 70px 70px;
  color: #063239;
  font-weight: 900;
  text-align: center;
  height: 70px;
  width: 70px;
  line-height: 70px;
  vertical-align: middle;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 25px;
}
#how_enjoy_bonus.tournaments .contenu_how_enjoy_bonus a {
  /*
     border-radius: 50px;
     color: $indigo;
     padding: 0;
     min-width: 200px;
     text-align:center;
     font-size: 16px;
     font-weight: 400;
     display: inline-block;
     margin-top: 15px;
     background:$turquoise;
     line-height: 1;
     text-transform: none;
     height: 46px;
     line-height: 46px;

     &:hover{
     	background-image: linear-gradient(to left, #5e5de3 100%, #411cb4 0%);
     	color: #fff;
     }
     */
  margin-top: 15px;
  position: relative;
  color: #0e2147;
  font-size: 14px;
  display: inline-block;
  height: 100%;
  padding: 15px 45px;
  z-index: 5;
  margin-right: 20px;
}
#how_enjoy_bonus.tournaments .contenu_how_enjoy_bonus a:before {
  position: absolute;
  inset: 0;
  content: "";
  background: #8ef0d8;
  transform: skew(334deg);
  z-index: -1;
}
#how_enjoy_bonus.tournaments .contenu_how_enjoy_bonus a:hover {
  color: #fff;
}
#how_enjoy_bonus.tournaments .contenu_how_enjoy_bonus a:hover:before {
  background: #5e5ddc;
}
#how_enjoy_bonus.tournaments .contenu_how_enjoy_bonus a:last-child {
  margin-right: 0;
}
#how_enjoy_bonus.tournaments .contenu_how_enjoy_bonus a + a {
  /*
  border: 1px solid $black_panther;
     border-radius: 50px;
     color: $black_panther;
     padding: 14px 0 13px;
     min-width: 200px;
     text-align:center;
     font-size: 16px;
     font-weight: 400;
     display: inline-block;
     margin-top: 15px;
     line-height: 1;
     text-transform: none;

     &:hover{
     	background:$black_panther;
     	color: #fff;
     }
     */
  margin-top: 15px;
  position: relative;
  color: #0e2147;
  font-size: 14px;
  display: inline-block;
  height: 100%;
  padding: 15px 45px;
  z-index: 5;
  background: transparent;
}
#how_enjoy_bonus.tournaments .contenu_how_enjoy_bonus a + a:before {
  position: absolute;
  inset: 0;
  content: "";
  border: 1px solid #0e2147;
  transform: skew(334deg);
  z-index: -1;
}
#how_enjoy_bonus.tournaments .contenu_how_enjoy_bonus a + a:hover {
  color: #fff;
}
#how_enjoy_bonus.tournaments .contenu_how_enjoy_bonus a + a:hover:before {
  background: #5e5ddc;
  border: 1px solid #5e5ddc;
}
#how_enjoy_bonus.tournaments .contenu_how_enjoy_bonus h3 {
  text-transform: uppercase;
}
#how_enjoy_bonus .contenu_how_enjoy_bonus {
  width: 66.66%;
  margin: 0 auto;
  min-height: 155px;
}
#how_enjoy_bonus .contenu_how_enjoy_bonus > div {
  display: none;
  transition: opacity 2000ms, display 2000ms;
  opacity: 0;
}
#how_enjoy_bonus .contenu_how_enjoy_bonus > div.active {
  display: block;
  opacity: 1;
}
#how_enjoy_bonus .contenu_how_enjoy_bonus p {
  line-height: 1.44;
}

#faq_casino_bonuses {
  margin-top: 70px;
}
#faq_casino_bonuses .aligncenter {
  text-align: center;
  margin-bottom: 25px;
}
#faq_casino_bonuses .aligncenter > p {
  margin: 0 auto;
  width: 80%;
}
#faq_casino_bonuses h2 {
  text-transform: uppercase;
}
#faq_casino_bonuses h2 span {
  font-weight: 900 !important;
}

/* SMALL SCREENS */
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #casinoBonuses .flip-card {
    width: 30.3%;
    clear: none;
  }
  #casinoBonuses .flip-card:nth-of-type(4n+5) {
    clear: none;
  }
  #casinoBonuses .flip-card:nth-of-type(3n+4) {
    clear: left;
  }
}
/* TABLETTE ipad mini */
@media screen and (min-width: 541px) and (max-width: 768px) {
  #casinoBonuses .flip-card {
    width: 47%;
    clear: none;
  }
  #casinoBonuses .flip-card:nth-of-type(4n+5) {
    clear: none;
  }
  #casinoBonuses .flip-card:nth-of-type(3n+4) {
    clear: none;
  }
  #casinoBonuses .flip-card:nth-of-type(2n+3) {
    clear: left;
  }
  #casinoBonuses .bonus .line .exclu {
    top: -9px;
    left: -40px;
    padding: 22px 6px 10px 0;
    width: 141px;
    font-size: 15px;
  }
}
/* MOBILE */
@media screen and (max-width: 768px) {
  #casinoBonuses .flip-card {
    width: 100%;
    margin: 0 auto 40px;
    float: left;
  }
  #casinoBonuses .bonus .bonus-card .wrapper-logo a img {
    margin-left: 0;
    height: 60px;
    width: auto;
    margin: 10px;
  }
  #casinoBonuses .bonus .bonus-card, #onlineCasinoRecommended .bonus .bonus-card {
    background: #fff;
  }
  .bonus-card-lightbox .row {
    display: block !important;
  }
  .bonus-card-lightbox .row .col8 {
    width: 100% !important;
    padding: 30px 30px 20px !important;
  }
  .bonus-card-lightbox .row .col8 .scroll_details {
    height: 30vh;
  }
  .bonus-card-lightbox .row .col4 {
    width: 100% !important;
    padding: 30px 30px 0 !important;
  }
  .bonus-card-lightbox .row .col4 h3 {
    margin-bottom: 8px;
  }
  .bonus-card-lightbox .row .col4 .boutons {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  #explications_bonuses_new {
    height: auto !important;
    margin-top: 50px;
  }
  #explications_bonuses_new .col9 {
    position: relative;
    width: 100% !important;
  }
  #explications_bonuses_new .col9 .owl-carousel .owl-dots {
    width: 100%;
  }
  #wrapperOnlineCasinoRecommended.home h2 {
    font-weight: 100;
  }
  #wrapperOnlineCasinoRecommended.home h2 strong {
    font-weight: 900;
    display: block;
  }
  #how_enjoy_bonus.tournaments {
    padding-top: 20px;
    width: 100%;
  }
  #how_enjoy_bonus.tournaments .onglets {
    display: flex;
    height: 100px;
    overflow: scroll;
    white-space: nowrap;
    width: auto !important;
    flex-direction: column;
  }
  #how_enjoy_bonus.tournaments .contenu_how_enjoy_bonus a {
    margin-right: 0;
  }
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.banner_pub {
  margin-top: 25px;
}
.banner_pub.bigmarintop {
  margin-top: 55px;
}
.banner_pub .col12 {
  min-height: 150px;
  border-radius: 15px;
  padding: 30px 15px 30px 50px;
  color: #fff;
  position: relative;
  background-position: center left;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.banner_pub .col12 .logo_banner_pub {
  float: left;
  margin-right: 100px;
}
.banner_pub .col12 .logo_banner_pub img {
  width: 120px;
  height: auto;
}
.banner_pub .col12 .texte_bouton {
  display: flex;
  flex-direction: column;
}
.banner_pub .col12 .texte_bouton .texte_banner_pub {
  color: #fff;
  text-transform: uppercase;
  float: left;
  font-size: 28px;
  line-height: 35px;
}
.banner_pub .col12 .texte_bouton .bouton {
  display: inline-block;
  width: 200px;
  font-size: 16px;
}
.banner_pub .col12 .texte_bouton .bouton a {
  display: block;
}
.banner_pub .col12 .texte_bouton .bouton a:hover {
  color: #fff;
}
.banner_pub.large {
  margin-top: 20px;
  margin-bottom: 55px;
}
.banner_pub.large .col12 {
  background-size: cover;
}
.banner_pub.large .col12 .bouton {
  position: absolute;
  right: 20px;
  margin-top: 0;
}
.banner_pub.large .col12 .bouton a {
  display: block;
  border-radius: 50px;
}
.banner_pub.large .col12 .bouton a:hover {
  background: #fff;
  color: #063239;
}
.banner_pub.medium {
  margin-top: 40px;
  margin-bottom: 40px;
}
.banner_pub.medium .col12 {
  min-height: 96px;
  padding: 0 15px 0 50px;
  position: relative;
  background-size: cover;
}
.banner_pub.medium .col12 .logo_banner_pub {
  margin-right: 50px;
}
.banner_pub.medium .col12 .texte_banner_pub {
  color: #fff;
  text-transform: uppercase;
  float: left;
  font-size: 16px;
  line-height: 24px;
}
.banner_pub.medium .col12 .texte_banner_pub strong {
  font-size: 20px;
  line-height: 24px;
}
.banner_pub.medium .col12 .bouton_primaire {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.banner_pub.medium .col12 .bouton_primaire a {
  text-decoration: none !important;
  display: block;
}
.banner_pub.medium .col12 .bouton_primaire a:hover {
  color: #fff !important;
}

.banner_pub_right {
  margin-top: 0;
  position: relative;
}
.banner_pub_right .exclu {
  position: absolute;
  top: -12px;
  left: 15px;
  z-index: 15;
  padding: 3px 15px;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  background: #e52a62;
  border-radius: 20px;
  text-transform: uppercase;
}
.banner_pub_right .col12 {
  border-radius: 15px;
  padding: 30px 15px;
  color: #fff;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 0;
  height: 0;
  padding-bottom: 148%;
}
.banner_pub_right .col12 .logo_banner_pub {
  float: left;
  margin: 15px 0 15px;
}
.banner_pub_right .col12 .logo_banner_pub img {
  width: 140px;
  height: auto;
}
.banner_pub_right .col12 .texte_banner_pub {
  color: #fff;
  text-transform: uppercase;
  float: left;
  font-size: 16px;
  line-height: 23px;
}
.banner_pub_right .col12 .texte_banner_pub strong {
  font-size: 30px;
  line-height: 47px;
}
.banner_pub_right .col12 .image_sous_le_bouton_banner_pub_right {
  margin: 25px 0 20px;
}
.banner_pub_right .col12 .image_sous_le_bouton_banner_pub_right img {
  width: 190px;
  height: auto;
}
.banner_pub_right .col12 .bouton_primaire {
  position: absolute;
  bottom: 45px;
  min-width: 165px;
  height: 40px;
  line-height: 40px;
  padding: 0;
}
.banner_pub_right .col12 .bouton_primaire a {
  display: block;
  color: #0e2147;
}
.banner_pub_right .col12 .bouton_primaire a:hover {
  color: #fff;
}

/* MOBILE */
@media screen and (max-width: 768px) {
  .banner_pub.large {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.iti__flag {
  background-image: url(../../images/flags.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url(../../images/flags@2x.png);
  }
}
.button.orange {
  border-radius: 50px !important;
  font-size: 0.875rem;
  text-align: center;
  font-weight: 400;
  text-transform: none;
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 0.3125rem 0.625rem;
  background: transparent;
  border: 2px solid #ffa532;
}
.button.orange:hover {
  background: #ffa532;
  color: #000;
  font-weight: 700;
}

.beforeFooterWave {
  margin-bottom: 0;
}
.beforeFooterWave > .wrapper {
  position: relative;
  z-index: 2;
}

.button_lang_wrapper {
  position: fixed;
  right: 5%;
  bottom: 2.0625rem;
  z-index: 100;
  padding: 1.25rem;
}
.button_lang_wrapper:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-20deg);
  background: center/100% url(../../images/bouton-langue.svg) no-repeat transparent;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: transform 0.15s;
}
.button_lang_wrapper .other_lang {
  position: absolute;
  z-index: 1;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  transition: bottom 0.5s;
}
.button_lang_wrapper .other_lang li {
  text-align: center;
  width: 3.125rem;
  height: 3.125rem;
  display: block;
  border-radius: 50%;
  transition: opacity 0.3s;
  background: #2f006d;
  background: linear-gradient(90deg, #2f006d 0%, #5a0596 100%);
  opacity: 0;
}
.button_lang_wrapper .other_lang img {
  margin-top: 0.8125rem;
  width: 1.875rem;
  border-radius: 0.3125rem;
  box-shadow: 0 0 5px #8c2dcf;
}
.button_lang_wrapper .current_lang {
  z-index: 2;
  position: relative;
}
.button_lang_wrapper .current_lang img {
  width: 2.1875rem;
  border-radius: 0.3125rem;
}
.button_lang_wrapper.openning .other_lang {
  bottom: 3.75rem;
}
.button_lang_wrapper.openning .other_lang li {
  opacity: 1;
}

.hideonmobile {
  display: inline-block !important;
}

.hideondesktop {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .button_lang_wrapper {
    display: none !important;
  }
  .hideonmobile {
    display: none !important;
  }
  .hideondesktop {
    display: block !important;
  }
  .wrapper {
    width: 90%;
    max-width: none;
    margin: 0 auto;
    display: block;
    position: relative;
  }
  .wrapper .col {
    float: none;
    margin: 0;
  }
  .wrapper .col.col1 {
    width: 100%;
  }
  .wrapper .col.col2 {
    width: 100%;
  }
  .wrapper .col.col3 {
    width: 100%;
  }
  .wrapper .col.col4 {
    width: 100%;
  }
  .wrapper .col.col5 {
    width: 100%;
  }
  .wrapper .col.col6 {
    width: 100%;
  }
  .wrapper .col.col7 {
    width: 100%;
  }
  .wrapper .col.col8 {
    width: 100%;
  }
  .wrapper .col.col9 {
    width: 100%;
  }
  .wrapper .col.col10 {
    width: 100%;
  }
  .wrapper .col.col11 {
    width: 100%;
  }
  .wrapper .col.col12 {
    width: 100%;
  }
}
#mask {
  position: fixed;
  left: 50%;
  top: 50%;
  right: 50%;
  bottom: 50%;
  background: rgba(0, 0, 0, 0);
  z-index: 1001;
  transition: all 0.3s;
}
#mask.enable {
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#mask.enable:before {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  content: "";
  background: rgb(0, 0, 0);
  background: radial-gradient(circle, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
