/* @override 
	http://localhost:51653/index.html/custom-2022.css */

body {
	background-color: #fff;
	font-family: 'Signika', sans-serif; font-weight: 300 !important;
	color: #1e567a;
}

/*------------ HEADER ------------*/
#header {
	text-align: center;
	padding: 120px 0px 20px;
}

/*------------ Groupe ------------*/
#adresse {
text-align: center;
font-size: 1.2em;
}

.btn-groupe {
text-align: center;
font-weight: normal !important;
}

.btn-groupe a {
	background-color: #1e567a;
	color: #FFF;
	text-decoration: none;
	font-family: 'Signika', sans-serif; font-weight: 700 !important;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
	font-size: 20px;
	margin: 20px ;
	display: inline-block;
}

.btn-groupe a:hover {
	background-color: #2c2d2c;
}


/*------------ MAIN ------------*/
#main {

}






/*------------ FOOTER ------------*/



/* Footer Copyright*/


#footer-copyright {
	color: #353535;
	font-size: 11px;
	margin: 30px 15px;
	padding-top: 20px;
	text-align: center;
}

#footer-copyright li{
list-style: none; padding: 0px ; margin: 0px;
}

#footer-copyright a{
	color: #353535;
}







