/* Fichier placeholder pour les images manquantes */

/* Hero section images */
.hero-placeholder {
    background: linear-gradient(135deg, #0B1F3A 0%, #2B2B2B 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C8A23A;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    min-height: 400px;
}
