#sentencesTable table {
    margin: 1rem 0;
}

#sentencesTable th a {
    color: white;
    text-decoration: none;
}
#sentencesTable th {
    cursor: pointer;
}
#sentencesTable td, #sentencesTable th{
	font-size: 13px !important;
	border: 1px solid #ddd;
	width: 14.25%;
}
.sort-arrow {
    margin-left: 5px;
}
.derniereMiseAJour{
	display: none;
}
p.sentences-avertissement{
	font-size: 13px;
	margin-bottom: 2rem !important;
}
a.sentences-bouton-pdf[href$=".pdf"]{
	background: none !important;
	margin-right: 0 !important;
	padding-right: 0 !important;
	background-color: #223654 !important;
	color: #fff !important;
    font-size: 12px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px !important;
	font-weight: bold !important;
	text-decoration: none !important;
	transition: all 0.2s ease-out !important;
}
a.sentences-bouton-pdf[href$=".pdf"]:hover{
	background-color: #095797 !important;
}
/* Filter Form */
#filterForm {
    margin-bottom: 1rem;
}
#filterForm label {
    display: block;
    margin: 0.5rem 0;
}
#filterForm input[type="text"] {
    width: 100%;
    padding: 0.5rem;
    margin-top: 0.25rem;
}

#filterForm .filter-container {
	display: flex;
	gap: 20px;
}
#filterForm .filter-container label {
	font-size: 14px;#223654
}
#pagination{
	display: flex;
	gap: 20px;
	justify-content: flex-end;
}

/* Responsive for small screens */
@media screen and (max-width: 768px) {
	#filterForm .filter-container {
		flex-direction: column;
		gap: unset;
	}
	#pagination{
		display: none;
	}

}
