@charset "UTF-8";
/* RESET CSS*/
body, ul, h1, h2, h3, p, blockquote {
  margin: 0;
  padding: 0;
  font-variant: normal;
  font-family: 'Heebo', sans-serif;
  box-sizing: border-box; }

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

/* vidéo */
.homepage-hero-module {
  border-right: none;
  border-left: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -100;
  padding: 0 16px; }

.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #000; }

.video-container .poster img {
  width: 100%;
  bottom: 0;
  position: absolute; }

.video-container video {
  position: absolute;
  z-index: 0;
  bottom: 0; }

.video-container video.fillWidth {
  width: 100%; }

/* fin video */
#burger {
  background-color: #FFFF66;
  width: 40px;
  height: 45px;
  padding: 15px;
  padding-top: 20px;
  position: relative;
  margin: 32px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
  z-index: 10000;
  transition: 0.5s ease-in-out; }
  #burger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 68%;
    margin: 25% auto;
    margin-left: 15%;
    background: #222;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  #burger span:nth-child(1) {
    top: 0px;
    transition: 0.5s ease-in-out; }
  #burger span:nth-child(2), #burger span:nth-child(3) {
    top: 12px;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  #burger span:nth-child(4) {
    top: 23px; }

#burger.open span:nth-child(1) {
  top: 55px;
  margin-left: 7px; }

#burger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#burger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#burger.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%; }

#page1 {
  background: rgba(34, 34, 34, 0.5);
  width: 100%;
  height: 100vh;
  display: block;
  padding-top: 30px;
  padding-left: 30px; }
  #page1 main {
    text-align: center; }
  #page1 h1 {
    background-color: #FFFF66;
    margin: 34vh auto;
    padding: 20px;
    display: inline-block;
    color: #222;
    text-align: center;
    font-weight: bold;
    letter-spacing: 10px;
    font-size: 16px;
    line-height: 3; }
  #page1 aside {
    position: absolute;
    bottom: 25px;
    left: 0;
    color: #FFFF66;
    text-align: center;
    margin: auto;
    display: block;
    width: 100%;
    font-size: 25px;
    font-weight: lighter; }
  #page1 aside a {
    color: #FFFF66; }

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate; }

nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  z-index: 100;
  display: none; }
  nav ul {
    list-style-type: none;
    margin: 0 auto;
    display: inline;
    bottom: 40%;
    left: 40%;
    right: 40%;
    top: 35%;
    position: absolute; }
    nav ul li {
      margin-bottom: 10%; }
      nav ul li a {
        color: #222;
        text-decoration: none;
        font-weight: bold;
        letter-spacing: 8px;
        font-size: 14px; }
      nav ul li a:hover {
        border-bottom: 1px solid black;
        padding-bottom: 3px; }
  nav div {
    background-color: #FFFF66;
    height: 100%;
    width: 100%;
    text-align: center; }

nav.ouvert {
  margin: 30px;
  display: block;
  z-index: 1000; }

#page2 {
  width: calc(100% - 32px);
  background-color: #fff;
  margin: 0 auto; }
  #page2 a {
    display: inline-block;
    position: relative;
    font-size: 0;
    transition: 0.3s ease-in-out;
    width: 100%; }
    #page2 a img {
      width: 100%; }
  #page2 a:before {
    content: '';
    background-color: transparent;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in-out; }
  #page2 a:hover:before {
    content: '';
    background-color: #FFFF66;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #page2 article {
    margin-top: 70px; }
  #page2 h3 {
    position: absolute;
    z-index: 100;
    top: -29px;
    left: -50px;
    font-size: 45px;
    font-weight: bold;
    width: 80%;
    letter-spacing: 25px;
    display: block;
    line-height: 1.2;
    color: #222; }
  #page2 p.pi {
    display: none;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1000000;
    color: #222;
    font-weight: bold;
    letter-spacing: 8px;
    font-size: 16px; }
  #page2 ul {
    margin: 0 auto;
    max-width: 1150px;
    width: 95%; }
    #page2 ul li {
      list-style-type: none; }
  #page2 #projets {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #FFFF66;
    width: 100%;
    display: block;
    margin: 0 auto; }
    #page2 #projets h2 {
      text-align: left;
      font-weight: bold;
      letter-spacing: 10px;
      margin-left: 135px;
      font-size: 16px;
      line-height: 3; }
  #page2 .grid-sizer, #page2 .grid-item {
    width: 45%;
    padding-top: 100px;
    padding-bottom: 50px;
    padding-left: 60px;
    padding-right: 60px; }

footer {
  background-color: #FFFF66;
  width: 100%;
  margin-top: 70px;
  display: block;
  margin: 0 auto; }
  footer h2 {
    text-align: left;
    font-weight: bold;
    letter-spacing: 10px;
    margin-left: 135px;
    padding-top: 10px;
    font-size: 16px;
    line-height: 3; }
  footer ul {
    padding-top: 20px; }
    footer ul li {
      text-align: center;
      display: block; }
      footer ul li h2 {
        text-align: center;
        font-weight: bold;
        letter-spacing: 10px;
        padding: 0;
        margin: 0;
        font-size: 16px;
        line-height: 3;
        text-decoration: none; }
      footer ul li a {
        color: #222;
        font-size: 16px;
        text-decoration: none;
        padding: 40px; }
      footer ul li a:hover {
        color: white; }
      footer ul li a:hover:before {
        display: none; }
  footer div {
    margin: 0 auto;
    display: block;
    text-align: center;
    padding-bottom: 15px; }
    footer div .icon {
      color: #222;
      display: inline-block; }
      footer div .icon .fa {
        font-size: 20px; }

body {
  background-color: #222;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  body .bande1 {
    width: 100%;
    background-color: #222;
    height: 16px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000; }
  body .bande2 {
    width: 100%;
    background-color: #222;
    height: 16px;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 1000; }

/* page projets */
.visu #page1 {
  height: 110px;
  background-image: none; }
  .visu #page1 main h1 {
    padding: 0 10px;
    color: #FFFF66;
    text-align: right;
    width: 100%;
    margin: 0;
    background-color: transparent;
    font-size: 14px; }

.visu #page2 #projets h2 {
  text-decoration: none; }

.visu #page2 .contenu {
  max-width: 1150px;
  width: 95%;
  margin: 0 auto; }
  .visu #page2 .contenu h5 {
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 15px;
    display: block;
    line-height: 1.6;
    color: #222;
    margin-top: 50px;
    margin-bottom: 20px; }
  .visu #page2 .contenu p {
    color: #222;
    font-weight: lighter;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 4px; }
  .visu #page2 .contenu a {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 10px;
    display: inline-block;
    width: 20%;
    min-width: 120px;
    border: 4px solid #222;
    position: relative; }
  .visu #page2 .contenu a img {
    width: 100%; }
  .visu #page2 .contenu a:before {
    content: '';
    background: transparent; }
  .visu #page2 .contenu a:hover {
    border-color: #FFFF66; }

.visu #contact ul {
  margin-top: 50px; }

.visu #contact li a {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 20px; }

.visu .lb-closeContainer {
  display: none; }

.visu .lightbox .lb-image {
  border-color: #222; }

@media screen and (max-width: 1000px) {
  .grid-sizer, #page2 .grid-item {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 30px 80px; } }

@media screen and (max-width: 600px) {
  .homepage-hero-module {
    display: none; }
  #page1 {
    padding-top: 10px;
    padding-left: 10px; }
    #page1 nav ul {
      left: 10%;
      right: 10%; }
    #page1 h1 {
      max-width: 90%; }
  #page2 h3 {
    font-size: 30px;
    letter-spacing: 10px; }
  #page2 a .pi {
    opacity: 0; }
  #contact ul li a, .visu #contact ul li a {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 20px; }
  #contact ul li h2, .visu #contact ul li h2 {
    letter-spacing: 0; }
  .visu #page1 main h1 {
    padding: 0;
    padding-top: 23px; }
  .visu #page2 #projets h2 {
    margin-left: 50px;
    text-align: right; }
  .visu #page2 .contenu {
    width: 90%;
    margin: 0 auto; }
    .visu #page2 .contenu h5 {
      font-size: 25px;
      letter-spacing: 10px; }
    .visu #page2 .contenu a {
      width: 43%; } }
