html, body{
	font-family:Arial;
	margin: 0px;
	overflow-x: hidden;
	overflow-y: auto;
}
body{
	color: #36626b
}
header{
	width: 100%;
	background-color: #e5f4f6;
	padding: 5px;
}
nav ul li{
	display: inline-block;
}
nav ul{
	
	display: flex;               
	justify-content: space-around;
	align-items: center;
}
header a{
	
	color: #36626b;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	max-height: 10px;
	padding-top: 5px;
	padding-bottom: 5px;

}
header a:hover{
	color: #223942;
	background-color: #48a1c4;

}
header li:hover{
	transform: scale(1.5);
	transition: transform 0.3s ease;
}






#imghome{
	display: block;
	position: relative;
	object-fit: cover;
	margin: 0 auto;
}












#lien{
	text-decoration: none;
	color: #36626b;
}
#lien:hover{
	color: #48a1c4;
}
#asideCV div #imagecv{
	width: 90%;
	height: 90%;
	object-fit: cover; 
    border-radius:50%; 
    position: relative;
    display: block;
    margin: 0 auto;   
}
#asideCV div #Software img{
	width: 50px;
	margin-left: 40px;
	margin-right: 25px;
}
#asideCV, #mainCV{
	display: inline-block;
}
#mainCV{
	width: 79%;
	vertical-align: top;
}
#asideCV{
	width: 20%;
	background-color: #e5f4f6;
}
#mainCV h1{
 	text-align: center;
 	text-transform: uppercase;
 	font-size: 100px;
}
#monsite{
	text-decoration: none;
	color: #36626b;
}
#monsite:hover{
	color: #223942;
	background-color: #48a1c4;
}
#baseprez{
	font-size: 25px;
}
#mainCV h2{
	font-size: 50px;
}
.texttaille{
	font-size: 20px;
}
.highb b{
	color: #48a1c4 ;
}
.ecart{
	margin: 5px;
}








#PM{
	font-size: 80px;
}
.PM2{
	font-size: 60px;
}
.PM3{
	font-size: 30px;
	text-align: justify;
}
#PM4{
	margin: 30px;
}
hr{
    color: #36626b;
    height: 5px;
}














#Portfolio img{
	border-style: solid;
	border-radius: 3px;
	border-color: #36626b;
}
#Portfolio b{
	color: #48a1c4 ;
}
.ecart{
	margin-top: 20px;
	margin-left: 20px;
	font-size: 40px;
}
.ecartgauche{
	margin-left: 20px;
	font-size: 20px;
}





#presentationvideo{
	display: flex;
	justify-content: space-around;
	align-content: center;
}
video{
	width: 30%;
}






#animation{
	width: 99.7%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-evenly;
	background-color: #e5f4f6 ;
	border-radius: 20px;
	border-style: solid;
	border-color: #36626b ;
}
#animation img{
	margin: 20px;
	transition: transform 0.3s ease;
	z-index: 1;
}
#animation img:hover{
	z-index: 10;
	transform: scale(1.2);
}





#storyboard{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-evenly;
	background-color: #e5f4f6 ;
	border-radius: 20px;
	border-style: solid;
	border-color: #36626b ;

}
#storyboard img{
	width: 20%;
	margin: 20px;
}





#projet-artpla{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-evenly;
	background-color: #e5f4f6 ;
	border-radius: 20px;
	border-style: solid;
	border-color: #36626b ;

}
#projet-artpla img{
	width: 30%;
	margin: 20px;
}







#dessin{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-evenly;
	background-color: #e5f4f6 ;
	border-radius: 20px;
	border-style: solid;
	border-color: #36626b ;

}
#croquis{
	transform: rotate(180deg);
}
#dessin img{
	width: 20%;
	margin: 20px;
	object-fit: cover;
	flex: 0 0 auto;
}
#dessin #top{
	width: 70%;
}
#dessin #entre2{
	width: 100%;
	display: flex;
	justify-content:space-evenly;

}
#lereste{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-evenly;
}
#colonne{
	display: flex;
	flex-direction: column;
	flex-flow: column;
}




aside{
	display: flex;
	flex-direction: column;
	align-items: center;
}
form{
	width: 30%;
}
.formulaire{
	background-color:#e5f4f6;
	color: #36626b;
	border-color: #36626b;
}
#reponseN{
	width:100%;
}
#reponseE{
	width: 100%;
}
#reponseI{
	width: 100%;
	height: 50px;
}
textarea{
	resize: none;
}