/* Style général */
body {
    padding-top: 20px;
    background-color: #f8f9fa;
}

.card {
    margin-bottom: 20px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.card-header {
    font-weight: bold;
}

.table th {
    white-space: nowrap;
}

/* Navigation */
.navbar {
    margin-bottom: 20px;
}

/* Boutons */
.btn {
    margin-right: 5px;
}

.btn-sm {
    margin-right: 3px;
}

/* Images */
.img-thumbnail {
    max-width: 100%;
    height: auto;
}

/* Responsive */
@media (max-width: 768px) {
    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

/* Alerts */
.alert {
    margin-top: 20px;
}

/* Forms */
.form-group {
    margin-bottom: 1rem;
}

.form-control {
    margin-bottom: 10px;
}

/* Modal */
.modal-content {
    border-radius: 0;
}

/* Badges */
.badge {
    font-size: 90%;
    padding: 0.4em 0.6em;
}

/* Cart */
.cart-item-image {
    width: 50px;
    height: 50px;
    object-fit: cover;
}