@charset "UTF-8";
/* Pricing table */
.wp-block-table.is-style-tableau-tarif.is-style-tableau-tarif table {
	border-collapse: separate;
	border: 2px solid var(--wp--preset--color--primaire-6);
	border-spacing: 0;
}
.wp-block-table.is-style-tableau-tarif th,
.wp-block-table.is-style-tableau-tarif td {
	border: none;
	padding: 8px;
	text-align: left;
}
.wp-block-table.is-style-tableau-tarif th {
	text-transform: uppercase;
	font-weight: 400;
	text-align: left;
}
/* Style for any row containing <strong> in <tbody> */
.wp-block-table.is-style-tableau-tarif tbody tr:has(td strong) {
	background-color: var(--wp--preset--color--primaire-7);
	border-top: 1px solid var(--wp--preset--color--primaire-6);
	border-bottom: 1px solid var(--wp--preset--color--primaire-6);
}
/* Style for 3rd column of table body */
.wp-block-table.is-style-tableau-tarif tbody td:nth-child(3) {
	font-weight: 600;
	color: var(--wp--preset--color--primaire-2);
}
/* Donation table */
.is-style-tableau-don {
	border-collapse: collapse;
	width: 100%;
}
.is-style-tableau-don th,
.is-style-tableau-don td {
	border: 1px solid var(--wp--preset--color--primaire-2);
	padding: 0.5em 1em;
}
.is-style-tableau-don thead th {
	background-color: var(--wp--preset--color--primaire-1);
	color: var(--wp--preset--color--claire);
	border: none;
	font-weight: normal;
}
/* Round top corners of table */
.is-style-tableau-don thead th:first-child {
	border-top-left-radius: 8px;
}
.is-style-tableau-don thead th:last-child {
	border-top-right-radius: 8px;
}