html {
  position: relative;
  min-height: 100%;
}

body {
   padding-top: 50px; 
/*	background-color: #505153;*/
/*	background-color: #636366;*/
   margin-bottom: 750px;  
}

p {
	text-align: justify;
}

.business-header {
   height: 400px;
/*    background: url('themes/frontpage/background.jpg') center center no-repeat scroll;*/
/*    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; */
}

/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
    text-shadow: 0 0 10px #000;
    color: #fff;
}

.img-center {
    margin: 0 auto;
}

/* footer */

footer {
  margin: 0 0px 0px;
  position: absolute; 
  bottom: 0;
  width: 100%;
  padding-top: 250px;
  font-size: 10px;
}	

.background {
 background: url('themes/frontpage/background.gif') center top no-repeat scroll #666666;
 background-clip: border-box;
 background-origin: padding-box;
 background-size: contain;
 -webkit-background-size: contain;
 -moz-background-size: contain;
 -o-background-size: contain;
 min-height: 350px;
}

.marginfoot {
	margin-top: 15px;
    color:#fff;
	font-size:12px !important;
	font-family: 'Open Sans', sans-serif; margin-bottom:15px;
}

footer h3 {
	margin-top: 15px;
	margin-bottom: 20px;
	font-size:25px;
	color:#fff;
	font-weight:700;
}

footer a {
	color:white;
	transition: color 0.2s linear 0s, background 0.2s linear 0s;
}

footer a:hover {
	color:#337ab7;
	transition: color 0.2s linear 0s, background 0.2s linear 0s;
	text-decoration: none;
}

.translogo {
	opacity: 0.49;
}

.translogo:hover {
	opacity: 0.75;
}

 .copyright {
 min-height:20px;
/* background-color:##3F3F4;*/
 background-color:#555555; 
 }
 
.copyright p {
 text-align:center; color:#FFF;
 padding:5px 0;
 margin-bottom:0px;
 font-size: 12px;
}

.contentpage {
	padding-top: 25px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom: 10px;
}

/* page */

.contentpage {
	padding-top: 25px;
  	padding-left:20px;
	padding-right:20px;
	padding-bottom: 10px;
}

/* Carousel */
.carousel {
    margin-top: 60px;
	margin-bottom: 25px;
}

/* Carousel Styles */
.carousel-indicators .active {
    background-color: #2980b9;
}

.carousel-inner img {
    width: 100%;
    max-height: 460px
}

.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

.carousel-control.left span {
	padding: 15px;
}

.carousel-control.right span {
	padding: 15px;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 0;
}

.carousel-control.left span,
.carousel-control.right span {
	background-color: #000;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

/* Crowdfunding */

.modal-footer {
    border-top: 1px solid #e5e5e5;
    padding: 10px;
}

.progress {
    background-color: #f5f5f5;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 13px;
    margin-bottom: 10px;
    overflow: hidden;
}

.progress-bar {
    background-color: #636366;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 100%;
    line-height: 13px;
    text-align: center;
    transition: width 0.6s ease 0s;
    width: 0;
}

.crowdfunding {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.crowdfunding> h2, h3 {
    margin-bottom: 5px;
    margin-top: 5px; 
}

.thumbnail {
    border-radius: 7px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.32);
}

.icocrow {
   text-align: center !important;
}
/*!
 * change bootstrap css
 */

.navbar-inverse { background-color: #2B2B2B}
.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus { background-color: #3B3B3B}
.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus { background-color: #404040}
.dropdown-menu { background-color: #4A4A4A}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { background-color: #999999}
.navbar-inverse { background-image: none; }
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { background-image: none; }
.navbar-inverse { border-color: #4F4F4F}
.navbar-inverse .navbar-brand { color: #C7C7C7}
.navbar-inverse .navbar-brand:hover { color: #FFFFFF}
.navbar-inverse .navbar-nav>li>a { color: #ADADAD}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus { color: #FFFFFF}
.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus { color: #FFFFFF}
.navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus { color: #FFFFFF}
.dropdown-menu>li>a { color: #C7C7C7}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { color: #3D3D3D}
.navbar-inverse .navbar-nav>.dropdown>a .caret { border-top-color: #474747}
.navbar-inverse .navbar-nav>.dropdown>a:hover .caret { border-top-color: #4A4A4A}
.navbar-inverse .navbar-nav>.dropdown>a .caret { border-bottom-color: #474747}
.navbar-inverse .navbar-nav>.dropdown>a:hover .caret { border-bottom-color: #4A4A4A}

/* menu styes */
.list-unstyled,
.list-unstyled ul { min-width: 120px }

@media ( min-width: 767px ) {
  .panel-group { width: 400px; }
  .thumbnail { margin: 0; }
} 

/* tarif */

#details {
font-family: "Quicksand", sans-serif; font-size: 60px; 
}
#home-box > h2 { 
font-family: "Quicksand", sans-serif;
 font-weight: 400; 
 line-height: 1.1; 
 color: #75b1ae; 
}
.price {
 font-size: 25px;
  float: left; 
}
.pricing_header {
 background: #636366;
 border-radius: 5px 5px 0px 0px;
 transition: background 0.4s ease-out 0s; 
}
.pricing_header h2 {
 text-align:center; 
 line-height: 25px; 
 padding: 12px 0px; 
 margin: 0px; 
 font-family: 18px "Quicksand", sans-serif; 
 font-weight: 400;
  color: #ffffff; 
}
.pricing_footer {
 background: #636366; 
 border-radius: 0px 0px 5px 5px;
 transition: background 0.4s ease-out 0s; 
}
.pricing_footer h2 {
 text-align:center; 
 line-height: 25px; 
 padding: 10px 0px; 
 margin: 0px;
 font: 18px "Quicksand", sans-serif;
 font-weight: 400;
  color: #ffffff; 
}
.list-group-item:first-child {
 border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.off {
text-decoration: 
line-through;
color: rgb(86,86,86);
}
.space {
height: 2px;
 background-color: #505153;
}

/* Contact form */

input.zemText {
       display: block;
       width: 100%;
       height: 34px;
       padding: 6px 12px;
       font-size: 14px;
       line-height: 1.42857143;
       color: #555;
       background-color: #fff;
       background-image: none;
       border: 1px solid #ccc;
       border-radius: 4px;
       -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
       box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
       -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
       transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

textarea.zemTextarea {
       display: block;
       width: 100%;
       height: 100px;
       padding: 10px;
       font-size: 14px;
       line-height: 1.42857143;
       color: #000000;
       background-color: #fff;
       background-image: none;
       border: 1px solid #ccc;
       border-radius: 4px;
       -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
       box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
       -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
       transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input.zemSubmit {
   font-weight: 400;
   line-height: 1.42857143;
   text-align: center;
   white-space: nowrap;
   vertical-align: middle; 
   border: 0;
   outline: none;
   cursor: pointer;
   padding: 6px 12px;
   display: inline-block;
   font-size: 14px;
   color: black;
   text-decoration: none;
   background: #ffffff;
   background-image: none;
   border: 1px solid transparent;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   -ms-border-radius: 4px;
   -o-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
   -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
   -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
   -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
   box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
   -webkit-font-smoothing: antialiased;
}
input.zemSubmit:hover {
  background: #e6e6e6;
}  

