ul.legende {
  display: none;
}

ul.lot {
  margin: 0 0 60px 0;
  border-top: 10px solid var(--color-projet-corpo);
  border-bottom: 10px solid var(--color-projet-corpo);
}

ul.lot li {
  display: inline-block;
}

ul.lot li:nth-child(5) p span {
    display: inline-block;
    margin-left: 10px;
    font-size: 100%;
    font-family: 'light', sans-serif;
}

ul.lot li:nth-child(1) { width: 0%; }
ul.lot li:nth-child(2) { width: 15%; }
ul.lot li:nth-child(3) { width: 30%; }
ul.lot li:nth-child(4) { width: 55%; }

ul.lot li:nth-child(5) { width: 50%; text-align: center; }
ul.lot li:nth-child(6) { width: 50%; text-align: center; }
ul.lot li:nth-child(7) { width: 50%; text-align: center; }
ul.lot li:nth-child(8) { width: 50%; text-align: center; }

ul.lot li:nth-child(9) { width: 100%; text-align: center; }

ul.lot li:nth-child(10) { width: 25%; }
ul.lot li:nth-child(11) { width: 25%; }
ul.lot li:nth-child(12) { width: 25%; }
ul.lot li:nth-child(13) { width: 25%; }

ul.lot li:nth-child(14) { width: 100%; text-align: center; }


select.select-admin {
  padding: 20px 0px 20px 0px;
  box-shadow: inset 0 1px 0 0 var(--color-projet-gris);
  background-position: calc(100%) center;
  width: 100%;
  margin: 10px 0 0 0%;
  position: relative;
}

ul.lot.active li {
  border-bottom: 1px solid var(--color-projet-corpo);
  border-top: none;
}


ul.lot li p {
  font-size: 3vw;
  line-height: 3.4vw;
}

#recapitulatif-contenu {
  position: fixed;
  bottom: -100vh;
  left: 50%;
  background-color: white;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  transition-duration: 0.4s;
  word-spacing: 0px;
  box-shadow: inset 0 0 0 10px var(--color-projet-corpo);
}

#recapitulatif-contenu table {
  width: 100%;
  table-layout: fixed;
}

#recapitulatif table tr td:nth-child(1) { width: 30%; }
#recapitulatif table tr td:nth-child(2) { width: 70%; }

#recapitulatif table tr td:nth-child(1) p {
  font-size: 2vw;
  line-height: 2.4vw;
  letter-spacing: 0px;
  padding: 0 10px 0 0px;
}

#recapitulatif table tr td:nth-child(2) p {
  font-size: 3vw;
  line-height: 3.4vw;
  padding: 0 20px 0 2px;
}

a#recapitulatif-close {
  position: absolute;
  top: calc(100% - 140px);
  background-image: url('../svg/pictogramme-close.svg');
  background-color: var(--color-projet-corpo);
}

/* LISTE LEGENDES */

ul.legende-couleur {
  display: table;
  table-layout: fixed;
  width: 100%;
}

ul.legende-couleur li {
  display: table-cell;
  text-align: right;
  width: calc(100% / 3);
}

/* LISTE TELECHARGEMENT */

ul.liste-export {
  display: table;
  table-layout: fixed;
  width: 100%;
  box-shadow: inset 0 1px 0 0 var(--color-projet-gris);
  padding: 10px 0;
  left: 0px;
  margin: 10px 0 0 0%;
}

ul.liste-export li {
  display: table-cell;
  text-align: right;
  cursor: pointer;
  width: 50%;
}

