html, body{
	margin: 0;
	scroll-behavior: smooth;
}
#page_projet header{
	width: 100%;
	height: 80%;
	background-color: #0a0a0a;
	color: white;
	overflow: hidden;
	margin-bottom: 100px;
}

#header_content{
	position: absolute;
	z-index: 1;
	text-align: center;
	width: 100%;
	top: 30%;
}

.side_projet{
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.center_side_project{
	margin: 0 auto;
	display: block;
	width: 80%;
}

#header_content h1{
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 4.5em;
	color: white;
}

#header_content h2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	font-size: 1.5em;
	color: white;
}

.button_view{
	border: solid 1px white;
	color: white;
	padding: 10px;
	text-align: center;
	width: 150px;
	margin: 0 auto;
	margin-top: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 13px;
}

.button_view:hover{
	background-color: rgba(255,255,255,0.4);
	transition: 0.5s ease;
}

#header_img{
	position: relative;
	z-index: 0;
	width: 100%;
}

#header_logo{
	position: absolute;
	z-index: 2;
	left: 5%;
	top: 40px;
}

#header_logo img{
	position: relative;
	width: 90px;
	top: 0px;
}

.button{
	width: 100%;
	display: flex;
	justify-content: center;
}
	.button div{
		display: inline-block;
		margin: 20px;
	}

header a{
	text-decoration: none;
	color: white;
}

section{
	height: 60vh;
	width: 100%;
	background-color: #FFFFFF;
}

section img{
	width: 805px;
	height: auto;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
}

h3{
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 70px;
	color: #0A0A0A;
	margin-top: 10px;
	margin-bottom: 10px;
}

p{
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: #0A0A0A;
}

.project_content{
	display: flex;
	align-items: center;
	justify-content: space-around;
	color: #0A0A0A;
}

.project_context{
	width: 690px;
}
	.project_context h3{
		padding-left: 1em;
	}
	.project_context p{
		padding-left: 3.5em;
	}
	.project_context_img{
		padding-right: 3.5em;
	}

.project_context_right{
	width: 690px;
	text-align: right;
}
	.project_context_right h3{
		padding-right: 1em;
	}
	.project_context_right p{
		padding-right: 3.5em;
	}
	.project_context_right_img{
		padding-left: 3.5em;
	}

.app_content{
	display: flex;
}
	.app_content img{
		width: 218px;
		height: auto;
		margin: 30px
	}
.app_content_talisker img{
	width: 805px;
}
.app_content_video{
	padding-right: 3.5em;
}

/*---------------------- NEXT PROJECT -------------------*/
.next_project{
	width: 100%;
	height: 301px;
	background-color: #0a0a0a;
	display: flex;
	align-items: center;
	justify-content: center;
}

.next_project_mooCream{
	background-color: #0a0a0a;
}

.next_project_qSymphony{
	background-color: #0a0a0a;
}

.next_project_birdlife{
	background-color: #0a0a0a;
}

.next_project_talisker{
	background-color: #0a0a0a;
}

.next_project_starcourt{
	background-color: #0a0a0a;
}

.next_project_content h5{
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 25px;
	color: #F1F1F1;
}
.next_project_content h4{
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 50px;
	color: #F1F1F1;
}

.next_project_content{
	text-align: center;
	overflow: hidden;
	transition: 0.5s ease;
}
	.next_project_content a{
		text-decoration: none;
	}

.next_project_content:hover{
	transform: scale(1.05);
}

/*---------------------- FOOTER -------------------*/
footer{
	background-color: #090909;
	width: 100%;
	height: 30vh;
	display: flex;
	justify-content: space-around;
	align-items: center;
	vertical-align: middle;
}
footer img{
	width: 138px;
	height: auto;
}
.bloc-footer{
	display: inline-block;
}
	.bloc-footer h5{
		font-family: 'Montserrat', sans-serif;
		font-weight: 100;
		font-size: 15px;
		text-align: left;
		color: #FFFFFF;
		opacity: 0.8;
	}
	.bloc-footer a{
		text-decoration: none;
		font-family: 'Montserrat', sans-serif;
		font-weight: 100;
		font-size: 10px;
		text-align: left;
		color: #FFFFFF;
		opacity: 0.8;
		}
		.bloc-footer p{
		font-family: 'Montserrat', sans-serif;
		font-weight: 100;
		font-size: 10px;
		text-align: left;
		color: #FFFFFF;
		opacity: 0.8;
		}

/*-------------------ORDINATEUR PORTABLE-----------------------*/
@media screen and (max-width:1600px){
	header a{
		font-size: 12px;
	}
	h1{
		font-size: 50px;
	}

	h2{
		font-size: 15px;
	}

	section img{
		width: 550px;
	}


	.app_content img{
		width: 170px;
		height: auto;
	}
	.app_content video{
		width: 170px;
		height: auto;
	}
	.app_content_video video{
		width: 550px;
	}
