#page h1{
	position: relative;
	margin-top: 35px;
	padding-bottom: 10px;	
	margin-bottom: 40px;
	text-transform: uppercase;
	font-size: 28px;
}

#page h1:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 2px solid #959595;
}

#page h1 span{
	position: relative;
}

#page h1 i{
	font-style: normal;
	color: #8d0000;
}

#page .container-image{
	margin-bottom: 15px;
}

#page .container-image img{
	border: 1px solid #fba809;
}

@media screen and (max-width: 575px) {
	#page h1{
		font-size: 23px;
	}

	.galerie_image img {
		display: block;
		margin: 0 auto;
	}
}