@charset "UTF-8";
/* Décalage X / Décalage Y / Flou */
@font-face {
  font-family: "newlimranregular";
  src: url("newlimran-webfont.woff2") format("woff2"), url("newlimran-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  height: 100%;
  box-sizing: border-box;
  font-size: 100%;
  font-family: "Roboto", sans-serif;
  margin: 0;
}

*, *:before, *:after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* Rend le blue highligt transparent sur tout le site (ouf!) */
}

body {
  height: 100%;
  margin: 0 auto;
  background-color: #5cb363;
  color: #050703;
  text-align: center;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a:hover, a:visited, a:link, a:active {
  text-decoration: none;
}

::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #050703;
  opacity: 1;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #050703;
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #050703;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #050703;
}

header {
  width: 100%;
  position: static;
  padding: 5px;
}
header img {
  max-height: 80px;
}

.footer {
  height: 80px;
  position: relative;
  bottom: 0;
}

button.action--btn {
  width: 100%;
  height: 55px;
  margin-top: 10px;
  background-color: #ffdf43;
  box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 5px;
  color: #050703;
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 15px 0px 15px 0px;
  cursor: pointer;
  text-align: center;
  touch-action: manipulation;
  align-items: center;
  border: none;
}
button.action--btn.menu-btn {
  font-family: "newlimranregular";
  font-size: 1.5em;
  line-height: 1em;
}
button.lang-change--btn {
  margin: 10px auto 10px auto;
  background-color: transparent;
  color: #050703;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-content: center;
  cursor: pointer;
  text-align: center;
  touch-action: manipulation;
  align-items: center;
  border: none;
}
button.clue--btn {
  font-size: 17px;
  font-family: "Roboto", sans-serif;
}
button.secondary {
  transform: scale(0.8);
}
button.donequest {
  /* text-decoration:line-through!important; */
  color: #e94e54 !important;
}
button img.nav--icon {
  height: 40px;
}

.form--ctn {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
}
.form--ctn input {
  display: block;
  margin: 10px auto;
  height: 55px;
  width: 100%;
  background-color: #f3ebe4;
  color: #050703;
  font-size: 1.5em;
  text-align: center;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2px;
  border-radius: 0 15px 0 15px;
  border: solid 1px #f3ebe4;
}
.form--ctn input[type=radio] {
  margin-right: 5px;
}
.form--ctn .text-instruction {
  color: #f3ebe4;
}
.form--ctn .form--btn {
  height: 40px;
  width: 120px;
}

.index--ctn {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: center;
  list-style: none;
  padding: 0;
  margin: 0 30px;
}
.index--ctn .logo--loading {
  width: 150px;
}

/* MAIN PAGES */
.section--ctn {
  padding: 0px 15px 20px 15px;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  flex-direction: column;
}
.section--ctn .header--text {
  background-color: #e94e54;
  color: #f3ebe4;
  padding: 10px;
  border-radius: 15px 0px 15px 0px;
  width: 100%;
}
.section--ctn .btn--ctn, .section--ctn .dual-btn--ctn {
  margin: 0 auto;
  width: 100%;
}
.section--ctn .dual-btn--ctn {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.section--ctn .dual-btn--ctn button {
  flex: 1;
}
.section--ctn .badges--ctn {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
.section--ctn .badges--ctn .badge-item--ctn {
  width: 48%;
  padding: 5px;
  background-color: #fff;
  border-radius: 15px 0px 15px 0px;
}
.section--ctn .badges--ctn .badge-item--ctn img {
  width: 100%;
}
.section--ctn .story--ctn {
  background-color: #f3ebe4;
  z-index: 1;
  height: auto;
  margin: 0 auto 10px auto;
  width: 100%;
  position: relative;
  display: block;
  border-radius: 15px 0px 15px 0px;
}
.section--ctn .story--ctn.quest-goal {
  margin-top: 0;
  border-radius: 0px 0px 15px 0px;
}
.section--ctn .story--ctn .dual--ctn {
  display: flex;
}
.section--ctn .story--ctn .story--text {
  font-family: var(--ff--game);
  text-align: justify;
  padding: 10px;
  width: 100%;
  font-size: 17px;
}
.section--ctn .story--ctn .icons--ctn {
  width: 100%;
  /* text-align: center; */
  margin: 0 auto;
}
.section--ctn .story--ctn .icons--ctn .icon {
  width: 65px;
}
.section--ctn .story--ctn .badge-preview--ctn {
  width: 100%;
}
.section--ctn .story--ctn .badge-preview--ctn img {
  margin: 15px;
  border-radius: 15px 0px 15px 0px;
}
.section--ctn .quest-btn--ctn {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.section--ctn .quest-btn--ctn .quest-item--ctn {
  display: flex;
  align-items: center;
  gap: 10px;
}
.section--ctn .quest-btn--ctn img {
  width: 45px;
  height: 45px;
}
.section--ctn .quest-btn--ctn button.disabled {
  cursor: not-allowed;
  pointer-events: none;
  background-color: #757575;
  opacity: 0.7;
  transition: all 0.3s ease;
}
.section--ctn .quest-header--ctn {
  width: 100%;
  display: flex;
  flex-direction: row;
  background-color: #e94e54;
  align-items: center;
  border-radius: 15px 0px 0px 0px;
}
.section--ctn .quest-header--ctn .quest--icon {
  height: 80px;
  padding: 10px;
}
.section--ctn .quest-header--ctn .quest--title {
  font-family: "newlimranregular";
  color: #f3ebe4;
  font-size: 2em;
  text-align: left;
  line-height: 1em;
}
.section--ctn .final-code--ctn {
  background-color: #ffdf43;
  height: 60px;
  border-radius: 0 15px 0 15px;
  margin: 0 auto 10px auto;
  width: 100%;
  position: relative;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  letter-spacing: 8px;
  display: flex;
}
.section--ctn .admin-choice--ctn .switch-field {
  display: flex;
  overflow: hidden;
}
.section--ctn .admin-choice--ctn .switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.section--ctn .admin-choice--ctn .switch-field label {
  background-color: #f3ebe4;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Roboto", sans-serif;
  /* font-size: 14px; */
  line-height: 1;
  text-align: center;
  padding: 20px;
  /* margin-right: -1px; */
  transition: all 0.1s ease-in-out;
}
.section--ctn .admin-choice--ctn .switch-field label:hover {
  cursor: pointer;
}
.section--ctn .admin-choice--ctn .switch-field input:checked + label {
  background-color: #ffdf43;
  font-weight: bold;
  color: rgb(0, 0, 0);
}
.section--ctn .admin-choice--ctn .switch-field label:first-of-type {
  border-radius: 10px 0 0 10px;
  width: 200px;
}
.section--ctn .admin-choice--ctn .switch-field label:last-of-type {
  border-radius: 0 10px 10px 0;
  width: 200px;
}

/* SCORING */
.scoring--ctn {
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
}
.scoring--ctn .control--ctn {
  display: flex;
  width: 100%;
  gap: 20px;
}
.scoring--ctn .control--ctn .control-left--ctn {
  flex: 1;
}
.scoring--ctn .control--ctn .control-left--ctn .team-select--ctn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  gap: 10px;
}
.scoring--ctn .control--ctn .control-left--ctn .team-select--ctn .team-name--dropdown {
  width: 100%;
  height: 50px;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  margin: 0;
  border-radius: 15px 0px 15px 0px;
  border-width: 0;
  background-color: #f3ebe4;
  font-family: "Roboto", sans-serif;
}
.scoring--ctn .control--ctn .control-left--ctn input, .scoring--ctn .control--ctn .control-left--ctn textarea {
  background-color: #f3ebe4;
  width: 100%;
  display: block;
  margin: 10px auto;
  height: 55px;
  width: 100%;
  color: #050703;
  font-size: 1em;
  text-align: center;
  font-family: "Roboto", sans-serif;
  border: solid 1px #f3ebe4;
}
.scoring--ctn .control--ctn .control-left--ctn input {
  border-radius: 15px 0px 15px 0px;
  letter-spacing: 2px;
}
.scoring--ctn .control--ctn .control-left--ctn textarea {
  border-radius: 15px 0px 15px 0px;
  font-size: 1em;
  padding: 10px;
  height: 80px;
  font-family: "Roboto", sans-serif;
  /* text-align: left; */
  display: inline-block;
  letter-spacing: auto;
}
.scoring--ctn .control--ctn .control-right--ctn {
  flex: 3;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-content: flex-start;
  overflow-y: auto;
  flex-wrap: wrap;
}
.scoring--ctn .control--ctn .control-right--ctn .team-badge--item {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 5px auto;
  background-color: #f3ebe4;
  border-radius: 15px 0px 15px 0px;
}
.scoring--ctn .control--ctn .control-right--ctn .team-badge--item .team-badge-text--ctn {
  margin: 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.scoring--ctn .control--ctn .control-right--ctn .team-badge--item .team-badge-text--ctn .team-badge-item--name {
  font-family: "newlimranregular";
  font-size: 1.5em;
}
.scoring--ctn .control--ctn .control-right--ctn .team-badge--item .team-badge-item-img--ctn {
  padding: 10px;
  background-color: white;
  margin: 10px;
  border-radius: 15px 0px 15px 0px;
}
.scoring--ctn .control--ctn .control-right--ctn .team-badge--item .team-badge-item-img--ctn .badge--team--img {
  width: 55px;
  margin: 0 2px;
}
.scoring--ctn .result--ctn {
  border-radius: 15px 0px 15px 0px;
  width: 100%;
  margin-top: 20px;
}
.scoring--ctn .result--ctn .result--header {
  width: 100%;
  background-color: #e94e54;
  border-radius: 15px 0px 15px 0px;
}
.scoring--ctn .result--ctn img {
  margin: 5px;
  width: 100px;
  padding: 5px;
}
.scoring--ctn .result--ctn img:hover {
  cursor: pointer;
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
}
.scoring--ctn .result--ctn .badge-selected--ctn {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.scoring--ctn .result--ctn .badge-selected--ctn .badge-selected--item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: flex-start;
  margin: 10px;
  background-color: #fff;
  padding: 10px;
  border-radius: 15px 0px 15px 0px;
}
.scoring--ctn .result--ctn .badge-left--ctn {
  background-color: #fff;
  border-radius: 15px 0px 15px 0px;
  width: 100%;
  margin-top: 10px;
  bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.scoring--ctn .result--ctn .percentage--ctn {
  height: 30px;
  /* width: 40px; */
  border-radius: 5px;
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  /* transform: translate(-15px, -4px); */
  z-index: 1;
}
.scoring--ctn .result--ctn .percentage--ctn.score1, .scoring--ctn .result--ctn .percentage--ctn.score2, .scoring--ctn .result--ctn .percentage--ctn.score3, .scoring--ctn .result--ctn .percentage--ctn.score4, .scoring--ctn .result--ctn .percentage--ctn.score5, .scoring--ctn .result--ctn .percentage--ctn.scoremax {
  background-color: #ffdf43;
}
.scoring--ctn .result--ctn .percentage--ctn.score1 {
  width: 20%;
}
.scoring--ctn .result--ctn .percentage--ctn.score2 {
  width: 30%;
}
.scoring--ctn .result--ctn .percentage--ctn.score3 {
  width: 50%;
}
.scoring--ctn .result--ctn .percentage--ctn.score4 {
  width: 65%;
}
.scoring--ctn .result--ctn .percentage--ctn.score5 {
  width: 80%;
}
.scoring--ctn .result--ctn .percentage--ctn.scoremax {
  width: 100%;
}

/* LANG SELECTION */
.lang--selected--text {
  font-weight: bolder;
  color: var(--clr--main-1);
}

.lang--diselected--text {
  font-weight: lighter;
}

.lang--selected {
  background-color: var(--clr--main-3);
  font-size: 20px;
  transition: 1s ease;
}

.lang--overlay {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--clr--main-1);
  overflow: auto;
  opacity: 0.98;
  z-index: 98;
  justify-content: center;
  padding: 20px;
}
.lang--overlay .lang--overlay--ctn {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  align-content: center;
}

.lang--btn {
  width: 100%;
  margin: 30px 0;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background-color: #ffdf43;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-align: center;
  border-radius: 15px 0px 15px 0px;
  cursor: pointer;
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */ /* IE 10+ */
  user-select: none; /* Likely future */
}

.lang--btn:hover, .lang--btn:active {
  transform: scale(0.97);
}

.lang--overlay {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background: #87c6e8;
  overflow: auto;
  opacity: 0.98;
  z-index: 98;
  justify-content: center;
  padding: 20px;
}
.lang--overlay .lang--overlay--ctn {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  align-content: center;
}

.nav--container {
  width: 100%;
  height: 80px;
  max-width: 1200px;
  position: fixed;
  display: flex;
  background-color: #87c6e8;
  box-shadow: rgba(0, 0, 0, 0.15) 0px -5px 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  align-content: center;
  bottom: 0;
  z-index: 99;
  padding: 10px;
  user-select: none; /* supported by Chrome and Opera */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
}
.nav--container .nav--btn {
  height: 55px;
  width: 55px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  cursor: pointer;
  user-select: none; /* supported by Chrome and Opera */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  -webkit-touch-callout: none;
}
.nav--container .nav--btn:hover {
  transform: scale(0.95);
}

.material-icons {
  font-size: 40px;
  color: inherit;
}

.hidden {
  display: none !important;
}

/* TECHNICAL BUTTONS */
.debug--btn {
  height: 44px;
  padding: 0 20px;
  font-size: 18px;
  background-color: #ddd;
  border: none;
  border-radius: var(--radius);
  margin: 20px 0 0 0;
  cursor: pointer;
}

.text--error {
  text-align: center;
  color: #f3ebe4;
  background-color: #e94e54;
  padding: 10px;
  margin: 10px auto;
}

.full-center-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex1 {
  flex: 1;
}

.flex3 {
  flex: 3;
}

.w100 {
  width: 100%;
}

.marginbottom10 {
  margin-bottom: 10px !important;
}

.margintop10 {
  margin-top: 10px !important;
}

.margintop0 {
  margin-top: 0px !important;
}

.padding10 {
  padding: 10px;
}

.radiusalt {
  border-radius: 0 15px 0 15px;
}

.reset-btn--text {
  font-size: 0.8em !important;
  margin-bottom: 0 !important;
  color: rgb(51, 126, 58) !important;
}

.modal {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4); /* Fond semi-transparent */
  padding-top: 60px;
}
.modal .modal-content {
  background-color: #f3ebe4;
  margin: 5% auto;
  padding: 20px;
  width: 90%;
  max-width: 400px;
  text-align: center;
  border-radius: 15px 0px 15px 0px;
}
.modal .modal-content img.badgePreview {
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: white;
  padding: 10px;
  border-radius: 15px 0px 15px 0px;
}
.modal .modal-content .dual-overlay-btn--ctn {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.modal .modal-content .dual-overlay-btn--ctn button {
  flex: 1;
}

.close-btn {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 25px;
  text-decoration: none;
  cursor: pointer;
}

.close-btn:hover,
.close-btn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.tooltip {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  pointer-events: none;
  white-space: nowrap;
  display: none;
  z-index: 99;
}/*# sourceMappingURL=style.css.map */