html {
  overflow: hidden;
  white-space: nowrap;
  user-select: none;
}

img {
  cursor: pointer;
  width: 150px;
}

a img {
  cursor: pointer;
  width: 70px;
}

#logo {
  position: absolute;
  top: 10px;
  right: 10px;
}

#logo img {
  width: 150px;
}

#nav {
  position: fixed;
  bottom:20px;
  left: 50%;
  min-width: 805px;
  background-color: RGBA(186,48,48,.9);
  transform: translate(-50%);
}

#nav ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}

#nav li {
  list-style-type: none;
}

#player-flat {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
}

#pano {
  position: absolute;
  z-index: 0;
}

#canvas {
  display: block;
  width: 100%;
  height: 100%;;
}

#etages {
  text-decoration: none;
  float: left;
}

#etages li {
  cursor: pointer;
  padding: 5px 10px 5px 10px;
  margin: 5px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #fff;
}

#switch-poz {
  margin: 10px;
  float: right;
}

#switch-poz img {
  padding: 1px;
}

#switch-poz img:hover {
  padding: 0px;
  border: 1px solid #fff;
}

#thumbs {
  margin-top: 13px;
}

#thumbs li{
  display: inline-block;
  vertical-align: middle;
  line-height: 25px;
}

.thumbActive {
  padding: 2px;
  border: 2px solid #fff;
}

.etActive {
  color: #BA3030;
  background-color: white;
  border: 1px solid #BA3030;
}

@media screen and (max-device-width: 640px) {
  #nav {
    width: 815px;
    zoom: 0.4;
  }
  
  #logo {
    zoom: 0.4;
  }
}