@charset "UTF-8";
/* Global Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

.show-xs {
  display: flex !important;
}

p {
  margin: 1em 0 0 0;
}
p:first-child {
  margin-top: 0;
}

a {
  color: #34B6FF;
  text-decoration: underline;
}
a:hover {
  color: #0083cd;
}

body {
  min-height: 100vh;
  color: #FFF;
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0px;
  background: var(--circus, conic-gradient(from 159deg at 106.05% 112.59%, #191C46 0deg, #38408C 18.0000002682deg, #191C46 36.0000005364deg, #38408C 54.0000021458deg, #191C46 72.0000010729deg, #38408C 90deg, #191C46 108.0000042915deg, #38408C 125.9999978542deg, #191C46 144.0000021458deg, #38408C 161.9999957085deg, #191C46 180deg, #38408C 198.0000042915deg, #191C46 216.0000085831deg, #38408C 233.9999914169deg, #191C46 251.9999957085deg, #38408C 270deg, #191C46 288.0000042915deg, #38408C 306.0000085831deg, #191C46 323.9999914169deg, #38408C 341.9999957085deg, #191C46 360deg));
}

header {
  width: 100%;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(4, 6, 34, 0.4);
}
header h1 {
  font-size: 0;
}
header img {
  width: 220px;
  height: auto;
}

main {
  display: flex;
  flex-direction: column;
  padding: 27px 18px;
}
main h2 .title {
  font-size: 52px;
  font-weight: 700;
  line-height: 90%;
  text-transform: uppercase;
}
main h2 .subtitle {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 500;
  font-style: italic;
  line-height: normal;
  text-transform: uppercase;
  color: #F757FF;
}
main .row {
  position: relative;
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 15px;
}
main .row section {
  margin-bottom: 0;
}
main .row.col2 section {
  flex-basis: 50%;
}
main section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  word-wrap: break-word;
  margin-bottom: 15px;
  border-radius: 10px;
}
main section .title {
  margin-bottom: 16px;
  font-family: "Montserrat", serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}
main section .content {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 93%;
}
main .section01 {
  margin-top: 47px;
  padding: 23px 17px 9px 17px;
  background: rgba(11, 13, 45, 0.1);
}
main .section01 .illu {
  position: absolute;
  bottom: -15px;
  right: -18px;
  max-height: 130%;
  max-width: 55%;
}
main .section01 .title {
  margin-right: min(180px, 33%);
}
main .section01 .content {
  margin-right: min(180px, 55%);
}
main .section02 {
  padding: 22px 11px 17px 11px;
  background: rgba(35, 33, 102, 0.9);
}
main .section02 .store-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
main .section02 .store-buttons a.disabled {
  cursor: not-allowed;
}
main .section02 .store-buttons a img {
  max-width: 100%;
}
main .section-video .video-player {
  width: 100%;
  max-width: 720px;
  height: auto;
  border: 1px solid #FFF;
  border-radius: 10px;
}
main .section03 {
  /* Animation de pan horizontal */
}
main .section03 .scroll-container {
  border-radius: 10px;
  width: 100%; /* Largeur du container visible */
  height: 339px; /* Hauteur du container visible */
  overflow: hidden;
  position: relative;
  background-color: black;
}
main .section03 .scroll-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: pan 20s ease-in-out infinite;
}
main .section03 .scroll-image img {
  width: auto; /* Largeur de l'image beaucoup plus grande que le container */
  height: 100%;
}
@keyframes pan {
  0% {
    transform: translateX(0); /* Position initiale à gauche */
  }
  50% {
    transform: translateX(calc(-1864px + 100%)); /* Décalage pour aller jusqu'à la fin de l'image */
  }
  100% {
    transform: translateX(0); /* Retour à la position de départ */
  }
}
main .section03 .content {
  border-radius: 0 0 10px 10px;
  padding: 22px 12px 12px 12px;
  font-size: 12px;
  color: #FFF;
  background: rgb(247, 87, 255);
  background: linear-gradient(0deg, rgba(247, 87, 255, 0.26) 0%, rgba(247, 87, 255, 0) 100%);
}
main .section03 .content .first {
  margin-bottom: 11px;
  color: #7ED6FF;
  font-size: 14px;
  font-style: italic;
  line-height: 92%;
}
main .section03 .content .first svg {
  padding-right: 5px;
}
main .section04 {
  justify-content: space-around;
  border: 1px solid #FFF;
  background: linear-gradient(180deg, rgba(19, 6, 53, 0.5) 0%, rgba(19, 6, 53, 0) 100%);
}
main .section04 .content {
  /*
  background: linear-gradient(#211D54, #211D54) padding-box,
    linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0)) border-box;
  border-radius: $section-border-radius;;
  border: 1px solid transparent;
  */
  padding: 22px 12px 12px 12px;
  font-size: 12px;
  color: #FFF;
}
main .section04 .content .first {
  margin-bottom: 11px;
  color: #FECDAB;
  font-size: 19px;
  font-style: italic;
  font-weight: 600;
  font-family: "Montserrat", serif;
  line-height: 100%;
}
main .section04 .footer {
  line-height: 0;
}
main .section04 .footer img {
  width: 100%;
}
main .section0506-desktop {
  flex-basis: 0;
  display: flex;
  flex-direction: column;
}
main .section05 {
  margin-top: 40px;
  flex-basis: 45% !important;
  border: 1px solid #FFF;
  background: linear-gradient(180deg, rgba(19, 6, 53, 0.5) 0%, rgba(19, 6, 53, 0) 100%);
}
main .section05 .content {
  padding: 0 12px 12px 12px;
  font-size: 11px;
  color: #FFF;
}
main .section05 .content .first {
  margin-top: -25px;
  margin-bottom: 16px;
  color: #0B0D2D;
  text-align: center;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #FECDAB;
  font-size: min(54px, 12.5vw);
  font-weight: 800;
  line-height: 92%;
}
main .section05 .content .first img {
  margin-left: 10px;
}
main .section06 {
  margin-top: 15px;
  flex-basis: 55% !important;
  /* Animation de pan horizontal */
}
main .section06 .scroll-container {
  border-radius: 10px;
  width: 100%; /* Largeur du container visible */
  height: 325px; /* Hauteur du container visible */
  overflow: hidden;
  position: relative;
  background-color: black;
}
main .section06 .scroll-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: pan2 14s ease-in-out infinite;
}
main .section06 .scroll-image img {
  width: auto; /* Largeur de l'image beaucoup plus grande que le container */
  height: 100%;
}
@keyframes pan2 {
  0% {
    transform: translateX(0); /* Position initiale à gauche */
  }
  50% {
    transform: translateX(calc(-1273px + 100%)); /* Décalage pour aller jusqu'à la fin de l'image */
  }
  100% {
    transform: translateX(0); /* Retour à la position de départ */
  }
}
main .section07 {
  background: rgba(93, 98, 147, 0.17);
}
main .section07 .content {
  padding: 11px 12px 7px 12px;
}
main .section08 {
  padding: 0px 12px 11px 12px;
  align-items: center;
  background: rgba(255, 255, 255, 0.85);
}
main .section08 img {
  margin-bottom: 10px;
  height: 15vw;
}
main .section08 .content {
  text-align: center;
  color: #202341;
}

footer {
  display: grid;
  grid-template-rows: repeat(3, auto);
  gap: 14px;
  width: 100%;
  padding: 40px 18px 20px 18px;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 92.912%;
  color: rgba(238, 249, 255, 0.4);
  text-align: center;
}
footer .footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .left-link {
  justify-self: start;
}
footer .right-link {
  justify-self: end;
}
footer .copyright {
  grid-column: 1/-1;
  justify-content: center;
}

.comming-soon {
  position: fixed;
  z-index: 2;
  bottom: 13vh;
  left: 0;
  border: 5px solid #df2f34;
  border-left: none;
  border-radius: 0px 10px 10px 0px;
  background: radial-gradient(50% 50% at 50% 50%, #FFE5B5 0%, #F08976 100%);
  box-shadow: 0px 0px 38px 17px #D6172D;
  padding: 13px 30px 10px 18px;
}
.comming-soon a {
  text-decoration: none;
}
.comming-soon .line01 {
  color: #000;
  font-family: "Montserrat", serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
}
.comming-soon .line02 {
  color: #000;
  font-family: "Montserrat", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.support main h1 .title, .data-privacy main h1 .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 90%;
  text-transform: uppercase;
}
.support ul, .data-privacy ul {
  margin: 20px 20px 10px 30px;
}
.support ul li, .data-privacy ul li {
  margin-bottom: 5px;
}

.support main .section01 .content {
  margin-right: min(100px, 45%);
}
.support main .section02 .content {
  text-align: center;
}

.data-privacy section {
  margin-top: 15px;
  padding: 15px 17px 10px 17px;
  background: rgba(11, 13, 45, 0.1);
}
.data-privacy section h2 {
  margin-top: 1em;
  font-size: 24px;
  line-height: 90%;
  text-transform: uppercase;
}
.data-privacy section h2:first-child {
  margin-top: 0;
}
.data-privacy section h3 {
  margin-top: 1em;
  font-size: 18px;
  line-height: 90%;
  text-transform: uppercase;
}
.data-privacy main .section02 .content {
  text-align: center;
}/*# sourceMappingURL=styles.css.map */