<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#menu_top .me-menutop ul.niveau2, #menu_top .me-menutop ul.niveau3 {
	-webkit-transition: height 0.2s ease-in-out;
	transition: height 0.2s ease-in-out;
}
#menu_top .me-menutop ul.niveau2 a {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#menu_top .me-menutop ul.niveau1 &gt; li &gt; a span {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#menu_top .me-menutop ul.niveau1 &gt; li &gt; a:hover {
	background-color:none;
}
#menu_top .me-menutop ul.niveau1 &gt; li &gt; a::before {
	position:absolute;
	bottom:0px;
	width:100%;
	height:0px;
	left:0px;
	background-color:none;
	content: ' ';
	z-index:10;
	display:block;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#menu_top .me-menutop ul.niveau1 &gt; li.over &gt; a span {
	color:white;
	z-index:11;
	position:relative;
}

#menu_top .me-menutop ul.niveau1 ul.over {
	overflow:visible;
}
#menu_top .me-menutop ul.niveau1 ul {
	overflow:hidden;
}

#popin .sousmenupopin {
	overflow:hidden;
	position:absolute !important;
}
#popin .sousmenupopin.over {
	overflow:visible;
	position:absolute !important;
}
#popin .sousmenupopin {
	-webkit-transition: height 0.2s ease-in-out;
	transition: height 0.2s ease-in-out;
}</pre></body></html>