/* #PRODUIRE{fond=css/page_catalogue600.css}
   md5:44dffe593b32fa1f39c7e385bf74376a */
/* --------------------------------------------------------------

   page_catalogue600.css

-------------------------------------------------------------- */

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

/* largeur minimum 600px */

@media (min-width : 600px) {

	.page_catalogue {  }

		/* .page_catalogue .texte {

			column-count : 2;
			column-gap : 16px;

		}

			.page_catalogue .texte h3 {

				break-inside : avoid-column;
				break-after : avoid-column;

			}

			.page_catalogue .texte p { break-before : avoid-column; } */



		.page_catalogue .vignettes.categories {  }

			.page_catalogue .vignettes.categories li:nth-child(2n) { margin-right : 16px; }

			.page_catalogue .vignettes.categories li:nth-child(4n) { margin-right : 0; }

			.page_catalogue .vignettes.produits li.verticales .epuise {

        /* height : calc(((100vw - (16px * 5)) / 4) * 3 / 2);
				line-height : calc(((100vw - (16px * 5)) / 4) * 3 / 2); */
        height : calc(((100vw - (16px * 5)) / 4) * 4 / 5);
				line-height : calc(((100vw - (16px * 5)) / 4) * 4 / 5);

			}


		.page_catalogue .vignettes.produits  {  }

			.page_catalogue .vignettes.produits li.verticales { width : calc((100% - (16px * 3)) / 4); }

				.page_catalogue .vignettes.produits li.verticales:nth-child(2n) { margin-right : 16px; }

				.page_catalogue .vignettes.produits li.verticales:nth-child(4n) { margin-right : 0; }

					/* .page_catalogue .vignettes.produits li.verticales .vignette img { height : calc(((100vw - (16px * 5)) / 4) * 3 / 2); } */


} /* @media (min-width : 600px) */

/* end */
