.elementor-4497 .elementor-element.elementor-element-f9bfbb9{--display:flex;--margin-top:-3px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-f184b5b */.hbc-gallery-section {
    background: #0a0a0a;
    padding: 80px 20px;
    font-family: 'Poppins', sans-serif;
}
.hbc-gallery-container { max-width: 1200px; margin: 0 auto; }
.hbc-gallery-header { text-align: center; margin-bottom: 50px; }
.hbc-gallery-label {
    display: inline-block;
    background: rgba(0,191,99,0.15);
    color: #00bf63;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 20px;
    border: 1px solid rgba(0,191,99,0.3);
    margin-bottom: 20px;
}
.hbc-gallery-title {
    font-family: 'Archivo Black', sans-serif;
    font-size: clamp(2rem, 5vw, 3rem);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-bottom: 14px;
}
.hbc-gallery-title span { color: #00bf63; }
.hbc-gallery-subtitle { color: #666; font-size: 1rem; max-width: 500px; margin: 0 auto; }
.hbc-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 260px;
    gap: 12px;
    margin-bottom: 40px;
}
.hbc-gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    background: #111;
}
.hbc-gallery-item:nth-child(3n+1) { grid-row: span 2; }
.hbc-gallery-item img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .4s ease, opacity .4s ease;
    opacity: .85;
}
.hbc-gallery-item:hover img { transform: scale(1.06); opacity: 1; }
.hbc-gallery-item-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, transparent 60%);
    opacity: 0; transition: opacity .3s;
    display: flex; align-items: flex-end; padding: 20px;
}
.hbc-gallery-item:hover .hbc-gallery-item-overlay { opacity: 1; }
.hbc-gallery-item-info { display: flex; flex-direction: column; gap: 4px; }
.hbc-gallery-item-date { font-size: 11px; font-weight: 700; color: #00bf63; text-transform: uppercase; letter-spacing: .06em; }
.hbc-gallery-item-title { font-family: 'Archivo Black', sans-serif; font-size: 15px; color: #fff; line-height: 1.3; }
.hbc-gallery-item-cat {
    position: absolute; top: 14px; left: 14px;
    background: rgba(0,0,0,0.6); backdrop-filter: blur(6px);
    color: #fff; font-size: 10px; font-weight: 700;
    padding: 4px 10px; border-radius: 4px;
    text-transform: uppercase; letter-spacing: .05em;
    border: 1px solid rgba(255,255,255,0.1);
}
.hbc-gallery-loading {
    grid-column: 1/-1; text-align: center;
    padding: 60px; color: #555; font-size: 14px;
}
.hbc-gallery-voir-plus { text-align: center; margin-top: 20px; }
.hbc-voir-plus-btn {
    display: inline-block;
    background: transparent;
    border: 2px solid #00bf63;
    color: #00bf63;
    font-family: 'Poppins', sans-serif;
    font-size: 14px; font-weight: 700;
    padding: 14px 36px; border-radius: 30px;
    text-decoration: none;
    transition: all .2s;
}
.hbc-voir-plus-btn:hover { background: #00bf63; color: #000; }

/* LIGHTBOX */
.hbc-lightbox {
    position: fixed; inset: 0; z-index: 9999;
    display: none; align-items: center; justify-content: center;
}
.hbc-lightbox.open { display: flex; }
.hbc-lightbox-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.92); backdrop-filter: blur(8px); }
.hbc-lightbox-content {
    position: relative; z-index: 2;
    max-width: 90vw; max-height: 90vh;
    display: flex; flex-direction: column;
    align-items: center; gap: 16px;
}
.hbc-lightbox-content img { max-width: 90vw; max-height: 80vh; object-fit: contain; border-radius: 8px; }
.hbc-lightbox-caption { display: flex; align-items: center; gap: 16px; color: #fff; }
#hbc-lightbox-title { font-family: 'Archivo Black', sans-serif; font-size: 1rem; color: #fff; }
#hbc-lightbox-date { font-size: 12px; color: #00bf63; font-weight: 600; }
.hbc-lightbox-close, .hbc-lightbox-prev, .hbc-lightbox-next {
    position: absolute; z-index: 3;
    background: rgba(255,255,255,0.1);
    border: none; color: #fff; font-size: 18px;
    width: 44px; height: 44px; border-radius: 50%;
    cursor: pointer; transition: background .2s;
    display: flex; align-items: center; justify-content: center;
}
.hbc-lightbox-close:hover, .hbc-lightbox-prev:hover, .hbc-lightbox-next:hover { background: #00bf63; color: #000; }
.hbc-lightbox-close { top: 20px; right: 20px; }
.hbc-lightbox-prev { left: 20px; top: 50%; transform: translateY(-50%); }
.hbc-lightbox-next { right: 20px; top: 50%; transform: translateY(-50%); }

.hbc-galerie-full { background: #0a0a0a; padding: 80px 20px; font-family: 'Poppins', sans-serif; }
.hbc-galerie-full-container { max-width: 1200px; margin: 0 auto; }
.hbc-gallery-filters {
    display: flex; justify-content: center;
    gap: 10px; flex-wrap: wrap; margin-bottom: 40px;
}
.hbc-filter-btn {
    font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600;
    padding: 9px 22px; border-radius: 25px;
    border: 1.5px solid #333; background: transparent;
    color: #888; cursor: pointer; transition: all .2s;
}
.hbc-filter-btn:hover { border-color: #00bf63; color: #00bf63; background: white; }
.hbc-filter-btn.active { background: #00bf63; border-color: #00bf63; color: #000; font-weight: 700; }
.hbc-load-more-wrap { text-align: center; margin: 40px 0; }
.hbc-load-more-btn {
    font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 700;
    padding: 14px 36px; border-radius: 30px;
    border: 2px solid #333; background: transparent;
    color: #888; cursor: pointer; transition: all .2s;
}
.hbc-load-more-btn:hover { border-color: #00bf63; color: #00bf63; }
.hbc-gallery-cta-wrap { display: flex; justify-content: center; margin-top: 60px; }
.hbc-gallery-cta-box {
    background: #111; border: 1px solid #222;
    border-radius: 16px; padding: 40px 60px;
    text-align: center; max-width: 560px;
}
.hbc-gallery-cta-box h3 { font-family: 'Archivo Black', sans-serif; font-size: 1.4rem; color: #fff; margin-bottom: 10px; }
.hbc-gallery-cta-box p { color: #666; font-size: 0.9rem; margin-bottom: 24px; line-height: 1.6; }
.hbc-gallery-cta-btn {
    display: inline-block; background: #00bf63; color: #000;
    font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 700;
    padding: 12px 28px; border-radius: 25px; text-decoration: none; transition: all .2s;
}
.hbc-gallery-cta-btn:hover { background: #00a855; transform: translateY(-2px); }

@media (max-width: 768px) {
    .hbc-gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
    .hbc-gallery-item:nth-child(3n+1) { grid-row: span 1; }
}
@media (max-width: 480px) {
    .hbc-gallery-grid { grid-template-columns: 1fr; }
}/* End custom CSS */