/*
#@0
#@1
#@2
*/
.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;
}
div.article-box {
  border: 4px solid rgba(34, 136, 204, 0.15);
  border-left-width: 10px;
  border-left-color: #7CC724;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 0.5em;
  max-width: 40rem;
  display: flex;
  flex-direction: row;
}
div.article-box span.logo {
  min-width: 15em;
  flex: 1;
  margin-right: 0.5em;
}
div.article-box > div {
  flex: 2;
  /* display: flex; */
  min-width: 1em;
}
div.article-box > div > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
div.article-box .lireaussi {
  color: #7CC724;
  font-family: "Bebas Kai", sans-serif;
  font-size: 1.3em;
}
div.article-box h3 {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
div.article-box h3 a {
  font-family: "Bebas Kai", sans-serif;
  color: #006699;
  font-size: 1em;
  text-decoration: none;
  line-height: 1;
  max-width: 100%;
}
div.article-box p {
  align-self: flex-start;
  width: 100%;
  line-height: 1;
  max-width: 100%;
  font-size: 0.9em;
  margin: 0;
}
@media (max-width: 600px) {
  div.article-box {
    display: block;
  }
  div.article-box span.logo {
    min-width: 15em;
    margin: 0;
  }
}
body {
  background-color: #f6f6f6;
}
main h1 {
  text-align: center;
  margin-top: 0;
}
.decodeur {
  width: 100%;
  max-width: 68rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #fbfcff;
  border: 1px solid #dbebf8;
  border-radius: 0.2em;
  padding-top: 2em;
}
.decodeur > .container {
  width: 100%;
  max-width: 40rem;
  margin-right: auto;
  margin-left: auto;
}
textarea {
  width: 100%;
  height: 10em;
}
.label {
  display: inline-block;
}
.ariane-menu {
  display: none;
}
.coding-decoding {
  display: flex;
  width: 100%;
}
@media (max-width: 60em) {
  .coding-decoding {
    flex-direction: column;
  }
}
.col {
  width: 100%;
}
#direction_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 3em;
}
@media (max-width: 60em) {
  #direction_info {
    flex-direction: row;
  }
  #direction_info #encode_info, #direction_info #decode_info {
    transform: rotate(90deg);
  }
}
#direction_info img {
  cursor: pointer;
}
#description {
  max-width: 40rem;
  width: 100;
}
#description a {
  border: solid 2px #006699;
  text-align: center;
}
#description a:hover {
  opacity: 0.8;
}
.article_lie {
  margin-top: 3em;
}
