.cf {
	clear: both;
}
body {
	margin: 0 auto;
	max-width: 1300px;
	font: 15px/20px Arial;
	height: 100%;
	padding: 20px;
	box-sizing: border-box;
}
p, a {
	text-decoration: none;
	color: #727171;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	margin-top: 0;
	outline: none;
}
h1 {
	font-size: 30px;
	line-height: 36px;
	font-weight: 300;
	margin: 0 0 14px 0;
	color: #1A171B;
}
.text-decoration {
	text-decoration: underline;
}
.immeuble_wrap {
	width: 50%;
	float: left;
}
.immeuble_wrap a {
	display: inline-block;
	padding: 30px;
	box-sizing: border-box;
}
.immeuble_wrap a:hover {
	background: #f8f8f8;
}
.immeuble_wrap img {
	width: 100%;
	height: auto;
	margin-bottom: 22px;
}
#footer .logo img {
	width: 90px;
	height: auto;
	margin-top: 15px;
	float: right;
}
#footer {
	border-top: 1px solid #ebebeb;
	margin: 0 30px;
	margin-top: 25px;
}
#footer a {
	text-decoration: underline;
	font-size: 14px;
	line-height: 16px;
	color: #1A171B;
}
#footer a:hover {
	color: #727171;
}
#footer ul li {
	display: inline;
	list-style: none;
	padding: 0 12px;
	font-size: 14px;
	line-height: 20px;
	color: #1A171B;
}
#footer ul li:first-child {
	padding-left: 0;
	border-left: 0;
}
#footer ul {
	padding-left: 0;
	width: auto;
	float: left;
	margin-top: 22px;
}
/* @group responsiv */

@media screen and (max-width: 1150px) {
	.immeuble_wrap a {
		padding: 20px;
	}
	.wrap_title {
		margin-left: 20px !important;
	}
}

@media screen and (max-width: 1000px) {
	h1 {
		font-size: 25px;
	}
	.immeuble_wrap img {
		margin-bottom: 25px;
	}
}


@media screen and (max-width: 915px) {
	#footer ul li {
		display: block;
	}
	#footer ul li {
		border: none;
		padding-left: 0;
	}
}

@media screen and (max-width: 800px) {
	.projects_wrap {
		margin-top: 20px !important;
	}
	.immeuble_wrap  {
		margin: 0 0 2% 0;
		width: 100%;
		height: 100%;
		clear: both;
	}
	.immeuble_wrap a {
		padding: 3%;
		width: 100%;
	}
	.immeuble_wrap img {
		margin-bottom: 15px;
	}
	.wrap_title {
		margin-left: 3% !important;
	}

}

@media screen and (max-width: 550px) {

	.projects_wrap {
		margin-top: 10px !important;
	}
	.wrap_title {
		font-size: 28px !important;
		line-height: 36px !important;
	}
}

/* @end */

/* @group projects wrapper */

.projects_wrap {
	width: 100%;
	margin-top: 50px;
}
.wrap_title {
	margin-left: 30px;
	font-size: 40px;
	line-height: 48px;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
}

/* @end projects wrapper */
