@charset "iso-8859-1";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	font-family:"poppins", Verdana, Geneva, sans-serif;
	background-color:#FFF;
	color:#000;
	
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
	-o-text-size-adjust:none;
	text-size-adjust:none;
}

::selection{
	background:#000;
	color:#FFF;
}

::-moz-selection{
	background:#000;
	color:#FFF;
}

@viewport {
   width:device-width;
   zoom:1;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

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

}

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

}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

h1{
	font-size:80px;
	line-height:90px;
	margin:0px;
	padding:0px;
	margin-bottom:15px;
	font-weight:bold;
	text-transform:uppercase;
}

h2{
	font-size:18px;
	line-height:30px;
	margin:0px;
	padding:0px;
	margin-bottom:15px;
	font-weight:normal;
	text-transform:uppercase;
}

@media (max-width: 600px){

}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

a{
	outline:0;
	color:inherit;
	text-decoration:none;
	font-weight:bold;
}

a:link{
	color:inherit;
}

a:visited{
	color:inherit;
}

a:hover{
	color:inherit;
	text-decoration:underline;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#conteneur{
	position:relative;
	width:100%;
	text-align:center;
	overflow:hidden;
	opacity:0;
	
	-webkit-transition: opacity 2.5s;
	-moz-transition: opacity 2.5s;
	-ms-transition: opacity 2.5s;
	-o-transition: opacity 2.5s;
	transition: opacity 2.5s;
}

#contenu{
	position:relative;
	width:85%;
	margin:auto;
	overflow:hidden;
}

#logo{
	position:relative;
	width:80%;
	max-width:500px;
	height:auto;
	overflow:hidden;
}

.marge{
	position:relative;
	width:100%;
	height:80px;
	overflow:hidden;
}

#handmade{
	margin-bottom:100px;
}

.footer{
	text-align:center;
	font-size:10px;
	text-transform:uppercase;
	overflow:hidden;
	opacity:0;
	
	-webkit-transition: opacity 2.5s;
	-moz-transition: opacity 2.5s;
	-ms-transition: opacity 2.5s;
	-o-transition: opacity 2.5s;
	transition: opacity 2.5s;
}

#footer_absolute{
	position:absolute;
	width:100%;
	bottom:15px;
}

#footer_relative{
	position:relative;
	width:100%;
	margin-bottom:30px;
	display:none;
}


.footer_contenu{
	position:relative;
	width:100%;
	overflow:hidden;
	
	font-size:13px;
	line-height:19px;
}

.footer a{
	font-weight:normal;
}

.footer_contenu a{
	font-weight:bold;
}

.footer_barre{
	position:relative;
	width:60px;
	height:1px;
	margin:auto;
	margin-top:30px;
	margin-bottom:30px;
	background-color:#000;
	overflow:hidden;
}

@media (max-height: 850px){
	#handmade{
		margin-bottom:15px;
	}
	
	#footer_relative{
		display:block;
	}

	#footer_absolute{
		display:none;
	}
	
	.marge{
		height:50px;
	}
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
