2024-04-08 10:23:07 +02:00
|
|
|
.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;
|
2024-04-15 17:24:18 +02:00
|
|
|
border: 1px solid var(--border-default-grey);
|
|
|
|
background-color: var(--border-default-grey);
|
2024-04-08 10:23:07 +02:00
|
|
|
|
|
|
|
img {
|
|
|
|
position: relative;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
2024-04-15 17:24:18 +02:00
|
|
|
.fr-btn {
|
2024-04-08 10:23:07 +02:00
|
|
|
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;
|
2024-04-26 16:47:19 +02:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
2024-04-08 10:23:07 +02:00
|
|
|
|
2024-04-26 16:47:19 +02:00
|
|
|
a.gallery-link:hover .fr-btn,
|
|
|
|
a.gallery-link:active .fr-btn {
|
|
|
|
display: flex;
|
|
|
|
}
|
2024-04-08 10:23:07 +02:00
|
|
|
|
2024-04-26 16:47:19 +02:00
|
|
|
a.gallery-link:active .fr-btn {
|
|
|
|
background-color: var(--hover-tint);
|
2024-04-08 10:23:07 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-04-08 10:22:45 +02:00
|
|
|
.gallery-pieces-jointes {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
|
|
|
.gallery-item {
|
2024-04-15 17:24:18 +02:00
|
|
|
margin: 0 2rem 1.5rem 0;
|
2024-04-08 10:22:45 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.gallery-demande {
|
2024-04-26 16:47:19 +02:00
|
|
|
.gallery-items-list {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gallery-item {
|
|
|
|
margin: 0.5rem 2rem 1rem 0;
|
2024-04-08 10:22:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.fr-download {
|
|
|
|
margin-bottom: 0.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.thumbnail {
|
|
|
|
width: fit-content;
|
2024-04-26 16:47:19 +02:00
|
|
|
margin-bottom: 0.5rem;
|
2024-04-08 10:22:45 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-04-08 10:23:07 +02:00
|
|
|
.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;
|
|
|
|
}
|