|
@@ -6046,10 +6046,18 @@ svg.ext {
|
|
}
|
|
}
|
|
@media (max-width: 810px) {
|
|
@media (max-width: 810px) {
|
|
.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-content .view-type-slide:not(footer) .views-row-wrapper .slick-prev {
|
|
.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-content .view-type-slide:not(footer) .views-row-wrapper .slick-prev {
|
|
- left: 25vw;
|
|
|
|
|
|
+ left: 15vw;
|
|
}
|
|
}
|
|
.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-content .view-type-slide:not(footer) .views-row-wrapper .slick-next {
|
|
.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-content .view-type-slide:not(footer) .views-row-wrapper .slick-next {
|
|
- right: 40vw;
|
|
|
|
|
|
+ right: 35vw;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+@media (max-width: 479px) {
|
|
|
|
+ .path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-content .view-type-slide:not(footer) .views-row-wrapper .slick-prev {
|
|
|
|
+ left: 8vw;
|
|
|
|
+ }
|
|
|
|
+ .path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-content .view-type-slide:not(footer) .views-row-wrapper .slick-next {
|
|
|
|
+ right: 30vw;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -6368,33 +6376,19 @@ body.type-media-reportage-photos .block-region-third .block-entity-fieldnodefiel
|
|
align-items: center;
|
|
align-items: center;
|
|
}
|
|
}
|
|
@media (max-width: 810px) {
|
|
@media (max-width: 810px) {
|
|
- #header-top .region-header-top-left #block-logogouv {
|
|
|
|
- width: 30%;
|
|
|
|
|
|
+ #header-top .region-header-top-left #block-logogouv .field--name-field-logo {
|
|
|
|
+ height: 100%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#header-top .region-header-top-left #block-logogouv img {
|
|
#header-top .region-header-top-left #block-logogouv img {
|
|
- width: 100%;
|
|
|
|
- height: auto;
|
|
|
|
|
|
+ width: auto;
|
|
|
|
+ height: 100%;
|
|
}
|
|
}
|
|
#header-top .region-header-top-left #block-eql-logoepau {
|
|
#header-top .region-header-top-left #block-eql-logoepau {
|
|
height: 100%;
|
|
height: 100%;
|
|
align-content: center;
|
|
align-content: center;
|
|
padding-left: 1rem;
|
|
padding-left: 1rem;
|
|
}
|
|
}
|
|
-#header-top .region-header-top-left #block-logoeql {
|
|
|
|
- display: flex;
|
|
|
|
- height: 100%;
|
|
|
|
- align-items: center;
|
|
|
|
-}
|
|
|
|
-#header-top .region-header-top-left #block-logoeql img {
|
|
|
|
- width: 100%;
|
|
|
|
- height: auto;
|
|
|
|
-}
|
|
|
|
-@media (max-width: 810px) {
|
|
|
|
- #header-top .region-header-top-left #block-logoeql img {
|
|
|
|
- width: 80%;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
#header-top .region-header-top-rigth {
|
|
#header-top .region-header-top-rigth {
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
@@ -6416,24 +6410,34 @@ body.type-media-reportage-photos .block-region-third .block-entity-fieldnodefiel
|
|
#header-top .region-header-top-rigth #block-eql-identitedusite :link {
|
|
#header-top .region-header-top-rigth #block-eql-identitedusite :link {
|
|
color: rgb(9, 57, 139) !important;
|
|
color: rgb(9, 57, 139) !important;
|
|
}
|
|
}
|
|
-@media (max-width: 870px) {
|
|
|
|
|
|
+@media (max-width: 883px) {
|
|
#header-top .region-header-top-rigth #block-eql-identitedusite {
|
|
#header-top .region-header-top-rigth #block-eql-identitedusite {
|
|
display: none;
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#header-top .region-header-top-rigth #block-logoeql {
|
|
#header-top .region-header-top-rigth #block-logoeql {
|
|
padding-left: 1rem;
|
|
padding-left: 1rem;
|
|
- padding-right: 2.5rem;
|
|
|
|
-}
|
|
|
|
-#header-top .region-header-top-rigth #block-logoeql img {
|
|
|
|
- width: 90%;
|
|
|
|
- height: auto;
|
|
|
|
|
|
+ padding-right: 2rem;
|
|
|
|
+ height: 100%;
|
|
|
|
+ align-items: center;
|
|
}
|
|
}
|
|
-@media (max-width: 870px) {
|
|
|
|
|
|
+@media (max-width: 810px) {
|
|
#header-top .region-header-top-rigth #block-logoeql {
|
|
#header-top .region-header-top-rigth #block-logoeql {
|
|
padding-right: 1rem;
|
|
padding-right: 1rem;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+#header-top .region-header-top-rigth #block-logoeql .field--name-field-logo {
|
|
|
|
+ height: 100%;
|
|
|
|
+}
|
|
|
|
+#header-top .region-header-top-rigth #block-logoeql .field--name-field-logo a {
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+ height: 100%;
|
|
|
|
+}
|
|
|
|
+#header-top .region-header-top-rigth #block-logoeql .field--name-field-logo a img {
|
|
|
|
+ width: auto;
|
|
|
|
+ height: 80%;
|
|
|
|
+}
|
|
#header-top .region-header-top-rigth #block-burger {
|
|
#header-top .region-header-top-rigth #block-burger {
|
|
z-index: 1;
|
|
z-index: 1;
|
|
background-color: rgb(0, 158, 227);
|
|
background-color: rgb(0, 158, 227);
|