<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
	fiche recapitulative de commande
**/
#cart_payment_confirmation #steps, #cart_payment_confirmation #cart_footer{ display:none }
#cart_payment_confirmation .bloc-left{ width:60% }
#cart_payment_confirmation .bloc-right{ width:30% }




#print .ficherecette #produits_associes,
#print .ficherecette .pager,
#print .ficherecette .productPictures{
	display: none;
}


#print .ficherecette .blocBlanc.blocHeader {
    display:block !important;
    width: 100%;
}
#print  .ficherecette .blocBlanc{
	background: none;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    padding: 0;
}
#print  .ficherecette h1{
	line-height: 80%;
	margin:20px 0 0 0;
}

#print  .ficherecette .blocBlanc div,
#print .ficherecette .BlocIngredients,
#print .ficherecette .ingredients{
	padding:0 !important;
	text-align: left;
}
#print .ficherecette .ingredients ul li{
	text-align: left;
}

body{
	overflow: visible;
}
#print .ficherecette .clear{
	display: none;
}
#print .ficherecette .BlocIngredients .nombre,
#print .ficherecette .BlocIngredients .cuisson,
#print .ficherecette .BlocIngredients .nombre .center,
#print .ficherecette .BlocIngredients .cuisson .center{
	text-align: center;

}
#print .ficherecette .BlocIngredients .chiffres,
#print .ficherecette .BlocIngredients .ingredients{
	width: 50%;
	float: left;
	text-align: center;
}

#print .ficherecette .BlocIngredients .ingredients h2{
	text-align: left;
}

#print .ficherecette .blocBlanc .BlocIngredients{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 30px 0 !important;
	margin-bottom: 30px;
}</pre></body></html>