/* #PRODUIRE{fond=css/page_catalogue.css}
   md5:6eaa5b30c3140b1e89f365c372bda9f1 */
/* --------------------------------------------------------------

   page_catalogue.css

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

.page_catalogue {  }

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

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

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

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

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

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

				}



		.page_catalogue .vignettes.produits li.horizontales {

			width : 100%;
			margin-right : 0;

		}

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

				.page_catalogue .vignettes.produits li.horizontales .epuise {

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

				}

	.page_catalogue .texte {  }

		width : 100%;
		padding-bottom : 16px;

		position : relative;

	}
