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

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

#page #page_content{
	padding-bottom: 30px;
}

#page #page_content  *{
    max-width: 100%;
    text-decoration: initial;
    border: initial;
}

#page iframe {
	height: 750px;
}

/* --------------------------------------------------------------- */
/*
/* Responsive
/*
/* --------------------------------------------------------------- */


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

	#page  h2 {
		font-size: 22px;
	}
}

@media screen and (max-width: 450px) {
	#page #titre_page h1 {
		font-size: 22px;
	}

	#page  h2 {
		font-size: 18px;
	}

	#page h4 {
		font-size: 15px;
	}
}