/* Here, the content of the common custom CSS defined into Home - Setup - Display - CSS*/
.div-table-responsive,
.div-table-responsive-no-min {
	max-height: calc(100vh - 230px);
	overflow-y: auto;
}

.liste_titre th {
	background-color: #e1e1e1;
	position: sticky;
	top: 0;
	z-index: 3;
}

table.liste tfoot th,
table.liste tfoot td,
table.liste tr.liste_total th,
table.liste tr.liste_total td {
	position: sticky;
	bottom: 0;
	z-index: 3;
	background-color: #f5f5f5;
}