
body {
	font: Arial;
}


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


.container-fluid {
	padding:0;
}

.SamBgBanniere {
	height: 450px;
	width:100%;
	background: transparent url("../images/Header_pc.png") no-repeat scroll top center / cover;
}
.Footer {
	background-color: black;
	margin-top: 50px;
}

.social {
	padding: 25px 0;
	color: white;
	font-size: 35px;
}

.SamBottomText{
	text-align: center;
}

#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 (max-width: 628px) {
	.SamBgBanniere {
		position: relative;
       		width: 100%;
        		height: 0; /* La hauteur est définie par le padding-top */
        		padding-top: 32%;
		background: transparent url("../images/Header_mobile.png") no-repeat scroll center center / cover;
	}	

}
@media (max-width: 460px) {

}
