@charset "UTF-8";
body{
	background-color: #eeeff1;
	color: rgba(79,79,79,1.00);
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 16px;
	line-height: 1.3;
	margin: 0;
	padding: 0;
}

header {
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 10px 20px;
}
body header h1, h2, h3, a{
	font-weight: 300;
}
body header h1, h2{
	margin: 0px 20px;
}
header h1{
	font-size: 30px;
}
header h2{
	text-align: center;
	font-size: 18px;
	color: rgba(79,79,79,1.00);
}
header a{
	line-height: 1.5;
	text-decoration: none;
	padding: 0px 30px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: rgba(0,0,0,0.90);
	font-size: 0.8rem
}
header a:hover{
	color: rgba(0,0,0,0.20);
	transition: 300ms;
}
.actif{
	color: rgba(103,44,190,1.00);

}
.topbar-nav{
	margin: 30px 0;
}
span{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.resum-text h2::before{
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	background-color: rgba(103,44,190,1.00);
	margin-bottom: 15px;
}
@media only screen and (max-width: 680px){
header a{
	line-height: 1.5;
	text-decoration: none;
	padding: 0px 20px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: rgba(0,0,0,0.90);
	font-size: 0.8rem
}
}

	@media only screen and (max-width: 450px){
header a{
	display: block;
	line-height: 1.5;
	text-decoration: none;
	padding: 15px 10px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: rgba(0,0,0,0.90);
	font-size: 0.8rem;
}
span{
	display: none;
}
.topbar-nav{
	margin: 10px 0;
}
}
/*==============  FOOTER  ===========================*/
footer{
	margin: 40px 0;
	padding: 0;
}
footer nav{
	display: flex;
	justify-content: center;
	}
footer nav a{
	padding: 0px 20px;
	font-size: 0.8rem;
	color: rgba(0,0,0,0.90);
	text-decoration: none;
}
footer a:hover{
	color: rgba(0,0,0,0.20);
	transition: 300ms;
}
