/* Archive du CPT Formations */

.post-type-archive-formations .fl-page-content {
	background-color: #f8f8f8;
}

.post-type-archive-formations .formations-archive-header {
	max-width: 90%;
	margin: 0 auto;
	padding: 40px 20px;
	background: #fff;
}

.post-type-archive-formations .formations-archive-header .hero-title {
	max-width: 80%;
	margin: 0 auto;
	padding: 40px;
}

.post-type-archive-formations .formations-archive-header .hero-title p {
	padding-top: 20px;
}

.post-type-archive-formations .formations-archive-header .page-title {
	color: var(--primary-color, #243746);
}

.post-type-archive-formations .formations-archive-header h2,
.post-type-archive-formations .formations-archive-header h5 {
	font-size: 24px;
}

.post-type-archive-formations .formations-archive-header hr {
	max-width: 80%;
	border: 0;
	border-top: 1.25px solid var(--primary-color, #243746);
	opacity: .8;
}

.post-type-archive-formations .formations-archive-header .archive-description {
	max-width: 80%;
	margin: 0 auto 30px;
	text-align: center;
}

.post-type-archive-formations #wazacom-formations-filter {
	max-width: 90%;
	margin: 0 auto;
}

.post-type-archive-formations #wazacom-formations-filter .form-row {
	margin: 0;
	padding: 0;
}

.post-type-archive-formations #wazacom-formations-filter select,
.post-type-archive-formations #wazacom-formations-filter input[type="search"] {
	width: 100%;
	height: 60px;
	padding: 10px 15px;
	border: 0;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	background: #f8f8f8;
	background-image: none;
	color: var(--primary-color, #243746);
	font-size: 16px;
	font-style: italic;
	transition: all .2s linear;
}

.post-type-archive-formations #wazacom-formations-filter select:focus,
.post-type-archive-formations #wazacom-formations-filter input[type="search"]:focus {
	border-bottom-color: var(--accent-color, #f8a800);
	box-shadow: none;
	outline: none;
}

.post-type-archive-formations #wazacom-formations-filter input[type="search"]::placeholder {
	color: var(--primary-color, #243746);
	opacity: 1;
}

.post-type-archive-formations #wazacom-formations-filter .btn-container {
	display: flex;
	justify-content: center;
	padding-top: 40px;
}

.post-type-archive-formations #wazacom-formations-filter .btn-container button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 28px;
	border: 1px solid var(--accent-color, #f8a800);
	border-radius: 30px;
	background: var(--accent-color, #f8a800);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	transition: all .25s ease;
	cursor: pointer;
}

.post-type-archive-formations #wazacom-formations-filter .btn-container button:hover,
.post-type-archive-formations #wazacom-formations-filter .btn-container button:focus {
	border-color: var(--secondary-color, #7eae41);
	background: var(--secondary-color, #7eae41);
	color: #fff;
}

.post-type-archive-formations #wazacom-formations-filter #wazacom-formations-reset {
	border-color: var(--secondary-color, #7eae41);
	background: var(--secondary-color, #7eae41);
}

.post-type-archive-formations #wazacom-formations-filter #wazacom-formations-reset:hover,
.post-type-archive-formations #wazacom-formations-filter #wazacom-formations-reset:focus {
	border-color: var(--accent-color, #f8a800);
	background: var(--accent-color, #f8a800);
}

.post-type-archive-formations #wazacom-formations-filter.is-loading,
.post-type-archive-formations #liste-formations.is-loading {
	opacity: .55;
	pointer-events: none;
}

.post-type-archive-formations .wazacom-formations-feedback {
	min-height: 24px;
	margin: 20px 0 0;
	color: var(--primary-color, #243746);
	font-weight: 500;
	text-align: center;
}

.post-type-archive-formations #liste-formations .formation-grille {
	display: flex;
	margin-top: 2em;
	text-align: center;
}

.post-type-archive-formations #liste-formations .formation-card {
	display: flex;
	flex: 1 1 300px;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	padding: 30px;
	background: #fff;
	transition: all .25s ease;
}

.post-type-archive-formations #liste-formations .formation-card:hover {
	background: var(--primary-color, #243746);
}

.post-type-archive-formations #liste-formations .formation-card:hover h2,
.post-type-archive-formations #liste-formations .formation-card:hover h3,
.post-type-archive-formations #liste-formations .formation-card:hover p,
.post-type-archive-formations #liste-formations .formation-card:hover a,
.post-type-archive-formations #liste-formations .formation-card:hover .cat-prod,
.post-type-archive-formations #liste-formations .formation-card:hover .niveaux,
.post-type-archive-formations #liste-formations .formation-card:hover .accessibilite {
	color: #fff;
}

.post-type-archive-formations #liste-formations .formation-card__title {
	margin-top: 0;
	color: var(--primary-color, #243746);
	font-size: 24px;
}

.post-type-archive-formations #liste-formations .formation-card__title a {
	color: inherit;
}

.post-type-archive-formations #liste-formations .formation-card__subtitle {
	color: var(--primary-color, #243746);
	font-size: 18px;
}

.post-type-archive-formations #liste-formations .sous-titre-fiche-formation,
.post-type-archive-formations #liste-formations .cat-prod,
.post-type-archive-formations #liste-formations .cat-prod a,
.post-type-archive-formations #liste-formations .niveaux,
.post-type-archive-formations #liste-formations .niveaux a,
.post-type-archive-formations #liste-formations .accessibilite,
.post-type-archive-formations #liste-formations .accessibilite a {
	color: var(--text-color, #444);
	font-size: 16px;
}

.post-type-archive-formations #liste-formations .niveaux,
.post-type-archive-formations #liste-formations .niveaux a,
.post-type-archive-formations #liste-formations .accessibilite,
.post-type-archive-formations #liste-formations .accessibilite a {
	font-weight: 500;
}

.post-type-archive-formations #liste-formations .link-voir-fiche {
	display: inline-block;
	margin-top: auto;
	color: #f8a800;
	font-weight: 700;
	text-transform: uppercase;
}

.post-type-archive-formations #liste-formations .link-voir-fiche::after {
	content: "";
	display: block;
	width: 180px;
	height: 1px;
	margin: 7px auto 0;
	background: #f8a800;
}

.post-type-archive-formations .formations-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin: 40px 0;
}

.post-type-archive-formations .formations-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	min-height: 42px;
	padding: 7px 12px;
	border: 1px solid var(--primary-color, #243746);
	border-radius: 30px;
	color: var(--primary-color, #243746);
	font-weight: 600;
	transition: all .25s ease;
}

.post-type-archive-formations .formations-pagination .page-numbers:hover,
.post-type-archive-formations .formations-pagination .page-numbers.current {
	border-color: var(--primary-color, #243746);
	background: var(--primary-color, #243746);
	color: #fff;
}

.post-type-archive-formations #ajax-search {
	max-width: 80%;
	margin: 0 auto;
}

.post-type-archive-formations #ajaxsearchpro2_1,
.post-type-archive-formations #ajaxsearchpro2_2,
.post-type-archive-formations div.asp_m.asp_m_2 {
	border: none;
	border-top-left-radius: 40px;
	background-color: #f8f8f8;
	background-image: none;
	color: var(--primary-color, #243746);
	font-size: 18px;
	font-style: italic;
}

.post-type-archive-formations #ajaxsearchpro2_1 .probox,
.post-type-archive-formations #ajaxsearchpro2_2 .probox,
.post-type-archive-formations div.asp_m.asp_m_2 .probox {
	position: relative;
	padding: 15px 15px 15px 70px;
}

.post-type-archive-formations #ajaxsearchpro2_1 .promagnifier,
.post-type-archive-formations #ajaxsearchpro2_2 .promagnifier,
.post-type-archive-formations div.asp_m.asp_m_2 .promagnifier {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 65px;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
	background-color: var(--primary-color, #243746);
	background-image: none;
}

@media screen and (max-width: 767px) {
	.post-type-archive-formations .formations-archive-header,
	.post-type-archive-formations .formations-archive-header form,
	.post-type-archive-formations .formations-archive-header .hero-title,
	.post-type-archive-formations #ajax-search {
		max-width: 100%;
	}

	.post-type-archive-formations .formations-archive-header {
		padding-right: 15px;
		padding-left: 15px;
	}

	.post-type-archive-formations .formations-archive-header .hero-title {
		padding: 0;
	}

	.post-type-archive-formations #wazacom-formations-filter .btn-container {
		padding-top: 25px;
	}

	.post-type-archive-formations #wazacom-formations-filter .btn-container button {
		width: 100%;
	}
}

@media screen and (max-width: 565px) {
	.post-type-archive-formations .formations-archive-header {
		max-width: 100%;
	}

	.post-type-archive-formations #liste-formations .formation-card {
		padding: 24px 20px;
	}
}
