/**
 * Widget « Section sonore (Mot du jour) » — L'Africaine Elementor Addons
 * Préfixe : .laf-csound
 */

.laf-csound {
	display: grid;
	grid-template-columns: 1.4fr 1fr;
	gap: 50px;
	align-items: start;
	background-color: #33421f;
	padding: 70px 60px;
}

/* --------------------------- Colonne gauche --------------------------- */

.laf-csound__left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.laf-csound__eyebrow {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 22px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	line-height: 1;
}

.laf-csound__title {
	margin: 0 0 30px;
	color: #fff;
	font-family: "DM Serif Display", Georgia, "Times New Roman", serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.15;
}

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

.laf-csound__figure {
	margin: 0 0 26px;
	width: 100%;
}

.laf-csound__figure img {
	display: block;
	width: 100%;
	height: auto;
}

.laf-csound__text {
	margin: 0;
	color: #c9d1bc;
	font-size: 14px;
	line-height: 1.7;
}

/* --------------------------- Carte mot du jour --------------------------- */

.laf-csound__card {
	background-color: #435029;
	padding: 34px;
}

.laf-csound__card-head {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 22px;
}

.laf-csound__card-icon {
	width: 15px;
	height: 15px;
	fill: currentColor;
	color: #f2d955;
	flex: 0 0 auto;
}

.laf-csound__card-eyebrow {
	color: #f2d955;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.laf-csound__card-term {
	color: #fff;
	font-family: "DM Serif Display", Georgia, "Times New Roman", serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.1;
}

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

.laf-csound__card-phon {
	margin-top: 4px;
	color: #d4dac9;
	font-style: italic;
	font-size: 14px;
}

.laf-csound__card-def {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	color: #d4dac9;
	font-size: 13px;
	line-height: 1.65;
}

.laf-csound__card-def p {
	margin: 0 0 12px;
}

.laf-csound__card-def p:last-child {
	margin-bottom: 0;
}

.laf-csound__card-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 22px;
	color: #f2d955;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	transition: opacity 0.18s ease;
}

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

.laf-csound__card-link svg {
	width: 14px;
	height: 14px;
	fill: currentColor;
}

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

@media (max-width: 767px) {
	.laf-csound {
		grid-template-columns: 1fr;
		gap: 34px;
		padding: 44px 24px;
	}

	.laf-csound__title {
		font-size: 30px;
	}
}
