@charset "UTF-8";
body{
	background-color: #373B4D;
	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 {
	color: rgba(234,235,238,1.00);
	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{
	color: rgba(234,235,238,1.00);
	text-align: center;
	font-size: 18px;
}
header a{
	line-height: 1.5;
	text-decoration: none;
	padding: 0px 30px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: rgba(145,147,152,1.00);
	font-size: 0.8rem;

}
header a:hover{
	color: rgba(234,235,238,1.00);
	transition: 500ms;
}
.actif{
	color: rgba(188,139,233,1.00);
}
.topbar-nav{
	margin: 30px 0;
}
span{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: rgba(145,147,152,1.00);
}
p span{
	font-weight: 500;
}
.container h4{
	text-decoration: none;
	color: rgba(145,147,152,1.00);
	text-align: left;
}
.container a{
	text-decoration: none;
}

@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;
	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;
	font-size: 0.8rem;
}
span{
	display: none;
}
.topbar-nav{
	margin: 10px 0;
}
}
