body {color:#000;padding:0;background:url(../images/fond.png) repeat top center #93C024;}
.body .container {
	background:url(../images/bas.png) no-repeat bottom right #FFFFFF; 
	padding-bottom:80px;
	border:solid 15px rgba(250, 250, 250, 0.3);
	border-bottom:none;
	border-top:none;
	-webkit-box-shadow: 3px -5px 20px 10px rgba(238,238,238,0.51);
	-moz-box-shadow: 3px -5px 20px 10px rgba(238,238,238,0.51);
	box-shadow: 3px -5px 20px 10px rgba(238,238,238,0.51);
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee, Direction=168, Strength=20);
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 12px 0;
}
h1 {
	font-size: 22px;
	line-height: 24px;
	color:#0E8E46;
	font-weight:normal;
}
h2 {
	font-size: 22px;
	line-height: 24px;
	color:#0E8E46;
	font-weight:normal;
}
h3 {
	font-size: 16px;
	line-height: 18px;
	color:#0E8E46;
}
h4 {
	font-size: 14px;
	line-height: 16px;
}
h5 {
	font-size: 13px;
	line-height: 15px;
}
h6 {
	font-size: 12px;
	line-height: 14px;
}
a {color:#0E8E46;}
a:hover,
a:active,
a:focus {color:#0E8E46;}
.invisible, #imprimer, .blog-featured .page-header {display:none}
.entreprise {float:left;}
.navbar .container {
	background:none;
	padding-bottom:0px;
	border:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.navigation .nav {margin-bottom:0px;}
.navigation .nav-pills {margin-left:330px;}
.navigation a {color:#000;}
.navigation .nav li {background:url(../images/menu.png) no-repeat center left;font-size:1.3em;}
.navigation .nav li:first-child {background:none;}
.blog-featured h2 { margin-bottom:20px;}
.pied .menu {float:left;margin-left:240px;margin-right:5px;margin-bottom:0px;}
.pied .container {
	font-size:0.8em;
	background-color:#FFFFFF;
	border:solid 15px rgba(250, 250, 250, 0.3);
	border-top:none;
	-webkit-box-shadow: 3px 10px 20px 10px rgba(238,238,238,0.51);
	-moz-box-shadow: 3px 10px 20px 10px rgba(238,238,238,0.51);
	box-shadow: 3px 10px 20px 10px rgba(238,238,238,0.51);
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee, Direction=168, Strength=20);
}
.pied a {color:#000;}
.blog-featured, .item-page, .item-pageparking, .item-pagetarifs, .item-pagecontact {
	padding:2% 4% 0 38%;
	border-top:solid 2px #0E8E46; 
	min-height:465px;
	padding-bottom:50px;}
.item-pageparking {background:url(../images/photoFond2.jpg) no-repeat top left;}
.item-pagetarifs {background:url(../images/photoFond3.jpg) no-repeat top left;}
.item-pagecontact {background:url(../images/photoFond4.jpg) no-repeat top left;}
.blog-featured, .item-page {background:url(../images/photoFond1.jpg) no-repeat top left;}
.jdsslider {float:right;}
.carousel-caption {display:none;}
.carousel-fade .item {
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  -ms-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  left: 0 !important;
}

.carousel-fade .active {
  opacity: 1 !important;
}

.carousel-fade .left {
  opacity: 0 !important;
  -webkit-transition: opacity 0.1s ease-in-out !important;
  -moz-transition: opacity 0.1s ease-in-out !important;
  -ms-transition: opacity 0.1s ease-in-out !important;
  -o-transition: opacity 0.1s ease-in-out !important;
  transition: opacity 0.1s ease-in-out !important;
}

.carousel-fade .carousel-control {
  opacity: 1 !important;
}
@media print {
  body {background-color:#FFFFFF;color:#000000;}
  h1 {color:#000;}
  h2 {color:#000;}
  h1,h2,h3 {page-break-after:avoid; }
  a {color: #000;	font-weight:bold;}
  #imprimer {position:absolute;top:10pt;left:60%;font-size:0.9em; display:inherit;}
  .navigation, .breadcrumb, .pied, #complement { display:none;}
}
@media (max-width: 768px) {
	body {
		padding-top: 0;
	}
	.header .brand {
		float: none;
		display: block;
		text-align: center;
	}
	.header-search {
		float: none;
		display: block;
	}
	.header-search form {
		margin: 0;
	}
	
	.header .nav-pills > li > a {
		border: 1px solid #ddd;
		border-bottom: 0;
		margin: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		margin-right: 0;
	}
	.header .nav-pills > li:first-child > a {
		-webkit-border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		border-radius: 4px 4px 0 0;
	}
	.header .nav-pills > li:last-child > a {
		-webkit-border-radius: 0 0 4px 4px;
		-moz-border-radius: 0 0 4px 4px;
		border-radius: 0 0 4px 4px;
		border-bottom: 1px solid #ddd;
	}
	.modal.fade {
		top: -100%;
	}
	.nav-tabs {
		border-bottom: 0;
	}
	.nav-tabs > li {
		float: none;
	}
	.nav-pills > li {
		float: none;
	}
	.nav-pills > li > a {
		margin-right: 0;
		margin-bottom: 3px;
	}
	.nav-pills  > li:last-child > a {
		margin-bottom: 1px;
	}
	.form-search > .pull-left,
	.form-search > .pull-right {
		float: none;
		display: block;
		margin-bottom: 9px;
	}	
	.navigation .nav-pills {margin-left:0px;}
	.pied .menu {margin-left:0px;}
}
@media (min-width: 1200px) {
	.navigation .nav-pills {margin-left:420px;}
	.pied .menu {margin-left:470px;}
	.jdsslider {margin-right:140px;}
}
@media (min-width: 768px) and (max-width: 979px) {
	.navigation .nav-pills {margin-left:150px;}
	.pied .menu {margin-left:30px;}
	.blog-featured, .item-page, .item-pageparking, .item-pagetarifs, .item-pagecontact {
		padding-left:330px;
	}
	 .jdsslider {max-width:400px; }
	 .entreprise { margin-top:-10px}
}
@media (max-width: 767px) {
	.blog-featured, .item-page, .item-pageparking, .item-pagetarifs, .item-pagecontact {
		padding-left:315px;
	}
	.body .container { padding-bottom:30px; }
}
@media (max-width: 480px) {
	.blog-featured, .item-page, .item-pageparking, .item-pagetarifs, .item-pagecontact {padding-left:10px;padding-top:460px;}
}