* {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-size: 16px;
}
@media (max-width: 1200px) {
  * {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  * {
    font-size: 12px;
  }
}

title {
  display: none;
}

a {
  cursor: pointer;
}

p {
  margin: 0;
}

div {
  display: block;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

label {
  cursor: pointer;
}

input[type="number"] {
  border-radius: 8px;
  padding: 8px 11px;
  border: 1px solid #3e3e3e;
  cursor: text;
}
input[type="number"]:disabled {
  background: #b6b6b6 !important;
  cursor: default;
}

input[type="radio"] {
  all: unset;
  position: relative;
  border: 1px solid #34204c;
  border-radius: 4px;
  background-color: #f1f5fa;
  width: 20px;
  height: 20px;
  transition: 0.5s all ease;
}
input[type="radio"]::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 4px;
  background-color: #3e3e3e;
  opacity: 0;
  transition: 0.3s all ease;
}
input[type="radio"]:checked::before {
  opacity: 1;
}

.factoria {
  font-family: "factoria", "museo-sans";
}

.main-color {
  color: #34204c;
}

.pr {
  position: relative;
}

.oh {
  overflow: hidden;
}

.cta1 {
  font-family: "factoria", "museo-sans";
  display: inline-block;
  background-color: #3cc1e3aa;
  color: #fff;
  padding: 8px 32px;
  border-radius: 25px;
  font-size: 1.29rem;
  text-decoration: none;
  transition: 0.3s all ease;
}
@media (max-width: 767px) {
  .cta1 {
    font-size: 1rem;
    border-radius: inherit;
  }
}
.cta1:is(.active, :hover) {
  background-color: #3cc0ea;
}

.cta2 {
  font-family: "factoria", "museo-sans";
  display: inline-block;
  background-color: #fff;
  color: #d31b3b;
  padding: 4px 32px;
  border-radius: 8px;
  font-size: 1.29rem;
  transition: 0.3s all ease;
  border: 2px solid #d31b3b;
  font-weight: 600;
  cursor: pointer;
}
@media (max-width: 767px) {
  .cta2 {
    font-size: 1rem;
  }
}
.cta2:is(.active, :hover) {
  background-color: #d31b3b;
  color: #fff;
}

.capitalize {
  text-transform: capitalize;
}

.lowercase {
  text-transform: lowercase;
}

.underline {
  text-decoration: underline;
}

.nodeco {
  text-decoration: none;
}

.texte1 {
  font-size: 1.43rem;
  font-weight: 500;
  line-height: 22px;
}

.texte2 {
  font-size: 1.14rem;
  font-weight: 300;
  line-height: 17.6px;
}

.hide {
  display: none;
}

.error {
  color: #d31b3b;
  font-weight: bold;
}

.errorParent {
  display: none;
}

.w100 {
  width: 100%;
}

.mw50 {
  max-width: 50%;
}

.mw100 {
  max-width: 100%;
}

.mwImage {
  max-width: 321px;
}

.tac {
  text-align: center;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.df {
  display: flex;
}

.fw {
  flex-wrap: wrap;
}

.aic {
  align-items: center;
}

.aib {
  align-items: baseline;
}

.aie {
  align-items: flex-end;
}

.jcsb {
  justify-content: space-between;
}

.jcc {
  justify-content: center;
}

.jcse {
  justify-content: space-evenly;
}

.fdc {
  flex-direction: column;
}

.flex1 {
  flex: 1;
}

.white {
  color: #fff;
}

.primary {
  color: #34204c;
}

.secondary {
  color: #3e3e3e;
}

.third {
  color: #d31b3b;
}

.mt6 {
  margin-top: 6px;
}

.mt8 {
  margin-top: 8px;
}

.mt12 {
  margin-top: 12px;
}

.mt20 {
  margin-top: 20px;
}

.mt1 {
  margin-top: 1rem;
}

.mt2 {
  margin-top: 2rem;
}

.mb1 {
  margin-bottom: 1rem;
}

.mb2 {
  margin-bottom: 2rem;
}

.my30 {
  margin: 30px 0;
}

.g8 {
  gap: 8px;
}

.p5 {
  padding: 5px 0;
}

.mb20 {
  margin-bottom: 20px;
}

.transition {
  transition: 0.5s all ease;
}

@media (max-width: 767px) {
  .aicmobile {
    align-items: center;
  }
  .g8mobile {
    gap: 8px !important;
  }
  .g12mobile {
    gap: 12px !important;
  }
}
.g1 {
  gap: 1rem;
}

.g2rem {
  gap: 2rem;
}

.g12 {
  gap: 12px;
}

.g16 {
  gap: 1rem;
}

.g10rem {
  gap: 10rem;
}

.g20 {
  gap: 20px;
}

.g40 {
  gap: 2.86rem;
}

.g276 {
  gap: 17.3rem;
}

.g320 {
  gap: 20rem;
}

.wsnw {
  white-space: nowrap;
}

.center {
  margin: 0 auto;
}

.fs18 {
  font-size: 1.29rem;
}

.fs1p5em {
  font-size: 1.5em;
}

.fs20 {
  font-size: 1.43rem;
}

.fs2em {
  font-size: 2em;
}

.fw100 {
  font-weight: 100;
}

.fw400 {
  font-weight: 400;
}

.fw600 {
  font-weight: 600;
}

.show-mobile {
  display: none !important;
}
@media (max-width: 767px) {
  .show-mobile {
    display: block !important;
  }
}

.show-tablet {
  display: none !important;
}
@media (max-width: 1200px) {
  .show-tablet {
    display: block !important;
  }
}

.show-mobile-flex {
  display: none !important;
}
@media (max-width: 767px) {
  .show-mobile-flex {
    display: flex !important;
  }
}

.show-tablet-flex {
  display: none !important;
}
@media (max-width: 1200px) {
  .show-tablet-flex {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .hide-tablet {
    display: none !important;
  }
}
.draw {
  display: none !important;
}

.slider-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 600px;
  margin: 20px auto;
  padding: 10px;
  text-align: center;
}

.slider {
  width: 100%;
  height: 10px;
  background-color: #ccc;
  position: relative;
  cursor: pointer;
}

.slider-graduations {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 12px;
  font-size: 12px;
  color: #aaa;
}

.slider-graduation {
  position: relative;
  flex: 1;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.slider-track {
  width: 100%;
  height: 4px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.slider-highlight {
  height: 4px;
  background-color: #007bff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.slider-highlight-zone {
  height: 4px;
  background-color: rgba(0, 123, 255, 0.3);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.slider-thumb {
  width: 20px;
  height: 20px;
  background-color: #007bff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: grab;
}

.animated {
  padding: 0;
  opacity: 1;
  transition: 0.3s all ease;
}
.animated:not(.active) {
  display: none;
}
.animated.leaving {
  opacity: 0;
}
.animated.init.right {
  transform: translateX(100%);
}
.animated.init.top {
  transform: translateY(-170%);
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "museo-sans";
  color: #34204c;
  background-color: #558680;
  margin: 0;
}

header {
  font-family: "factoria", "museo-sans";
  background-color: #182660;
  color: #fff;
  display: block;
  padding: 10px 100px;
  font-size: 1.29rem;
  z-index: 3;
}
header .flag {
  max-width: 30px;
}
@media (max-width: 767px) {
  header .flag {
    max-width: 20px;
  }
}
header .sites-logo {
  width: 100%;
  max-width: 140px;
}
@media (max-width: 767px) {
  header .sites-logo {
    max-width: 75px;
  }
}
@media (max-width: 767px) {
  header {
    padding: 10px 20px;
  }
}

.top-content {
  background: #558680;
  position: relative;
  margin-bottom: -355px;
  display: flex;
}

@media (max-width: 767px) {
  .top-content {
    margin-bottom: inherit;
  }
}

.main {
  overflow: hidden;
  position: relative;
  padding: 0 100px;
  flex: 1;
  background-size: contain;
  transition: 0.5s all ease;
}
@media (max-width: 767px) {
  .main {
    padding: 0;
  }
}
.main .halo {
  top: -1310px;
  left: -5000px;
  right: -5000px;
  position: absolute;
  margin: auto;
  z-index: 1;
  width: 3100px;
  transform-origin: center;
  animation: halo-rotation infinite linear 18s;
}
@media (max-width: 767px) {
  .main .halo {
    top: -1380px;
  }
}
.main .decoration {
  transform: translate(-5%, -389px);
  margin-bottom: -17%;
}
.main .flags {
  border-radius: 7px;
}
.main .flags img {
  width: 40px;
  height: 40px;
  vertical-align: top;
}
.top-content .back-button {
  background-color: #ffffffc7;
  position: absolute;
  top: 1vw;
  left: 80px;
  z-index: 2;
  text-decoration: none;
  color: #34204c;
  padding: 10px;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .top-content .back-button {
    display: none;
  }
}
.main .links {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 20px;
  justify-content: end;
  margin-bottom: 33px;
}
@media (max-width: 1200px) {
  .main .links {
    justify-content: center;
    gap: 1px;
    margin-bottom: 1px;
  }
  .main .links .cta1:first-child {
    border-radius: 8px 0px 0px 0px;
    border: none;
  }
  .main .links .cta1:last-child {
    border-radius: 0px 8px 0px 0px;
  }
}
.top-content img.tapisserie {
  vertical-align: top;
  max-width: 100%;
  width: 100%;
}

.top-content img.tapisserieMobile {
  display: none;
}

@media (max-width: 767px) {
  .top-content img.tapisserieMobile {
    display: inline;
    vertical-align: top;
    max-width: 100%;
    width: 100%;
  }

  .no-mobile {
    display: none;
  }
}

.top-content .event-logo {
  display: none;
  position: absolute;
  top: 3vw;
  left: 0;
  right: 0;
  width: 15vw;
  margin: auto;
}
.top-content .event-logo img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .main .decoration {
    max-width: 100%;
    transform: inherit;
    margin-bottom: inherit;
  }
}
.main .left {
  width: 40%;
}
@media (max-width: 1200px) {
  .main .left {
    width: 100%;
  }
}
.main .left .block:not(.right) .content {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.main .left .block:not(.right) .subblock {
  position: relative;
  border: 1px solid #3e3e3e;
  border-radius: 12px;
  padding: 12px;
  transition: 0.5s all ease;
}
.main .left .block:not(.right) .subblock .scores {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main
  .left
  .block:not(.right)
  .subblock
  .scores
  > div:is(:first-child, :last-child) {
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.main
  .left
  .block:not(.right)
  .subblock
  .scores
  > div:is(:first-child, :last-child)
  img {
  margin: 0 auto;
}
.main .left .block:not(.right) .subblock .points {
  position: absolute;
  background-color: #d31b3b;
  color: #fff;
  padding: 8px 15px;
  border-radius: 27px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.main .left .block:not(.right) .subblock .points.win {
  background-color: #03943c;
}
.main .blocks {
  position: relative;
  z-index: 2;
  align-items: baseline;
}
@media (max-width: 1200px) {
  .main .blocks {
    flex-direction: column;
  }
}
.main .blocks .block {
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 8px;
  background: #fff;
}
@media (max-width: 767px) {
  .main .blocks .block {
    border-radius: 0;
  }
}
.main .blocks .block .content {
  padding: 20px;
}
.main .blocks .block .content.animated {
  padding: 0;
  opacity: 1;
  transition: 0.3s all ease;
}
.main .blocks .block .content.animated:not(.active) {
  display: none;
}
.main .blocks .block .content.animated.leaving {
  opacity: 0;
}
.main .blocks .block .content.animated.init.right {
  transform: translateX(100%);
}
.main .blocks .block .content.animated.init.top {
  transform: translateY(-100%);
}
.main .blocks .block.right .content {
  display: flex;
  flex-direction: column;
  gap: 0px;
  padding: 40px;
}
@media (max-width: 767px) {
  .main .blocks .block.right .content {
    padding: 12px;
  }
}
.main .blocks .block.right .content.active.historique {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
.main .blocks .block.right .content.active.historique > div {
  height: -moz-fit-content;
  height: fit-content;
}
.main .blocks .block.right .content.active.historique .subblock-header {
  background-color: #34204c;
  color: #fff;
  margin: 0 auto;
  padding: 12px 20px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px 20px 0px 0px;
}
.main .blocks .block.right .content.active.historique .subblock {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 3px solid #34204c;
  border-radius: 20px;
  padding: 30px;
  margin: 0;
  min-height: initial;
  gap: 20px;
  transition: 0.5s all ease;
}
.main .blocks .block.right .content.active.historique .points {
  position: absolute;
  top: 94%;
  background-color: #d31b3b;
  color: #fff;
  padding: 8px 15px;
  border-radius: 27px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.main .blocks .block.right .content.active.historique .points.win {
  background-color: #03943c;
}
.main .blocks .block.right .subblock {
  height: 100%;
  margin-top: 20px;
  display: flex;
  transition: 0.5s all ease;
}
.main .blocks .block.right .subblock .sidebar {
  font-family: "factoria", "museo-sans";
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 20px 7px;
  border-radius: 20px 0px 0px 20px;
  gap: 10px;
  color: #fff;
  background-color: #34204c;
  margin: 28px 0;
}
.main .blocks .block.right .subblock .sidebar .sidebar-rotate {
  transform: rotate(90deg) scale(-1) translateY(-130%);
  transform-origin: right;
  white-space: nowrap;
  position: absolute;
  right: 0;
  top: 12px;
}
.main .blocks .block.right .subblock .subblock-content {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 1;
  border: 3px solid #34204c;
  border-radius: 20px;
  padding: 28px 40px;
}
@media (max-width: 767px) {
  .main .blocks .block.right .subblock .subblock-content {
    padding: 16px;
  }
}
.main .blocks .block.right .subblock .subblock-content.wrapper {
  display: grid;
  grid-template-rows: 1fr;
  overflow: hidden;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .main .blocks .block.right .subblock .subblock-content .match-up {
    flex-direction: column;
  }
  .main
    .blocks
    .block.right
    .subblock
    .subblock-content
    .match-up
    .options
    input[type="number"] {
    font-size: 16px;
    order: 2;
  }
  .main
    .blocks
    .block.right
    .subblock
    .subblock-content
    .match-up
    .options
    .flags {
    order: -1;
  }
}
.main
  .blocks
  .block.right
  .subblock
  .subblock-content
  .match-up
  .options:first-child {
  justify-content: flex-start;
  flex: 1;
}
.main
  .blocks
  .block.right
  .subblock
  .subblock-content
  .match-up
  .options:last-child {
  justify-content: flex-end;
  flex: 1;
}
@media (max-width: 767px) {
  .main
    .blocks
    .block.right
    .subblock
    .subblock-content
    .match-up
    .options:last-child {
    justify-content: flex-start;
  }
}
.main .blocks .block.right .subblock .subblock-content .options {
  display: flex;
  align-items: center;
  border: 1px solid #d31b3b;
  padding: 12px 8px;
  text-align: center;
  border-radius: 8px;
  transition: 0.5s all ease;
}
.main .blocks .block.right .subblock .subblock-content .options.active {
  background-color: #d31b3b;
  color: #fff;
}
.main .blocks .block.right .subblock .subblock-content .options.draw {
  padding: 0 16px;
}
.main .blocks .block.right .subblock .subblock-content input[type="number"] {
  max-width: 70px;
  background: #f1f5fa;
  color: #34204c;
  text-align: left;
}
.main .blocks .block.right .subblock .subblock-content .modalites {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.main
  .blocks
  .block.right
  .subblock
  .subblock-content
  .modalites
  .modalite
  label {
  display: flex;
  align-items: center;
  gap: 12px;
}
.main .blocks .block.right .subblock .subblock-content .hasAnswered .modalites {
  border-spacing: 10px;
}
.main
  .blocks
  .block.right
  .subblock
  .subblock-content
  .hasAnswered
  .modalites
  .modalite
  td:first-child {
  width: 17%;
}
.main
  .blocks
  .block.right
  .subblock
  .subblock-content
  .hasAnswered
  .modalites
  .modalite
  td:last-child {
  width: 100%;
}
.main
  .blocks
  .block.right
  .subblock
  .subblock-content
  .hasAnswered
  .modalites
  .modalite
  td:nth-child(2) {
  max-width: 60px;
}
.main
  .blocks
  .block.right
  .subblock
  .subblock-content
  .hasAnswered
  .modalites
  .modalite
  .pourcentage {
  width: var(--pourcentage);
  height: 12px;
  background-color: #3e3e3e;
  border-radius: 8px;
  transition: 1s all ease;
}
.main
  .blocks
  .block.right
  .subblock
  :is(.hasBet, .toBet, .hasAnswered, .toAnswer):not(.active) {
  display: none;
}
.main .blocks .block.right .subblock .toBet,
.main .blocks .block.right .subblock .hasBet,
.main .blocks .block.right .subblock .hasAnswered,
.main .blocks .block.right .subblock .toAnswer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s all ease;
}
.main .blocks .block.right .subblock .toBet > div:not(:last-of-type),
.main .blocks .block.right .subblock .hasBet > div:not(:last-of-type),
.main .blocks .block.right .subblock .hasAnswered > div:not(:last-of-type),
.main .blocks .block.right .subblock .toAnswer > div:not(:last-of-type) {
  margin-bottom: 20px;
}
.main .blocks .block.right .subblock .hasAnswered img {
  width: 22px;
}
.main .blocks .block.right .subblock .hasBet.init,
.main .blocks .block.right .subblock .hasAnswered.init {
  opacity: 0;
  transform: translateY(-100%);
}
.main .blocks .block.right .subblock .toBet.init,
.main .blocks .block.right .subblock .toAnswer.init {
  opacity: 0;
  transform: translateY(100%);
}
.main .blocks .block.right .subblock .scores {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.main .blocks .block.right .subblock .scores img {
  width: 40px;
  height: 40px;
}
.main .blocks .block.right .subblock .scores > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.main .blocks .block.right .subblock .scores > div:first-child,
.main .blocks .block.right .subblock .scores > div:last-child {
  width: 200px;
}
.main .blocks .block .block-header {
  font-family: "factoria", "museo-sans";
  text-align: center;
  background-color: #3e3e3e;
  color: #fff;
  padding: 8px;
  font-weight: 600;
  border-radius: 8px 8px 0px 0px;
  font-size: 1.29rem;
}
@media (max-width: 767px) {
  .main .blocks .block .block-header {
    border-radius: 0;
  }
}
.main .blocks .block .subtitle {
  font-family: "factoria", "museo-sans";
  font-weight: 600;
  background-color: #558680;
  color: white;
  text-align: center;
  padding: 5px 72px;
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2901960784);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.29rem;
}
.main .blocks .block .pdf {
  display: block;
  background-color: #f1f5fa;
  text-decoration: none;
  border: 1px solid #558680;
  border-radius: 8px;
  padding: 10px 20px;
  display: flex;
  max-width: 250px;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  color: #3e3e3e;
}
.main .blocks .block .versus {
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
  height: 100px;
  max-width: 400px;
  width: 100%;
}
.main .blocks .block .versus div {
  position: absolute;
  display: inline-block;
  max-width: 230px;
  color: #fff;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.45);
  border-radius: 20px;
}
.main .blocks .block .versus div:nth-child(2) {
  padding: 2px 20px;
  background: #3cc0ea;
  top: 38%;
  left: 24%;
  z-index: 4;
  width: -moz-fit-content;
  width: fit-content;
  transform: rotate(-6deg);
}
.main .blocks .block .versus div:is(:first-child, :last-child) {
  font-family: "factoria", "museo-sans";
  margin: auto;
  font-weight: 600;
  width: 100%;
  padding: 10px 20px;
}
.main .blocks .block .versus div:first-child {
  top: 0;
  background: #ee2854;
  color: white;
  z-index: 3;
  transform: rotate(-4deg);
}
.main .blocks .block .versus div:last-child {
  background: #34204c;
  top: 40%;
  left: 15%;
  z-index: 2;
  transform: rotate(-4deg);
}
.main .blocks .block .liste_classement .pages_classement {
  position: relative;
  overflow: hidden;
}
.main .blocks .block .liste_classement .pages_classement .page {
  position: absolute;
  opacity: 0;
  left: 100%;
  width: 100%;
  transition: all ease 0.3s;
  top: 0;
}
.main .blocks .block .liste_classement .pages_classement .page:nth-child(1) {
  position: relative;
  left: 0;
  opacity: 1;
}
.main .blocks .block .liste_classement .classement_pagination {
  text-align: center;
  color: #b9b9b9;
  margin-top: 1rem;
}
.main .blocks .block .liste_classement .classement_pagination a {
  font-weight: bold;
  font-size: 1.2rem;
  color: #b9b9b9;
  font-style: normal;
  text-decoration: none;
  transition: all ease 0.3s;
}
.main .blocks .block .liste_classement .classement_pagination a.current {
  font-size: 1.3rem;
  color: #3e3e3e;
}
.main .blocks .block .liste_classement .ligne_score {
  display: flex;
  align-items: center;
  border-top: 1px solid #ccc;
  padding: 0.5rem;
  transition: all ease 0.3s;
}
.main .blocks .block .liste_classement .ligne_score:first-child {
  border-top: none;
}
.main .blocks .block .liste_classement .ligne_score.hide_position {
  border-top: none;
}
.main .blocks .block .liste_classement .ligne_score:hover {
  background-color: #eaeaea;
}
.main .blocks .block .liste_classement .ligne_score.current {
  background-color: #f1f5fa;
  border: 1px solid #558680;
  border-radius: 8px;
}
.main .blocks .block .liste_classement .ligne_score .position {
  font-weight: bold;
  font-size: 1.4rem;
  color: #34204c;
  width: 65px;
  text-align: center;
}
.main .blocks .block .liste_classement .ligne_score .points {
  font-family: "factoria", "museo-sans";
  font-weight: bold;
  color: #34204c;
  font-size: 18px;
}
.main .blocks .block .liste_classement .ligne_score .infos {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.main .blocks .block .liste_classement .ligne_score .infos .name {
  font-weight: bold;
}
.main .blocks .block .liste_classement .ligne_score .flag {
  border-radius: 7px;
}
.main .blocks .block .liste_classement .ligne_score .flag img {
  max-width: 25px;
  height: inherit;
  margin-right: 1rem;
}

.loader img {
  max-width: 40px;
  animation: loader-rotate 1.2s infinite;
  transform-origin: center;
}

.gagnant_header {
  background-color: #182660;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 40px;
  font-size: 20px;
}

.user_header{
  background-color: #EE2854;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 40px;
  font-size: 20px;
}

@keyframes loader-rotate {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}
@keyframes halo-rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
} /*# sourceMappingURL=styles.css.map */

.fade-text {
  animation: fade 2s linear infinite;
}

@keyframes fade {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
