/* #PRODUIRE{fond=css/responsive-nav.spip.css}
   md5:62e78a78223649f40fa2e7592d4e30e8 */
a.nav-toggle {text-align:center;font-size:1.2em;}
#nav {border-top:0;}
#nav ul li {text-align:center;}



@media screen and (min-width: 40em) {
	.nav-collapse ul li.nav-item {display:inline;} /* Pour SPIP 3.1 dist */
	.nav-collapse ul.menu-items li.item {width:auto;} /* Pour ZDist V1 + V2 */
}

@media screen and (max-width: 40em) {
	a.nav-toggle {display:block;}
	#nav ul li a {float:none;}  /* Pour SPIP 3.0 dist */
	#nav ul.menu-items {float:none;overflow:hidden;}  /* Pour ZDist V2 */
}

  
@media screen and (max-width: 40em) {
	a.nav-toggle:link, a.nav-toggle:focus {height:30px;color:transparent  !important;text-align:center;color:transparent;background:url('https://www.natureaventures.ch/plugins/auto/responsivenav/v0.1.6/images/menu-burger.png') transparent top center no-repeat !important;background-size:30px 60px  !important;}
	a.nav-toggle.active, a.nav-toggle.active:focus {background-position: bottom center !important;}
}
