/*
	General styles
*/

body, html {
	/**/
	width: 100%;
	height: 100%;
}
.img-fond{
	background-image: url(../intro/accueil_1_bis.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	}

.touchonly {
	display: none;
}
html.touch .touchonly {
	display: block;
}

#logo-loader {
	position:absolute;
	text-align:center;
	width:100%;
	height: 100%;
	

	
	-webkit-transform: translate3d(0,25%,0);
	transform: translate3d(0,25%,0);
}

	
#book-mark{
	display:inline-block;
	height:35%;
	width:100%;padding:2% 0 .3% 0
}	
 .le-j{
	margin-left:auto;
	margin-right:auto;
	width:auto ;
	height: 15%;
}
 .bookmark{
	width:auto ;
	height: 100%;
}	

.btn-credit {
		position:absolute;
	left:1%;
	bottom:1%;
	z-index:100;
}
.credit {

	
	text-decoration: none;
	color:rgba(255,255,255,1);
	
	font-size:14px;
	font-weight:300;
	
	}
	
	.credit img{
	/*float:left;*/
	display:inline-block;
	margin-right:1%;
	}


	.credit span{ display:inline-block;
	}
.credit:hover{
	color:rgba(000,000,000,1);
	}