@charset "UTF-8";
@font-face {
  font-family: "M42";
  src: url(../font/m42.TTF) format("truetype");
}
@font-face {
  font-family: "PublicPixel";
  src: url(../font/PublicPixel.ttf) format("truetype");
}
.border-pixel, body.leaderboard .leaderboard-content table {
  background-color: white;
  padding: 15px 20px;
  -webkit-box-shadow: 0px 5px black, 0px -5px black, 5px 0px black, -5px 0px black, 0px 10px rgba(0, 0, 0, 0.2196078431), 5px 5px rgba(0, 0, 0, 0.2196078431), -5px 5px rgba(0, 0, 0, 0.2196078431), inset 0px 5px rgba(255, 255, 255, 0.2117647059);
          box-shadow: 0px 5px black, 0px -5px black, 5px 0px black, -5px 0px black, 0px 10px rgba(0, 0, 0, 0.2196078431), 5px 5px rgba(0, 0, 0, 0.2196078431), -5px 5px rgba(0, 0, 0, 0.2196078431), inset 0px 5px rgba(255, 255, 255, 0.2117647059);
}

.tricks_jump_color {
  color: #ff00cf;
}

.total_color {
  color: #fbff00;
}

body:not(.leaderboard) {
  border: 1px solid black;
  margin: 0 auto;
  padding: 0;
  width: 1024px;
  height: 768px;
  font-size: 15px;
}

body * {
  font-family: "PublicPixel";
}

:focus-visible {
  outline: unset;
}

.hide {
  display: none !important;
}

#racer {
  position: relative;
  width: 1024px;
  height: 768px;
  z-index: 0;
  overflow: hidden;
  margin: 0 auto;
}
#racer #hud {
  position: absolute;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#racer #hud .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#racer #hud .top #time {
  text-transform: uppercase;
  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;
}
#racer #hud .top #time #current_lap_time {
  text-shadow: 4px 4px black;
  color: white;
  font-size: 15px;
  margin-bottom: 0.5em;
}
#racer #hud .top #time #current_lap_time .value {
  font-family: "M42";
  font-size: 25px;
}
#racer #hud .top #time #position_joueur {
  display: none;
  text-shadow: 4px 4px black;
  color: #00E2B4;
  font-size: 15px;
}
#racer #hud .top #time #position_joueur .value {
  font-size: 30px;
}
#racer #hud .top #time #altitude_joueur {
  text-shadow: 3px 3px black;
  color: #00E2B4;
  font-size: 15px;
}
#racer #hud .top #time #altitude_joueur .value {
  font-size: 22px;
  font-family: "M42";
}
#racer #hud .top .score > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 18px;
}
#racer #hud .top .score > div#jump_score {
  margin-bottom: 15px;
}
#racer #hud .top .score .bonus-icon {
  width: 42px;
  background-image: url("../images/sprites.png");
  background-position: -1595px -510px; /* Position du sprite COMPTEUR_BONUS */
  background-size: 2000px 2000px; /* Ajuster selon la taille réelle du sprite */
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -webkit-optimize-contrast;
      image-rendering: pixelated;
}
#racer #hud .top .score .bonus-value {
  font-family: "M42", monospace;
  font-size: 30px;
  margin-bottom: -0.5em;
  color: white;
  text-shadow: 4px 4px black;
  font-style: italic;
}
#racer #hud .top .score .tricks_txt {
  text-shadow: 3px 3px black;
  color: #ff00cf;
  font-size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#racer #hud .top .score .tricks_txt .value {
  font-size: 15px;
  font-family: "M42";
}
#racer #hud .top #logo {
  background: white;
}
#racer #hud .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#racer #hud .bottom #copyright {
  font-size: 12px;
  text-transform: uppercase;
  color: black;
  -webkit-text-stroke: 5px white;
  position: absolute;
  z-index: 5;
}
#racer #hud .bottom #copyright_shadow {
  font-size: 12px;
  text-transform: uppercase;
  z-index: 6;
}
#racer #hud .bottom #speed {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 0;
  color: white;
  text-shadow: 5px 5px black;
}
#racer #hud .bottom #speed .value {
  font-size: 30px;
}
#racer #menu {
  position: absolute;
  z-index: 99999;
  width: 100%;
  height: 100%;
}
#racer #menu.startGame {
  display: none;
}
#racer.menuJeuOpen #menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  background-color: rgba(0, 0, 0, 0.2392156863);
}
#racer.menuJeuOpen #menu.startGame {
  display: none;
}
#racer.menuJeuOpen #hud {
  display: none;
}
#racer #bloc_fin_partie .content {
  background-color: rgba(0, 0, 0, 0.4745098039);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  color: white;
  gap: 50px;
}
#racer #bloc_fin_partie .content div.fin-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
}
#racer #bloc_fin_partie .content div.fin-btn button {
  color: black;
  background-color: white;
  padding: 15px 20px;
  margin: 10px;
  font-size: 14px;
  font-family: "M42";
  border: 0;
  -webkit-box-shadow: 0px 5px black, 0px -5px black, 5px 0px black, -5px 0px black, 0px 10px rgba(0, 0, 0, 0.2196078431), 5px 5px rgba(0, 0, 0, 0.2196078431), -5px 5px rgba(0, 0, 0, 0.2196078431), inset 0px 5px rgba(255, 255, 255, 0.2117647059);
          box-shadow: 0px 5px black, 0px -5px black, 5px 0px black, -5px 0px black, 0px 10px rgba(0, 0, 0, 0.2196078431), 5px 5px rgba(0, 0, 0, 0.2196078431), -5px 5px rgba(0, 0, 0, 0.2196078431), inset 0px 5px rgba(255, 255, 255, 0.2117647059);
  cursor: pointer;
  line-height: 1;
}
#racer #bloc_fin_partie .content div.fin-btn button.buttonMenuSelected {
  color: white !important;
  background-color: #00E2B4;
}
#racer #bloc_fin_partie .content div.fin-btn button.buttonMenuSelected:before {
  color: white !important;
}
#racer #bloc_fin_partie .content div.fin-btn button:active {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: 0px 5px black, 0px -5px black, 5px 0px black, -5px 0px black, inset 0px 5px rgba(0, 0, 0, 0.2196078431);
          box-shadow: 0px 5px black, 0px -5px black, 5px 0px black, -5px 0px black, inset 0px 5px rgba(0, 0, 0, 0.2196078431);
}
#racer #bloc_fin_partie .content div#fin-txt {
  /*.container_score {
      position: absolute;
      top: -70px;
      right: -60px;
      width: 223px;
      height: 627px;
      display: flex;
      flex-direction: column;
      align-items: left;
      background-image: url("../images/background/fond-papier.png");
      background-position: right;
      background-size: cover;
      color: #131313;
      padding: 125px 40px 0 48px;
      transform: rotate(10deg) translateY(-800px);
      filter: drop-shadow(14px 11px 0px rgba(0, 0, 0, 0.5));
      animation: appear 0.5s ease-out 1.5s forwards, move 2s linear 1s infinite; // 1s de delai car animation d'apparition avant
      transform-origin: top left;
      @keyframes appear {
          from {
              transform: rotate(10deg) translateY(-800px);
          }
          to {
              transform: rotate(10deg) translateY(-40px);
          }
      }
      // @keyframes move {
      //     0% {
      //         transform: rotate(10deg) translateY(-40px);
      //     }
      //     33% {
      //         transform: rotate(9deg) translateY(-40px);  
      //     }
      //     66% {
      //         transform: rotate(11deg) translateY(-40px);  
      //     }
      //     100% {
      //         transform: rotate(10deg) translateY(-40px);
      //     }
      // }

      h2 {
          font-size: 20px;
          font-family: 'M42';
          margin-bottom: 24px;
      }
      #score_fin_jeu {
          font-size: 20px;
          float: right;
          display: flex;
          flex-direction: column;
          // gap: 15px;
          > span {
              display: flex;
              flex-direction: column;
              line-height: 1.5;
              .value {
                  font-size: 25px;
                  font-family: 'M42';
                  // margin-top: 15px;
                  line-height: 2.5;

              }
          }
      }
      .score_global {
          .resultat {
              display: flex;
              flex-direction: column;
              text-align: right;
              padding: 55px 0 20px;
              font-size: 20px;
              .value {
                  font-size: 40px;
                  font-family: "M42";
                  padding-top: 15px;
              }
          }
          .note {
              $noteColor: $danger;
              position: absolute;
              bottom: 20px;
              padding: 0.6em;
              padding-bottom: 0px;
              margin: 15px;
              border: 10px solid $noteColor;
              font-family: "M42";
              line-height: 2;
              transform: rotate(-18deg) scale(1);
              font-size: 30px;
              border-radius: 100px;
              color: $noteColor;
              right: 42px;
              animation: tampon .1s linear 3s forwards;
              opacity: 0;

              // sucharge seulement si on a un bg pixel pour entourer la lettre
              background-image: url("../images/background/cercle.svg");
              border: none;
              border-radius: 0;
              padding: 0.6em 0.8em;
              padding-bottom: 6px;
              line-height: 2.3;
              background-repeat: no-repeat;
              @keyframes tampon {
                  0% {
                      opacity: 0;
                      transform: rotate(-18deg) scale(1);
                  }
                  50% {
                      opacity: 1;
                      transform: rotate(-18deg) scale(.9);
                  }
                  100% {
                      opacity: 1;
                      transform: rotate(-18deg) scale(1);
                  }
              }
          }
      }
  }*/
}
#racer #bloc_fin_partie .content div#fin-txt .container_qr {
  position: absolute;
  bottom: 50px;
  right: 120px;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: white;
  color: black;
}
#racer #bloc_fin_partie .content div#fin-txt .container_qr h2 {
  margin: 0 0 15px;
}
#racer #bloc_fin_partie .content div#fin-txt .container_qr .code_joueur_qr {
  position: absolute;
  right: -60px;
  bottom: 30px;
  font-size: 18px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#racer #bloc_fin_partie .content div#fin-txt .container_score-new {
  position: absolute;
  top: 40px;
  right: 0px;
  height: 768px;
  width: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  background-image: url("../images/background/score.png");
  background-size: contain;
  -webkit-transform: translateY(-800px);
          transform: translateY(-800px);
  -webkit-animation: appear 0.5s ease-out 1.5s forwards, move 2s linear 1s infinite;
          animation: appear 0.5s ease-out 1.5s forwards, move 2s linear 1s infinite;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
@-webkit-keyframes appear {
  from {
    -webkit-transform: translateY(-800px);
            transform: translateY(-800px);
  }
  to {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}
@keyframes appear {
  from {
    -webkit-transform: translateY(-800px);
            transform: translateY(-800px);
  }
  to {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}
#racer #bloc_fin_partie .content div#fin-txt .container_score-new #score_fin_jeu {
  font-size: 20px;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#racer #bloc_fin_partie .content div#fin-txt .container_score-new .score_global, #racer #bloc_fin_partie .content div#fin-txt .container_score-new .score-jump, #racer #bloc_fin_partie .content div#fin-txt .container_score-new .score-time, #racer #bloc_fin_partie .content div#fin-txt .container_score-new .score-bonus {
  position: absolute;
  left: 280px;
}
#racer #bloc_fin_partie .content div#fin-txt .container_score-new .score-time {
  top: 60px;
}
#racer #bloc_fin_partie .content div#fin-txt .container_score-new .score-jump {
  top: 110px;
}
#racer #bloc_fin_partie .content div#fin-txt .container_score-new .score-bonus {
  top: 170px;
}
#racer #bloc_fin_partie .content div#fin-txt .container_score-new .score_global {
  top: 230px;
}
#racer #bloc_fin_partie .content div#fin-txt .container_score-new .note {
  position: absolute;
  top: 278px;
  left: 6px;
  padding: 0.6em;
  padding-bottom: 0px;
  margin: 15px;
  border: 10px solid #ff3932;
  font-family: "M42";
  line-height: 2;
  -webkit-transform: scale(1);
          transform: scale(1);
  font-size: 30px;
  border-radius: 100px;
  color: #ff3932;
  right: 42px;
  -webkit-animation: tampon 0.1s linear 3s forwards;
          animation: tampon 0.1s linear 3s forwards;
  opacity: 0;
  background-image: url("../images/background/cercle.svg");
  border: none;
  border-radius: 0;
  padding: 0.6em 0.8em;
  padding-bottom: 6px;
  line-height: 2.3;
  background-repeat: no-repeat;
}
@-webkit-keyframes tampon {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: r scale(0.9);
            transform: r scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes tampon {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: r scale(0.9);
            transform: r scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#racer #canvas {
  background: #ff3932;
}

/****************************************/
/******************** BOUTONS ***********/
/****************************************/
a.btn, button {
  border: none;
  font-size: 25px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 900;
  color: black;
  background-color: white;
  padding: 15px 20px 13px;
  margin: 10px;
  border: 0;
  -webkit-box-shadow: 0px 5px black, 0px -5px black, 5px 0px black, -5px 0px black, 0px 10px rgba(0, 0, 0, 0.2196078431), 5px 5px rgba(0, 0, 0, 0.2196078431), -5px 5px rgba(0, 0, 0, 0.2196078431), inset 0px 5px rgba(255, 255, 255, 0.2117647059);
          box-shadow: 0px 5px black, 0px -5px black, 5px 0px black, -5px 0px black, 0px 10px rgba(0, 0, 0, 0.2196078431), 5px 5px rgba(0, 0, 0, 0.2196078431), -5px 5px rgba(0, 0, 0, 0.2196078431), inset 0px 5px rgba(255, 255, 255, 0.2117647059);
  cursor: pointer;
  line-height: 1;
}
a.btn.buttonMenuSelected, button.buttonMenuSelected {
  color: white !important;
  background-color: #00E2B4;
}
a.btn.buttonMenuSelected:before, button.buttonMenuSelected:before {
  content: ">>";
  color: white !important;
  font-size: 1em;
  display: inline-block;
  margin-right: 25px;
  -webkit-animation: menuSelected 1s ease-in-out infinite;
          animation: menuSelected 1s ease-in-out infinite;
}
@-webkit-keyframes menuSelected {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}
@keyframes menuSelected {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}

/****************************************/
/**************** LEADERBOARD ***********/
/****************************************/
#leaderboard {
  height: 100%;
}
#leaderboard h1 {
  text-transform: uppercase;
}
#leaderboard .menu-principal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  height: 100%;
}
#leaderboard .menu-principal .tableauLeader {
  max-height: 500px;
  overflow: auto;
}
#leaderboard .menu-principal .tableauLeader #leaderboardTable {
  max-height: 200px;
  overflow: auto;
}
#leaderboard .menu-principal .tableauLeader #leaderboardTable thead {
  text-align: left;
}
#leaderboard .menu-principal .tableauLeader #leaderboardTable thead tr th {
  padding: 6px 15px;
}
#leaderboard .menu-principal .tableauLeader #leaderboardTable #leaderboardBody tr td {
  padding: 6px 15px;
}
#leaderboard .menu-principal .tableauLeader #leaderboardTable #leaderboardBody tr td.playerScore {
  background-color: #ff3932;
  color: #00E2B4;
}
#leaderboard .menu-principal #bloc_save_score_fin_partie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
#leaderboard .menu-principal #bloc_save_score_fin_partie p {
  font-size: 22px;
}
#leaderboard .menu-principal #bloc_save_score_fin_partie form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
}
#leaderboard .menu-principal #bloc_save_score_fin_partie input {
  padding: 0.6em 1em;
  border: 1px solid black;
  margin-bottom: 0.5em;
}
#leaderboard .menu-principal #menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 0.5em;
}

/****************************************/
/******************** ACCUEIL ***********/
/****************************************/
#home {
  background-image: url(../images/interface-jeu.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
#home #racer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#home #racer img.logo-sprinterr {
  width: 600px;
}
#home #racer #menu {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  position: relative;
  z-index: 99999;
  width: 100%;
  height: unset;
}
#home .bottom {
  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;
  position: absolute;
  bottom: 40px;
  right: 40px;
}
#home .bottom #copyright {
  font-size: 12px;
  text-transform: uppercase;
  color: black;
  -webkit-text-stroke: 5px white;
  position: absolute;
  z-index: 5;
}
#home .bottom #copyright_shadow {
  font-size: 12px;
  text-transform: uppercase;
  z-index: 6;
}
#home .bottom img {
  all: unset;
  width: 150px;
  height: 50px;
}

/****************************************/
/* common styles used for v1 through v4 */
/*******************************    *********/
#mute {
  background-position: 0px 0px;
  width: 32px;
  height: 32px;
  background: url(images/mute.png);
  display: inline-block;
  cursor: pointer;
  position: absolute;
  margin-left: 20em;
}

#mute.on {
  background-position: -32px 0px;
}

/**************************************************/
/* rudimentary heads up display (only used in v4) */
/**************************************************/
#hud #fast_lap_time {
  display: block;
  width: 12em;
  margin: 0 auto;
  text-align: center;
  transition-property: background-color;
  transition-duration: 2s;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: 2s;
}

.replayText {
  text-align: center;
}

/* Indicateur FLY */
#fly_indicator {
  margin: 0 auto;
  position: absolute;
  right: 40%;
  border-radius: 8px;
  padding: 8px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-animation: flyPulse 0.5s ease-in-out, fly 2s linear infinite;
          animation: flyPulse 0.5s ease-in-out, fly 2s linear infinite;
}

#fly_indicator .fly-icon {
  width: 72px;
}

#fly_indicator .fly-text {
  font-family: "M42", monospace;
  font-size: 20px;
  font-weight: bold;
  color: white;
  text-shadow: none;
  line-height: 1;
  margin-bottom: -14px;
  text-shadow: 3px 3px black;
}

/* Animation pour l'indicateur FLY */
@-webkit-keyframes flyPulse {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes flyPulse {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fly {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fly {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
body.leaderboard {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: black;
}
body.leaderboard h4 {
  color: white;
}
body.leaderboard h1 {
  font-family: "M42";
  margin-bottom: 0;
}
body.leaderboard .infos-player {
  background-color: black;
  color: white;
  max-width: 450px;
  margin: 0 auto;
}
body.leaderboard .infos-player h2 {
  margin: -15px -20px 0;
  padding: 15px 20px;
  background-color: #00E2B4;
  text-align: center;
  border-bottom: 5px solid black;
  line-height: 1.3;
}
body.leaderboard .infos-player .code {
  text-align: center;
  margin-top: 27px;
  font-style: italic;
  font-size: 13px;
}
body.leaderboard .infos-player ul {
  padding-left: 0;
  max-width: 360px;
  margin: 24px auto;
}
body.leaderboard .infos-player ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}
body.leaderboard .infos-player ul li:not(:last-child) {
  margin-bottom: 10px;
  border-bottom: 3px solid white;
  padding: 4px 0 11px;
}
body.leaderboard .infos-player ul li:last-child {
  font-size: 18px;
}
body.leaderboard .infos-player ul li span {
  font-family: "M42";
  margin-bottom: -4px;
}
body.leaderboard .infos-player form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
}
body.leaderboard .infos-player form label input {
  margin: 10px 0;
  border: 3px solid black;
  line-height: 2;
  min-width: 200px;
  width: 100%;
  max-width: 350px;
}
body.leaderboard .infos-player form button {
  font-size: 12px;
  padding: 10px 15px;
  margin: 15px 0 0;
  line-height: 1.5;
  color: white;
  background-color: #ff3932;
}
body.leaderboard .leaderboard-content {
  background-color: white;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 25px;
  font-size: 0.7rem;
}
body.leaderboard .leaderboard-content table {
  border-collapse: collapse;
  margin: 0 auto;
  text-align: center;
}
body.leaderboard .leaderboard-content table th {
  background: #ff3932;
  color: white;
  padding: 10px;
  border: unset;
  border-bottom: 4px solid black;
}
body.leaderboard .leaderboard-content table td {
  padding: 19px 30px 10px;
  border-bottom: 2px solid black;
  font-family: "M42";
  margin-bottom: -16px;
}
@media screen and (max-width: 800px) {
  body.leaderboard .leaderboard-content table {
    display: none;
  }
}
body.leaderboard .leaderboard-content table.mobile {
  display: none;
}
@media screen and (max-width: 800px) {
  body.leaderboard .leaderboard-content table.mobile {
    display: table;
  }
  body.leaderboard .leaderboard-content table.mobile td {
    padding: 15px 16px 5px;
  }
}

#rejouterBlocAlert {
  position: absolute;
  bottom: 20px;
  left: 15px;
  width: 35%;
  color: white;
  padding: 15px 20px;
  font-size: 18px;
}

footer {
  position: fixed;
  bottom: -250px; /* caché au départ */
  z-index: 9999;
  width: 100%;
  background: #f8f8f8;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  border-top: 1px solid #ddd;
}
footer p {
  font-size: 11px;
  line-height: 1.5em;
}
@media screen and (min-width: 1024px) {
  footer {
    position: absolute;
    bottom: 0;
  }
}
footer a {
  color: #18AAEC;
  margin-bottom: 0;
}
footer img {
  height: 45px;
  max-width: 49%;
}

.footer.visible {
  bottom: 0;
}

#logo_balme {
  max-width: 300px;
}/*# sourceMappingURL=style.css.map */