/* Paragraphes */
@font-face {
  font-family: Hind;
  src: url(../fonts/Hind-Regular.ttf);
}

@font-face {
  font-family: Hind;
  src: url(../fonts/Hind-Medium.ttf);
  font-weight: 600;
}

@font-face {
  font-family: Hind;
  src: url(../fonts/Hind-SemiBold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: Hind;
  src: url(../fonts/Hind-Bold.ttf);
  font-weight: 800;
}

/* Subtitles */
@font-face {
  font-family: Glacial Indifference;
  src: url(../fonts/GlacialIndifference-Regular.otf);
}

@font-face {
  font-family: Glacial Indifference;
  src: url(../fonts/GlacialIndifference-Bold.otf);
  font-weight: bold;
}

@font-face {
  font-family: Glacial Indifference;
  src: url(../fonts/GlacialIndifference-Italic.otf);
  font-style: italic;
}

/* Titles */
@font-face {
  font-family: League Spartan;
  src: url(../fonts/LeagueSpartan-Bold.otf);
}

html {
  --dark-grey: #191919;
  --light-grey:#F6F6F6;
  font-size: 62.5%;
}

html, body {
  width: 100vw;
  min-height: 100vh;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-color: white;
  overflow-x: hidden;
  font-family: Hind !important;
}

main {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.arbre main section {
  padding: 0;
  width: 100%;
}

ul {
  list-style: none;
  padding-left: 0;
  width: 100%;
}

.arbre main ul {
  width: 100%;
  margin: 0 auto;
}

.arbre main ul li {
  background-color: var(--dark-grey);
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: white;
  margin: 10px 0;
  padding: 10px;
}

.arbre main ul li.hrlike {
  width: 0px;
  /* border: dashed; */
  border-left: dashed 2px rgba(0, 0, 0, 0.7);
  background: transparent;
  padding: 0;
  height: 10vh;
}

.arbre main .videos ul li {
  margin-top: -5vh;
  margin-bottom: 7vh;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

.arbre main .videos .bronze li:nth-child(1) {
  margin-top: 2vh;
  margin-bottom: 7vh;
}

.arbre main ul li p {
  display: inline;
}

.chrono {
  font-size: 8rem;
  text-align: center;
}

.chronopage {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: white;
  color: var(--dark-grey);
}

.chronopage button {
  display: none;
  font-size: 3rem;
  width: 60vw;
  max-width: 200px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  border: 0;
  margin: 10px 0;
  border-radius: 5px;
}

.chronopage .stop {
  background-color: #e21617;
}

button.visible {
  display: block;
}

.historique {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -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;
  width: 100vw;
  height: 100vh;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
  margin: 0 auto;
}

.svg-container svg {
  background-color: white;
}

.svg-container circle.active {
  fill: black;
}

.last_time {
  margin: 0;
  background-color: black;
  color: white;
  font-family: Arial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 15vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  line-height: 5vh;
  width: 80vw;
}

.last_time span {
  font-size: 20px;
  font-weight: bold;
}

.arbre main ul li button, .arbre main ul li a {
  background: transparent;
  border: 0;
  color: white;
  padding: 0;
  margin: 0;
  margin: 0 10px;
}

.arbre main ul:not(.param) li a {
  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;
}

.summary {
  text-decoration: none;
  color: #e21617;
}

.summary i {
  margin-right: 10px;
}

.video_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  -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;
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  z-index: 9999;
}

.qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  -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;
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.video_section.active, .qr.active {
  opacity: 1;
}

.video_section .close, .qr .close {
  height: 25px;
  background: transparent;
  border: 0;
  position: absolute;
  right: 25px;
  top: 25px;
  margin: 0;
}

.close img {
  height: 100%;
}

.qr .close img {
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: .7;
}

.video_cont {
  display: block;
  width: 85%;
}

.video_bloc {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video_bloc iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

video.player_video {
  width: 80%;
  height: auto;
  display: block;
}

.qr .qr_content {
  width: 50vw;
  height: 100vh;
  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;
  background-color: var(--dark-grey);
  color: white;
  text-align: center;
  padding: 40px;
}

.qr .qr_content span {
  display: block;
  width: 40vh;
  height: 40vh;
  margin-bottom: 10vh;
  background-size: cover;
  background-position: center;
  background-image: url(https://www.unitag.io/qreator/generate?crs=Ppv8rOENN3V1lAwTz82zPpEYgrTpeQPpAxSJGcmyf1yS40m%252F8TYex%252BClEuWu4lenvXZtoPs%252F%252BUrLXgu0YhszNktUdd9HWlCerkgG4MZDzDWzom7%252BubwFKlWcOzeCU4Jr9KtWAlpat0OLdR0vFZl43W0VF0FR%252BBhdcVd5oQa3HzJPWFwqemdIflAgg7DsAvhc6%252FiVTIp3vLbzYHPE5oxxPghGGBQ6A65As%252B4ngmJ5FcS5Sl4zMg%252FHSewNSF%252F%252F9KeNKhFheGKZ8nx8liGMpJMFhdgCawNXr9jVXyIH3V003JA%253D&crd=fhOysE0g3Bah%252BuqXA7NPQ87MoHrnzb%252BauJLKoOEbJsrR1uDNRhMRDs1ZH9GvUVilKRufWKV8ZaR77W9mxREjEw%253D%253D);
}

.staff {
  background-color: var(--dark-grey);
  color: white;
}

.staff header, .create header {
  height: 0;
}

.staff main, .create main {
  min-height: 100vh;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.staff main h1, .create main h1 {
  font-size: 2rem;
  margin: 0 0 5vh 0;
}

.staff main form, .create main form {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.staff main form p, .create main form p {
  font-weight: bold;
}

.staff main form label, .create main form label {
  margin: 12px 0 5px 0;
}

.staff main form select, .create main form select {
  background-color: white;
  border-radius: 0;
  border: 0;
  width: 100%;
  text-align: center;
  padding: 5px;
}

.staff main form input[type=submit], .create main form input[type=submit] {
  background: transparent;
  color: white;
  border: solid 2px white;
  padding: 5px 30px;
  margin-top: 25px;
}

.accueil, .header_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.accueil header, .header_left header {
  background-color: #070707;
  max-width: 20vw;
  min-width: 20vw;
  color: white;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4vh 0;
}

.accueil header > div, .header_left header > div {
  width: 100%;
}

.accueil header > div p, .header_left header > div p {
  text-align: center;
  margin-bottom: 2vh;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.accueil header a.back_to_hub, .header_left header a.back_to_hub {
  position: relative;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #E21617;
  font-size: 1.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accueil header .back_to_hub p, .header_left header .back_to_hub p {
  margin-left: 5px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

header .small_qr_code, .header_left header .small_qr.code {
  width: 15vw;
  height: 15vw;
  background-color: white;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.accueil header .param li, .header_left header .param li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.accueil header .param li a, .header_left header .param li a {
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  margin: 5px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.accueil header .param li a i, .header_left header .param li a i {
  margin-right: 5px;
  text-decoration: none;
}

.accueil header .param li a p, .header_left header .param li a p {
  text-decoration: underline;
}

.accueil, .header_left {
  background-color: var(--dark-grey) !important;
}

.header_left main {
  width: 100%;
  height: 100vh;
  padding: 20px;
  overflow-y: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--dark-grey);
  color: white;
}

.accueil main {
  width: 100%;
  background-color: var(--dark-grey);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  overflow-y: auto;
  position: relative;
}

.accueil main .form_profile {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--dark-grey);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
}

.accueil main .form_profile .close_form {
  position: absolute;
  top: 30px;
  font-family: 'Hind';
  font-size: 1.6rem;
  background: transparent;
  border: 0;
  padding: 0;
  /* border-bottom: solid 2px #ccc; */
  /* text-decoration: underline; */
  color: #ccc;
}

.accueil main .form_profile .close_form:hover {
  opacity: .5;
}

.accueil main .form_profile label {
  font-family: 'Hind';
  margin-bottom: 5px;
}

main .form_profile input[type=text] {
  width: 40%;
  padding: 5px 10px;
  border-radius: 5px;
  border: 0;
  text-align: center;
  margin-bottom: 20px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  font-family: Hind;
}

main .form_profile input[type=text]:focus {
  background-color: #ccc;
}

.accueil main .form_profile input[type=radio] {
  position: absolute;
  left: -200vw;
}

.accueil main .form_profile input[type="radio"] + label {
  border-bottom: solid 2px transparent;
}

.accueil main .form_profile input[type="radio"]:checked + label {
  font-weight: bold;
  border-color: #e21617;
}

.accueil main .form_profile .radio_domaine {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.accueil main .form_profile input.input_submit {
  margin-top: 50px;
  background: transparent;
  color: white;
  border: solid 2px;
  border-radius: 5px;
  padding: 5px 20px;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-family: Hind;
}

.accueil main .form_profile input.input_submit:hover {
  background-color: white;
  color: var(--dark-grey);
}

.accueil main .form_profile .remove_profile {
  margin-top: 20px;
  background: transparent;
  color: #e21617;
  border: solid 2px;
  border-radius: 5px;
  padding: 5px 20px;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-family: Hind;
}

.accueil main .form_profile .remove_profile:hover {
  background-color: #e21617;
  color: var(--dark-grey);
}

.accueil main h1, .header_left main h1 {
  margin: 5vh 0;
  color: white;
  display: block;
  width: 100%;
  text-align: center;
}

.accueil main h2, .header_left main h2 {
  font-weight: normal;
  font-family: Hind;
  font-size: 2rem;
  text-align: center;
}

.accueil main, .accueil header, .header_left header {
  height: 100vh;
}

.accueil ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0;
}

.accueil main ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: transparent;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}

.accueil main .profils {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.accueil .param {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.accueil main ul li {
  background-color: transparent;
  color: white;
  width: 15vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 15px;
}

.accueil main ul li button {
  width: 100%;
  background: transparent;
  border: 0;
  outline: 0;
  font-family: 'Hind';
  color: white;
  padding: 0;
}

.accueil main ul li button span {
  height: 15vw;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
  border: solid 2px transparent;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

p.small_level {
  color: white !important;
  margin-top: 10px;
  display: none;
}

.accueil main ul li button span i.fas.fa-plus {
  font-size: 3rem;
  color: #aaa;
}

.accueil main ul li button p {
  color: #aaa;
}

.manage_accounts main ul li button p i {
  margin-right: 5px;
}

.manage_accounts main ul li .hideshow {
  margin-top: 10px;
  background-color: #070707 !important;
  padding: 2px;
  border-radius: 5px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  color: white !important;
}

.accueil main ul li button:hover span {
  border-color: white;
}

.accueil main ul li button:hover span i.fas.fa-plus {
  color: white;
}

.accueil main ul li button:hover p {
  color: white;
}

.manage_accounts main ul li button:hover span {
  border-color: #e21617;
}

.manage_accounts main ul li button:hover span i.fas.fa-plus {
  color: #e21617;
}

.manage_accounts main ul li button:hover p {
  color: #e21617;
}

.accueil main ul li a {
  color: white;
  text-decoration: none;
  width: 100%;
  height: 100%;
  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;
  background-color: black;
}

.accueil main ul li:nth-child(2) a {
  background-color: white;
  color: black;
}

section.session_confirm {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  overflow: hidden;
}

section.session_confirm.displayed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.session_confirm.opacity1 {
  opacity: 1;
}

section.session_confirm.opacity1 .confirm_bloc {
  top: 0;
}

.session_confirm .confirm_bloc {
  background-color: #e21617;
  color: white;
  width: 65vw;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  top: 15vh;
  -webkit-transition: top .3s;
  transition: top .3s;
}

.confirm_bloc p {
  margin-bottom: 20px;
}

.confirm_bloc button {
  background: transparent;
  border: 0;
  color: white;
  font-weight: bold;
  /* border-bottom: solid 3px white; */
  background: rgba(0, 0, 0, 0.3);
  padding: 5px 20px;
  font-family: 'Hind';
  font-size: 1.6rem;
  margin: 0 10px;
  -webkit-transition: background .3s;
  transition: background .3s;
  outline: 0;
  border-radius: 5px;
  /* padding-bottom: 4px; */
  /* padding: 0 0 4px; */
  /* border-color: rgba(0,0,0,.3); */
}

.confirm_bloc button:hover {
  background: rgba(0, 0, 0, 0.6);
}

.session_wait {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -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;
  padding: 20px 10%;
  color: white;
  background-color: #070707;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 1;
  font-weight: bold;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
}

.session_wait.session_valid {
  background-color: #3CB043;
}

.session_wait h2 {
  font-size: 3rem;
  font-weight: bold;
  margin: 5vh 0 0;
  font-family: Hind;
}

.session_wait .fa-check-circle {
  font-size: 6rem;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.session_wait .cancel {
  font-size: 1.6rem;
  background: transparent;
  color: #e21617;
  text-decoration: none;
  border: 0;
  outline: 0;
  margin-top: 100px;
}

.session_wait .cancel i {
  font-size: 1.6rem;
  margin-right: 5px;
}

.red_style {
  background-color: #e21617 !important;
}

.red_style .session_wait {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -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;
  padding: 20px 10%;
  color: white;
  background-color: #e21617;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 1;
  font-weight: bold;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
}

.red_style .session_wait.session_valid {
  background-color: #3CB043;
}

.red_style .session_wait h2 {
  font-size: 3rem;
  font-weight: bold;
  margin: 5vh 0 0;
}

.red_style .session_wait .fa-sad-tear {
  font-size: 6rem;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.session_wait .spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.session_wait .spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.session_wait .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.session_wait .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.manage_session main section {
  width: 100%;
  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;
  padding: 10px 20px;
}

.manage_session main section h3 {
  text-align: center;
}

.manage_session h3 {
  color: white;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.manage_session .limit {
  color: #ccc;
  margin-bottom: 10px;
}

.manage_session table {
  width: 90%;
  margin-bottom: 30px;
}

.manage_session section.blacklist_sec, .manage_session section.blacklist_sec h3, .manage_session section.blacklist_sec i {
  color: #e21617;
}

.manage_session section.blacklist_sec * {
  border-color: #e21617 !important;
}

.manage_session table button {
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0 10px;
}

.manage_session table .kick i {
  color: white;
}

.manage_session table .ban i {
  color: #e21617;
}

.manage_session table, .manage_session th, .manage_session td {
  padding: 10px;
  border: 1px solid var(--light-grey);
  border-collapse: collapse;
}

.manage_session td {
  text-align: center;
}

.arbre main ul {
  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;
}

.arbre main .gs ul:nth-child(1) {
  padding-top: 10px;
}

.arbre main .gs ul:last-child {
  padding-bottom: 30px;
}

/*.index header{
	padding-top:30px;
}
.index header{
	height:33vh;
	padding-bottom:10vh;
}
.index nav ul {
    display: flex;
    flex-direction: row;
    position: absolute;
    left: 0;
    bottom: 0;
    height:10vh;
}
.index nav ul li{
	height:100%;
	padding:0;
}
.index nav ul li button{
		background-color: black;
	transition:background-color .2s;
	width:100%;
	margin:0;
	height:100%;
	display:flex;
	justify-content: center;
	align-items: center;
}
.index nav ul li button.focus{
	background-color:#e21617;
}*/
.arbre main .gs ul li a {
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  display: inline-block;
}

.them_screen {
  display: none;
}

.them_screen.them_visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

select#them-select {
  background-color: #070707;
  color: white;
  border: 0;
  padding: 2px 20px;
  max-width: 20vw;
  font-family: Hind !important;
  font-size: 1.6rem;
  margin: 0 5px;
  /* text-align: center; */
}

button.them_move {
  background: transparent;
  border: 0;
  color: white;
}

button.them_move i {
  font-size: 2rem;
}

.thematic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.them_screen {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* text-align: center; */
  width: 100%;
  padding: 0;
  margin-top: 30px;
}

.them_screen h3 {
  color: #ccc;
  font-weight: bold;
  font-size: 1.8rem;
  margin-left: 10px;
}

.chapter_row {
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.chapter_row::-webkit-scrollbar {
  display: none;
}

ul.cats_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 5px 0 30px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.cats_list li {
  width: 15vw;
  height: 15vw;
  background-color: black;
  border-radius: 5px;
  margin: 0 10px;
  overflow: hidden;
}

.cats_list li a {
  width: 100%;
  height: 100%;
  color: #aaa;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -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;
  position: relative;
  border: 0;
  overflow: hidden;
}

.cats_list li a .cat_bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center;
  opacity: .2;
  background-size: cover;
}

.cats_list li:hover {
  border: solid 2px white;
}

.cats_list li:hover a {
  color: white;
  padding: 18px;
}

.cats_list li a p {
  text-align: center;
  position: relative;
  z-index: 2;
}

.cats_list li a p strong {
  display: block;
  font-weight: bold;
  font-size: 3rem;
  position: relative;
  z-index: 2;
}

.chronopage main, .historique main {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

img.domaine_img {
  height: 50%;
}

.categories .bloc_for_xp, .arbre .bloc_for_xp {
  position: relative;
  width: 40%;
  bottom: 0;
  right: 0;
  /* background-color: #070707; */
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  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;
  top: -2.5vh;
}

.chronopage .bloc_for_xp {
  background-color: #070707;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  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;
  padding: 20px;
  display: none;
  opacity: 0;
}

.chronopage .bloc_for_xp h2 {
  margin-bottom: 10vh;
  font-size: 3rem;
  font-weight: bold;
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.chronopage .xp_jauge {
  width: 80%;
}

.chronopage .bloc_for_xp button.to_stats {
  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;
  border: solid 2px;
  font-size: 1.6rem;
  width: 80vw;
  margin-top: 20vh;
}

.chronopage .bloc_for_xp button.to_stats:hover {
  background-color: white;
  color: #070707;
  -webkit-transition: .2s;
  transition: .2s;
}

.xp_jauge {
  width: 100%;
  text-align: center;
  height: 2vh;
  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;
  position: relative;
  /* background-color: #efefef; */
  background: #f7f7f7;
  color: black;
  border-radius: 5px;
  overflow: hidden;
}

.xp_content {
  background-color: #e21617;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
  -webkit-transition: width 1s;
  transition: width 1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

p.niveau {
  position: relative;
  z-index: 2;
  font-size: 1.8rem;
  color: white;
  margin-bottom: 5px;
}

@media (orientation: portrait) {
  .accueil, .header_left {
    min-height: 100vh;
    height: auto;
  }
  .header_left main {
    min-height: 100vh;
    height: auto;
  }
  .accueil main ul li {
    width: 35vw;
  }
  .accueil main ul li button span {
    height: 35vw;
  }
  .arbre main ul li {
    -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;
    text-align: center;
  }
  .arbre main .actions {
    margin-top: 10px;
  }
  .arbre main ul {
    width: 100%;
    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;
  }
  .arbre main h2 {
    width: 80vw;
  }
  .arbre main ul li .actions button {
    display: none;
  }
  .accueil .qr {
    display: none;
  }
  .gotohub {
    display: none !important;
  }
  .cats_list li {
    width: 40vw;
    height: 40vw;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    margin: 0 4px;
  }
  select#them-select {
    width: 60vw !important;
    max-width: 60vw;
  }
  .cats_list li a strong {
    text-align: center;
  }
  .categories .bloc_for_xp, .arbre .bloc_for_xp {
    width: 80%;
  }
  .categories main, .arbre main {
    padding-bottom: calc(20px + 6vh);
  }
  p.small_level {
    display: none;
  }
}

@media (orientation: landscape) {
  .arbre main .videos ul li .actions a {
    display: none !important;
  }
  .arbre main ul li .actions a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .svg-container {
    width: 55vh;
    height: 55vh;
  }
}
/*# sourceMappingURL=errors.css.map */