.navigation-inner 
{ max-width: 100%; }
.section-inner {
	max-width: 100%; /*95*/
	width: 100%;
	margin: 0 auto;padding-top:0px;padding-bottom:0;
}

#lemenu .menu_tag  {}
#lemenu .menu_large{display:inline-block;}
#lemenu,
#lemenu ul,
#lemenu ul li,
#lemenu ul li a{
  margin: 0;  padding: 0;  border: none;  list-style: none;  line-height: 1;
  display: block;  position: relative;vertical-align:middle;
  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box;
  font-family: "Bookman Old Style", "Times New Roman", serif;   font-size: 1.2rem;
 }


#lemenu ul{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:auto;
}
#lemenu{
	z-index:1000;display:block;width:auto;
	
	}
#lemenu ul li {}
#lemenu > ul > li {
  float: left;
}

#lemenu  a { opacity: 1}
#lemenu a:first-letter , #lemenu >a:first-letter{ text-transform:uppercase;}

#lemenu:after,#lemenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#lemenu #menu-button {
 display: none;
}

#lemenu > ul > li > a {
	padding: 17px;
	font-size:12px;
	letter-spacing: normal;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
}
#lemenu > ul > li:hover > a {
	
}

 

#lemenu > ul > li.has-sub > a {
  padding-right: 30px;
}/* le - et le +  du sous menu */
#lemenu > ul > li.has-sub > a:after {
	position: absolute;
	top: 22px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	content: '';
	
}
#lemenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
   background:  #333;
  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;
}
#lemenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#lemenu ul ul {
	position: absolute;
	left: -9999px;
	
}
#lemenu.align-right ul ul {
  text-align: right;
}
#lemenu ul ul li {
  height: 0;z-index:200;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#lemenu li:hover > ul {
  left: auto;
}
#lemenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#lemenu li:hover > ul > li {
  height:auto ; /* 35px;*/
}
#lemenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#lemenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
	
}
#lemenu ul ul li a {
	text-align:left;
	border-left-style:solid;
	border-left-width:3px;
	width:auto;
	min-width:170px;
	font-size: 14px;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
/*	font-weight: 500;*/
}

#lemenu ul ul li:last-child > a,
#lemenu ul ul li.last-item > a {border-bottom-width: 3px; }
#lemenu ul ul li:hover > a,
#lemenu ul ul li a:hover {
	text-decoration: none;
	font-style: oblique;
}
#lemenu ul ul li.has-sub > a:after {
	position: absolute;
	top: 13px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	content: '';
	}
#lemenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#lemenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 10px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  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;
}
#lemenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#lemenu ul ul > li.has-sub:hover > a:before {
  top: 14px;
  height: 0;
}

 #lemenu  .spip_logo,  #lemenu .spip_logo { max-width:15px;max-height:15px;float:left;}
 
 @media (max-width:992px)  {
	 /* menu mobile-tablette */
.section-inner {
	max-width: 95%;width:95%;	
	}
	
#lemenu {height:auto;padding-top:2px;padding-bottom:2px;}
   
  #lemenu {
    width: 100%;position:relative;
  }
  #lemenu .menu_large{display:none;}

  #lemenu ul {
    width: 100%;
    display: none;
  }
  #lemenu.align-center > ul {
    text-align: left;
  }
  #lemenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
   #lemenu ul li.menu_tag{
    width:auto;display:inline-block;text-align:center;margin-left:auto;margin-right:auto;float:none!important; 
   border-top: none}
  #lemenu ul ul li,
  #lemenu li:hover > ul > li {
    height: auto;
  }
  #lemenu ul li a,
  #lemenu ul ul li a {
    width: 100%;padding-top:20px;padding-bottom:20px;
    border-bottom: none;text-shadow:none;
  }
  #lemenu > ul > li {
    float: none;
  }
  #lemenu ul ul li a {
    padding-left: 25px;
  }
  #lemenu ul ul ul li a {
    padding-left: 35px;
  }
  #lemenu ul ul li a {
      background: none;
  }
  #lemenu ul ul li:hover > a,
  #lemenu ul ul li.active > a {  }
  #lemenu ul ul,
  #lemenu ul ul ul,
  #lemenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #lemenu > ul > li.has-sub > a:after,
  #lemenu > ul > li.has-sub > a:before,
  #lemenu ul ul > li.has-sub > a:after,
  #lemenu ul ul > li.has-sub > a:before {
    display: none;
  }
 /******************le bouton ****************/
  #lemenu #menu-button {
    display: block;
    /*margin-top: 12px;padding:20px;*/
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;border:none;list-style: none;  line-height: 1;position: relative;vertical-align:middle;
	font-size: 1.2rem;
  }
  
 
   #lemenu #menu-button::after{
    font-family: 'FontAwesome';
	 font-weight: 900; 
	 content: "\f0c9";
	 font-size:24px;
	 margin:auto;
	 margin-top:12px;
	 padding: 0;
	 float:right;
	 display: inline-block;
	 vertical-align:top;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	border:none;
  }
  
  
  
 /****************************************/
  
 
  #lemenu .submenu-button { /* la case */
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  
  #lemenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #lemenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background:#333;
    content: '';
	
	
	
  }
  #lemenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #lemenu .submenu-button.submenu-opened:after {
    background: #333;
  }
  #lemenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #333;
    content: '';
  }
  #lemenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #lemenu .submenu-button.submenu-opened:before {
    display: none;
  }
   #lemenu  .spip_logo,  #lemenu .spip_logos, #lemenu img { max-width:15px;max-height:15px;width:15px;float:left;}
}
