* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;  


    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
    outline: none !important;
}

html {

    width: 100%;
    height: 100%;


    	background: url(images/hex-loader2.gif) center center no-repeat;

}

body {
	background: url(images/fond.png) center center no-repeat;
	background-size: cover;


    display: none;
	padding: 0px;
	margin: 0px;

    width: 100%;
    height: 100%;

}

img {
	border: 0px;
}

.nofond .filter {
	background: rgba(0,0,0,0.8);	
}

.filter {
	position: absolute;
	top: 0px;
	left: 0px;

	background: rgba(0,0,0,0.5);

	width: 100%;
	height: 100%;

	display: none;

	transition: background 350ms ease-out;
}

#intro {
	display: none;
}

#scene .intro {
	width: 100%;
	height: 100%;
	position: absolute;



	top: 0px;
	left: 0px;

	background: url(images/intro.png) center center no-repeat;

	background-size: contain;

	z-index: 9999;

	cursor: pointer;
}

#intro .texte_container {
	position: absolute;
	width: 40%;
	height: 25%;
	top: 41%;
	left: 50%;
	margin-left: -20%;	
}

#scene .fond {
	width: 100%;
	height: 100%;
	position: absolute;

	display: none;

	top: 0px;
	left: 0px;

	background: url(images/cadre_jeu.png) center center no-repeat;

   	background-size: 76%;
}

#scene {

	/*display: none;*/

	width: 100%;
	/*background-color: #cbbb9d;*/



	-webkit-background-size: contain;
	background-size: contain;

	margin: auto;
	/*display: none;*/
	position: absolute;

	top: 0px;
	left: 0px;

	/*overflow: hidden;*/


}

.nofond #scene {
	background: none;
}

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

a {
	text-decoration: none;
}

.retour_accueil {
    width: 8.97%;
    height: 9.43%;
    position: absolute;
    bottom: 19.46%;
    right: 17.46%;

    background: url(images/rejouer.png) center center no-repeat;

	display: block;

    background-size: contain;			

	display: none;

	z-index: 120;
}

.ui-loader {
	display: none;
}

strong {
	font-weight: 900;
}

.logo_center {
	position: absolute;
	bottom: 0%;
	left: 0%;
	width: 100%;
	height: 10.5%;

	background: url(images/footer.png) bottom center no-repeat;
	background-size: contain;
}

.logo_center .symbo_link {
    position: absolute;
    top: 22%;
    left: 28.3%;
    width: 7.5%;
    height: 50%;
}

.logo_center .mayane_link {
    position: absolute;
    top: 22%;
    left: 36.6%;
    width: 10.5%;
    height: 73%;
}

/* FONTS */

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Italic.eot');
    src: url('fonts/Lato-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lato-Italic.woff2') format('woff2'),
        url('fonts/Lato-Italic.woff') format('woff'),
        url('fonts/Lato-Italic.ttf') format('truetype'),
        url('fonts/Lato-Italic.svg#Lato-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Regular.eot');
    src: url('fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lato-Regular.woff2') format('woff2'),
        url('fonts/Lato-Regular.woff') format('woff'),
        url('fonts/Lato-Regular.ttf') format('truetype'),
        url('fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Bold.eot');
    src: url('fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lato-Bold.woff2') format('woff2'),
        url('fonts/Lato-Bold.woff') format('woff'),
        url('fonts/Lato-Bold.ttf') format('truetype'),
        url('fonts/Lato-Bold.svg#Lato-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Blur';
    src: url('fonts/BlurMedium.eot');
    src: url('fonts/BlurMedium.eot?#iefix') format('embedded-opentype'),
        url('fonts/BlurMedium.woff2') format('woff2'),
        url('fonts/BlurMedium.woff') format('woff'),
        url('fonts/BlurMedium.ttf') format('truetype'),
        url('fonts/BlurMedium.svg#BlurMedium') format('svg');
    font-weight: 500;
    font-style: normal;
}