@font-face {
  font-family: A1;
  src: url("media/Avenir Next LT Pro Regular.otf");
}
@font-face {
  font-family: A2;
  src: url("media/Avenir Next LT Pro Demi.otf");
}
@font-face {
  font-family: A3;
  src: url("media/Avenir Next LT Pro Bold.otf");
}
::-webkit-scrollbar {
  background: transparent;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  background: #27a7df;
  border-radius: 5px;
}

body {
  padding: 0;
  margin: 0;
}

img {
  user-select: none;
}

#full-area {
  width: 100%;
  min-height: 100vh;
  background: url("media/bg.jpeg");
  background-size: cover;
  background-position: top right;
  color: #34383b;
}
#full-area #game-area {
  background: rgba(255, 255, 255, 0.614);
  width: 100%;
  height: 100%;
  min-height: 100vh;
}
#full-area #game-area #leaderboard {
  width: 90%;
  max-width: 700px;
  font-size: 30px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 30px;
  height: 410px;
  padding-right: 10px;
  overflow-y: scroll;
}
#full-area #game-area #leaderboard #player {
  display: flex;
  width: 100%;
  background: #d2edf9;
  padding: 10px 0;
  border-radius: 100px;
  margin: 15px 0;
}
#full-area #game-area #leaderboard #player #nb-player {
  width: 45px;
  height: 45px;
  text-align: center;
  background: white;
  margin-left: 2%;
  border-radius: 100px;
  font-weight: bold;
  transform: scale(1.1);
  color: #27a7df;
}
#full-area #game-area #leaderboard #player #name-player {
  width: 74.5%;
  padding-left: 20px;
  text-transform: capitalize;
  overflow: hidden;
}
#full-area #game-area #leaderboard #player #score-player {
  width: 15%;
  text-align: center;
  background: #27a7df;
  border-radius: 100px;
  color: white;
  font-weight: bold;
}
#full-area #game-area #trophy {
  position: absolute;
  width: 100%;
  max-width: 1400px;
  left: 50%;
  top: 100%;
  transform: translateY(-100%) translateX(-50%);
}
#full-area #game-area #title {
  text-align: center;
  font-size: 50px;
  margin-top: -70px;
}
#full-area #game-area #sett2 {
  position: absolute;
  width: 250px;
  max-width: 20%;
  top: 25%;
  left: 5%;
  margin: -20px 0 0 -20px;
}
#full-area #game-area #sett1 {
  position: absolute;
  top: 100%;
  left: 100%;
  transform: translate(-100%, 0%);
  width: 250px;
  max-width: 20%;
  top: 35%;
  margin: 0px 0 0 -50px;
}
#full-area #game-area #header {
  height: 100%;
  width: 100%;
  padding: 30px 50px;
}
#full-area #game-area #header #logo {
  width: 20%;
  min-width: 250px;
  max-width: 300px;
  position: absolute;
  z-index: 2;
}
#full-area #game-area #header #clouds {
  position: relative;
  left: 100%;
  transform: translateX(-100%);
}
#full-area #game-area #home-page {
  margin-top: 30px;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -90px;
  padding: 30px 50px;
  z-index: 100;
}
#full-area #game-area #home-page input {
  position: absolute;
  left: 100%;
  border: 2px solid #19608c;
  border-radius: 3px;
  height: 40px;
  width: 300px;
  margin-top: 30px;
  padding-left: 5px;
  outline: none;
  z-index: 99;
}
#full-area #game-area #home-page #quiz {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 280px;
}
#full-area #game-area #home-page p {
  text-align: center;
  font-size: 40px;
  font-family: A1;
  color: #34383b;
  line-height: 45px;
}
#full-area #game-area #home-page p span {
  font-family: A3;
}
#full-area #game-area #home-page #start-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 60px;
}
#full-area #game-area #home-page #start-btn img {
  position: absolute;
  height: 230px;
  left: 270px;
  top: -80px;
  z-index: 99;
}
#full-area #game-area #home-page #start-btn #hum2 {
  left: -104px;
  top: -135px;
}
#full-area #game-area #home-page #start-btn #hum1 {
  top: -160px;
}
#full-area #game-area #home-page #start-btn button {
  border: none;
  outline: none;
  background: #19608c;
  color: white;
  padding: 5px 70px;
  font-size: 30px;
  font-family: A1;
  border-radius: 70px;
  margin-top: -20px;
  width: 350px;
}
#full-area #game-area #home-page #start-btn button:hover {
  filter: brightness(1.12);
}
#full-area #game-area #quiz-page {
  margin-top: 30px;
  position: relative;
  width: 100%;
  padding: 30px 50px;
  z-index: 100;
  font-family: A1;
  padding: 0 10%;
  display: none;
}
#full-area #game-area #quiz-page h1 {
  font-family: A3;
  margin-bottom: 20px;
}
#full-area #game-area #quiz-page h2 {
  font-family: A2;
  padding-left: 40px;
}
#full-area #game-area #quiz-page h2 input {
  outline: none;
  padding-left: 5px;
  color: #34383b;
  font-family: A1;
}
#full-area #game-area #quiz-page .ulClass {
  padding-left: 40px;
  list-style: none;
}
#full-area #game-area #quiz-page .liClass {
  font-size: 30px;
  display: flex;
}
#full-area #game-area #quiz-page .liClass input {
  width: 40px;
  height: 40px;
  text-align: center;
  outline: none;
  margin-right: 10px;
}
#full-area #game-area #quiz-page .liClass h3 {
  font-size: 30px;
  padding: 6px 0 0 10px;
  font-family: A3;
}
#full-area #game-area #quiz-page .liClass span {
  font-family: A3;
  margin-right: 20px;
}
#full-area #game-area #quiz-page .liClass span:nth-child(2) {
  font-family: A1;
}
#full-area #game-area #quiz-page #question2 li, #full-area #game-area #quiz-page #question3 li, #full-area #game-area #quiz-page #question4 li, #full-area #game-area #quiz-page #question5 li, #full-area #game-area #quiz-page #question8 li, #full-area #game-area #quiz-page #question9 li {
  cursor: pointer;
}
#full-area #game-area #quiz-page #next-btn button {
  border: none;
  outline: none;
  background: #19608c;
  color: white;
  padding: 5px 70px;
  font-size: 30px;
  font-family: A1;
  border-radius: 70px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 250px;
  margin-left: 40px;
}
#full-area #game-area #quiz-page #next-btn button:hover {
  filter: brightness(1.12);
}
#full-area #game-area #quiz-page #next-btn p {
  font-size: 30px;
  margin: 15px 0 0 20px;
  font-family: A2;
}
#full-area #game-area #end-page {
  position: relative;
  width: 100%;
  margin-top: 50px;
  z-index: 100;
  padding-bottom: 20px;
  display: none;
}
#full-area #game-area #end-page h1 {
  font-family: A3;
  text-align: center;
}
#full-area #game-area #end-page h3 {
  text-align: center;
  font-family: A1;
  padding: 0 20px;
}
#full-area #game-area #end-page input {
  justify-content: center;
  display: flex;
  margin: 0 auto;
  width: 500px;
  height: 50px;
  margin-top: 30px;
  font-size: 30px;
  font-family: A1;
  outline: none;
  padding-left: 10px;
}
#full-area #game-area #end-page #submit-btn {
  width: 100%;
}
#full-area #game-area #end-page #submit-btn button {
  justify-content: center;
  display: flex;
  margin: 0 auto;
  background: #19608c;
  color: white;
  width: 500px;
  height: 50px;
  border-radius: 100px;
  border: none;
  outline: none;
  font-size: 30px;
  margin-top: 10px;
}
#full-area #game-area #end-page #submit-btn button:hover {
  filter: brightness(1.12);
}
#full-area #game-area #end-page #submit-btn p {
  text-align: center;
  margin: 0;
  font-family: A2;
  font-size: 25px;
  margin-top: 5px;
  display: none;
}
#full-area .externalForm {
  justify-content: center;
  margin: 0 auto;
}
#full-area .externalForm label {
  font-family: A3;
  font-size: 20px;
  margin-top: 20px;
  margin-left: 10px;
}
#full-area .externalForm input {
  width: 2000px;
}
#full-area .externalForm button {
  justify-content: center;
  display: flex;
  margin: 0 auto;
  background: #19608c;
  color: white;
  width: 300px;
  height: 50px;
  border-radius: 100px;
  border: none;
  outline: none;
  font-size: 30px;
  margin-top: 10px;
  padding: 0;
  padding-top: 2px;
  width: 350px;
  margin-left: 5px;
}
#full-area .externalForm button:hover {
  filter: brightness(1.12);
}

@media (max-width: 800px) {
  #full-area #game-area #leaderboard {
    width: 90%;
    max-width: 700px;
    font-size: 22px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 30px;
    height: 570px;
  }
  #full-area #game-area #leaderboard #player {
    display: flex;
    width: 100%;
    background: #d2edf9;
    padding: 10px 0;
    border-radius: 100px;
    margin: 15px 0;
  }
  #full-area #game-area #leaderboard #player #nb-player {
    width: 45px;
    height: 45px;
    text-align: center;
    background: white;
    margin-left: 2%;
    border-radius: 100px;
    font-weight: bold;
    transform: scale(1.1);
    color: #27a7df;
    padding-top: 5px;
  }
  #full-area #game-area #leaderboard #player #name-player {
    width: 60.5%;
    padding-left: 20px;
    text-transform: capitalize;
    padding-top: 5px;
    overflow: hidden;
  }
  #full-area #game-area #leaderboard #player #score-player {
    width: 20%;
    text-align: center;
    background: #27a7df;
    border-radius: 100px;
    color: white;
    font-weight: bold;
    padding-top: 5px;
  }
  #full-area #game-area #title {
    text-align: center;
    font-size: 35px;
    margin-top: 0px;
  }
  #full-area #game-area #sett1 {
    display: none;
  }
  #full-area #game-area #sett2 {
    padding-left: 20px;
  }
  #full-area #game-area #header {
    padding: 20px 10px;
    overflow: hidden;
  }
  #full-area #game-area #header #logo {
    width: 20%;
    min-width: 200px;
    max-width: 300px;
    position: absolute;
    z-index: 2;
  }
  #full-area #game-area #header #clouds {
    position: relative;
    left: 100%;
    transform: translateX(-90%);
    width: 180px;
  }
  #full-area #game-area #home-page {
    width: 100%;
    padding: 0;
    position: absolute;
  }
  #full-area #game-area #home-page #quiz {
    width: 220px;
  }
  #full-area #game-area #home-page p {
    width: 100%;
    text-align: center;
    font-size: 27px;
    font-family: A1;
    color: #34383b;
    line-height: 35px;
  }
  #full-area #game-area #home-page p span {
    font-family: A3;
  }
  #full-area #game-area #home-page #start-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(0.7);
    margin-top: 40px;
  }
  #full-area #game-area #home-page #start-btn img {
    position: absolute;
    height: 230px;
    left: 270px;
    top: -80px;
    z-index: 99;
  }
  #full-area #game-area #home-page #start-btn #hum2 {
    left: -104px;
    top: -120px;
  }
  #full-area #game-area #home-page #start-btn #hum1 {
    top: -130px;
  }
  #full-area #game-area #home-page #start-btn button {
    border: none;
    outline: none;
    background: #19608c;
    color: white;
    padding: 5px 70px;
    font-size: 30px;
    font-family: A1;
    border-radius: 70px;
    margin-top: 0px;
    width: 350px;
  }
  #full-area #game-area #home-page #start-btn button:hover {
    filter: brightness(1.12);
  }
  #full-area #game-area #quiz-page {
    margin-top: 30px;
    width: 100%;
    top: 0%;
    transform: translateY(0%);
    padding: 30px 50px;
    z-index: 100;
    font-family: A1;
    padding: 0 3%;
  }
  #full-area #game-area #quiz-page h1 {
    font-family: A3;
    margin-bottom: 20px;
  }
  #full-area #game-area #quiz-page h2 {
    font-family: A2;
    padding-left: 5%;
    font-size: 25px;
  }
  #full-area #game-area #quiz-page ul {
    padding-left: 5%;
    list-style: none;
  }
  #full-area #game-area #quiz-page li {
    font-size: 22px;
  }
  #full-area #game-area #quiz-page li input {
    width: 30px;
    height: 30px;
    text-align: center;
    outline: none;
  }
  #full-area #game-area #quiz-page #next-btn {
    display: flex;
  }
  #full-area #game-area #quiz-page #next-btn button {
    border: none;
    outline: none;
    background: #19608c;
    color: white;
    padding: 5px 70px;
    font-size: 30px;
    font-family: A1;
    border-radius: 70px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 250px;
    margin-left: 5%;
  }
  #full-area #game-area #quiz-page #next-btn button:hover {
    filter: brightness(1.12);
  }
  #full-area #game-area #quiz-page #next-btn p {
    font-size: 25px;
    margin: 5px 0 0 20px;
    font-family: A2;
  }
  #full-area #game-area #end-page {
    padding: 0 10px;
  }
  #full-area #game-area #end-page h1 {
    font-size: 35px;
  }
  #full-area #game-area #end-page h3 {
    font-size: 25px;
    padding: 0;
  }
  #full-area #game-area #end-page input {
    width: 90%;
    max-width: 500px;
  }
  #full-area #game-area #end-page #submit-btn button {
    width: 90%;
    max-width: 500px;
  }
  #full-area #game-area #end-page #submit-btn button:hover {
    filter: brightness(1.12);
  }
  #full-area .externalForm {
    justify-content: center;
    margin: 0 auto;
  }
  #full-area .externalForm label {
    font-family: A3;
    font-size: 20px;
    margin-top: 20px;
  }
  #full-area .externalForm input {
    width: 20px;
    transform: scale(0.8);
    margin-left: -200px;
    top: -10px;
  }
  #full-area .externalForm button {
    justify-content: center;
    display: flex;
    margin: 0 auto;
    background: #19608c;
    color: white;
    width: 300px;
    height: 50px;
    border-radius: 100px;
    border: none;
    outline: none;
    font-size: 30px;
    padding: 0;
    padding-top: 7px;
    font-size: 24px;
    width: 250px;
    margin-left: 70px;
    margin-top: 80px;
  }
  #full-area .externalForm button:hover {
    filter: brightness(1.12);
  }
}

/*# sourceMappingURL=index.css.map */
