* {
  padding: 0;
  margin: 0;
  border: 0
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:active,
:focus {
  outline: 0
}

a:active,
a:focus {
  outline: 0
}

aside,
footer,
header,
nav {
  display: block
}

body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable
}

button,
input,
textarea {
  font-family: inherit
}

input::-ms-clear {
  display: none
}

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit
}

input::placeholder,
textarea::placeholder {
  color: inherit
}

button {
  cursor: pointer;
  background-color: transparent
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

a {
  display: inline-block;
  color: inherit
}

a,
a:visited {
  text-decoration: none
}

a:hover {
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top
}

svg {
  display: block;
  width: 100%;
  height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit
}

picture {
  display: block;
  width: 100%;
  height: 100%
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Inter-Bold.woff2) format("woff2")
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/Inter-Medium.woff2) format("woff2")
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Inter-Regular.woff2) format("woff2")
}

:root {
  --font-main: "Inter", sans-serif;
  --container-width: 1140px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  /* --background-page: #1f0202; */
  --background-page: #000;
  --main: #fdfdfd;
  --black: #000000;
  --white: #ece9e9;
  --red: #ba279a;
  --blue: #a52d7b;
  --dark: #102545;
  --box-shadow: 3px 3px 0 0 #3a55ef;
  --card-background: linear-gradient(180deg, #091528 0%, #272e58 100%);
  --border: 1px solid #797979;
  --hover: #14a9b4;
  --active: #b41419
}

.popup-cookie {
  background: #090f17 !important;
}

.jeuxpremiers-header__bottom {
  background: #ffffff;
}

.logo {
  color: #000;
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step)
}

@media (max-width:991px) {
  .container {
    padding: 0 var(--container-step-tablet)
  }
}

@media (max-width:600px) {
  .container {
    padding: 0 var(--container-step-mobile)
  }
}

.rd-transfer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background: var(--background-page)
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.main:not(:last-child) {
  margin-bottom: 60px
}

.main_no-margin:not(:last-child) {
  margin-bottom: 0
}

a,
button {
  color: var(--main)
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0)
}

.tx-12 {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2
}

.tx-11 {
  font-weight: 400;
  font-size: 11px;
  line-height: 1.2
}

.tx-13 {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2
}

.tx-36-24 {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.2
}

@media (max-width:1220px) {
  .tx-36-24 {
    font-size: 32px
  }
}

@media (max-width:991px) {
  .tx-36-24 {
    font-size: 28px
  }
}

@media (max-width:600px) {
  .tx-36-24 {
    font-size: 24px
  }
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .logo:hover {
    color: var(--hover)
  }
}

.logo:focus-visible {
  color: var(--hover)
}

.logo:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.logo img {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.tx-36 {
  font-weight: 400;
  font-size: 36px;
  line-height: 1
}

.tx-main {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2
}

.tx-15 {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2
}

.tx-16 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2
}

.tx-24 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2
}

.tx-20 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2
}

.tx-16-14 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2
}

@media (max-width:600px) {
  .tx-16-14 {
    font-size: 14px
  }
}

.tx-32 {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2
}

.tx-32-24 {
  font-weight: 400;
  font-size: 32px;
  line-height: 1
}

@media (max-width:991px) {
  .tx-32-24 {
    font-size: 28px
  }
}

@media (max-width:600px) {
  .tx-32-24 {
    font-size: 24px
  }
}

.circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px
}

.circle::before {
  content: "";
  margin-top: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--white);
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  color: var(--white);
  border-radius: 100px
}

@media (max-width:991px) {
  .back {
    font-size: 14px
  }
}

@media (max-width:600px) {
  .back {
    font-size: 12px
  }
}

@media (max-width:400px) {
  .back {
    padding: 8px 10px;
    font-size: 10px
  }
}

.back img {
  width: 24px;
  height: 24px
}

@media (max-width:400px) {
  .back img {
    width: 14px;
    height: 14px
  }
}

.but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: var(--white);
  border: 2px solid var(--red);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  min-width: 171px;
  min-height: 40px;
  position: relative;
  overflow: hidden
}

@media (max-width:600px) {
  .but {
    font-size: 12px
  }
}

.but span {
  position: relative;
  z-index: 2
}

.but::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--red);
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity .3s ease-in-out, width .3s ease-in-out;
  transition: opacity .3s ease-in-out, width .3s ease-in-out
}

@media (any-hover:hover) {
  .but:hover::before {
    width: 100%;
    opacity: 1
  }
}

.but:focus-visible::before {
  width: 100%;
  opacity: 1
}

.but:active::before {
  width: 100%;
  opacity: 1
}

.mb-5:not(:last-child) {
  margin-bottom: 5px
}

.mb-20-10:not(:last-child) {
  margin-bottom: 20px
}

@media (max-width:991px) {
  .mb-20-10:not(:last-child) {
    margin-bottom: 15px
  }
}

@media (max-width:600px) {
  .mb-20-10:not(:last-child) {
    margin-bottom: 10px
  }
}

.mb-20:not(:last-child) {
  margin-bottom: 20px
}

.mb-10:not(:last-child) {
  margin-bottom: 10px
}

.mb-15:not(:last-child) {
  margin-bottom: 10px
}

.word-break {
  word-break: break-all
}

.m-auto {
  margin-left: auto;
  margin-right: auto
}

.img-contain {
  -o-object-fit: contain;
  object-fit: contain
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover
}

.underline {
  text-decoration: underline
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.uppercase {
  text-transform: uppercase
}

.lowercase {
  text-transform: lowercase
}

.fw-100 {
  font-weight: 100
}

.fw-200 {
  font-weight: 200
}

.fw-300 {
  font-weight: 300
}

.fw-400 {
  font-weight: 400
}

.fw-500 {
  font-weight: 500
}

.fw-600 {
  font-weight: 600
}

.fw-700 {
  font-weight: 700
}

.fw-800 {
  font-weight: 800
}

.fw-900 {
  font-weight: 900
}

.rd-upload img {
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.rd-load img {
  opacity: 1
}

.scroll {
  padding-bottom: 10px;
  overflow: auto
}

.scroll::-webkit-scrollbar {
  height: 4px;
  background-color: var(--white)
}

.scroll::-webkit-scrollbar-thumb {
  background-color: var(--brown)
}

.jeuxpremiers-header {
  position: relative;
  z-index: 2
}

.jeuxpremiers-header__top {
  padding: 5px 0;
  background-color: var(--red)
}

.jeuxpremiers-header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}

@media (max-width:991px) {
  .jeuxpremiers-header__item {
    white-space: nowrap;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
  }
}

.jeuxpremiers-header__icon {
  width: 15px;
  height: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.jeuxpremiers-header__text {
  color: var(--white)
}

.jeuxpremiers-header__text a {
  color: inherit;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .jeuxpremiers-header__text a:hover {
    color: var(--hover)
  }
}

.jeuxpremiers-header__text a:focus-visible {
  color: var(--hover)
}

.jeuxpremiers-header__text a:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.jeuxpremiers-header__bottom {
  padding: 10px 0
}

.jeuxpremiers-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translatex(100%);
    transform: translatex(100%)
  }

  100% {
    -webkit-transform: translatex(-100%);
    transform: translatex(-100%)
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translatex(100%);
    transform: translatex(100%)
  }

  100% {
    -webkit-transform: translatex(-100%);
    transform: translatex(-100%)
  }
}

main {
  position: relative;
  z-index: 2
}

#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.terms {
  padding-top: 40px
}

.terms h1 {
  font-size: 42px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .terms h1 {
    font-size: 32px
  }
}

@media (max-width:600px) {
  .terms h1 {
    font-size: 16px
  }
}

.terms h1:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms h1:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms h1:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms h2 {
  font-size: 36px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .terms h2 {
    font-size: 25px
  }
}

@media (max-width:600px) {
  .terms h2 {
    font-size: 14px
  }
}

.terms h2:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms h2:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms h2:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms p {
  font-size: 20px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .terms p {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .terms p {
    font-size: 12px
  }
}

.terms p:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms p:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms p:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms ul:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms ul:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms ul:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms li {
  font-size: 18px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .terms li {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .terms li {
    font-size: 12px
  }
}

.terms li:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms li:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms li:not(:last-child) {
    margin-bottom: 15px
  }
}

.jeuxpremiers-hero {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.jeuxpremiers-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  z-index: 1
}

.jeuxpremiers-hero__container {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 2
}

@media (max-width:991px) {
  .jeuxpremiers-hero__container {
    padding-top: 10px;
    padding-bottom: 10px
  }
}

.jeuxpremiers-hero__title {
  color: var(--white)
}

.jeuxpremiers-hero__text {
  color: var(--white)
}

@media (max-width:991px) {
  .jeuxpremiers-hero__text {
    display: none
  }
}

.jeuxpremiers-hero__benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px 20px
}

@media (max-width:991px) {
  .jeuxpremiers-hero__benefits {
    gap: 10px
  }
}

@media (max-width:600px) {
  .jeuxpremiers-hero__benefits {
    gap: 5px
  }
}

.jeuxpremiers-hero__benefit:nth-child(1) {
  background-color: var(--blue)
}

.jeuxpremiers-hero__benefit:nth-child(2) {
  color: var(--black);
  background-color: var(--white)
}

.jeuxpremiers-hero__benefit:nth-child(3) {
  background-color: var(--red)
}

.jeuxpremiers-texts {
  padding-top: 20px;
  padding-bottom: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.jeuxpremiers-texts__el {
  width: 100%
}

.jeuxpremiers-texts {
  text-align: center;
}

.jeuxpremiers-texts__el_flex {
  /* -webkit-box-flex: 0;
  -ms-flex: 0 1 763px;
  flex: 0 1 763px */
}

@media (max-width:991px) {
  .jeuxpremiers-texts__el_flex {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.jeuxpremiers-texts__title {
  line-height: 1.5;
  color: var(--white)
}

.jeuxpremiers-texts__text {
  color: var(--white);
  line-height: 1.5
}

.jeuxpremiers-texts__sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px
}

.jeuxpremiers-texts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px
}

@media (max-width:991px) {
  .jeuxpremiers-texts__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.jeuxpremiers-texts__image {
  border-radius: 10px;
  width: 100%;
  height: 263px;
  overflow: hidden
}

.jeuxpremiers-texts__image_flex {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 367px;
  flex: 0 1 367px
}

@media (max-width:991px) {
  .jeuxpremiers-texts__image_flex {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.jeuxpremiers-texts__image img {
  -o-object-fit: cover;
  object-fit: cover
}

.jeuxpremiers-footer {
  position: relative;
  z-index: 2;
  padding-bottom: 50px;
  padding-top: 50px;
  /* background: var(--card-background) */
}

@media (max-width:600px) {
  .jeuxpremiers-footer {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

.mcp_page footer .nav {
  pointer-events: none;
}

.jeuxpremiers-footer__middle {
  /* display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 20px */
  text-align: center;
}

@media (max-width:991px) {
  .jeuxpremiers-footer__middle {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.jeuxpremiers-footer__title {
  color: var(--white)
}

.jeuxpremiers-footer__text {
  color: var(--white)
}

.jeuxpremiers-footer__links {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px 40px
}

@media (max-width:991px) {
  .jeuxpremiers-footer__links {
    gap: 20px
  }
}

.jeuxpremiers-footer__war {
  width: 43px;
  height: 43px
}

@media (max-width:991px) {
  .jeuxpremiers-footer__war {
    width: 40px;
    height: 40px
  }
}

.jeuxpremiers-footer__link {
  color: var(--white)
}

.jeuxpremiers-footer__link a {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .jeuxpremiers-footer__link a:hover {
    opacity: .5
  }
}

.jeuxpremiers-footer__link a:focus-visible {
  opacity: .5
}

.jeuxpremiers-footer__link a:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px
}

.nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: var(--white);
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

.nav__link img {
  width: 10px;
  height: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media (any-hover:hover) {
  .nav__link:hover {
    color: var(--hover)
  }
}

.nav__link:focus-visible {
  color: var(--hover)
}

.nav__link:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.popup {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  overflow: auto;
  background-color: rgba(0, 0, 0, .4)
}

.popup__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.popup__body {
  overflow: auto;
  max-width: 567px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: auto;
  border-radius: 20px;
  padding: 20px;
  background-color: var(--d-blue)
}

@media (max-width:991px) {
  .popup__body {
    width: 95%
  }
}

.popup-cookie {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 4;
  max-width: 360px;
  width: 100%;
  padding: 20px;
  background-color: var(--dark)
}

.popup-cookie.disabled {
  display: none
}

.popup-cookie__title {
  color: var(--white)
}

.popup-cookie__text {
  color: var(--white)
}

.popup-cookie__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px
}

.popup-cookie__links li {
  width: 100%
}

.popup-cookie__button {
  min-width: 0;
  width: 100%;
  border-radius: 5px;
  border-color: var(--blue)
}

.popup-cookie__button::before {
  background-color: var(--blue)
}

.popup-cookie__link {
  border-color: var(--blue);
  min-width: 0;
  width: 100%;
  border-radius: 5px
}

.popup-cookie__link::before {
  background-color: var(--blue)
}

.dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto
}

.dates img {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.dates__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width:768px) {
  .jeuxpremiers-cards__container {
    padding: 0
  }
}

.jeuxpremiers-cards__item:first-child .card {
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow)
}

.card {
  background: var(--card-background);
  border-radius: 10px;
  max-width: 900px;
  gap: 20px 10px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 105px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 20px;
  border: var(--border)
}

@media (max-width:991px) {
  .card {
    padding: 15px;
    max-width: 780px
  }
}

@media (max-width:768px) {
  .card {
    max-width: 420px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media (max-width:600px) {
  .card {
    padding: 10px
  }
}

.card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.card__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 425px;
  flex: 0 1 425px;
  width: 100%;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width:991px) {
  .card__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 360px;
    flex: 0 1 360px
  }
}

@media (max-width:768px) {
  .card__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.card__wrapper-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 207px;
  flex: 0 1 207px
}

@media (max-width:768px) {
  .card__wrapper-logo {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.card__logo {
  height: 55px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (max-width:600px) {
  .card__logo {
    height: 40px
  }
}

@media (any-hover:hover) {
  .card__logo:hover {
    opacity: .5
  }
}

.card__logo:focus-visible {
  opacity: .5
}

.card__logo:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.card__wrapper-bonus {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 215px;
  flex: 0 1 215px;
  width: 100%
}

@media (max-width:768px) {
  .card__wrapper-bonus {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.card__text {
  color: var(--white)
}

.card__bonus {
  color: var(--white);
  display: block;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .card__bonus:hover {
    color: var(--hover)
  }
}

.card__bonus:focus-visible {
  color: var(--hover)
}

.card__bonus:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.card__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 425px;
  flex: 0 1 425px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width:768px) {
  .card__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

.card__wrapper-rating {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 86px;
  flex: 0 0 86px;
  width: 100%
}

@media (max-width:768px) {
  .card__wrapper-rating {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.card__wrapper-stars {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 145px;
  flex: 0 1 145px;
  width: 100%;
  padding-right: 10px
}

@media (max-width:768px) {
  .card__wrapper-stars {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.card__rating {
  color: var(--white)
}

.card__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.card__star {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.card__wrapper-link {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 176px;
  flex: 0 1 176px
}

@media (max-width:768px) {
  .card__wrapper-link {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    font-size: 14px
  }
}

.card__link {
  text-align: center;
  width: 100%;
  min-width: 0
}

@media (max-width:768px) {
  .card__link {
    font-size: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin-bottom: 0 !important
  }
}

.card__pays {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:768px) {
  .card__pays {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%
  }
}

.card__pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 24px;
  padding: 6px;
  background-color: var(--white)
}

@media (max-width:991px) {
  .card__pay {
    width: 30px;
    height: 22px
  }
}

@media (max-width:600px) {
  .card__pay {
    width: 28px;
    height: 20px
  }
}
