body{
	background-color: #252525;
}

h2,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/heaven/fondIntro.jpg) !important;

}

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

#titreHeaven{
	background-image:  url(../images/sprites/anim03/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 .videoIn iframe{
		height: 500px !important;
	}
}

@media (max-width: 767px){
	
	#returnBtn{
    	margin-right: 20px;
    	margin-top: 30px;
	}
	#video01{
		width: 100%;
	}
	#video01 .videoIn iframe{
		height: 270px !important;
	}
	.sprites{
		width: 100%;
	}
	#spriteOpen{
		display: none !important;
	}
	#titreOpen{
		display: block !important;
	}
}
