@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: #1A1A1A;
}

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

.cadre {
  height: auto;
  width: 100%;
  padding: 1% 0;
  background: #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 1400px) {
  .cadre {
    height: 100vh;
    padding: 0;
  }
}

.cadre__top {
  padding: 0 5%;
  height: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cadre__top__back {
  height: 3em;
  width: 3em;
  border-radius: 5em;
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cadre__top__back:hover {
  background-color: #4E4E4E;
}

.cadre__top__back svg {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  height: 50%;
}

.cadre__top__zoom {
  cursor: pointer;
  height: 3em;
  width: 3em;
  border-radius: 5em;
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cadre__top__zoom:hover {
  background-color: #4E4E4E;
}

.cadre__top__zoom svg {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  height: 50%;
}

.cadre__midle {
  height: 80%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cadre__midle .photo {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cadre__midle .photo #normal {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
  height: auto;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: slidein;
          animation-name: slidein;
}

@media (min-width: 1400px) {
  .cadre__midle .photo #normal {
    height: 100%;
    width: auto;
  }
}

.cadre__midle .photo #panorama {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: slidein;
          animation-name: slidein;
  width: 100%;
  height: auto;
}

@-webkit-keyframes slidein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slidein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.cadre__midle__before, .cadre__midle__after {
  height: 3em;
  width: 3.5em;
  margin: 0 3%;
  border-radius: 5em;
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cadre__midle__before:hover, .cadre__midle__after:hover {
  background-color: #4E4E4E;
}

.cadre__midle__before svg, .cadre__midle__after svg {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  height: 50%;
}

.cadre__down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 10vh;
  color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cadre__down svg {
  height: 30%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.more {
  background: white;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.more__informations {
  padding: 0.5em 0;
  width: 80%;
  margin: 3em 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media (min-width: 900px) {
  .more__informations {
    padding: 5em 0;
  }
}

.more__informations h1 {
  color: black;
  letter-spacing: 0.1em;
  font-weight: 800;
}

.more__informations h1,
.more__informations p {
  font-family: "Raleway";
}

.more__informations__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

.more__informations__data__date, .more__informations__data__lieu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 100vw;
  height: 3em;
}

.more__informations__data__date p, .more__informations__data__lieu p {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.more__informations__data__date svg, .more__informations__data__lieu svg {
  height: 40%;
  margin-right: 1%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.more__redbubble {
  font-family: "Raleway";
  padding: 3em;
  background: #1A1A1A;
  width: 100%;
  padding: 4em 10%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.more__redbubble h1 {
  color: white;
  letter-spacing: 0.3em;
  font-weight: 400;
}

.more__redbubble__tirage {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.more__redbubble__tirage .overlay-image {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

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

.more__redbubble__tirage__description {
  width: 100%;
  color: white;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media (min-width: 1400px) {
  .more__redbubble__tirage__description {
    padding: 0 5em;
  }
}

/********* Superposition simple de texte sur une image *******/
/* Conteneur principal */
.overlay-image {
  position: relative;
  width: 100%;
  margin: 1%;
  display: inline-block;
}

/* Image originale */
.overlay-image .image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

/* Texte original */
.overlay-image .text {
  opacity: 0;
  background: rgba(0, 0, 0, 0.507);
  height: 100%;
  color: #fff;
  font-size: 1em;
  text-align: center;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.overlay-image .text p {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.overlay-image .text:hover {
  opacity: 1;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  font-size: 2em;
}

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.75em;
  cursor: pointer;
  color: black;
  text-decoration: none;
  margin: 1em;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.parallax-window {
  min-height: 100px;
  background: transparent;
}

@media (min-width: 900px) {
  .parallax-window {
    min-height: 400px;
  }
}
/*# sourceMappingURL=photo.css.map */