@import url(https://fonts.googleapis.com/css?family=Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
body {
  margin: 0;
  background: white;
  font-size: 1rem;
}

@media (min-width: 1300px) {
  body {
    font-size: 1.5rem;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*!
   * justifiedGallery - v3.8.1
   * http://miromannino.github.io/Justified-Gallery/
   * Copyright (c) 2020 Miro Mannino
   * Licensed under the MIT license.
   */
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.justified-gallery > a,
.justified-gallery > div,
.justified-gallery > figure {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  /* background: #888888; To have gray placeholders while the gallery is loading with waitThumbnailsLoad = false */
  filter: "alpha(opacity=10)";
  opacity: 0.1;
  margin: 0;
  padding: 0;
}

.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > figure > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img,
.justified-gallery > figure > a > img,
.justified-gallery > a > svg,
.justified-gallery > div > svg,
.justified-gallery > figure > svg,
.justified-gallery > a > a > svg,
.justified-gallery > div > a > svg,
.justified-gallery > figure > a > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
}

.justified-gallery > a > .jg-caption,
.justified-gallery > div > .jg-caption,
.justified-gallery > figure > .jg-caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #ffffff;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}

.justified-gallery > a > .jg-caption.jg-caption-visible,
.justified-gallery > div > .jg-caption.jg-caption-visible,
.justified-gallery > figure > .jg-caption.jg-caption-visible {
  display: initial;
  filter: "alpha(opacity=70)";
  opacity: 0.7;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}

.justified-gallery > .jg-entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: none;
}

.justified-gallery > .jg-entry-visible > img,
.justified-gallery > .jg-entry-visible > a > img,
.justified-gallery > .jg-entry-visible > svg,
.justified-gallery > .jg-entry-visible > a > svg {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}

.justified-gallery > .jg-filtered {
  display: none;
}

.justified-gallery > .jg-spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial;
}

.justified-gallery > .jg-spinner > span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-radius: 6px;
}

.tri {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tri p {
  font-family: "Raleway";
  padding: 0 5%;
  font-size: 1.5em;
}

#faune {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#faune img {
  -webkit-animation: slideinimg 2s ease;
          animation: slideinimg 2s ease;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@-webkit-keyframes slideinimg {
  from {
    opacity: 0%;
  }
  to {
    opacity: 100%;
  }
}

@keyframes slideinimg {
  from {
    opacity: 0%;
  }
  to {
    opacity: 100%;
  }
}

.parallax-window {
  height: 595px;
  background: rgba(0, 0, 0, 0.384);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 60vh;
  overflow: hidden;
}

.parallax-window a {
  -ms-flex-item-align: center;
      align-self: center;
  width: 15%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-self: center;
}

.parallax-window a svg {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  height: 10%;
  padding: 5%;
  border-radius: 50px;
}

.parallax-window svg:hover {
  background-color: rgba(236, 219, 219, 0.5);
}

.parallax-window h1 {
  -webkit-animation: visible 2s ease;
          animation: visible 2s ease;
  font-size: 3.5em;
  font-weight: 400;
  color: white;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-family: "Raleway";
  margin: 0;
  padding: 0 10%;
  text-align: center;
}

.parallax-window p {
  -webkit-animation: visible 1s ease;
          animation: visible 1s ease;
  font-size: 1.2em;
  font-weight: 200;
  padding: 0 10%;
  color: white;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-family: "Raleway";
  text-align: center;
}

.parallax-window .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 70%;
}

main {
  position: absolute;
  background: white;
  min-height: 81vh;
}

header {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Raleway";
  background: white;
}

@media (min-width: 1300px) {
  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header a {
  margin: 2em;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: black;
  font-size: 0.7em;
  text-decoration: none;
  padding: 0 2em;
}

header h1 {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.burger {
  opacity: 0;
  margin-left: 100%;
  z-index: 300;
  position: fixed;
  top: 0%;
  width: 100vw;
  height: 100vh;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.burger a {
  margin: 2em;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: black;
  font-size: 1.5em;
  font-family: "Raleway";
  text-decoration: none;
  padding: 0 2em;
}

.burger_button {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 1em;
  right: 1em;
  width: 2em;
  height: 2em;
}

@media (min-width: 1300px) {
  .burger_button {
    display: none;
  }
}

.burger_button svg {
  width: 100%;
  height: 100%;
}

.burger_quitter {
  z-index: 300;
  opacity: 1;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  position: absolute;
  top: 2em;
  right: 3em;
  width: 2em;
  height: 2em;
}

.burger_quitter svg {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes visible {
  from {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes visible {
  from {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Raleway";
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 900px) {
  footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

footer a {
  font-size: 0.5em;
  cursor: pointer;
  color: black;
  text-decoration: none;
  margin: 1em;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.logo {
  position: absolute;
  top: 0%;
  color: white;
  left: 1%;
  width: 10em;
  height: 6em;
  display: none;
}

@media (min-width: 1300px) {
  .logo {
    display: block;
  }
}

article {
  z-index: 500;
  background: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 2em 5%;
  width: 90%;
  height: 30em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1300px) {
  article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

article .texte {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1300px) {
  article .texte {
    width: 50%;
    padding: 6em;
  }
}

article .texte p,
article .texte h2 {
  font-family: "Raleway";
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: left;
  width: 100%;
}

article .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

@media (min-width: 1300px) {
  article .img {
    width: 50%;
  }
}

article #img1 {
  background-image: url("../photos/paysage/shop/10.jpg");
}

article #img2 {
  background-image: url("../photos/paysage/shop/16.jpg");
}
/*# sourceMappingURL=tirages.css.map */