/*
Theme Name: MMI avril 2026
Theme URI: https://example.com/mmi-avril-2026
Description: Theme enfant pour les exercices MMI d'avril 2026.
Author: MMI
Template: twentytwentyone
Version: 1.0.0
Text Domain: mmi-avril-2026
*/

.bloc-merci {
	margin-top: 3rem;
	padding: 1.5rem;
	border: 2px solid #1f4d3f;
	border-radius: 12px;
	background-color: #eef7f2;
}

.bloc-merci h3 {
	margin-top: 0;
	margin-bottom: 0.75rem;
	color: #14352b;
}

.bloc-merci p {
	margin-top: 0;
	margin-bottom: 1rem;
}

.bloc-merci a {
	display: inline-block;
	font-weight: 700;
	color: #1f4d3f;
	text-decoration: none;
}

.bloc-merci a:hover,
.bloc-merci a:focus {
	text-decoration: underline;
}

.tableau-perso {
	margin: 3rem 0;
	overflow-x: auto;
}

.tableau-perso table {
	width: 100%;
	border-collapse: collapse;
	border: 2px solid #1f4d3f;
	background-color: #ffffff;
}

.tableau-perso thead {
	background-color: #1f4d3f;
	color: #ffffff;
}

.tableau-perso th,
.tableau-perso td {
	padding: 0.9rem 1rem;
	border: 1px solid #c9ded3;
	text-align: left;
}

.tableau-perso tbody tr:nth-child(even) {
	background-color: #f4faf7;
}

.tableau-perso .ligne-star {
	background-color: #ffe7a8;
	font-weight: 700;
}
