
.bloc_cat_liste{
	position:relative;
	width:100%;
	display:grid;
	grid-template-columns: 1.3fr .7fr;
	grid-template-columns: 1fr 1fr;
	z-index:20;
}
.fond_bloc_cat_liste{
	position:absolute;	
	z-index:10;
}

.itemGrille{
	opacity:0;
}


.widget_widgetgrillearticle{
	width:100%;
	
}

.titre_widgetGrilleArticle{

}


.widget_widgetgrillearticle > .corps_widgetGrilleArticle{
	width:100%;
	height:100%;
	display:grid;	
	grid-template-columns: 1fr 1fr;
  	/* grid-template-rows: 1fr 1fr; */
}
/* .widget_widgetgrillearticle > .nb_items_3{ */
	/* width:100%; */
	/* margin-top:-100px; */
	/* display:grid;	 */
	/* grid-template-columns: 1fr 1fr; */
  	/* grid-template-rows: 25% 85% ; */
/* } */

.corps_widgetGrilleArticle a{
	width:100%;
	aspect-ratio: 1;
}

/* .widget_widgetgrillearticle   .nb_items_3  #lien_item_1{ */
	/* grid-column-start: 1; */
	/* grid-column-end: 3; */
	/* width:50%; */
	 /* justify-self: center; */
	 /* align-self: start; */
	 /* z-index:25; */
/* } */

/* .widget_widgetgrillearticle   .nb_items_3  #lien_item_2{ */
	/* grid-row-start: 2; */
	/* align-self: end; */
	
/* } */
/* .widget_widgetgrillearticle   .nb_items_3  #lien_item_3{ */
	/* grid-row-start: 2; */
	/* align-self: center; */
	 /* justify-self: end; */
/* } */




.corps_widgetGrilleArticle .itemGrille{
	/*width:300px;
	height:300px;*/
	max-width:90vw;
	width:100%;
	height:100%;
	/*
	width:100%;
	height:100%;
	margin:10px;*/
	background-repeat:no-repeat;
	background-position-x:left;
	background-position-y:center;
	background-size:80%;
	
		

}

.corps_widgetGrilleArticle .titreitemGrille{
	display: block;
    position: absolute;
	bottom:0px;
    text-align: center;
	 /* bottom: 0; */
	width: 100% ;
	
}


.corps_widgetGrilleArticle .titreitemGrille > h2{
	    /* margin-left: 18px; */
		font-size:1em !important ;
		margin-left:-20% !important ;
		


}



/*la gamme 
pour petits écrans (1025px and less) */
@media only screen and (max-width: 1025px) {
.bloc_cat_liste{
	position:relative;
	width:100%;
	display:flex;
	flex-wrap:  wrap ;
	z-index:20;
	justify-content:center;
}
.bloc_cat_liste > div{
	width:80%;
}
 .illustration_cat_produit{
	padding:0 !important;
	margin:0 !important;
} 

.illustration_cat_produit img{
	padding:0 !important;
	margin:0 !important;
}

.bloc_cat_liste .illustration_cat_produit{
	order:0 !important;
}
.bloc_cat_liste .texte_cat_produit{
	order:1 !important;
}


.widget_widgetgrillearticle > .corps_widgetGrilleArticle{
	grid-template-columns: 1fr ;
}

h3,.widget-title{
	font-size:2em !important;
}

}









