@charset "iso-8859-1";

@import url(gallery.css);
@import url(_elements.css);
@import url(structure.css);
@import url(navigation_elements.css);
@import url(form.css);
@import url(boxes.css);
@import url(account.css);
@import url(catalog.css);
@import url(publication_methods.css);
@import url(search.css);
@import url(responsive.css);



/* -----------------------------------------
	@FONT-FACE
----------------------------------------- */

@font-face {
    font-family: 'Nexa';
    src: url('/images/fonts/NexaLight/Nexa_Free_Light-webfont.eot');
    src: url('/images/fonts/NexaLight/Nexa_Free_Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/images/fonts/NexaLight/Nexa_Free_Light-webfont.woff2') format('woff2'),
         url('/images/fonts/NexaLight/Nexa_Free_Light-webfont.woff') format('woff'),
         url('/images/fonts/NexaLight/Nexa_Free_Light-webfont.ttf') format('truetype'),
         url('/images/fonts/NexaLight/Nexa_Free_Light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NexaBold';
    src: url('/images/fonts/NexaBold/Nexa_Free_Bold-webfont.eot');
    src: url('/images/fonts/NexaBold/Nexa_Free_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/images/fonts/NexaBold/Nexa_Free_Bold-webfont.woff2') format('woff2'),
         url('/images/fonts/NexaBold/Nexa_Free_Bold-webfont.woff') format('woff'),
         url('/images/fonts/NexaBold/Nexa_Free_Bold-webfont.ttf') format('truetype'),
         url('/images/fonts/NexaBold/Nexa_Free_Bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* --------------------------------------
INITIALISATION DES STYLES
-------------------------------------- */
* {
	border: 0;
	font-style: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html, body {
	min-height: 100%;
}

/* --------------------------------------
ZONE EXTERIEURE
-------------------------------------- */
body {
	background: #fff;
	
	font-family: "Source sans pro", sans-serif;
	font-size: 1em;
	line-height: 1.5;
	color: #303030;
}

/* --------------------------------------
APPARENCE DES IMAGES
-------------------------------------- */
img { border: 0; vertical-align: bottom; }

/* --------------------------------------
CALAGE DES BLOCS
-------------------------------------- */
.clear {
	border: 0;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.site-overlay.is-visible {
	position: fixed;
	top: 0; left: 0; bottom: 0; right: 0;
	z-index: 10;
	background: rgba(0,0,0,.6);
}

/* --------------------------------------
PRELOADER
-------------------------------------- */
.pace .pace-progress {
	background: #29d;
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	height: 8px;
	
	-webkit-transition: width 1s;
	-moz-transition: width 1s;
	-o-transition: width 1s;
	transition: width 1s;
}

.pace-inactive {
	display: none;
}


.revealed {
	opacity: 1;
}

.revealed > .container {
	opacity: 1;
	
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

/* Chargement progressif 

.lz-load {
	opacity: 0;
	
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}

.lz-load > .container {
	opacity: 0;
	
	-webkit-transform: translateY(15px);
	-moz-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-o-transform: translateY(15px);
	transform: translateY(15px);
	
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	-ms-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;	
}

.revealed {
	opacity: 1;
}

.revealed > .container {
	opacity: 1;
	
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
*/