/* Rendre toutes les images des tableaux TablePress responsives */
.tablepress img {
	max-width: 100% !important;
	height: auto !important;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.tablepress {
	width: 100% !important;
	table-layout: auto;
}

/* centrer les textes dans les lignes TablePress */
.tablepress-id-2 thead th {
	text-align: center;
	color: #9b59b6; /* Change le texte en mauve */
	vertical-align: middle;
	background-color: #f0f0f0; /* Ajoute un fond gris clair discret */
}