/*SPECIFIQUE IMAGE INDICE ET ENIGME*/

.block-enigme.enigme-num-6 img {
  max-width: 120px;
  margin-top: -65px;
  margin-bottom: 0;
}

.block-enigme.indice-num-22 > img {
  margin-top: -40px;
  margin-bottom: -20px;
}

.block-enigme.enigme-num-5 > img {
  margin-top: -55px;
  width: 90%;
}

.block-enigme.enigme-num-4 > img {
  margin-top: -50px;
}

.block-enigme.indice-num-18 > img {
  max-width: 100%;
  margin: 15px 0 8px 0;
  width: 85%;
}
a.btn.resolu {
  background: #adffad;
  color: #000;
}
.block-enigme.indice-num-16 > img {
  margin-top: -50px;
}
.block-enigme.indice-num-16 .row {
  display: block;
}
.block-enigme.indice-num-16 .row > div {
  margin-bottom: 8px;
}
.block-enigme.indice-num-16 > img {
  margin-top: -57px;
  width: 150px;
}

.block-enigme.enigme-num-3 > img {
  width: 95%;
  margin-top: -16px;
}

.block-enigme.indice-num-21 > img {
  width: 97%;
  margin-top: -46px;
}

.block-enigme.enigme-num-1 > img {
  width: 80%;
}

.block-enigme.indice-num-20 > img {
  margin-top: -45px;
  width: 150px;
  margin-bottom: 40px;
}

.block-enigme.enigme-num-2 > img {
  width: 100%;
}

.block-enigme.enigme-num-7 > img, .block-enigme.enigme-num-8 > img {
  max-width: 115px;
  margin-top: -40px;
}

/*GLOBAL*/

@media (max-width: 992px) {
  body {
    padding: 0 !important;
  }
}

:root {
  --white: #fff;
  --dark-blue: #201c36;
  --white-blue: #d2d2df;
}

.player img {
  max-width: 17px;
}

.l430 {
  width: 100vw;
  max-height: 800px;
  height: 100vh;
  max-width: 430px;
  margin: auto;
  background-color: var(--white-blue);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 15px;
}

body {
  background-color: #222143 !important;
  padding: 60px;
}

body h1,
body h2,
body h3,
body p,
body legend,
body a,
body li,
body blockquote {
  color: var(--white);
}

.color-dark-blue,
.color-dark-blue p,
.color-dark-blue table {
  color: var(--dark-blue);
}

body ul {
  padding: 0;
  margin: 0;
}

body ul li {
  list-style: none;
}

body p {
  font-size: 14px;
  font-family: "Luciole", Helvetica, Verdana, sans-serif;
}

body h2 {
  font-family: "Orbitron", Helvetica, Verdana, sans-serif;
}

body i {
  font-style: italic;
}

body input {
  outline: none;
}

div.ornaments {
  padding: 8px 0;
  line-height: 1px;
}

div.ornaments img {
  width: 104%;
  margin-left: -8px;
}

.orbitron {
  font-family: "Orbitron", Helvetica, Verdana, sans-serif;
}

.orbitron-bold {
  font-family: "Orbitron", Helvetica, Verdana, sans-serif;
  font-weight: 700;
}

.orbitron-semi-bold h2 {
  font-family: "Orbitron", Helvetica, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.luciole a {
  font-family: "Luciole", Helvetica, Verdana, sans-serif;
}

.luciole-normal p {
  font-family: "Luciole", Helvetica, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.luciole-semi-bold p {
  font-family: "Luciole", Helvetica, Verdana, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.luciole p {
  font-family: "Luciole", Helvetica, Verdana, sans-serif;
}

.semi-bold-txt p,
.semi-bold-txt a,
.semi-bold-txt button {
  font-weight: 600;
}

.frame {
  width: 80%;
  min-width: 340px;
  height: 95%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 20px 1fr 20px;
}

.frame.frame-chrono {
  grid-template-rows: 70px 1fr 90px;
}

main section {
  height: 100%;
}

.frame header {
  grid-row: 1;
}

.frame main {
  grid-row: 2;
}

.frame footer {
  grid-row: 3;
}

.bg-envelope header h1,
.bg-envelope header h2 {
  margin-bottom: 0;
}

.avatarperso {
  max-width: 60px;
}

.parcours_scenario{
  text-align: center;
  margin-top: 20px;
  color: #fff;
}

.parcours_scenario p {
  margin: 0;
  font-size: 10px;
  line-height: 15px;
}

.bg-envelope header h2 {
  font-family: "Orbitron", Helvetica, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.42px;
  text-transform: uppercase;
}

.frame h3 {
  font-family: "Orbitron", Helvetica, Verdana, sans-serif;
}

.bg-blue-grid {
  width: 100%;
  height: 100%;
  background: center / cover no-repeat
    url(../images/bg-cards/bg-blue-grid.png);
}

.bg-standard {
  background: center / 95% 100% no-repeat
    url(../images/bg-cards/bg-frame-standard.png);
}

div.card-enigme.indice_resolu::after {
  content: "";
  background-image: url(../images/pictos/check.png);
  width: 33px;
  height: 29px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-won {
  background: center / 95% 100% no-repeat url(../images/bg-cards/bg-won.png);
}

.bg-lost {
  background: center / 95% 100% no-repeat
    url(../images/bg-cards/bg-lost.png);
}

.bg-envelope {
  background: center / 95% 100% no-repeat
    url(../images/bg-cards/bg-envelope.png);
}

.bg-envelope-2 {
  background: center / 95% 100% no-repeat
    url(../images/bg-cards/bg-envelope-2.png);
}

.bg-envelope-A {
  background: center / 95% 100% no-repeat
    url(../images/bg-cards/bg-envelope-enigme-toxique.png);
}

.bg-envelope-B {
  background: center / 95% 100% no-repeat
    url(../images/bg-cards/bg-envelope-enigme-eboulement.png);
}

.bg-envelope-H {
  background: center / 95% 100% no-repeat
    url(../images/bg-cards/bg-envelope-enigme-in-black.png);
}
.bg-envelope-F {
  background: center / 95% 100% no-repeat
    url(../images/bg-cards/bg-envelope-enigme-incendie.png);
}
.bg-envelope-D {
  background: center / 95% 100% no-repeat
    url(../images/bg-cards/bg-envelope-enigme-inondation.png);
}

.bg-envelope- {
  background: center / 95% 100% no-repeat
    url(../images/bg-cards/bg-envelope-scenario.png);
}

.bg-envelope-G {
  background: center / 95% 100% no-repeat
    url(../images/bg-cards/bg-enveolpe-enigme-insecte.png);
}

.bg-envelope-H {
  background: center / 95% 100% no-repeat
    url(../images/bg-cards/bg-envelope-quiz.png);
}

.bg-header-error {
  background: center top/ 100% 100% no-repeat
    url(../images/pages-error/bg-header.png);
}

.bg-header-404 {
  height: 160px;
  margin-top: 40px;
  background: center top/ contain no-repeat
    url(../images/pages-error/bg-header.png);
}

.bg-header-won {
  background: center bottom/ 100% 100% no-repeat
    url(../images/pages-won/bg-header.png);
}

.header-tuto h1 {
  font-family: "Orbitron", Helvetica, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.54px;
  text-transform: uppercase;
}

.header-game {
  height: 85px;
  max-width: 90%;
  margin: auto;
}

.card-enigme.enigme_resolu, .card-enigme.indice_resolu {
  opacity: 0.5;
}

.header-game h1 {
  font-family: "Orbitron", Helvetica, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-align: center;
}

.header-result h1 {
  text-align: center;
  font-family: "Orbitron", Helvetica, Verdana, sans-serif;
  font-size: 25px;
  font-weight: 600;
  margin-top: 65px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

.bg-header-error.header-result h1 {
  margin-top: 30px;
  padding-top: 40px;
}

.header-result {
  height: 140px;
}

.tall-title h3,
.tall-text p {
  font-size: 40px;
  font-weight: 700;
}

.fa-mobile-screen-button {
  color: var(--white);
}

.orbitron-bold {
  font-family: "Orbitron", Helvetica, Verdana, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.rounded-btn {
  display: flex;
}

.rounded-btn a,
.rounded-btn button {
  display: inline-block;
  font-family: "Luciole", sans-serif;
  border-radius: 100px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.small-btn {
  width: max-content;
}

.small-btn a {
  color: var(--white);
  border: 1px solid #fff;
  line-height: 14px;
  font-size: 12px;
  transition: 0.2s;
  width: max-content;
  padding: 12px 20px 10px 20px;
}

.tall-btn {
  width: 100%;
}

.tall-btn a {
  border: 1px solid #fff;
  line-height: 18px;
  font-size: 18px;
  width: 80%;
  color: var(--white);
  padding: 15px 30px 12px 30px;
  transition: 0.2s;
}

.small-btn a:hover,
.tall-btn a:hover {
  color: var(--dark-blue);
  background-color: var(--white);
}

.white-tall-btn a,
.white-tall-btn button {
  line-height: 18px;
  font-size: 18px;
  width: 95%;
  background-color: var(--white);
  color: var(--dark-blue);
  border: 1px solid var(--white);
  padding: 15px 30px 12px 30px;
  transition: 0.2s;
}

.white-tall-btn a:hover,
.white-tall-btn button:hover {
  color: var(--dark-blue);
  background-color: var(--white);
}

.block-picto {
  width: 72%;
  margin: 0 auto;
  border-left: 1px solid var(--white);
}

.bloc-picto .fa-solid {
  font-size: 20px;
}

/*DEBUT FOOTERS*/

#footer-btn nav {
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
}

#documents .container-files {
  display: block !important;
  height: 250px;
  overflow-x: scroll;
}

#footer-btn-2 nav {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

footer .white-tall-btn {
  width: 85%;
  margin: auto;
}

/*FIN FOOTERS*/

/*PAGES TUTO*/

#tuto .block-bienvenue strong {
  font-family: "Orbitron", Helvetica, Verdana, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

#tuto .block-bienvenue h3 {
  font-family: "Orbitron", Helvetica, Verdana, sans-serif;
  font-size: 28px;
  font-weight: 400;
  padding: 20px 20px;
  background: top left/contain no-repeat
    url(../images/start/cadre-etoile.png);
}

#tuto .block-img {
  width: 210px;
  margin: 23px auto;
  margin-bottom: 0 !important;
}

#carousel-tutos {
  width: 100%;
  height: 100%;
  display: flex;
}

.owl-carousel,
.owl-stage-outer {
  display: flex;
  flex-direction: column;
}

.owl-stage-outer,
.owl-stage,
.owl-carousel .owl-item {
  height: 100%;
}

.owl-theme .owl-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: relative;
  z-index: 4;
  margin-top: -100px;
}

div.owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

div.owl-carousel .owl-nav button.owl-prev,
div.owl-carousel .owl-nav button.owl-next {
  display: inline-block !important;
  font-family: "Luciole", sans-serif !important;
  border-radius: 100px !important;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  background: var(--dark-blue) !important;
  width: max-content;
  color: var(--white) !important;
  border: 1px solid #fff;
  padding: 8px 20px 6px 20px !important;
}
.owl-theme .owl-nav .disabled {
  opacity: 1 !important;
}
.owl-nav .owl-prev span::after {
  content: "précédent";
  font-weight: 600;
  line-height: 14px;
  font-size: 12px;
  padding-left: 6px;
  transition: 0.2s;
}

button.no-owl-prev {
  display: none;
}

.owl-nav .owl-next span::before {
  content: "suivant";
  font-weight: 600;
  line-height: 14px;
  font-size: 12px;
  padding-right: 6px;
  transition: 0.2s;
}

#tuto .owl-carousel .owl-item .number img {
  display: block;
  width: 23px;
}

#tuto .number img {
  margin: 10px auto;
}

#tuto .number p {
  padding: 15px 17px 12px 15px;
  font-size: 23px;
  background: center / 18% no-repeat url(../images/pictos/ellipse.png);
}

#tuto-3 h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.54px;
  margin-bottom: 15px;
}

#tuto-3 .semi-bold-txt p {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.fa-mobile-screen-button {
  font-size: 27px;
}

.bloc-picto {
  width: 70%;
  margin: auto;
  border-left: 1px solid var(--white);
}

#tuto-3 .text-start p {
  margin-top: 5px;
  margin-bottom: 0;
}

.container-players {
  margin: 10px auto;
}

.container-players fieldset {
  margin-bottom: 20px;
  padding: 5px;
  background-size: 95% 100%;
  background-position: center bottom;
  background-image: url(../images/tutos/cadre-input.png);
  background-repeat: no-repeat;
}

#id_choix_scenario {
  width: 90%;
  border: none;
  background: transparent;
  padding-left: 21px;
}

#tuto-4 fieldset legend {
  font-family: "Orbitron", Helvetica, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.54px;
  margin-top: -16px;
  margin-left: 33px;
  display: inline-block;
}

.player input::placeholder {
  color: var(--dark-blue);
  font-family: "Luciole", Helvetica, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.container-players input {
  text-indent: 10px;
  border-radius: 20px;
  border: 0 !important;
}

.container-players input:active {
  border: 0 !important;
  outline: 0 !important;
}

.container-players .input-group {
  padding: 10px 10px !important;
  border-radius: 20px !important;
  background: var(--white) !important;
  box-shadow: 0px 0px 9.5px 0px #d2d2df !important;
  color: var(--dark-blue) !important;
  font-family: "Luciole", Helvetica, Verdana, sans-serif;
  font-size: 13px !important;
  width: 85%;
  margin: auto;
}

.add-player a {
  color: var(--white) !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-decoration-line: underline;
  text-underline-offset: 5px;
  text-transform: uppercase;
}

button.add-player:active {
  border: none;
}

#end-tuto {
  grid-template-rows: 70px 1fr 110px;
}

#end-tuto .avatars img {
  width: 61px;
}

#end-tuto h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.54px;
}

#end-tuto .block-picto {
  margin: 0px auto 6px auto;
}

#end-tuto .block-picto img {
  margin: 0 5px 6px 0;
  width: 20px;
}

/*FIN PAGES TUTO*/

/*PAGES CHRONO*/

.start-game header h1 {
  font-family: "Orbitron", Helvetica, Verdana, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.54px;
}

.start-game header h2 {
  font-family: "Orbitron", Helvetica, Verdana, sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
}

.start-game main h2 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.75px;
}

footer .btn-menu a {
  background: var(--dark-blue);
}

footer .btn-menu div {
  border: 2px solid;
  border-image: linear-gradient(100deg, #d1d1dd, #6c6c82, transparent) 1;
  padding: 2px;
  text-align: center;
  font-size: 24px;
  border-radius: 10px;
  display: flex;
  width: 62px;
  height: 55px;
  padding: 10px;
  transition: 0.3s;
}

footer .btn-menu div:hover,
footer .btn-menu div:active {
  box-shadow: 0px 0px 3px 1px;
  border-color: #fff;
  border-image: none;
}

footer .btn-menu a img {
  width: 100%;
  object-fit: contain;
}

.container-enigmes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 80px;
  column-gap: 8px;
  row-gap: 8px;
  padding: 5px;
}

.container-enigmes .card-enigme {
  position: relative;
  display: flex;
  height: 85px;
  padding: 0px !important;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 5px;
  background-size: 100% 100%;
}

.container-enigmes .card-enigme a {
  display: flex;
  width: 100%;
  height: 100%;
  text-decoration: none;
  align-items: center;
}

.container-enigmes .card-1 {
  grid-row: 1;
  grid-column: 1;
  background: center/115% no-repeat
    url(../images/pages-start-game/bg-cell.png);
}

.container-enigmes .card-2 {
  grid-row: 1;
  grid-column: 2;
  background: center/115% no-repeat
    url(../images/pages-start-game/bg-fire.png);
}
.container-enigmes .card-3 {
  grid-row: 2;
  grid-column: 1;
  background: center/115% no-repeat
    url(../images/pages-start-game/bg-light-bulbs.png);
}
.container-enigmes .card-4 {
  grid-row: 2;
  grid-column: 2;
  background: center/115% no-repeat
    url(../images/pages-start-game/bg-water.png);
}
.container-enigmes .card-5 {
  grid-row: 3;
  grid-column: 1;
  background: center/ 115% no-repeat
    url(../images/pages-start-game/bg-lightning.png);
}
.container-enigmes .card-6 {
  grid-row: 3;
  grid-column: 2;
  background: center/ 115% no-repeat
    url(../images/pages-start-game/bg-ant.png);
}

.container-enigmes .card-7,
.container-enigmes .card-8 {
  background-image: url(../images/pages-start-game/bg-arrows.png);
  background-size: 100% 100%;
}

.container-enigmes .card-7 {
  grid-row: 4;
  grid-column: 1;
  height: 80px;
}

.container-enigmes .card-8 {
  grid-row: 4;
  grid-column: 2;
  height: 80px;
}

.container-enigmes .card-enigme p {
  color: var(--white);
  font-family: "Orbitron", Helvetica, Verdana, sans-serif;
  font-size: 11px;
  font-weight: lighter;
  line-height: 125.494%;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 20px;
}

#enigmes .card-enigme p strong {
  font-weight: 700;
}

#documents .luciole-normal p {
  margin-bottom: 30px;
}

#documents form {
  display: grid;
  grid-template-columns: 5fr 1fr 1fr;
  grid-template-rows: 1fr;
  background: center/95% no-repeat
    url(../images/pages-start-game/bg-files.png);
  margin-bottom: 4px;
  padding: 13px;
}

#documents form p {
  margin-bottom: 0;
  margin-left: 15px;
  grid-column: 1;
}

#documents form .btn-1 {
  grid-column: 2;
}

#documents form .btn-2 {
  grid-column: 3;
}

#documents form .btn-1 img {
  width: 80%;
  object-fit: contain;
  margin-top: -4px;
}

#documents form .btn-2 img {
  width: 70%;
  object-fit: contain;
  margin-top: -4px;
}

/*INDICES*/

#indices .luciole-normal p {
  margin-bottom: 0;
}

.container-btn-indices {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(40px, 1fr));
  grid-gap: 13px;
  padding: 23px;
}

.container-btn-indices a {
  height: 40px;
  font-family: "Luciole", Helvetica, Verdana, sans-serif;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  border: 1px solid var(--white);
  box-shadow: 0px 0px 3px 1px;
  transition: 0.3s;
  padding: 4px 0 0 0;
  color: #fff;
}
.container-btn-indices .btn:hover {
  color: var(--white);
  border: 1px solid var(--white);
  box-shadow: 0px 0px 4px 2px;
}

.container-btn-indices .btn:active,
.container-btn-indices .btn[aria-pressed="true"] {
  color: var(--dark-blue);
  background-color: var(--white);
  border: 1px solid var(--white);
  box-shadow: 0px 0px 4px 2px;
}

#indices form .white-tall-btn {
  width: 85%;
  margin: auto;
}

.block-enigme .block-img {
  margin-top: -30px;
}

.block-enigme .block-img .picto-eye {
  position: absolute;
  top: 0px;
  right: 10px;
}

table {
  margin-top: -50px;
  background: 60% 35%/100% 99% no-repeat
    url(../images/pages-indices/tableau.png);
}

table td {
  width: 64px;
  height: 52px;
  margin-top: -15px;
  padding-left: 15px;
  padding-top: 5px;
  color: #201c36;
  font-family: "Orbitron", Helvetica, Verdana, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.7px;
}

/*PAGE ENIGME*/

.menu-top {
  width: 90%;
  position: relative;
  top: 0;
}

.menu-top a,
.menu-top a {
  font-family: "Orbitron", Helvetica, Verdana, sans-serif;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-decoration-line: underline;
  text-transform: uppercase;
  text-underline-offset: 3px;
}

.menu-top a {
  font-weight: 500;
}

.menu-top p {
  font-weight: 400;
  margin-bottom: 0;
}

.menu-top strong {
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.container-page-enigme section {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
}
.container-page-enigme section .text-center {
  grid-row: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.container-page-enigme .container {
  padding: 0;
}

.container-page-enigme h2 {
  font-family: "Orbitron", Helvetica, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.8px;
}

.block-enigme {
  text-align: center;
  width: 95%;
  height: 90%;
  margin: auto;
  background-color: var(--white);
  border-radius: 10px;
}

.block-enigme .separateur {
  display: flex;
  align-items: center;
}

.block-enigme .block-question {
  width: 100%;
  margin: 5px auto;
  background-color: var(--white);
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
}

.block-enigme::placeholder {
  color: var(--dark-blue);
  font-family: "Luciole", Helvetica, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.block-enigme .input-group {
  margin-top: 20px;
  width: 80%;
  border-radius: 5px;
  border: 2px solid #d2d2df;
  background: var(--white);
}

.block-enigme .input-group span {
  position: absolute;
  right: 10px;
  top: 3px;
}

.block-enigme input {
  border-radius: 8px;
  width: 100%;
  padding: 8px 2px;
  border: 2.5px solid #d2d2df;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.block-enigme input:active {
  outline: 0 !important;
}

/*FIN PAGE ENIGME*/

/*PAGE 404*/

#page-error .frame {
  display: flex;
  flex-direction: column;
}

#page-error h1 {
  padding-top: 78px;
  font-size: 24px;
  font-family: "Orbitron", Helvetica, Verdana, sans-serif;
}

.block-enigme .col {
  padding: 0 6px;
}

.block-enigme img {
  width: 200px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
  margin-bottom: 15px;
}

.block-enigme .row {
  max-width: 90%;
  margin: auto;
}

#contenu-indice {
  max-width: 90%;
  margin: auto;
  padding-top: 0;
}

#contenu-indice h2 {
  font-size: 18px;
  margin-bottom: 15px;
}

#page-error h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}
#page-error footer {
  margin-top: 35px;
}
/*FIN PAGE 404*/

/*DEBUT PAGE LOST - WIN*/

#page-result .frame {
  grid-template-rows: 1fr 2fr 90px;
}

#page-result .frame-indice-lost {
  grid-template-rows: 1fr 4fr 90px;
}

#page-result .frame main {
  grid-row: 2;
}

#page-result .frame footer {
  grid-row: 3;
}

.block-help {
  grid-row: 1;
}

.block-help h3 {
  font-family: "Luciole", Helvetica, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.block-help h3 strong {
  font-family: "Orbitron", Helvetica, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.block-help h3 {
  margin: 40px auto 15px auto;
}

.block-astronaute p {
  margin: 0;
}

.block-help li {
  position: relative;
  font-family: "Luciole", Helvetica, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

/*ENIGME LOST*/

main.lost {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
}

main.lost h1 {
  text-indent: 20px;
}

.block-enigme input::placeholder {
  font-size: 13px;
}

.header-result.bg-header-won h1 {
  margin: 0 auto 0 auto;
  padding-top: 68px;
}

.block-essaie-encore {
  grid-row: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-essaie-encore h2 {
  margin: 0;
}

.block-astronaute {
  display: flex;
  margin-top: 20px;
}

.block-astronaute img {
  border: 2px solid #ffff;
  margin: -15px -30px auto 30px;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  box-shadow: 0px 0px 1px 1px #ffff;
  background: var(--dark-blue);
  position: relative;
  z-index: 2;
}

.block-astronaute blockquote {
  font-family: "Luciole", Helvetica, Verdana, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 18px;
  border-left: 1px solid #fff;
  padding-left: 45px;
  padding-right: 6px;
  margin-bottom: 0;
}

.block-astronaute blockquote footer {
  font-weight: 600;
  line-height: 20px;
  margin-top: 15px;
}

/*SCENARIO*/
#page-won-stop-chrono .frame {
  grid-template-rows: 1fr 320px;
}

#page-won-stop-chrono .frame main {
  grid-row: 1;
}

#page-won-stop-chrono .frame main p:last-child {
  margin-bottom: 0;
}

#page-won-stop-chrono .frame footer {
  grid-row: 2;
}

.stop-chrono a {
  width: 85%;
}

/*FIN PAGE RESULT*/
