_globals.scss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  1. body{
  2. font-family: "trueno" !important;
  3. font-size: $font-normal ;
  4. font-weight: 300;
  5. line-height: 1.5;
  6. // background: $bck-col;
  7. &.path-node{
  8. &.programme-1{
  9. #node\:title,.field_sous_titre,.field_intro{
  10. color: $col-1;
  11. }
  12. article{
  13. h2,h3,h4,h5,h6,.field_titre,.field_type_de_ressource{
  14. color: $col-1;
  15. }
  16. }
  17. }
  18. &.programme-2{
  19. #node\:title,.field_sous_titre,.field_intro{
  20. color: $col-2;
  21. }
  22. article{
  23. h2,h3,h4,h5,h6,.field_titre,.field_type_de_ressource{
  24. color: $col-2;
  25. }
  26. }
  27. }
  28. &.programme-3{
  29. #node\:title,.field_sous_titre,.field_intro{
  30. color: $col-eur;
  31. }
  32. article{
  33. h2,h3,h4,h5,h6,.field_titre,.field_type_de_ressource{
  34. color: $col-eur;
  35. }
  36. }
  37. }
  38. &.programme-4{
  39. #node\:title,.field_sous_titre,.field_intro{
  40. color: $col-1;
  41. }
  42. article{
  43. h2,h3,h4,h5,h6,.field_titre,.field_type_de_ressource{
  44. color: $col-1;
  45. }
  46. }
  47. }
  48. &.programme-5{
  49. #node\:title,.field_sous_titre,.field_intro{
  50. color: $col-mond;
  51. }
  52. article{
  53. h2,h3,h4,h5,h6,.field_titre,.field_type_de_ressource{
  54. color: $col-mond;
  55. }
  56. }
  57. }
  58. &.programme-6{
  59. #node\:title,.field_sous_titre,.field_intro{
  60. color: $col-ter;
  61. }
  62. article{
  63. h2,h3,h4,h5,h6,.field_titre,.field_type_de_ressource{
  64. color: $col-ter;
  65. }
  66. }
  67. }
  68. &.programme-7{
  69. #node\:title,.field_sous_titre,.field_intro{
  70. color: $col-met;
  71. }
  72. article{
  73. h2,h3,h4,h5,h6,.field_titre,.field_type_de_ressource{
  74. color: $col-met;
  75. }
  76. }
  77. }
  78. &.programme-883{
  79. #node\:title,.field_sous_titre,.field_intro{
  80. color: $col-transition;
  81. }
  82. article{
  83. h2,h3,h4,h5,h6,.field_titre,.field_type_de_ressource{
  84. color: $col-transition;
  85. }
  86. }
  87. }
  88. &.programme-878{
  89. #node\:title,.field_sous_titre,.field_intro{
  90. color: $col-exode;
  91. }
  92. article{
  93. h2,h3,h4,h5,h6,.field_titre,.field_type_de_ressource{
  94. color: $col-exode;
  95. }
  96. }
  97. }
  98. }
  99. }
  100. main{
  101. h2{
  102. text-transform: uppercase;
  103. font-family: 'duke';
  104. font-size: $font-extra;
  105. }
  106. }
  107. a{
  108. color:inherit;
  109. }
  110. strong, b{
  111. font-weight: 600;
  112. }
  113. i, em{
  114. font-style: italic;
  115. }
  116. // slick carrousel
  117. .slick-track{
  118. display: flex;
  119. align-items: center;
  120. }
  121. .slick-arrow{
  122. font-size: 0;
  123. background: center / 40% no-repeat url(../../images/fleche.svg);
  124. @include breakpoint(small down) {
  125. background: center / 100% no-repeat url(../../images/fleche.svg);
  126. }
  127. }
  128. .slick-arrow{
  129. position: absolute;
  130. height: 100%;
  131. cursor: pointer;
  132. z-index: 100;
  133. // background-color: white;
  134. opacity: 0.2;
  135. transition: opacity 250ms;
  136. width: 10%;
  137. &:hover{
  138. opacity: .5;
  139. }
  140. }
  141. .slick-next{
  142. right: 0;
  143. top: 0;
  144. }
  145. .slick-prev{
  146. -moz-transform: rotate(180deg);
  147. -webkit-transform: rotate(180deg);
  148. -o-transform: rotate(180deg);
  149. -ms-transform: rotate(180deg);
  150. transform: rotate(180deg);
  151. }
  152. // end carousel
  153. .block-region-first{
  154. #node\:field_programme{
  155. .field_programme{
  156. *{
  157. background: none !important;
  158. }
  159. }
  160. }
  161. }
  162. .footer_bottom_right_container{
  163. .ext{
  164. display: none;
  165. }
  166. }
  167. //map
  168. .leaflet-marker-icon{
  169. // padding: .5rem;
  170. a{
  171. text-decoration: none;
  172. color: white;
  173. display: block;
  174. padding: .6rem;
  175. font-weight: 600;
  176. font-size: 0;
  177. border-radius: 50%;
  178. transition: all 250ms;
  179. &:hover{
  180. background: white;
  181. font-size: $font-small;
  182. transition: all 250ms;
  183. border-radius: 0;
  184. }
  185. }
  186. .programme-1{
  187. background: $col-1;
  188. &:hover{
  189. color: $col-1;
  190. }
  191. }
  192. .programme-2{
  193. background: $col-2;
  194. &:hover{
  195. color: $col-2;
  196. }
  197. }
  198. .programme-3{
  199. background: $col-eur;
  200. &:hover{
  201. color: $col-eur;
  202. }
  203. }
  204. .programme-4{
  205. background: $col-1;
  206. &:hover{
  207. color: $col-1;
  208. }
  209. }
  210. .programme-5{
  211. background: $col-mond;
  212. &:hover{
  213. color: $col-mond;
  214. }
  215. }
  216. .programme-6{
  217. background: $col-ter;
  218. &:hover{
  219. color: $col-ter;
  220. }
  221. }
  222. .programme-7{
  223. background: $col-met;
  224. &:hover{
  225. color: $col-met;
  226. }
  227. }
  228. .programme-883{
  229. background: $col-transition;
  230. &:hover{
  231. color: $col-transition;
  232. }
  233. }
  234. .programme-878{
  235. background: $col-exode;
  236. &:hover{
  237. color: $col-exode;
  238. }
  239. }
  240. }
  241. //end map