/* styles */
body {
	background: url("../img/cheese-products-distributor.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}

.container {
	padding-top: 60px;
	background-color: #fff;
	position: relative;
	min-height: 1000px;
}

a:hover {
	text-decoration: none !important;
}

.ombrage-page {
	position: absolute;
	top: 30px;	
}

.ombrage-gauche {
    left: -30px;
    z-index: -1;
}

.ombrage-droite {
    right: -30px;
    z-index: -1;
}

.overlay {
    display: none;
    position: fixed;
    z-index: 1000;
    width: 100%;
    right: 0;
    margin-left: -20px;
    height: 100%;
    background-color: rgba(0,0,0, 0.5);
}


/* entete du site */
#top-bar {
	position: absolute;
	top: 0;
	width: 100%;
	height: 30px;
	background-color: #383639;
	z-index: 10;
}

#header {
	display: block;
	padding-top: 20px;
	border-top: 1px solid #eee;
	position: relative;
}

#header #logo {
	position: relative;
	left: 45px;
	z-index: 10000;
}

#navbar {
	margin-right: 20px;
	position: absolute;
	right: 0 ;
	top: 0;
}

#navbar ul{
	margin: 0;
	padding: 0;
}

#navbar ul li{
	display: inline-block;
	padding: 10px 20px;
}

#navbar  hr {
	margin: 0;
}

#navbar ul li a {
	padding-bottom: 12px;
}

#navbar ul li a:hover {
	border-bottom: 10px solid #efe8db;
}

#navbar ul li a.active {
	border-bottom: 10px solid #420e0a;
}

#header-subcontent {
	border: 1px solid transparent;
	position: relative;
	margin-top: -60px;
}

#header-subcontent-images {
	padding: 12px;
	border: 1px solid #eee;
	float: right;
	margin: 0 0 0 20px;
}

#header-subcontent-images img {
	margin: 0;
}

#header-subcontent-images img:first-child {
	margin-right: 1px;
}

#header-subcontent h1 {
	text-align: right;
	font: normal normal 16px/16px arial,sans-serif;
	margin: 60px 0 0 0;
}

#header-subcontent h2 {
	text-align: right;
	font: normal normal 28px/22px arial,sans-serif;
	margin: 5px 0 0 0;
	letter-spacing: -0.5px;
}

#header-subcontent h6 {
	text-align: right;
	font: normal normal 12px/12x arial,sans-serif;
}

#header-transparent-wrapper {
	background-color: rgba(150,150,150,0.1);
	height: 70px;
	width: 100%;
	margin: 10px 0;
}

#header-page-divider {
	margin-top: 20px;
}

.row-index-logos {
	text-align: center;
}

.row-index-logos img {
	margin: 0 15px;
}

#burger-menu-container  {
	display: none;
}



/* contenu central */
.row-main .col-sm-12 {
	width: 80%;
	margin: 0 auto 50px;
	float: none;
}

.row-main .col-sm-12 img {
	float: right;
	padding: 8px;
	border: 1px solid #ddd;
	margin: 10px;
}

.row-main .col-sm-12 img.content-image-png  {
	border: none;
	margin: -37px 0 0 30px;
	float: right;	
}





/* footer */
#footer {
	text-align: center;
	margin: 20px 0 40px;
}




/***
*	page d'accueil
*	default.php
*/
.row.row-index-main {
	margin-top: 20px;
}
#slider {
	background-color: #f2f2f2;
	margin-bottom: 10px;
	height: 200px;
}

.index-main-subcontent {
	text-align: left !important;
	height: 140px;
}

.index-main-subcontent h5 {
	border-bottom: 1px dotted #ccc;
}

.aside.aside-index > div {
	padding: 0;
	height: 109px;
	margin-bottom: 10px;
	position: relative;
}

.aside.aside-index > div h5 {
	margin: 0;
	position: absolute;
	bottom: 15px;
	right: 20px;
	color: #fff;
	text-shadow: 0 0 3px #333;
}

/* MLandry Overrides Bootstrap Slider */
.carousel-caption {
	left:0;
	right:0;
	padding-top: 5px;
	text-shadow: none;
}
.carousel-caption h3,h4 {
	position: relative;
	display: inline;
	color: #333333;
}

.carousel-caption h3 {
    font: normal normal 22px/22px arial,sans-serif;
	top:15px;
}

.carousel-caption h4 {
    font: normal normal 16px/16px arial,sans-serif;
	top:15px;
}

#page-divider-bottom {
	margin: 20px 0 40px;
}

/***
*	page Clients et partenaires
*	partenaires.php
*/
#header.header-pages {
	height: 270px;
}

.header-pages #header-transparent-wrapper {
	height: 40px;
}





/***
*	page contact
*	contact.php
*/
iframe {
	width: 400px;
	height: 300px;
	border: 0;	
	
}

.contact-left-side {
    width: 47%;
    margin-left: 5%;
	display: inline-block;
	float: left;
}

.contact-right-side {
	width: 38%;
	margin-right: 10%;
	display: inline-block;
	float: left;
	text-align: right;
}

.contact-adresse {
	list-style-type: none;
	padding-left: 15px;
	margin: 10px 0 40px;
}

.contact-list-hours {
	line-height: 1;
	margin-bottom: 40px;
	list-style-type: none;
	padding-left: 15px;
}

.contact-list-hours label {
	width: 50%;
}

#contact-list {
	list-style-type: none;
	padding-left: 15px;	
	line-height: 1;
}

#contact-list li{
	margin-bottom: 0;
}

#contact-list label {
	width: 50%;
}

#contact-list label  span  {
	font-weight: normal;
}

.contact-poste {
	width: 10%;
}

.contact-email {
	width: 40%;
}

#contact-edifice-stepana {
	padding: 12px;
	border: 1px solid #eee;
	width: 90%;
	margin: 30px 0 20px;
	max-width: 440px;
}

.contact-left-side h3 {
	border-bottom: 1px solid #590e0b;
	
}








/***
*	page Produits d'alimentation
*	produits-alimentation.php
*/
#produits-montage {
	margin: 0;
}






@media all and (min-width: 1200px) {
	

	
}


@media all and (min-width: 992px) and (max-width: 1199px) {
	
	#header #logo {
		left: 4px;
	}
	
		
	#page-divider-bottom,
	#header-page-divider {
		width: 100%;
	}
	
	.col-sm-4.aside.aside-index img {
		width: 100%;
	}
	
	.aside.aside-index > div h5 {
		bottom: 26px;
	}
	
	
}


@media all and (min-width: 768px) and (max-width: 991px) {
	
	#header > a {
		display: block;
		text-align: center;
	}
	
	#header #logo {
		left: 0;
		top: 55px;
	}
	
	#header {
		padding-top: 0;
		border-top: none;
	}
	
	#navbar {
		float: none;
		margin-right: 0;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	#header-subcontent {
		margin-top: 70px;
	}	
	
	#header-subcontent h1 {
		margin-top: 10px;
	}
	
	#header-subcontent-images img {
		max-width: 290px;
	}
	
	#header-subcontent h2 {
		font-size: 22px;
	}
	
	#header-transparent-wrapper {
		height: 34px;
	}
	
	#page-divider-bottom,
	#header-page-divider {
		width: 100%;
	}
	
	.row.row-index-main > div {
		width: 100%;
	}
	
	.col-sm-6.index-main-subcontent {
		display: block;
		foat: none;
		clear: both;
		margin-top: 15px;
	}
	
	.row.row-index-main > div.aside.aside-index {
		width: 50%;
		float: right;
		margin-top: -280px;
	}
	
	iframe {
		width: 300px;
		height: 300px;
	}
	
	.contact-left-side {
		margin-left: 5%;
	}
	
	.contact-left-side {
		width: 42%;
		margin-left: 5%;
		display: inline-block;
		float: left;
		margin-top: 30px;
	}
	
	.contact-right-side {
		width: 47%;
		margin-right: 2%;
		display: inline-block;
		float: left;
		text-align: right;
	}
				

	
}


@media all and (max-width: 767px) {
	
	.container {
		padding-top: 45px;
	}
	
	.row-main .col-sm-12 {
		width: 90%;
	}
	
	.ombrage-page {
		display: none;
	}
	
	#header {
		padding-top: 0;
		border-top: none;
	}
	
	#header #logo {
		left: 10px;
		width: 40%;
		max-width: 350px;
		min-width: 200px;
	}

	#navbar {
		display: none;
		position: absolute;
		top: -15px;
		z-index: 10100;
		background-color: #fff;
		margin: 0 0 0 -15px;
		width: calc(100% + 30px);
	}
	
	#navbar ul {
		width: 100%;		
	}		

	#navbar ul li {
		display: block;
		border-top: 1px solid #ccc;
	}
	
	#navbar ul li:first-child {
		border-top: none;
	}
			
	#burger-menu-container  {
		display: inline-block;
		position: absolute;
		font-size: 24px;
		right: 20px;
	}
	
	#burger-menu-container:hover {
		cursor: pointer;
	}	
	
	#header-subcontent {
		margin-top: 15px;
	}
	
	#header-subcontent-images {
		float: none;
		text-align: center;
	}
	
	#header-subcontent-images img {
		width: 100%;
	}
	
	#header.header-pages {
		height: inherit;
	}
	
	#header-subcontent h1 {
		margin: 15px 0 0 0;
	}
	
	.contact-left-side,
	.contact-right-side {
		display: block;
		width: 90%;
		margin: 0 5%;
	}
	
	.contact-right-side {
		text-align: center;
	}
	
	.carousel-caption {
		display: none;
	}
	
	#page-divider-bottom,
	#header-page-divider {
		width: 100%;
	}
	
	.aside.aside-index > div h5 {
		right: 50px;
	}
	
	.row-index-logos img {
		margin: 10px 15px;
	}
	
	#produits-montage {
		position: relative;
		right: -36px;
		width: 100%;
		margin-top: 30px;
	}
	
	#service-top-image {
		display: block;
		float: none !important;
		clear: both;
	}
	
	#montage-flotte-camion {
		width: 100%;
		margin-top: 0;
	}

	
}


/* dev */
.row-index-main div {
	text-align: center;
}




