@font-face {
    font-family: 'Alte Bold';
    src: url('font/AlteHaasGroteskBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Alte Regular';
    src: url('font/AlteHaasGroteskRegular.ttf') format('truetype');
}

body{
    font-family: 'AlteHaas';
    margin: 0;
    background-color: black;
}

header{
    background-color: black;
    height: 12vh;
    overflow: hidden;
}

/* Sidenav menu */
.sidenav {
    height: 100vh;
    width: 550px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: -550px;
    background-color: black;
    padding-top: 150px;
    transition: left 0.7s ease;
}
  
.sidenav ul {
    list-style-type: none;
    font-family: 'Alte Bold';
    background-color: black;
}

/* Sidenav menu links */
.sidenav a {
    padding: 8% 20% 10% 2%;
    text-decoration: none;
    font-size: 3vh;
    color: rgb(89, 89, 89);
    -webkit-transition: color 2s;
    transition: color 2s;
    display: block;
    transition: 1.5s;
}
  
.sidenav a:hover {
    color: white;
}
  
/* Active class */
.sidenav.active {
    left: 0;
}
  
/* Close btn */
.sidenav .close {
    position: absolute;
    top: 0;
    left: 2vw;
    font-size: 7vh
}

.clickmenu{
    background-color: black;
    height:12vh;
    width:33vw;
    text-align: left;
    margin-right:80vw;
    position: absolute;
    top:0;
}

.clickmenu img{
    height:22%;
    margin-top: 4vh;
    margin-bottom: 4vh;
    margin-right: 4vh;
    margin-left: 2vh;
}
  
.logo{
    background-color: black;
    height:12vh;
    width:33vw;
    text-align: center;
    margin-left:33vw;
    position: absolute;
    top:0;
    z-index: 1;
}

.logo img{
    height:100%;
}

.name{
    background-color: black;
    height:12vh;
    width:33vw;
    text-align: right;
    margin-left:65vw;
    position: absolute;
    top:0;
}

.name img{
    height:40%;
    margin-top: 3vh;
    margin-bottom: 5vh;
    margin-right: 2vh;
    margin-left: 4vh;
}
.name h1{
    text-align: right;
    background-color: black;
    margin-top: 2.5vh;
    font-size: 2.5vh;
    font-family: 'Alte Bold';
}

.contentpageun{
    height: 88vh;
}

#videobox{
    height: 80vh;
    overflow: hidden;
}

#video{
    width: 100vw;
    height: 80vh;
    object-fit: cover;
}

.zonebouton{
    display: block;
    height: 12vh;
    background-color: black;
    justify-content: center;
}

.bouton{
    height:10vw;
    background-color: black;
    display: block;
    margin-left: 46vw;
    width: 4vw;
}

.bouton img{
    width:7vh;
}

a{
    text-decoration: none;
    color: #f5f5dc;
    -webkit-transition: color 2s;
    transition: color 2s;
}

a:hover {
    color: black;
}

.contentpagedeux{
    width: 100%;
    color: beige;
}

.projet{
    height: 6vw;
    background-color: black;
    color: beige; 
    text-decoration-line: none;
    text-align: left;
    font-size: 4.5vw;
    padding: 1.5vh;
    font-family: 'Alte Bold';
    transition: 1s ease-out;
}
   
.projet:hover {
    background-color: beige;
    transition: 1s ease-in;
}

footer{
    display: flex;
    height: 10vw;
    background-color: black;
    color: white;
    font-size: 2.5vw;
}

.instagram{
    width: 25vw;
    background-color: black;
    text-align: center;
    color: beige;
    text-decoration: none;
    font-family: 'Alte Regular';
    margin-top: 3vw;
}

.losthues{
    width: 25vw;
    background-color: black;
    text-align: center;
    color: beige;
    text-decoration: none;
    font-family: 'Alte Regular';
}

.losthues img{
    width: 32%;
    margin-top: 2.5vw;
    text-align: center;
}

.contact{
    width: 25vw;
    background-color: black;
    color: beige;
    text-align: center;
    font-family: 'Alte Regular';
    text-decoration: none;
    margin-top: 3vw;
}

.portfolio{
    width: 25vw;
    background-color: beige;
    color: black;
    text-align: center;
    font-family: 'Alte Regular';
    padding-top: 3vw;
} 

@media (max-width:900px){

    .projet{
        height: 11vw;
        background-color: black;
        color: beige; 
        text-decoration-line: none;
        text-align: left;
        font-size: 4.75vw;
        padding: 2vh;
        font-family: 'Alte Bold';
        transition: 1s ease-out;
    }

    footer{
        display: block;
        height: 10vh;
        background-color: black;
        color: white;
        font-size: 6vw;
        margin-top: 7vw;
    }

    .instagram{
        width: 100vw;
        height: 15vw;
        background-color: black;
        text-align: center;
        color: beige;
        text-decoration: none;
        font-family: 'Alte Regular';
    }
    
    .losthues{
        width: 100vw;
        background-color: black;
        text-align: center;
        color: beige;
        text-decoration: none;
        font-family: 'Alte Regular';
    }
    
    .losthues img{
        width: 20%;
        margin-top: 2vw;
        margin-bottom: 2vw;
        text-align: center;
    }
    
    .contact{
        width: 100vw;
        height: 15vw;
        background-color: black;
        color: beige;
        text-align: center;
        font-family: 'Alte Regular';
        text-decoration: none;
    }
    
    .portfolio{
        width: 100vw;
        height: 15vw;
        background-color: beige;
        color: black;
        text-align: center;
        font-family: 'Alte Regular';
    } 
    
}