/* ===== Section Projets UFO ===== */
.projects-space {
    position: relative;
    min-height: 80vh;
    width: 100vw;
    overflow: visible;
    background: transparent;
    z-index: 2;
    padding: 0;
}

/* ===== Fond spatial ===== */
#space-projects-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

/* ===== Container  ===== */
#ufo-projects-space {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    padding: 2rem;
}


/* ===== Carte projet UFO (non utilisée ici) ===== */
.ufo-project-card {
    display: none !important;
}

/* ===== Responsive : Mobile & Tablette ===== */
@media (max-width: 900px) {
    #ufo-projects-space {
        flex-direction: column;
        align-items: center;
        gap: 1.2rem;
        padding: 1.5rem 0 2.5rem 0;
    }
}
