body.selecteur {background-color: #fff;}

#contenu-visuel {
  position: fixed;
  width: 90vw;
  margin: 0 5vw;
  height: 30vh;
  bottom: 0px;
  min-height: 200px;
  z-index: 1000;
  box-shadow: 0 0 0 5vw white, inset 0 0 0 2px rgba(0,0,0,0.8);
  overflow: hidden;
  background-color: grey;
}

#contenu-webgl {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#loader-webgl {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #f7f7f7;
}

#contenu-navigation {
  position: relative;
  width: 60%;
  padding: 50px 0 20px 0;
  margin: 0 20%;
  top: 0px;
  z-index: 10000;
}

#contenu-droite {
  position: absolute;
  height: auto;
  margin: 20px 5vw 0 5vw;
  width: 90vw;
  border-bottom: 33vh solid white;
}

#contenu-client {
  display: none;
}

/* BOITE SURVOL */

#boite-survol { display: none; }

/* LISTE LOT */

.lot {
  background-color: white;
  transition-duration: .4s;
  cursor: pointer;
  margin: 14px 0;
}

p.numero-lot {
  width: 50px;
  height: 50px;
  background-color: white;
  font-size: 14px;
  line-height: 44px;
}

p.numero-lot:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  bottom: -8px;
  left: 12px;
  border-radius: 50%;
  background-image: url('../svg/picto-selecteur-fleche-blanche.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}

table.info-principal td {
  font-size: 12px;
  line-height: 14px;
  padding: 8px 5px;
  letter-spacing: 1px;
}

table.info-secondaire td {
  width: auto;
  height: auto;
  vertical-align: middle;
  font-family: 'bold', sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  text-transform: uppercase;
}
