/* Styles pour les informations de contact - téléphone et email */

/* Pour le footer (toujours en fond sombre) */
.footer-contact ul li,
.footer-contact ul li strong,
.footer-contact ul li a {
	color: white !important;
	text-decoration: none !important;
	transition: none !important;
}

/* Pour la section contact (peut être sur fond blanc) */
.contact-details li:nth-child(1),
.contact-details li:nth-child(2),
.contact-details li:nth-child(1) strong,
.contact-details li:nth-child(2) strong,
.contact-details li:nth-child(1) a,
.contact-details li:nth-child(2) a {
	color: white !important;
	text-decoration: none !important;
	transition: none !important;
}

/* Ajout d'une couleur de fond subtile pour la section contact */
.contact-details li:nth-child(1),
.contact-details li:nth-child(2) {
	background-color: rgba(43, 45, 66, 0.7);
	padding: 5px 10px;
	border-radius: 4px;
	margin-bottom: 10px;
}

/* Pour éviter le changement de couleur au survol */
.footer-contact ul li a:hover,
.contact-details li:nth-child(1) a:hover,
.contact-details li:nth-child(2) a:hover {
	color: white !important;
	opacity: 0.9;
}

/* Style spécifique pour les libellés */
.footer-contact ul li strong,
.contact-details li:nth-child(1) strong,
.contact-details li:nth-child(2) strong {
	font-weight: bold;
}
