#page-press .post-meta {
	display: none !important;
}
#page-press .post-meta {
	display: none !important;
}
#page-press .post-block .post-categories {
	top: -228px;
	background: #c52027;
	border-radius: 20px;
}
#page-press .post-created {
	background: #c52027;
}
#page-press .post-title a {
	height: 140px;
	display: block;
}
#page-press .gsc-heading__sub-title {
	display: none !important;
}
#page-press .post-categories a:hover {
	color: #fff !important;
	text-decoration: underline !important;
}
#page-press .pager {
	float: right;
}
#page-press .pager ul.pager__items > li.is-active a, #page-press .pager ul.pager__items > li a:hover {
	background: #c52027;
	border-color: #c52027;
}
#page-press a:hover, #page-press a:focus, #page-press a:active, #page-press .btn-inline:after {
	color: #c52027;
}
#page-press .pager ul.pager__items > li a:hover {
	color: #fff !important;
}
#page-press .category-two, .blue .post-created {
	background: #1e3a5f !important;
}
#page-press .read-more, #bloc-event .read-more {
	display: grid;
}
#page-press .read-more .btn-inline, #bloc-event .read-more .btn-inline {
	text-align: right;
	padding: 0 !important;
}
#page-press .item-image img {
	border-radius: 12px;
}
#page-press .post-block.teaser-1 {
	padding: 0 !important;
}
.press-grid {
	display: grid;
	grid-template-columns: 1fr; /* Par défaut : 1 colonne (mobile) */
	gap: 20px;
}
 @media (min-width: 600px) {
.press-grid {
	grid-template-columns: repeat(2, 1fr); /* Tablette : 2 colonnes */
}
}
 @media (min-width: 992px) {
.press-grid {
	grid-template-columns: repeat(3, 1fr); /* Desktop : 3 colonnes */
}
}
.press-grid li {
	list-style-type: none !important;
}
.page-press-filter-form {
	display: flex !important;
	align-items: center !important;
	gap: 1rem !important;
	margin-bottom: 70px;
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
	background-color: white; /* fond blanc */
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* ombre noire légère */
	padding: 20px 80px;
	border-radius: 15px;
	margin-top: -58px;
	flex-wrap: wrap; /* permet le retour à la ligne sur petits écrans */
}
.page-press-filter-form fieldset {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}
.page-press-filter-form .form-submit {
	background-color: #d71920 !important;
	border: none !important;
	border-radius: 30px !important;
	color: white;
	padding: 10px 30px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	white-space: nowrap;
}
.page-press-filter-form .reset-button {
	background-color: #f1f1f1;
	color: #000;
	border-radius: 30px;
	padding: 10px 20px;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	border: 1px solid #ccc;
	margin-left: 10px;
	cursor: pointer;
	white-space: nowrap;
}
.page-press-filter-form .form-checkboxes {
	display: flex;
	gap: 1rem;
	align-items: center;
	flex-wrap: wrap; /* pour gérer plusieurs checkbox */
}
.page-press-filter-form .form-item label, #edit-categories--wrapper legend {
	width: auto !important;
}
.page-press-filter-form .form-item label {
	margin-left: 8px;
}
.page-press-filter-form .fieldset-wrapper {
	display: inline-block;
	margin-left: 60px;
	margin-right: 60px;
	margin-top: 5px;
}
 @media (max-width: 768px) {
.page-press-filter-form {
	display: block !important;
	padding: 15px 20px;
	width: 90% !important;
	margin-top: 0 !important;
}
.page-press-filter-form .fieldset-wrapper {
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-top: 15px;
	display: block;
}
.page-press-filter-form .form-checkboxes {
	flex-direction: column;
	gap: 0.5rem;
}
.page-press-filter-form .form-submit,  .page-press-filter-form .reset-button {
	width: 100%;
	margin: 10px 0 0 0 !important;
	padding: 12px 0;
	font-size: 18px;
}
.page-press-filter-form .reset-button {
	margin-left: 0 !important;
}
}
.blue .post-categories, .blue .post-created {
	background: #1e3a5f !important;
}
.gris .post-categories, .gris .post-created {
	background: #5e5b57 !important;
}
#page-press {
	margin-bottom: 60px;
}
