/*
#@squelettes/css/znetz_dist.less
*/
.header {
  position: relative;
}
.header .accueil a {
  color: inherit;
}
.header .spip_logo {
  float: left;
  margin: 10px 16px;
  margin-left: 0;
  margin-top: 0;
}
#logo_site_spip {
  line-height: 1em;
}
#slogan_site_spip {
  display: block;
}
.header .formulaire_menu_lang {
  width: 100%;
}
.header .formulaire_menu_lang select {
  width: 100%;
}
.hero-unit .postmeta {
  clear: both;
}
.formulaire_recherche,
.secondary .formulaire_recherche {
  padding-right: 70px;
}
/* provisionner la largeur du bouton+padding sur le input.search */
.formulaire_recherche form .input-append {
  width: 100%;
}
.formulaire_recherche form input.search {
  width: 100%;
}
.footer {
  margin-top: 4em;
  padding-top: 2em;
  border-top: 2px solid #f39900;
  padding-bottom: 2em;
  margin-bottom: 0;
  text-align: left;
  position: relative;
}
.footer:before,
.footer:after {
  content: " ";
  display: table;
}
.footer:after {
  clear: both;
}
.footer .colophon {
  padding-right: 100px;
}
.footer .generator {
  position: absolute;
  top: 2em;
  right: 0;
  max-width: 100px;
}
.cartouche {
  margin-bottom: 1.5em;
}
.content.primary {
  min-height: 320px;
}
.content .postmeta .tags .inline {
  display: inline;
}
.page_sommaire .breadcrumb {
  display: none;
}
#nav > .navbar-inner {
  padding-left: 0;
  padding-right: 0;
}
