*{
	margin: 0;
	padding: 0;
}

body{
	font-family: 'Lato', sans-serif;
}

header{
	background-image: url(../image/filtre.png);
	background-size: cover;
	height: 80vh;
	width: 100%;
	background-position: center;	
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
}
.p{
	color: white;
	font-size: 17px;
}

.h1{
	color: white;
	font-size: 40px;
}

nav{
	position: absolute;
	top: 10px;
	right: 10px;
}

nav ul{
	display: flex;
	flex-direction: row;
	list-style-type: none;
}


nav ul li{

	border: 2px;
	width: 120px;
	height: 60px;
	text-align: center;
	line-height: 90px;
	border-radius: 10px;
	background-color: none;

}

nav ul li a{
	display: block;
	color: white;
	text-decoration: none;
}

.propos{
	width: 100%;
	height: 350px;
	display: flex;
    justify-content: center;
    text-align: center;
    flex-flow: column;
    padding: 0px 0px 0px 0px;
    font-size: 20px;
}


.lampe{
	background-image: url(../image/Rectangle_2.png);
	background-size: cover;
	justify-content: center;
    text-align: center;
 	margin: 0 auto;
	width: 80%;
    height: 50vh;
    background-position: center center;
}

.projet{
	width: 100%;
	height: 350px;
	display: flex;
    justify-content: center;
    text-align: center;
    flex-flow: column;
    padding: 0px 0px 0px 0px;
    font-size: 20px;
}

.projets{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;

}
.gauche{
	background-image: url(../image/lum3n-374892-unsplash_0006_claudia-ramirez-1324169-unsplash.png);
	background-size: cover;
	width: 400px;
	height: 300px;
	margin: 10px;
}

.milieu{
	background-image: url(../image/lum3n-374892-unsplash_0008_jonathan-francisca-1456352-unsplash.png);
	background-size: cover;
	width: 400px;
	height: 300px;
	margin: 10px;
}

.droite{
	background-image: url(../image/lum3n-374892-unsplash_0009_ruthson-zimmerman-1456288-unsplash.png);
	background-size: cover;
	width: 400px;
	height: 300px;
	margin: 10px;
}

.projets2{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.gauche2{
	background-image: url(../image/lum3n-374892-unsplash_0002_pankaj-patel-1366018-unsplash.png);
	background-size: cover;
	width: 400px;
	height: 300px;
	margin: 10px;
}

.milieu2{
	background-image: url(../image/lum3n-374892-unsplash_0001_eugene-chystiakov-1381895-unsplash.png);
	background-size: cover;
	width: 400px;
	height: 300px;
	margin: 10px;
}

.droite2{
	background-image: url(../image/lum3n-374892-unsplash_0005_michal-brzezanski-1478463-unsplash.png);
	background-size: cover;
	width: 400px;
	height: 300px;
	margin: 10px;
}

.projet3{
	display: flex;
	justify-content: center;
	font-size: 22px;
	font-family: 'Roboto Slab', serif;

}

.rupture{
	width: 100%;
	height: 350px;
	display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 0px 0px 0px 0px;
    background-color: #313131;
    color: #f6f6f6;
    margin: 50px 0px 0px 0px;
}


.projet4{
	width: 100%;
	height: 350px;
	display: flex;
    justify-content: center;
    text-align: center;
    flex-flow: column;
    padding: 0px 0px 0px 0px;
    font-size: 20px;
}


.projets3{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;

}
.gauche3{
	background-image: url(../image/lum3n-374892-unsplash_0003_ross-findon-303091-unsplash.png);
	background-size: cover;
	width: 400px;
	height: 300px;
	margin: 20px;
}

.milieu3{
	background-image: url(../image/lum3n-374892-unsplash_0001_pascal-swier-144672-unsplash.png);
	background-size: cover;
	width: 400px;
	height: 300px;
	margin: 20px;
}

.droite3{
	background-image: url(../image/lum3n-374892-unsplash_0000_daria-shevtsova-57340-unsplash.png);
	background-size: cover;
	width: 400px;
	height: 300px;
	margin: 20px;
}


.projet5{
	width: 100%;
	height: 350px;
	display: flex;
    justify-content: center;
    text-align: center;
    flex-flow: column;
    padding: 0px 0px 0px 0px;
    font-size: 20px;
}


.video{
	display: flex;
	justify-content: center;
}


.end{
	display: flex;
	justify-content: center;

}

.Nico{
	width: 100%;
	height: 150px;
	display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 0px 0px 0px 0px;
    background-color: #000000;
    color: #f6f6f6;
    margin: 50px 0px 0px 0px;
}

iframe{
	width: 80vw;
	height: 400px;
}
@media screen and (max-width: 700px){
	iframe{
		width: 100vw;
		height: 300px;
	}
}