body {	
	background: #fff;
	font-family: 'Helvetica', sans serif;
	font-size: 20px}
.flex {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap}
.full_height {	min-height: 100vh}
body .center > .no_flex {
	background: #fff;
	color: #181818;
	padding: 0.5em;
	width: 66%;
	margin: auto;
	box-shadow: 0 0 6px #aaa}
body .center > .no_flex > .flex > #logo {	margin: 0 5% 0 0 }
body .center > .no_flex .block,
body .center > .no_flex  a {	color: #181818}
#logo {
	text-align: center;
	margin: 0}
#logo img {	max-height: 8em}
h1, p {	text-align: center}
p span.block {	
	padding: 0;
	border: none;
	border-radius: 0;
	background: none;
	box-shadow: none}
body#actualites section#main {
	min-height: 1px;
	padding: 14em 0 8em;
	display: flex;
	align-content: center;
	align-items: center}