/**** BASE / THEME ****/
body{
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 27px;
	color: #262626;
}
ul,li{
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
a{
	color: #004c8d;
	text-decoration: underline;
}
h1{
	font-weight: 300;
	font-size: 2.8333em;
	line-height: 1;
	margin: 0.8823em 0;
	width: 100%;
	text-align: center;
	color: #000000;
}
h2{
	font-weight: 400;
	color: #487091;
	font-size: 2em;
	line-height: 1;
	margin: 0.3333em 0;
	text-align: left;
}
.bloc-inner > h2{
	font-weight: 300;
	color: #000000;
	font-size: 2.8333em;
	line-height: 120%;
	margin: 0.451em 0 0.7451em;
	text-align: center;
}
h3{
	font-size: 1.2222em;
	font-weight: 500;
	line-height: 1;
	color: #1f5683;
	margin: 0.6363em 0;
	text-align: left;
}
img{
	max-width: 100%;
	height: auto;
	display: inline-block;
}
