@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;
  }
}

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

video#bgvid {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  background: -webkit-gradient(linear, left top, left bottom, from(#00000021), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(#00000021, rgba(0, 0, 0, 0.75));
  background-size: cover;
}

main {
  width: 100%;
}

main .title {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 90vh;
  background: -webkit-gradient(linear, left top, left bottom, from(#00000021), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(#00000021, rgba(0, 0, 0, 0.75));
}

main .title h1 {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  max-width: 90vw;
  text-align: center;
  color: white;
  font-size: 4em;
  font-family: "Raleway";
}

main .title p {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  max-width: 90vw;
  text-align: center;
  font-size: 2em;
  margin-top: 1em;
  align-self: center;
  color: white;
  font-family: "Raleway";
  font-weight: 200;
}

main article {
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 0 10%;
  width: 100%;
  min-height: 100vh;
  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: 1000px) {
  main article {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

main article p {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
  margin-top: 1.5em;
  color: white;
  font-family: "Raleway";
  font-weight: 200;
  font-size: 1em;
}

@media (min-width: 1000px) {
  main article p {
    width: 40%;
  }
}

main article .image {
  width: 100%;
  height: 50%;
  -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;
}

@media (min-width: 1000px) {
  main article .image {
    width: 40%;
    height: 50%;
  }
}

main article .image img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
}

@media (min-width: 1000px) {
  main article .image img {
    width: 150%;
  }
}

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);
  }
}

.parallax-window {
  background: rgba(0, 0, 0, 0.384);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.parallax-window h2 {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  max-width: 90vw;
  text-align: center;
  font-size: 1.7em;
  font-weight: 400;
  color: white;
  align-self: center;
  font-family: "Raleway";
  margin: 0;
}

.parallax-window p {
  font-size: 1.5em;
  font-weight: 200;
  color: white;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-family: "Raleway";
}

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;
  }
}
/*# sourceMappingURL=auteur.css.map */