/*
#@0
#@1
*/
@charset "UTF-8";
/* Feuille de style spécifique à la recherche */
.recherche-accueil {
  width: 90%;
  border-radius: 4px;
  padding: 6.5em 0 3em 0;
  z-index: 200;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.recherche-accueil button {
  margin-top: 5px;
}
.quicklinks {
  width: 90%;
  display: flex;
  z-index: 200;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.quicklinks ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: auto;
  padding: 1em 1em 0.5em 1em;
  color: #fbfcff;
  justify-content: center;
  background: rgba(0, 102, 153, 0.25);
}
.quicklinks li {
  list-style-type: none;
  padding: 0 0.5em;
}
.quicklinks li a {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.quicklinks li a span {
  font-size: 0.7em;
  font-weight: bolder;
}
.quicklinks li a div {
  width: 1.5em;
  font-size: 2em;
  text-align: center;
  margin: auto;
}
.bouton {
  height: 1.8em;
}
@media (max-width: 60rem) {
  .recherche-accueil {
    padding: 6.5rem 0;
  }
}
@media (max-width: 37rem) {
  .recherche-accueil {
    padding: 11rem 0 2rem 0;
  }
}
.summary-nav {
  width: 100%;
  background-color: #7CC724;
  height: 250px;
}
.bandeau {
  background-image: url('https://latoilescoute.net/squelettes/image/bandeau_parallax/repeat.png');
  background-repeat: repeat-x;
  background-size: contain;
  height: 250px;
  width: 100%;
  position: absolute;
  z-index: 100;
  background-position: 0 -4px;
  background-color: #48902d;
}
.bandeau .layers {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bandeau .object {
  position: inherit;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.bandeau .image {
  display: block;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.bandeau .soleil {
  background-image: url('https://latoilescoute.net/squelettes/image/bandeau_parallax/soleil.svg');
  width: 30px;
  height: 30px;
  top: 30px;
  left: 750px;
}
.bandeau .nuages {
  background-image: url('https://latoilescoute.net/squelettes/image/bandeau_parallax/nuages.svg');
  height: 129px;
  width: 549px;
  top: 30px;
}
.bandeau .collines2 {
  background-image: url('https://latoilescoute.net/squelettes/image/bandeau_parallax/collines2.svg');
  width: 1429px;
  height: 39px;
  margin-top: 134px;
}
.bandeau .collines1 {
  background-image: url('https://latoilescoute.net/squelettes/image/bandeau_parallax/collines1.svg');
  height: 245px;
  width: 1430px;
  margin-top: 138px;
}
.bandeau .dessin {
  overflow: hidden;
  top: 5px;
}
.bandeau .dessin .image {
  background-image: url('https://latoilescoute.net/squelettes/image/bandeau_parallax/dessin_res2.png');
  background-image: -webkit-image-set(url('https://latoilescoute.net/squelettes/image/bandeau_parallax/dessin_res2.png') 1x, url('https://latoilescoute.net/squelettes/image/bandeau_parallax/dessin_res4.png') 2x);
  background-image: image-set(url('https://latoilescoute.net/squelettes/image/bandeau_parallax/dessin_res2.png') 1x, url('https://latoilescoute.net/squelettes/image/bandeau_parallax/dessin_res4.png') 2x);
  background-size: 1265px auto;
  background-position: center top;
  width: 100%;
  height: 250px;
  padding: 0;
}
.bandeau .feu {
  width: 20px;
  height: 35px;
  top: 205px;
  right: 127px;
  left: -20px;
  cursor: pointer;
}
.bandeau .feu .image {
  background-image: url('https://latoilescoute.net/squelettes/image/bandeau_parallax/feu.svg');
}
.bandeau .balancoire {
  width: 50px;
  height: 85px;
  top: 135px;
  right: 480px;
  left: -50px;
  cursor: pointer;
  transform-origin: 25% 10%;
}
.bandeau .balancoire .image {
  background-image: url('https://latoilescoute.net/squelettes/image/bandeau_parallax/balancoire.svg');
}
.bandeau .porte {
  width: 100px;
  height: 80px;
  top: 170px;
  left: 340px;
  right: -100px;
  cursor: pointer;
}
.bandeau .porte .image {
  background-image: url('https://latoilescoute.net/squelettes/image/bandeau_parallax/porte.svg');
}
.bandeau .tete {
  width: 15px;
  height: 30px;
  top: 208px;
  left: 345px;
  right: -30px;
}
.bandeau .tete .image {
  background-image: url('https://latoilescoute.net/squelettes/image/bandeau_parallax/tete.svg');
  background-size: 17px 20px;
}
.recherche {
  max-width: 68rem;
  margin: 1rem auto;
  display: flex;
  flex-direction: row;
}
.recherche a:focus {
  background-color: transparent;
  color: inherit !important;
}
.recherche a:active {
  background-color: inherit;
  color: black;
}
.recherche form {
  margin-bottom: 2rem;
}
.recherche input {
  border: none;
  -webkit-appearance: none;
  /* Ne pas utiliser le style par défaut de Safari */
  display: inline;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}
.recherche input#recherche {
  color: #000000;
  background: transparent;
  border: 1px solid #069;
  padding: 0.3rem 2rem 0.3rem 0.5rem;
  text-align: left;
  width: 80%;
}
.recherche input.submit {
  color: #069;
  background: transparent;
}
.recherche .filtre {
  text-align: left;
}
.recherche .filtre h4 {
  display: inline-block;
}
.recherche .filtre .filtre_item {
  display: inline-block;
}
.recherche .filtre .filtre_item a {
  color: #069;
  text-decoration: none;
}
.recherche .liste.long.resultats {
  max-width: 45rem;
}
.recherche .liste.long.resultats h2.result {
  margin: 0;
}
.recherche .liste.long.resultats .tri {
  text-decoration: none;
  color: #069;
}
.recherche ul {
  padding: 0;
  margin: 1rem 0 0 0;
}
.recherche .item {
  list-style-type: none;
}
.recherche mark, .recherche .mark {
  font-weight: bold;
  background-color: transparent;
}
.recherche .active-filter {
  color: red;
}
.recherche .item a {
  text-decoration: none;
}
.recherche .liste-articles .item:hover {
  background-color: #f3f3f3;
}
.recherche .h3-like.entry-title {
  color: #069;
  font-size: 1.3rem;
}
.recherche .introduction.entry-content p {
  margin: 0;
}
.recherche .publication {
  margin: 0 0 1rem 0;
  color: #5c5a5a;
  font-size: 0.9rem;
}
.recherche .pagination {
  margin: 0.5rem 0 0.5rem 0;
}
.recherche .pagination .on {
  color: #069;
}
.recherche .pagination .sep {
  color: #5c5a5a;
}
.recherche .pagination a.lien_pagination {
  color: #069;
}
.recherche .facets h3 {
  margin: 0.5rem 0 0.5rem 0;
}
.facet-item-list {
  display: none;
}
.facets-type-list > li {
  list-style: none;
}
.facet-title {
  cursor: pointer;
}
