|
@@ -1,6 +1,8 @@
|
|
|
|
|
|
// page centre de ressources
|
|
// page centre de ressources
|
|
// & ressource simple
|
|
// & ressource simple
|
|
|
|
+
|
|
|
|
+// ressourceS
|
|
.path-centre-de-ressources{
|
|
.path-centre-de-ressources{
|
|
|
|
|
|
.programme-1{
|
|
.programme-1{
|
|
@@ -244,6 +246,9 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ .slick-slider{
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ }
|
|
.slick-arrow{
|
|
.slick-arrow{
|
|
position: absolute;
|
|
position: absolute;
|
|
height: 100%;
|
|
height: 100%;
|
|
@@ -338,6 +343,14 @@
|
|
align-items: flex-start;
|
|
align-items: flex-start;
|
|
.views-col:first-child{
|
|
.views-col:first-child{
|
|
grid-column-start: 2;
|
|
grid-column-start: 2;
|
|
|
|
+ @include breakpoint(small down) {
|
|
|
|
+ grid-column-start: 1;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ @include breakpoint(small down) {
|
|
|
|
+ grid-template-columns: repeat(1, 88%);
|
|
|
|
+ column-gap: 0;
|
|
|
|
+ padding: 0 0 0 1.5rem;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.views-col:not(.type-74){
|
|
.views-col:not(.type-74){
|