Coordonnées

.contact-info { background-color: #f7f7f7; padding: 20px; border: 1px solid #e0e0e0; border-radius: 5px; text-align: center; } .contact-info p { font-weight: bold; margin-bottom: 10px; } .contact-info ul { list-style: none; padding: 0; } .contact-info li { margin-bottom: 8px; } .contact-info a { color: #333; text-decoration: none; transition: color 0.3s; } .contact-info a:hover { color: #e74c3c; } .cart-actions { margin-top: 20px; } .empty-cart { background-color: #e74c3c; color: #fff; padding: 10px 15px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s; } .empty-cart:hover { background-color: #c0392b; }