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

.laf-ehero {
	position: relative;
	display: flex;
	align-items: stretch;
	min-height: 560px;
	padding: 60px;
	background-color: #1c2612;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.laf-ehero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(20, 28, 18, 0.74) 0%, rgba(20, 28, 18, 0.74) 40%, rgba(20, 28, 18, 0) 85%);
	pointer-events: none;
}

.laf-ehero__container {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
}

.laf-ehero__container--full {
	max-width: none;
}

.laf-ehero__inner {
	max-width: 560px;
}

.laf-ehero__badge {
	display: inline-block;
	margin-bottom: 20px;
	color: #c9a961;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 1;
}

.laf-ehero__title {
	margin: 0 0 20px;
	color: #fff;
	font-family: "DM Serif Display", Georgia, "Times New Roman", serif;
	font-size: 54px;
	font-weight: 700;
	line-height: 1.05;
}

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

.laf-ehero__sub {
	margin: 0 0 30px;
	color: #dad9d2;
	font-size: 15px;
	line-height: 1.6;
}

.laf-ehero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.laf-ehero__btn {
	display: inline-block;
	padding: 14px 26px;
	background-color: #f2d955;
	border: 1px solid #f2d955;
	color: #000000;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.laf-ehero__btn:hover {
	background-color: #fff;
	border-color: #fff;
}

.laf-ehero__btn--ghost {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

.laf-ehero__btn--ghost:hover {
	background-color: rgba(255, 255, 255, 0.12);
	border-color: #fff;
}

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

@media (max-width: 767px) {
	.laf-ehero {
		min-height: 440px;
		padding: 40px 24px;
	}

	.laf-ehero__overlay {
		background: linear-gradient(0deg, rgba(20, 28, 18, 0.85) 0%, rgba(20, 28, 18, 0.5) 60%, rgba(20, 28, 18, 0.35) 100%);
	}

	.laf-ehero__title {
		font-size: 36px;
	}
}
