.form2{
  display: none;
}

@media(max-width: 992px){

	.footer_img{
		display: none;
	}

}

p, ul{
	color: #eee;
}


/***** HEADER *****/

#header .header-logo img{
	height: 100%;
	max-height: 60px;
}

.social-icons li a{
  color: #BAA360 !important;
}


/***** HOME *****/

.home-intro .btn{
	padding: 0.5em 0.8em;
}

#home_top{
	position: relative;
}

#home_top .home_top_accroche{
	position: absolute;
	bottom: 1em;
	right: 1em;
	z-index: 99;
	color: #fff;
	font-style: italic;
	font-size: 150%;
}



/***** PAGE *****/

.page-header .bandeau_titre {
	color: #fff;
	display: inline-block;
	font-size: 30px;
	line-height: 1;
	margin: 0;
	padding: 0;
	font-weight: 400;
	position: relative;
	top: 1px;
}


/***** PHOTO *****/

#photo{
	padding: 5em;
	margin-top: 2em;
	margin-bottom: 2em;
}

#photo img{
	width: 100%;
	border: solid 10px #eee;
}


/***** FOOTER *****/

#footer{
	border-top: solid 3px #eee;
}