@font-face {
font-family: 'Glyphicons Halflings';
src: url('../fonts/glyphicons-halflings-regular.eot');
src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.jumbotron {background:none;margin-top:-300px;}
.jumbotron h1 {background:none;}
.jumbotron h1 span {
    background: none;
    padding: 0;
}
.bgInterface{
    background:rgba(0, 0, 0, 0) url("/CMS/uploads/BEFR/images/pages/LPs/CStuto/interfacesTxt.jpg") no-repeat scroll 0 0 / contain ;
}
.bgVidBottom{
    background:url("/CMS/uploads/BEFR/images/pages/LPs/CStuto/bgFooterVid.jpg") no-repeat 0 0 / contain;
    height:625px;
}
.bgVidBottomBEFR{
    background:url("/CMS/uploads/BEFR/images/pages/LPs/CStuto/fonction_tel_bg2.jpg") no-repeat 0 0 / contain;
    height:550px;
}
.bgVidBottomBENL{
    background:url("/CMS/uploads/BENL/images/pages/LPs/CStuto/fonction_tel_bg2.jpg") no-repeat 0 0 / contain;
    height:550px;
}
iframe {width:560px; height:315px;}
.imgEvol {
    width:95%;
    -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
    transition: width 1s;
}
.imgEvol:hover {
    width:100%;
}
.jumbotron h1, .jumbotron .h1 {
    font-size: 30px;
}
.bgF2 {
	background:#f2f2f2;
}
.bandeauPepites{
	background:#64e61e;
}
.btn.btntutos {     
    border-radius: 0;
    font-family: "Gotham",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 300;
    height: 48px;
    line-height: 1.42857;
    padding: 5px 20px 5px 50px;
    background: url(/CMS/uploads/BEFR/images/pages/LPs/CStuto/arrowTuto.png) no-repeat 5px center;
    text-transform: none;
    width:70%;}
}
.bandeauPepites p{font-size:18px;}
#backgroundVideo {
    height: 710px;
    left: 50%;
    position: relative;
    transform: translateX(-50%) translateY(-50%);
    width: 1170px;
    z-index: -100;
}
.row {
    margin-left: 0px;
    margin-right: 0px;
}
video#backgroundVideo {
   background: #fff 50% 50% / cover no-repeat ;
 }
video#backgroundVideo[poster] {top:305px;}
.container h1 {
    color: white;
}
.boutonMute {margin-right:1em;}
/*animation element sliding left*/

.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 1000ms ease-in-out;
  -webkit-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  -moz-transform: translate3d(-200px, 0px, 0px);
  -webkit-transform: translate3d(-200px, 0px, 0px);
  -o-transform: translate(-200px, 0px);
  -ms-transform: translate(-200px, 0px);
  transform: translate3d(-200px, 0px, 0px);
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
}
.animation-element.slide-left.in-view {
    top:330px;
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-left.in-view p,
.animation-element.slide-right.in-view p,
.animation-element.slide-right2.in-view p{
    font-size:16px;
}
/*animation element sliding right*/

.animation-element.slide-right,
.animation-element.slide-right2{
  opacity: 0;
  -moz-transition: all 1000ms ease-in-out;
  -webkit-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  -moz-transform: translate3d(300px, 0px, 0px);
  -webkit-transform: translate3d(300px, 0px, 0px);
  -o-transform: translate(300px, 0px);
  -ms-transform: translate(300px, 0px);
  transform: translate3d(300px, 0px, 0px);
}

.animation-element.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
    right: -351px;
    top: 200px;
}
.animation-element.slide-right2.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
    right: -540px;
    top: 300px;
}
/*animation element sliding top*/

.animation-element.slide-top {
  opacity: 0;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  -moz-transform: translate3d(0px, -200px, 0px);
  -webkit-transform: translate3d(0px, -200px, 0px);
  -o-transform: translate(0px, -200px);
  -ms-transform: translate(0px, -200px);
  transform: translate3d(0px, -200px, 0px);
}

.animation-element.slide-top.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/*animation element sliding bottom*/

.animation-element.slide-bottom {
  opacity: 0;
  -moz-transition: all 800ms ease-in-out;
  -webkit-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200px, 0px);
}

.animation-element.slide-bottom.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.mapFoot{width:50%;}

.arrows {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

@media screen and (min-width: 0px) and (max-width: 319px) {
	video#backgroundVideo[poster] {top:100px; width:768px;}
	.jumbotron {background:none;margin-top:10px;padding-top:30px;}
	.jumbotron h1{font-size:18px;}
	.col-xs-6.meaProd{padding:0;width:100%;float:left;}
	.meaProd img{max-width:80%;}
	.bandeauPepites p{font-size:12px;}
	.bandeauPepites .mainPadding{padding:0em 1em;}
	.mapFoot{width:100%;}
	.h1.hashtag {font-size:22px;}
	#backgroundVideo {
        height: 725px;
        left: 50%;
        position: relative;
        transform: translateX(-50%) translateY(-50%);
        width: 100%;
        z-index: -100;
    }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    
	video#backgroundVideo[poster] {top:135px; width:100%;}
	.jumbotron {background:none;margin-top:10px;padding-top:30px;}
	.jumbotron h1{font-size:18px;}
	.meaProd{padding:0;text-align:center;}
	.meaProd img{max-width:80%;}
	.bandeauPepites p{font-size:12px;}
	.bandeauPepites .mainPadding{padding:0em 1em;}
	.mapFoot{width:60%;}
	.h1.hashtag {font-size:22px;}
	span.linkEllipse {margin-top:0;}
	.animation-element.slide-top {opacity: 1;transform: translate3d(0px, -3px, 0px);transition: all 400ms ease-in-out 0s;margin-bottom:0.5em;}
    .bgVidBottom {height: 160px;}	
    #backgroundVideo {height: 198px;}
    .boutonMute{display:none;}
    .boutonPlay {cursor: pointer;left: 30%;position: absolute;top: 10%;opacity:0;}
    img.linkVid{width:50%;}
    iframe {width:250px; height:140px;}
    .btn.btntutos {     
    border-radius: 0;
    font-family: "Gotham",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 300;
    height: 48px;
    line-height: 1.42857;
    padding: 5px 20px 5px 50px;
    background: url(/CMS/uploads/FR/images/pages/LPs/CStuto/arrowTuto.png) no-repeat 5px center;
    text-transform: none;
    width:100%;}
}
	
.btn.btntutos:hover {
    color:#555;
}
.modal-dialog {
    margin: 150px auto;
    width: auto;
}
.modal-header {
    border-bottom: none;
    min-height: 16.4286px;
    padding: 15px;
}
.modal-content {
    background-clip: padding-box;
    background-color: none;
    background:none;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    outline: 0 none;
    position: relative;
}
body p {font-weight:300;}

@media screen and (min-width: 768px) and (max-width: 999px) {
		video#backgroundVideo[poster] {top:245px;}
		.jumbotron {background:none;margin-top:30px;}
		.meaProd{padding:0;text-align:center;}
		.meaProd img{max-width:80%;}
		.pictoBloc {float:left;}
    	#backgroundVideo {
            height: 725px;
            left: 50%;
            position: relative;
            transform: translateX(-50%) translateY(-50%);
            width: 100%;
            z-index: -100;
        }
}

@media screen and (min-width: 1000px) {
	video#backgroundVideo[poster] {top:411px;}
}	

.boutonPlay{position:absolute;top:40%;left:46%;cursor:pointer;}
@media (min-width: 768px) and (max-width: 1199px) {
    .bgF2{background-color:#fff;}
		video#backgroundVideo[poster] {top:293px;}
#backgroundVideo {
    height: 476px;
    left: 50%;
    position: relative;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    z-index: -100;
}
.btn.btntutos {
    background: rgba(0, 0, 0, 0) url("/CMS/uploads/BEFR/images/pages/LPs/CStuto/arrowTuto.png") no-repeat scroll 5px center;
    border-radius: 0;
    font-family: "Gotham",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 300;
    height: 48px;
    line-height: 1.42857;
    padding: 5px 20px 5px 50px;
    text-transform: none;
    width:100%;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait){
    .boutonPlay{position:absolute;top:35%;left:43%;cursor:pointer;}
    }
/*********Carousel************/
.carousel-fade .carousel-inner .item {
  opacity: 0.9;
  transition-property: opacity;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0.9;
  z-index: 1;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 0.9;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}

.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-control{width:11%;}
.carousel-indicators {
    bottom: 60px;
}

