/*****************
	product
*****************/

.container-fluid.offres.zoom0{
	max-width:1200px;
}
.offres .familles,
.offres .groups,
.offres .offres{
    justify-content: space-around;
	overflow:hidden;
}

.offres .group,
.offres .famille{
	flex-basis:100%;
	max-width:500px;
    line-height: 0.9;
    position: relative;
    border: 1px solid #ececec;
    border-radius: 5px;
    background: #fff;
	margin-bottom:30px;
	overflow:hidden;
}

.product{
	display: flex;
    flex-direction: column;
	line-height:0.9;
	position:relative;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
	background:#fff;
	padding:2px;
}
.no-dispo, .no-encore-dispo{
	position:absolute;
	/* margin-top: -70px; */
	/* margin-bottom: 10px; */
	z-index: 1;
	background: red;
	width: 100%;
	text-align: center;
	color: yellow;
	padding: 3px;
	top:100%;
	margin-top:-17px;
}
.no-dispo{display:none;}

.product.invalid, 
.product.invalid .img-prod,
.product.invalid .text{
	background:#eacbcb;
}
	.product.invalid .invalidity{
		flex-basis: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 5px;
		background: #fd5e80;
		color: yellow;
	}
	
	.invalid .no-dispo{
		display:block;
	}

.owl-carousel .product{border:none;}

	.product .progress{
		display:none;
		position:relative;
		flex-basis:100%;
		height:12px;
		background: none;
	}
		.product .progress span{
			position:absolute;
			top:0;
			font-size:14px;
			left:0;
			cursor:pointer;
		}
			.product .progress span.icon-plus-circle{
				left:unset;
				right:0;
			}
		
		.product .progress-bar{
			position:relative;
			width:90%;
			margin-left:5%;
			background:#c7ef48;
			height:2px;
			margin-top:5px;
		}

		.product .progress .infonb{
			position: absolute;
			/* right: 0px; */
			top:100%;
			margin-top:-7px;
			font-size: 10px;
			background: #c7ef48;
			padding: 2px;
			border-radius: 5px;
			z-index: 10;
			color:#333;
		}
		.product.contraint .progress .infonb{
			background: #f1b8c4;
		}
		
		
	.product a.plateforme{position:absolute;opacity:0.7;z-index:5;top:0;right:0;padding:0;width:20px;height:15px;}
		.product a.plateforme img{width:100%; height:auto;}
	.product a.pays{position:absolute;opacity:0.7;z-index:5;top:0;left:0;padding:0;}
	
	.product .tags{position:absolute;right:20px;top:7px;z-index:5;}
		.product .tags .tag{font-weight:bold;padding:3px;border-radius:10px;opacity:0.4;}
			.product .tags .tag.promo_roll{background:orange; color:#fff;}
			.product .tags .tag.prix_special{background:red; color:#fff;}
			
	.product .succursale {
		position:absolute;
		right:-5px;
		top:-7px;
		z-index:5;
	}	
		#succursale .customized[type="checkbox"]:checked + label:before,
		.product .succursale .customized[type="checkbox"]:checked + label:before{
			background:green;
		}
		#succursale .customized[type="checkbox"]:checked + label:after,
		.product .succursale .customized[type="checkbox"]:checked + label:after{
			color:yellow;
		}		
		
	.product .select {
		position:absolute;
		right:-5px;
		top:-7px;
		z-index:5;
	}	
		#select .customized[type="checkbox"]:checked + label:before,
		.product .select .customized[type="checkbox"]:checked + label:before{
			background:green;
		}
		#select .customized[type="checkbox"]:checked + label:after,
		.product .select .customized[type="checkbox"]:checked + label:after{
			color:yellow;
		}	

		
	.product .action-tip {
		position:absolute;
		right: 0px;
		top: -4px;
		z-index: 5;
		font-size: 30px;
		color: red;
	}	
	
		
	.famille .img-prod,
	.group .img-prod,
	.product .img-prod {
		overflow: hidden;
		height: 250px;
		/* flex-basis:60%; */
		display: flex;
		/* flex-direction:column; */
		align-items: center;	
		justify-content: center;
		background:#fff;
	}
	
	.famille h2 a,
	.group h2 a,
	.product h2 a{
		display:block; 
		color:#4caf50 !important; 
		text-transform: lowercase;
		cursor:pointer;
	}
	
	#modal .modal-title .item-title{
		color:#ff5075; 
		text-transform: capitalize;
	}
	#modal .modal-title .item-ref{
		color:#CCC; 
		font-size:0.6em;
	}
		#modal .modal-title .item-ref:before{
			content:'ref. : ';
		}
		
		.famille h2 a:first-letter,
		.group h2 a:first-letter,
		.product h2 a:first-letter
		{text-transform: uppercase;}
	.product .ref{position: relative;color: gray;top: -7px;font-size: 0.8em;font-weight:bold;}
	.product .rem{
		line-height:1.2;
		height: 40px;
		overflow: hidden;
	}
	.product .pot{display:flex;flex-basis:60%;align-items:center;}
	
	
	.product .producteur{
		align-self: flex-end;
		flex-basis: 40%;
		/* text-align: right; */
		color: #000;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		/* padding:5px 10px; */
		background:none;
	}
		.producteur .unite{
			text-align: center;
			font-size: 13px;
			margin-right: 5px;
			color: red;
		}
		
		.product .pot-prod{
			height:30px;
		}
		
		.product .producteur a{
			display: inline-block;
			text-align: center;
			color:#666;
			font-size:0.7em;
		}
		.product.contraint .producteur a{
			color:red;
		}
		
		.product .producteur .icon-addroll{
			position:relative;
			color:#8e8c8c;
		}
		.product .producteur .icon-addroll:after{
			content: '\02714';
			position: absolute;
			top: .38em;
			left: .18em;
			font-size: 1em;
			color: green;
			line-height: 0;
		}
		
		.product .producteur .promo-roll {
			display: flex;
			align-items: center;
			margin: 0 10px;
			background: #88ef88;
			padding: 7px;
			border-radius: 30px;
		}
		.product .producteur .promo-roll-prix{
			
		}
		
		
		.product .producteur .taux-contrainte:after{
			content: '\02714';
			font-size: 1.4em;
			color: green;
			line-height: 0;
		}
		
		.product.contraint .producteur .taux-contrainte{
			background: url(images/contrainte_content.png) no-repeat;
			background-position-x: 2px;
			background-position-y: 23px;
			width: 15px;
			height: 23px;
			font-size: 0.6em;
		}
		
		.product.contraint .producteur .taux-contrainte:after{
			content:'';
		}
		
		
		
		
	.product.wp .producteur{bottom:auto;}
		.product .producteur .icon-user{font-size:15px;}
	
	.product.inCart.contraint .producteur a{
		color:#ff5075;
	}
	
	.famille .text,
	.group .text,
	.product .text,
	.offres .product .prix
	{
		display: flex;
		flex-wrap: wrap;
		padding:5px 10px;
	}
	
	.famille .text,
	.group .text,
	.product .text
	{
		/* flex-basis:40%; */
		flex-direction: column;
		justify-content: space-between;
	}
		
	.offres .product .prix{
		align-items: center;
	}
	
	.offres .product .prix-aff{
		position:absolute;
		font-size:0.65em;
		padding:2px 4px;
		border-radius: 4px;
	}
		.offres.zoom0 .product .prix-aff{
			top:0;
			left:71%;
		}
		.offres.zoom1 .product .prix-aff{
			top:100%;
			margin-top:-65px;
			left:5px;
		}
			.offres.zoom1 .product.inCart .prix-aff{
				margin-top:-74px;
			}
		.offres.zoom3 .product .prix-aff{
			top:393px;
			left:5px;
		}
		.offres .product .prix-aff.spe{
			color: #721c24;
			background-color: #f8d7da;
			border-color: #f5c6cb;
		}
		.offres .product .prix-aff.rendu{
			color: #0c5460;
			background-color: #d1ecf1;
			border-color: #bee5eb;
		}
		.offres .product .prix-aff.depart{
			color: #856404;
			background-color: #fff3cd;
			border-color: #ffeeba;
		}
		
		
		
		
	.product .add-to-cart{
		display: flex;
		/* flex-direction: column; */ 
		flex-wrap: wrap;
		flex-basis: 33%;
		text-align: center;
		align-items: center;
		justify-content: center;
		font-size: 13px;
		color: #000000;
		text-transform: uppercase;
		font-weight: 300;
		cursor: pointer;
		background: #f5f5f5;
		padding: 5px;
		border-radius: 30px;
		margin-bottom: 5px;
		position: relative;
	}
	.product.prix_special .add-to-cart{
		background:#fadada;
	}
	.product.promo_roll .add-to-cart:nth-child(0n+3){
		/* background:#fadada; */
	}
		.product .add-to-cart .px{
			flex-basis:100%;
			font-size: 1.3em;
			font-weight: bold;
			color: #424242;
			}
			.product .add-to-cart s{
				font-size: 0.8em;
				color: darkgray;}
		.product .add-to-cart .ic{}
		.product .add-to-cart .nb{}
	
	.product .add-to-cart .declinaison{
		display: inline-block;
		width: 20px;
		height: 20px;
		border: 1px solid #d6d6d6;
		border-radius: 10px;
		margin-right: 7px;
	}
	
	.product .add-to-cart .declinaison.mix{
		
	}
	
	.product .img-prod span.status {
		background:none;
		top:0;
	}
	.product .text p.price {
		text-align: end;
	}

	.product.inCart,
	.product.inCart .img-prod,
	.product.inCart .text
	{ 
		/*border:2px solid #c7ef48;*/
		background:#e3fe8f;
	}
	.product.inCart .progress{
		display:block;
	}
	


@media only screen and (min-width: 450px) {

.zoom2 .product,
.zoom2 .group,
.zoom2 .famille{
	flex-direction:unset;
	margin:0 0 20px 0;
    flex-wrap: wrap;
	}
	.zoom2 .product .infonb{
	}
	
	.zoom2 .product h2,
	.zoom2 .group h2,
	.zoom2 .famille h2 {
		font-size: 1.9rem;
		line-height: 1.1;
	}
	.zoom2 .product .img-prod {
		height:180px;
		flex-basis:49%;
	}

	.zoom2 .product .text {
		flex-basis: 51%;
		padding:0.5rem;
		overflow:hidden;
	}
	
	.zoom2 .product .rem{
		height: 57px;
	}
	
	.zoom2 .product .pot-prod{
		flex-direction: column;
		flex-wrap:wrap;
		height: auto;
		margin-top: 10px;
	}
	
	.zoom2 .product .pot{font-size:0.8em;}
	
	/* .zoom2 .product.wp .producteur{bottom:10px;} */
	
		
	.zoom2 .product .prix{
		flex-basis:100%;
		padding:0.5em;
	}
	
	.zoom2 .product .add-to-cart .px {}


.zoom2 .group .img-prod,
.zoom2 .famille .img-prod {
	flex-basis:40%;
	height:150px;
}

.zoom2 .group .text,
.zoom2 .famille .text {
	flex-basis:60%;
}

}

@media only screen and (min-width: 550px) {
	
.zoom1 .product, .zoom0 .product,
.zoom1 .group, .zoom0 .group,
.zoom1 .famille, .zoom0 .famille{
	flex-direction:unset;
	flex-wrap:wrap;
	margin:0 0 5px 2px;
}
	
	.zoom1 .product .infonb{
	}
	.zoom1 h2, .zoom0 h2 {
		font-size: 1.7rem;
		line-height: 1;
	}
		
	.zoom1 .product .img-prod, .zoom0 .product .img-prod {
		flex-basis:30%;
		height:120px;
		vertical-align:middle;
	}

	.zoom1 .product .text, .zoom0 .product .text {
		flex-basis:70%;
		max-width:70%;
		overflow:hidden;
		flex-direction: row;
		padding:0.5em;
	}
	
		.zoom1 .product .tags, .zoom0 .product .tags{right:120px;}
		.zoom1 .product .text .infos, .zoom0 .product .text .infos{
			flex-basis:100%;
		}
		.zoom1 .product.wp .text .infos, .zoom0 .product.wp .text .infos{

		}
			.zoom1 .product .pot, .zoom0 .product .pot{
				font-size:12px;
			}
			
			.zoom1 .product .producteur, .zoom0 .product .producteur{
				bottom:5px;
			}
			.zoom1 .product.wp .producteur, .zoom0 .product.wp .producteur{
			}

		
		.zoom1 .product .prix, .zoom0 .product .prix{
			flex-basis: 100%;
			padding: 0.2em;
		}
		
		.zoom1 .product .add-to-cart .px, .zoom0 .product .add-to-cart .px{
			font-size: 1.3em;
			font-weight: bold;
			color: #424242;
			z-index: 1;
			margin-bottom:5px;}
			.zoom1 .product .add-to-cart s, .zoom0 .product .add-to-cart s{
				/* display:none; */
				}
		.zoom1 .product .add-to-cart .ic, .zoom0 .product .add-to-cart .ic{
			position: absolute;
			z-index: 0;
			color: #afafaf;
			left: 10%;
			/* margin-left: 10px; */
			bottom:0;}
		.zoom1 .product .add-to-cart .nb, .zoom0 .product .add-to-cart .nb{
			z-index: 1;}


.zoom1 .group .img-prod, .zoom0 .group .img-prod,
.zoom1 .famille .img-prod, .zoom0 .famille .img-prod {
	flex-basis:25%;
	height:100px;
}
.zoom1 .group .text, .zoom0 .group .text,
.zoom1 .famille .text, .zoom0 .famille .text {
	flex-basis:75%;
}

}

@media only screen and (min-width: 750px) {
	
.zoom0 .familles,
.zoom0 .groups,
.zoom0 .offres{}

.zoom0 .famille,
.zoom0 .group,
.zoom0 .product{
	flex-direction:unset;
	flex-wrap:nowrap;
	margin-bottom:0px;
	flex-basis:100%; 
	max-width:100%;
	margin:0 0 2px 0;
}
		
	.zoom0 .product a.pays{
		height: 16px;
		background: none;
		overflow: hidden;
		padding: 0;
		margin: 0;
	}
	
	.zoom0 .product .img-prod {
		flex-basis:5%;
		height:50px;
		vertical-align:middle;
	}
	
	.zoom0 .famille .img-prod,
	.zoom0 .group .img-prod {
		width:10%;
		height:60px;
		vertical-align:middle;
	}
	
	.zoom0 .product .text {
		width:95%;
		flex-direction: row;
		padding: 5px !important;
	}
	
	.zoom0 .famille .text,
	.zoom0 .group .text {
		width:90%;
		flex-direction: row;
		padding: 5px !important;
	}
	
	.zoom0 .container-fluid h2 {
		font-size: 1.6rem;
		line-height: 1;
		flex-basis: 40%;
		display: flex;
		align-items: center;
	}
	
	.zoom0 .container-fluid .famille h2,
	.zoom0 .container-fluid .group h2 {
		flex-basis: 80%;
	}
	
	
	.zoom0 .ref {
		position: absolute;
		left: 10px;
		top: 100%;
		margin-top:-5px;
	}
	.zoom0 .rem{
		padding: 0 10px;
		flex-basis: 50%;
		display: flex !important;
		align-items: center;
	}
	.zoom0 .rem p{
		margin:0;
	}
	.zoom0 .pot{
		flex-direction: column;
		justify-content:center;
		flex-basis: 60%;
		font-size:13px;
	}
		.zoom0 .product .tags{right:120px;}
		.zoom0 .product .text .infos{
			display:flex; 
			flex-direction:row; 
			flex-basis:100%;
			position:relative;
		}
		.zoom0 .product.wp .text .infos{
		}
			.zoom0 .product .text .infos h2{
				flex-basis:50%;
				padding: 0 0 0 10px;
				line-height:1;
				font-size:25px;
			}
			
			.zoom0 .product .producteur{
				position: relative;
				flex-basis: 40%;
				display: flex;
				justify-content: center;
				align-items: center;
				margin: 0 3px;
				bottom:auto;
			}
			.zoom0 .product .progress span{
				font-size:11px;
			}
		.zoom0 .product .text hr {display:none;}
		
		.zoom0 .product .pot-prod{
			flex-basis: 30%;
		}
		
		.zoom0 .product .text .bottom-area{
			margin-bottom: 0;
			flex-basis: 33%;
		}
		
		.zoom0 .famille .d-flex,
		.zoom0 .group .d-flex{
			flex-basis: 20%;
			align-items : center;
		}
		
		.zoom0 .product .prix{
			padding:0;
			flex-basis:30%;
		}
		
		.zoom0 .product .add-to-cart{
			margin:0;
		}
		
		.zoom0 .product .add-to-cart .px{
			font-size: 1.13em;
			margin-bottom: 5px;
		}
			.zoom0 .product .add-to-cart s{}
		.zoom0 .product .add-to-cart .ic{
			position: absolute;
			z-index: 0;
			color: #afafaf;
			left: 10%;
			margin-left: -5px;
			bottom:0;}
		.zoom0 .product .add-to-cart .nb{
			z-index: 1;}
	.zoom0 .product .producteur{
		align-self: center;
	}
}


.visuels input.checked[type="checkbox"]:not(:checked) + label:before {
	content: '\02714';
}
.visuels .checked [type="checkbox"]:checked + label:before {
	border: 1px solid #aaa;
	background: #e2aaaa;
}

.moreProducts{
	min-width:10px;
	min-height:10px;
}

/* ----------------
  Admin
---------------------*/
.tags input.mixt{
	background: #e1e1e1;
}
	.tags input.mixt:after{
		content: '\02714';
		position: relative;
		top: -9px;
		color: #e1e1e1;
	}



/* ----------------
  Responsive
---------------------*/

/* Small Mobile :479px. */

@media only screen and (max-width: 479px) {
	.ftco-section.bg-light.zoom1 .container-fluid .row .product{flex-basis:100%;}
	.ftco-section.bg-light.zoom1.withFilter .container-fluid .row .product ,
	.ftco-section.bg-light.zoom1.withCart .container-fluid .row .product{flex-basis:100%;}
	.ftco-section.bg-light.zoom1.withFilter.withCart .container-fluid .row .product{flex-basis:100%;}
}


@media (min-width: 576px){
	
}

@media only screen and (min-width: 576px) and (max-width: 766px) {
	.ftco-section.bg-light.zoom1 .container-fluid .row .product{flex-basis:49%;}
	.ftco-section.bg-light.zoom1.withFilter .container-fluid .row .product ,
	.ftco-section.bg-light.zoom1.withCart .container-fluid .row .product{flex-basis:49%;}
	.ftco-section.bg-light.zoom1.withFilter.withCart .container-fluid .row .product{flex-basis:100%;}
}


/* Large Mobile :480px. */



@media only screen and (min-width: 767px) {
	
}






@media (max-width: 991.98px){

}


/* Tablet :768px. */

@media only screen and (min-width: 750px) {
	
	.ftco-section.bg-light .container-fluid .row .product,
	.ftco-section.bg-light .container-fluid .row .group,
	.ftco-section.bg-light .container-fluid .row .famille{flex-basis:49%;}
	
	.ftco-section.bg-light .container-fluid.zoom0 .row .product,
	.ftco-section.bg-light .container-fluid.zoom0 .row .group,
	.ftco-section.bg-light .container-fluid.zoom0 .row .famille{flex-basis:100%;}
	
	
	.ftco-section.bg-light.withFilter .container-fluid .row .product,
	.ftco-section.bg-light.withFilter .container-fluid .row .group,
	.ftco-section.bg-light.withFilter .container-fluid .row .famille{flex-basis:49%;}
	
	.ftco-section.bg-light.withFilter .container-fluid.zoom0 .row .product,
	.ftco-section.bg-light.withFilter .container-fluid.zoom0 .row .group,
	.ftco-section.bg-light.withFilter .container-fluid.zoom0 .row .famille{flex-basis:100%;}
	
	
	.ftco-section.bg-light.withCart .container-fluid .row .product,
	.ftco-section.bg-light.withCart .container-fluid .row .group,
	.ftco-section.bg-light.withCart .container-fluid .row .famille{flex-basis:49%;}
	
	.ftco-section.bg-light.withCart .container-fluid.zoom0 .row .product,
	.ftco-section.bg-light.withCart .container-fluid.zoom0 .row .group,
	.ftco-section.bg-light.withCart .container-fluid.zoom0 .row .famille{flex-basis:100%;}
	
	
	.ftco-section.bg-light.withFilter.withCart .container-fluid .row .product,
	.ftco-section.bg-light.withFilter.withCart .container-fluid .row .group,
	.ftco-section.bg-light.withFilter.withCart .container-fluid .row .famille{flex-basis:100%;}
	
	
	.ftco-section.bg-light.zoom1 .container-fluid .row .product{}
	.ftco-section.bg-light.zoom1.withFilter .container-fluid .row .product ,
	.ftco-section.bg-light.zoom1.withCart .container-fluid .row .product{flex-basis:33%;}
	.ftco-section.bg-light.zoom1.withFilter.withCart .container-fluid .row .product{flex-basis:49%;}
	
}


/* Medium screen : 992px. */

@media (min-width: 992px){
	
	nav .cart{
		position: absolute;
		right: 0px;
		top: 60px;
		padding-right:0;
		overflow:hidden;
	}
	
	
	.ftco-section.zoom0.first {padding-top: 12em;}
	
	.zoom0 .pb-3, .zoom0 .mb-3{margin:0 !important; padding:0 !important;}
	.zoom0 .heading-section .big{top: -60px; font-size: 90px;}
	.zoom0 .heading-section h2.mb-4{margin-bottom: 0 !important;}
	
	.groups .product, .offres .product{max-width:500px;}
	.zoom0 .groups .product, .zoom0 .offres .product{max-width:100%;}
	
	
	.ftco-section.bg-light .container-fluid .row .product,
	.ftco-section.bg-light .container-fluid .row .group,
	.ftco-section.bg-light .container-fluid .row .famille{flex-basis:32%;}
	
	.ftco-section.bg-light .container-fluid.zoom0 .row .product,
	.ftco-section.bg-light .container-fluid.zoom0 .row .group,
	.ftco-section.bg-light .container-fluid.zoom0 .row .famille{flex-basis:100%;}
	
	
	.ftco-section.bg-light.withFilter .container-fluid .row .product,
	.ftco-section.bg-light.withFilter .container-fluid .row .group,
	.ftco-section.bg-light.withFilter .container-fluid .row .famille{flex-basis:32%;}
	
	.ftco-section.bg-light.withFilter .container-fluid.zoom0 .row .product,
	.ftco-section.bg-light.withFilter .container-fluid.zoom0 .row .group,
	.ftco-section.bg-light.withFilter .container-fluid.zoom0 .row .famille{flex-basis:100%;}
	
	
	.ftco-section.bg-light.withCart .container-fluid .row .product,
	.ftco-section.bg-light.withCart .container-fluid .row .group,
	.ftco-section.bg-light.withCart .container-fluid .row .famille{flex-basis:32%;}
	
	.ftco-section.bg-light.withCart .container-fluid.zoom0 .row .product,
	.ftco-section.bg-light.withCart .container-fluid.zoom0 .row .group,
	.ftco-section.bg-light.withCart .container-fluid.zoom0 .row .famille{flex-basis:100%;}
	
	
	.ftco-section.bg-light.withFilter.withCart .container-fluid .row .product,
	.ftco-section.bg-light.withFilter.withCart .container-fluid .row .group,
	.ftco-section.bg-light.withFilter.withCart .container-fluid .row .famille{flex-basis:32%;}
	
	.ftco-section.bg-light.withFilter.withCart .container-fluid.zoom0 .row .product,
	.ftco-section.bg-light.withFilter.withCart .container-fluid.zoom0 .row .group,
	.ftco-section.bg-light.withFilter.withCart .container-fluid.zoom0 .row .famille{flex-basis:100%;}


	.ftco-section.bg-light.zoom2.withFilter .container-fluid .row .product .add-to-cart,
	.ftco-section.bg-light.zoom2.withCart .container-fluid .row .product .add-to-cart{padding:0;}
	.ftco-section.bg-light.zoom2.withFilter .container-fluid .row .product .add-to-cart .px,
	.ftco-section.bg-light.zoom2.withCart .container-fluid .row .product .add-to-cart .px{}

/*
	.ftco-section.bg-light.zoom0 .container-fluid .row .col-lg{flex-basis:25%;}
	.ftco-section.bg-light.zoom0.withFilter .container-fluid .row .col-lg{flex-basis:33%;}
	.ftco-section.bg-light.zoom0.withCart .container-fluid .row .col-lg{flex-basis:33%;}
	.ftco-section.bg-light.zoom0.withFilter.withCart .container-fluid .row .col-lg{flex-basis:50%;}*/
		
	
}


/* @media only screen and (min-width: 992px) and (max-width: 1199px) { */

	/* .ftco-section.bg-light.zoom1 .container-fluid .row .product{flex-basis:32%;} */
	/* .ftco-section.bg-light.zoom1.withFilter .container-fluid .row .product , */
	/* .ftco-section.bg-light.zoom1.withCart .container-fluid .row .product{flex-basis:33%;} */
	/* .ftco-section.bg-light.zoom1.withFilter.withCart .container-fluid .row .product{flex-basis:49%;} */
/* } */


@media (min-width: 1200px) {
	

	.ftco-section.bg-light .container-fluid .row .product,
	.ftco-section.bg-light .container-fluid .row .group,
	.ftco-section.bg-light .container-fluid .row .famille{flex-basis:33%;}
	
	.ftco-section.bg-light .container-fluid.zoom0 .row .product,
	.ftco-section.bg-light .container-fluid.zoom0 .row .group,
	.ftco-section.bg-light .container-fluid.zoom0 .row .famille{flex-basis:100%;}
	
	
	.ftco-section.bg-light.withFilter .container-fluid .row .product,
	.ftco-section.bg-light.withFilter .container-fluid .row .group,
	.ftco-section.bg-light.withFilter .container-fluid .row .famille{flex-basis:33%;}
	
	.ftco-section.bg-light.withFilter .container-fluid.zoom0 .row .product,
	.ftco-section.bg-light.withFilter .container-fluid.zoom0 .row .group,
	.ftco-section.bg-light.withFilter .container-fluid.zoom0 .row .famille{flex-basis:100%;}
	
	
	.ftco-section.bg-light.withCart .container-fluid .row .product,
	.ftco-section.bg-light.withCart .container-fluid .row .group,
	.ftco-section.bg-light.withCart .container-fluid .row .famille{flex-basis:33%;}
	
	.ftco-section.bg-light.withCart .container-fluid.zoom0 .row .product,
	.ftco-section.bg-light.withCart .container-fluid.zoom0 .row .group,
	.ftco-section.bg-light.withCart .container-fluid.zoom0 .row .famille{flex-basis:100%;}
		
	
	.ftco-section.bg-light.withFilter.withCart .container-fluid .row .product,
	.ftco-section.bg-light.withFilter.withCart .container-fluid .row .group,
	.ftco-section.bg-light.withFilter.withCart .container-fluid .row .famille{
		/* flex-basis:49%; */
	}
	
	.ftco-section.bg-light.withFilter.withCart .container-fluid.zoom0 .row .product,
	.ftco-section.bg-light.withFilter.withCart .container-fluid.zoom0 .row .group,
	.ftco-section.bg-light.withFilter.withCart .container-fluid.zoom0 .row .famille{flex-basis:100%;}
	
	
	.ftco-section.bg-light.zoom1 .container-fluid .row .product{flex-basis:24%;}
	.ftco-section.bg-light.zoom1.withFilter .container-fluid .row .product ,
	.ftco-section.bg-light.zoom1.withCart .container-fluid .row .product{flex-basis:24%;}
	.ftco-section.bg-light.zoom1.withFilter.withCart .container-fluid .row .product{flex-basis:33%;}
}



@media (min-width: 1350px) {
	.ftco-section.bg-light .container-fluid .row .product,
	.ftco-section.bg-light .container-fluid .row .group,
	.ftco-section.bg-light .container-fluid .row .famille{flex-basis:24%;}
	
}

@media (min-width: 1500px) {

}


@media (min-width: 1600px) {

}







