/*
#@sites/sciences-informatiques.ac-versailles.fr/squelettes/css/perso.less
*/
#nav .navbar-inner {
  background-color: #559188;
  background-image: none;
}
#nav .navbar-inner a {
  color: black;
}
#nav .navbar-inner a:hover {
  color: white;
}
#header header h1#logo_site_spip {
  font-weight: 700;
  border-left: 2px solid #000;
  padding-left: 5px;
  color: black !important;
  font-size: 1.5em;
  margin-top: 30px;
  float: left !important;
  display: inherit;
  width: auto;
}
#header header h1#logo_site_spip #slogan_site_spip {
  color: black;
}
#header #logo-institution {
  float: left;
  display: inherit;
  width: auto;
  padding-left: 0px;
}
.page {
  border-top: none;
}
#header .form-search {
  bottom: auto;
  top: 10px;
}
#header .form-search #formulaire_recherche {
  background-color: transparent;
}
#header {
  background: none;
  background-color: white;
}
@media (min-width: 768px) {
  ul.deuxcol {
    display: inline;
  }
  ul.deuxcol li {
    width: 45%;
    padding-left: 0px;
    clear: none !important;
    float: left !important;
    border-bottom: 0px !important;
  }
  ul.deuxcol li:nth-of-type(2n+1) {
    clear: both !important;
  }
  .liste ul.liste-items.deuxcol li.item {
    padding-left: 0px;
  }
}
#carousel {
  height: 190px;
}
#carousel .item article {
  height: 200px;
}
.pagination {
  clear: both;
}
