.cardStandard .titreArticle h3 {
	font-size: 18px;
	font-weight: 400;
	line-height: 20.5px;
	text-align: center;
	margin-bottom: 10px;
	display: inherit;
	height: auto;
}

.cardStandard .prixArticle span {
	font-size: 16px;
	line-height: 18.45px;
	margin-bottom: 10px;
}

.cardStandard .prixArticleSecondaire {
	line-height: 30px;
	font-weight: 300;
}

.cardStandard .card-panier {
	background-color: #FFF;
	padding: 10px 20px;
	width: fit-content;
	height: fit-content;
	border: 1px solid #000000;
	border-radius: 0;
	transition: all ease 0.3s;
	cursor: pointer;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}

.cardStandard .card-panier:hover {
	background: #00000012;
}

#listing-articles .cardStandard {
	margin-top: auto;
}
#listing-articles .article {
	display: flex;
	flex-direction: column;
}
#listing-articles .cardStandard .flex.items-start.justify-between {
	flex-direction: column;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.cardStandard .card-panier,
	.cardStandard .titreArticle h3 {
		font-size: 12px;
	}
	.cardStandard .prixArticle span {
		font-size: 14px;
	}
}