/*
#@0
#@1
#@2
#@3
#@4
*/
/* adaptations pour SPIP */
#header > p {
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.225em;
  line-height: 1em;
  margin: 0 0 1em 0;
  text-transform: uppercase;
  -moz-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  height: inherit;
  left: 1.25em;
  line-height: inherit;
  position: absolute;
  top: 0;
}
#header > p a {
  border: 0;
}
#header.alt p {
  pointer-events: none;
  opacity: 0;
}
.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 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 {
  padding: 1rem;
  background: none;
  text-align: right;
}
#menu .close i {
  font-size: 130%;
}
.chapo {
  font-weight: 600;
  font-size: 130%;
}
.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;
}
.lity-group-start-stop {
  margin-top: -0.5rem;
}
.lity-group-start-stop button, .lity-next, .lity-previous {
  box-shadow: none;
}
.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;
}
