@import url('https://fonts.googleapis.com/css2?family=BBH+Sans+Bogle&family=Oswald&family=Rowdies:wght@300;400;700&display=swap');
header h1{
	text-align: center;
	color: white;
	font-size: 55px;
	text-shadow: 4px 4px black;
	padding: 70px;
	margin-left: 500px;
	margin-right: 350px;
	margin-bottom: 0px;
}
header nav{
	background-color: navy;
	height: 350px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 150px;
}

.graphicsbox{
	display: flex;
	flex-wrap: nowrap;
	border-radius: 30px;
	padding: 20px;
	border: 10px dashed black;
	margin-bottom: 50px;

}
.graphicsbox img{
	height: 250px;
	width: 250px ;
	padding: 20px ;
	margin-left: 50px;
	border-radius: 50px;
	transition: 0.3s;

}
.graphicsbox img:hover{
		transform: scale(1.1);
}


body h1{
	text-align: center;
	font-family: "Rowdies","Arial";
}
.canva{
	border-radius: 30px;
	margin-left: 20px;
	display: flex;

}
.photoshop{
	border-radius: 30px;
	display: flex;
	margin-right: 35px;

}
.blenderbox{
	display: flex;
	flex-wrap: wrap;
	margin-left: 50px;
	margin-bottom: 50px;
}
.blenderbox video{
	padding: 15px ;
	margin-left: 270px;
	border-radius: 50px;
	border: 15px dashed black;
}
iframe{
	margin-left: 100px;
	align-self: center;
	margin-bottom: 50px;
	border: 10px black dashed;
	padding: 15px;
}
footer{
	background-color: navy;
	color: white;
	height: 200px;
}
footer nav{
	background-color: navy;
	display: flex;
}
footer nav p{
	width:400px;
}
.CONTACT h2{
	font-size: 35px;
	font-family: "Rowdies","Arial";
	text-shadow: 4px 4px black;
}
.CONTACT p{
	font-size: 25px;
	font-family: "Oswald","Arial";
	margin-left: 70px;
}
.CONTACT{
	color: white;
	margin-left: 35px;
}
header nav p{
	color: white;
	text-shadow: 3px 3px black;
	transition: 0.3s;
	width: 200px;
	margin-left:150px ;
	font-size: 30px;
	font-family: "Rowdies","Arial";
	margin-bottom: 10px;
	margin-top: 0px ;

}
header nav p:hover{
    font-weight: bolder;
	transform: scale(1.1);
}
header nav a{
	color: white;
	text-decoration: none;
}
.formulaire{
	float: right;
	margin-left: 600px;
	color: white;
	text-shadow: 4px 4px black;
	margin-bottom: 20px;
}
.formulaire h3{
	font-size: 35px;
	font-family: "Rowdies","Arial";
}
.formulaire input{
font-size: 20px;
margin: 10px;
}
.CONTACT img{
	height: 40px;
	width: 40px;
	float: left;
	margin-right: 30px;
}