#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
 z-index:10;
}



#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
	font-family: "Open Sans", sans-serif;
   background: transparent;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}

#cssmenu .logo_maison{
	color: white;
	background-color:transparent;
	margin-left:40px;
	margin-top:-2px;
	margin-right:-5px;
}

#cssmenu .logo_maison i{font-size:22px !important;margin-top:-2px;}

#cssmenu .logo_maison i:hover{
	color:#457822 !important;
}

#cssmenu .categorie_menu_active{color:#457822 !important;}


#cssmenu > ul > li > a {
  padding: 7px;
  font-size: 15px;
  text-decoration: none;
  color: white;
   background: black;
  /*text-transform: uppercase;*/
	margin-left:5px; 
	margin-right:5px;
}
#cssmenu > ul > li:hover > a {/*  color: #ffffff;*/color:#457822;}


#cssmenu > ul > li.has-sub > a {
  padding-right: 26px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 14px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 11px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  border: 1px solid #457822;

}

#cssmenu ul ul li a {
	/*  border-bottom: 1px solid rgba(150, 150, 150, 0.15);*/
	padding: 12px 0 10px 4px;
	width: 190px;
       	font-size: 13px;
       	text-decoration: none;
	color: black;
	font-weight: 400;
	background: #FFFDED;
	z-index:10;
	line-height:16px;
}

#cssmenu ul ul li a i{ margin-right:3px; line-height:15px; font-size:16px; vertical-align:bottom;}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
/*  border-bottom: 0;*/
  border-bottom: 1px solid #457822;
	padding: 12px 0 8px 4px;
	line-height:13px;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
        color: #457822;
/*	text-decoration:underline;*/
	font-weight:bold;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu ul ul {padding-top:2px;}

@media screen and (min-device-width:450px) and (max-device-width:800px){
	#cssmenu ul ul {padding-top:0px;}
}

#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}


#cssmenu i{width:24px; text-align:center;}

#cssmenu .deposer_une_annonce{margin-right:0px; font-weight:bold}
#cssmenu .deposer_une_annonce a{color: white;}
#cssmenu .deposer_une_annonce a:hover{color: #457822;}

