/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
	padding-bottom: 40px;
	background-color: #f3f3f3;  
/*  background: #f79421;
background: -moz-linear-gradient(top,  #f79421 0%, #ed1556 100%);
background: -webkit-linear-gradient(top,  #f79421 0%,#ed1556 100%);
background: linear-gradient(to bottom,  #f79421 0%,#ed1556 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79421', endColorstr='#ed1556',GradientType=0 ); 

background: #f79421;
background: -moz-linear-gradient(left,  #f79421 0%, #ed1556 100%);
background: -webkit-linear-gradient(left,  #f79421 0%,#ed1556 100%);
background: linear-gradient(to right,  #f79421 0%,#ed1556 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79421', endColorstr='#ed1556',GradientType=1 );*/

}

.clear{clear:both;}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
	background-color: #242021;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f26647;
	box-shadow: 0 1px 5px #000;*/
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 25px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	/*margin-bottom: 60px;*/
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
 /*height: 550px;*/
 
   background-color: transparent; 
  background: #f79421;
background: -moz-linear-gradient(top,  #f79421 0%, #ed1556 100%);
background: -webkit-linear-gradient(top,  #f79421 0%,#ed1556 100%);
background: linear-gradient(to bottom,  #f79421 0%,#ed1556 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79421', endColorstr='#ed1556',GradientType=0 ); 

}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
/* height: 550px;*/
  height:auto;
display: block;
}
.item {
	display: block;
}
/********** VIDEO ********************/

#containingBlock {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
.videoWrapper {
  position: relative;
  padding-bottom: 0;
  padding-top: 82px;
  height: auto;
}
.videoWrapper object,
.videoWrapper embed {
  position: absolute;
  top: 100;
  left: 0;
  width: 100%;
  height: 100%;
}
/* MARKETING CONTENT
-------------------------------------------------- */
.marketing {
	background-color: #FFF;
	padding-top: 55px;
}
.marketingb {
	background-color: #FFF;
	padding-top: 80px;
}
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing .col-lg-4-4 {
  margin-bottom: 20px;
  text-align: left;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p  {
	margin-right: 10px;
	margin-left: 10px;

}
.justifi {text-align: justify;}

.marketing .col-lg-6 {
  margin-bottom: 20px;
  text-align: center;
}

.marketing .col-lg-6 p  {
	margin-right: 10px;
	margin-left: 10px;

}

/* Featurettes
------------------------- */
.videoWrapper {
 padding-top: 130px;
}
.featurette-divider {
	background-color: #f26647;
	height: 1px;
	margin-top: 80px;
	margin-right: 0;
	margin-bottom: 80px;
	margin-left: 0;
}

/* Thin out the marketing headings */
.featurette-heading {
	 font-weight: 300; 
	line-height: 1;
	letter-spacing: -1px;
	color: #ec1654;
}

@media (min-width: 990px) {
.videoWrapper {
 padding-top: 130px;
}}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 992px) {
.videoWrapper {
 padding-top: 81px;
} 	
.featurette-divider {
	background-color: #f26647;
	height: 1px;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
}		
.featurette-heading {
    /*margin-top: 120px;*/
	margin-top: 10px;
  }
  /* Carousel base class */
.carousel {
 /* height: 590px;
  margin-bottom: 60px;*/
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
   height: auto; 
 /* background-color: #000;*/
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
 
}
}

@media (min-width: 768px)and (max-width:991px) {
	
 	
#enseigne{
	height: 78px;
	width: 200px;
	background-image: url(../img/enseigne2.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 5px;
	box-shadow: 0 0px 0px #fff;
	position: fixed;
	margin-top: 5px;
	background-repeat: no-repeat;
}	
	
	
	
.featurette-divider {
	background-color: #f26647;
	height: 1px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}	
	
	.carousel-caption{
	visibility: hidden;
}
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 0px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
   /* font-size: 30px;*/
  }
    /* Carousel base class */
.carousel {
 /* height: 300px;
  margin-bottom: 60px;*/
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: auto;
 /* background-color: #000;*/
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: auto;
}  
}



@media (min-width:200px)and (max-width:767px) {
 
.featurette-divider {
	background-color: #f26647;
	height: 1px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
.featurette-heading {
    /*margin-top: 120px;*/
	margin-top: 10px;
  }	
.navbar-inverse{
	margin-left: 5px;	/*background-color: #000;
	border-color: #080808;*/
}
.carousel-caption{
	visibility: hidden;
}	
#enseigne{
	height: 78px;
	width: 200px;
	background-image: url(../img/enseigne2.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 5px;
	box-shadow: 0 0px 0px #fff;
	position: fixed;
	margin-top: 5px;
	background-repeat: no-repeat;
}
/* Carousel base class */
.carousel {
  height: auto;
 /* margin-bottom: 60px;*/
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: auto;
 /* background-color: #000;*/
 background: #f79421;
background: -moz-linear-gradient(top,  #f79421 0%, #ed1556 100%);
background: -webkit-linear-gradient(top,  #f79421 0%,#ed1556 100%);
background: linear-gradient(to bottom,  #f79421 0%,#ed1556 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79421', endColorstr='#ed1556',GradientType=0 );

}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: auto;
}
}


@media (min-width:200px)and (max-width:550px) {
 
.marketing h2 {
	font-size: 25px;
}
#enseigne{
	height: 78px;
	width: 200px;
	background-image: url(../img/enseigne2.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 5px;
	box-shadow: 0 0px 0px #fff;
	position: fixed;
	margin-top: 5px;
	background-repeat: no-repeat;
}
}

/* Progress Bar
---------------------------------------- */

.progress-bar-wrapper {
	clear: both;
	margin-bottom: 36px;
	font-size: 12px;
	text-align:left;
}
.progress-bar-wrapper.inside {
	color: #fff;
	margin-bottom: 20px;
}
.progress-bar-title {
	display: inline-block;
	text-align: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
		/*margin-left: 0;*/
}
.progress-bar-title.inside {
	margin: 0 10px;
	text-align: right;
}
.progress-bar {
	background-color: #f0f0f0;
	height: 20px;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.progress-bar.radius {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.progress-bar.inside {
	height: 24px;
}
.progress-bar-meter {
	display: none;
	position: absolute;
	height: inherit;
	background-color: #ec1654;
	line-height: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.progress-bar-meter .icon {
	display: block;
	position: absolute;
	top: -50%;
	right: 0;
	width: 30px;
	height: 30px;
	margin-top: -5px;
	font-size: 10px;
	text-align: center;
	line-height: 26px;
	/*background-color: #fff;
	border: 3px solid #f26647;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;*/
}
.progress-bar-meter .icon:before {
	color: #ec1654;
}
.progress-bar-meter .icon span {
	/*position: absolute;
	right:  3px;
	display: block;
	font-size: 11px;*/
	display: block;
	position: absolute;
	top: -2%;
	right: -28px;
	width: 30px;
	height: 30px;
	margin-top: 13px;
	font-size: 12px;
	text-align: center;
	/*line-height: 26px;
	background-color: #fff;	*/
	
	
	
}
.progress-bar.radius .progress-bar-meter {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.value{
	color: #f00;
}
.margezero{margin: 0px;padding: 0px;}
.margeImgBotom{margin-bottom: 7px;}
.margeRB{margin-bottom: 10px;margin-right: 10px;}
.margeTRB{margin-bottom: 10px;margin-right: 10px;margin-top: 10px;}
.imgBorder{border: 3px solid #FFF;}
.margeG{margin-left: 0px;}
img.centrer {
    display: block;
    margin: 0 auto;
}
.tel{margin-top: 15px;margin-left: 7px;color: #FFF;}