/* ------------------------
SOMMAIRE
--------------------------*/
/*
@AUTHOR : Jane Doe

01 - IMPORTS FICHIERS CSS
02 - POLICES
03 - ZONE EXTERIEURE
04 - DIVERS
05 - APPARENCE DES IMAGES
05 - CALAGE DES BLOCS
*/


/* --------------
01 - IMPORTS FICHIERS CSS
-----------------*/
@charset "iso-8859-1";

/*v3*/

@import url(reset.css);

@import url(/modeles/fr/theme_4/css/gabarit.css);


@import url(gallery.css?rand=2);
@import url(elements.css);

/*
	diapo
*/

	/*slick*/
	@import url(./behaviors/mobilynotes.css);
	@import url(../../../../scripts/charte/libs/diaporama/slick/slick.css);



@import url(ficheProduit.css);

@import url(pages.css);






/* --------------
03 - ZONE EXTERIEURE
-----------------*/
/* Older browsers */
html{ font-size: 13px; }

/* Modern browsers only need this one */
@media screen and (min-width: 25em){
	html{ font-size: calc( 10px + (13 - 10) * (100vw - 320px) / (1200 - 320) ); }
}
/* Safari <8 and IE <11 */
@media screen and (min-width: 25em){
	html{ font-size: calc( 10px + (13 - 10) * (100vw - 320px) / (1200 - 320) ); }
}
@media screen and (min-width: 50em){
	html{ font-size: calc( 10px + (13  - 10) * (100vw - 320px) / (1200 - 320) ); }
}


body{
	color: #1f1f1f;
	font-family: 'latoregular', sans-serif;
	line-height: 1.5; /* Pour l'accessibilité */
	overflow:hidden;
}


/* --------------
04 - DIVERS
-----------------*/
input[type=submit]{
	-webkit-appearance: none;
	border-radius: 0;
}


*{
		-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.lt-ie7 *{behavior:url(/scripts/boxsizing.htc)}


.displayib{
	display: inline-block;
	vertical-align: top;
}
.dim{
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}


.ovh{
	overflow: hidden;
}

a, a:hover, a:focus{
		-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;
}



/* ---------------
05 - APPARENCE DES IMAGES
-----------------*/
img{
    border:0;
    vertical-align: bottom;
    max-width:100%;
}

.map img{
    max-width:inherit;
}

/* --------------
06 - 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
}

