#selecteur {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
}

#selecteur-gauche, #selecteur-droite {
  position: relative;
  flex: 1;
  box-shadow: inset 0 0 0 0px blue;
}

#selecteur-gauche {
  flex: 0 0 70%;
  overflow: scroll;
  -ms-overflow-style: none !important; scrollbar-width: none !important;
  padding-left: 8vw;
  padding-right: 8vw;
}

#selecteur-droite {
  box-shadow: inset 0 10px 0 0 var(--color-gris-fonce);
}

/* TABLE */

table.lot tr td p {
  font-size: 2.7vw !important;
  line-height: 3.4vw;
}

table.lot tr td p i {
  font-size: 1.5vw;
  line-height: 3vw;
}

/* MENU */

ul#menu-selecteur li:first-of-type p img {
  display: inline-block;
  width: 30vw;
}

/* FILTRES */

#bloc-filtres ul li:first-of-type p {
  font-size: 4vw;
}

#bloc-filtres ul li p {
  padding: 10px 0;
  font-size: 2.8vw;
  line-height: 3.8vw;
}

#bloc-filtres ul li p sup {
  font-size: 1.5vw;
}

#menu-filtres li p {
  font-size: 2vw;
  line-height: 2.2vw;
}

#menu-filtres li:last-of-type p img {
  width: 3.6vw;
}

a.validation-filtres {
  padding: 2.2vw 0 2.2vw 0;
  font-size: 2.8vw;
}

p.selecteur-legende {
  text-transform: uppercase;
  font-size: 2.2vw;
  line-height: 2.8vw;
  color: var(--color-gris-moyen);
}
