body{
	background-color: #303030;
}

h2{
	color: #646464;
}

h5{
	color: #ffffff;
}

#menu-icon-wrapper{
	display: none;
}

#returnBtn{
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    margin-right: 50px;
    margin-top: 65px;
    width: 25px;
    height: 21px;
    background-image: url(../images/return.png);
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease-in-out;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in-out;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in-out;
    -moz-transform: scale(1);
    transition: all 200ms ease-in-out;
    transform: scale(1);  
}

#returnBtn:hover{
    -webkit-transition: all 200ms ease-in-out;
    -webkit-transform: scale(0.9); 
    -ms-transition: all 200ms ease-in-out;
    -ms-transform: scale(0.9); 
    -moz-transition: all 200ms ease-in-out;
    -moz-transform: scale(0.9);
    transition: all 200ms ease-in-out;
    transform: scale(0.9);   	
}

.col-lg-12 img{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.container{
	padding-bottom: 0px;
}

.container .col-sm-6{
	height: auto !important;
	background-color: #fff !important;
}

#intro{
	background-image:  url(../images/ima/fondIntro.jpg) !important;

}

.sprites{
	width: 500px;
}

#spriteIma{
	background-image:  url(../images/sprites/anim01/sprite01_00000.png);
}

#titreIma{
	background-image:  url(../images/sprites/anim01/sprite01_00059.png);
	display: none;
}

.maskVideo{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

#video01{
	position: relative;
	margin: auto;
	width: 100%;
	height: auto;
}

.videoIn{
	width: 100%;
	height: auto;
}

#miniFooter{
	position: relative;
	top: 0;
	width: 100%;
	height: 100px;
	background-color: #191919;
}

#miniFooter .mentions{
	width: 100%;
	position: relative;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 940px){
	#video01{
		width: 160% !important;
		margin-left: -30% !important;
	}
}


@media (max-width: 767px){
	
	#returnBtn{
    	margin-right: 20px;
    	margin-top: 30px;
	}

	.sprites{
		background-size: 65%;
		width: 100%!important;
	}

	.sprites h1{
		font-size: 70px;
	}

	#spriteIma{
		display: none !important;
	}
	#titreIma{
		display: block !important;
	}
}
