/**
 * Widget « Lifestyle — Hero » — L'Africaine Elementor Addons
 * Préfixe : .laf-lhero
 */

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

.laf-lhero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(24, 34, 20, 0.72) 0%, rgba(24, 34, 20, 0.72) 38%, rgba(24, 34, 20, 0) 82%);
	pointer-events: none;
}

.laf-lhero__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-lhero__container--full {
	max-width: none;
}

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

.laf-lhero__badge {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 22px;
	background-color: #f2d955;
	color: #000000;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1;
}

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

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

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

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

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

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

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

	.laf-lhero__overlay {
		background: linear-gradient(0deg, rgba(24, 34, 20, 0.82) 0%, rgba(24, 34, 20, 0.5) 60%, rgba(24, 34, 20, 0.35) 100%);
	}

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