#selecteur-tableau {
  margin-bottom: calc(50vh + 6px);
}

#selecteur-visuel {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 30vh;
  width: 100vw;
  z-index: 1000;
  background-color: white;
  border-top: 6px solid var(--color-gris-fonce);
  overflow: hidden;
}

#selecteur-visuel-fixe-etage img, #selecteur-visuel-fixe-appt svg {
  scale: 1.4;
}

#selecteur-visuel-filtres {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: -200vw;
  width: 100vw;
  height: 100vh;
  background-color: white;
  z-index: 1000;
  margin: 0;
  padding: 0;
  transition-duration: 0.6s;
} #selecteur-visuel-filtres.open { left: 0; }


#selecteur-visuel-filtres ul {
  margin: 2vh 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 0rem;
}

#selecteur-visuel-filtres ul li {
  position: relative;
  padding: 2vw 3vw;
  margin: 0.5vw;
  font-size: 3.3vw;
  line-height: 4.3vw;
  letter-spacing: 0.5vw;
}

#selecteur-visuel-filtres ul li.off {
  display: none;
  font-size: 3vw;
  line-height: 3vw;
}

#selecteur-visuel-filtres ul li.filtre::before {
  display: none;
}


p.alert-selecteur {
  font-size: 3vw;
  line-height: 4.6vw;
}

p.alert-selecteur img {
  width: 12vw;
}

table.lot tr td p {
  font-size: 4vw;
  line-height: 6.3vw;
}

table.lot tr td p i {
  font-size: 2vw;
  line-height: 2.6vw;
  letter-spacing: 0.2vw;
}

table.lot tr:nth-child(1) td:last-of-type p img {
  width: 14vw;
}

table.lot tr:nth-child(1) td:last-of-type p span {
  width: 1.8vw;
  height: 5.6vw;
}

.intercalaire-batiment p {
  font-size: 2.9vw;
  line-height: 5.9vw;
  letter-spacing: 2.5vw;
}

/* FORMULAIRE */

#fenetre-formulaire {
  position: fixed;
  top: -200vh;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  border: 2px solid var(--color-projet-tonique);
  box-shadow: 0 0 0 30px white;
} #fenetre-formulaire.active { top: 50%; }

#fenetre-formulaire-contenu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

p.intro-formulaire-demande {
  font-size: 3.4vw;
  line-height: 4.8vw;
}

table#tableauLotDemande tr td {
  font-size: 2vw;
  line-height: 2vw;
}

#fermeture-demande {
  width: 8vw;
  height: 8vw;
}

/**/

a.validation {
  display: inline-block;
  background-color: var(--color-projet-tonique);
  padding: 3vw 4vh;
  color: white;
  font-size: 3vw;
  line-height: 4vw;
  letter-spacing: 0.1vw;
  text-transform: uppercase;
  letter-spacing: 0.5vw;
  transition-duration: 0.4s;
  font-family: 'SansRegular', sans-serif;
  margin-top: 2vh;
  cursor: pointer;
} a.validation:hover { background-color: var(--color-projet-corpo); }

p.titre-filtre {
  font-family: 'SansRegular', sans-serif;
  font-size: 2.6vw;
  line-height: 3vw;
  letter-spacing: 1vw;
  text-transform: uppercase;
  margin-top: 2vh;
}

#boutons-filtres {
  position: absolute;
  top: 0vh;
  right: 0vh;
  width: 10vw;
  height: 10vw;
  background-color: var(--color-gris-fonce);
  cursor: pointer;
  background-image: url('../svg/picto-select-filtres.svg');
  background-position: center;
  background-size: 45%;
  background-repeat: no-repeat;
  transform: translateY(-6px);
}

/* LEGENDE */

ul#selecteur-legende {
  position: absolute;
  display: table;
  table-layout: fixed;
  bottom: 0px;
  left: 0px;
  width: 20%;
  height: 20%;
}

ul#selecteur-legende li {
  display: table-cell;
  vertical-align: middle;
  padding: 1vh;
}

ul#selecteur-legende li:nth-child(1) { width: 100%; text-align: center; }
ul#selecteur-legende li:nth-child(2) { display: none; }

ul#selecteur-legende li p img {
  width: 8vw;
}

/* FILTRES */

#selecteur-visuel-filtres ul li.filtre {
	box-shadow: inset 0 0 0 1px var(--color-gris-light);
	color: var(--color-gris-light);
}
