/* ------------------ */
/*		  LAYOUT      */
/* ------------------ */
#footer_block {
	background-color: #139771;
	border-bottom: 6px solid #117659;
}

#search_btn {
	background: url(../images/theme/loupe.png) center center no-repeat #139771;
}

#search_btn.active {
	background: url(../images/theme/croix.png) center center no-repeat #139771;
}

/* Footer */
#footer .title {
	color: #086046;
}

#footer .form_btn {
	border: 2px solid #87dac2;
	background-color: #87dac2;
	color: #139771;
	cursor: pointer;
}

#footer .form_btn:hover {
	color: #87dac2;
	background-color: #139771;
}

#footer #vertical_separator {
	background-color: #33ac89;
}

/* Content */
#content_column1 {
	padding-top: 395px;
}

/* Btn load more */
#btn_load_more {
	width: 120px;
	margin: 0 auto;
	margin-top: 70px;
	line-height: 32px;
	border: 2px solid #139771;
	border-radius: 16px;
	text-align: center;
	color: #139771;
	font-family: 'Nunito', sans-serif;
}

#btn_load_more:hover {
	background-color: #139771;
	color: #FFFFFF;
	cursor: pointer;
}

/* ---------------- */
/*		Tablet		*/
/* ---------------- */
@media screen and (max-width: 1024px) {
	/* Btn load more */
	#btn_load_more {
		width: 100px;
		margin-top: 30px;
		line-height: 28px;
		border-radius: 15px;
		font-size: 12px;
		border: 1px solid #139771;
	}
}