/* styles spécifique pour la page tous-les-modeles.php */

.container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    width: 100% !important;
    padding: 0 1.5rem !important;
    box-sizing: border-box !important;
}

@media (max-width: 768px) {
    .container {
        padding: 0 1rem !important;
    }
}

/* Forcer la cache de la sidebar mobile sur desktop */
@media (min-width: 1025px) {
    .vc-mobile-nav {
        display: none !important;
        transform: translateX(100%) !important;
    }
    .vc-mobile-overlay {
        display: none !important;
    }
    body {
        padding-right: 0 !important;
    }
}

/* Page Header Style */
.page-header {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    text-align: center !important;
}

.stats-bar {
    margin-top: 0 !important;
    margin-bottom: 2rem !important;
}

main {
    padding-bottom: 0 !important;
}

.pagination {
    margin-bottom: 5rem !important;
}

/* Forcer le footer clair */
footer {
    background: #f1f5f9 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
    margin-top: 2rem !important;
}

[data-theme="dark"] footer {
    background: #0f172a !important;
    border-top-color: rgba(255, 255, 255, 0.05) !important;
}

footer p {
    color: #475569 !important;
}

[data-theme="dark"] footer p {
    color: #94a3b8 !important;
}

/* Table adjustments for 1200px */
.models-table-container {
    background: white;
    border-radius: 20px;
    padding: 1px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

[data-theme="dark"] .models-table-container {
    background: #1e293b;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.models-table {
    border-radius: 20px;
}
