@charset "iso-8859-1";

@import url(gallery.css);
@import url(elements.css);
@import url(structure.css);
@import url(navigationElements.css);
@import url(form.css);
@import url(boxes.css);
@import url(account.css);
@import url(catalog.css);
@import url(publicationMethods.css);
@import url(search.css);
@import url(board.css);
@import url(ads.css);
@import url(directory.css);
@import url(community.css);
@import url(skeleton.css);
@import url(layout.css);
@import url(pages.css);
@import url(contextualisation.css);
@import url(nyroModal.css);
@import url(variables.css);



@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700&display=swap');



/* ---------------------
INITIALISATION DES STYLES
------------------------*/
* {
	border: 0;
	font-style: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

/* --------------
ZONE EXTERIEURE
-----------------*/
body {

	font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
	font-size:20px;
	line-height:28px;
    letter-spacing: 0.2px;
	overflow-x:hidden;
}
/* #header .image_chapitre{
    left: 0;
    position: fixed;
    top: 0;
    z-index: -1;
}
#header .image_chapitre img {
    left: 0;
    position: fixed;
    top: 0;
    z-index: -1;
	width:100%;
} */
/* ---------------
APPARENCE DES IMAGES
-----------------*/
img {
	border:0;
	vertical-align: bottom;
	max-width:100%;
	height:auto;
}

/* --------------
CALAGE DES BLOCS
-----------------*/
.clear {
	border:0;
	clear: both;
	height:0;
	line-height:0;
	visibility: hidden;
}


@font-face {
    font-family: 'RobotoRegular';
    src: url('/images/champilambart/fonts/roboto-regular-webfont.eot');
    src: url('/images/champilambart/fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/images/champilambart/fonts/roboto-regular-webfont.woff') format('woff'),
         url('/images/champilambart/fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('/images/champilambart/fonts/roboto-regular-webfont.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'NovaSquareBook';
    src: url('/images/champilambart/fonts/novasquare-webfont.eot');
    src: url('/images/champilambart/fonts/novasquare-webfont.eot?#iefix') format('embedded-opentype'),
         url('/images/champilambart/fonts/novasquare-webfont.woff') format('woff'),
         url('/images/champilambart/fonts/novasquare-webfont.ttf') format('truetype'),
         url('/images/champilambart/fonts/novasquare-webfont.svg#NovaSquareBook') format('svg');
    font-weight: normal;
    font-style: normal;

}