h1 {
	font-size: 2.6em;
	margin-bottom: 25px;
}
.h2 {
	font-size: 1.8em;
	margin-bottom: 15px;
}
h1:after, p.h2:after {
	content: '';
	width: 15px;
	height: 2px;
	background-color: #8AD1C7;
	display: inline-block;
	margin-left: 5px;
}
.retour {
	margin-bottom: 30px;
}
.btn a {
	font-weight: 300;
	color: #8AD1C7;
	text-transform: uppercase;
	padding: 4px 12px;
	border: 1px solid #8AD1C7;
	border-radius: 4px;
	background-color: #fff;
	line-height: 1em;
	z-index: 10;
	position: relative;
}
.btn a:hover {
	background-color: #8AD1C7;
	color: #fff;
}
#actualites {
	margin-bottom: 40px;
}
main figure img {
	border-radius: 7px;
	margin-bottom: 25px;
}
.datecomplet, .creditphoto {
	color: #979d9f;
}
.contenu p.creditphoto {
	margin-top: 30px;
	font-size: 0.9em;
}
aside #autresactus {
	padding: 15px;
	border-radius: 5px;
	background-color: #E2F4F1;
}
.columns.actus {
	margin-bottom: 30px;
}
.actu:not(:last-child) {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
}
.actu img {
margin-bottom: 10px;
border-radius: 3px;
}
.actu .h3 {
font-size: 1.3em;
margin-bottom: 8px;
font-weight: bold;
}
.actu .h3, .actu .h3 a {
	color: #8AD1C7;
}
.actu .datecomplet {
	margin-bottom: 8px;
}
.actu .suite {
margin-top: 8px;
}
.actu .suite a:hover {
	text-decoration: underline;
}