 .lang-switch {
		position: absolute;
		top: 15px;
		left: 15px;
		z-index: 10001; /* Reste au-dessus du menu mobile de HTML5 UP */
		font-family: Arial, sans-serif; /* À adapter selon vos préférences */
		font-size: 0.8rem;
		letter-spacing: 1px;
	}
	.lang-switch a, .lang-switch span {
		color: #ffffff; /* Couleur du texte blanc pour ressortir sur le fond */
		text-decoration: none;
		font-weight: bold;
		opacity: 0.6;
		transition: opacity 0.2s ease;
	}
	.lang-switch a:hover {
		opacity: 1;
	}
	.lang-switch span.active {
		opacity: 1;
		color: #ffac33; /* Couleur dorée pour la langue active */
	}
	.lang-switch .separator {
		margin: 0 5px;
		color: #ffffff;
		opacity: 0.4;
	}
