.btn-panier-custom {
display: flex;
justify-content: center;
align-items: center;
background-color: #f29422; /* Orange identique à l'image */
color: #0d1b1a; /* Texte noir */
text-decoration: none;
width: 100%; /* Largeur totale */
height: 60px; /* Hauteur du bouton */
font-family: "Sofia Pro", sans-serif;
font-weight: 800; /* Très gras comme sur la photo */
font-size: 20px;
border: none;
text-transform: uppercase; /* Majuscules */
cursor: pointer;
}
.btn-panier-custom:hover {
filter: brightness(0.9); /* Effet au survol */
}