_typography.scss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. h1, h2, h3, p, ul, li, a, span{
  2. font-family: $lato;
  3. font-weight: lighter;
  4. }
  5. header{
  6. a{
  7. font-size: $txt-figli;
  8. line-height: $Flhome;
  9. }
  10. }
  11. a, button{
  12. border: none;
  13. outline: none!important;
  14. }
  15. .title-menu{
  16. h2{
  17. font-family: $rammetto;
  18. }
  19. }
  20. .home{
  21. h2, p{
  22. font-size: $txt-figli;
  23. line-height: 3rem;
  24. }
  25. #text_figli{
  26. strong{
  27. position: relative;
  28. &::after{
  29. display: block;
  30. position: absolute;
  31. content: "";
  32. width: 100%;
  33. height: 1px;
  34. background: black;
  35. bottom: 0;
  36. }
  37. }
  38. a{
  39. position: relative;
  40. &#publique{
  41. font-family: $playfair;
  42. }
  43. &#sociale{
  44. font-family: $syne;
  45. }
  46. &#culturelle{
  47. font-family: $avara;
  48. }
  49. &#commanditaires{
  50. font-family: $moche;
  51. }
  52. &#figureslibres{
  53. font-family: $rammetto;
  54. }
  55. &#logiciels-libres{
  56. font-family: $rumeur;
  57. }
  58. }
  59. #item{
  60. .e-content{
  61. p{
  62. font-size: 1.5rem;
  63. line-height: 3rem;
  64. strong{
  65. font-weight: bold!important;
  66. }
  67. a{
  68. text-decoration: underline;
  69. }
  70. em{
  71. font-style: italic;
  72. }
  73. }
  74. }
  75. }
  76. #item_list{
  77. &.commanditaires{
  78. flex-direction: column;
  79. .card-title{
  80. line-height: normal;
  81. }
  82. }
  83. &.figureslibres{
  84. p{
  85. strong{
  86. margin-top: 10px;
  87. font-family: $rammetto;
  88. display: block;
  89. &::after{
  90. display: none;
  91. }
  92. }
  93. }
  94. }
  95. &.logiciels-libres{
  96. p{
  97. margin-top: 10px;
  98. strong{
  99. display: block;
  100. font-weight: bold;
  101. &::after{
  102. display: none;
  103. }
  104. }
  105. }
  106. }
  107. &.figureslibres{
  108. p{
  109. margin-top: 10px;
  110. strong{
  111. display: block;
  112. font-weight: bold;
  113. &::after{
  114. display: none;
  115. }
  116. }
  117. }
  118. }
  119. }
  120. }
  121. }
  122. #item{
  123. h2{
  124. width: auto;
  125. line-height: 4rem!important;
  126. font-size: 4rem!important;
  127. font-weight: normal!important;
  128. }
  129. span{
  130. font-size: 1rem;
  131. }
  132. &.publique{
  133. h2{
  134. font-family: $playfair;
  135. }
  136. span{
  137. font-family: $playfair;
  138. font-weight: normal;
  139. }
  140. }
  141. &.sociale{
  142. h2{
  143. font-family: $syne;
  144. }
  145. span{
  146. font-family: $syne;
  147. font-weight: normal;
  148. }
  149. }
  150. &.culturelle{
  151. h2{
  152. font-family: $avara;
  153. }
  154. span{
  155. font-family: $avara;
  156. font-weight: normal;
  157. }
  158. }
  159. }
  160. a.publique, span.publique{
  161. font-family: $playfair;
  162. }
  163. a.sociale, span.sociale{
  164. font-family: $syne;
  165. }
  166. a.culturelle, span.culturelle{
  167. font-family: $avara;
  168. }
  169. .sidebar-right{
  170. h2{
  171. margin: .5rem 0rem 0rem 0rem;
  172. }
  173. ul > span{
  174. font-size: 0.8rem;
  175. line-height: 1rem!important;
  176. text-decoration: underline;
  177. margin-bottom: 0.5rem;
  178. }
  179. ul > li{
  180. font-size: 1.7rem;
  181. line-height: 2.5rem;
  182. a{
  183. font-size: 1.7rem;
  184. line-height: 2rem;
  185. border-radius: 50px;
  186. }
  187. }
  188. .informations{
  189. padding: 1rem;
  190. &> div{
  191. margin-bottom: 1rem;
  192. }
  193. h3{
  194. font-size: 1.5rem;
  195. line-height: 2rem;
  196. margin: 0;
  197. }
  198. p{
  199. font-size: 1rem;
  200. line-height: 1.5rem;
  201. }
  202. }
  203. }
  204. .other_projets{
  205. h3{
  206. font-size: $txt-figli;
  207. margin: 0;
  208. }
  209. }
  210. .card{
  211. h2{
  212. margin: 0;
  213. font-size: 1rem;
  214. }
  215. }