_globals.scss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  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{
  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{
  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{
  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{
  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{
  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{
  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{
  74. color: $col-met;
  75. }
  76. }
  77. }
  78. }
  79. }
  80. main{
  81. h2{
  82. text-transform: uppercase;
  83. font-family: 'duke';
  84. font-size: $font-extra;
  85. }
  86. }
  87. a{
  88. color:inherit;
  89. }
  90. // .ext{
  91. // display: none;
  92. // }
  93. .block-region-first{
  94. #node\:field_programme{
  95. .field_programme{
  96. *{
  97. background: none !important;
  98. }
  99. }
  100. }
  101. }
  102. .footer_bottom_right_container{
  103. .ext{
  104. display: none;
  105. }
  106. }
  107. strong, b{
  108. font-weight: 600;
  109. }
  110. i, em{
  111. font-style: italic;
  112. }
  113. .slick-arrow{
  114. font-size: 0;
  115. background: center / 40% no-repeat url(../../images/fleche.svg);
  116. @include breakpoint(small down) {
  117. background: center / 100% no-repeat url(../../images/fleche.svg);
  118. }
  119. }
  120. .slick-arrow{
  121. position: absolute;
  122. height: 100%;
  123. cursor: pointer;
  124. z-index: 100;
  125. // background-color: white;
  126. opacity: 0.2;
  127. transition: opacity 250ms;
  128. width: 10%;
  129. &:hover{
  130. opacity: .5;
  131. }
  132. }
  133. .slick-next{
  134. right: 0;
  135. top: 0;
  136. }
  137. .slick-prev{
  138. -moz-transform: rotate(180deg);
  139. -webkit-transform: rotate(180deg);
  140. -o-transform: rotate(180deg);
  141. -ms-transform: rotate(180deg);
  142. transform: rotate(180deg);
  143. }
  144. //map
  145. .leaflet-marker-icon{
  146. // padding: .5rem;
  147. a{
  148. text-decoration: none;
  149. color: white;
  150. display: block;
  151. padding: .6rem;
  152. font-weight: 600;
  153. font-size: 0;
  154. border-radius: 50%;
  155. transition: all 250ms;
  156. &:hover{
  157. background: white;
  158. font-size: $font-small;
  159. transition: all 250ms;
  160. border-radius: 0;
  161. }
  162. }
  163. .programme-1{
  164. background: $col-1;
  165. &:hover{
  166. color: $col-1;
  167. }
  168. }
  169. .programme-2{
  170. background: $col-2;
  171. &:hover{
  172. color: $col-2;
  173. }
  174. }
  175. .programme-3{
  176. background: $col-eur;
  177. &:hover{
  178. color: $col-eur;
  179. }
  180. }
  181. .programme-4{
  182. background: $col-1;
  183. &:hover{
  184. color: $col-1;
  185. }
  186. }
  187. .programme-5{
  188. background: $col-mond;
  189. &:hover{
  190. color: $col-mond;
  191. }
  192. }
  193. .programme-6{
  194. background: $col-ter;
  195. &:hover{
  196. color: $col-ter;
  197. }
  198. }
  199. .programme-7{
  200. background: $col-met;
  201. &:hover{
  202. color: $col-met;
  203. }
  204. }
  205. }