/**
 * Widget « Thématique (3 colonnes) » — L'Africaine Elementor Addons
 * Préfixe : .laf-theme
 */

.laf-theme {
	width: 100%;
}

.laf-theme__head {
	text-align: center;
	margin-bottom: 48px;
}

.laf-theme__eyebrow {
	display: block;
	margin-bottom: 12px;
	color: #b02926;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.laf-theme__title {
	margin: 0 0 16px;
	color: #000000;
	font-family: "DM Serif Display", Georgia, "Times New Roman", serif;
	font-size: 40px;
	font-weight: 700;
	font-style: italic;
	line-height: 1.15;
}

.laf-theme__subtitle {
	max-width: 540px;
	margin: 0 auto;
	color: #666666;
	font-size: 15px;
	line-height: 1.6;
}

.laf-theme__head[style*="left"] .laf-theme__subtitle {
	margin-left: 0;
}

.laf-theme__head[style*="right"] .laf-theme__subtitle {
	margin-right: 0;
}

.laf-theme__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 30px;
	row-gap: 40px;
}

.laf-theme__card {
	display: flex;
	flex-direction: column;
}

.laf-theme__thumb {
	display: block;
	width: 100%;
	height: 380px;
	margin-bottom: 18px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #e4e4e4;
}

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

.laf-theme__card-title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.18s ease;
}

.laf-theme__card-title a:hover {
	color: #b02926;
}

.laf-theme__excerpt {
	margin: 0;
	color: #666666;
	font-size: 14px;
	line-height: 1.6;
}

.laf-theme__empty {
	color: #888;
	font-style: italic;
	font-size: 14px;
}

/* ----------------------------- Responsive ----------------------------- */
@media (max-width: 767px) {
	.laf-theme__title {
		font-size: 28px;
	}

	.laf-theme__thumb {
		height: 240px;
	}
}
