
#menu_en .link.active {
	color: #46a737;
}
#menu_en .link.active:before {
    content: "";
    width: 10px;
    height: 20px;
    display: block;
    background: #46a737;
    margin-right: 10px;
    transition: 0.3s ease all;
}
#menu_en .link.active:after {
    content: "";
    width: 10px;
    height: 20px;
    display: block;
    background: #46a737;
    margin-left: 10px;
    transition: 0.3s ease all;
}
#menu_en .rmSlide {top:44px !important;}

#menu_en .RadMenu ul.rmRootGroup {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#menu_en .Frame {
	width: 100% !important;
	height: 100% !important;
}
#menu_en .link {
	font-size: 16px;
	text-transform: uppercase;
	color: #000000;
	padding: 0px 0px;
	transition: 0.3s ease all;
	display: flex;
	text-align: center;
	text-decoration: none !important;
}
#menu_en .link:after {
	content: "";
	width: 10px;
	height: 20px;
	display: block;
	background: #ffffff;
	margin-left: 10px;
	transition: 0.3s ease all;
}
#menu_en .link:before {
	content: "";
	width: 10px;
	height: 20px;
	display: block;
	background: #ffffff;
	margin-right: 10px;
	transition: 0.3s ease all;
}
#menu_en .style_Etendu:after {
	content: "";
	width: 10px;
	height: 20px;
	display: block;
	background: #ffffff;
	margin-left: 10px;
	transition: 0.3s ease all;
}
#menu_en .style_Etendu:before {
	content: "";
	width: 10px;
	height: 20px;
	display: block;
	background: #ffffff;
	margin-right: 10px;
	transition: 0.3s ease all;
}
#menu_en .link:hover:after {
	background: #46a737
}
#menu_en .link:hover:before {
	background: #46a737
}
#menu_en .rmText {
	padding: 0px;
	margin: 0px;
}
#menu_en .link:hover {
	color: #46a737;
}
#menu_en .style_Etendu{color: #46a737;}
#menu_en .style_Etendu:hover:after {
	background: #46a737
}
#menu_en .style_Etendu:hover:before {
	background: #46a737
}
#menu_en .rmVertical .link {
	background: #38922a;
	color: #fff;
	padding: 15px 10px;
	display: block;
	text-decoration: none !important;
	border-bottom: 1px solid #46a737;
	padding-right: 40px;
}
#menu_en .rmVertical .link:after {
	display: none;
}
#menu_en .rmVertical .link:before {
	display: none;
}
#menu_en .rmVertical .link:hover {
	background: #2f8422;
}
 @media (max-width: 1300px) {
#menu_en .link {
	font-size: 14px;
}
}
 @media (max-width: 1200px) {
#menu_en .link {
	font-size: 12px;
}
}
 @media (max-width: 991px) {
#menu_en .rmSlide { top: 0 !important;}
#menu_en .link.active:before {display: none;}
#menu_en .link.active:after { display: none;}
#menu_en .RadMenu ul.rmRootGroup {
	display: block
}
#menu_en .link:before {
	display: none;
}
#menu_en .link:after {
	display: none;
}
#menu_en .link {
	font-size: 18px;
	color: #fff;
	display: block;
	padding: 10px 15px;
}
#menu_en .RadMenu .rmItem {
	display: block;
	float: none;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#menu_en .rmSlide {
    overflow: visible !important;
        position: relative !important;
      display: block !important;
      float: none !important;
	width: 100vw;
    top: 0 !important;
      left: 0 !important;
      height: auto !important;
	position: relative;
	overflow: visible;
	display: block;
	float: none;
	width: 100vw;
}
#menu_en .RadMenu .rmRootGroup .rmItem .rmGroup {
	position: relative !important;
	margin: 0px;
	padding: 0px;
	left: 0 !important;
	float: none !important;
	visibility: visible !important;
	display: block !important;
	border-bottom: 0px;
}
#menu_en .rmVertical .link {
	white-space: pre-line;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
}


