.gallery { a { background-image: none; } .champ-libelle { margin-top: 0.5rem; } img { height: 200px; width: 200px; object-fit: cover; } .thumbnail { position: relative; display: flex; justify-content: center; align-items: center; border: 1px solid var(--border-default-grey); background-color: var(--border-default-grey); img { position: relative; z-index: 1; } .fr-btn { position: absolute; z-index: 10; background-color: var(--background-default-grey); color: var(--text-active-blue-france); border: 1px solid var(--border-active-blue-france); padding: 0.25rem 0.75rem; &:hover { background-color: var(--hover-tint); } &:active { background-color: var(--active-tint); } } } } .gallery-pieces-jointes { display: flex; flex-wrap: wrap; .gallery-item { margin: 0 2rem 1.5rem 0; } img { height: 200px; width: 200px; } } .gallery-demande { img { height: 150px; width: 150px; } .fr-download { margin-bottom: 0.5rem; } .thumbnail { width: fit-content; margin-bottom: 1rem; } } .lg-has-iframe { width: 80% !important; margin-top: 50px; } .lg-icon { --hover-tint: none; --active-tint: none; } .lg-sub-html { background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)) !important; padding: 30px 40px 0 40px !important; }