@import "main-aI1-gao.css";

/* ── Image principale & galerie ───────────────────────────────────────────── */
.expertise-zoom-btn {
    position: relative;
    cursor: zoom-in;
}

.expertise-gallery .expertise-zoom-btn img {
    display: block;
    width: 100%;
    height: auto;
}

/* ── Lightbox ────────────────────────────────────────────────────────────── */
#expertise-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.92);
    align-items: center;
    justify-content: center;
    cursor: zoom-out;
    padding: 1rem;
}

#expertise-lightbox.open {
    display: flex;
}

#expertise-lightbox img {
    max-width: min(90vw, 1200px);
    max-height: 90vh;
    width: auto;
    height: auto;
    object-fit: contain;
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.6);
    cursor: default;
}

#expertise-lightbox-close {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    color: #fff;
    font-size: 2.5rem;
    line-height: 1;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.2s;
    background: none;
    border: none;
    padding: 0;
}

#expertise-lightbox-close:hover {
    opacity: 1;
}
