@font-face {
  font-family: "TL";
  src: url("../resources/fonts/TL.ttf");
}

@font-face {
  font-family: "Snow";
  src: url("../resources/fonts/Snow.ttf");
}

@font-face {
  font-family: "HH";
  src: url("../resources/fonts/HH.ttf");
}

body {
  background: url("../resources/img/background1.jpg") fixed center top no-repeat;
  background-size: cover;
  margin: 0px;
}

body #navbar {
  padding-top: 50px;
  text-align: center;
}

body #navbar > a {
  display: inline-block;
  width: 550px;
}

body #navbar > a img {
  max-width: 100%;
  height: auto;
}

body #navbar #music {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  font-size: 3rem;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100px;
  height: 100px;
  line-height: 100px;
  color: white;
}

@media screen and (max-width: 700px) {
  body #navbar #music {
    display: none;
  }
}

body #navbar #info {
  margin-top: 20px;
}

body #corps {
  display: inline-block;
  height: auto;
  width: 65%;
  background-size: cover;
  padding: 1%;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 50px;
  margin-left: 12%;
  margin-top: 20px;
  opacity: 0.9;
  border-radius: 10px;
  box-shadow: 6px 6px 6px #000;
  color: silver;
  background-color: black;
  font-size: 3em;
  font-size: large;
  text-align: justify;
  font-weight: bold;
  font-family: "HH";
  border: 1px solid #272d4b;
  margin-bottom: 50px;
}

body #corps .choix {
  font-family: "Snow";
  text-decoration: none;
  color: black;
  font-size: 1.2em;
  display: inline-block;
  background-color: #9b9b9b;
  margin: 5px;
  padding-right: 3%;
  padding-left: 3%;
  border-radius: 10px;
  height: 10%;
  box-shadow: 6px 6px 6px #000;
  border: 1px solid #272d4b;
  text-align: center;
  font-weight: bold;
  padding: 10px;
}

body #corps .choix a {
  color: black;
}

body #corps .narration {
  font-family: "HH";
  font-size: 1.1em;
}

body #corps .citation {
  font-family: "HH";
  font-style: italic;
  font-size: 1.1em;
}

body #corps .interaction1 {
  font-size: 2em;
  font-style: italic;
  font-family: "HH";
  color: #0b610b;
}

body #corps .interaction2 {
  font-size: 1.7em;
  font-style: italic;
  font-family: "HH";
  color: #0b610b;
}

body #corps .interaction3 {
  font-size: 1.5em;
  font-style: italic;
  font-family: "HH";
  color: #0b610b;
}

body #corps .interaction4 {
  font-size: 1.3em;
  font-style: italic;
  font-family: "HH";
  color: #0b610b;
}

body #corps .interaction5 {
  font-size: 1em;
  font-style: italic;
  font-family: "HH";
  color: #0b610b;
}

body #corps .interaction6 {
  font-size: 1em;
  font-style: italic;
  font-family: "HH";
  color: #0b610b;
}

#title {
  text-align: center;
  padding-bottom: 20px;
  opacity: 0.8;
}

img {
  max-width: 100%;
  height: auto;
}

span.nav {
  display: inline-block;
  background-color: black;
  padding-left: 3%;
  padding-right: 3%;
  border-radius: 10px;
  height: 10%;
  box-shadow: 6px 6px 6px #000;
  border: 1px solid #272d4b;
}

a.myclass {
  font-size: 2em;
  color: silver;
  font-family: "TL";
  text-decoration: none;
}

h1 {
  font-family: "Snow";
  font-size: 3em;
  text-align: center;
  color: #b81c1c;
}

#ambiance {
  display: inline-block;
  background-color: black;
  opacity: 0.8;
  border-bottom-right-radius: 10px;
  border: 1px solid #272d4b;
  padding: 10px;
}

#info {
  text-align: center;
}

div#F11 {
  display: inline-block;
  border: 1px solid #272d4b;
  font-family: "Snow";
  color: white;
  padding-right: 10%;
  padding-left: 10%;
  text-transform: uppercase;
  background-color: black;
  opacity: 0.8;
  text-align: center;
  position: center;
  border-radius: 25px;
}

div#basdepage {
  height: 20px;
}
 

 /*# sourceMappingURL= index.css.map */