/* --- Sélecteur de langue (dropdown Polylang dans la navigation) --- */

/* Icône globe devant la langue courante. */
.wp-block-polylang-navigation-language-switcher > .wp-block-navigation-item__content::before,
.wp-block-polylang-navigation-language-switcher > button.wp-block-navigation-submenu__toggle::before {
	content: "";
	display: inline-block;
	width: 1.05em;
	height: 1.05em;
	margin-right: 0.4em;
	vertical-align: -0.15em;
	background-color: currentColor;
	-webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2"><circle cx="12" cy="12" r="10"/><path d="M2 12h20M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"/></svg>') no-repeat center / contain;
	mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2"><circle cx="12" cy="12" r="10"/><path d="M2 12h20M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"/></svg>') no-repeat center / contain;
}

/* Langue courante en capitales, comme un vrai commutateur international. */
.wp-block-polylang-navigation-language-switcher > .wp-block-navigation-item__content .wp-block-navigation-item__label,
.wp-block-polylang-navigation-language-switcher > button .wp-block-navigation-item__label,
.wp-block-polylang-navigation-language-switcher > a .wp-block-navigation-item__label {
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-weight: 600;
}

/* Panneau déroulant : carte propre, ombré, arrondi. */
.wp-block-polylang-navigation-language-switcher .wp-block-navigation__submenu-container {
	border-radius: 10px !important;
	border: 1px solid rgba(0, 0, 0, 0.08) !important;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	min-width: 190px !important;
}

.wp-block-polylang-navigation-language-switcher .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	padding: 0.65rem 1.1rem !important;
}

.wp-block-polylang-navigation-language-switcher .wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover {
	background: #dae2ee;
	color: #1e829e;
}

/* --- Barre légale (au-dessus du pied de page) --- */
.tiarc-legalbar {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1.5rem;
	padding: 1rem 1.5rem;
	background: #0d1b21;
	color: #9fb2bb;
	font-size: 0.85rem;
}
.tiarc-legalbar a { color: #cfe0e6; text-decoration: none; }
.tiarc-legalbar a:hover { color: #fff; text-decoration: underline; }
