body, html{
  margin: 0;
  padding:0;
  width: 100vw;
  height:100vh;
  overflow: hidden;
  font-family: 'Roboto', sans-serif;

}

#app{
  width: 100%;
  height:100%;
  position: absolute;
}

#nav{
  width: 100%;
  height: 7vh;
  display: block;
  background: #222;
  box-shadow: 0 0 5px #000;
}

#canvas{
  width: 100%;
  height: 93vh;
  position: absolute;
}

.wrap{
  width: 100%;
  height:100%;
  position: absolute;
}

.content{
    width: 100%;
}


.gauche{
  float: left;
  height: 100%;

}

.droite{
  float: right;
  height: 100%;
  padding-right: 20px;
}

.logo{
  color: white;
  text-transform: uppercase;
  margin-left: 20px;
  display: inline;
  line-height: 7vh;
}

.lienMenu{
  line-height: 7vh;
  text-decoration: none;
  color: #c6c6c6;
  padding: 0 10px;
  transition: 0.5s
}

.lienMenu:hover{
  color:#aaa;
  border-bottom: 3px solid #aaa;
}

.xtraspace{
  margin-left:25px;
}


#p1{
  z-index: 4000 !important;
  top:0vh;
  left:0vw;
  background: url('1.jpg');
}

#p2{
  z-index: 4000 !important;
  top:0vh;
  right: 20vw;
  background: url('2.jpg');
}

#p3{
  transform-origin: bottom ;
  z-index: 4000 !important;
  bottom: 0;
  left:0vw;
  background: url('3.jpg');
}

#p4{
  z-index: 4000 !important;
  bottom: 0;
  right: 20vw;
  background: url('4.jpg');
}

#p5{
  z-index: 4000 !important;
  top:0vh;
  right:0vw;
  background: #4a4a4a;
  height: 40vh;
}

#p6{
  z-index: 4000 !important;
  top:40vh;
  right:0vw;
  background: #303030;
  height: 40vh;
}

#p7{
  z-index: 4000 !important;
  bottom:0vh;
  right:0vw;
  background: #1c1c1c;
  height: 20vh;
}

#p1, #p2, #p3, #p4{
  position: absolute;
  background-size: cover !important;
  background-position: center;
  width: 40vw;
  height: 50vh;
  transition: 0.5s;
  filter: sepia(80%) blur(0px);
}

#p5, #p6, #p7{
  position: absolute;
  background-size: cover !important;
  background-position: center;
  width: 20vw;
  transition: 0.5s;
}


#p1:hover, #p2:hover, #p3:hover{
  z-index: 9999  !important;
  box-shadow: 0 0 10px #000;
  filter: sepia(0%);
}

#p5:hover, #p6:hover, #p7:hover{
  z-index: 9999  !important;
  box-shadow: 0 0 10px #000;
}

#p1 h1, #p2 h1, #p3 h1, #p4 h1{
  color: #222;
  text-align: center;
  background-color: #eee;
  padding: 15px 0;
  position: absolute;
  bottom: 20%;
  width: 100%;
  filter:none;
}

#p5 h1, #p6 h1, #p7 h1{
  font-size: 22px;
  color: #ddd;
  text-align: center;
  vertical-align: middle;
  line-height: 100%;
  position: absolute;
  bottom: 20%;
  width: 90%;
  padding: 0 5%;
}
