/* ===========================================================
 * Copyright 2016 Diano Di Matteo.
 * dmd-webdesign.ch
 * =========================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,              
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/********* fin reset *************/








/********* Header *********/

.logoTitreBlanc {
	position: absolute;
	float: left;
	margin-left: 13px;
	margin-top: 13px;
	width: 226px;
    height: 31px;
	display : block;
	cursor:pointer;
	-webkit-transition:opacity 0.26s ease-out;   
	-moz-transition:opacity 0.26s ease-out;   
	-ms-transition:opacity 0.26s ease-out;   
	-o-transition:opacity 0.26s ease-out;   
	transition:opacity 0.26s ease-out;  
}

.logoTitreBlanc:hover {
	opacity:0.4;
}

header{

	z-index: 100;
	position: fixed;
	margin-right: 0px;
	z-index: 10px;
	top:0;
	width: 100%;
	height:60px;
	background-color: rgba(0, 0, 0, 0.8);
}

.headerNoMobile ul{
	margin-top: 17px;
	margin-right: 3px;
	width: 374px;
	height: 22px;
	float: right;
	background: none;
	display: inline;
	font-size: 22px;
	font-family: NeueLight;
	color: rgba(255, 255, 255, 0.5);
}

.headerNoMobile ul li{
	float: right;
	display: inline;
	margin-right: 17px;
}

header ul {
	margin-top: 0px;
	margin-right: 0px;
	width: 0px;
	height: 0px;
	float: right;
	background: none;
	display: inline;
	font-size: 0px;
	font-family: NeueLight;
	color: rgba(255, 255, 255, 0.1);
}

header ul li {
	float: right;
	display: inline;
	margin-right: 0px;
}

.fauxHeader{
	width: 100%;
	height: 0px;
	border: 1px rgba(0, 0, 0, 0.0) solid;
}







/********* effect header *********/

body{
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image:  url("../img/ltds/footer_wall_game.png");
}






/************* scroll bar ****************/

body::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: rgba(200, 200, 200, 0);
}
 
body::-webkit-scrollbar-track {
}
 
body::-webkit-scrollbar-thumb {
border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.7);
}













/************* TITRE ****************/

.service{
	overflow: auto;
	z-index: 10;
	margin-top: 0px;
	width: 100%;
	height: 500px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image:  url("../img/ltds/TITRE.png");

	-webkit-box-shadow: inset 0px -87px 65px -64px rgba(0,0,0,0.69);
-moz-box-shadow: inset 0px -87px 65px -64px rgba(0,0,0,0.69);
box-shadow: inset 0px -87px 65px -64px rgba(0,0,0,0.69);
}








/************* principalGame ****************/

.principalGame{
	z-index: 10;
	margin-top: 0px;
	width: 100%;
	height: 795px;
	background-color: rgba(0, 0, 0, 0.5);
	border: 0.1px rgba(255, 255, 255, 0.0) solid;
}

.conteinerPrincipalGame{
	margin:  auto;
	margin-top: 80px;
	width: 1000px;
	height: 335px;
}

.titrePrincipalGame {
	margin-top: 0px;
	text-align: left;
	width: 100%;
	display : block;
	font-size: 35px;
	line-height: 16pt;
	font-family: NeueLight;
	color: white;
}

.systemIcon1{
	margin-top: 15px;
	width: 25px;
	height: 23px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image:  url("../img/ltds/win.png");
	float: left;
}

.systemIcon2{
	margin-top: 13px;
	margin-left: 10px;
	width: 22px;
	height: 25px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image:  url("../img/ltds/apple.png");
	float: left;
}

.systemIcon3{
	margin-top: 14px;
	margin-left: 10px;
	width: 21px;
	height: 25px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image:  url("../img/ltds/linux.png");
	float: left;
}

.textPrincipalGame{
	width: 520px;
	height: 224px;
	margin-top: 60px;
	color: white;
    font-size: 15px;
	line-height: 15pt;
	font-family: NeueLight;
}

.youtube{
	margin-top: -222px;
	float: top;
	float: right;
	display: inline-block;
}

.conteinerGif{
	margin:  auto;
	margin-top: 110px;
	width: 1000px;
	height: 150px;
}

.gif1{
	float: left;
	margin-right: 88px;
	width: 275px;
	height: 156px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image:  url("../img/ltds/GIF_LTDS_1.gif");
}

.gif2{
	float: left;
	margin-right: 87px;
	width: 275px;
	height: 156px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image:  url("../img/ltds/GIF_LTDS_3.gif");
}

.gif3{
	float: left;
	margin-right: 0px;
	width: 275px;
	height: 156px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image:  url("../img/ltds/GIF_LTDS_4.gif");
}

.downloadButton{
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 4px;
	margin-left: 146px;
	color: white;
    font-size: 22px;
	font-family: NeueLight;
	border: 1px rgba(255, 255, 255, 1.0) solid;
	background-color: rgba(255, 0, 0, 0.2);
}

.downloadButton a:visited{
	color: rgba(255, 255, 255, 1);
	text-decoration:none;
	border: 1px rgba(255, 255, 255, 1.0) solid;
    }
.downloadButton a:active {
    color: rgba(255, 255, 255, 1);
    border: 1px rgba(255, 255, 255, 1.0) solid;
	}

.downloadButton:hover {
	color: (255, 255, 255, 0.3);
	border: 1px rgba(255, 255, 255, 0.3) solid;
}








/************* pressKit **************************************/



.pressKit{
	z-index: 10;
	margin-top: 0px;
	width: 100%;
	height: 200px;
	background-color: rgba(0, 0, 0, 1.0);
	border: 0.1px rgba(255, 255, 255, 0.0) solid;
}

.conteinerPressKit{
	margin:  auto;
	margin-top: 50px;
	width: 450px;
	height: 100px;
	border: 0.1px  solid;
}

.titrePressKit {
	margin-top: 38px;
	text-align: left;
	width: 320px;
	font-size: 25px;
	line-height: 16pt;
	font-family: NeueLight;
	color: white;
	margin-left: 0px;
}



.downloadButton2{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 4px;
	margin-right: 0px;
	margin-top: -25px;
	color: white;
    font-size: 22px;
	font-family: NeueLight;
	float: right;
	border: 1px rgba(255, 255, 255, 1.0) solid;
	background-color: rgba(255, 255, 255, 0.2);
}

.downloadButton2 a:visited{
	color: rgba(255, 255, 255, 1);
	text-decoration:none;
	border: 1px rgba(255, 255, 255, 1.0) solid;
    }
.downloadButton2 a:active {
    color: rgba(255, 255, 255, 1);
    border: 1px rgba(255, 255, 255, 1.0) solid;
	}

.downloadButton2:hover {
	color: (255, 255, 255, 0.3);
	border: 1px rgba(255, 255, 255, 0.3) solid;
}




/************* Screen **************/

.barreNoir{
	width: 100%;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.4);
}

.globalScreen{
	z-index: 10;
	margin-top: 0px;
	width: 100%;
	height: 810px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-color: black;
}

.screen1{
	width: 33%;
	height: 270px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/SCREEN_LTDS_5.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen2{
	width: 33%;
	height: 270px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/3D_LTDS_3.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen3{
	width: 34%;
	height: 270px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/3D_LTDS_2.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen4{
	width: 33%;
	height: 270px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/3D_LTDS_5.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen5{
	width: 33%;
	height: 270px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/LOGO_LTDS.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen6{
	width: 34%;
	height: 270px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/SCREEN_LTDS_2.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen7{
	width: 33%;
	height: 270px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/3D_LTDS_4.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen8{
	width: 33%;
	height: 270px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/3D_LTDS_1.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen9{
	width: 34%;
	height: 270px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/SCREEN_LTDS_4.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

/************* footer ****************/

.footer{
	z-index: 10;
	margin-top: -50px;
	width: 100%;
	height: 350px;
	background-color: rgba(0, 0, 0, 0.75);

}

.footerHaut{
	margin-left: auto;
	margin-right: auto;
	width: 1050px;
	height: 150px;
	border-bottom: 1px rgba(255, 255, 255, 0.8) solid;
}

.footerUl1 {
	margin-top: 89px;
	width: 295px;
	height: 22px;
	float: left;
	background: none;
	display: inline;
	font-size: 18px;
	font-family: NeueLight;
	color: rgba(255, 255, 255, 0.5);
	padding:0px;

}

.footerUl1 li {
	float: left;
	display: inline;
	margin-right: 12px;
}

.footerLogo {
	margin-top: 67px;
	float: right;
	width: 120px;
	height: 62px;
}

.footerBas{
	margin-left: auto;
	margin-right: auto;
	width: 1050px;
	height: 150px;
}

.copyright{
	float: left;
	margin-top: 37px;
	font-family: NeueLight;
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
}

/************* lien ****************/

a:link{
	color: rgba(255, 255, 255, 1);
	text-decoration:none;
    }
a:hover {
    color: rgba(255, 255, 255, 0.3);
	text-decoration:none;
	}




.fade a:visited{
	color: rgba(255, 255, 255, 1);
	text-decoration:none;
    }
.fade a:active {
    color: rgba(255, 255, 255, 1);
	}
.fade {
  color:white;
  -o-transition:color .2s ease-out, background 1s ease-in;
  -ms-transition:color .2s ease-out, background 1s ease-in;
  -moz-transition:color .2s ease-out, background 1s ease-in;
  -webkit-transition:color .2s ease-out, background 1s ease-in;
  /* ...and now override with proper CSS property */
  transition:color .2s ease-out, background 1s ease-in;
}
.fade:hover {
	color: (255, 255, 255, 0.3);
}

/* lien2 */

.lien2 a:visited{
	color: rgba(255, 255, 255, 0.1);
	text-decoration:none;
    }
.lien2 a:active {
    color: rgba(255, 255, 255, 0.1);
	}
.lien2 {
  color: rgb(170, 170, 170);
  -o-transition:color .2s ease-out, background 1s ease-in;
  -ms-transition:color .2s ease-out, background 1s ease-in;
  -moz-transition:color .2s ease-out, background 1s ease-in;
  -webkit-transition:color .2s ease-out, background 1s ease-in;
  /* ...and now override with proper CSS property */
  transition:color .2s ease-out, background 1s ease-in;
}
.lien2:hover {
	color: rgba(255, 255, 255, 0.3);
}

/********** Text selection **************/

::-moz-selection { /* Code for Firefox */
    background: rgba(255,0,0,0.3);
}

::selection {
    background: rgba(255,0,0,0.3);
}


/********** centrage **************/

html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    padding: 0;
}
#page-table {
    height: 100%;
    width: 100%;;

    border-collapse: collapse;
    text-align: center;
}
#page-td {
    height: 100%;
    padding: 0;
    vertical-align: middle;
}
div#global {
    width: 1200px;
    height: 250px;
    margin:  auto;
    margin-top: -50px;
    text-align: left;
}






/********** MediaQueries ********************************************************************************/
/********** MediaQueries ********************************************************************************/
/********** MediaQueries ********************************************************************************/
/********** MediaQueries ********************************************************************************/
/********** MediaQueries ********************************************************************************/
/********** MediaQueries ********************************************************************************/

@media screen and (min-width: 1900px) and (max-width: 9900px) {
	
.service{
	overflow: auto;
	z-index: 10;
	margin-top: 0px;
	width: 100%;
	height: 850px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image:  url("../img/ltds/TITRE.png");

	-webkit-box-shadow: inset 0px -87px 65px -64px rgba(0,0,0,0.69);
-moz-box-shadow: inset 0px -87px 65px -64px rgba(0,0,0,0.69);
box-shadow: inset 0px -87px 65px -64px rgba(0,0,0,0.69);
}

.globalScreen{
	z-index: 10;
	margin-top: 0px;
	width: 100%;
	height: 1140px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-color: black;
}

.screen1{
	width: 33%;
	height: 380px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/SCREEN_LTDS_5.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen2{
	width: 33%;
	height: 380px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/3D_LTDS_3.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen3{
	width: 34%;
	height: 380px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/3D_LTDS_2.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen4{
	width: 33%;
	height: 380px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/3D_LTDS_5.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen5{
	width: 33%;
	height: 380px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/LOGO_LTDS.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen6{
	width: 34%;
	height: 380px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/SCREEN_LTDS_2.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen7{
	width: 33%;
	height: 380px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/3D_LTDS_4.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen8{
	width: 33%;
	height: 380px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/3D_LTDS_1.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen9{
	width: 34%;
	height: 380px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/SCREEN_LTDS_4.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

}

/********** MediaQueries ********************************************************************************/
/********** MediaQueries ********************************************************************************/
/********** MediaQueries ********************************************************************************/
/********** MediaQueries ********************************************************************************/
/********** MediaQueries ********************************************************************************/
/********** MediaQueries ********************************************************************************/

@media screen and (min-width: 1700px) and (max-width: 1900px) {
	
.service{
	overflow: auto;
	z-index: 10;
	margin-top: 0px;
	width: 100%;
	height: 600px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image:  url("../img/ltds/TITRE.png");

	-webkit-box-shadow: inset 0px -87px 65px -64px rgba(0,0,0,0.69);
-moz-box-shadow: inset 0px -87px 65px -64px rgba(0,0,0,0.69);
box-shadow: inset 0px -87px 65px -64px rgba(0,0,0,0.69);
}

}






















/********** MediaQueries ********************************************************************************/
/********** MediaQueries ********************************************************************************/
/********** MediaQueries ********************************************************************************/
/********** MediaQueries ********************************************************************************/
/********** MediaQueries ********************************************************************************/
/********** MediaQueries ********************************************************************************/

@media screen and (min-width: 900px) and (max-width: 1150px) {
	
.service{
	overflow: auto;
	z-index: 10;
	margin-top: 0px;
	width: 100%;
	height: 380px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image:  url("../img/ltds/TITRE.png");

	-webkit-box-shadow: inset 0px -87px 65px -64px rgba(0,0,0,0.69);
-moz-box-shadow: inset 0px -87px 65px -64px rgba(0,0,0,0.69);
box-shadow: inset 0px -87px 65px -64px rgba(0,0,0,0.69);
}

/************* principalGame ****************/

.conteinerPrincipalGame{
	margin:  auto;
	margin-top: 80px;
	width: 800px;
	height: 380px;
}

.textPrincipalGame{
	width: 410px;
	height: 290px;
	margin-top: 60px;
	color: white;
    font-size: 15px;
	line-height: 15pt;
	font-family: NeueLight;
}

.youtube{
	margin-top: -320px;
	width: 360px;
	height: 202px;
	float: top;
	float: right;
	display: inline-block;}

.conteinerGif{
	margin:  auto;
	margin-top: 110px;
	width: 800px;
	height: 132px;
}

.gif1{
	float: left;
	margin-right: 47px;
	width: 235px;
	height: 132px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image:  url("../img/ltds/GIF_LTDS_1.gif");
}

.gif2{
	float: left;
	margin-right: 47px;
	width: 235px;
	height: 132px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image:  url("../img/ltds/GIF_LTDS_3.gif");
}

.gif3{
	float: left;
	margin-right: 0px;
	width: 235px;
	height: 132px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image:  url("../img/ltds/GIF_LTDS_4.gif");
}

.downloadButton{
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 4px;
	margin-left: 270px;
	color: white;
    font-size: 22px;
	font-family: NeueLight;
	border: 1px rgba(255, 255, 255, 1.0) solid;
	background-color: rgba(255, 0, 0, 0.2);
}

/************* Screen **************/


.globalScreen{
	z-index: 10;
	margin-top: 0px;
	width: 100%;
	height: 630px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-color: black;
}

.screen1{
	width: 33%;
	height: 210px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/SCREEN_LTDS_5.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen2{
	width: 33%;
	height: 210px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/3D_LTDS_3.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen3{
	width: 34%;
	height: 210px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/3D_LTDS_2.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen4{
	width: 33%;
	height: 210px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/3D_LTDS_5.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen5{
	width: 33%;
	height: 210px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/LOGO_LTDS.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen6{
	width: 34%;
	height: 210px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/SCREEN_LTDS_2.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen7{
	width: 33%;
	height: 210px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/3D_LTDS_4.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen8{
	width: 33%;
	height: 210px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/3D_LTDS_1.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen9{
	width: 34%;
	height: 210px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/SCREEN_LTDS_4.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.footerHaut{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 150px;
	border-bottom: 1px rgba(255, 255, 255, 0.7) solid;
}

.footerBas{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 150px;
	}

}

/********** MediaQueries ********************************************************************************
/********** MediaQueries ********************************************************************************/
/********** MediaQueries ********************************************************************************/
/********** MediaQueries ********************************************************************************/
/********** MediaQueries ********************************************************************************/
/********** MediaQueries ********************************************************************************/

@media screen and (min-width: 700px) and (max-width: 900px) {
	
.service{
	overflow: auto;
	z-index: 10;
	margin-top: 0px;
	width: 100%;
	height: 300px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image:  url("../img/ltds/TITRE.png");

	-webkit-box-shadow: inset 0px -87px 65px -64px rgba(0,0,0,0.69);
-moz-box-shadow: inset 0px -87px 65px -64px rgba(0,0,0,0.69);
box-shadow: inset 0px -87px 65px -64px rgba(0,0,0,0.69);
}

/************* principalGame ****************/

.principalGame{
	margin-top: 0px;
	width: 100%;
	height: 1020px;
}

.conteinerPrincipalGame{
	margin:  auto;
	margin-top: 80px;
	width: 600px;
	height: 700px;
}

.textPrincipalGame{
	width: 600px;
	height: 190px;
	margin-top: 60px;
	color: white;
    font-size: 15px;
	line-height: 15pt;
	font-family: NeueLight;
}

.youtube{
	margin-top: 60px;
	width: 600px;
	height: 337px;
	float: top;
	float: left;
	display: inline-block;
}

.conteinerGif{
	margin:  auto;
	margin-top: 60px;
	width: 600px;
	height: 112px;
}

.gif1{
	float: left;
	margin-right: 0px;
	width: 200px;
	height: 112px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image:  url("../img/ltds/GIF_LTDS_1.gif");
}

.gif2{
	float: left;
	margin-right: 0px;
	width: 200px;
	height: 112px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image:  url("../img/ltds/GIF_LTDS_3.gif");
}

.gif3{
	float: left;
	margin-right: 0px;
	width: 200px;
	height: 112px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image:  url("../img/ltds/GIF_LTDS_4.gif");
}

.downloadButton{
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 4px;
	margin-left: 170px;
	color: white;
    font-size: 22px;
	font-family: NeueLight;
	border: 1px rgba(255, 255, 255, 1.0) solid;
	background-color: rgba(255, 0, 0, 0.2);
}

/************* Screen **************/


.globalScreen{
	z-index: 10;
	margin-top: 0px;
	width: 100%;
	height: 1890px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-color: black;
}

.screen1{
	width: 100%;
	height: 400px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/SCREEN_LTDS_5.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen2{
	width: 50%;
	height: 230px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/3D_LTDS_3.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen3{
	width: 50%;
	height: 230px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/3D_LTDS_2.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen4{
	width: 100%;
	height: 400px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/LOGO_LTDS.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen5{
	width: 50%;
	height: 230px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/3D_LTDS_4.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen6{
	width: 50%;
	height: 230px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/SCREEN_LTDS_2.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen7{
	width: 50%;
	height: 230px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/3D_LTDS_5.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen8{
	width: 50%;
	height: 230px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/3D_LTDS_1.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen9{
	width: 100%;
	height: 400px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/SCREEN_LTDS_4.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

/************* pressKit *******************/

.pressKit{
	z-index: 10;
	margin-top: 0px;
	width: 100%;
	height: 120px;
	background-color: rgba(0, 0, 0, 1.0);
	border: 0.1px rgba(255, 255, 255, 0.0) solid;
}

.conteinerPressKit{
	margin:  auto;
	margin-top: 10px;
	width: 450px;
	height: 100px;
	border: 0.1px  solid;
}

}




/********** border: blue 1px solid; *********************************************************************/
/********** MediaQueries ********************************************************************************/
/********** MediaQueries ********************************************************************************/
/********** MediaQueries ********************************************************************************/
/********** MediaQueries ********************************************************************************/
/********** MediaQueries ********************************************************************************/

@media screen and (min-width: 470px) and (max-width: 700px) {



/************* service ****************/

.service{
	overflow: auto;
	z-index: 10;
	margin-top: 0px;
	width: 100%;
	height: 200px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image:  url("../img/ltds/TITRE.png");

	-webkit-box-shadow: inset 0px -87px 65px -64px rgba(0,0,0,0.69);
-moz-box-shadow: inset 0px -87px 65px -64px rgba(0,0,0,0.69);
box-shadow: inset 0px -87px 65px -64px rgba(0,0,0,0.69);
}

/************* principalGame ****************/

.principalGame{
	margin-top: 0px;
	width: 100%;
	height: 1470px;
}

.conteinerPrincipalGame{
	margin:  auto;
	margin-top: 80px;
	width: 400px;
	height: 660px;
}

.textPrincipalGame{
	width: 400px;
	height: 260px;
	margin-top: 60px;
	color: white;
    font-size: 15px;
	line-height: 15pt;
	font-family: NeueLight;
}

.youtube{
	margin-top: 60px;
	width: 400px;
	height: 225px;
	float: top;
	float: left;
	display: inline-block;
}

.conteinerGif{
	margin:  auto;
	margin-top: 60px;
	width: 400px;
	height: 590px;
}

.gif1 {
	float: left;
	margin-left: 50px;
	margin-bottom: 40px;
	width: 300px;
	height: 169px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image:  url("../img/ltds/GIF_LTDS_1.gif");
}

.gif2 {
	float: left;
	margin-left: 50px;
	margin-bottom: 40px;
	width: 300px;
	height: 169px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image:  url("../img/ltds/GIF_LTDS_3.gif");
}

.gif3 {
	float: left;
	margin-left: 50px;
	margin-bottom: 40px;
	width: 300px;
	height: 169px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image:  url("../img/ltds/GIF_LTDS_4.gif");
}



.downloadButton{
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 4px;
	margin-left: 70px;
	color: white;
    font-size: 22px;
	font-family: NeueLight;
	border: 1px rgba(255, 255, 255, 1.0) solid;
	background-color: rgba(255, 0, 0, 0.2);
}

/************* Screen **************/


.globalScreen{
	z-index: 10;
	margin-top: 0px;
	width: 100%;
	height: 1590px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-color: black;
}

.screen1{
	width: 100%;
	height: 330px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/SCREEN_LTDS_5.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen2{
	width: 50%;
	height: 175px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/3D_LTDS_3.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen3{
	width: 50%;
	height: 175px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/3D_LTDS_2.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen4{
	width: 100%;
	height: 400px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/LOGO_LTDS.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen5{
	width: 50%;
	height: 175px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/3D_LTDS_4.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen6{
	width: 50%;
	height: 175px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/SCREEN_LTDS_2.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen7{
	width: 50%;
	height: 175px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/3D_LTDS_5.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen8{
	width: 50%;
	height: 175px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/3D_LTDS_1.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen9{
	width: 100%;
	height: 330px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/SCREEN_LTDS_4.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

/************* pressKit *******************/

.pressKit{
	z-index: 10;
	margin-top: 0px;
	width: 100%;
	height: 120px;
	background-color: rgba(0, 0, 0, 1.0);
	border: 0.1px rgba(255, 255, 255, 0.0) solid;
}

.conteinerPressKit{
	margin:  auto;
	margin-top: 10px;
	width: 380px;
	height: 100px;
	border: 0.1px  solid;
}

.titrePressKit {
	margin-top: 38px;
	text-align: left;
	width: 320px;
	font-size: 22px;
	line-height: 16pt;
	font-family: NeueLight;
	color: white;
	margin-left: 0px;
}

.downloadButton2{
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 3px;
	padding-bottom: 4px;
	margin-right: 0px;
	margin-top: -25px;
	color: white;
    font-size: 20px;
	font-family: NeueLight;
	float: right;
	border: 1px rgba(255, 255, 255, 1.0) solid;
	background-color: rgba(255, 255, 255, 0.2);
}



}







/********** border: blue 1px solid; *********************************************************************/
/********** MediaQueries ********************************************************************************/
/********** MediaQueries ********************************************************************************/
/********** MediaQueries ********************************************************************************/
/********** MediaQueries ********************************************************************************/
/********** MediaQueries ********************************************************************************/

@media screen and (min-width: 0px) and (max-width: 470px) {

.logoTitreBlanc {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	width: 166px;
    height: 38px;
	cursor:pointer;
	-webkit-transition:opacity 0.26s ease-out;   
	-moz-transition:opacity 0.26s ease-out;   
	-ms-transition:opacity 0.26s ease-out;   
	-o-transition:opacity 0.26s ease-out;   
	transition:opacity 0.26s ease-out;  
}

.logoTitreBlanc:hover {
	opacity:0.4;
}

.mobileLogo{
	margin-top: -45px;
	margin-left: auto;
	margin-right: auto;
	width: 166px;
	height: 60px;
}

header{
	position: fixed;
	margin-right: 0px;
	z-index: 10px;
	width: 100%;
	height: 60px;
	background-color: rgba(0, 0, 0, 0.7);
	}

.headerNoMobile ul{
	margin-top: 0px;
	margin-right: 0px;
	width: 0px;
	height: 0px;
	float: right;
	background: none;
	display: inline;
	font-size: 0px;
	font-family: NeueLight;
	color: rgba(255, 255, 255, 0.5);
}

.headerNoMobile ul li{
	float: right;
	display: inline;
	margin-right: 0px;
}

.headerLineMobile{
	width: 110px;
	height: 1px;
	margin-left: 17px;
	background-color: white;
}
header ul {
	margin-top: 4px;
	margin-left: -1px;
	width: 150px;
	height: 187px;
	float: left;
	background: none;
	display: inline;
	font-size: 22px;
	font-family: NeueLight;
	color: rgba(255, 255, 255, 0.4);
	background-color: rgba(0, 0, 0, 0.7);
}

header ul li {
	float: left;
	display: inline;
	margin-left: 17px;
	margin-top: 12px;
}

.fauxHeader{
	width: 100%;
	height: 0px;
	border: 1px rgba(0, 0, 0, 0.0) solid;
}



.buttonNav{
	margin-top: 17px;
	margin-left: 17px;
	width: 30px;
	height: 23px;
	background-image: url("../img/ltds/open.svg");
	cursor:pointer;
	-webkit-transition:opacity 0.26s ease-out;   
	-moz-transition:opacity 0.26s ease-out;   
	-ms-transition:opacity 0.26s ease-out;   
	-o-transition:opacity 0.26s ease-out;   
	transition:opacity 0.26s ease-out;  
}

.buttonNav:hover {
	opacity:0.4;
}

/************* service ****************/

.service{
	overflow: auto;
	z-index: 10;
	margin-top: 50px;
	width: 100%;
	height: 140px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image:  url("../img/ltds/TITRE.png");

	-webkit-box-shadow: inset 0px -87px 65px -64px rgba(0,0,0,0.69);
-moz-box-shadow: inset 0px -87px 65px -64px rgba(0,0,0,0.69);
box-shadow: inset 0px -87px 65px -64px rgba(0,0,0,0.69);
}

/************* principalGame ****************/

.principalGame{
	margin-top: 0px;
	width: 100%;
	height: 1300px;
}

.conteinerPrincipalGame{
	margin:  auto;
	margin-top: 80px;
	width: 300px;
	height: 650px;
}

.titrePrincipalGame {
	margin-top: 0px;
	text-align: left;
	width: 100%;
	display : block;
	font-size: 25px;
	line-height: 16pt;
	font-family: NeueLight;
	color: white;
}

.textPrincipalGame{
	width: 300px;
	height: 310px;
	margin-top: 60px;
	color: white;
    font-size: 15px;
	line-height: 15pt;
	font-family: NeueLight;
}

.youtube{
	margin-top: 60px;
	width: 300px;
	height: 169px;
	float: top;
	float: left;
	display: inline-block;
}

.conteinerGif{
	margin: auto;
	margin-top: 60px;
	width: 320px;
	height: 452px;
}

.gif1 {
	float: left;
	margin-left: 50px;
	margin-bottom: 40px;
	width: 220px;
	height: 124px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image:  url("../img/ltds/GIF_LTDS_1.gif");
}

.gif2 {
	float: left;
	margin-left: 50px;
	margin-bottom: 40px;
	width: 220px;
	height: 124px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image:  url("../img/ltds/GIF_LTDS_3.gif");
}

.gif3 {
	float: left;
	margin-left: 50px;
	margin-bottom: 40px;
	width: 220px;
	height: 124px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image:  url("../img/ltds/GIF_LTDS_4.gif");
}

.downloadButton{
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 4px;
	margin-left: 20px;
	color: white;
    font-size: 22px;
	font-family: NeueLight;
	border: 1px rgba(255, 255, 255, 1.0) solid;
	background-color: rgba(255, 0, 0, 0.2);
}

/************* Screen **************/


.globalScreen{
	z-index: 10;
	margin-top: 0px;
	width: 100%;
	height: 1065px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-color: black;
}

.screen1{
	width: 100%;
	height: 230px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/SCREEN_LTDS_5.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen2{
	width: 50%;
	height: 125px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/3D_LTDS_3.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen3{
	width: 50%;
	height: 125px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/3D_LTDS_2.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen4{
	width: 100%;
	height: 230px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/LOGO_LTDS.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen5{
	width: 50%;
	height: 125px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/3D_LTDS_4.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen6{
	width: 50%;
	height: 125px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/SCREEN_LTDS_2.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen7{
	width: 50%;
	height: 125px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/3D_LTDS_5.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen8{
	width: 50%;
	height: 125px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/3D_LTDS_1.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

.screen9{
	width: 100%;
	height: 230px;
	background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url("../img/ltds/SCREEN_LTDS_4.png");
	float: left;

	-webkit-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	-moz-box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
	box-shadow: inset 0px 0px 136px -35px rgba(0,0,0,0.76);
}

/************* pressKit *******************/

.pressKit{
	z-index: 10;
	margin-top: 0px;
	width: 100%;
	height: 120px;
	background-color: rgba(0, 0, 0, 1.0);
	border: 0.1px rgba(255, 255, 255, 0.0) solid;
}

.conteinerPressKit{
	margin:  auto;
	margin-top: 10px;
	width: 300px;
	height: 100px;
	border: 0.1px  solid;
}

.titrePressKit {
	margin-top: 38px;
	text-align: left;
	width: 320px;
	font-size: 18px;
	line-height: 16pt;
	font-family: NeueLight;
	color: white;
	margin-left: 0px;
}

.downloadButton2{
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 3px;
	padding-bottom: 4px;
	margin-right: 0px;
	margin-top: -22px;
	color: white;
    font-size: 14px;
	font-family: NeueLight;
	float: right;
	border: 1px rgba(255, 255, 255, 1.0) solid;
	background-color: rgba(255, 255, 255, 0.2);
}

}

































/************* Header mobile ****************/

@media only screen and (min-width: 0px) and (max-width: 620px) {
	
/********* Header *********/

.logoTitreBlanc {
	margin-left: auto;
	margin-right: auto;
	margin-top: 22px;
	width: 200px;
    height: 40px;
}

.mobileLogo{
	margin-top: -45px;
	margin-left: auto;
	margin-right: auto;
	width: 166px;
	height: 60px;
}

header{
	position: fixed;
	margin-right: 0px;
	z-index: 10px;
	width: 100%;
	height: 60px;
	background-color: rgba(0, 0, 0, 0.7);
	}

.headerNoMobile ul{
	margin-top: 0px;
	margin-right: 0px;
	width: 0px;
	height: 0px;
	float: right;
	background: none;
	display: inline;
	font-size: 0px;
	font-family: NeueLight;
	color: rgba(255, 255, 255, 0.5);
}

.headerNoMobile ul li{
	float: right;
	display: inline;
	margin-right: 0px;
}

.headerLineMobile{
	width: 90px;
	height: 0px;
	margin-left: 0px;
	border-top: 1px solid white;
}

header ul {
	margin-top: 4px;
	margin-left: -1px;
	padding-left: 20px;
	width: 110px;
	height: 167px;
	float: left;
	background: none;
	display: inline;
	font-size: 22px;
	font-family: NeueLight;
	color: rgba(255, 255, 255, 0.4);
	background-color: rgba(0, 0, 0, 0.7);
}

header ul li {
	float: left;
	display: inline;
	margin-left: 0px;
	margin-top: 14px;
}

.fauxHeader{
	width: 100%;
	height: 0px;
	border: 1px rgba(0, 0, 0, 0.0) solid;
}

.buttonNav{
	margin-top: 17px;
	margin-left: 17px;
	width: 28px;
	height: 23px;
	background-image: url("../img/open.svg");
	cursor:pointer;
	-webkit-transition:opacity 0.26s ease-out;   
	-moz-transition:opacity 0.26s ease-out;   
	-ms-transition:opacity 0.26s ease-out;   
	-o-transition:opacity 0.26s ease-out;   
	transition:opacity 0.26s ease-out;  
}

.buttonNav:hover {
	opacity:0.4;
}

}












/*********** footer responsive ***************/

@media only screen and (min-width: 1000px) and (max-width: 1300px) {
	
	.footerHaut{
		width: 1000px;
	}
	
	.footerBas{
		width: 1000px;
	}

}

@media only screen and (min-width: 900px) and (max-width: 1050px) {

	.footerHaut{
		width: 850px;
	}
	
	.footerBas{
		width: 850px;
	}

}

@media only screen and (min-width: 750px) and (max-width: 900px) {

	.footerHaut{
		width: 700px;
	}
	
	.footerBas{
		width: 700px;
	}
}

@media only screen and (min-width: 620px) and (max-width: 750px) {

	.footerHaut{
		width: 575px;
	}
	
	.footerBas{
		width: 575px;
	}

}

@media only screen and (min-width: 0px) and (max-width: 620px) {
	
	.footer{
		height: 300px;
	}
	
	.footerHaut{
		width: 450px;
	}
	
	.footerUl1 {
		margin-top: 69px;
	}
	
	.footerLogo {
		margin-top: 47px;
	}
	
	.footerBas{
		width: 450px;
		height: 100px;
	}

}

@media only screen and (min-width: 400px) and (max-width: 500px) {
	
	.footer{
		height: 250px;
	}
	
	.footerHaut{
		width: 350px;
		height: 100px;
	}
	
	.footerUl1 {
		margin-top: 49px;
	}
	
	
	.footerLogo {
		margin-top: 0px;
		width: 0px;
		height: 0px;
	}
	
	.footerBas{
		width: 350px;
	}
	
	.copyright{
		margin-top: 27px;
	}

}

@media only screen and (min-width: 0px) and (max-width: 400px) {
	
	.footer{
		height: 200px;
	}
	
	.footerHaut{
		width: 290px;
		height: 80px;
	}
	
	.footerUl1 {
		margin-top: 39px;
		font-size: 15.5px;
	}
	
	
	.footerLogo {
		margin-top: 0px;
		width: 0px;
		height: 0px;
	}
	
	.footerBas{
		width: 290px;
	}
	
	.copyright{
		margin-top: 17px;
		font-size: 15.5px;
	}

}




