|
@@ -1,93 +1,95 @@
|
|
|
//page ville sidebar
|
|
|
-.programme-1{
|
|
|
-
|
|
|
- .block-region-third .field_ressources_liees{
|
|
|
- background: $col-2;
|
|
|
- }
|
|
|
-}
|
|
|
-.programme-2{
|
|
|
-
|
|
|
- .block-region-third .field_ressources_liees{
|
|
|
- background: $col-2;
|
|
|
+.page-node-type-projet{
|
|
|
+ .programme-1{
|
|
|
+
|
|
|
+ .block-region-third .field_ressources_liees{
|
|
|
+ background: $col-2;
|
|
|
+ }
|
|
|
}
|
|
|
-}
|
|
|
-.programme-3{
|
|
|
- .block-region-third .field_ressources_liees{
|
|
|
- background: $col-eur;
|
|
|
+ .programme-2{
|
|
|
+
|
|
|
+ .block-region-third .field_ressources_liees{
|
|
|
+ background: $col-2;
|
|
|
+ }
|
|
|
}
|
|
|
-}
|
|
|
-.programme-4{
|
|
|
- .block-region-third .field_ressources_liees{
|
|
|
- background: $col-1;
|
|
|
+ .programme-3{
|
|
|
+ .block-region-third .field_ressources_liees{
|
|
|
+ background: $col-eur;
|
|
|
+ }
|
|
|
}
|
|
|
-}
|
|
|
-.programme-5{
|
|
|
- .block-region-third .field_ressources_liees{
|
|
|
- background: $col-mond;
|
|
|
+ .programme-4{
|
|
|
+ .block-region-third .field_ressources_liees{
|
|
|
+ background: $col-1;
|
|
|
+ }
|
|
|
}
|
|
|
-
|
|
|
-}
|
|
|
-.programme-6{
|
|
|
- .block-region-third .field_ressources_liees{
|
|
|
- background: $col-ter;
|
|
|
+ .programme-5{
|
|
|
+ .block-region-third .field_ressources_liees{
|
|
|
+ background: $col-mond;
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
-}
|
|
|
-.programme-7{
|
|
|
- .block-region-third .field_ressources_liees{
|
|
|
- background: $col-met;
|
|
|
+ .programme-6{
|
|
|
+ .block-region-third .field_ressources_liees{
|
|
|
+ background: $col-ter;
|
|
|
+ }
|
|
|
}
|
|
|
-}
|
|
|
-.block-region-third{
|
|
|
- background-color: $bck-col;
|
|
|
- .field_evenements_lies, .field_ressources_liees{
|
|
|
- color: white !important;
|
|
|
- a{
|
|
|
- text-decoration: none;
|
|
|
+ .programme-7{
|
|
|
+ .block-region-third .field_ressources_liees{
|
|
|
+ background: $col-met;
|
|
|
}
|
|
|
- article{
|
|
|
- display: grid;
|
|
|
- padding-top: .5rem;
|
|
|
- padding-bottom: .5rem;
|
|
|
-
|
|
|
- .field_programme{
|
|
|
- display: none;
|
|
|
- }
|
|
|
- .field_sous_titre{
|
|
|
- color: white !important;
|
|
|
- }
|
|
|
- h2{
|
|
|
- text-transform: uppercase;
|
|
|
- color: white !important;
|
|
|
- grid-row: 2;
|
|
|
- background: none;
|
|
|
- font-size: $font-normal;
|
|
|
- margin: 0;
|
|
|
-
|
|
|
+ }
|
|
|
+ .block-region-third{
|
|
|
+ background-color: $bck-col;
|
|
|
+ .field_evenements_lies, .field_ressources_liees{
|
|
|
+ color: white !important;
|
|
|
+ a{
|
|
|
+ text-decoration: none;
|
|
|
}
|
|
|
+ article{
|
|
|
+ display: grid;
|
|
|
+ padding-top: .5rem;
|
|
|
+ padding-bottom: .5rem;
|
|
|
+
|
|
|
+ .field_programme{
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ .field_sous_titre{
|
|
|
+ color: white !important;
|
|
|
+ }
|
|
|
+ h2{
|
|
|
+ text-transform: uppercase;
|
|
|
+ color: white !important;
|
|
|
+ grid-row: 2;
|
|
|
+ background: none;
|
|
|
+ font-size: $font-normal;
|
|
|
+ margin: 0;
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ &.programme-1{
|
|
|
+ background: $col-1;
|
|
|
+ }
|
|
|
+ &.programme-2{
|
|
|
+ background: $col-2;
|
|
|
+ }
|
|
|
+ &.programme-3{
|
|
|
+ background: $col-eur;
|
|
|
+ }
|
|
|
+ &.programme-4{
|
|
|
+ background: $col-ter;
|
|
|
+ }
|
|
|
+ &.programme-5{
|
|
|
+ background: $col-mond;
|
|
|
+ }
|
|
|
+ &.programme-6{
|
|
|
+ background: $col-ter;
|
|
|
+ }
|
|
|
+ &.programme-7{
|
|
|
+ background: $col-met;
|
|
|
+ }
|
|
|
|
|
|
- &.programme-1{
|
|
|
- background: $col-1;
|
|
|
- }
|
|
|
- &.programme-2{
|
|
|
- background: $col-2;
|
|
|
- }
|
|
|
- &.programme-3{
|
|
|
- background: $col-eur;
|
|
|
- }
|
|
|
- &.programme-4{
|
|
|
- background: $col-ter;
|
|
|
- }
|
|
|
- &.programme-5{
|
|
|
- background: $col-mond;
|
|
|
- }
|
|
|
- &.programme-6{
|
|
|
- background: $col-ter;
|
|
|
- }
|
|
|
- &.programme-7{
|
|
|
- background: $col-met;
|
|
|
}
|
|
|
|
|
|
}
|
|
|
-
|
|
|
}
|
|
|
}
|