@charset "UTF-8";
/*  Typos  */
@font-face {
	font-family: 'DINLightRegular';
	src: url('font/ff_din_light-webfont.eot');
	src: local('☺'), url('font/ff_din_light-webfont.woff') format('woff'), url('font/ff_din_light-webfont.ttf') format('truetype'), url('font/ff_din_light-webfont.svg#webfontDamQ5mi4') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Helvetica25UltraLightRegular';
	src: url('font/helveticaultralt-webfont.eot');
	src: local('☺'), url('font/helveticaultralt-webfont.woff') format('woff'), url('font/helveticaultralt-webfont.ttf') format('truetype'), url('font/helveticaultralt-webfont.svg#webfontk0wyt3EM') format('svg');
	font-weight: normal;
	font-style: normal;
}
#footer, #bloc-adresse, .din-light, #bloc-graphisme, .barre-texte, .barre-texte-siret {font-family: 'DINLightRegular', Arial, Helvetica, sans-serif;}
#boite-empreinte-studio, a {font-family: 'Helvetica25UltraLightRegular', Arial, Helvetica, sans-serif;}

/*
Styles génériques
*/
html, body {height: 100%; margin:0; padding:0;}
body {background:url(../images/fond-1.png) center center no-repeat #1f2326;}
#page {padding:0;margin: 0;min-height: 100%;position: relative;}
#conteneur_global {
	left:0;
	right:0;
	height:190px;
	top:50%;
	margin-top:-123px;
	position:absolute;
    padding-bottom:70px;
    text-align: center;
}
#footer {
	padding:10px;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height: 50px;
	margin: 0 auto;
	font-size: 15px;
	text-align: center;
	line-height: 20px;
	color: rgba(255,255,255,0.3);
}
#bloc-adresse, #boite-empreinte-studio, a, #bloc-graphisme, .barre-texte, .barre-texte-siret {color: rgba(255,255,255,0.5);}
#boite-empreinte-studio {
	font-size: 70px;
	letter-spacing: 2px;
	margin:0 auto;
	line-height:70px;
}
#bloc-adresse {
	margin: 20px auto 0;
	font-size: 18px;
	text-align: center;
	line-height: 24px;
	letter-spacing:1px;
}
.din-light {
	font-size: 10pt;
	text-align: center;
	line-height: 13pt;
	color: #646567;
	letter-spacing: 2px;
}
a {text-decoration: none;}
a:hover {color:#009ee1;}
#bloc-graphisme {
    font-size: 28px;
    margin: 10px auto 0;
    text-align: center;
}
a.lien2 {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 19px;
	text-align: center;
	line-height: 13pt;
	color: #646567;
	letter-spacing: normal;
}
a.lien2:hover {
	color:#009ee1;
	text-decoration: none;
}	
.barre-texte {font-size: 12pt;}
.barre-texte-siret {
	font-size: 10pt;
	line-height: 13pt;
	text-align: center;
}
.barre-texte-siret, .barre-texte {
	text-transform: uppercase;
	word-spacing: 4px;
}
.dsp-mob { display:none; }

/*
Média-Queries
*/


/*============ MOBILE IPHONE 5, 4, 3 =====================*/

@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) {
	
	#footer {height: 60px;}
	#conteneur_global {height:296px; margin-top:-178px; padding-bottom:80px;}
	#bloc-graphisme {font-size: 24px;}
	.dsp-mob { display:block; }
	.dsp-n { display:none }
	
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape) {
	
}

/*====== MOBILE GALAXY NOTE 2, NOTE 3, S3, S4…S6 =====*/

@media only screen
and (min-device-width : 360px)
and (max-device-width : 640px)
and (orientation : portrait) {
	
	#footer {height: 60px;}
	#conteneur_global {height:296px; margin-top:-178px; padding-bottom:80px;}
	#bloc-graphisme {font-size: 26px;}
	.dsp-mob { display:block; }
	.dsp-n { display:none }
	
}

@media only screen
and (min-device-width : 360px)
and (max-device-width : 640px)
and (orientation : landscape) {
	
	#bloc-graphisme {font-size: 26px;}
	
}

/*============ MOBILE APPLE IPHONE 6 ===========*/

@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : portrait) {
	
	#footer {height: 60px;}
	#conteneur_global {height:296px; margin-top:-178px; padding-bottom:80px;}
	.dsp-mob { display:block; }
	.dsp-n { display:none }
	
}

@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : landscape) {
	
}


/*============ IPAD APPLE ====================*/

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	
	#footer {height: 40px;}
	#conteneur_global { height:190px; margin-top:-123px; padding-bottom:60px;}
	.dsp-mob { display:none; }
	.dsp-n { display:inline-block; }
	
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	
}