﻿.table-des-surfaces {
	display: table;
	width: 100%;
}

	.table-des-surfaces > div {
		display: table-row;
	}

		.table-des-surfaces > div.tds-entete {
			background-color: var(--couleur1);
			color: var(--couleurTexteClair);
			font-weight: bold;
			font-size: 1.1em;
		}

			.table-des-surfaces > div.tds-entete > span {
				border-top: 2px solid black;
				border-bottom: 2px solid black;
			}

				.table-des-surfaces > div.tds-entete > span:first-child {
					border-left: none;
				}

				.table-des-surfaces > div.tds-entete > span:last-child {
					border-right: none;
				}

		.table-des-surfaces > div.tds-sous-lot {
			background-color: #EFF7FF;
			color: darkgray;
			font-size: 0.9em;
		}

		.table-des-surfaces > div > span:first-child {
			white-space: nowrap;
		}

		.table-des-surfaces > div > span:first-child {
			border-left: none;
		}

		.table-des-surfaces > div > span:last-child {
			border-right: none;
		}

		.table-des-surfaces > div.tds-lot {
			background-color: none;
		}

			.table-des-surfaces > div.tds-lot > span {
				border-bottom: 2px solid black;
			}

		.table-des-surfaces > div.tds-cellule {
			background-color: #C9E4FF;
			/*font-weight: bold;*/
		}

			.table-des-surfaces > div.tds-cellule > span {
				border-bottom: 2px solid black;
			}

		.table-des-surfaces > div > span {
			display: table-cell;
			padding: 5px 10px;
		}

.tds-loyer-unite, .tds-prix-unite, .tds-loyer-charges-unite, .tds-coworking-places {
	font-size: 0.7em;
}
