#fiche-produit {
	background-color: white;
	width: 500px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0px auto 100px auto;
	padding: 20px;
	border-radius: 20px;
	box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.1);
}
#fiche-produit img {
	height: 200px;
	margin-bottom: 20px;
}
#fiche-produit .column {
	width: 80%;
}