/**
 * Widget « Mot du jour » — L'Africaine Elementor Addons
 * Préfixe : .laf-word
 */

.laf-word {
	position: relative;
	overflow: hidden;
	padding: 24px;
	background-color: #384a30;
	isolation: isolate;
}

.laf-word__watermark {
	position: absolute;
	right: -0.1em;
	bottom: -0.25em;
	z-index: 1;
	color: rgba(255, 255, 255, 0.08);
	font-family: "DM Serif Display", Georgia, "Times New Roman", serif;
	font-size: 130px;
	font-weight: 700;
	line-height: 1;
	pointer-events: none;
	user-select: none;
}

.laf-word__body {
	position: relative;
	z-index: 2;
}

.laf-word__label {
	display: block;
	color: rgba(255, 255, 255, 0.7);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1.2;
}

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

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

.laf-word__def {
	margin: 0;
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	font-style: italic;
	line-height: 1.5;
}

.laf-word__link {
	display: inline-block;
	margin-top: 16px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	transition: color 0.18s ease;
}

.laf-word__link:hover {
	color: #ffffff;
}

.laf-word--empty {
	color: #fff;
}

.laf-word--empty p {
	position: relative;
	z-index: 2;
	margin: 0;
	font-size: 13px;
	font-style: italic;
}

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

	.laf-word__term {
		font-size: 28px;
	}
}
