* {
  border: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  height: 100%;
  padding: 0;
  font-size: 62.5%;
}

body {
  overflow: scroll;
  overflow-x: hidden;
  height: 100%;
  padding: 0;
  max-height: 99999.9rem;
  color: #1D3660;
  background-color: transparent;
  font-weight: normal;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body::-webkit-scrollbar {
  display: none;
}

.container {
  position: relative;
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #1D3660;
  padding: 0;
  z-index: 5;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: calc(100vh - 66px);
}
@media only screen and (max-width:650px) {
  .container {
    min-height: calc(100vh - 186px);
  }
}

section {
  position: relative;
  z-index: 555;
}

.max-width {
  position: relative;
  max-width: 126.4rem;
  width: 100%;
  margin: 0 auto;
  z-index: 555;
}
@media only screen and (max-width:1280px) {
  .max-width {
    max-width: 100%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

a {
  position: relative;
  text-decoration: none;
  display: block;
  cursor: pointer;
  color: #ffffff;
}
a:hover, a:focus {
  text-decoration: none;
  color: #ffffff;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img,
svg {
  border: 0;
  display: block;
}

p,
figure {
  margin: 0;
  padding: 0;
}

strong {
  font-weight: 700;
}

button,
a.button,
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /*height: 5.1rem;
  width: 32.2rem;*/
  -webkit-border-radius: 6.2rem;
  -moz-border-radius: 6.2rem;
  border-radius: 6.2rem;
  font-size: 2.7rem;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: none;
  text-shadow: none;
  border: none;
  overflow: hidden;
  font-family: "CooperBlackStd", Arial, sans-serif;
  font-weight: normal;
  z-index: 998;
  text-align: center;
  color: #ffffff;
  background-color: #35A9E1;
  padding: 1rem 3.2rem;
  text-transform: uppercase;
}
@media only screen and (max-width:991px) {
  button,
  a.button,
  .button {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width:650px) {
  button,
  a.button,
  .button {
    width: 100%;
  }
}
@media only screen and (max-width:1280px) {
  button .max-width,
  a.button .max-width,
  .button .max-width {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
button:focus, button:hover,
a.button:focus,
a.button:hover,
.button:focus,
.button:hover {
  background-color: #4297CB;
  cursor: pointer;
  outline: none;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
button span,
a.button span,
.button span {
  padding: 0 !important;
  margin: 0 !important;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}

@media only screen and (max-width:1850px) {
  .logo {
    width: 300px;
    height: auto;
  }
}
@media only screen and (max-width:1550px) {
  .logo {
    width: 260px;
  }
}
@media only screen and (max-width:1280px) {
  .logo {
    width: 200px;
  }
}
@media only screen and (max-width:480px) {
  .logo {
    width: 180px;
  }
}

footer {
  position: relative;
  width: 100%;
  height: 66px;
  z-index: 999;
  background-color: #ffffff;
}
@media only screen and (max-width:650px) {
  footer {
    height: 230px;
  }
}
footer .max-width {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  max-width: 100%;
  padding-block: 2rem 0;
}
@media only screen and (max-width:1280px) {
  footer .max-width {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    gap: 0.8rem;
  }
}
@media only screen and (max-width:650px) {
  footer .max-width {
    flex-direction: column;
    justify-content: center;
  }
}
footer .max-width .nav {
  display: flex;
  justify-content: center;
  gap: 3.6rem;
}
@media only screen and (max-width:1280px) {
  footer .max-width .nav {
    gap: 0.8rem;
  }
}
@media only screen and (max-width:650px) {
  footer .max-width .nav {
    flex-direction: column;
    text-align: center;
    gap: 0;
  }
}
footer .max-width .nav .item {
  position: relative;
}
footer .max-width .nav .item:before {
  position: absolute;
  top: calc(50% - 1rem);
  top: -moz-calc(50% - 1rem);
  top: -webkit-calc(50% - 1rem);
  top: calc(50% - 1rem);
  top: -moz-calc(50% - 1rem);
  top: -webkit-calc(50% - 1rem);
  right: -18px;
  width: 2px;
  height: 2rem;
  content: "";
  background-color: #1D3660;
}
@media only screen and (max-width:1280px) {
  footer .max-width .nav .item:before {
    height: 10px;
    width: 1px;
    position: absolute;
    top: calc(50% - 0.5rem);
    top: -moz-calc(50% - 0.5rem);
    top: -webkit-calc(50% - 0.5rem);
    top: calc(50% - 0.5rem);
    top: -moz-calc(50% - 0.5rem);
    top: -webkit-calc(50% - 0.5rem);
    right: -5px;
  }
}
@media only screen and (max-width:650px) {
  footer .max-width .nav .item:before {
    display: none;
  }
}
footer .max-width .nav .item:last-child:before {
  display: none;
}
footer .max-width .nav .item a {
  color: #1D3660;
  font-family: "OpenSans-Semibold";
  font-size: 1.9rem;
  line-height: 2.6rem;
  text-transform: uppercase;
}
@media only screen and (max-width:1550px) {
  footer .max-width .nav .item a {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width:1280px) {
  footer .max-width .nav .item a {
    font-size: 1.4rem;
  }
}
footer .max-width .social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2.4rem;
}
@media only screen and (max-width:1280px) {
  footer .max-width .social {
    gap: 1.2rem;
  }
}

@font-face {
  font-family: "CooperBlackStd";
  src: url(../../fonts/CooperBlackStd.eot);
  src: url(../../fonts/CooperBlackStd.eot?#iefix) format("embedded-opentype"), url(../../fonts/CooperBlackStd.otf) format("otf"), url(../../fonts/CooperBlackStd.svg#CooperBlackStd) format("svg"), url(../../fonts/CooperBlackStd.woff2) format("woff2"), url(../../fonts/CooperBlackStd.woff) format("woff"), url(../../fonts/CooperBlackStd.ttf) format("truetype");
}
@font-face {
  font-family: "MyriadProBlack";
  src: url(../../fonts/MyriadProBlack.eot);
  src: url(../../fonts/MyriadProBlack.eot?#iefix) format("embedded-opentype"), url(../../fonts/MyriadProBlack.otf) format("otf"), url(../../fonts/MyriadProBlack.svg#MyriadProBlack) format("svg"), url(../../fonts/MyriadProBlack.ttf) format("truetype"), url(../../fonts/MyriadProBlack.woff) format("woff"), url(../../fonts/MyriadProBlack.woff2) format("woff2");
}
@font-face {
  font-family: "MYRIADPRO-REGULAR";
  src: url(../../fonts/MYRIADPRO-REGULAR.eot);
  src: url(../../fonts/MYRIADPRO-REGULAR.eot?#iefix) format("embedded-opentype"), url(../../fonts/MYRIADPRO-REGULAR.otf) format("otf"), url(../../fonts/MYRIADPRO-REGULAR.svg#MYRIADPRO-REGULAR) format("svg"), url(../../fonts/MYRIADPRO-REGULAR.ttf) format("truetype"), url(../../fonts/MYRIADPRO-REGULAR.woff) format("woff"), url(../../fonts/MYRIADPRO-REGULAR.woff2) format("woff2");
}
@font-face {
  font-family: "OpenSans-Semibold";
  src: url(../../fonts/OpenSans-Semibold.eot);
  src: url(../../fonts/OpenSans-Semibold.eot?#iefix) format("embedded-opentype"), url(../../fonts/OpenSans-Semibold.otf) format("otf"), url(../../fonts/OpenSans-Semibold.ttf) format("truetype"), url(../../fonts/OpenSans-Semibold.woff) format("woff"), url(../../fonts/OpenSans-Semibold.woff2) format("woff2"), url(../../fonts/OpenSans-Semibold.svg#OpenSans-Semibold) format("svg");
}
.container {
  background-image: url(../../image/bg.webp);
}
.container .game {
  padding-top: 4.5rem;
  padding-bottom: 3rem;
}
@media only screen and (max-width:1280px) {
  .container .game {
    padding-bottom: 10rem;
  }
}
@media only screen and (max-width:767px) {
  .container .game {
    padding-bottom: 16rem;
  }
}
.container .game .max-width {
  display: flex;
  justify-content: center;
  max-width: 1530px;
}
@media only screen and (max-width:991px) {
  .container .game .max-width {
    flex-direction: column;
  }
}
.container .game .max-width .part-left {
  min-width: 679px;
}
@media only screen and (max-width:1550px) {
  .container .game .max-width .part-left {
    min-width: 405px;
  }
}
@media only screen and (max-width:1280px) {
  .container .game .max-width .part-left {
    min-width: 310px;
  }
}
@media only screen and (max-width:991px) {
  .container .game .max-width .part-left {
    min-width: 100%;
  }
}
.container .game .max-width .part-left .logo {
  margin-inline: auto;
}
.container .game .max-width .part-left__assets {
  display: flex;
  justify-content: space-between;
  margin-top: -18px;
}
@media only screen and (max-width:991px) {
  .container .game .max-width .part-left__assets {
    display: none;
  }
}
.container .game .max-width .part-left__assets .img-supporter {
  width: 276px;
  height: fit-content;
  margin-top: 86px;
}
@media only screen and (max-width:1550px) {
  .container .game .max-width .part-left__assets .img-supporter {
    width: 150px;
  }
}
.container .game .max-width .part-left__assets .img-prod {
  width: 299px;
  height: fit-content;
}
@media only screen and (max-width:1550px) {
  .container .game .max-width .part-left__assets .img-prod {
    width: 175px;
  }
}
.container .game .max-width .part-right {
  position: relative;
  margin-top: 17px;
}
.container .game .max-width .part-right .img-jeu {
  width: 840px;
  height: auto;
}
@media only screen and (max-width:1280px) {
  .container .game .max-width .part-right .img-jeu {
    width: 700px;
  }
}
@media only screen and (max-width:991px) {
  .container .game .max-width .part-right .img-jeu {
    margin-inline: auto;
  }
}
@media only screen and (max-width:767px) {
  .container .game .max-width .part-right .img-jeu {
    width: 587px;
    height: auto;
  }
}
@media only screen and (max-width:650px) {
  .container .game .max-width .part-right .img-jeu {
    width: 417px;
  }
}
@media only screen and (max-width:480px) {
  .container .game .max-width .part-right .img-jeu {
    width: 317px;
  }
}
@media only screen and (max-width:380px) {
  .container .game .max-width .part-right .img-jeu {
    width: 296px;
  }
}
@media only screen and (max-width:320px) {
  .container .game .max-width .part-right .img-jeu {
    width: 256px;
  }
}
.container .game .max-width .part-right figure {
  width: 100%;
  position: absolute;
  top: 635px;
  left: 0;
}
@media only screen and (max-width:1280px) {
  .container .game .max-width .part-right figure {
    top: 550px;
  }
}
@media only screen and (max-width:767px) {
  .container .game .max-width .part-right figure {
    top: 464px;
  }
}
@media only screen and (max-width:650px) {
  .container .game .max-width .part-right figure {
    top: 333px;
  }
}
@media only screen and (max-width:480px) {
  .container .game .max-width .part-right figure {
    top: 250px;
  }
}
.container .game .max-width .part-right figure img {
  position: relative;
  margin-inline: auto;
  left: 52px;
}
@media only screen and (max-width:991px) {
  .container .game .max-width .part-right figure img {
    left: 0;
  }
}
@media only screen and (max-width:650px) {
  .container .game .max-width .part-right figure img {
    width: 100%;
    height: auto;
  }
}
.container .game .max-width .part-right figure figcaption {
  width: 468px;
  display: block;
  margin-left: 52px;
  text-align: center;
}
@media only screen and (max-width:991px) {
  .container .game .max-width .part-right figure figcaption {
    margin-left: 0;
  }
}

.path-frontpage .container .game .max-width .part-right figure figcaption {
  position: absolute;
  top: 53px;
  left: calc(50% - 234px);
  left: -moz-calc(50% - 234px);
  left: -webkit-calc(50% - 234px);
  left: calc(50% - 234px);
  left: -moz-calc(50% - 234px);
  left: -webkit-calc(50% - 234px);
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .game .max-width .part-right figure figcaption {
    top: 20px;
  }
}
.path-frontpage .container .game .max-width .part-right figure figcaption p {
  font-family: "CooperBlackStd";
  color: #1D3660;
  font-size: 38px;
  line-height: 63px;
  text-transform: uppercase;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .game .max-width .part-right figure figcaption p {
    font-size: 28px;
    line-height: 50px;
  }
}
@media only screen and (max-width:320px) {
  .path-frontpage .container .game .max-width .part-right figure figcaption p {
    font-size: 22px;
  }
}
.path-frontpage .container .game .max-width .part-right figure figcaption .rdv {
  display: inline-block;
  font-size: 28px;
  height: 41px;
  line-height: 41px;
  font-family: "CooperBlackStd";
  text-transform: uppercase;
  padding-inline: 9px;
  color: white;
  background-color: #35A9E1;
  margin-bottom: 23px;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .game .max-width .part-right figure figcaption .rdv {
    font-size: 22px;
    height: 35px;
    line-height: 35px;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .game .max-width .part-right figure figcaption .rdv {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width:320px) {
  .path-frontpage .container .game .max-width .part-right figure figcaption .rdv {
    font-size: 17px;
    margin-bottom: 5px;
  }
}
.path-frontpage .container .game .max-width .part-right figure figcaption #countdown {
  display: flex;
  justify-content: space-between;
  font-family: "OpenSans-Semibold";
  font-size: 38px;
  line-height: 52px;
  padding-inline: 35px;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .game .max-width .part-right figure figcaption #countdown {
    justify-content: center;
    gap: 12px;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .game .max-width .part-right figure figcaption #countdown {
    font-size: 24px;
    line-height: 24px;
  }
}
.path-frontpage .container .game .max-width .part-right figure figcaption .countdown-days {
  display: flex;
  justify-content: space-between;
  font-family: "OpenSans-Semibold";
  font-size: 11px;
  line-height: 15px;
  padding-inline: 35px;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .game .max-width .part-right figure figcaption .countdown-days {
    justify-content: center;
    gap: 24px;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .game .max-width .part-right figure figcaption .countdown-days {
    font-size: 8px;
  }
}
@media only screen and (max-width:320px) {
  .path-frontpage .container .game .max-width .part-right figure figcaption .countdown-days {
    display: none;
  }
}
.path-frontpage .container .game .max-width .part-right figure figcaption .countdown-days > span {
  position: relative;
  width: 44px;
}
.path-frontpage .container .game .max-width .part-right figure figcaption .countdown-days > span.days {
  left: 1px;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .game .max-width .part-right figure figcaption .countdown-days > span.days {
    left: -11px;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .game .max-width .part-right figure figcaption .countdown-days > span.days {
    left: 16px;
  }
}
.path-frontpage .container .game .max-width .part-right figure figcaption .countdown-days > span.hours {
  left: 2px;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .game .max-width .part-right figure figcaption .countdown-days > span.hours {
    left: -3px;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .game .max-width .part-right figure figcaption .countdown-days > span.hours {
    left: 5px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .game .max-width .part-right figure figcaption .countdown-days > span.minutes {
    left: 3px;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .game .max-width .part-right figure figcaption .countdown-days > span.minutes {
    left: -3px;
  }
}
.path-frontpage .container .game .max-width .part-right figure figcaption .countdown-days > span.seconds {
  left: -8px;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .game .max-width .part-right figure figcaption .countdown-days > span.seconds {
    left: 13px;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .game .max-width .part-right figure figcaption .countdown-days > span.seconds {
    left: -11px;
  }
}

/*# sourceMappingURL=home-no-start.css.map */
