html, body{
	margin: 0;
	scroll-behavior: smooth;
	overflow-x: hidden;
}
header{
	width: 100%;
	height: 10vh;
	background-color: #101010;
	color: white;
	display: flex;
	position: relative;
	align-items: center;
	font-family: 'Karla', sans-serif;
	font-weight: 400;

}
	header nav{
		position: absolute;
	}

	header ul{
		text-align: right;
		justify-content: space-between;
		margin: 2em;
		padding: 2em;
	}

	header li{
		display: inline;
	}

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

	header, nav{
		width: 100%;
		text-decoration: none;
		list-style-type: none;

	}

	header img{
		align-items: center;
		justify-content: center;
		width: 3em;
		height: auto;
		margin: auto;
	}

section{
	height: 100vh;
	width: 100vw;
	display: flex;
}

h1{
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 70px;
}

h2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	font-size: 20px;
}
h3{
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	font-size: 15px;
	padding-top: 50px;
}


a{
	text-decoration: none;
}

/*-------------------CLASSE------------------*/
/*---------HERO-------------*/
.hero{
	width: 100%;
	height: 100vh;
	background-color: #ff0000;
	position: relative;
	display: flex;
	color: white;
	background-color: #101010;
	align-items: center;
}

.hero-content{
	position: absolute;
	top: 40%;
	left: 20%;
}

.hero-link{
	position: absolute;
	top: 40%;
	left: 2%;
	display: flex;
	flex-direction: column;
}

	.hero-link img{
		margin: 1em;
	}

.hero-scroll{
	position: absolute;
	bottom: 20%;
	right: 1%;
	display: flex;
	color: white;
	padding: 1em;
	transform: rotate(90deg);
}

	.hero-scroll p{
		font-family: 'Karla', sans-serif;
		padding-right: 15px;
	}

	.hero-scroll img{
		height: auto;
		width: 100px;
	}
/*---------------BUISNESS CARD ----------------------*/

.buisness_card{
	position: absolute;
	right: 10%;
	width: 350px;
	height: 535px;
	background-color: #FFFFFF;
	border-radius: 1em;
	color: #0a0a0a;
	top:45vh;
	transform: translateY(-50%);
}

.img_container{
	width: 350px;
	height: 150px;
	position: relative;
}
	.img_container img{
		width: 350px;
		height: auto;
	}

.content_container{
	padding-left: 1em;
	padding-top: 8em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	font-size: 15px;
}

	.content_container li{
		padding-bottom: 2em;
		list-style: none;
	}
	.content_container img{
		width: 17px;
		height: auto;
		padding-right: 2em;
	}
/*-------------------------------ABOUT CARD STYLE------------------*/
.cursor{
	cursor:pointer;
}
.about_card{
	width: 350px;
	height: 535px;
	position: absolute;
	right: 10%;
	background-color: #F1F1F1;
	border-radius: 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 17px;
	color: black;
	display: none;
	color: #0a0a0a;
	top:45vh;
	transform: translateY(-50%);
}

.about_container{
	width: 350px;
	height: 30px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
	.about_container article{
		display: flex;
		align-items: center;
		padding-left: 1em;
	}
	.about_container p{
		padding-top: 2em;
		margin: 0;
		opacity: 0;
		transition: 0.3s ease;
	}
	.about_container img {
		padding-right: 2em;
		padding-top: 2em;
	}
	.about_container img:hover + p{
		opacity: 1;
	}

.about_content{
	margin: 0 auto;
	width: 270px;
	height: 300px;
	padding-top: 0.5em;
}
	.about_content h5{
		font-weight: 800;
		font-size: 1.5em;
	}
.about_def{
	position: absolute;
	bottom: 0%;
	width: 300px;
	height: 30px;
	font-size: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 2em;
}
.button_view{
	font-family: 'Montserrat', sans-serif;
	border: solid 1px black;
	color: black;
	padding: 10px;
	text-align: center;
	width: 150px;
	margin: 0 auto;
	margin-top: 20px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-size: 13px;
	transition: 0.5s ease;
}
	.button_view:hover{
		background-color: rgba(0,0,0,1);
		color: white;
	}

.buisness_card .button_view{
	padding: 0.5em;
	width: 100px;
	font-size: 10px;
	margin-top: 1em;
}

/*-------------------------------PROJET MOO'CREAM------------------*/
.project_mooCream{
	/*background-color: #482943;*/
	background: radial-gradient(#482943, #101010);
	position: relative;
}

.project_content{
	width: 100vw;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.project_img {
	width: 1080px;
	height: auto;
	overflow: hidden;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);

}
.project_img_content:hover{
	transform: scale(1.05);
}
	.project_img img{
		width: 1080px;
		height: auto;
		object-fit: cover;
		transition: 0.5s ease;
	}

.project_title{
	position: absolute;
	top: 10%;
	left: 15%;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}

	.project_title h3{
		font-family: 'Montserrat', sans-serif;
		font-weight: 800;
		font-size: 60px;
		margin: 0;
		color: #FFFFFF;
	}

	.project_title h4{
		font-family: 'Montserrat', sans-serif;
		font-weight: 100;
		font-size: 20px;
		margin: 0;
		color: #FFFFFF;
	}

/*-------------------------------PROJET MOO CREAM------------------*/
.project_mooCream img{
	opacity: 0.8;
}
/*-------------------------------PROJET Q-SYMPHONY------------------*/
.project_qSymphony{
	/*background-color: #001C11;*/
	background: radial-gradient(#001C11, #101010);
	position: relative;
}

/*-------------------------------PROJET BIRDLIFE------------------*/
.project_birdlife{
	/*background-color: #361D1E;*/
	background: radial-gradient(#361D1E, #101010);
	position: relative;
}

/*-------------------------------PROJET TALISKER SKYE------------------*/
.project_talisker{
	/*background-color: #0B0D28;*/
	background: radial-gradient(#0B0D28, #101010);
	position: relative;
}

/*-------------------------------PROJET STARCOURT MALL------------------*/
.project_starcourt{
	/*background-color: #280B28;*/
	background: radial-gradient(#280B28, #101010);
	position: relative;
}

/*-------------------------------SKILLS------------------*/
.skills{
	background-color: #101010;
	position: relative;
	height: 80vh;
}

.skills_content{
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	vertical-align: middle;
	padding-top: 5em;
}
.skills_img img{
		width: 300px;
		height: auto;
		box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
		margin: 5em;
	}
	.skill_img:hover{
		transform: scale(1.05);
	}

/*---------------------- FOOTER -------------------*/
footer{
	background-color: #101010;
	width: 100%;
	height: 30vh;
	display: flex;
	justify-content: space-around;
	align-items: center;
	vertical-align: middle;
}
footer img{
	width: 8em;
	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;
		}

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

	h2{
		font-size: 15px;
	}
	/*--------------HERO SCROLL-------------*/
	.hero-scroll p{
		font-size: 12px;
	}

	.hero-scroll img{
		height: auto;
		width: 80px;
	}
/*------------BUSINESS CARD------------------*/
	.buisness_card{
		width: 300px;
		height: 458px;
	}
		.img_container img{
			width: 300px;
			height: auto;
		}

		.content_container{
			padding-left: 0.5em;
			padding-top: 8em;
			font-size: 12px;
		}
		.content_container li{
			padding-bottom: 1.5em;
		}
		.content_container img{
			width: 15px;
			height: auto;
			padding-right: 2em;
		}
	.buisness_card .button_view{
		padding: 0.5em;
		width: 100px;
		font-size: 10px;
		margin-top: 1em;
		margin-left: 9.5em;
	}
/*------------ABOUT----------------------*/
.about_card{
	width: 300px;
	height: 458px;
	font-size: 12px;
}

.about_container{
	width: 300px;
	height: 30px;
}
	.about_container img {
		width: 15px;
		height: auto;
	}
	.about_container p{
		opacity: 1;
	}
.about_content{
	margin: 0 auto;
	width: 230px;
	height: 300px;
	padding-top: 0.5em;
}
	.about_content p{
		padding-bottom: 1.5em;
		line-height: 1.5em;
	}
.about_def{
	width: 230px;
	height: 30px;
}

/*------------PROJECTS------------------*/
	.project_content{
		width: 100vw;
		display: flex;
		justify-content: space-around;
		align-items: center;
	}

	.project_img{
		width: 800px;
		height: auto;
	}
	.project_img img {
		width: 800px;
		height: auto;
	}
	.project_img img{
		width: 800px;
		height: auto;
	}
	.project_title h4{
		text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
	}
/*------------SKILLS------------------*/
	.skills_img img{
			width: 250px;
			height: auto;
	}
/*------------FOOTER------------------*/
	footer img{
		width: 5em;
		height: auto;
	}
}


/*--------------------------------PORTABLE---------------------------*/
@media screen and (max-width:450px){
	h1{
		font-size: 20px;
	}
	.hero-content{
		position: absolute;
		top: 0%;
		left: 50%;
		transform: translateX(-50%);
		text-align: center;
	}
	.hero-scroll{
		display: none;
	}
	.hero-link{
		position: absolute;
		top: 90%;
		left: 50%;
		transform: translateX(-50%);
		display: flex;
		flex-direction: row;
	}

	.hero-link img{
		margin: 2em;
	}

/*-----------------BUISNESS-------------*/
	.hero .buisness_card{
		width: 300px;
		height: 458px;
		margin: 0 auto;
		left: 50vw;
		transform: translateX(-50%);
		top:20vh;
	}
		.img_container img{
			width: 300px;
			height: auto;
		}
		.img_container a{

		}
		.content_container{
			padding-left: 0.5em;
			padding-top: 8em;
			font-size: 12px;
		}
		.content_container li{
			padding-bottom: 1.5em;
		}
		.content_container img{
			width: 15px;
			height: auto;
			padding-right: 2em;
		}
	.buisness_card .button_view{
		padding: 0.5em;
		width: 100px;
		font-size: 10px;
		margin-top: 1em;
		margin-left: 9.5em;
	}
/*-------------ABOUT--------------------*/
	.about_card{
		width: 300px;
		height: 458px;
		margin: 0 auto;
		left: 50vw;
		transform: translateX(-50%);
		top:20vh;
		font-size: 12px;
	}

	.about_container{
		width: 300px;
		height: 30px;
	}
		.about_container img {
			width: 15px;
			height: auto;
		}

	.about_content{
		margin: 0 auto;
		width: 230px;
		height: 300px;
		padding-top: 0.5em;
	}
		.about_content p{
			padding-bottom: 1.5em;
			line-height: 1.5em;
		}
	.about_def{
		width: 230px;
		height: 30px;
	}
/*----------PROJECTS---------------*/
	.project_mooCream{
		height: 60vh;
	}
	.project_qSymphony{
		height: 60vh;
	}
	.project_birdlife{
		height: 60vh;
	}
	.project_talisker{
		height: 60vh;
	}
	.project_starcourt{
		height: 60vh;
	}
	.project_content{
		width: 100vw;
		display: flex;
		justify-content: space-around;
		align-items: center;
	}

	.project_img{
		width: 90vw;

	}
	.project_img img {
		width: 90vw;

	}
	.project_img_content img{
		width: 90vw;
	}

	.project_title h3{
		font-size: 30px;
	}
	.project_title h4{
		text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
	}
/*------------SKILLS------------------*/
	.skills{
		height: 110vh;
	}
	.skills_content{
		width: 100%;
		display: flex;
		justify-content: space-around;
		align-items: center;
		vertical-align: middle;
		padding-top: 15em;
		padding-bottom: 5em;
		text-align: center;
	}

	.skills_img img{
			width: 150px;
			height: auto;
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
			margin: 2em;
		}
		.skill_img:hover{
			transform: scale(1.05);
		}
/*------------FOOTER------------------*/
	footer img{
		display: none;
	}

}

@media screen and (max-width:380px){
	.skills{
		height: 80vh;
	}
	.skills_content{
		width: 100%;
		padding-top: 10em;
		padding-bottom: 2em;
		text-align: center;
	}
	.skills_img img{
		width: 100px;
		height: auto;
	}
}
