_typography.scss 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342
  1. html, body{
  2. font-family: $Regular;
  3. line-height: 1.35;
  4. }
  5. h2{
  6. font-size: 2rem;
  7. }
  8. h4, #thanks{
  9. font-weight: normal;
  10. font-size: 1rem;
  11. font-family: $Bold;
  12. }
  13. h5{
  14. font-weight: normal;
  15. font-size: 1.2rem;
  16. }
  17. nav{
  18. a{
  19. font-family: $Bold;
  20. font-size: 0.9rem;
  21. }
  22. }
  23. .container{
  24. & > .title{
  25. font-family: $Bold;
  26. }
  27. }
  28. .card-header{
  29. .publics{
  30. font-size: 0.8rem;
  31. font-family: $Bold;
  32. }
  33. }
  34. .card-title{
  35. h2{
  36. font-family:$now_alt_bold;
  37. font-weight: 400;
  38. font-size: 1.2rem!important;
  39. }
  40. .date{
  41. font-size: 0.8rem;
  42. }
  43. }
  44. .card-content{
  45. .reso{
  46. a{
  47. font-family: $Bold;
  48. font-weight: 400;
  49. }
  50. }
  51. }
  52. p{
  53. font-size: 0.9rem;
  54. strong{
  55. font-family: $Bold;
  56. font-weight: normal;
  57. }
  58. }
  59. .gal{
  60. p{
  61. font-family:$now_alt_bold;
  62. font-weight: 400;
  63. font-size: 1.2rem;
  64. line-height: 2.2rem;
  65. }
  66. }
  67. .entete{
  68. h1{
  69. font-size: 1.2rem;
  70. color: white;
  71. }
  72. p{
  73. font-family:$now_alt_bold;
  74. font-weight: 400;
  75. font-size: 1.5rem;
  76. line-height: 2rem;
  77. }
  78. }
  79. #home{
  80. p:not(:last-child){
  81. strong{
  82. font-size: 1.3rem;
  83. }
  84. }
  85. .content{
  86. p{
  87. strong{
  88. font-family:$now_alt_bold;
  89. font-weight: 400;
  90. }
  91. &:nth-of-type(n+4):not(:last-child){
  92. text-align: center;
  93. strong{
  94. color: $red;
  95. font-family:$now_alt_bold;
  96. font-weight: 400;
  97. }
  98. }
  99. }
  100. }
  101. }
  102. #articles{
  103. .card{
  104. line-height: 1.5rem;
  105. .card-title{
  106. font-family: $Bold;
  107. font-weight: normal;
  108. }
  109. .wrapper-info{
  110. margin: 5px 0;
  111. font-size: 0.8rem;
  112. font-family: $Bold;
  113. color: $red;
  114. .dt{
  115. text-transform: lowercase;
  116. }
  117. }
  118. .readmore{
  119. font-family: $Bold;
  120. font-size: 0.8rem;
  121. }
  122. }
  123. }
  124. .paginations{
  125. font-family: $Bold;
  126. font-size: 0.8rem;
  127. }
  128. #item, #item-article{
  129. .title-wrapper{
  130. .back{
  131. font-family: $Bold;
  132. }
  133. .title{
  134. h1{
  135. color: white;
  136. font-size: 1.2rem;
  137. }
  138. }
  139. }
  140. .info-wrapper{
  141. .date{
  142. font-family: $Bold;
  143. color: $red;
  144. font-size: 0.8rem;
  145. .dt{
  146. text-transform: lowercase;
  147. }
  148. }
  149. .reso{
  150. font-size: 0.8rem;
  151. font-family: $Bold;
  152. }
  153. }
  154. .body-wrapper{
  155. .card-image{
  156. }
  157. .card-content{
  158. .txt{
  159. p{
  160. line-height: 1.5rem;
  161. }
  162. h2{
  163. font-size: 1.2rem;
  164. font-family: $Bold;
  165. font-weight: normal;
  166. }
  167. ul{
  168. li{
  169. font-size: 0.9rem;
  170. line-height: 1.5rem;
  171. }
  172. }
  173. }
  174. }
  175. }
  176. }
  177. #item, #item-article{
  178. .content{
  179. .content_s{
  180. h2{
  181. font-family: $Bold;
  182. font-size: 1.3rem;
  183. }
  184. }
  185. }
  186. .icones{
  187. p{
  188. font-family: $now_alt_bold;
  189. font-weight: 400;
  190. color: $red;
  191. font-size: 1.2rem;
  192. }
  193. }
  194. }
  195. .sidebar{
  196. .date{
  197. font-size: 0.8rem;
  198. }
  199. h2{
  200. font-family:$now_alt_bold;
  201. font-weight: 400;
  202. font-size: 1.4rem;
  203. line-height: 100px;
  204. color: white;
  205. text-align: center;
  206. }
  207. h3{
  208. font-size: 1.1rem;
  209. font-family:$now_alt_bold;
  210. font-weight: 400;
  211. }
  212. .date{
  213. color: $grey;
  214. }
  215. .side-all-agenda{
  216. a{
  217. font-size: 0.9rem;
  218. font-family: $Bold;
  219. }
  220. }
  221. }
  222. #newsletter{
  223. label{
  224. font-size: 1rem;
  225. line-height: 1.9rem;
  226. font-weight: normal;
  227. font-family: $Bold;
  228. }
  229. }
  230. .cat{
  231. width: 100%;
  232. a, label{
  233. font-family: $Bold;
  234. }
  235. }
  236. .dt{
  237. font-family: $Bold;
  238. color: $red;
  239. }
  240. #ajax-test-form{
  241. .form-label{
  242. font-size: 1.2rem;
  243. font-family: $Bold;
  244. }
  245. .radio{
  246. .form-radio{
  247. font-size: 1rem;
  248. font-family: $Bold;
  249. }
  250. }
  251. .button-wrapper{
  252. button{
  253. font-family: $Bold;
  254. }
  255. }
  256. }
  257. #send-valide{
  258. .toast{
  259. font-size: 1.3rem;
  260. font-family: $Bold;
  261. }
  262. .ok{
  263. font-family: $Bold;
  264. }
  265. }
  266. #devis{
  267. h4{
  268. font-size: 1rem;
  269. font-family:$now_alt_bold;
  270. font-weight: 400;
  271. }
  272. p{
  273. &:nth-of-type(1){
  274. color: white;
  275. text-align: center;
  276. }
  277. strong{
  278. font-family:$now_alt_bold;
  279. font-weight: 400;
  280. }
  281. }
  282. &.item, &.item-article{
  283. .title{
  284. font-family: $Bold;
  285. }
  286. }
  287. }
  288. .demander-votre-devis{
  289. a{
  290. p:nth-of-type(1){
  291. font-size: 2rem;
  292. }
  293. color: white;
  294. strong{
  295. font-family:$now_alt_bold;
  296. font-weight: 400;
  297. }
  298. }
  299. }
  300. #reco{
  301. h5{
  302. font-family:$Bold;
  303. font-weight: 400;
  304. }
  305. }
  306. #footer{
  307. font-family:$now_alt_medium;
  308. font-weight: 400;
  309. p{
  310. font-size: 0.8rem;
  311. a{
  312. font-family: $Bold;
  313. }
  314. }
  315. }