@charset "utf-8";
/********************************************************
//	MBCMS v4.1.1
//
//	Developped by MB Creation
//	copyright 2015
//	www.mb-creation.com
//	contact@mb-creation.com
********************************************************/

main {
	position: relative;
}

.main_title {
	color: #b10033;
	margin-bottom: 50px;
}
.main_title span {
	display: block;
	font-size: 20px;
	color: #666;
}

/* Homepage styles */
.home-text {
	margin: 50px 0;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	height: 650px;
	background: url(../img/gite-home.jpg) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.home-text .text {
	background: rgba(255, 255, 255, .9);
	width: 50%;
	padding: 30px;
	height: 650px;
}

.home_link {
	display: block;
	position:relative;
}
.home_link span {
	display: block;
	text-align:center;
	font: 300 28px/32px "Open Sans Condensed", sans-serif;
	color: #fff;
	padding: 15px;
	background: rgba(195, 0, 46, 0.7);
	position: absolute;
	bottom: 0;
	width: 100%;
	-webkit-transition: bottom .2s ease-out, margin-bottom .5s ease-out;
	-moz-transition: bottom .2s ease-out, margin-bottom .5s ease-out;
	-o-transition: bottom .2s ease-out, margin-bottom .5s ease-out;
	transition: bottom .2s ease-out, margin-bottom .5s ease-out;
}
.home_link:hover span {
	bottom: 50%;
	margin-bottom: -25px;
}

.fb-page {
	margin-bottom: 30px;
}

