/* #PRODUIRE{fond=css/page_produit600.css}
   md5:b84cf7cd8efbe93e2a0a7899730f477b */
/* --------------------------------------------------------------

   page_produit600.css

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

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

/* largeur minimum 600px */

	@media (min-width : 600px) {

		.page_produit {  }

			.page_produit .fiche_principale {  }

				.page_produit .vertical .fiche_principale { display : flex; }

					.page_produit .infos_et_options {  }

						.page_produit .vertical .infos_et_options { width : calc((3 * ((100% - (7 * 16px)) / 8)) + (2 * 16px)); }

							.page_produit .infos_stocks {  }

								.page_produit .vertical .infos_stocks { width : calc((100% - 16px) / 2); }

								.page_produit .horizontal .infos_stocks { width : calc((2 * ((100% - (7 * 16px)) / 8)) + 16px); }

							.page_produit .infos_commerciales_wrapper { display : block; }

								.page_produit .infos_commerciales_wrapper .tarifs,
								.page_produit .infos_commerciales_wrapper .infos_commerciales_supplementaires { width : 100%; }

			.page_produit .fiche_detaillee { display : flex; }

				#fiche_technique {

					width : calc((4 * ((100% - (7 * 16px)) / 8)) + (3 * 16px));
					margin-right : 16px;

				}

				.fiche_descriptive { width : calc((4 * ((100% - (7 * 16px)) / 8)) + (3 * 16px)); }

					.fiche_descriptive iframe {

						/* width : 100%;
						height : calc(((4 * ((100vw - (7 * 16px)) / 8)) + (3 * 16px)) * 2 / 3); */

					}

			#avis {  }

				#avis ul {  }

					#avis li {

						width : calc((2 * ((100% - (3 * 16px)) / 4)) + 16px);
						margin-right : 16px;

					}

						#avis li:nth-child(2n) { margin-right : 0; }

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

/* end */
