_typography.scss 3.3 KB

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