legende-couleurul.lot, ul.legende {
  display: table;
  width: 100%;
  table-layout: fixed;
}

ul.lot {
  cursor: pointer;
  display: table;
  table-layout: fixed;
  width: 100%;
}

ul.lot li, ul.legende li {
  display: table-cell;
  transition-duration: 0.4s;
  overflow: hidden;
}

ul.legende li:nth-child(1), ul.lot li:nth-child(1) { width: 2%; }
ul.legende li:nth-child(2), ul.lot li:nth-child(2) { width: 4%; }
ul.legende li:nth-child(3), ul.lot li:nth-child(3) { width: 6%; }
ul.legende li:nth-child(4), ul.lot li:nth-child(4) { width: 13%; }
ul.legende li:nth-child(5), ul.lot li:nth-child(5) { width: 13%; }
ul.legende li:nth-child(6), ul.lot li:nth-child(6) { width: 13%; }
ul.legende li:nth-child(7), ul.lot li:nth-child(7) { width: 13%; }
ul.legende li:nth-child(8), ul.lot li:nth-child(8) { width: 6%; }
ul.legende li:nth-child(9), ul.lot li:nth-child(9) { width: 10%; }
ul.legende li:nth-child(10), ul.lot li:nth-child(10) { width: 5%; }
ul.legende li:nth-child(11), ul.lot li:nth-child(11) { width: 5%; }
ul.legende li:nth-child(12), ul.lot li:nth-child(12) { width: 5%; }
ul.legende li:nth-child(13), ul.lot li:nth-child(13) { width: 5%; }

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

ul.lot li p {
  font-family: 'sans-light', sans-serif;
  font-size: 0.85vw;
  line-height: 1.2vw;
  padding: 10px;
}

ul.legende li p {
  font-family: 'sans-light', sans-serif;
  font-size: 11px;
  line-height: 14px;
  padding: 4px 10px;
}

ul.lot li:nth-child(5) p,
ul.lot li:nth-child(6) p,
ul.lot li:nth-child(7) p { font-family: 'sans-bold', sans-serif; }

ul.lot li:nth-child(2) p,
ul.lot li:nth-child(9) p,
ul.lot li:nth-child(10) p,
ul.lot li:nth-child(11) p { font-family: 'sans-regular', sans-serif; }

ul.legende li:nth-child(8) p, ul.lot li:nth-child(8) p { text-align: center; }

ul.legende li:nth-child(10) p, ul.lot li:nth-child(10) p,
ul.legende li:nth-child(11) p, ul.lot li:nth-child(11) p,
ul.legende li:nth-child(12) p, ul.lot li:nth-child(12) p,
ul.legende li:nth-child(13) p, ul.lot li:nth-child(13) p { text-align: center; }

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

ul.lot li, ul.legende li {
  border-bottom: 1px solid var(--color-projet-corpo);
} ul.lot li:nth-child(1), ul.legende li:nth-child(1) { border-bottom: none; }

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

ul.lot li:nth-child(1) p span {
  display: inline-block;
  width: 6px;
  height: 20px;
  vertical-align: middle;
}

ul.lot li.dispo p span { background-color: var(--color-projet-dispo); }
ul.lot li.reser p span { background-color: var(--color-projet-reser); }
ul.lot li.vendu p span { background-color: var(--color-projet-vendu); }

ul.lot li:nth-child(14) span {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: white;
  box-shadow: inset 0 0 0 1px var(--color-projet-corpo);
  vertical-align: middle;
}

ul.lot li:nth-child(14).active span {
  background-color: var(--color-projet-corpo);
  background-image: url('../svg/pictogramme-coche.svg');
  background-size: 80%;
  background-position: center;
}

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

ul.legende-couleur li {
	display: table-row;
	text-align: right;
}

ul.legende-couleur li p {
	text-align: right;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0;
}

ul.legende-couleur li.dispo p { color: var(--color-projet-dispo); }
ul.legende-couleur li.reser p { color: var(--color-projet-reser); }
ul.legende-couleur li.vendu p { color: var(--color-projet-vendu); }

ul.legende-couleur li p span {
	display: inline-block;
	width: 20px;
	height: 5px;
	margin: 0 10px 0 0;
	vertical-align: middle;
}

ul.legende-couleur li.dispo p span { background-color: var(--color-projet-dispo); }
ul.legende-couleur li.reser p span { background-color: var(--color-projet-reser); }
ul.legende-couleur li.vendu p span { background-color: var(--color-projet-vendu); }

/* LISTE TELECHARGEMENT */

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

ul.liste-export li {
  display: table-row;
  text-align: right;
  cursor: pointer;
}

ul.liste-export li p {
  text-align: right;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  padding: 5px 0;
  font-family: 'sans-regular', sans-serif;
}

ul.liste-export li p span {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url('../svg/pictogramme-dl-color.svg');
  background-size: 100%;
  background-position: center;
  margin: 0 5px 0 0;
  transition-duration: 0.4s;
}

ul.liste-export li:hover p span {
  margin: 0 8px 0 0;
}

/* RECAPITULATIF */

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

#recapitulatif-contenu.active {
  bottom: 0px;
}

#recapitulatif {
  position: relative;
  box-shadow: 0 -10px 0 0px var(--color-projet-corpo);
  padding: 40px;
}

#recapitulatif ul li p {
  word-spacing: 0px;
}

#recapitulatif table {
  margin: 0 auto;
}

#recapitulatif table tr td {
  border: 1px solid var(--color-projet-corpo);
  padding: 4px 8px;
}

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

#recapitulatif table tr td:nth-child(2) p,
#recapitulatif table tr td:nth-child(4) p {
  font-size: 18px;
  line-height: 22px;
  padding: 0 20px 0 2px;
}

a#recapitulatif-close {
  position: absolute;
  top: 0px;
  right: 0;
  width: 70px;
  height: 70px;
  background-size: 30px;
  background-position: center;
  transition-duration: 0.6s;
  background-image: url('../svg/pictogramme-close.svg');
  background-color: var(--color-projet-corpo);
}

a#recapitulatif-close:hover {
  width: 100px;
}

