/* header et footer */
.header,.footer{
	padding: 20px 0;
	border-bottom: 1px dashed #000;
}
.header:after{
	content: "";
	position: absolute;
	left: 0; right: 0;
	top: 100%;
	height: 3px;
	margin: 2px 0 0 0;
	background: #fff;
	box-shadow: 0 2px 2px #ccc;
}
.logoZone{
	height: 120px;
	background: #9BDD53;
	box-sizing: border-box;
	border: 1px dashed #000;
	padding: 0 15px 0 0;
}
.fontTitle{
	font-family: 'Patrick Hand', cursive;
}
.svgLogo{
	height: 100%;
	width: auto;
	margin: 0 auto;
}
.greyFill{
	fill: #B2B2B2
}
.whiteFill{
	fill: #fff;
}
.lightFill{
	transition-property:fill;
	transition-duration: .3s;
	transition-timing-function: ease-out;
	animation: 20s infinite lightOn;
}
.transFill{
	fill: #DAFF0E;
	fill-opacity: 0;
	transition-property:fill-opacity;
	transition-duration: .3s;
	transition-timing-function: ease-out;
	animation: 20s infinite lightOn2;
}
.logoName{
	font-size: 3em;
	margin: 0;
}
.logoZone:after{
	content: "";
	position: absolute;
	z-index: -1;
	left: -5px; right: -5px; top: -5px; bottom: -5px;
	background: #9BDD53;
	box-shadow: 0 0 2px #000;
}
.menuNav{
	position: absolute;
	right: 0;
	top: calc(100% + 30px);
	font-size: 1.3em;
	background: rgba(255,255,255,0.9);
	max-height: 0;
	overflow: hidden;
	transition-property:max-height;
	transition-duration: .3s;
	transition-timing-function: ease-out;
	z-index: 3;
	border-radius: 5px;
}
.menuNav.open{
	max-height: 800px;
}
.menuLink{
	padding: .3em .5em;
	margin: 2px 0;
	transition-property:color;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.menuLink:hover,.menuLink.active{
	color: #9BDD53;
}
.shoppingIcon{
	width: calc(99% - 272px);
	margin: 0 0 0 1%;
	font-size: 2em;
}
.iconLink{
	margin: 0 20px;
	color: #9BDD53;
}
.menuBars{
	width: 25px;
	height: 26px;
	background: #9BDD53;
	padding: 4px 5px 0 5px;
	margin: 0 0 0 20px;
	border-radius: 5px;
}
.longBar{
	border-radius: 5px;
	width: 100%;
	height: 3px;
	background: #fff;
}
.middleBar{
	border-radius: 5px;
	width: 60%;
	margin: 6px auto;
	height: 3px;
	background: #fff;
}
.open .middleBar{
	display: none;
}
.open .longBar{
	transform: rotate(41deg);
	transform-origin: 0 0;
	margin: 1px 0 0 4px;
}
.open .secondBar{
	transform: rotate(-41deg);
	transform-origin: 0 0;
	margin: 15px 0 0 2px;
}
.footer{
	border-bottom: none;
	margin: auto 0 0 0;
	background: #9BDD53;
}
.footer:before{
	content: "";
	position: absolute;
	border-top: 1px dashed #000;
	z-index: 1;
	left: 0; right: 0;
	bottom: 100%;
	height: 3px;
	margin: 0 0 2px 0;
	background: #fff;
	box-shadow: 0 2px 2px #000;
}
.roll{
	transition-property:opacity;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.roll:hover{
	opacity: .7;
}
.liFooter{
	width: 25%;
}

/* ariane */
.ariane{
	background: #CBF59D;
	padding: 15px 0;
}
.arianeSeparator{
	margin: 0 10px;
}

/* accueil */
.topZone{
	background: #CBF59D;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 2px 0 0 0;
}
.figureTopZone{
	width: 35%;
}
.homePageTitle{
	width: 65%;
	font-size: 2.1em;
	box-sizing: border-box;
	padding: 0 20px;
}
.impactPoints{
	width: 70%;
	margin: 90px auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	font-size: 1.6em;
}
.impactLi{
	width: 30%;
}
.homeDesc{
	background: #CBF59D;
	padding: 2px 15px 20px 15px;
	margin: 90px 0;
}
.homeDescFig{
	width: 30%;
	margin: 0 15px 0 0;
}
.homeTitleDesc{
	font-size: 2em;
}
.homeDescText,.homeSecondDesc{
	line-height: 1.7em;
	font-size: 1.2em;
}
.pageTitle,.contentTitle{
	font-size: 2.5em;
}
.categoryList,.productList,.blogList{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 90px 0;
}
.categoryLi{
	width: 23.5%;
	margin-bottom: 2%;
}
.thumbTitle{
	position: absolute;
	bottom: 0; left: 0; right: 0;
	padding: 10px 0;
	background: rgba(255,255,255,0.8);
	margin: 0;
}
.homeSecondDesc{
	width: 70%;
	margin: 10px auto 90px auto;
}
.productLi,.blogLi{
	background: #CBF59D;
	width: 18%;
	margin-bottom: 2.5%;
}
.productImgLink{
	height: 0;
	padding: 0 0 100% 0;
}
.imgProdAdapt{
	position: absolute;
	width: 100%; height: 100%;
	object-fit: cover;
}
.productTitle{
	padding: 0 5px;
}
.detailsLink{
	padding: 0 5px 5px 5px;
}
.productSeparator{
	height: 1px;
	border-bottom: 1px dashed #000;
	width: 90%;
	margin: 10px auto;
}
.homeDetailsLink{
	padding: 5px;
}
.blogLi{
	width: 48%;
	box-sizing: border-box;
	padding: 0 .5% 2% 13%;
	margin-bottom: 4%;
}
.homeLinkBlog{
	position: absolute;
	top: 0; left: 0; bottom: 0; width: 25%;
}
.imgAdapt{
	width: 100%; height: 100%;
	object-fit: cover;
}

/* rayon */
.bottomPageTitle{
	font-size: 1.2em;
	margin: 80px 0 5px 0;
}
.shareList{
	display: flex;
	justify-content: center;
	width: 50%;
	margin: 0 auto 50px auto;
}
.shareItem{
	font-size: 2em;
	margin: auto;
}
.socialLink{
	color: #9BDD53;
}

/* produit */
.productPhotos{
	width: 60%;
	margin: 30px 0 0 0;
}
.rightSideProd{
	width: 37%;
	margin: 30px 0 0 3%;
}
.toBasketForm,.basketCmdList,.reviewsForm{
	box-sizing: border-box;
	border: 1px dashed #000;
	background: #CBF59D;
	padding: 5px 10px;
	margin: 5px;
}
.toBasketForm:after,.basketCmdList:after,.reviewsForm:after{
	content: "";
	position: absolute;
	z-index: -1;
	left: -5px; right: -5px; top: -5px; bottom: -5px;
	background: #CBF59D;
	box-shadow: 0 0 2px #000;
}
.thumbList{
	margin: 35px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.liPhotoProd{
	width: 30%;
	margin-bottom: 5%;
}
.productTitleDetails{
	width: 65%;
	margin: 0 5% 0 0;
	font-size: 1.8em;
}
.priceDisplay{
	width: 30%;
	font-size: 1.4em;
}
.introProd{
	width: 80%;
	margin: 15px auto;
}
.moreInfoProdLink{
	text-decoration: underline;
	font-size: .9em;
}
.qtyLabel,.reviewsField{
	margin: 0 auto 15px auto;
	width: 80%;
	background: #fff;
	display: flex;
	justify-content: space-between;
	padding: 5px;
	box-sizing: border-box;
	align-items: center;
	border-radius: 4px;
}
.inputQte{
	border: none;
	background: none;
	padding: 2px 0;
	font-size: 1.4em;
	width: 50px;
}
.toBasketButton{
	margin: 0 auto 15px auto;
	border: none;
	width: 60%;
	padding: 5px;
	background: #fff;
	color: #9BDD53;
	border-radius: 4px;
	font-size: 1.4em;
	cursor: pointer;
}
.productDetails{
	margin: 50px 0;
}
.overlay,.modal{
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 3;
	background-color: #CBF59D;
	opacity: 0.9;
}
.modal{
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 4;
	background: none;
	opacity: 1;
}
.contentModal{
	z-index: 4;
}
.modalTitle{
	font-size: 1.8em;
}
.modalButton,.formButton,.greenButton{
	font-size: 1.2em;
	padding: .4em 1em;
	font-weight: 600;
	background: #fff;
	color: #9BDD53;
	margin: 0 10px;
	border-radius: 4px;
}
.stockView{
	font-size: 1.4em;
}
.resumeReviews{
	font-size: .9em;
	margin: 5px 0;
}
.listeNoteAvis,.listeNote{
	font-size: 1.2em;
	margin: 0 5px 0 0;
}
.reviewsTitle{
	font-size: 2em;
}
.commentZone{
	display: flex;
	justify-content: space-between;
}
.leftSideComment{
	width: 60%;
}
.reviewsForm{
	width: 37%;
}
.liAvis{
	margin: 20px 0 0 0;
	padding: 20px 10px 0 10px;
	border-top: 1px dashed #000;
}
.liAvis:first-child{
	margin: 0;
	border: none;
}

/* panier */
.basketProdList{
	width: 65%;
}
.basketCmdList{
	width: 30%;
	margin: 0 0 30px 5%;
}
.basketLi{
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #CBF59D;
}
.figBasketLi,.priceBasketLi{
	width: 22%;
	margin: 0 3% 0 0;
}
.detailsBasketLi,.prodNameBasketLi{
	margin: 0;
	width: 75%;
}
.priceBasketLi,.prodNameBasketLi{
	font-size: 1.4em;
	margin-bottom: 10px;
}
.qtyTool{
	display: inline-flex;
	width: 20%;
	margin: 10px 80% 10px 0;
	justify-content: space-between;
	align-items: stretch;
	border: 1px solid #CBF59D;
	border-radius: 4px;
}
.qtyButton,.qteInBasket{
	background: #CBF59D;
	font-size: 1.4em;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 4px 8px;
}
.qteInBasket{
	background: #fff;
}
.ligneTicket{
	font-size: 1.2em;
	border-bottom: 1px solid #000;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
.titreLigne{
	width: 75%;
}
.montantLigne{
	width: 25%;
}
.validateBasketForm > .toBasketButton{
	width: 100%;
	margin: 10px 0;
}
.formReduc{
	width: 40%;
	border: 2px solid #CBF59D;
	border-radius: 4px;
	margin: 0 0 30px 0;
}
.champReduc{
	width: 80%;
	border: none;
	padding: 6px 5px;
	font-size: 1.2em;
	box-sizing: border-box;
}
.codeButton{
	position: absolute;
	right: 0; top: 0; bottom: 0;
	width: 20%;
	background: #CBF59D;
	border: none;
	padding: 0;
	cursor: pointer;
}

/* identification */
.connectZone,.registerForm{
	width: 40%;
	margin: 20px 5%;
}
.champFormulaire{
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #CBF59D;
	padding: 5px;
	font-size: 1.2em;
}
.formButton{
	color: #fff;
	background: #9BDD53;
	margin: 10px 0;
	cursor: pointer;
	border: none;
}
.reviewsField{
	width: 100%;
	border: none;
	display: block;
}
.areaAvis{
	height: 80px;
}

/* contact */
.formContact{
	width: 70%;
	margin: 0 auto 50px auto;
}
.textarea{
	height: 140px;
}

/* blog */
.figBlog{
	width: 40%;
	margin: 0 2% 1% 0;
}
.blogText{
	margin: 0 0 80px 0;
	line-height: 1.7em;
}

/* livraison */
.shippingChoice{
	width: 30%;
	margin: 0 3% 0 0;
}
.shippingConfig{
	width: 67%;
}
.shippingLink{
	margin: 0 0 30px 0;
	font-size: 1.2em;
	border: 1px dashed #000;
	padding: 5px 10px;
	transition-property:background;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.shippingLink:after{
	content: "";
	position: absolute;
	z-index: -1;
	left: -5px; right: -5px; top: -5px; bottom: -5px;
	transition-property:background;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.shippingLink.active,.shippingLink.active:after{
	background: #CBF59D;
}
.smaller{
	font-size: .8em;
}
.shippingHeader{
	display: flex;
	justify-content: space-between;
	margin: 5px 0;
}
.collectMapFigure{
	width: 100%;
	height: 0;
	padding: 0 0 56% 0;
}
.collectMap{
	position: absolute;
	left: 0; top: 0; 
	width: 100%; height: 100%;
}
.greenButton{
	background: #9BDD53;
	color: #fff;
	margin: 20px 0;
	border: none;
}
.addShipAddressForm{
	margin: 0 0 20px 0;
}
.shippingList{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.shippingLi{
	width: 30%;
}

/* recap */
.addressesRecap{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.halfClientAddress{
	width: 40%;
	margin: 5%;
}

/* compte */
.navCompte{
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin: 20px 10%;
}
.myLink{
	padding: 5px 8px;
	transition-property:color,background;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.myLink.actif,.myLink:hover{
	background: #9BDD53;
	color: #fff;
}
.listeCmd{
	width: 80%;
	margin: 20px 10%;
}
.liCmd{
	margin: 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #CBF59D;
}
.headCmd{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.2em;
}
.visuDetailCmd{
	font-size: 1.8em;
}
.detailCmd{
	margin: 20px 0 0 0;
}

@media only screen and (max-width: 900px){
	.impactPoints,.homeSecondDesc{
		width: 100%;
	}
	.categoryLi,.productLi{
		width: 31%;
		margin-bottom: 3.5%;
	}
	.liFooter{
		width: 48%;
		margin: 1%;
		text-align: center;
	}
}
@media only screen and (max-width: 750px){
	.logoName{
		font-size: 2.5em;
	}
	.shoppingIcon{
		width: calc(99% - 244px);
	}
	.iconLink{
		display: block;
		text-align: center;
		width: 35px;
		margin: 0 0 18px calc(100% - 35px);
	}
	.menuBars{
		display: block;
		margin: 0 0 0 calc(100% - 35px);
	}
	.impactPoints{
		font-size: 1.3em;
	}
	.categoryLi,.productLi{
		width: 49%;
		margin-bottom: 2%;
	}
	.liFooter,.blogLi,.productPhotos,.rightSideProd,.basketProdList,.basketCmdList,.connectZone,.registerForm,.shippingChoice,.shippingConfig,.listeCmd,.navCompte{
		width: 100%;
	}
	.liFooter{
		margin: 0 0 50px 0;
	}
	.blogLi{
		padding: 0 1% 2% 26%;
	}
	.rightSideProd,.basketCmdList,.connectZone,.registerForm,.shippingChoice,.shippingConfig,.listeCmd,.navCompte{
		margin: 30px 0;
	}
	.shippingChoice{
		display: flex;
		justify-content: space-between;
	}
	.shippingLi{
		width: 45%;
	}
	.commentZone{
		flex-wrap: wrap;
	}
	.leftSideComment,.reviewsForm{
		width: 100%;
	}
}

@keyframes lightOn{
	form{
		fill: #000;
	}
	60%{
		fill: #000;
	}
	80%{
		fill: #DAFF0E;
	}
	85%{
		fill: #fff;
	}
	to{
		fill: #fff;
	}
}
@keyframes lightOn2{
	form{
		fill-opacity: 0;
	}
	83%{
		fill-opacity: 0;
	}
	85%{
		fill-opacity: 1;
	}
	to{
		fill-opacity: 1;
	}
}