@charset "utf-8";
/* CSS Document */

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;
}


/* 100% */
html, body 		{height: 100%;}
body			{ background:#1e8bc3; -webkit-font-smoothing: antialiased;}
#containerW 	{ width:100%; min-height: 100%; /*background:url(../images/bckgrd-body.png) 0 0 repeat;*/ position: relative;}
.containerCache	{    position: absolute;    top: 0px;    right: 0px;    bottom: 0px;    width: 50%;    background: rgba(0,0,0,0.05);}

/* FONT */
@font-face {
	font-family: 'eleveur';
	src: url('../fonts/eleveur.eot');
	src: url('../fonts/eleveur.eot?') format('eot'), 
	     url('../fonts/eleveur.woff') format('woff'), 
	     url('../fonts/eleveur.ttf')  format('truetype'),
	     url('../fonts/eleveur.svg#eleveur') format('svg');
}

.construction p	{ color:#fff; font-family:'eleveur'; font-size:36px; line-height:36px;}

/* SOCIAL */
.socialContent	{position:relative;  float:right; z-index:500;}

.socialContent	.mail			{ width:48px; height:48px; background:url(../images/sprite.png) -96px 0 no-repeat; text-indent:-5500px; display:block; position:relative; float:left;}
.socialContent	.mail span		{ position:absolute; top:0; left:0; bottom:0; right:0; width:48px; height:48px; background:url(../images/sprite.png) 0 0 no-repeat; -webkit-transition: height 0.3s ease-in-out; -moz-transition: height 0.3s ease-in-out; -o-transition: height 0.3s ease-in-out; transition: height 0.3s ease-in-out;}
.socialContent	.mail:hover span	{ height:0;}

.socialContent	.faceBook			{ width:48px; height:48px; background:url(../images/sprite.png) -144px 0 no-repeat; text-indent:-5500px; display:block; position:relative; float:left;}
.socialContent	.faceBook span		{ position:absolute; top:0; left:0; bottom:0; right:0; width:48px; height:48px; background:url(../images/sprite.png) -48px 0 no-repeat; -webkit-transition: height 0.3s ease-in-out; -moz-transition: height 0.3s ease-in-out; -o-transition: height 0.3s ease-in-out; transition: height 0.3s ease-in-out;}
.socialContent	.faceBook:hover span	{ height:0;}

/* CLASS */
.clear	{ clear:both;}

/* CONSTRUCTION */
.construction		{ margin:0 auto; width:480px; padding:10% 0 0 0;}
.construtionPLeft	{ float:left; width:220px; text-align:right; padding:0 20px 0 0;}
.construtionPRight	{ float:left; width:220px; padding:0 0 0 20px;}
.construction h1	{ width:480px; height:255px; background:url(../images/logo.png) center 0 no-repeat; text-indent:-5500px; display:block;}


@media screen and (max-width:480px){
/* CSS SMARTPHONE */
.construction, .construction h1		{ width:100%;}
.socialContent		{ margin:0 auto; z-index:500; float:none; width:96px;}
.construtionPLeft	{ float:none; text-align:center; padding:0; margin:0 auto;}
.construtionPRight	{ float:none; text-align:center; padding:0; margin:0 auto;}
}
@media screen and (max-width:900px) and (min-width:480px){
 /* CSS TABLETTE */
 .socialContent	{margin:0 auto; z-index:500; float:none; width:96px;}
}
@media screen and (min-width:900px){
/* CSS SCREEN */
}




