/*
#@squelettes/css/perso.less
*/
body {
  background-color: #E9E7E0;
  min-height: 1000px;
  margin: 1em;
}
a {
  color: #f16e50;
}
#hierarchie {
  margin: 0 1em;
  font-size: 0.9em;
}
#hierarchie a {
  color: #888;
}
p {
  margin: 1em 0;
}
.page {
  position: relative;
}
.page #header {
  padding: 0;
}
.page #header .accueil {
  margin-top: 1em;
  padding: 2em;
  text-align: left;
  text-align: center;
}
.page #header .accueil img {
  margin: 0 auto;
}
.page #header a:hover {
  background: none transparent;
}
.page #container {
  background-color: #f6f5ef;
}
#nav {
  position: relative;
}
#nav #formulaire_recherche {
  margin: 2em;
}
#nav .navbar-default {
  background-color: transparent;
}
#nav .menuder li ul li {
  padding: 0.25em 0.5em;
  position: relative;
}
#nav .menuder li ul li a:hover {
  background-color: transparent;
  color: #222222;
}
#nav .menuder li ul li ul {
  margin: 0;
}
#nav .menuder li ul li > a {
  width: 100%;
}
#nav .menuder li:hover ul {
  background-color: #ffffff;
  color: #222222;
}
#nav .menuder li > ul > li:hover {
  color: #222222;
}
#nav .menuder li > ul > li > a:hover {
  background: transparent;
  color: #222222;
}
#nav .menuder > li > a {
  color: #555555;
  padding: 5px 10px;
  font-family: inherit;
}
#nav .menuder li > a:hover {
  background-color: #f16e50;
}
#content {
  padding: 0 0 2em 0;
  background-color: #f6f5ef;
  border-radius: 4px;
}
#content .publication {
  display: none;
}
#content article {
  background-color: #ffffff;
  padding: 1em 0 3em 0;
}
#content header {
  margin: 1em 2em;
}
#content .breadcrumb {
  margin: 1em 1em;
}
#content .main {
  margin: 1em 2em;
}
#content h2.h2 {
  display: none;
}
#content h3.spip {
  margin-top: 4em;
}
#content .articles {
  background-color: #ffffff;
}
#content .articles li.item {
  margin: 0;
  padding: 0.25em 2em;
}
#content article.content-principal {
  padding: 2em;
}
#content #descriptif_site_spip {
  font-size: 1.2em;
}
.page_rubrique section.articles ul li.item {
  margin: 0 0 2em 0;
}
.page_rubrique section.articles ul li.item h3.h3 {
  margin: 0.25em 0 0.25em 0;
}
.gondole {
  background-color: #eee;
  border-radius: 5px;
  margin: 2em 1em 2em 0;
}
.gondole .logo img {
  margin: 1em;
}
.content-principal {
  background-color: #fcfcfc;
  opacity: 0.8;
  padding: 2em 3em;
}
.lectures {
  line-height: 1.2;
  text-align: center;
}
.lectures a {
  display: inline-block;
  padding: 1em;
  margin: 1em 0;
  border-radius: 4px;
  min-height: 275px;
  max-height: 275px;
  overflow: hidden;
}
.lectures a .date_publication {
  display: none;
}
.lectures a img {
  margin: 0 auto 0.5em auto;
}
.lectures a .auteurs {
  color: #777777;
  font-size: 0.9em;
}
.lectures a:hover {
  background: none;
}
.lectures a.item:hover {
  background: #e9e7e0;
}
#liste_mots {
  font-size: 1.3em;
}
#liste_mots h2 {
  margin-bottom: 1em;
}
#liste_mots span {
  margin: 1em;
}
#liste_mots span:hover {
  margin: 1em;
  background-color: #ffc40d;
}
#liste_mots a {
  color: #ffffff;
}
#liste_mots a:hover {
  color: #ffffff;
  background: transparent;
  cursor: pointer;
}
.notes {
  width: auto;
  padding: 2em;
  max-width: none;
}
@media (max-width: 768px) {
  #nav .navbar-default {
    background-color: #dedbd1;
  }
  #nav .menuder li ul {
    width: auto;
    position: relative;
    left: 0;
    display: block;
    float: none;
  }
  #nav .menuder li ul li {
    display: inline-block;
    width: auto;
  }
  #nav .menuder li ul .nav > li > a {
    width: auto;
  }
}
