@font-face {
  font-family: "gotham-book";
  src: url("../fonts/Gotham-Book.otf") format("truetype");
}
@font-face {
  font-family: "gotham-bold";
  src: url("../fonts/GothamSSm_Bold.woff") format("woff2");
}
@font-face {
  font-family: "gotham-light";
  src: url("../fonts/Gotham-Light.otf") format("truetype");
}
@font-face {
  font-family: "gotham-ultra";
  src: url("../fonts/Gotham-Ultra.otf") format("truetype");
}
@font-face {
  font-family: "sabon-bold";
  src: url("../fonts/SabonLTStd-Bold.otf") format("truetype");
}
@font-face {
  font-family: "sabon-italic";
  src: url("../fonts/SabonLTStd-Italic.otf") format("truetype");
}
@font-face {
  font-family: "sabon-roman";
  src: url("../fonts/SabonLTStd-Roman.otf") format("truetype");
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: gotham-book;
  box-sizing: border-box;
  color: #051e43;
}

h1, h2, h3, h4, h5, h6 {
  font-family: gotham-book;
}

a {
  color: #a07863;
}

button, .btn-f {
  font-family: gotham-bold;
  border: none;
  border-radius: 0;
  padding: 10px 40px;
  font-size: 1.5rem;
  transition: background-color 0.8s ease;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  background-color: #ddae42;
}

button:hover, .btn-f:hover {
  background: #2c394a;
  color: #ffffff;
  cursor: pointer;
}

.container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #333;
  cursor: move;
}
.container .scene {
  position: absolute;
  width: auto;
  height: auto;
  display: none;
}
.container .scene .map_question .places {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
}
.container .scene img {
  z-index: 1;
  position: relative;
}

.logo {
  position: absolute;
  z-index: 100;
  width: 80px;
  height: 80px;
  top: 40px;
  left: 40px;
}
.logo img {
  width: 100%;
}

.boussole {
  position: absolute;
  z-index: 100;
  width: 134px;
  height: 137px;
  bottom: 40px;
  left: 16px;
}
.boussole img {
  width: 100%;
}

.mappavini {
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 100;
  bottom: 40px;
  left: 40px;
}
.mappavini img {
  width: 100%;
}

.svg-container {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

.question {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  overflow-y: auto;
  padding: 80px 0;
  overflow-y: scroll;
  justify-content: center;
}
.question .question_container {
  margin-bottom: 40px;
}
.question .btn-play {
  margin-bottom: 40px;
}
.question h3 {
  color: #051e43;
  font-size: 3rem;
  font-family: gotham-bold;
  margin: 140px 0;
}
.question h3 span {
  color: #051e43;
  font-family: gotham-bold;
}
.question .question_question {
  font-size: 1.5rem;
  width: 800px;
  margin-bottom: 80px;
}

.hover_infos {
  z-index: 4999;
  background: rgba(0, 0, 0, 0.4);
  width: 50%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  color: white;
  padding: 10px;
  margin-top: 40px;
}
.hover_infos h3 {
  font-family: sabon-bold;
  color: white;
  font-size: 25px;
  margin-bottom: 5px;
}
.hover_infos h4 {
  font-family: sabon-roman;
  color: white;
  font-size: 18px;
}

.carterine {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
}
.carterine img {
  width: 100%;
}

.reponse {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  overflow-y: auto;
  padding: 40px auto;
  /* align-items: center; */
  /* overflow: scroll; */
}
.reponse .reponse_video {
  display: none;
}
.reponse .reponse_container {
  margin: 0 auto;
}
.reponse .reponse_region {
  margin-top: 50px;
}

.container-infos {
  width: 800px;
}
.container-infos img {
  max-width: 100%;
  max-height: 500px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.container-infos video {
  max-width: 100%;
  max-height: 500px;
  margin-bottom: 40px;
}
.container-infos h2 {
  text-transform: uppercase;
  margin-bottom: 50px;
  font-size: 1.3rem;
}
.container-infos .buttons {
  margin-bottom: 50px;
}
.container-infos .reponse_commune {
  font-style: italic;
  font-size: 1.4rem;
  margin: 40px 0 0;
}
.container-infos .score_commune {
  font-style: italic;
  font-size: 1.4rem;
  margin: 20px 0 0;
}
.container-infos .reponse_site {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.container-infos .reponse_texte {
  margin-bottom: 20px;
}
.container-infos .reponse_is {
  margin-bottom: 80px;
}
.container-infos .score_site {
  font-size: 1.5rem;
  font-weight: bold;
}
.container-infos .score_texte {
  text-align: left;
  font-size: 1rem;
  margin: 10px 0 40px 0;
}
.container-infos .score_msg {
  font-family: gotham-bold;
  color: #051e43;
  font-size: 3rem;
  margin-top: 40px;
}
.container-infos .score_msg_answer {
  /*color: $violet;
  text-transform: uppercase;*/
  font-size: 1.2rem;
  font-weight: bold;
  margin: 20px 0;
}

.score {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  overflow-y: auto;
}

.zoom_button {
  position: absolute;
  z-index: 100;
  bottom: 40px;
  right: 40px;
  display: flex;
}
.zoom_button .btn-control {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 0;
  margin-left: 10px;
}
.zoom_button .btn-control img {
  max-width: 100%;
  max-height: 100%;
}
.zoom_button .show_carterine {
  padding: 10px;
}

.loading-quest {
  z-index: 5000;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #051e43;
}

.preload {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 80px 0;
  overflow-y: scroll;
}
.preload video {
  margin: 40px 0;
}
.preload .preload-content {
  position: relative;
  padding: 20px 20px 100px;
  min-width: 100px;
  max-width: 800px;
  text-align: center;
}
.preload .preload-content h1 {
  font-size: 2rem;
  font-weight: bold;
  font-family: gotham-bold;
  margin-bottom: 80px;
}
.preload .preload-content p {
  margin-bottom: 20px;
  font-size: 1.5rem;
}
.preload .preload-content .buttons {
  margin-top: 80px;
  margin-bottom: 50px;
}

#scene1 {
  display: block;
}

.loading {
  z-index: 5000;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: white;
  background-size: cover;
  background-position: center;
  background-image: url("../images/insideburgundy.jpg");
}
.loading h4 {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 40px;
}
.loading h2 {
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 20px;
  font-family: gotham-bold;
  text-transform: uppercase;
}
.loading h3 {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 40px;
}
.loading img {
  height: 20vh;
  margin-bottom: 40px;
}
.loading .msg_intro {
  text-align: center;
}
.loading .msg_intro_2 {
  display: none;
}

.content header {
  position: relative;
  background-image: url("../images/insideburgundy.jpg");
  background-size: cover;
  background-position: center;
  height: 150px;
  padding: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content header img {
  position: absolute;
  left: 40px;
  top: 40px;
  height: 70px;
}
.content header h1 {
  color: #ffffff;
  font-family: gotham-bold;
  font-size: 2rem;
}

.quest-texte {
  margin: 60px auto;
  width: 600px;
}
.quest-texte p {
  margin-bottom: 40px;
}
.quest-texte .buttons {
  text-align: center;
}

.quest-full {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  height: 80vh;
}
.quest-full:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/chateau-du-clos-de-vougeotnb.jpg");
  background-size: cover;
  background-position: center;
  filter: grayscale(100%);
}
.quest-full-content {
  background-color: #2c394a;
  text-align: center;
  padding: 60px 20px;
  color: #fff;
  z-index: 2;
}
.quest-full-content h2 {
  font-family: gotham-bold;
  color: #ddae42;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.quest-full-content h3 {
  color: #fff;
}

.quest-inter {
  height: 10px;
  background-color: #ddae42;
  margin: 20px 0;
}

.quests {
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
  width: 800px;
  margin: 0 auto;
}
.quests p {
  margin-bottom: 10px;
}
.quests a:hover {
  color: #cccccc;
}
.quests .quest {
  display: flex;
  margin-top: 20px;
}
.quests .quest img {
  width: 400px;
}
.quests .quest a {
  text-decoration: none;
  color: #333;
}
.quests .quest .quest_info {
  padding: 0 20px 20px 20px;
}
.quests .quest .quest_info h3 {
  font-weight: bold;
  margin: 0 0 10px 0;
  font-size: 1.5rem;
}
.quests .quest .quest_info p {
  margin-bottom: 40px;
}

.more {
  width: 1020px;
  margin: 0 auto 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.more img {
  width: 100%;
}
.more .quest-next {
  float: left;
  width: 30%;
  margin-right: 20px;
  background-color: #2c394a;
}
.more .quest-next .desc {
  padding: 20px;
  text-align: center;
}
.more .quest-next .desc h2, .more .quest-next .desc a {
  font-family: gotham-bold;
  color: #ddae42;
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-decoration: none;
}
.more .quest-next .desc h3 {
  color: #fff;
}
.more .quest-next .desc span {
  color: #808080;
  font-size: 1.1rem;
  margin: 20px 0;
  display: block;
}

.footer {
  padding: 20px;
  text-align: center;
  font-size: 0.8rem;
}

/* Landscape phones and down */
@media (max-width: 480px) {
  button {
    padding: 10px 30px;
    font-size: 1rem;
  }

  .logo {
    top: 20px;
    left: 20px;
  }

  .boussole {
    bottom: 20px;
    left: 10px;
    width: 80px;
    height: 80px;
  }

  .mappavini {
    left: 20px;
  }

  .zoom_button {
    right: 20px;
  }
  .zoom_button .btn-control {
    width: 35px;
    height: 35px;
  }

  .container-infos {
    width: 100%;
    padding: 0 20px;
  }

  .question h3 {
    margin: 80px 20px;
  }
  .question .question_question {
    width: 100%;
    padding: 0 20px;
  }

  .preload .btn-f {
    font-size: 0.9rem;
    line-height: 3rem;
  }

  .content header {
    text-align: right;
    justify-content: right;
    padding: 20px;
    height: 120px;
  }
  .content header img {
    top: 20px;
    left: 20px;
  }
  .content header h1 {
    font-size: 1.5rem;
  }

  .quest-full {
    height: 60vh;
  }
  .quest-full .quest-full-content h2 {
    font-size: 1rem;
  }

  .quest-texte {
    width: 100%;
    padding: 0 40px;
  }

  .more {
    width: 100%;
    padding: 20px;
  }
  .more .quest-next {
    float: left;
    width: 100%;
    margin-right: 0;
  }
}
/* Landscape phone to portrait tablet */
/* Portrait tablet to landscape and desktop */
/* Large desktop */
