﻿#main-navbar{
	border-bottom: 1px solid #e9e9e9;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.25); 
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.25);
}

#main-banner {
	background-image: url('../images/maison.jpeg');
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: top;
	background-size: auto 100%;
	border-radius: 0;

	max-width: 1920px; 
	margin-left: auto; 
	margin-right: auto;
}

.jumbotron-wrapper {
	width: 100%; 
	background-color: #e9ecef;
}

@media (min-width: 900px) {
	#main-banner {
		background-size: auto 100%;
		background-position-x: right;
		background-position-y: top;
	}
}
@media (max-width: 1199px) {
	#main-banner {
		margin-top: -150px;
	}
}

#company-name {
	max-width: 650px;
}

#banner-company-wrapper {
	margin-top: 280px;
}

@media (min-width: 1200px) {
	#banner-company-wrapper {
		margin-top: 50px;
	}
}

#zones-section {
	background-image: url('../images/maison.jpeg');
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% auto;
}

.featurette-divider {
	margin: 5rem 0;
	/* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -.05rem;
}


.mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #e9ecef;
}
.jumbotron-mask {
	opacity: 0.5;
}
.service-mask {
	opacity: 0.8;
}

.service {
	background-color: #FFFFFF;
	border: 2px solid #204E7B;
	border-radius: 3px;
	padding: 10px;
	padding-top: 20px;
	min-height: 250px;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}

.footer-table tr,
.footer-table td {
	padding-top: 10px;
}


/*@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}*/