/* navbar */
.navbar {
	background-color: #f2f2f2f2; 
	border-bottom: 4px solid #dee2e6;
}

/*Aligner le champ de recherche DataTable à gauche (il se trouve à droite par défaut) */
#langTable_wrapper > .row:first-child > .col-md-6:first-child {
	display: none;
}
#langTable_filter {
	text-align: left;
}

/* DataTable */
#langTable td {
	cursor: default;
}

#rightClickMenu {
	cursor: pointer;
	width: max-content;
	background-color: white;
	z-index: 1;
	border-radius: 4px;
	box-shadow: 2px 2px 2px #0006;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#rightClickMenu > ul > li:active {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}