/**
 * Widget « Épanouissement — Opportunités » — L'Africaine Elementor Addons
 * Préfixe : .laf-eopps
 */

.laf-eopps {
	background-color: #fbf9f4;
	padding: 56px 60px;
}

/* --------------------------- En-tête --------------------------- */

.laf-eopps__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 32px;
}

.laf-eopps__head-left {
	display: flex;
	align-items: center;
	gap: 14px;
}

.laf-eopps__tag {
	display: inline-block;
	padding: 4px 9px;
	background-color: #b02926;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	line-height: 1.4;
}

.laf-eopps__title {
	margin: 0;
	color: #000000;
	font-family: "DM Serif Display", Georgia, "Times New Roman", serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.1;
}

.laf-eopps__seeall {
	color: #8a7a3e;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
}

.laf-eopps__seeall:hover {
	text-decoration: underline;
}

/* --------------------------- Grille --------------------------- */

.laf-eopps__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.laf-eopps__card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 26px;
	background-color: #fff;
	border: 1px solid #e7e3d8;
}

.laf-eopps__card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 18px;
}

.laf-eopps__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #8a7a3e;
}

.laf-eopps__icon .dashicons {
	font-size: 22px;
	width: 22px;
	height: 22px;
}

.laf-eopps__card-tag {
	color: #9a9a8c;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: right;
}

.laf-eopps__name {
	margin: 0 0 10px;
	color: #000000;
	font-family: "DM Serif Display", Georgia, "Times New Roman", serif;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.25;
}

.laf-eopps__name a {
	color: inherit;
	text-decoration: none;
}

.laf-eopps__name a:hover {
	text-decoration: underline;
}

.laf-eopps__desc {
	margin: 0 0 18px;
	color: #6b6f62;
	font-size: 14px;
	line-height: 1.6;
}

.laf-eopps__cta {
	margin-top: auto;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #b02926;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	transition: color 0.18s ease;
}

.laf-eopps__cta:hover {
	color: #000000;
}

.laf-eopps__cta--static {
	cursor: default;
}

/* --------------------------- Charger plus --------------------------- */

.laf-eopps__foot {
	display: flex;
	justify-content: center;
	margin-top: 32px;
}

.laf-eopps__loadmore {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 28px;
	background-color: #fff;
	color: #000000;
	border: 1px solid #000000;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.laf-eopps__loadmore:hover {
	background-color: #384a30;
	color: #fff;
}

.laf-eopps__loadmore.is-loading {
	opacity: 0.7;
	cursor: default;
}

/* --------------------------- Responsive --------------------------- */

@media (max-width: 991px) {
	.laf-eopps__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.laf-eopps {
		padding: 40px 24px;
	}

	.laf-eopps__head {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}

	.laf-eopps__grid {
		grid-template-columns: 1fr;
	}
}
