
body {
	font: Arial;
	background-color: #fff;
}
.SamBgBanniere {
	height: 320px;
	width:100%;
	background: transparent url("../images/background.png") no-repeat scroll center center / 100%;
}
.Footer {
	background-color: #e0d8ce;	
	padding-top: 25px;
	padding-bottom: 25px;
}


#lscom-frame {
	min-height: 500px;
}

@media (max-width: 1530px) {
	.HeaderTitre > div {
		padding-left: 200px;
	}
}
@media (max-width: 992px) {
	.SamBgBanniere {
		height: 300px;
	}
	
	.Footer .row > div {
		text-align: center;
	}
}
@media (width < 768px) {
	.SamBgBanniere {
		height: 150px;
	}	

}
@media (width < 460px) {
	
}

.Footer h2 {
	text-transform: Uppercase;
	font-size: 20px;
	color: #535353;
}
.Footer .LogoVille {
	max-width: 70%;
}

.SamFollow > span {
	margin-right: 15px;
}
.FooterLogo {
	line-height: 92px;
}
.SamBottomText {
	margin-bottom: 50px;
	font-size: 16px;
}

