.form-check-label{
  font-size: 18px;
}

.user-display-bg{
	max-height: 100px;
}

.nom-ayant-droit{
	font-size: 1.1rem;
	font-weight: 600;
}

.disabled-back{
	background-color: #eee;
}
.dataTables_scroll {
    overflow: visible !important;
}
/*.dataTables_scrollBody {*/
/*    overflow-x: auto !important; !* garder le scroll horizontal *!*/
/*    overflow-y: visible !important; !* autoriser le dropdown à dépasser en vertical *!*/
/*}*/
.dataTables_scrollBody {
    max-height: none !important;
    height: auto !important;
    overflow-y: visible !important;
}
