/**
 * Widget « Épanouissement — Le Jardin Secret » — L'Africaine Elementor Addons
 * Préfixe : .laf-garden
 */

.laf-garden {
	background-color: #384a30;
	padding: 64px 60px;
}

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

.laf-garden__head {
	text-align: center;
	margin-bottom: 44px;
}

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

.laf-garden__title {
	margin: 0;
	color: #fff;
	font-family: "DM Serif Display", Georgia, "Times New Roman", serif;
	font-size: 34px;
	font-style: italic;
	font-weight: 700;
	line-height: 1.1;
}

.laf-garden__divider {
	display: block;
	width: 46px;
	height: 2px;
	margin: 18px auto 0;
	background-color: #c9a961;
}

/* --------------------------- Corps --------------------------- */

.laf-garden__body {
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	gap: 60px;
	align-items: start;
}

/* --------------------------- Article vedette --------------------------- */

.laf-garden__feature {
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 26px;
	align-items: start;
}

.laf-garden__feature-img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 200px;
	background-color: #24301a;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.laf-garden__feature-eyebrow {
	display: block;
	margin-bottom: 12px;
	color: #c9a961;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.laf-garden__feature-title {
	margin: 0 0 14px;
	color: #fff;
	font-family: "DM Serif Display", Georgia, "Times New Roman", serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
}

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

.laf-garden__feature-text {
	margin: 0 0 20px;
	color: #c4cbb6;
	font-size: 14px;
	line-height: 1.7;
}

.laf-garden__feature-link {
	display: inline-block;
	padding-bottom: 3px;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	text-decoration: none;
}

.laf-garden__feature-link:hover {
	opacity: 0.75;
}

/* --------------------------- Liste --------------------------- */

.laf-garden__item {
	padding: 18px 0;
}

.laf-garden__item + .laf-garden__item {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.laf-garden__item:first-child {
	padding-top: 0;
}

.laf-garden__item-label {
	display: block;
	margin-bottom: 8px;
	color: #c9a961;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.laf-garden__item-title {
	margin: 0 0 6px;
	color: #fff;
	font-family: "DM Serif Display", Georgia, "Times New Roman", serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	line-height: 1.3;
}

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

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

.laf-garden__item-text {
	margin: 0;
	color: #a9b39a;
	font-size: 13px;
	line-height: 1.55;
}

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

@media (max-width: 991px) {
	.laf-garden__body {
		grid-template-columns: 1fr;
		gap: 40px;
	}
}

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

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

	.laf-garden__feature-img {
		min-height: 200px;
	}
}
