.sr-only {
	border: 0;
	clip: rect(0,0,0,0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.recherche-formation {
	display: flex;
	height: 110px;
	justify-content: space-around;
	align-items: center;
}
.recherche-formation > label {
	flex-basis: 22.5%;
	border-radius: 10px;
	border: solid 1px #F7BE8B;
	background: #FDF1E6;
	padding: 11px 16px 0 4px;
	position: relative;
}
@media (min-width: 1250px) {
	.recherche-formation > label:first-child {
		margin-left: 16px;
	}
	.recherche-formation button {
		margin-right: 16px;
	}
}

.recherche-formation > label:hover {
	background: white;
	border-color: #EE7203;
}
.recherche-formation > label.label-disabled {
	background: #FDF1E6;
	border-color: #F7BE8B;
	opacity: 0.8;
}
@media (min-width: 1250px) {
/* surcharge pour les actus et l'agenda */
	.elementor-element-f286c07 .recherche-formation > label,
	.elementor-element-6fb3d73 .recherche-formation > label {
		flex-basis: 30%;
	}
}
.recherche-formation .label {
	font-size: 14px;
	position: absolute;
	left: 21px;
}
.recherche-formation select {
	background: transparent;
	border: none;
	position: relative;
	margin-top: 7px;
}
.recherche-formation select:focus-visible {
	outline: solid 1px #EE7203;
	outline-offset: 9px;
	border-radius: 1px;
	top: -9px;
	left: 6px;
}
.recherche-formation button {
	width: 60px;
	height: 62px;
	padding: 16px 12px;
	background: #EE7203;
	border-radius: 10px;
	border: solid 1px #A95102;
}
.recherche-formation button:hover,
.recherche-formation button:active {
	box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 4px #EE7203;
	background: #EE7203;
}

@media (max-width: 1250px) {
	.recherche-formation {
		flex-wrap: wrap;
		height: 282px;
		padding: 14px;
		justify-content: space-evenly;
	}
	.recherche-formation > label {
		flex-basis: 47%;
	}
	/* surcharge pour les actus et agenda */
	.elementor-element-f286c07 .recherche-formation > label:nth-child(3),
	.elementor-element-6fb3d73 .recherche-formation > label:nth-child(3) {
		flex-basis: 96%;
	}
	.recherche-formation button {
		width: 96%;
	}
}

@media (max-width: 390px) {
	.recherche-formation {
		height: 406px;
		margin-top: 6px;
	}
	.recherche-formation > label {
		flex-basis: 100%;
		margin: 0 10px;
	}
	/* surcharge pour les actus  */
	.elementor-element-f286c07 .recherche-formation > label:nth-child(3),
	.elementor-element-6fb3d73 .recherche-formation > label:nth-child(3) {
		left: auto;
	}
	.recherche-formation button {
		width: 100%;
		margin: 0 10px 6px;
	}
}

.fiches-formation-grid {
	max-width: 1008px;
	margin: auto;
}

.fiches-formation-grid + .pagination,
.evenements-grid + .pagination,
.last_posts + .pagination {
	margin: 60px auto;
	display: table;
}
.fiches-formation-grid + .pagination .page-numbers,
.evenements-grid + .pagination .page-numbers,
.last_posts + .pagination .page-numbers {
	padding: 3px 10px;
	margin-right: 18px;
	color: #282727;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 8px;
}
.fiches-formation-grid + .pagination .page-numbers:hover,
.evenements-grid + .pagination .page-numbers:hover,
.last_posts + .pagination .page-numbers:hover {
	border-color: #F5F5F5;
}
.fiches-formation-grid + .pagination .current,
.evenements-grid + .pagination .current,
.last_posts + .pagination .current {
	border-color: #F5F5F5;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.fiches-formation-grid + .pagination .next,
.fiches-formation-grid + .pagination .prev,
.evenements-grid + .pagination .next,
.evenements-grid + .pagination .prev,
.last_posts + .pagination .next,
.last_posts + .pagination .prev {
	display: inline-block;
	padding: 8px;
	border-radius: 8px;
	border: 1px solid #F2F0ED;
	background: #F2F0ED;
	box-shadow: 0px 3.46667px 6.93333px 0px rgba(45, 45, 45, 0.10), 0px 1.07852px 1.07852px 0px #FFF inset, 0px -1.07852px 1.07852px 0px #CDD3D6 inset;
	height: 45px;
}
.fiches-formation-grid + .pagination .next:hover,
.fiches-formation-grid + .pagination .prev:hover,
.evenements-grid + .pagination .next:hover,
.evenements-grid + .pagination .prev:hover,
.last_posts + .pagination .next:hover,
.last_posts + .pagination .prev:hover {
	box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 4px #E4E4E7
}
