/*
#@0
#@1
#@2
#@3
*/
@charset "UTF-8";
/* Feuille de style spécifique au sommaire */
.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;
}
.vignette {
  display: block;
  position: relative;
  margin-bottom: 1em;
  /* Fix du plugin image_responsive pour corriger le léger décalage vertical image/texte */
  /* End fix */
}
.vignette .conteneur_image_responsive_h {
  display: block;
}
.vignette .conteneur_image_responsive_h .image_responsive {
  position: absolute;
  bottom: 0;
}
.vignette .text {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  max-height: 100%;
  padding: 1em;
  background-color: #fbfcff;
  opacity: 0.9;
}
.vignette .text header {
  display: none;
  padding-left: 3em;
  text-align: justify;
  text-overflow: ellipsis;
}
@media (min-width: 40em) {
  .vignette :hover .text header {
    display: block;
  }
}
.random-shuffle {
  color: #7CC724;
}
.shuffle-hint {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  vertical-align: middle;
  font-size: 0.3em;
  text-transform: none;
}
@media (max-width: 60rem) {
  .shuffle-hint {
    display: none;
  }
}
.random-block {
  width: 90%;
  max-width: 68rem;
  margin: auto;
}
@media (min-width: 90rem) {
  .random-block {
    max-width: 100rem;
  }
}
.random-grid {
  display: grid;
  width: 100%;
  grid-gap: 0.5em;
  grid-template-columns: 25% 25% 25% 25%;
  grid-template-rows: 33.33% 33.33% 33.33%;
}
@media (max-width: 60rem) {
  .random-grid {
    grid-template-columns: 50% 50%;
    grid-template-rows: 25% 25% 25% 25%;
  }
}
.random-item-1 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
.random-item-2 {
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 3;
}
.random-item-3 {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
}
.random-item-4 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
.random-item-5 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
}
.random-item-6 {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 3;
  grid-row-end: 4;
}
.random-item-7 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 3;
  grid-row-end: 4;
}
.random-item-8 {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 3;
}
.random-item-9 {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 3;
  grid-row-end: 4;
}
@media (max-width: 60em) {
  .random-item-1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .random-item-2 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .random-item-3 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .random-item-4 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 5;
  }
  .random-item-5 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .random-item-6 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .random-item-7 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .random-item-8 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
  }
  .random-item-9 {
    display: none;
  }
}
section.bandeau_une a:focus, section.bandeu_une a:hover {
  opacity: 0.8;
  transition: opacity 0.5s;
}
body {
  background-color: #f6f6f6;
}
main {
  margin: 6rem auto 0 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 60rem) {
  main {
    margin: 3rem auto 0 auto;
  }
}
main h2 {
  font-size: 1.5em;
  margin-bottom: 0;
}
.main-content {
  width: 95%;
  padding-top: 0.5em;
  margin: auto;
  max-width: 100rem;
}
section {
  padding-bottom: 3em;
}
@media (min-width: 90rem) {
  .main-content {
    display: flex;
    flex-direction: row;
  }
  .selection_une {
    width: calc(33% - 1em);
  }
}
#news {
  display: none;
}
.selection_une .grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.selection_une .grid .column {
  display: flex;
  flex-direction: column;
  width: calc(100%);
}
@media (max-width: calc(90rem - 1px)) {
  .selection_une .grid .column {
    display: flex;
    flex-direction: column;
    width: calc(33% - 0.5em);
    margin-left: 1em;
    margin-bottom: 0.25em;
  }
  .selection_une .grid :first-child.column {
    width: calc(66% - 0.5em);
    margin: 0;
  }
}
@media (max-width: calc(90rem - 1px)) and (min-width: 60rem) {
  .selection_une .grid .column header {
    display: none;
  }
}
@media (max-width: calc(90rem - 1px)) and (min-width: 60rem) {
  .selection_une .grid :first-child.column header {
    display: block;
  }
}
@media (max-width: 60rem) {
  .selection_une .grid .column {
    width: calc(100%);
    margin-left: 0;
  }
  .selection_une .grid :first-child.column {
    width: calc(100%);
  }
}
.last-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 66%;
}
@media (max-width: calc(90rem - 1px)) {
  .last-content {
    width: 100%;
  }
}
.last-content .articles, .last-content .videos {
  display: flex;
  flex-direction: column;
  width: calc(50% - 1em);
  margin-bottom: 0.25em;
  margin-left: 1em;
}
@media (max-width: calc(90rem - 1px)) {
  .last-content .articles {
    margin-left: 0;
  }
}
@media (max-width: 60rem) {
  .last-content .articles, .last-content .videos {
    width: calc(100%);
    margin-left: 0;
  }
}
.galaxie ul, .participer ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style-type: none;
}
.galaxie ul li, .participer ul li {
  width: 33%;
}
@media (max-width: 60rem) {
  .galaxie ul li, .participer ul li {
    width: 50%;
  }
}
