/* gallery : styles partagés du site. */
.gallery-item--selectable {
    margin-bottom: 2.5rem;
    background: #1a1a1a;
    padding-bottom: .9375rem;
    border: 2px solid transparent;
    transition: border-color .2s ease, background-color .2s ease;
}
.gallery-image {
    width: 100%;
    height: clamp(15.625rem, 30vw, 17.5rem);
    object-fit: cover;
    display: block;
}
.news-gallery-hidden { display: none; }
.btn-action--spaced { margin-top: 1.5625rem; }
.btn-action--pdf { display: inline-block; margin-top: .9375rem; }
.reader-sibling-link { color: #d4af37; text-decoration: none; }
.reader-sibling-link:hover,
.reader-sibling-link:focus-visible { text-decoration: underline; }
.gallery-series-page .gallery-item .gallery-commerce-note {
    display: inline-flex;
    align-items: center;
    gap: .38rem;
    margin-top: .2rem;
    color: var(--gold) !important;
    font-size: .68rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.gallery-series-page .gallery-item .gallery-commerce-note > span[aria-hidden="true"] {
    font-size: .72rem;
}
.gallery-series-page .gallery-item .select-box {
    min-height: 44px;
    margin-top: .55rem;
    padding: .62rem .8rem;
    border: 1px solid rgba(212, 175, 55, .38);
    background: transparent;
    color: #d9d9d9;
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .055em;
    text-transform: uppercase;
    cursor: pointer;
}
.gallery-series-page .gallery-item .select-box:hover,
.gallery-series-page .gallery-item .select-box:focus-visible,
.gallery-series-page .gallery-item.selected .select-box {
    border-color: var(--gold);
    background: rgba(212, 175, 55, .08);
    color: var(--gold);
}
.gallery-series-page .gallery-item.selected {
    border-color: rgba(212, 175, 55, .58) !important;
    background: rgba(212, 175, 55, .035) !important;
}
