@charset "utf-8";
/* CSS Document */
/* styles de base */
html{
	height: 100%;
}
body{
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	margin: 0;
	color: #464646;
	counter-reset: canalCmd;
}
.bold{
	font-weight:bold;
}
.italic{
	font-style:italic;
}
.capitale{
	text-transform:uppercase;
}
.justify{
	text-align: justify;
}
.center{
	text-align: center;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.relative{
	position: relative;
}
a img{
	border:0;
}
a {
	text-decoration:none;
}
ul,ol,dl,figure{
	margin:0;
	padding:0;
	list-style: none;
}
.nonValide{
	background-color: rgba(255,0,0,0.6) !important;
}
.inlineMiddle,.inlineBottom,.inlineTop{
	display: inline-block;
	vertical-align: middle;
}
.inlineBottom{
	vertical-align: bottom;
}
.inlineTop{
	vertical-align: top;
}
.none,.mobileOnly{
	display: none;
}
.floatLeft{
	float: left;
	margin: 0 5px 5px 0;
}
.floatRight{
	float: right;
	margin: 0 0 5px 5px;
}
.clear{
	clear: both;
}
.spacerTop{
	margin-top: 50px !important;
}
.lienInvisible{
	color: inherit;
}
.rouge{
	color: #a91b1a;
}
.vert{
	color: #360;
}
.bloc{
	display: block;
}
.imgResp{
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.noir{
	color: #000;
}
.dore,.lienMenu2:hover,.lienMenu2.actif{
	color: #997c5b;
}
.blanc{
	color: #fff;
}
.fondColor{
	background: #f5efec;
}
.strike{
	text-decoration: line-through;
}
/*header*/
#header{
	padding: 20px 5% 7px 5%;
	background: #fff;
}
.logo{
	width: 14%;
}
.main-menu,.second-nav{
	width: 42%;
}
.liMenu{
	margin: 0 3% 0 0;
}
.liMenu:last-child{
	margin: 0;
}
.liMenuReso{
	width: 90%;
}
.lienMenu,.lienReso,.lienMenu2{
	font-size: 0.9em;
	-webkit-transition-property: color;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-property: color;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: ease-out;
	transition-property:color;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.lienMenu:hover,.lienMenu.actif,.lienCreateur:hover,.lienCompte:hover,.lienCompte.actif,.lienFooter,.lienFooter2,.rose,.lientFiltre:hover,.lienFiltre.actif{
	color: #000;
}
.lienReso{
	color: rgba(153,124,91,0.33);
	margin: 0 0.2em;
	font-size: 1.3em;
}
.lienReso:hover{
	color: rgba(153,124,91,1);
}
/*footer*/
#footer{
	background: #f5efec;
	margin: 2em 0 0 0;
	padding: 20px 5% 35px 5%;
}
.drapo{
	width: 20%;
	height: 20px;
	margin: 0 auto;
	background: #fff;
}
.drapoBleu,.drapoRouge{
	position: absolute;
	width: 33.33%;
	top: 0;
	height: 100%;
	left: 0;
	background: #002395;
}
.drapoRouge{
	left: auto; right: 0;
	background: #ED2939;
}
.navFooter{
	width: 25%;
	box-sizing: border-box;
	padding: 0 1.5em 0 0;
	font-size: 0.9em;
}
.adrFooter{
	font-style: normal;
}
.lienFooter{
	color: #464646;
	-webkit-transition-property: color;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-property:color;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.lienFooter:hover{
	color: rgba(70,70,70,0.5);
}
.titreFooter{
	font-size: 1.2em;
	font-weight: 600;
}
.adrFooter .titreFooter{
	margin: 0.9em 0;
}
/*accueil*/
.section1Accueil{
	padding: 14em 5% 6em 5%;
	overflow: hidden;
}
.titreAccueil,.titreAccueil2{
	font-size: 3em;
	letter-spacing: 4px;
	margin: 0 0 0.7em 0;
	line-height: 1.8em;
}
.lienBouton,.boutonDore,.boutonDore2{
	background: rgba(255,255,255,0.8);
	padding: 1em 1.5em;
	font-size: 1em;
	letter-spacing: 0.4em;
	border-radius: 3px;
	font-weight: 600;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-property:background-color;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.lienBouton:hover{
	background: rgba(255,255,255,0.5);
}
.titre2{
	font-size: 1.9em;
	font-weight: 600;
	margin: 2em 0;
}
.listeAccueil2{
	width: 49%;
	margin: 0 2% 2% 0;
}
.listeAccueil2:nth-child(2n){
	margin: 0 0 2% 0;
}
.filtreOpaque{
	position: absolute;
	left: 0; top: 0; width: 100%; height: 100%;
	background-color: rgba(0,0,0,0);
	-webkit-transition-property: background-color;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-property:background-color;
	transition-duration: .3s;
	transition-timing-function: ease-out;
	z-index: 1;
}
.lienListeAccueil:hover .filtreOpaque{
	background-color: rgba(0,0,0,0.2);
}
.listeAccueil3-1{
	width: 66.2%;
	margin: 0 2% 0 0;
}
.listeAccueil3-2{
	width: 31.8%;
}
.listeAccueil3-3{
	margin: 0 0 6% 0;
}
.listeAccueil3-3:last-child{
	margin: 0;
}
.titreProdAccueil{
	z-index: 2;
	position: absolute;
	left: 20px; bottom: 15px;
	background: #fff;
	padding: 1em 2em;
	font-size: 0.7em;
	font-weight: 600;
	letter-spacing: 2px;
	color: #464646;
}
.citation{
	font-size: 1.1em;
	margin: 2em 0 3em 0;
	letter-spacing: 1px;
}
.marginCenter{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.fig1Accueil{
	margin-top: 3em;
}
.boutonDore,.boutonDore2{
	background-color: #997c5b;
}
.boutonDore:hover,.boutonDore2:hover{
	background-color: rgba(153,124,91,0.7);
}
.sectionRayon{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 16em 5% 8em 5%;
	margin: 2em 0 0 0;
}
.formNewsAccueil,.formCompte{
	background: #f5efec;
	margin-top: 5em;
	box-sizing: border-box;
	padding: 1px 8%;
}
.formNewsAccueil .titre2{
	margin-top: 1em;
}
.champNews,.champReduc,.champReduc2,.customSelect select,.champContact{
	box-sizing: border-box;
	border: 1px solid rgba(0,0,0,.12);
	padding: 1em;
	font-size: 15px;
	font-family: inherit;
	margin: 1.5em 0;
	width: 30%;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.champDore,.champDore2,.champDore3,.boutonContact{
	background-color: #997c5b;
	border: 1px solid #997c5b;
	cursor: pointer;
	border-radius: 3px;
	box-sizing: border-box;
	padding: 1em 2.5em;
	font-size: 15px;
	font-family: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0 0 0 1%;
	-webkit-transition-property: background-color,border-color;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-property:background-color,border-color;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.champDore:hover,.champDore2:hover,.champDore3:hover{
	background-color: rgba(153,124,91,0.7);
	border-color: rgba(153,124,91,0.7);
}
.homeText{
	margin-top: 100px;
	margin-bottom: 100px;
	line-height: 2em;
}
.homeImageSection{
	min-height: 500px;
	padding: 50px 10%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 80px 0;
}
.homeImageSectionContent{
	width: 80%;
	background: #f5efec;
	padding: 30px;
}
.instaLink{
	position: absolute;
	left: 0; top: 0; width: 100%; height: 100%;
}
.imgAdapt{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*rayon*/
.lienFiltre{
	-webkit-transition-property: color;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-property:color;
	transition-duration: .3s;
	transition-timing-function: ease-out;
	margin: 0 2em 0 0;
}
.navFiltres{
	padding: 2em 0 0 0;
}
.catList{
	display: flex;
	margin: 20px 0 0 85px;
}
.liRayonProduit,.visuRecherche{
	width: 23.5%;
	margin: 2% 2% 2% 0;
	height: 0;
	padding: 0 0 23.5% 0;
	background-position: center center;
	background-size: cover;
}
.liRayonProduit:nth-child(4n){
	margin: 2% 0;
}
.boutonDore2{
	border-radius: 0;
	font-weight: normal;
	letter-spacing: 0;
}
.infoProdRayon{
	position: absolute;
	top: 0; left: 0; width: 90%; height: 90%;
	z-index: 2;
	padding: 5%;
	opacity: 0;
	background: rgba(255,255,255,0.6);
	-webkit-transition-property: opacity;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-property:opacity;
	transition-duration: .3s;
	transition-timing-function: ease-out;
	color: #473c37;
}
.infoProdRayon:hover{
	opacity: 1;
}
.titreRayonProd{
	font-size: 1.1em;
	margin: 0 0 5% 0;
	font-weight: normal;
}
.titrePrixRayon{
	position: absolute;
	left: 0; bottom: 0; width: 100%;
	margin: 0 0 5% 0;
}
/*produit*/
.navAriane{
	margin: 1em 0;
	font-size: 0.7em;
}
.lienAriane{
	margin: 0 1em;
	color: inherit;
	letter-spacing: 1px;
}
.lienAriane:first-child{
	margin: 0 1em 0 0;
}
.lienNextPrev{
	position: absolute;
	right: 0; top: 0;
}
.zoneDiapo{
	width: 31.5%;
}
.listeVig{
	width: 80%;
	margin: 0 auto;
}
.liPhotoProd{
	width: 46%;
	margin: 8% 8% 0 0;
}
.liPhotoProd:nth-child(2n),.liPhotoProd:last-child{
	margin: 8% 0 0 0;
}
.infosProduitDetail{
	width: 66.5%;
	margin: 0 0 0 2%;
	background: #fff;
}
.titreDetailProduit,.titreRecherche{
	margin: 0 0 0.5em 0;
	font-size: 2em;
	font-weight: normal;
}
.affichePrix,.afficheNouveauPrix{
	font-size: 1.7em;
}
.champDore2,.messageProd{
	margin: 1.8em 0;
	font-size: 0.8em;
}
.messageProd{
	font-size: 1.2em;
}
.descriptionDetailProd{
	color: #676767;
}
.lienVignetteProduit{
	height: 0;
	padding: 0 0 100% 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.partageProduit{
	margin: 1.5em 0;
}
.partageProd{
	font-size: 1.4em;
	color: #987c5b;
	margin: 0 1.5em;
}
.contientOptions{
	margin: 1.5em 0;
}
.radioOption{
	position: absolute;
	z-index: -1;
	left: 0;
}
.labelChoixOption,.adresseCompte{
	width: 32%;
	margin: 1% 2% 1% 0;
	padding: 1em 0;
	border: 1px solid;
	box-sizing: border-box;
	cursor: pointer;
	border-radius: 3px;
	background: #f5efec;
}
.labelChoixOption:nth-child(3n),.adresseCompte:nth-child(3n){
	margin: 1% 0;
}
.labelSelect{
	border-color: #997c5b;
	color: #997c5b;
	font-weight: 600;
}
/*panier*/
.blocPanierOuvert,.blocPanier{
	border: 1px solid #e4e4e4;
	background: #fbf8f7;
	padding: 2em;
	border-radius: 3px;
	margin: 2em 0;
	color: #868483;
}
.blocPanierOuvert{
	background: #fff;
	color: #3e3e3e;
}
.titrePanier{
	font-weight: normal;
	margin: 0;
	font-size: 1.4em;
	letter-spacing: 2px;
}
.compteurPanier:before{
	counter-increment: canalCmd;
	content: counter(canalCmd);
	width: 30px;
	padding: calc((25px - 1em)/2) 0;
	text-align: center;
	font-size: 0.8em;
	border: 1px solid;
	border-radius: 50%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
	font-family: Arial, sans-serif;
}
.nomRecap{
	width: 70%;
}
.valeurRecap,.outilsProdPanier{
	width: 30%;
}
.liPanier{
	margin: 2em 0;
}
.visuPanier{
	width: 18%;
}
.infoProdPanier{
	width: 46%;
	margin: 0 3%;
}
.infoQte{
	color: #a1a1a1;
	border: 1px solid;
	border-radius: 3px;
	padding: 0.4em 0.7em;
	margin: 0.5em 0 0.5em 20%;
	font-size: 0.9em;
	width: 80%;
	box-sizing: border-box;
}
.champQte{
	border: none;
	background: none;
	color: #464646;
	width: 80%;
	font-size: 1.3em;
	font-family: 'Raleway', sans-serif;
	box-sizing: border-box;
}
.labelQte{
	width: 20%;
}
.lienSuppPanier{
	color: #a1a1a1;
	text-decoration: underline;
}
.liPanier2,.choixAdresse{
	color: #a1a1a1;
	margin: 0.5em 0;
}
.total,.choixAdresse:hover{
	color: #3e3e3e;
}
.champReduc,.champDore3,.customSelect select{
	width: 100%;
	margin: 1em 0;
}
.champReduc2{
	width: 49%;
	margin: 1em 2% 0 0;
}
.champReduc2 + .champReduc2,.textarea{
	margin: 1em 0 0 0;
}
.textarea{
	height: 95px;
}
/*livraison*/
.adresseLivraison{
	margin: 1.5em 0;
}
.pictoLivraison{
	position: absolute;
	top: 0;
	right: 1%;
}
.choixAdresse{
	-webkit-transition-property: color;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-property:color;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.checkLiv{
	margin: 0 5px 0 0;
}
/*compte*/
.formCompte{
	width: 70%;
	margin: 0 auto;
}
.titre3{
	font-weight: normal;
	font-size: 1.5em;
	margin: 1.5em 0;
}
.adresseCompte{
	border: none;
}
.headCmd{
	background: #e4e4e4;
}
.blocCmd{
	padding: 0.4em 0;
	width: 22.5%;
}
.blocCmd:last-child{
	width: 10%;
}
.liCmd{
	margin: 2em 0;
}
.tamponFid{
	border: 2px solid;
	width: 15%;
	box-sizing: border-box;
	padding: 0.4em;
	margin: 1em 2% 1em 0;
	border-radius: 3px;
}
.tamponReduc{
	border-color: #987c5b;
	color: #987c5b;
	margin: 1em 0;
}
/*recherche*/
.formRecherche{
	border: 1px solid #aaa;
	margin: 2em 0;
	padding: 1%;
	font-size: 2em;
}
.labelSearch{
	width: 5%;
	margin: 0 1% 0 0;
}
.champRecherche{
	box-sizing: border-box;
	border: none;
	background: none;
	font-family: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.15em;
	width: 85%;
	padding: 1% 0;
}
.boutonSearch{
	position: absolute;
	right: 0; top: 0;
	width: 10%;
	height: 100%;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: #f5efec;
	font-size: 0.8em;
}
.liRecherche{
	padding: 2em 0;
	border-top: 1px solid #ececec;
}
.liRecherche:last-child{
	border-bottom: 1px solid #ececec;
}
.visuRecherche{
	width: 18.2%;
	margin: 0 2% 0 0;
	padding: 0 0 18.2% 0;
}
.infoRecherche{
	width: 79.8%;
}
.titreRecherche{
	margin: 0 0 0.7em 0;
	font-size: 1.6em;
}
/*contact*/
.champContact{
	margin: 0.2em 0 2% 0;
	width: 100%;
	background: #fafafa;
	border-radius: 2px;
	border-color: #ccc;
}
.boutonContact{
	background: #222222;
	border-color: #222222;
	margin: 0 0 2% 0;
}
.boutonContact:hover{
	background-color: rgba(34,34,34,0.7);
	border-color: rgba(34,34,34,0.7);
}
/*atelier*/
.carteAtelier{
	width: 100%; height: 0;
	padding: 0 0 38% 0;
	overflow: hidden;
}
.carteAtelier iframe{
	position: absolute;
	width: 100%; height: 100%; left: 0; top: 0;
}
.adrAtelier{
	font-style: normal;
}
.adresseAtelier,.lienAtelier{
	margin: 1.5em 0;
}
.lienAtelier{
	color: inherit;
}
/*revendeurs*/
.liRev{
	width: 23.5%;
	margin: 2% 2% 2% 0;
}
.liRev:nth-child(4n){
	margin: 2% 0;
}
/*catalogue pro */
.catalogList{
	margin: 50px 0;
}
.catalogItem{
	margin: 20px 0;
	font-size: 1.4em;
	font-weight: 700;
}
.catalogUpdateTime{
	font-size: .8em;
	font-weight: 400;
}


@supports (pointer-events: none) and ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) {
	.customSelect{
        position: relative;
        display: inline-block;
        vertical-align: middle;
		width: 100%;
		margin: 1em 0;
		background: #fff;
		font-size: 15px; 
		padding: 1em;
		box-sizing: border-box;
		border: 1px solid rgba(0,0,0,.12);
		padding: 1em;
		font-size: 15px;
		font-family: inherit;
    }
    .customSelect select{
        padding:0 12% 0 0;
        border: 0;
        margin: 0;
        width: 100%;
        border-radius: 3px;
		color: rgba(0,0,0,0.6);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;    
    }
    .customSelect:after{
        content: "\f107";
        position: absolute;
        pointer-events: none;
        right: 1em; 
        top: 0.5em;
        font-size: 1.5em;
        width: 10%;
        text-align: right;
        font-family: 'FontAwesome';
        color: #000;
    }

    /* FF only temp fix */
    @-moz-document url-prefix() {
        .custom-dropdown__select              { padding-right: .9em }
        .custom-dropdown--large .custom-dropdown__select { padding-right: 1.3em }
        .custom-dropdown--small .custom-dropdown__select { padding-right: .5em }
    }
}
/* mobiles et tablettes */
@media only screen and (max-width: 950px){
	.liRayonProduit,.liRayonProduit:nth-child(4n),.liRev,.liRev:nth-child(4n){
		width: 32%;
		margin: 2% 2% 2% 0;
		padding: 0 0 32% 0;
	}
	.liRev,.liRev:nth-child(4n){
		padding: 0;
	}
	.liRayonProduit:nth-child(3n),.liRev:nth-child(3n){
		margin: 2% 0;
	}
	.infoQte{
		margin: 0.5em 0;
		width: 100%;
	}
	.tamponFid{
		width: 32%;
		margin: 1em 2% 1em 0;
	}
	.tamponFid:nth-child(3n+2){
		margin: 1em 0;
	}
	.adresseCompte,.adresseCompte:nth-child(3n){
		width: 49%;
		margin: 1% 2% 1% 0;
	}
	.adresseCompte:nth-child(2n){
		margin: 1% 0;
	}
	.formCompte{
		width: 90%;
	}
	.catList{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 20px 0 0 0;
	}
	.lienFiltre{
		padding: 4px 0;
	}
	.section1Accueil,.sectionRayon{
		padding: 7em 5% 3em 5%;
	}
}
@media only screen and (max-width: 650px){
	#header{
		position: fixed;
		top: 0; left: 0; right: 0;
		z-index: 3;
		padding: 20px 3% 7px 3%;
	}
	.main{
		margin-top: 90px;
	}
	.main-menu{
		position: fixed;
		right: 0; top: 0; bottom: 0;
		width: 0; height: 100%;
		z-index: 5;
		overflow: hidden;
		-webkit-transition-property: width;
		-webkit-transition-duration: .3s;
		-webkit-transition-timing-function: ease-out;
		transition-property:width;
		transition-duration: .3s;
		transition-timing-function: ease-out;
	}
	.main-menu.ouvert{
		width: 100%;
	}
	.colonneClose{
		display: inline-block;
		vertical-align: top;
		width: 10%;
		height: 100%;
		background: #fff;
		font-size: 2em;
		text-align: center;
		padding-top: 0.5em;
	}
	.main-menu .listeMenu{
		display: inline-block;
		vertical-align: top;
		width: 76%;
		height: 100%;
		font-size: 2em;
		padding: 7%;
		background: #997c5b;
	}
	.main-menu .lienMenu,.lienMenu2,.lienMenu2:hover,.lienMenu2.actif{
		color: #fff;
		text-transform: none;
	}
	.main-menu .liMenu{
		width: 100%;
		margin: 0.3em 0;
	}
	.logo{
		width: 30%;
		margin: 0 0 0 35%;
	}
	.boutonMenu{
		display: inline-block;
		vertical-align: middle;
		width: 35%;
	}
	.barreMenu{
		width: 24px;
		height: 1px;
		background: #997c5b;
	}
	.barreMenu:nth-child(2){
		margin: 6px 0;
	}
	.second-nav{
		position: fixed;
		left: 0; right: 0; bottom: 0; width: 94%;
		background: #fff;
		padding: 1em 3%;
		z-index: 3;
	}
	.liMenuReso{
		text-align: left;
		width: 95%;
	}
	.lienReso{
		margin: 0 0.6em;
	}
	.titreAccueil,.titreAccueil2{
		font-size: 2em;
	}
	.listeAccueil2,.listeAccueil2:nth-child(2n),.listeAccueil3-1,.listeAccueil3-2,.listeAccueil3-3,.listeAccueil3-3:last-child,.zoneDiapo,.infosProduitDetail{
		width: 100%;
		margin: 0 0 2em 0;
	}
	.marginCenter{
		width: 94%;
	}
	.champNews,.adresseCompte,.adresseCompte:nth-child(3n),.adresseCompte:nth-child(2n),.formCompte{
		width: 100%;
	}
	.adresseCompte:nth-child(2n),.adresseCompte,.adresseCompte:nth-child(3n){
		margin: 1% 0;
	}
	.champDore{
		margin: 0;
	}
	.titre2{
		padding: 0 3%;
	}
	#footer{
		padding-bottom: 60px;
	}
	.drapo{
		width: 40%;
		height: 20px;
	}
	.navFooter{
		width: 50%;
		margin: 2em 0;
		text-align: center;
	}
	.liRayonProduit,.liRayonProduit:nth-child(4n),.liRayonProduit:nth-child(3n),.tamponFid,.tamponFid:nth-child(3n+2),.liRev,.liRev:nth-child(4n),.liRev:nth-child(3n){
		width: 49%;
		margin: 2% 2% 2% 0;
		padding: 0 0 49% 0;
	}
	.liRev,.liRev:nth-child(4n),.liRev:nth-child(3n){
		padding: 0;
	}
	.liRayonProduit:nth-child(2n),.tamponFid:nth-child(2n),.liRev:nth-child(2n){
		margin: 2% 0;
	}
	.tamponFid,.tamponFid:nth-child(3n+2){
		padding: 0.5em;
	}
	.controlQtePanier,.menuFooter li.inlineMiddle:nth-child(2),.menuFooter li.inlineMiddle:nth-child(4){
		display: none;
	}
	.lienBoutiqueMobile{
		color: #929294;
	}
	select:focus,textarea:focus,input:focus,select,textarea,input{
		font-size: 16px;
	}
	.adresseLivraison,.formIdent,.liMenu2,.vcard,.gMap-container{
		width: 100%;
	}
	.gMap-container{
		padding-bottom: 59%;
		margin: 0;
	}
	.zoneSelect{
		width: 50%;
	}
	#sRayon,#selectCrea,#selectCollec,#selectTheme{
		width: 50%;
		font-size: 16px;
		color: #3d3d3f;
		font-family: 'Quicksand', sans-serif;
		margin: 0 10% 0 0;
	}
	.labelFiltre{
		width: 40%;
	}
	.infosProduitDetail{
		margin: 0;
	}
	.ajoutPanier{
		min-width: 200px;
	}
	.liCreateur{
		width: 43%;
		height: auto;
		margin: 2% 1%;
		padding: 1%;
	}
	.zoneImageCreateur{
		height: 0;
		padding-bottom: 70%;
		overflow: hidden;
	}
	.formModifCompte .labelModal,#formuLivraison .labelModal{
		width: 32%;
	}
	.filtresMobile{
		margin: 0 0 15px 0;
	}
	.lienCreateurMobile{
		display: block;
		min-height: 50px;
	}
	.liNote{
		font-size: 1.3em;
		margin: 5px 2px;
	}
	#formReview .labelModal{
		width: 100%;
	}
	.liMenu2{
		margin: 10px 0;
		font-size: 1.2em;
	}
	.liSelectFooter{
		width: 48%;
	}
	.prodAug,.prodAug2{
		margin: 0;
		width: 100%;
	}
	.prodAug2{
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		border-left: none;
		border-right: none;
	}
	.colFooter,.colFooter2{
		width: 30%;
		margin: 0 0 20px 0;
	}
	.colFooter2{
		width: 60%;
	}
	.sidr .lienMenu{
		text-align: left;
	}
	.sidr #formRecherche{
		width: 85%;
	}
	.filterHome{
		display: block;
		position: absolute;
		left: 0; top: 0; right: 0; bottom: 0;
		z-index: -1;
	}
	.section1Accueil,.sectionRayon{
		display: none;
	}
	.mobileHomeSection{
		padding: 5em 5%;
		display: block;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		z-index: 0;
	}
}
@media only screen and (max-width: 400px){
	.logo{
		width: 26%;
		margin: 0 0 0 37%;
	}
	.boutonMenu{
		width: 37%;
	}
	.blocCmd:nth-child(1),.blocCmd:nth-child(2){
		width: 50%;
	}
	.blocCmd:nth-child(3),.blocCmd:nth-child(4){
		width: 45%;
	}
}