_typography.scss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. html, body{
  2. font-family: $Regular;
  3. line-height: 1.35;
  4. }
  5. h2{
  6. font-size: 2rem;
  7. }
  8. h4{
  9. font-weight: normal;
  10. font-size: 2rem;
  11. }
  12. h5{
  13. font-weight: normal;
  14. font-size: 1.2rem;
  15. }
  16. nav{
  17. a{
  18. font-family: $Bold;
  19. font-size: 0.9rem;
  20. }
  21. }
  22. .container{
  23. & > .title{
  24. font-family: $Bold;
  25. }
  26. }
  27. .card-header{
  28. .publics{
  29. .tags{
  30. font-size: 0.8rem;
  31. font-family: $Bold;
  32. }
  33. }
  34. }
  35. .card-title{
  36. font-family: $Bold;
  37. font-size: 1.2rem;
  38. .date{
  39. font-size: 0.8rem;
  40. }
  41. }
  42. p{
  43. font-size: 0.9rem;
  44. strong{
  45. font-family: $Bold;
  46. font-weight: normal;
  47. }
  48. }
  49. .gal{
  50. h1{
  51. font-family:$now_alt_bold;
  52. font-weight: 400;
  53. font-size: 1.2rem;
  54. line-height: 2.2rem;
  55. }
  56. }
  57. .entete{
  58. h1{
  59. font-size: 1.2rem;
  60. color: white;
  61. }
  62. p{
  63. font-family:$now_alt_bold;
  64. font-weight: 400;
  65. font-size: 1.5rem;
  66. line-height: 2rem;
  67. }
  68. }
  69. #home{
  70. p:not(:last-child){
  71. strong{
  72. font-size: 1.3rem;
  73. }
  74. }
  75. .content{
  76. p{
  77. strong{
  78. font-family:$now_alt_bold;
  79. font-weight: 400;
  80. }
  81. &:nth-of-type(n+4):not(:last-child){
  82. text-align: center;
  83. strong{
  84. color: $red;
  85. font-family:$now_alt_bold;
  86. font-weight: 400;
  87. }
  88. }
  89. }
  90. }
  91. }
  92. #item{
  93. .content{
  94. .content_s{
  95. h4{
  96. font-family: $Bold;
  97. font-size: 1.3rem;
  98. }
  99. }
  100. }
  101. }
  102. .sidebar{
  103. .date{
  104. font-size: 0.8rem;
  105. }
  106. h2{
  107. font-family:$now_alt_bold;
  108. font-weight: 400;
  109. font-size: 1.4rem;
  110. line-height: 100px;
  111. color: white;
  112. text-align: center;
  113. }
  114. h3{
  115. font-size: 1.3rem;
  116. font-family:$now_alt_bold;
  117. font-weight: 400;
  118. }
  119. .date{
  120. color: $grey;
  121. }
  122. .side-all-agenda{
  123. a{
  124. font-size: 0.9rem;
  125. font-family: $Bold;
  126. }
  127. }
  128. }
  129. #newsletter{
  130. label{
  131. font-size: 1rem;
  132. line-height: 1.9rem;
  133. font-weight: normal;
  134. font-family: $Bold;
  135. }
  136. }
  137. .cat{
  138. width: 100%;
  139. a{
  140. font-family: $Bold;
  141. }
  142. }
  143. .dt{
  144. font-family: $Bold;
  145. color: $red;
  146. }
  147. #ajax-test-form{
  148. .form-label{
  149. font-size: 1.2rem;
  150. font-family: $Bold;
  151. }
  152. .radio{
  153. .form-radio{
  154. font-size: 1rem;
  155. font-family: $Bold;
  156. }
  157. }
  158. .button-wrapper{
  159. button{
  160. font-family: $Bold;
  161. }
  162. }
  163. }
  164. #send-valide{
  165. .toast{
  166. font-size: 1.3rem;
  167. font-family: $Bold;
  168. }
  169. .ok{
  170. font-family: $Bold;
  171. }
  172. }
  173. #devis{
  174. h4{
  175. font-size: 1rem;
  176. font-family:$now_alt_bold;
  177. font-weight: 400;
  178. }
  179. p{
  180. &:nth-of-type(1){
  181. color: white;
  182. text-align: center;
  183. }
  184. strong{
  185. font-family:$now_alt_bold;
  186. font-weight: 400;
  187. }
  188. }
  189. .demander-votre-devis{
  190. h2{
  191. font-family:$now_alt_light;
  192. font-weight: 400;
  193. }
  194. a{
  195. color: white;
  196. strong{
  197. font-family:$now_alt_bold;
  198. font-weight: 400;
  199. }
  200. }
  201. }
  202. }
  203. #reco{
  204. h5{
  205. font-family:$Bold;
  206. font-weight: 400;
  207. }
  208. }
  209. #footer{
  210. font-family:$now_alt_medium;
  211. font-weight: 400;
  212. p{
  213. font-size: 0.8rem;
  214. a{
  215. font-family: $Bold;
  216. }
  217. }
  218. }