.topmenu {
}
.topmenu .menu_dropdownV2 {
	position: relative ;
	color: white ;
	font-size: 1em ;
}
.topmenu .menu_level-0 .menu_item_content {
	padding: 20px 10px ;
}
.topmenu .menu_level-1 .menu_item_content {
	padding: 5px 10px ;
}
.topmenu a.menu_item_link {
	color: #fff;
    padding: .375rem .75rem;
}
.topmenu .menu_item_current {
	background: #cbecec ;
}
.topmenu .menu_item_current a.menu_item_link {
	color: #147C7C ;
}
.topmenu .menu_item-0.menu_level-0 {
	background: url( ../images/picto-home.png ) center 22px no-repeat ;
}
.topmenu .menu_item-0.menu_level-0 .menu_item_title {
	display: none ;
}
.topmenu .menu_item-0 .menu_item_link {
	height: 30px ;
}
.menudroite {
	float: right ;
}
.menudroite div {
	float: left ;
}
.menudroite img {
	margin: 22px 20px 0 0 ;
}

.divmenu_langues ul {
	list-style-type: none;
	margin: 0 10px ;
}
.divmenu_langues li {
	float: left ;
	width: 87px ;
	height: 50px ;
	margin: 0 10px 0 0 ;
}
.divmenu_langues a {
	display: block ;
	width: 87px ;
	height: 50px ;
}
.divmenu_langues .active {
	display: none ;
}
.divmenu_langues .menutitretext {
	display: none ;
}
.divmenu_langues .menutitre {
}
.divmenu_langues .ili0 {
	background-image: url( "../images/flag-fr.jpg" ) ;
	background-size: contain;
}
.divmenu_langues .ili1 {
	background-image: url( "../images/flag-uk.jpg" ) ;
	background-size: contain;
}
.divmenu_langues .ili2 {
	background-image: url( "../images/flag-pt.jpg" ) ;
	background-size: contain;
}
.menu_main_langues .menu_item_current {
	display: none ;
}

.menu_submenu {
	background: #147C7C ;
}
.topmenu .menu_submenu .menu_item_content {
	
}
.topmenu .menu_submenu .menu_item_current {
	background: #147C7C ;
}
.topmenu .menu_submenu a.menu_item_link {
	color: white ;
}
.footermenu {
	color: white ;
}
.footermenu .menu_level-0 {
	float: unset ;
}
.footermenu a.menu_item_link {
	color: #fff;
}

@media all and (max-width: 995px) {
	.topmenu input.menu-mobile-input:checked ~ .menu_dropdownV2 .menu_level-0  { 
		display:block ;
		float:none;
		background-size:0;
		height:auto; 	
	}
	
	.topmenu {
		/* background: var(--secondary); */
		height:76px;
		top:0;
		position:relative;
		
	}
	.topmenu .menu_item {
		font-size:100%;
		min-width: 86px;
		width:auto;
		text-align:left;
		padding:2px 5px;
	}
	.topmenu .menu-mobile {
		display:block;
		background: url(../images/menu-mobile.png) no-repeat center center;
		width:86px;
		height:50px;
		position:absolute;
		top:12px;
	}
	.topmenu .menu_dropdownV2  {
		position:absolute;
		top:75px;
		right:0;
		width:100%;
		background: var(--secondary);
		opacity: 0.9;
		/* background:#f49800e8; */
		
	}
	.topmenu .menu_main { 
		height:auto;
	}
	.topmenu .menu_dropdownV2 .menu_level-0 {
		display:none;
		border-right:0;
	}
	.topmenu .menu_level-0.menu_item {
		font-size:100%;
		padding:5px;
	}
	.topmenu .menu_level-0 .menu_item_link {
		padding:0;
		margin-top:0px;
		margin-bottom:0px;
		border-bottom:0px solid #dedede;
		color:#fff;
		font-weight:400;
	}
	.topmenu .menu_item-0.menu_level-0.menu_item_current {
		background: #cbecec ;
	}
	.topmenu .menu_item-0.menu_level-0 .menu_item_title {
		display: block ;
	}
	.topmenu .menu_item_content {
    	text-align: left;
	}
	.topmenu .menu_level-1 .menu_item_link {
		border-bottom:0;
	}
	.menudroite {
		margin: 12px 0 0 0 ;
	}
	.menudroite img {
		margin: 12px 20px 0 0 ;
	}

}
