/*
#@plugins/auto/wsps_html5_v4/css/wsps.scss
#@plugins/auto/wsps_html5_dist_v2/css/_variables.scss
#@plugins/auto/tutotheque/css/_variables_perso.scss
*/
/* Fonts */
/* Colors */
/* Grid */
#content section {
  position: relative;
}
/* menu traductions */
ul.traductions {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  text-align: right;
}
ul.traductions li.item {
  padding: 0;
  margin: 0.375em;
  margin-left: 0;
}
ul.traductions li:not(:last-child) {
  margin-right: 0.375em;
}
ul.traductions li:not(:last-child) a {
  padding-right: 0.375em;
}
ul.traductions li:not(:last-child):after {
  content: '|';
}
ul.traductions li:last-child {
  margin-right: 0;
}
#documents_album {
  width: 100%;
  height: auto;
}
#main #documents_album li, #documents_album li {
  float: left;
  margin: 0 10px 10px 0;
  width: 160px;
  height: 200px;
  list-style: none;
}
#pagination_ev {
  display: none;
}
#contenu .socialtags ul li {
  background: none repeat scroll 0 0 transparent;
  display: inline;
}
div.socialtags {
  margin: 0;
  padding: 5px 0;
}
.socialtags-hovers {
  opacity: 1;
}
#outils {
  clear: both;
  float: right;
  width: 75px;
  border: 1px dashed #e5e5e5;
  padding: 5px;
  margin: 5px;
  right: 0;
  top: 0;
  background-color: #bfbfbf;
  opacity: 0.4;
  filter: alpha(opacity=40);
  text-align: center;
  position: relative;
  z-index: 100;
}
.absolute {
  position: absolute;
}
#outils:hover, #outils:active {
  opacity: 1;
  filter: alpha(opacity=100);
}
#outils div#recommander, #outils div.item {
  float: left;
}
#outils #recommander {
  width: 350px;
  min-height: 500px;
  background-color: #e5e5e5;
  padding: 5px;
  border: 1px dashed #f0f0f0;
  border-radius: 5px;
}
#outils #recommander h2 {
  background: url('https://tutotheque.be/plugins/auto/wsps_html5_v4/prive/themes/spip/images/mail.png') transparent no-repeat;
  width: 24px;
  height: 24px;
  font-size: 0px;
  margin: 0;
}
#outils #recommander h2:hover {
  font-size: 12px;
  width: 200px;
  padding: 2px;
  background: none #000000;
  position: absolute;
  color: #ffffff;
}
#outils img {
  background: none;
  border: 0px;
  margin: 0;
  padding: 0;
}
#outils #cboxTitle {
  display: none;
}
.menuder li, .menuder a {
  width: auto;
}
.menuder {
  background-color: #222;
}
.menuder ul {
  background-color: #222;
}
.menuder a.daddy {
  background: none;
}
.menuder li ul {
  border-width: 0;
}
.menuder li ul ul {
  margin: -1.75em 0 0 13.9em;
}
.menuder li ul a {
  width: 10em;
  color: #9d9d9d;
}
.menuder a:hover {
  background-color: #ffffff;
}
.menuder li:hover, .menuder li.hover {
  background-color: #222;
}
.home #content .cartouche {
  display: none;
}
@media screen and (max-width: 800px) {
  ul.traductions {
    padding: 0.375em 0;
    text-align: left;
  }
  ul.traductions li.item {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  h1#logo_site_spip {
    margin: 0 auto;
    width: 300px;
  }
}
