/*
#@plugins/auto/html5up_spectral/v2.3.10/css/theme.scss
#@plugins/auto/html5up_spectral/v2.3.10/css/libs/_vars.scss
#@plugins/auto/html5up_spectral/v2.3.10/css/libs/_functions.scss
#@plugins/auto/html5up_spectral/v2.3.10/css/libs/_mixins.scss
#@plugins/auto/html5up_spectral/v2.3.10/css/libs/_vendor.scss
#@plugins/auto/html5up_spectral/v2.3.10/css/libs/_breakpoints.scss
*/
/* adaptations pour SPIP */
.arbo {
  font-size: 0.7em;
  padding: 0.25em 1.25rem 0;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  text-align: left;
}
#main > header {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
#main > header h1 {
  font-size: 1.75em;
  margin: 0 auto 0.5em auto;
  max-width: 1200px;
}
#main > header .soustitre {
  margin: auto;
  max-width: 1200px;
}
#banner .more:after {
  background: none;
}
#banner .more i {
  font-size: 160%;
}
#header nav > ul > li > a.menuToggle:after {
  background: none;
  display: none;
}
#header nav > ul > li > a.menuToggle i {
  font-size: 110%;
  margin-left: 0.4em;
}
.spotlight h2 a {
  border: 0;
}
#menu ul ul {
  margin: 0;
  padding-left: 1em;
}
#menu ul ul li {
  border: 0 !important;
  margin: 0.5 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
}
#menu .close {
  background: none;
  text-align: right;
}
#menu .close i {
  font-size: 130%;
  padding: 1rem;
}
.pagination {
  margin: 2em 0;
  word-wrap: break-word;
  line-height: 2.4;
  padding: 0;
  text-align: center;
}
.pagination li {
  display: inline;
}
.pagination a, .pagination .on {
  padding: 0.5em;
  margin: 1px;
}
.aside .nav .pagination a, .aside .nav .pagination .on {
  display: inline-block;
  width: auto;
  line-height: 1.4;
}
.pagination a {
  text-decoration: none;
  border: 0;
}
.pagination a.active, .pagination a:hover {
  background: #2e3842;
  color: #fff;
}
.pagination .on {
  font-weight: bold;
}
.pagination .sep {
  visibility: hidden;
  display: none;
}
input[type="submit"], input[type="reset"], input[type="button"], button, .button {
  height: auto;
}
.recherche {
  max-width: 600px;
  margin: 0 auto;
}
.recherche label {
  display: none;
}
.recherche .input-group {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.recherche input[type="search"], .recherche .recherche button.submit {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: rgba(144, 144, 144, 0.25);
  border-radius: 3px;
  border: none;
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 1em;
  text-decoration: none;
  height: 2.75em;
  flex: 100%;
}
.recherche input[type="search"]:focus, .recherche .recherche button.submit:focus {
  box-shadow: 0 0 0 2px #21b2a6;
}
.recherche button.submit {
  margin-left: 0.5em;
  height: 3.4em;
  flex: 60px;
  padding: 0;
}
.recherche button {
  box-shadow: 0 0 0 2px rgba(144, 144, 144, 0.25);
  color: rgba(144, 144, 144, 0.25);
}
.recherche button:hover {
  box-shadow: 0 0 0 2px #21b2a6;
  color: #21b2a6;
}
.inner:after {
  display: block;
  content: '';
  clear: both;
}
article#main h2 {
  font-size: 1.15em;
  line-height: 1.15em;
}
img {
  height: auto;
  max-width: 100%;
}
.spip_documents_left, .spip_documents_right {
  max-width: 49%;
}
/* formulaire */
input[type="checkbox"] + label::before, input[type="radio"] + label::before {
  position: relative;
  margin-right: 1em;
}
.documents_joints .liste-items {
  display: flex;
  flex-wrap: wrap;
}
.documents_joints .liste-items .item {
  max-width: 33.33%;
  flex-basis: 33.33%;
  word-wrap: break-word;
  text-align: left;
}
@media (max-width: 768px) {
  .documents_joints .liste-items .item {
    max-width: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 480px) {
  .documents_joints .liste-items .item {
    max-width: 100%;
    flex-basis: 100%;
  }
}
.documents_joints .liste-items .item .spip_logo {
  float: left;
  margin: 0 0.6em 0 0;
}
.documents_joints .liste-items .item .publication {
  font-size: 0.8em;
}
ul.icons li {
  font-size: 1.2em;
}
