html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "aeonikmedium";
  src: url("fonts/aeonik-medium-webfont.woff2") format("woff2"), url("fonts/aeonik-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "aeonikregular";
  src: url("fonts/aeonik-regular-webfont.woff2") format("woff2"), url("fonts/aeonik-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body, html {
  margin: 0;
  padding: 0;
  font-family: "aeonikmedium", sans-serif;
  background-color: #192A1C;
  color: #ffffff;
  height: 100%;
  width: 100%;
}

img {
  border: none;
}

strong {
  font-weight: bold;
}

#site {
  height: 85%;
  width: 100%;
  display: table;
}
#site > div {
  display: table-cell;
  vertical-align: middle;
}

#decors {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#decors img, #decors div {
  position: absolute;
}

#copyright {
  color: #0d9448;
  text-align: center;
  width: calc(100% - 24px);
  font-size: 11px;
  font-weight: 400;
  bottom: 24px;
  right: 12px;
}
#copyright a {
  color: #0d9448;
}
#copyright a:hover {
  color: #00FF75;
}

@media screen and (max-height: 600px) {
  #copyright {
    bottom: 12px;
  }
}
#boule1, #boule2 {
  width: 11%;
  height: 10%;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  background: url("img/boule.png") no-repeat top center/contain;
}

#boule1 {
  left: 4%;
  top: 0%;
  -webkit-animation: boule 2s infinite ease;
          animation: boule 2s infinite ease;
}

#boule2 {
  left: 13%;
  top: -4%;
  -webkit-animation: boule 3s infinite ease;
          animation: boule 3s infinite ease;
}

@-webkit-keyframes boule {
  0% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}

@keyframes boule {
  0% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}
#deco_droite {
  top: 0;
  right: 0;
  width: 35%;
  height: 24.38vw;
  background: url("img/deco_droite.png") no-repeat top right/contain;
}
#deco_droite > div {
  position: absolute;
  width: 100%;
  height: 100%;
}

#deco_droite_boule1 {
  -webkit-transform-origin: 22% 17%;
          transform-origin: 22% 17%;
  background: url("img/deco_droite_boule1.png") no-repeat top right/contain;
  -webkit-animation: boule3 2s infinite ease;
          animation: boule3 2s infinite ease;
}

#deco_droite_boule2 {
  -webkit-transform-origin: 53% 44%;
          transform-origin: 53% 44%;
  background: url("img/deco_droite_boule2.png") no-repeat top right/contain;
  -webkit-animation: boule 2s infinite ease;
          animation: boule 2s infinite ease;
}

#deco_droite_boule3 {
  -webkit-transform-origin: 92% 44%;
          transform-origin: 92% 44%;
  background: url("img/deco_droite_boule3.png") no-repeat top right/contain;
  -webkit-animation: boule3 2s infinite ease;
          animation: boule3 2s infinite ease;
}

@-webkit-keyframes boule3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes boule3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
#lutin_gauche {
  bottom: 0;
  left: 0;
  width: 37%;
  height: 29%;
  background: url("img/lutin_gauche_corps.png") no-repeat bottom left/contain;
  -webkit-animation: lutin_gauche 1s 0.3s 1 ease both;
          animation: lutin_gauche 1s 0.3s 1 ease both;
}

#lutin_gauche_tete {
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  background: url("img/lutin_gauche_tete.png") no-repeat bottom left/contain;
  -webkit-animation: lutin_gauche_tete 10s infinite ease forwards;
          animation: lutin_gauche_tete 10s infinite ease forwards;
}

#lutin_droite {
  bottom: 0;
  right: 0;
  width: 40%;
  height: 29%;
  background: url("img/lutin_droite_corps.png") no-repeat bottom right/contain;
  -webkit-animation: lutin_droite 1s 0.4s 1 ease both;
          animation: lutin_droite 1s 0.4s 1 ease both;
}

#lutin_droite_tete {
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  background: url("img/lutin_droite_tete.png") no-repeat bottom right/contain;
  -webkit-animation: lutin_droite_tete 10s infinite ease forwards;
          animation: lutin_droite_tete 10s infinite ease forwards;
}

@media screen and (max-width: 520px) {
  #lutin_gauche, #lutin_droite {
    display: none;
  }
}
@-webkit-keyframes lutin_gauche {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes lutin_gauche {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes lutin_droite {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes lutin_droite {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes lutin_gauche_tete {
  0%, 70% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  80% {
    -webkit-transform: translateY(1%);
            transform: translateY(1%);
  }
  90%, 100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes lutin_gauche_tete {
  0%, 70% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  80% {
    -webkit-transform: translateY(1%);
            transform: translateY(1%);
  }
  90%, 100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes lutin_droite_tete {
  0%, 40% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(1.5%);
            transform: translateY(1.5%);
  }
  60%, 100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes lutin_droite_tete {
  0%, 40% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(1.5%);
            transform: translateY(1.5%);
  }
  60%, 100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@media screen and (orientation: landscape) {
  #boule1, #boule2 {
    width: 4%;
    height: 20%;
  }
  #boule1 {
    left: 9%;
    top: 0%;
  }
  #boule2 {
    left: 13%;
    top: -6%;
  }
  #deco_droite {
    width: 17%;
    height: 11.84vw;
  }
  #lutin_gauche {
    width: 19%;
    height: 54%;
  }
  #lutin_droite {
    width: 23%;
    height: 58%;
  }
}
#conteneur_jeu {
  width: 100%;
  max-width: 768px;
  margin: 80px auto 0 auto;
  position: relative;
  text-align: center;
}

#canvas_jeu {
  margin: 4%;
  position: relative;
}
#canvas_jeu:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
  background: #213C26;
  border-radius: 13px;
}

#overlay {
  position: absolute;
  top: 0;
  left: 4%;
  width: 92%;
  height: 100%;
  border-radius: 13px;
  background: #000000;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

#canvas_jeu canvas {
  width: 100%;
  border-radius: 13px;
  position: absolute;
  top: 0;
  left: 0;
}

#boutons {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  padding: 0 4%;
}

.bouton {
  background: #213C26;
  color: #00FF75;
  height: 72px;
  padding: 0px 48px;
  border-radius: 90px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  cursor: pointer;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
}
.bouton:hover {
  background-color: #00FF75;
  color: #213C26;
}

#bouton_commencer {
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  background-image: url(img/icones/play_circle.svg);
  background-position: 32px center;
  padding-left: 78px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#bouton_commencer:hover {
  background-image: url(img/icones/play_circle2.svg);
}

#bouton_telecharger {
  background-image: url(img/icones/download.svg);
  background-position: 32px center;
  padding-left: 78px;
  max-width: calc(100% - 16px - 72px);
}
#bouton_telecharger:hover {
  background-image: url(img/icones/download2.svg);
}

#bouton_rejouer {
  width: 72px;
  padding: 0;
  background-image: url(img/icones/replay.svg);
  background-position: center center;
}
#bouton_rejouer:hover {
  background-image: url(img/icones/replay2.svg);
}

#bouton_telecharger, #bouton_rejouer {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  pointer-events: none;
}

#bouton_musique {
  width: 50px;
  height: 50px;
  padding: 0;
  background-image: url(img/icones/music_note.svg);
  background-position: center center;
  position: absolute;
  top: 16px;
  right: calc(50% - 25px);
}
#bouton_musique:hover {
  background-image: url(img/icones/music_note2.svg);
}

.affiche_carte #bouton_musique, .affiche_carte #copyright {
  display: none;
}

#bouton_stat {
  position: absolute;
  width: 5.5%;
  height: 5.5%;
  padding: 5.5% 0 0 0;
  opacity: 0;
  pointer-events: none;
  background-image: url(img/icones/add.svg);
  background-position: center center;
  background-size: 46%;
  top: 35%;
  right: 11%;
  background-color: #00FF75;
}
#bouton_stat:hover {
  background-image: url(img/icones/add2.svg);
  background-color: #213C26;
  color: #00FF75;
}

.jeu_fini #bouton_stat {
  opacity: 1;
  pointer-events: all;
}

@media screen and (min-width: 770px) and (min-height: 851px) {
  #bouton_stat {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 254px;
    right: 87px;
    padding: 0;
  }
}
.son_on #bouton_musique {
  background-image: url(img/icones/music_note_off.svg);
}
.son_on #bouton_musique:hover {
  background-image: url(img/icones/music_note_off2.svg);
}

.jeu_en_cours #bouton_commencer {
  display: none;
}

.jeu_fini #bouton_commencer {
  display: none;
}
.jeu_fini #bouton_telecharger, .jeu_fini #bouton_rejouer {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  pointer-events: all;
}

@media screen and (min-width: 670px) and (min-height: 750px) {
  #canvas_jeu {
    margin: 24px;
  }
  #canvas_jeu:before {
    border-radius: 30px;
  }
  #overlay {
    left: 24px;
    width: calc(100% - 48px);
    border-radius: 30px;
  }
  #canvas_jeu canvas {
    border-radius: 30px;
  }
  .bouton {
    height: 82px;
    font-size: 21px;
    padding: 0px 56px;
  }
  #boutons {
    gap: 32px;
    padding: 0 24px;
  }
  #bouton_rejouer {
    width: 82px;
  }
  #bouton_commencer {
    background-position: 48px center;
    padding-left: 88px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    bottom: 56px;
    right: 80px;
    background-color: #192A1C;
  }
  #bouton_commencer:hover {
    background-color: #00FF75;
    color: #192A1C;
  }
  #bouton_telecharger {
    background-position: 48px center;
    padding-left: 88px;
  }
}
@media screen and (max-height: 850px) {
  #conteneur_jeu {
    max-width: calc(100vh - 4% - 78px);
  }
}
@media screen and (orientation: landscape) {
  #conteneur_jeu {
    margin: 0 auto;
  }
  #bouton_musique {
    width: 72px;
    height: 72px;
    right: 48px;
    top: 48px;
  }
}
@media screen and (max-width: 380px) {
  .bouton {
    font-size: 13px;
    padding: 0px 24px;
    height: 50px;
  }
  #bouton_rejouer {
    width: 50px;
  }
  #bouton_telecharger {
    background-position: 24px center;
    padding-left: 64px;
    max-width: calc(100% - 16px - 50px);
  }
  #bouton_commencer {
    background-position: 24px center;
    padding-left: 64px;
  }
}
@media screen and (orientation: landscape) and (max-height: 600px) {
  #conteneur_jeu {
    max-width: calc(100vh - 4% - 48px);
  }
  .bouton {
    font-size: 13px;
    padding: 0px 24px;
    height: 50px;
  }
  #bouton_rejouer {
    width: 50px;
  }
  #bouton_telecharger {
    background-position: 24px center;
    padding-left: 64px;
    max-width: calc(100% - 16px - 50px);
  }
  #bouton_commencer {
    background-position: 24px center;
    padding-left: 64px;
  }
}
.affiche_carte #conteneur_carte {
  opacity: 1;
  pointer-events: all;
}
.affiche_carte #carte {
  -webkit-transform: translateY(0%) rotate(-8deg);
          transform: translateY(0%) rotate(-8deg);
  -webkit-animation: carte 1s 1 ease;
          animation: carte 1s 1 ease;
}
.affiche_carte #overlay {
  opacity: 0.5;
}

@-webkit-keyframes carte {
  0% {
    -webkit-transform: scale(2) rotate(0deg);
            transform: scale(2) rotate(0deg);
  }
  50% {
    -webkit-transform: scale(0.9) rotate(-9deg);
            transform: scale(0.9) rotate(-9deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(-8deg);
            transform: scale(1) rotate(-8deg);
  }
}

@keyframes carte {
  0% {
    -webkit-transform: scale(2) rotate(0deg);
            transform: scale(2) rotate(0deg);
  }
  50% {
    -webkit-transform: scale(0.9) rotate(-9deg);
            transform: scale(0.9) rotate(-9deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(-8deg);
            transform: scale(1) rotate(-8deg);
  }
}
#conteneur_carte {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  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;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

#carte {
  background: #FFDDDF url(img/fond_carte.png) no-repeat center center/contain;
  width: 835px;
  height: 486px;
  -webkit-transform: translateY(20%) rotate(-10deg);
          transform: translateY(20%) rotate(-10deg);
  border-radius: 30px;
  -webkit-box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  position: relative;
}

#texte_carte {
  width: 50%;
  color: #FF0000;
  margin: 64px 48px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
#texte_carte h1 {
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  margin-bottom: 16px;
}
#texte_carte p {
  margin-bottom: 16px;
}

.alignRight {
  text-align: right;
}

#bouton_carte {
  position: absolute;
  right: 48px;
  bottom: 64px;
  width: 50px;
  height: 50px;
  padding: 0;
  background-image: url(img/icones/arrow_forward.svg);
  background-position: center center;
}
#bouton_carte:hover {
  background-image: url(img/icones/arrow_forward2.svg);
}

@media screen and (orientation: landscape) and (max-width: 800px) {
  #carte {
    width: 87%;
    height: 50.7vw;
  }
  #texte_carte {
    margin: 7.5vw 5vw;
    font-size: 1.68vw;
    line-height: 2.65vw;
  }
  #texte_carte h1 {
    font-size: 5vw;
    line-height: 5vw;
    margin-bottom: 2vw;
  }
  #texte_carte p {
    margin-bottom: 12px;
  }
  #bouton_carte {
    right: 5vw;
    bottom: 7.5vw;
  }
}
@media screen and (orientation: landscape) and (max-height: 610px) {
  #carte {
    width: 625px;
    height: 364px;
  }
  #texte_carte {
    margin: 63px 36px;
    font-size: 12px;
    line-height: 18px;
  }
  #texte_carte h1 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 12px;
  }
  #texte_carte p {
    margin-bottom: 12px;
  }
  #bouton_carte {
    right: 36px;
    bottom: 36px;
  }
}
@media screen and (orientation: landscape) and (max-height: 450px) {
  #carte {
    width: 417px;
    height: 243px;
  }
  #texte_carte {
    margin: 42px 24px;
    font-size: 8px;
    line-height: 12px;
  }
  #texte_carte h1 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  #texte_carte p {
    margin-bottom: 8px;
  }
  #bouton_carte {
    right: 24px;
    bottom: 24px;
  }
}
@media screen and (orientation: portrait) and (max-width: 800px) {
  #carte {
    width: 90%;
    height: auto;
    background-image: url(img/fond_carte_mobile.png);
    background-size: 40%;
    background-position: top 10% right 10%;
  }
  #texte_carte {
    margin: 10%;
    font-size: 16px;
    line-height: 24px;
    width: auto;
  }
  #texte_carte h1 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 12px;
    width: 50%;
  }
  #texte_carte p {
    margin-bottom: 12px;
  }
  #bouton_carte {
    position: relative;
    left: calc(50% - 25px);
    bottom: 24px;
    right: auto;
  }
}
@media screen and (orientation: portrait) and (max-width: 460px) {
  #carte {
    background-position: top 5% right 10%;
  }
  #texte_carte h1 {
    font-size: 10vw;
    line-height: 11vw;
  }
}
.affiche_stat #overlay {
  opacity: 0.5;
}
.affiche_stat #conteneur_statistiques {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

#conteneur_statistiques {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#statistiques {
  position: relative;
  width: 486px;
  max-width: 80%;
  margin: auto;
  border-radius: 30px;
  background: #FFDDDF;
  padding: 5%;
  color: #F00;
  -webkit-box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.2);
}
#statistiques h2 {
  color: #F00;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
  text-align: left;
  margin-bottom: 31px;
}

#fermer_stat {
  width: 40px;
  height: 40px;
  background-color: #ff0000;
  background-image: url(img/icones/close.svg);
  background-position: center center;
  top: -20px;
  left: calc(50% - 20px);
  position: absolute;
  padding: 0;
}
#fermer_stat:hover {
  background-color: #880000;
}

.titre_stats {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
}

.progressbar_conteneur {
  width: 100%;
  height: 9px;
  border-radius: 90px;
  background: #FFAAAF;
  margin-bottom: 24px;
}

.progressbar {
  width: 0%;
  height: 9px;
  border-radius: 90px;
  background-image: url(img/chargement.png);
  background-size: auto 9px;
  background-repeat: repeat-x;
  -webkit-transition: width 1s ease;
  transition: width 1s ease;
}

body:not(.affiche_stat) .progressbar {
  width: 0% !important;
}

.bold {
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  #statistiques h2 {
    font-size: 8vw;
    line-height: 9vw;
    margin-bottom: 5vw;
    margin-top: 2vw;
  }
  .progressbar_conteneur {
    margin-bottom: 4vw;
  }
}
@media screen and (max-height: 600px) {
  #statistiques h2 {
    font-size: 7vh;
    line-height: 9vh;
    margin-bottom: 3vh;
    margin-top: 2vh;
  }
  .titre_stats {
    font-size: 4vh;
    line-height: 2vh;
  }
  .progressbar_conteneur {
    margin-bottom: 4vh;
  }
}