@charset "iso-8859-1";

@import url(reset.css);
@import url(gallery.css);
@import url(nyroModal.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(tunnelDeCommande.css);*/
/*@import url(ficheProduit.css);*/
@import url(publicationMethods.css);
/*@import url(board.css);
@import url(ads.css);*/
/*@import url(directory.css);*/
/*@import url(community.css);*/
@import url(skeleton.css);
@import url(pages.css);
@import url(layout.css);




@font-face{
	font-family: 'rl';/*robotolight*/
	src: url('fonts/roboto-light/roboto-light.eot');
	src: url('fonts/roboto-light/roboto-light.eot?#iefix') format('embedded-opentype'),
		 url('fonts/roboto-light/roboto-light.woff2') format('woff2'),
		 url('fonts/roboto-light/roboto-light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'rr';/*robotoregular*/
	src: url('fonts/roboto-regular/roboto-regular.eot');
	src: url('fonts/roboto-regular/roboto-regular.eot?#iefix') format('embedded-opentype'),
		 url('fonts/roboto-regular/roboto-regular.woff2') format('woff2'),
		 url('fonts/roboto-regular/roboto-regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'rm';/*robotomedium*/
	src: url('fonts/roboto-medium/roboto-medium.eot');
	src: url('fonts/roboto-medium/roboto-medium.eot?#iefix') format('embedded-opentype'),
		 url('fonts/roboto-medium/roboto-medium.woff2') format('woff2'),
		 url('fonts/roboto-medium/roboto-medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'rb';/*robotobold*/
	src: url('fonts/roboto-bold/roboto-bold.eot');
	src: url('fonts/roboto-bold/roboto-bold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/roboto-bold/roboto-bold.woff2') format('woff2'),
		 url('fonts/roboto-bold/roboto-bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}




/* --------------
ZONE EXTERIEURE
-----------------*/
html{
	font-size: 14px; /* On laisse px pour IE7 et IE8 */
	font-size: 62.5%; /* Ré-équilibrage du Rem face au Pixel pour des calculs simples */
}
body{
	background: #fff;
	color: #353535;
	font-family: 'rr', Arial, sans-serif;
	line-height: 1.5; /* Pour l'accessibilité */
	overflow:hidden;

	font-size: 14px;
	font-size: 1.4rem;
}


/* Roboto */
.rl{ font-family: 'rl' } /* Light */
.rr{ font-family: 'rr' } /* Regular */
.rm{ font-family: 'rm' } /* Medium */
.rb{ font-family: 'rb' } /* Bold */



*{
		-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.lt-ie7 *{behavior:url(/scripts/boxsizing.htc)}


.displayib{
	display: inline-block;
	vertical-align: top;
}

.ovh{
	overflow: hidden;
}

a, a:hover, a:focus{
	color: #000;

		-moz-transition: background 0.5s linear, color 0.5s linear;
		-webkit-transition: background 0.5s linear, color 0.5s linear;
	transition: background 0.5s linear, color 0.5s linear;
}



/* ---------------
APPARENCE DES IMAGES
-----------------*/
img{
    border:0;
    vertical-align: bottom;
    max-width:100%;
}

.map img{
    max-width:inherit;
}

/* --------------
CALAGE DES BLOCS
-----------------*/
.clear{
	border:0;
	clear: both;
	height:0;
	line-height:0;
	visibility: hidden;
	display:block;
	margin:0;
}

.clear-box{
	clear: both;
}



/* Pour l'accessibilité */
.scren-reader-text{
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
.scren-reader-text:focus{
	display: block;
	clip: auto !important;
	height: auto;
	left: 5px;
	top: 5px;
	width: auto;
	z-index: 100000
}
/*
pour faire un lien :
<a href="">
	<span class="fa fa-chevron-up" aria-hidden="true"></span>
	<span class="screen-reader-text">Retour en haut de page</span>
</a>
*/

