.menu{
	/*background-color: blue;*/
	color: black;
	list-style: none;
    position: absolute;
    top: 47%;
    left: 46%;
    transform: translate(-50%, -50%);
    width: 64vw;
    font-size: 0.8em;
}

.menu li{
    margin-bottom: 0.4vh;
}

.lea{
    font-size: 1em;
    color: black;
    margin-right: 10vw;
    margin-top: 25%;
    
}

.back{
    font-size: 0.8em;
    margin-left: 85vw;
    margin-top: 4vh;
}

article video{
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100vh;
    z-index: -10;
    overflow: hidden;
}


.project-title{
    font-size: 0.8em;
    margin-left: 10vw;
    margin-top: 92vh;
}


.sliderj{
    height: 22vh;
}


.sliderc{
    height: 32vh;
}



article video{
    position: absolute;
    object-fit: cover;
    overflow: hidden;
    z-index: -10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
}

.wrapper video{
   width: 400px;
   height: auto;
}

.blackmilan video{
   width: 400px;
   height: auto;
}


.contactpage{
    display: block;
    color: black;
    list-style: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8em;
}

.bloc-image img{
    width: 258px;
    margin-bottom: 34px;
}

.bloc-texte p{
    margin-bottom: 3vh;
}

.bloc-texte{
    margin-top: -2vh;
}

.contact{
    display: flex;
}

.icon{
    width: 30px;
    margin-right: 0.5vw;
}

.texte{
    width: 220px;
}

.infos{
    font-size: 1em;
}

.awards{
    width: 260px;
}