/* ============================================
   Lulu la praline — styles complémentaires
   Ce fichier ne modifie pas style.css, il vient
   uniquement le compléter pour l'habillage du site.
   ============================================ */

.site-logo {
	display: flex;
	flex-direction: column;
	line-height: 1.1;
	text-decoration: none !important;
}

.site-logo-title {
	font-family: 'Playfair Display', 'Merriweather', serif;
	font-size: 28px;
	font-weight: 700;
	color: #151515;
	letter-spacing: 0.5px;
}

.site-logo-title em {
	font-style: italic;
	color: #ce3c83;
}

.site-logo-tagline {
	font-family: 'Merriweather', serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #938e92;
}

.footer-logo .site-logo-title {
	font-size: 24px;
	color: #ce3c83;
}

.feature-strip li {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 0;
	font-weight: 600;
	color: #151515;
}

.feature-strip li i {
	font-size: 14px;
}

.map-frame {
	border: 0;
	width: 100%;
	height: 420px;
}

@media (max-width: 767px) {
	.site-logo-title {
		font-size: 22px;
	}
	.feature-strip {
		flex-direction: column;
	}
}
