/* Start custom CSS for html, class: .elementor-element-643d77d */.collections-section {
    padding: 120px 4%;
    background-color: #0d0d0d;
    color: #ffffff;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.collections-grid.duo-layout {
    display: flex;
    justify-content: center;
    gap: 40px;
    max-width: 950px;
    margin: 0 auto;
}

.collection-card {
    flex: 1;
    background-color: #121212;
    padding: 55px 45px;
    border: 1px solid rgba(255,255,255,0.03);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.collection-card.featured {
    background-color: #161616;
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.collection-badge {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.4);
    display: block;
    margin-bottom: 15px;
}

.collection-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    font-weight: 300;
    margin-bottom: 20px;
}

.collection-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    line-height: 1.7;
    margin-bottom: 30px;
    font-weight: 300;
    min-height: 70px;
}

/* Pile de boutons vidéo */
.video-buttons-stack {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 35px;
}

/* Votre bouton premium initial */
.btn-preview-video {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 8px 0;
    align-self: flex-start; /* Aligne le soulignement à la taille du texte */
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    transition: all 0.3s ease;
}

.btn-preview-video:hover {
    color: #ffffff;
    border-bottom-color: #ffffff;
}

.play-icon {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 8px solid #ffffff;
    border-bottom: 5px solid transparent;
    display: inline-block;
}

.collection-price {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    font-style: italic;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 30px;
    margin-bottom: 35px;
}

.collection-features {
    list-style: none;
    margin-bottom: 50px;
}

.collection-features li {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 16px;
    font-weight: 300;
    position: relative;
    padding-left: 20px;
}

.collection-features li::before {
    content: "—";
    position: absolute;
    left: 0;
    color: rgba(255,255,255,0.3);
}

.btn-collection {
    display: block;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 16px 20px;
    color: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2);
    transition: all 0.4s ease;
}

.collection-card:hover .btn-collection {
    background-color: #ffffff;
    color: #111111;
}

/* LIGHTBOX */
.cinema-lightbox {
    position: fixed;
    top: 0; left: 0; width: 100vw; height: 100vh;
    background-color: rgba(5, 5, 5, 0.96);
    z-index: 100000;
    display: flex; justify-content: center; align-items: center;
    opacity: 0; pointer-events: none; transition: opacity 0.5s ease;
}
.cinema-lightbox.active { opacity: 1; pointer-events: auto; }
.lightbox-content { width: 90%; max-width: 1000px; aspect-ratio: 16 / 9; background: #000; }
.iframe-container { width: 100%; height: 100%; }
.iframe-container iframe { width: 100%; height: 100%; }
.lightbox-close { position: absolute; top: 30px; right: 40px; color: rgba(255,255,255,0.6); font-family: 'Montserrat', sans-serif; font-size: 12px; text-transform: uppercase; letter-spacing: 2px; cursor: pointer; }

@media (max-width: 868px) {
    .collections-grid.duo-layout { flex-direction: column; gap: 30px; }
}/* End custom CSS */