/**
 * STYLES SPÉCIFIQUES - PAGE RÉALISATIONS (realisations.php)
 * Jagg.Site - Portfolio
 */

/* ===================================
   HERO SECTION
   =================================== */
.hero-realisations {
    padding: 60px 0;
}

/* ===================================
   SECTION AVIS
   =================================== */
.avis-section-title h2 {
    color: #0d5a73;
}

.avis-section-title p {
    color: #1d1d1d;
}

.avis-texte-complet {
    display: none;
}

.avis-date-realisation {
    margin-bottom: 0;
}

.avis-actions {
    margin-top: 40px;
}

/* ===================================
   FILTRES ET RECHERCHE
   =================================== */
.realisations-filters-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.search-box {
    margin-bottom: 40px;
}

.search-realisations {
    width: 100%;
    padding: 15px 20px;
    font-size: 1.1rem;
    border: 2px solid #838385;
    background: rgba(255,255,255,0.95);
    color: #1d1d1d;
}

.filters-section {
    text-align: center;
    margin-bottom: 20px;
}

.filters-title {
    color: #e9840a;
    margin-bottom: 20px;
    font-size: 1.3rem;
}

.filters-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.btn-outline.filter-btn-white {
    border-color: white;
    color: white;
    font-size: 0.95rem;
}

/* ===================================
   GRILLE RÉALISATIONS
   =================================== */
.realisations-empty {
    text-align: center;
    padding: 60px 20px;
}

.realisations-empty-text {
    font-size: 1.2rem;
    color: #838385;
}

/* ===================================
   RESPONSIVE
   =================================== */
@media (max-width: 768px) {
    .realisations-filters-wrapper {
        padding: 0 15px;
    }

    .filters-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-outline.filter-btn-white {
        width: 100%;
    }

    .search-realisations {
        font-size: 1rem;
        padding: 12px 15px;
    }
}
