@charset "iso-8859-1";


@import url(reset.css);
@import url(/modeles/fr/theme_3/css/gabarit.css);


@import url(tunnelDeCommande.css);
@import url(ficheProduit.css);

@import url(pages.css);


/*autre sytle chargé en spe*/



/*---------------------FONTS---------------------*/
@font-face{
  font-family: 'asr'; /*alegreya_sansregular*/
  src: url('fonts/alegreya-sans-regular/alegreyasans-regular.woff2') format('woff2'),
	 url('fonts/alegreya-sans-regular/alegreyasans-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face{
  font-family: 'asb';/*alegreya_sansbold*/
  src: url('fonts/alegreya-sans-bold/alegreyasans-bold.woff2') format('woff2'),
	 url('fonts/alegreya-sans-bold/alegreyasans-bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}



@font-face{
  font-family: 'ctr'; /*crimson_textroman*/
  src: url('fonts/crimson-text-regular/crimsontext-regular.woff2') format('woff2'),
	 url('fonts/crimson-text-regular/crimsontext-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face{
  font-family: 'ctb'; /*crimson_textbold*/
  src: url('fonts/crimson-text-bold/crimsontext-bold.woff2') format('woff2'),
	 url('fonts/crimson-text-bold/crimsontext-bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}



/*----------------
PICTOS
-----------------*/
svg{
	vertical-align: middle;
}

#header #phone{
	width: 15px;
}
#header #mail{
	width: 15px;
}



/* --------------
ZONE EXTERIEURE
-----------------*/
/* Older browsers */
html{ font-size: 12px; }

/* Modern browsers only need this one */
@media screen and (min-width: 25em){
	html{ font-size: calc( 10px + (13 - 10) * (100vw - 320px) / (1155 - 320) ); }
}

/* Safari <8 and IE <11 */
@media screen and (min-width: 25em){
	html{ font-size: calc( 10px + (13 - 10) * (100vw - 320px) / (1155 - 320) ); }
}
@media screen and (min-width: 50em){
	html{ font-size: calc( 10px + (13 - 10) * (100vw - 320px) / (1155 - 320) ); }
}



body{
	background: #fff;
	color: #1f1f1f;
	font-family: 'asr', Arial, sans-serif;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 400;
	line-height: 1.5; /* Pour l'accessibilité */
	overflow:hidden;
}




*{
		-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
}

