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

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

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

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

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

.laf-phero__inner {
	position: relative;
	max-width: 620px;
}

/* Trait vertical (accent) à gauche du contenu. */
.laf-phero--accent .laf-phero__inner {
	padding-left: 28px;
}

.laf-phero--accent .laf-phero__inner::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	bottom: 4px;
	width: 2px;
	background-color: #c9a961;
}

.laf-phero__eyebrow {
	display: block;
	margin-bottom: 18px;
	color: #c9a961;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}

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

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

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

.laf-phero__btn {
	display: inline-block;
	padding: 15px 28px;
	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-phero__btn:hover {
	background-color: #fff;
	border-color: #fff;
}

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

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

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

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

	.laf-phero__overlay {
		background: linear-gradient(0deg, rgba(20, 28, 18, 0.82) 0%, rgba(20, 28, 18, 0.5) 70%, rgba(20, 28, 18, 0.4) 100%);
	}

	.laf-phero__title {
		font-size: 32px;
	}
}
