@charset "utf-8";

/************************* FICHE PRODUIT *************************/
.fiche {
	float: right;
	width:400px;
	height:610px;
}

.fiche .nom {
	
}

.fiche .prix {
	font-size: 3.5rem;
	margin-right: 100px;
	
}

.fiche .description {
	text-align: justify;
}


.addArticleForm {
	margin-bottom: 40px;
}

#addToBasketButton {
	padding: 0.5rem 1rem;
	margin-right: 0.5rem;
	font-size: 1.7rem;
	text-shadow: none;
	position: relative;
	display: inline-block;
	text-decoration: none;
	color:white;
	background-color: #109C9D;
	border-radius: .5rem;
}

#addToBasketButton:hover {
	background-color: #29B5B6;
}