/**
 * Widget « Description article » — L'Africaine Elementor Addons
 * Préfixe : .laf-content
 */

.laf-content {
	color: #222222;
	font-size: 17px;
	line-height: 1.7;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.laf-content > p {
	margin: 0 0 20px;
}

.laf-content > p:last-child {
	margin-bottom: 0;
}

.laf-content a {
	color: #b02926;
	text-decoration: underline;
	transition: color 0.18s ease;
}

.laf-content a:hover {
	color: #384a30;
}

.laf-content h2,
.laf-content h3,
.laf-content h4 {
	color: #000000;
	line-height: 1.3;
}

.laf-content img {
	max-width: 100%;
	height: auto;
}

.laf-content ul,
.laf-content ol {
	margin: 0 0 20px;
	padding-left: 1.4em;
}

.laf-content blockquote {
	margin: 0 0 20px;
}

/* ----------------------------- Lettrine ----------------------------- */
.laf-content__dropcap {
	float: left;
	display: block;
	color: #b02926;
	font-family: "DM Serif Display", Georgia, "Times New Roman", serif;
	font-size: 64px;
	font-weight: 700;
	line-height: 56px;
	margin: 4px 10px 0 0;
	text-transform: uppercase;
}

.laf-content--empty {
	color: #999;
	font-style: italic;
	font-size: 14px;
}
