@charset "UTF-8";
@font-face {
  font-family: "stella";
  src: url(../fonts/stella-wilson.eot);
  src: local("☺"), url(../fonts/stella-wilson.woff) format("woff"), url(../fonts/stella-wilson.ttf) format("truetype"), url(../fonts/stella-wilson.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "drunken";
  src: url(../fonts/DrunkenSerif.eot);
  src: local("☺"), url(../fonts/DrunkenSerif.woff) format("woff"), url(../fonts/DrunkenSerif.ttf) format("truetype"), url(../fonts/DrunkenSerif.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "killen";
  src: url(../fonts/KillenDEMO.eot);
  src: local("☺"), url(../fonts/KillenDEMO.woff) format("woff"), url(../fonts/KillenDEMO.ttf) format("truetype"), url(../fonts/KillenDEMO.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gotham";
  src: url(../fonts/GothamNarrow-Book.eot);
  src: local("☺"), url(../fonts/GothamNarrow-Book.woff) format("woff"), url(../fonts/GothamNarrow-Book.ttf) format("truetype"), url(../fonts/GothamNarrow-Book.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gotham-bold";
  src: url(../fonts/GothamNarrow-Bold.eot);
  src: local("☺"), url(../fonts/GothamNarrow-Bold.woff) format("woff"), url(../fonts/GothamNarrow-Bold.ttf) format("truetype"), url(../fonts/GothamNarrow-Bold.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gotham-bold-italic";
  src: url(../fonts/GothamNarrow-BoldItalic.eot);
  src: local("☺"), url(../fonts/GothamNarrow-BoldItalic.woff) format("woff"), url(../fonts/GothamNarrow-BoldItalic.ttf) format("truetype"), url(../fonts/GothamNarrow-BoldItalic.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gotham-italic";
  src: url(../fonts/GothamNarrow-BookItalic.eot);
  src: local("☺"), url(../fonts/GothamNarrow-BookItalic.woff) format("woff"), url(../fonts/GothamNarrow-BookItalic.ttf) format("truetype"), url(../fonts/GothamNarrow-BookItalic.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}
/*Variables*/
h1 {
  font-family: "drunken", "arial", "helvetica", "sans-serif";
  margin-bottom: 15px;
  color: #007762;
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
}

h2 {
  font-family: "drunken", "arial", "helvetica", "sans-serif";
  color: #373c43;
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
}

h3 {
  font-family: "gotham-bold", "arial", "helvetica", "sans-serif";
  color: #373c43;
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
}

p, a {
  color: #373c43;
  font-family: "gotham", "arial", "helvetica", "sans-serif";
  font-size: 16px;
  line-height: 20px;
}

li {
  color: #373c43;
  font-family: "gotham", "arial", "helvetica", "sans-serif";
  font-size: 16px;
  line-height: 20px;
}

strong {
  font-family: "gotham-bold", "arial", "helvetica", "sans-serif";
  font-weight: normal;
  font-style: normal;
}

em {
  font-family: "gotham-italic", "arial", "helvetica", "sans-serif";
  font-weight: normal;
  font-style: normal;
}

strong em, em strong {
  font-family: "gotham-bold-italic", "arial", "helvetica", "sans-serif";
  font-weight: normal;
  font-style: normal;
}

.st0 {
  fill: #c9b29c;
}

.stt {
  fill: transparent;
}

.stt-active {
  fill: transparent;
  stroke-width: 4px;
  stroke: #a32020;
}

.cta {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  outline: none;
  border: none;
  background-color: transparent;
  display: inline-block;
  padding: 5px 13px 5px;
  background-color: #c9b29c;
  border-radius: 4px;
  color: #373c43;
  font-family: "drunken", "arial", "helvetica", "sans-serif";
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  -ms-transition: all ease 1s;
  -o-transition: all ease 1s;
  cursor: pointer;
}
.cta:hover {
  background-color: #a32020;
  color: #fcf7f0;
}

.link {
  display: inline-block;
  color: #373c43;
  font-size: 16px;
  line-height: 16px;
  font-family: "gotham", "arial", "helvetica", "sans-serif";
  text-decoration: none;
  outline: 0;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  -ms-transition: all ease 1s;
  -o-transition: all ease 1s;
}
.link::after {
  content: "";
  display: block;
  width: 50%;
  height: 0.5px;
  margin-top: 2px;
  background-color: #373c43;
  transition: width 0.3s linear;
  transition-delay: initial;
}
.link:hover {
  color: #a32020;
}
.link:hover::after {
  width: 100%;
  background-color: #a32020;
}

body {
  max-width: 1600px;
}

#body {
  padding-right: 15px;
  padding-bottom: 100px;
}

.body-labyrinthe {
  padding-left: 15px;
}

.page-abo {
  padding-bottom: 100px;
}

header {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: calc(100% - 30px);
  padding: 10px 15px 6px 15px;
  background-color: #007762;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
header > div:nth-child(1) {
  width: 115px;
}
header > div:nth-child(1) img {
  max-width: 100%;
}
header > div:nth-child(2) {
  width: calc(100% - 115px - 38px - 58px - 15px);
  text-align: center;
  font-family: "drunken", "arial", "helvetica", "sans-serif";
  color: #fcf7f0;
}

#player-date {
  width: 37px;
  height: 26px;
  margin-top: -8px;
  margin-left: 15px;
  padding-top: 14px;
  background-image: url(../images/picto-empty-calendar.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

#player-day, #north-day {
  width: 100%;
  text-align: center;
  color: #fcf7f0;
  font-family: "gotham-bold", "arial", "helvetica", "sans-serif";
  font-size: 13px;
  line-height: 13px;
}

#player-month, #north-month {
  width: 100%;
  margin-top: -1px;
  text-align: center;
  color: #fcf7f0;
  font-family: "gotham", "arial", "helvetica", "sans-serif";
  font-size: 9px;
  line-height: 9px;
}

#north-date {
  width: 36px;
  height: 26px;
  margin-top: -8px;
  padding-left: 22px;
  padding-top: 14px;
  background-image: url(../images/picto-north-empty-calendar.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: calc(100vh - 80px);
  padding: 10px 13px 10px 10px;
  background-color: #fcf7f0;
  color: #373c43;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 800;
}

.btn-menu {
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
}
.btn-menu > svg {
  width: 100%;
  max-width: 25px;
}
.btn-menu > svg .st0 {
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  -ms-transition: all ease 1s;
  -o-transition: all ease 1s;
}
.btn-menu::after {
  display: none;
  padding: 6px 13px;
  background-color: #a32020;
  border-radius: 0 4px 4px 0;
  color: #fcf7f0;
  font-family: "drunken", "arial", "helvetica", "sans-serif";
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  top: 0;
  left: 38px;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  -ms-transition: all ease 1s;
  -o-transition: all ease 1s;
}
.btn-menu:hover > svg .st0 {
  fill: #373c43;
}
.btn-menu:hover::after {
  display: inline-block;
}

#btn-mdp::after {
  content: "Chapitre";
}

#btn-aventure::after {
  content: "Aventure";
}

#btn-inventaire::after {
  content: "Inventaire";
}

#btn-trombi::after {
  content: "Trombinoscope";
}

#btn-map::after {
  content: "Carte";
}

#btn-documents::after {
  content: "Documents";
}

#popup-alerte {
  display: block;
  width: calc(40% - 60px);
  height: auto;
  padding: 15px 45px 15px 15px;
  border-radius: 4px;
  background-color: #fcf7f0;
  border: 1px solid #c9b29c;
  position: fixed;
  top: 20vh;
  left: calc(30% - 30px);
  box-shadow: 0 3px 6px rgba(55, 60, 67, 0.4);
  text-align: center;
  font-family: "gotham-bold", "arial", "helvetica", "sans-serif";
  font-size: 16px;
  line-height: 20px;
  display: none;
}
#popup-alerte p {
  margin: 0;
}

#close-popup-alerte {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  -ms-transition: all ease 1s;
  -o-transition: all ease 1s;
}
#close-popup-alerte svg {
  width: 100%;
}
#close-popup-alerte svg:hover .st0 {
  fill: #373c43;
}

.module {
  display: none;
}

.div-cta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.div-cta p {
  width: 100%;
  text-align: center;
}
.div-cta span {
  margin-left: 7px;
  margin-right: 7px;
}

#module-before-game {
  display: block;
  margin-left: -45px;
}

#module-mdp {
  display: block;
  text-align: center;
}
#module-mdp input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  outline: none;
  border: none;
  background-color: transparent;
  border: 1px solid #c9b29c;
  border-radius: 4px;
  padding: 5px 13px 4px;
  font-family: "drunken", "arial", "helvetica", "sans-serif";
  font-size: 16px;
  line-height: 20px;
  color: #373c43;
}
#module-mdp input:focus {
  border-color: #007762;
}
#module-mdp button {
  margin-right: 15px;
  background-color: #007762;
  color: #fcf7f0;
}
#module-mdp button:hover {
  background-color: #a32020;
}

.next-step {
  display: none;
}

.content-step {
  display: flex;
  flex-direction: column;
}

.bloc-aventure .cta {
  margin-right: 10px;
  margin-bottom: 5px;
}
.bloc-aventure > div {
  display: none;
  padding-left: 15px;
  border-left: 1px solid #c9b29c;
}
.bloc-aventure > div ul {
  margin-top: -10px;
  padding-left: 20px;
}
.bloc-aventure > div .chrono {
  display: inline-block;
  margin-top: -5px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 13px 5px;
  background-color: #a32020;
  border-radius: 4px;
  text-align: center;
  color: #fcf7f0;
  font-family: "gotham-bold", "arial", "helvetica", "sans-serif";
  font-size: 16px;
  line-height: 20px;
}

.two-col {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.two-col > a {
  cursor: zoom-in;
  margin-right: 15px;
  margin-bottom: 15px;
}
.two-col > img {
  margin-right: 15px;
  margin-bottom: 15px;
}

.pastille-indice {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 3px 6px 8px;
  background-color: #373c43;
  border: 1px solid #fcf7f0;
  border-radius: 50px;
  color: #fcf7f0;
  font-family: "drunken", "arial", "helvetica", "sans-serif";
  text-align: center;
  font-size: 18px;
}

.aventure-tem {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
}
.aventure-tem img {
  height: 70px;
  margin-right: 15px;
}
.aventure-tem p {
  margin: 0;
}

#next-chapitre {
  color: #a32020;
}

.champs-reponse {
  margin-top: 15px;
  margin-bottom: 15px;
}
.champs-reponse input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  outline: none;
  border: none;
  background-color: transparent;
  border: 1px solid #c9b29c;
  border-radius: 4px;
  padding: 5px 13px 4px;
  font-family: "drunken", "arial", "helvetica", "sans-serif";
  font-size: 16px;
  line-height: 20px;
  color: #373c43;
}
.champs-reponse input:focus {
  border-color: #007762;
}
.champs-reponse button {
  margin-right: 15px;
  background-color: #007762;
  color: #fcf7f0;
}
.champs-reponse button:hover {
  background-color: #a32020;
}

#reponse {
  width: 50%;
}

#lance-des {
  width: 50%;
}

#qui-habite-ou {
  display: flex;
  flex-direction: row;
}
#qui-habite-ou img {
  width: 100%;
  cursor: zoom-in;
}
#qui-habite-ou > div:nth-child(1) {
  width: calc(50% - 15px);
  margin-right: 15px;
}
#qui-habite-ou > div:nth-child(2) {
  width: 50%;
}
#qui-habite-ou table {
  width: calc(100% - 4px);
  margin-bottom: 15px;
  border: 2px solid #c9b29c;
  color: #373c43;
  font-size: 16px;
  line-height: 20px;
  font-family: "gotham", "arial", "helvetica", "sans-serif";
}
#qui-habite-ou table td {
  padding: 5px;
  border: 1px solid #c9b29c;
}
#qui-habite-ou table tr > td:nth-child(1) {
  width: 20%;
}
#qui-habite-ou table tr > td:nth-child(2) {
  width: 58%;
}
#qui-habite-ou table tr > td:nth-child(3) {
  width: 22%;
}
#qui-habite-ou .table-entete {
  background-color: #f3e9da;
  font-family: "gotham-bold", "arial", "helvetica", "sans-serif";
  text-align: center;
}
#qui-habite-ou input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  outline: none;
  border: none;
  background-color: transparent;
  border: 1px solid #c9b29c;
  border-radius: 4px;
  padding: 1px 0 4px 10px;
  font-family: "drunken", "arial", "helvetica", "sans-serif";
  font-size: 16px;
  line-height: 16px;
  color: #373c43;
}
#qui-habite-ou input:focus {
  border-color: #007762;
}
#qui-habite-ou button {
  margin-right: 15px;
  background-color: #007762;
  color: #fcf7f0;
}
#qui-habite-ou button:hover {
  background-color: #a32020;
}
#qui-habite-ou .reponse-ok {
  border: 2px solid #007762;
  position: relative;
}
#qui-habite-ou .reponse-ok + span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-bottom: -6px;
  background-image: url(../images/picto-good.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

#cross-words table {
  width: calc(100% - 4px);
  margin-bottom: 15px;
  border: 2px solid #c9b29c;
  color: #373c43;
  font-size: 16px;
  line-height: 20px;
  font-family: "gotham", "arial", "helvetica", "sans-serif";
}
#cross-words table td {
  padding: 5px;
  border: 1px solid #c9b29c;
}
#cross-words table tr > td:nth-child(1) {
  width: calc(5% - 10px);
  text-align: center;
}
#cross-words table tr > td:nth-child(2) {
  width: calc(95% - 10px);
}
#cross-words .table-entete {
  background-color: #f3e9da;
  font-family: "gotham-bold", "arial", "helvetica", "sans-serif";
  text-align: center;
}
#cross-words input {
  max-width: 80%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  outline: none;
  border: none;
  background-color: transparent;
  border: 1px solid #c9b29c;
  border-radius: 4px;
  padding: 1px 0 4px 10px;
  font-family: "drunken", "arial", "helvetica", "sans-serif";
  font-size: 16px;
  line-height: 16px;
  color: #373c43;
}
#cross-words input:focus {
  border-color: #007762;
}
#cross-words button {
  margin-right: 15px;
  background-color: #007762;
  color: #fcf7f0;
}
#cross-words button:hover {
  background-color: #a32020;
}
#cross-words .reponse-ok {
  border: 2px solid #007762;
  position: relative;
}
#cross-words .reponse-ok + span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-bottom: -6px;
  background-image: url(../images/picto-good.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

#content-inventaire {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.fiche-inventaire {
  display: block;
  width: calc(20% - 15px);
  margin-right: 15px;
  margin-bottom: 15px;
  background-color: #fcf7f0;
  position: relative;
  display: none;
}
.fiche-inventaire > div:nth-child(1) {
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
  cursor: zoom-in;
}
.fiche-inventaire > div:nth-child(1) img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.fiche-inventaire > div:nth-child(2) {
  width: calc(100% - 30px);
  padding: 0 15px 15px;
}
.fiche-inventaire h2 {
  font-size: 18px;
  line-height: 22px;
  margin-top: 0;
  margin-bottom: 10px;
}
.fiche-inventaire p {
  margin-top: 0;
  margin-bottom: 5px;
}

#module-trombi {
  position: relative;
}
#module-trombi .cta {
  margin-right: 10px;
  margin-bottom: 15px;
}

#content-trombi {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.fiche-trombi {
  width: calc(12.5% - 15px);
  margin-right: 15px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  cursor: zoom-in;
  display: none;
}
.fiche-trombi .photo-trombi {
  width: 100%;
}
.fiche-trombi .photo-trombi img {
  width: 100%;
}
.fiche-trombi .picto-oeil {
  width: 25px;
  height: 25px;
  padding: 5px;
  background-image: url(../images/picto-yeux-g.svg);
  background-repeat: no-repeat;
  background-size: 75%;
  background-position: center;
  position: absolute;
  top: 5px;
  right: 5px;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  -ms-transition: all ease 1s;
  -o-transition: all ease 1s;
}
.fiche-trombi h2 {
  margin: 0;
}
.fiche-trombi:hover .picto-oeil {
  background-image: url(../images/picto-yeux-d.svg);
}

.trombi-locked {
  filter: grayscale(80%);
  cursor: not-allowed;
}
.trombi-locked .picto-oeil {
  background-image: url(../images/picto-cadenas.svg);
  background-size: 50%;
}
.trombi-locked:hover .picto-oeil {
  background-image: url(../images/picto-cadenas.svg);
}

#popup-trombi {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% - 50px - 30px - 30px);
  height: auto;
  max-height: 70vh;
  padding: 15px;
  border-radius: 4px;
  background-color: #fcf7f0;
  border: 1px solid #c9b29c;
  position: fixed;
  color: #373c43;
  box-shadow: 0 3px 6px rgba(55, 60, 67, 0.4);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: #c9b29c #fcf7f0;
  scrollbar-width: thin;
  display: none;
}
#popup-trombi::-webkit-scrollbar {
  width: 5px;
  height: 100%;
  background-color: #c9b29c;
}
#popup-trombi::-webkit-scrollbar-thumb {
  background-color: #c9b29c;
}
#popup-trombi > div:nth-child(2) {
  width: 25%;
  margin-right: 15px;
}
#popup-trombi > div:nth-child(3) {
  width: calc(75% - 15px);
}
#popup-trombi > div:nth-child(4) {
  width: 100%;
}
#popup-trombi img {
  width: 100%;
}
#popup-trombi h2 {
  color: #007762;
}

#popup-prenom {
  margin-bottom: 5px;
}

#popup-fonction {
  margin-top: 0;
}

#popup-temoignage {
  padding: 15px;
  background-color: #ffffff;
  border-radius: 4px;
  font-family: "gotham-italic", "arial", "helvetica", "sans-serif";
}
#popup-temoignage strong {
  font-family: "gotham-bold-italic", "arial", "helvetica", "sans-serif";
}

#close-popup-trombi {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  -ms-transition: all ease 1s;
  -o-transition: all ease 1s;
}
#close-popup-trombi svg {
  width: 100%;
}
#close-popup-trombi svg:hover .st0 {
  fill: #373c43;
}

.link-doc {
  display: block;
  margin-right: 15px;
  margin-bottom: 15px;
  padding-left: 25px;
  background-image: url(../images/picto-doc-telecharger.svg);
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: left center;
}

#content-documents .link-doc {
  display: none;
}

#inscription-newsletter {
  display: block;
  width: 80%;
  margin: 0 auto 30px;
  padding: 15px;
  background-color: #fcf7f0;
  border-radius: 4px;
}

.sib-form {
  width: 100%;
  padding: 0;
}

#sib-container {
  width: 100%;
  padding: 0;
  background-color: #fcf7f0;
}
#sib-container > div:nth-child(1) {
  margin-bottom: 15px;
  border-bottom: 1px dotted #007762;
}
#sib-container > div:nth-child(1) h1 {
  margin-top: 0;
}

#sib-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
#sib-form > div {
  width: 100%;
}
#sib-form > div:nth-child(1), #sib-form > div:nth-child(2), #sib-form > div:nth-child(3) {
  width: 100%;
}
#sib-form > div:nth-child(3) {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #007762;
}
#sib-form > div:nth-child(6) {
  text-align: center;
}
#sib-form .entry__label {
  margin-bottom: 0;
  font-family: "gotham-bold", "arial", "helvetica", "sans-serif";
  font-weight: normal;
  font-size: 14px;
  color: #373c43;
}
#sib-form .entry__label::after {
  color: #007762;
}
#sib-form .entry__field {
  margin-bottom: 15px;
  background: none;
  border: none;
  border-radius: 0;
}
#sib-form .entry__field input {
  background-color: #ffffff;
  border: 1px solid #c9b29c;
  border-radius: 4px;
  font-family: "gotham", "arial", "helvetica", "sans-serif";
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #373c43;
}
#sib-form .entry__field input:focus {
  border-color: #a32020;
}

.entry__choice label p {
  font-family: "gotham", "arial", "helvetica", "sans-serif";
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.sib-form-block {
  padding: 0;
}

.sib-form-block__button {
  margin-top: 15px;
  min-height: 0;
  background-color: #007762;
  color: #fcf7f0;
}

.sib-form .input_replaced:checked + .checkbox_tick_positive {
  background-color: #a32020;
  border-color: #a32020;
}

#message-validation {
  width: calc(100% - 150px);
  margin: 50px 45px;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 20px;
}
#message-validation img {
  display: block;
  margin-top: -63px;
  margin: -63px 0 15px -8px;
}

#content-plan-village {
  position: relative;
}
#content-plan-village img {
  width: 100%;
}
#content-plan-village svg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#content-plan-village svg polygon, #content-plan-village svg rect {
  cursor: pointer;
}
#content-plan-village svg polygon:hover, #content-plan-village svg rect:hover {
  stroke-width: 4px;
  stroke: #373c43;
}

#popup-house {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% - 50px - 30px - 30px);
  height: auto;
  max-height: 70vh;
  padding: 15px;
  border-radius: 4px;
  background-color: #fcf7f0;
  border: 1px solid #c9b29c;
  position: fixed;
  color: #373c43;
  box-shadow: 0 3px 6px rgba(55, 60, 67, 0.4);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: #c9b29c #fcf7f0;
  scrollbar-width: thin;
  display: none;
}
#popup-house::-webkit-scrollbar {
  width: 5px;
  height: 100%;
  background-color: #c9b29c;
}
#popup-house::-webkit-scrollbar-thumb {
  background-color: #c9b29c;
}
#popup-house h2 {
  color: #007762;
}
#popup-house img {
  margin-right: 15px;
}
#popup-house p {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 4px;
}

#close-popup-house {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  -ms-transition: all ease 1s;
  -o-transition: all ease 1s;
}
#close-popup-house svg {
  width: 100%;
}
#close-popup-house svg:hover .st0 {
  fill: #373c43;
}

.fiche-house {
  display: none;
}

#module-labyrinthe {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: calc(100vh - 80px - 60px);
  margin-top: 80px;
}

#map {
  display: block;
  width: 45%;
  position: relative;
}
#map img {
  width: 100%;
}
#map svg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#info-map {
  display: block;
  width: calc(55% - 30px);
  height: 100%;
  margin-left: 15px;
  padding-right: 15px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: #c9b29c #fcf7f0;
  scrollbar-width: thin;
}
#info-map::-webkit-scrollbar {
  width: 5px;
  height: 100%;
  background-color: #c9b29c;
}
#info-map::-webkit-scrollbar-thumb {
  background-color: #c9b29c;
}
#info-map > div {
  display: none;
  padding-left: 15px;
  border-left: 1px solid #c9b29c;
}
#info-map > div ul {
  margin-top: -10px;
  padding-left: 20px;
}
#info-map > div .cta {
  margin-right: 10px;
  margin-bottom: 5px;
}
#info-map > div .chrono {
  display: inline-block;
  margin-top: -5px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 13px 5px;
  background-color: #a32020;
  border-radius: 4px;
  text-align: center;
  color: #fcf7f0;
  font-family: "gotham-bold", "arial", "helvetica", "sans-serif";
  font-size: 16px;
  line-height: 20px;
}

footer {
  display: block;
  width: calc(100% - 30px);
  margin-top: 30px;
  padding: 10px 15px;
  background-color: #fcf7f0;
  text-align: center;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 850;
}
footer p, footer a {
  margin: 0;
  color: #373c43;
  font-family: "gotham", "arial", "helvetica", "sans-serif";
  font-size: 14px;
  line-height: 18px;
}

@media (max-width: 1200px) {
  .fiche-trombi {
    width: calc(14.2857142857% - 15px);
  }
  #map {
    width: 60%;
  }
  #info-map {
    width: calc(40% - 30px);
  }
}
@media (max-width: 1000px) {
  .fiche-inventaire {
    width: calc(33.3333333333% - 15px);
    margin-right: 15px;
  }
  .fiche-trombi {
    width: calc(20% - 15px);
  }
  #map {
    width: 65%;
  }
  #info-map {
    width: calc(35% - 30px);
  }
}
@media (max-width: 960px) {
  #qui-habite-ou {
    display: flex;
    flex-direction: column;
  }
  #qui-habite-ou > div:nth-child(1) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #qui-habite-ou > div:nth-child(2) {
    width: 100%;
  }
  .fiche-trombi {
    width: calc(33.3333333333% - 15px);
  }
  #map {
    width: 70%;
  }
  #info-map {
    width: calc(30% - 30px);
  }
}
@media (max-width: 600px) {
  #header > div:nth-child(1) {
    width: 80px;
  }
  #header > div:nth-child(1) img {
    width: 100%;
    height: auto;
  }
  #header > div:nth-child(2) {
    width: calc(100% - 80px - 38px - 58px - 15px);
  }
  .two-col {
    flex-direction: column;
  }
  .two-col > a {
    margin-right: 0;
  }
  .two-col > a > img {
    width: 100%;
    height: auto;
  }
  .two-col > img {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .champs-reponse input {
    margin-bottom: 10px;
  }
  #reponse {
    width: calc(100% - 28px);
    margin-bottom: 5px;
  }
  .aventure-tem {
    flex-direction: column;
    align-items: flex-start;
  }
  .aventure-tem img {
    height: 120px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .fiche-inventaire {
    width: 100%;
    margin-right: 0;
  }
  .fiche-trombi {
    width: calc(50% - 15px);
  }
  #module-labyrinthe {
    width: calc(100% - 15px);
    flex-direction: column-reverse;
    height: auto;
    margin-bottom: 55px;
  }
  #map {
    width: 100%;
  }
  #info-map {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
  #popup-trombi {
    flex-direction: column;
    flex-wrap: nowrap;
    max-height: 60vh;
  }
  #popup-trombi > div:nth-child(2) {
    width: 50%;
    margin-right: 0;
  }
  #popup-house {
    max-height: 60vh;
  }
  #popup-house img {
    margin-right: 0;
    margin-bottom: 15px;
  }
  #popup-house p {
    flex-direction: column;
  }
}/*# sourceMappingURL=main.css.map */