html, body {
  max-height: 100vh;
  max-width: 100vw;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  background-color: #1b132a;
  overflow: hidden !important;
}
#logomain {
  position: fixed;
  top: 15px;
  left: 45px;
  padding: 0;
  margin: 0;
  width: 77px;
  height: 60px;
  cursor: pointer;
}
/* partie droite */
#dashboardhaut {
  position: fixed;
  padding: 0;
  margin: 0;
  top: 30px;
  left: 132px;
  /*min-width:800px;*/
}
#dashboardhaut h1 {
  font-size: 1.000em;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
#dashboardhaut p {
  font-size: 0.880em;
  line-height: 15px;
  margin: 0 0 0 0;
  padding: 0;
}
/* full */
#full, #local, #place, #disttot {
  cursor: pointer;
  font-size: 0.880em;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* frames */
iframe {
  border: 0;
  margin: 0 0 0 0;
  padding: 0;
  background-color: black;
}
.dropzone {
  position: fixed;
  width: 100%;
  height: 100%;
  border: none;
}
/* MENU */
#logomenu {
  position: fixed;
  right: 20px;
  top: 15px;
  z-index: 777;
  cursor: pointer;
}
#apropos {
  margin: 20px 0 0 0;
  height: 0;
  overflow: hidden;
  /* border: 1px solid red;*/
}
#menu {
  position: absolute;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: 40vw;
  height: 100vh;
  top: 0;
  left: 60vw;
  margin: 0 0 0 0;
  background-color: #1b132a;
  color: #bfcad8;
  overflow: hidden;
}
.menuitem {
  cursor: pointer;
}
#map{
	margin-top: 20px !important;
}
#debut {
	margin-top: 20px !important;
}
#menu h4 {
  display: block;
  margin: 0;
  padding: 0 80px 0 20px;
  font-weight: 700;
  font-size: 4em;
  line-height: 0.8em;
  text-align: left;
  text-transform: uppercase;
}
#menu h3 {
  margin: 20px 0 0 0;
  padding: 0 80px 20px 20px;
  font-weight: 700;
  font-size: 2em;
  line-height: 0.9em;
  text-align: left;
  text-transform: uppercase;
}
#menu h1 {
  margin: 0;
  padding: 0 80px 20px 20px;
  font-weight: 700;
  font-size: 2em;
  line-height: 1em;
  color: #ffff00;
  text-transform: uppercase;
}
#menu h2 {
  margin: 0;
  padding: 0 80px 20px 20px;
  font-weight: 700;
  font-size: 5em;
  line-height: 1em;
}
#menu p {
  margin: 0;
  padding: 0 80px 20px 20px;
  font-weight: 400;
  font-size: 1.5em;
  text-align: left;
}
/* SPLASH */
#splash {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#insidesplash {
  position: absolute;
  /*border: solid #ff0000 1px;*/
}
#insidesplash p {
  text-align: center;
  font-size: 1.125em;
}
@media only screen and (orientation: landscape) {
  #logomenu, #menu, .dropzone, #dashboardhaut, #logomain {
    display: block;
  }
  #splash {
    display: none;
  }
}
@media only screen and (orientation: portrait) {
  #logomenu, #menu, .dropzone, #dashboardhaut, #logomain {
    display: none;
    overflow: hidden !important;
  }
  #splash {
    display: flex;
  }
}
hr {
  color: #ffff00;
  width: 50%;
  padding: 0 0 0 0;
  margin: 60px auto 60px auto;
  opacity: 1;
}
/* TEXT DASHBOARD */
.dashboardseparation {
  font-size: 1.000em;
  font-weight: 400;
}
/* TEXT STYLES */
.orangefontsolo {
  color: #ffc673;
}
.bluefontsolo {
  color: #00ffec;
}
.violetfontsolo {
  color: #7777fc;
}
.yellowfontsolo {
  color: #ffff00;
}
.greyfontsolo {
  color: #bfcad8;
}
/* TEXT STYLES BACK */
.orangefont {
  color: #ffc673;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 5px 0 5px;
}
.bluefont {
  color: #00ffec;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 5px 0 5px;
}
.violetfont {
  color: #7777fc;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 5px 0 5px;
}
.yellowfont {
  color: #ffff00;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 5px 0 5px;
}
.greyfont {
  color: #bfcad8;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 5px 0 5px;
}
.indice {
  font-size: 0.880em;
  line-height: 12px;
  vertical-align: super;
}
.orange {
  background: #ffc673;
  border: 0;
  color: #ffff00;
}
.blue {
  background: #00ffec;
  border: 0;
  color: #2c0559;
}
.violet {
  background: #7777fc;
  border: 0;
  color: #ffff00;
}
.yellow {
  background: #ffff00;
  border: 0;
  color: #7777fc;
}
#scrollup{
	display: block;
	cursor: pointer;
	margin-top: 50px;
}