/* header scroll JS */

#header{
    position: absolute;
    top: 90vh;
    background-color: rgba(250,250,250,0.1);
}

#fixed-header {
    position: fixed;
    top: 0;
    background-color: rgb(94, 92, 92);
}

.headergeneral{
    display: flex;
    justify-content: space-around;
    padding: 2vh 5% 2vh 5%;
    align-items: center;
    z-index: 2;
    height: 6vh;  
    width: 90%;
}

/* header */

nav{
    display: flex;
    width: 40%;
    justify-content: space-around;
    color: white;
    text-transform: uppercase;
}

header{
    background-color: rgba(92, 84, 84, 0.1);
    color: white;
    text-transform: uppercase;
    height: 100vh;
}

video{
    max-width: 100%;
    max-height: 100vh;
    min-height: 100vh;
    min-width: 100%;
    object-fit: cover;
}

#text_video{
    text-align: center;
    position: absolute;
    width: 80%;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-50%);
}

.filtre{
    position: absolute;
    background-color: rgba(35,45,57,0.8);
    top: 0;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100vh;
}

nav button{
    height: 50%;
    margin-top: 2%;
}

header p{
    font-size: 18px;
}

h1{
    font-size: 84px;
    margin: 10px;
}

