html{
	scroll-behavior: smooth;
}

body{
	background-color: #FBEEE9;
	overflow-x: hidden;
}

a{
	color: inherit;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#sectionintro{
	background-color: #180000;
	height: 80vh;
	width: 100vw;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

#intro{
	width: 50%;
	/*border: 1px solid white;*/
}

#intro h1{
	font-family: "Clash_SB";
	text-align: left;
	color: #FBEEE9;
	font-size: 2em;
	line-height: 1.2em;
}

#intro h2{
	font-family: "Clash_R";
	margin-top: 1em;
	text-align: left;
	color: #FBEEE9;
	font-size: 1em;
	line-height: 1.2em;
}

#intro ul{
	display: flex;
	margin-top: 20px;
	color: #FBEEE9;
}

#intro ul li{
	border: 1px solid #FBEEE9;
	padding: 10px;
	margin-right: 10px;
}

#intro ul li:hover{
	background-color: #FBEEE9;
	color: black;
}


/*fin section intro*/
/*début nav*/




#navprincipale{
	position: sticky;
	top: 0px;
	left: 0px;
	display: flex;
	justify-content: space-between;
	width: 100vw;
	height: 65px;

}

#logo{
	width: 150px;
	height: 65px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

#navprincipale ul{
	width: 350px;

	display: flex;
	justify-content: space-around;
	align-items: center;
}



/*fin nav*/



#sectionprojets{
	padding-top: 15vh;
	height: 80vh;
	width: 100vw;

}

 h3{
 	font-family: "Clash_SB";
 	font-size: 25px;
 	width: 80vw;
	margin: auto;

}

p{
	margin-top: 15px;
	font-family: times, serif;
	width: 80vw;
	margin: auto;

}



#sectionapropos{
	padding-top: 15vh;
	height: 80vh;
	width: 100vw;

}

#sectionapropos div{
	width: 50vw;
	margin: 150px auto;
}

#sectionapropos div ul{
	display: flex;
	justify-content: space-between;

}




footer{
	background-color: #180000;
	height: 30vh;
	width: 100vw;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

footer p{
	color: white;
	text-align: center;
}

















