/**
 * Widget « Lifestyle — Nyam (Gastronomie) » — L'Africaine Elementor Addons
 * Préfixe : .laf-lfood
 */

.laf-lfood {
	background-color: #fff;
	padding: 60px;
}

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

.laf-lfood__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 36px;
}

.laf-lfood__eyebrow {
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
	color: #384a30;
	font-family: "DM Serif Display", Georgia, "Times New Roman", serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}

.laf-lfood__eyebrow::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 34px;
	height: 3px;
	background-color: #f2d955;
}

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

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

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

.laf-lfood__body {
	display: grid;
	grid-template-columns: 1.35fr 1fr;
	gap: 40px;
	align-items: start;
}

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

.laf-lfood__feature-img {
	display: block;
	width: 100%;
	height: 300px;
	margin-bottom: 22px;
	background-color: #e7e4da;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.laf-lfood__feature-cat {
	display: block;
	margin-bottom: 10px;
	color: #8a7a3e;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

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

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

.laf-lfood__feature-text {
	margin: 0;
	color: #5b6152;
	font-size: 14px;
	line-height: 1.7;
}

/* --------------------------- Colonne droite --------------------------- */

.laf-lfood__side {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.laf-lfood__card {
	display: grid;
	grid-template-columns: 92px 1fr;
	gap: 16px;
	align-items: center;
}

.laf-lfood__card-thumb {
	display: block;
	width: 92px;
	height: 72px;
	background-color: #e7e4da;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.laf-lfood__card-cat {
	display: block;
	margin-bottom: 6px;
	color: #8a7a3e;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.laf-lfood__card-title {
	margin: 0;
	color: #000000;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
}

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

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

/* --------------------------- Encart Brunch --------------------------- */

.laf-lfood__promo {
	margin-top: 6px;
	padding: 26px;
	background-color: #3c4a24;
}

.laf-lfood__promo-title {
	margin: 0 0 10px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}

.laf-lfood__promo-text {
	margin: 0 0 18px;
	color: #c9d1bc;
	font-size: 13px;
	line-height: 1.6;
}

.laf-lfood__promo-form {
	display: flex;
	align-items: center;
	gap: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	padding-bottom: 8px;
}

.laf-lfood__promo-input {
	flex: 1 1 auto;
	min-width: 0;
	background: transparent;
	border: 0;
	color: #fff;
	font-size: 13px;
	padding: 4px 0;
}

.laf-lfood__promo-input::placeholder {
	color: #a9b39a;
}

.laf-lfood__promo-input:focus {
	outline: none;
}

.laf-lfood__promo-btn {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 0;
	padding: 0;
	color: #f2d955;
	cursor: pointer;
}

.laf-lfood__promo-btn svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

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

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

	.laf-lfood__body {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.laf-lfood__feature-title {
		font-size: 24px;
	}
}
