
/* ------ */
/* HEADER */
/* ------ */

#header
{
	min-height: 60px;
	text-align: center;
}
#header .home
{
	margin: 5px 12px;
	position: relative;
	display: inline-block;
	left: 0px;
	top: 0px;
}
#header #menu_header_container
{
	display: inline-block;
}
#header #menu_header
{
	padding: 0px;
	text-align: center;
}
#header .right
{
	margin: 15px 10px 0px;
	position: relative;
	right: 0px;
	top: 0px;

	text-align: center;
}
#header .logo
{
	border: none;
	padding: 0px;
	
}
#header .login
{
	width: 100px;
	padding: 8px;
	display: block;
	position: absolute;
	bottom: -42px;
	right: -10px;
}


/* ------ */
/* FOOTER */
/* ------ */

#footer .copyright
{
	position: relative;
	margin-top: 10px;
	text-align: center;
}
#footer .social
{
	position: relative;
	right: 0px;
	top: 0px;

	text-align: center;
	margin-top: 10px;
}


/* ----------- */
/* SLIDER HOME */
/* ----------- */

.slider_home .slide p
{
	padding: 0px 20px;
	line-height: 40px;
	font-size: 32px;
}


/* --------- */
/* BLOC HOME */
/* --------- */

.bloc_home .content
{
	display: block;
	padding: 0px 20px;
}
.bloc_home .bloc
{
	width: calc(100% - 80px);
	margin: 0px auto 40px
}
.bloc_home .bloc:last-child
{
	margin-bottom: 0px;
}


/* ---------- */
/* VIDEO HOME */
/* ---------- */

.video_home .content
{
	display: block;
	padding: 40px 20px;
}
.video_home .video
{
	margin: 0px;
	text-align: center;
}
.video_home .video video
{
	width: 100%;
	height: auto;
	max-width: 460px;
	margin: auto;
}
.video_home .paragraphe
{
	margin: 40px 20px 0px;
}
.video_home .paragraphe p
{
	margin-bottom: 0px;
	text-align: center;
}


/* ---- */
/* MAIN */
/* ---- */

.top h1
{
	line-height: 40px;
	font-size: 32px;
}


/* ----------- */
/* SLIDER PAGE */
/* ----------- */

.slider_page
{
	height: 600px;
}
.slider_page .slide
{
	height: auto;
}
.slider_page .slide .content
{
	display: block;
}
.slider_page .slide .image
{
	max-width: calc(100% - 120px);
	max-height: 200px;
	height: auto;
	margin: auto;
	text-align: center;
}
.slider_page .slide img
{
	
}
.slider_page .slide .paragraphe
{
	width: auto;
	padding: 20px 40px;
}
.slider_page .slide .paragraphe p
{
	text-align: center;
}
.slider_page .slide .bouton
{
	position: relative;
	text-align: center;
}


/* --- */
/* FAQ */
/* --- */

.filtres
{
	display: block;
	text-align: center;
}
.question .intitule
{
	width: 60%;
}
.question .reponse
{
	width: 60%;
}


