.menu-item.imgml-language-item {
	align-items: center !important;
	display: inline-flex;
	position: relative;
	top: .42em;
	vertical-align: middle;
}
.menu-item.imgml-language-item > .imgml-language-link {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	line-height: 1;
	padding-left: .45rem;
	padding-right: .45rem;
	position: relative;
	text-decoration: none;
}
.menu-item.imgml-language-item > .imgml-language-link::after {
	background: #263943;
	border-radius: 4px;
	bottom: auto;
	color: #fff;
	content: attr(data-language);
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 600;
	left: 50%;
	line-height: 1;
	opacity: 0;
	padding: 6px 8px;
	pointer-events: none;
	position: absolute;
	top: calc(100% + 7px);
	text-transform: none;
	transform: translate(-50%, 3px);
	transition: opacity .15s ease, transform .15s ease;
	visibility: hidden;
	white-space: nowrap;
	z-index: 99999;
}
.menu-item.imgml-language-item > .imgml-language-link:hover::after,
.menu-item.imgml-language-item > .imgml-language-link:focus-visible::after {
	opacity: 1;
	transform: translate(-50%, 0);
	visibility: visible;
}
.menu-item.imgml-language-item .imgml-language-flag { display: block; height: 14px; line-height: 1; width: 24px; }
.menu-item.imgml-language-item .imgml-language-flag svg { display: block; height: 100%; width: 100%; }
.menu-item.imgml-language-item .imgml-language-flag--emoji { font-size: 1em; height: auto; width: auto; }
/* Divi utilise normalement le glyphe "3" de sa police ETmodules pour ce
 * chevron. Sur un domaine de langue distinct, cette police peut être bloquée
 * par le navigateur. Ce chevron CSS ne dépend d'aucun fichier de police. */
#top-menu .menu-item-has-children > a:first-child::after {
	border: 0 !important;
	border-bottom: 2px solid currentColor !important;
	border-right: 2px solid currentColor !important;
	box-sizing: border-box;
	content: "" !important;
	font-family: inherit !important;
	height: 7px;
	margin-top: 0;
	top: .2em !important;
	transform: rotate(45deg);
	width: 7px;
}
@media (max-width: 767px) {
	.menu-item.imgml-language-item { top: 0; }
	.menu-item.imgml-language-item > .imgml-language-link { min-height: 36px; padding: .4rem .5rem; }
}
