|
@@ -5838,12 +5838,12 @@ svg.ext {
|
|
margin-top: 5rem;
|
|
margin-top: 5rem;
|
|
padding: 0;
|
|
padding: 0;
|
|
order: 7;
|
|
order: 7;
|
|
- width: 80%;
|
|
|
|
|
|
+ width: 85%;
|
|
}
|
|
}
|
|
.page-node-type-ressource .type-les-projets-en-images.layout__region--top .block-region-top .block-entity-fieldnodefield-images .carousel {
|
|
.page-node-type-ressource .type-les-projets-en-images.layout__region--top .block-region-top .block-entity-fieldnodefield-images .carousel {
|
|
display: grid;
|
|
display: grid;
|
|
- grid-template-columns: 1fr 10fr;
|
|
|
|
- gap: 1.5rem;
|
|
|
|
|
|
+ grid-template-columns: 10fr 1fr;
|
|
|
|
+ gap: 4rem;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
margin: auto;
|
|
margin: auto;
|
|
}
|
|
}
|
|
@@ -5863,6 +5863,7 @@ svg.ext {
|
|
height: auto;
|
|
height: auto;
|
|
object-fit: contain;
|
|
object-fit: contain;
|
|
max-height: 550px;
|
|
max-height: 550px;
|
|
|
|
+ border: none;
|
|
}
|
|
}
|
|
.page-node-type-ressource .type-les-projets-en-images.layout__region--top .block-region-top .block-entity-fieldnodefield-images .carousel .main-image-container .caption {
|
|
.page-node-type-ressource .type-les-projets-en-images.layout__region--top .block-region-top .block-entity-fieldnodefield-images .carousel .main-image-container .caption {
|
|
margin-top: 1rem;
|
|
margin-top: 1rem;
|
|
@@ -5872,7 +5873,6 @@ svg.ext {
|
|
color: #444;
|
|
color: #444;
|
|
}
|
|
}
|
|
.page-node-type-ressource .type-les-projets-en-images.layout__region--top .block-region-top .block-entity-fieldnodefield-images .carousel .arrow {
|
|
.page-node-type-ressource .type-les-projets-en-images.layout__region--top .block-region-top .block-entity-fieldnodefield-images .carousel .arrow {
|
|
- display: none;
|
|
|
|
font-size: 2rem;
|
|
font-size: 2rem;
|
|
color: #333;
|
|
color: #333;
|
|
background: none;
|
|
background: none;
|
|
@@ -5901,14 +5901,15 @@ svg.ext {
|
|
grid-row: 2;
|
|
grid-row: 2;
|
|
}
|
|
}
|
|
.page-node-type-ressource .type-les-projets-en-images.layout__region--top .block-region-top .block-entity-fieldnodefield-images .carousel .thumbnails-wrapper {
|
|
.page-node-type-ressource .type-les-projets-en-images.layout__region--top .block-region-top .block-entity-fieldnodefield-images .carousel .thumbnails-wrapper {
|
|
- grid-column: 1;
|
|
|
|
|
|
+ grid-column: 2;
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
align-items: center;
|
|
- max-height: 70vh;
|
|
|
|
|
|
+ max-height: 65vh;
|
|
grid-row: 1/span 2;
|
|
grid-row: 1/span 2;
|
|
- top: -30px;
|
|
|
|
|
|
+ top: -35px;
|
|
position: relative;
|
|
position: relative;
|
|
|
|
+ overflow: hidden;
|
|
}
|
|
}
|
|
.page-node-type-ressource .type-les-projets-en-images.layout__region--top .block-region-top .block-entity-fieldnodefield-images .carousel .thumbnails-wrapper .thumb-arrow {
|
|
.page-node-type-ressource .type-les-projets-en-images.layout__region--top .block-region-top .block-entity-fieldnodefield-images .carousel .thumbnails-wrapper .thumb-arrow {
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
@@ -5918,27 +5919,43 @@ svg.ext {
|
|
border-radius: 50%;
|
|
border-radius: 50%;
|
|
user-select: none;
|
|
user-select: none;
|
|
z-index: 2;
|
|
z-index: 2;
|
|
|
|
+ position: relative;
|
|
|
|
+}
|
|
|
|
+.page-node-type-ressource .type-les-projets-en-images.layout__region--top .block-region-top .block-entity-fieldnodefield-images .carousel .thumbnails-wrapper .thumb-arrow.up {
|
|
|
|
+ transform: rotate(90deg);
|
|
|
|
+}
|
|
|
|
+.page-node-type-ressource .type-les-projets-en-images.layout__region--top .block-region-top .block-entity-fieldnodefield-images .carousel .thumbnails-wrapper .thumb-arrow.down {
|
|
|
|
+ transform: rotate(90deg);
|
|
}
|
|
}
|
|
.page-node-type-ressource .type-les-projets-en-images.layout__region--top .block-region-top .block-entity-fieldnodefield-images .carousel .thumbnails-wrapper .thumbnails {
|
|
.page-node-type-ressource .type-les-projets-en-images.layout__region--top .block-region-top .block-entity-fieldnodefield-images .carousel .thumbnails-wrapper .thumbnails {
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
- gap: 10px;
|
|
|
|
|
|
+ gap: 6px;
|
|
overflow-y: auto;
|
|
overflow-y: auto;
|
|
max-height: 100%;
|
|
max-height: 100%;
|
|
scroll-behavior: smooth;
|
|
scroll-behavior: smooth;
|
|
|
|
+ position: relative;
|
|
|
|
+ z-index: 0;
|
|
|
|
+ padding: 5px 0;
|
|
}
|
|
}
|
|
.page-node-type-ressource .type-les-projets-en-images.layout__region--top .block-region-top .block-entity-fieldnodefield-images .carousel .thumbnails-wrapper .thumbnails::-webkit-scrollbar {
|
|
.page-node-type-ressource .type-les-projets-en-images.layout__region--top .block-region-top .block-entity-fieldnodefield-images .carousel .thumbnails-wrapper .thumbnails::-webkit-scrollbar {
|
|
display: none;
|
|
display: none;
|
|
}
|
|
}
|
|
.page-node-type-ressource .type-les-projets-en-images.layout__region--top .block-region-top .block-entity-fieldnodefield-images .carousel .thumbnails-wrapper .thumbnails img {
|
|
.page-node-type-ressource .type-les-projets-en-images.layout__region--top .block-region-top .block-entity-fieldnodefield-images .carousel .thumbnails-wrapper .thumbnails img {
|
|
- width: 60px;
|
|
|
|
|
|
+ width: 80px;
|
|
height: 60px;
|
|
height: 60px;
|
|
object-fit: contain;
|
|
object-fit: contain;
|
|
border: 2px solid transparent;
|
|
border: 2px solid transparent;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
|
+ opacity: 0.7;
|
|
|
|
+ transition: transform 0.3s ease, opacity 0.3s ease;
|
|
}
|
|
}
|
|
.page-node-type-ressource .type-les-projets-en-images.layout__region--top .block-region-top .block-entity-fieldnodefield-images .carousel .thumbnails-wrapper .thumbnails img.active {
|
|
.page-node-type-ressource .type-les-projets-en-images.layout__region--top .block-region-top .block-entity-fieldnodefield-images .carousel .thumbnails-wrapper .thumbnails img.active {
|
|
- border-color: #00aaff;
|
|
|
|
|
|
+ transform: scale(1.3);
|
|
|
|
+ margin-top: 0.8rem;
|
|
|
|
+ margin-bottom: 0.8rem;
|
|
|
|
+ opacity: 1;
|
|
|
|
+ z-index: 1;
|
|
}
|
|
}
|
|
.page-node-type-ressource .type-les-projets-en-images.layout__region--top .block-region-top .block-entity-fieldnodefield-images .field__items {
|
|
.page-node-type-ressource .type-les-projets-en-images.layout__region--top .block-region-top .block-entity-fieldnodefield-images .field__items {
|
|
display: none;
|
|
display: none;
|