|
@@ -1150,10 +1150,10 @@ aside.layout-sidebar-second footer.view-footer :hover {
|
|
|
right: 200px;
|
|
|
}
|
|
|
.slick-prev:before {
|
|
|
- content: url("../../dist/images/grandes_fleches_prev.svg");
|
|
|
+ content: url("../../dist/images/moyennes_fleches_prev.svg");
|
|
|
}
|
|
|
[dir=rtl] .slick-prev:before {
|
|
|
- content: url("../../dist/images/grandes_fleches_prev.svg");
|
|
|
+ content: url("../../dist/images/moyennes_fleches_prev.svg");
|
|
|
}
|
|
|
|
|
|
.slick-next {
|
|
@@ -1164,10 +1164,10 @@ aside.layout-sidebar-second footer.view-footer :hover {
|
|
|
right: auto;
|
|
|
}
|
|
|
.slick-next:before {
|
|
|
- content: url("../../dist/images/grandes_fleches_next.svg");
|
|
|
+ content: url("../../dist/images/moyennes_fleches_next.svg");
|
|
|
}
|
|
|
[dir=rtl] .slick-next:before {
|
|
|
- content: url("../../dist/images/grandes_fleches_next.svg");
|
|
|
+ content: url("../../dist/images/moyennes_fleches_next.svg");
|
|
|
}
|
|
|
|
|
|
/* Dots */
|
|
@@ -1332,6 +1332,8 @@ aside.layout-sidebar-second footer.view-footer :hover {
|
|
|
background-image: radial-gradient(white, transparent);
|
|
|
border-radius: 50%;
|
|
|
padding: 0.8rem;
|
|
|
+ padding-bottom: 1.8rem;
|
|
|
+ padding-top: 1.8rem;
|
|
|
width: 120px;
|
|
|
height: auto;
|
|
|
top: 50%;
|
|
@@ -2172,6 +2174,11 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
|
|
|
align-items: baseline;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
+@media (max-width: 1200px) {
|
|
|
+ .page-sitespilotes .view-display-id-page_1 {
|
|
|
+ justify-content: flex-start;
|
|
|
+ }
|
|
|
+}
|
|
|
.page-sitespilotes .view-display-id-page_1 article {
|
|
|
padding-bottom: 0.7rem;
|
|
|
}
|
|
@@ -2179,6 +2186,11 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
|
|
|
width: 28%;
|
|
|
padding: 1rem;
|
|
|
}
|
|
|
+@media (max-width: 1200px) {
|
|
|
+ .page-sitespilotes .view-display-id-page_1 .views-row {
|
|
|
+ width: 40%;
|
|
|
+ }
|
|
|
+}
|
|
|
.page-sitespilotes .view-display-id-page_1 .views-row:hover {
|
|
|
transform: scale(1.05);
|
|
|
transition: 0.3s transform ease, 0.3s box-shadow ease;
|
|
@@ -2199,7 +2211,7 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
|
|
|
.page-sitespilotes .view-display-id-page_1 .views-row .node-type-site .entete_site .image-site .field--name-field-image img {
|
|
|
width: 100%;
|
|
|
object-fit: cover;
|
|
|
- height: fit-content;
|
|
|
+ max-height: 200px;
|
|
|
}
|
|
|
.page-sitespilotes .view-display-id-page_1 .views-row .node-type-site .entete_site .infos-content-site {
|
|
|
background-color: rgb(255, 255, 255);
|