/*------------------------------------*\
  REGULARS
\*------------------------------------*/
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html, body {
  margin: 0;
  font-family: "Barlow", sans-serif;
  height: 100%;
  background: #f3f1ed;
}
@media screen and (max-width: 700px) {
  html, body {
    font-size: 16px;
  }
}

h1 {
  font-family: "Oswald", sans-serif;
}

a {
  text-decoration: none;
}
a:hover {
  font-weight: bold;
}

#questName {
  color: #453e7f;
}

button {
  border: none;
  font-size: 16px;
}
button:active {
  scale: 0.98;
}

img.toggle-btn {
  width: 40px;
}

/*------------------------------------*\
PAGE INDEX
\*------------------------------------*/
label {
  display: block;
  margin-bottom: 8px;
  /* font-weight: bold; */
}

.label-question {
  font-weight: bold;
  margin-top: 30px;
}

input[type=text] {
  font-size: 18px;
  font-weight: bold;
  font-family: "Barlow", sans-serif;
  text-align: center;
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: radius;
}

input:focus {
  outline: 1px solid #453e7f;
}

.choice-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px auto;
}
.choice-btn.mood-btn {
  flex-direction: column;
}
.choice-btn.mood-btn label {
  margin: 5px 0;
}

.choice-btn label {
  background-color: #f4d300;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
  flex: 1;
  margin: 0 5px;
  cursor: pointer;
}

.choice-btn input[type=radio] {
  display: none;
}

.choice-btn input[type=radio]:checked + label {
  background-color: #453e7f;
  color: white;
}

#submitBtn {
  border-radius: 6px;
  background-color: #453e7f;
  color: #f3f1ed;
  width: 100%;
  padding: 10px;
}

/*------------------------------------*\
  GLOBAL
\*------------------------------------*/
.hidden {
  display: none !important;
}

.footer {
  bottom: 0;
  position: fixed;
  height: 60px;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  background: #453e7f;
}
.footer .menu-ctn {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.footer .menu-ctn .menu--btn {
  background: transparent;
  color: #fff;
}

.error {
  padding: 5px;
  background-color: #b3150d;
  text-align: center;
  color: #fff;
}

.checked {
  background-color: #97bd91 !important;
}

/*------------------------------------*\
  SECTIONS
\*------------------------------------*/
.container {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  padding: 5px 5px 20px 5px;
  background: #f3f1ed;
}
.container .title--logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .title--logo img {
  width: 180px;
}
.container .bloc {
  padding: 10px;
}
.container .bloc .detail-btn {
  height: 40px;
  font-size: 30px;
  border-radius: 6px;
  background-color: #453e7f;
  color: #f3f1ed;
  width: 40px;
  border-radius: 50% !important;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.container .bloc .hint-bloc {
  margin: 20px auto;
}
.container .bloc .hint-text {
  background-color: #fff;
  padding: 1px 1em;
  border-radius: 6px;
}
.container .bloc .title-quest-ctn, .container .bloc .hint-ctn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.container .bloc .title-quest-ctn .title-text, .container .bloc .title-quest-ctn .hint-title, .container .bloc .hint-ctn .title-text, .container .bloc .hint-ctn .hint-title {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  color: #453e7f;
}
.container .bloc .title-quest-ctn .title-text, .container .bloc .hint-ctn .title-text {
  font-size: 34px;
}
.container .bloc .title-quest-ctn .hint-title, .container .bloc .hint-ctn .hint-title {
  font-size: 18px;
}
.container .bloc #questDescription {
  margin-bottom: 20px;
}
.container .bloc .quest-location-head {
  width: 100%;
  text-align: center;
  font-weight: bold;
  background-color: #f4d300;
  padding: 5px 0;
  border-radius: 6px 6px 0 0;
}
.container .bloc .quest-location {
  width: 100%;
  background-color: #fff;
  padding: 20px;
  text-align: center;
  margin: 0px auto 10px auto;
  border-radius: 0 0 6px 6px;
}
.container .bloc .action-btn {
  width: 100%;
  padding: 15px;
  border-radius: 6px;
  background-color: #453e7f;
  color: #f3f1ed;
  margin: 10px auto;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.container .bloc .locationBtn-ctn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.container .bloc .locationBtn-ctn .locationBtn {
  width: 45%;
  margin: 5px;
  height: 100px;
  border-radius: 6px;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  cursor: pointer;
  background-color: #f4d300;
  /* color: $clr-background; */
  /* font-weight: bold; */
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.container .bloc #questbloc #questQuestion {
  font-weight: bold;
  background-color: #f4d300;
  padding: 20px;
  margin: 10px auto;
  border-radius: 6px;
}
.container .bloc #questbloc .quest-input-ctn {
  margin: 10px auto;
}
.container .bloc #questbloc .quest-input-ctn .input-ctn .input-field-ctn {
  display: flex;
}
.container .bloc #questbloc .quest-input-ctn .input-ctn .input-field-ctn input {
  width: 100%;
  height: 50px;
  border-radius: 6px 0 0 6px;
}
.container .bloc #questbloc .quest-input-ctn .input-ctn .input-field-ctn .btn-validate {
  border-radius: 6px;
  background-color: #453e7f;
  color: #f3f1ed;
  width: 70px;
  height: 50px;
  padding: 10px;
  /* margin-left: 5px; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 6px 6px 0;
}
.container .bloc #successMessage {
  margin-bottom: 10px;
}
.container .bloc .lab-header {
  background-color: #f4d300;
  padding: 5px;
  text-align: center;
  border-radius: 6px 6px 0 0;
}
.container .bloc #laboratoire, .container .bloc .indicealt {
  background-color: #fff;
  padding: 20px;
  margin: 10px auto;
  margin-top: 0;
  border-radius: 0 0 6px 6px;
}

.reboot {
  display: flex;
  align-items: center;
  justify-content: center;
}
.reboot button {
  font-size: 14px;
  color: #999;
  font-family: "Barlow", sans-serif;
}/*# sourceMappingURL=style.css.map */