*{
  
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.overlay{
  background-color: black;
  align-items: center;
  justify-content: center;
  display: flex;
  font-family: "Be Vietnam Pro", sans-serif;
  transition: 1s;
  color:#d3d2d2;
}

.overlay:hover{
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
}

.overlay-content{
  align-items: center;
  justify-content: center;
  display: flex;
}

ul{
  display: flex;
  align-items: center;
  
  }

  ul li:hover{
    list-style: none;
  
    text-decoration: underline;
  text-underline-offset: 10px;
  transition-delay: 3s;
  color: white;
  
  
  }




.overlay-content a{
  padding: 30px;
  font-size: 20px;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  display: flex;
  transition: 1s;
  color:#d3d2d2;
}

.logo{
  height: 10%;
  width: 10%;
}

.hvr-grow :hover{
  transform: scale(1.3);
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
}

.overlay img:first-of-type{
  margin-left: auto;
}

/* 
grid */

#projets{
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  background: linear-gradient(rgba(243, 243, 243, 0.788),grey);
}




.video{
  padding: 10px;
  height: 500px;
  width: 500px;
  overflow: hidden;
}

video{
  align-items: center;
}

.vignette{
 display: flex;
  height: 500px;
  align-items: center;
  object-fit: cover;
}

footer{
  background: #000;
  color: white;
  text-align: center;
  padding: 50px;
  font-family: "Be Vietnam Pro", sans-serif;
  
}

.cred{
  font-family: "Be Vietnam Pro", sans-serif;
  padding: 50px;
}

.burger,.closebtn,.logo001{
  display: none;
}

@media all and (max-width: 1000px){

   html,body{ overflow-x:hidden;}
   .projet img{width: 100%;}

   .overlay-content{display: none;}

   .overlay { min-width: 100%;  padding-top: 100px;}
  /* .overlay nav { min-width: 100%; display: block;} */
  
   .burger {
    font-size: 2em;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    left: 3%;
    top:4%;
    color: white;
    display: flex;
    padding-left: 10px;
  }

  .logo001{
    width: 100px;
    display: block;
    position: absolute;
    margin-right: -4px;
    top: 23%;
    /* left: 75%; */
    right: 1%;
    
  }
  header {
   width: 100%;
   padding: 50px;
   margin: auto 15px;
   
  }

  .video{

    align-items: center;
    padding: 5px;
    display: flex;
    justify-content: center;
    object-fit: cover;
  }


  #main-nav {
    height: 0%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    font-family: "Be Vietnam Pro", sans-serif;
    background-color: black;
    overflow-y: hidden;
    transition: 0.5s;
    
    
  
  }
 


  #categories{
    display: block;
    align-items: center;
    
    top: 0;
  }

  .closebtn, .overlay {
    position: absolute;
    top: 10px;
    right: 45px;
    font-size: 60px;
    display: flex;
    flex-wrap: wrap ;
    flex-direction: column;
  }


  .closebtn{
    color: white;
    text-decoration: none;
    display: none;
  }

  /* .overlay a:hover,
  .overlay a:focus {
    color: #7F8C8D;
  } */
  
}















