_typography.scss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  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. font-family: $rammetto;
  87. display: block;
  88. &::after{
  89. display: none;
  90. }
  91. }
  92. }
  93. }
  94. &.logiciels-libres{
  95. p{
  96. strong{
  97. font-family: $rumeur;
  98. display: block;
  99. &::after{
  100. display: none;
  101. }
  102. }
  103. }
  104. }
  105. }
  106. }
  107. }
  108. #item{
  109. h2{
  110. width: auto;
  111. line-height: 4rem!important;
  112. font-size: 4rem!important;
  113. font-weight: normal!important;
  114. }
  115. span{
  116. font-size: 1rem;
  117. }
  118. &.publique{
  119. h2{
  120. font-family: $playfair;
  121. }
  122. span{
  123. font-family: $playfair;
  124. font-weight: normal;
  125. }
  126. }
  127. &.sociale{
  128. h2{
  129. font-family: $syne;
  130. }
  131. span{
  132. font-family: $syne;
  133. font-weight: normal;
  134. }
  135. }
  136. &.culturelle{
  137. h2{
  138. font-family: $avara;
  139. }
  140. span{
  141. font-family: $avara;
  142. font-weight: normal;
  143. }
  144. }
  145. }
  146. a.publique, span.publique{
  147. font-family: $playfair;
  148. }
  149. a.sociale, span.sociale{
  150. font-family: $syne;
  151. }
  152. a.culturelle, span.culturelle{
  153. font-family: $avara;
  154. }
  155. .sidebar-right{
  156. h2{
  157. margin: .5rem 0rem 0rem 0rem;
  158. }
  159. ul > span{
  160. font-size: 0.8rem;
  161. line-height: 1rem!important;
  162. text-decoration: underline;
  163. margin-bottom: 0.5rem;
  164. }
  165. ul > li{
  166. font-size: 1.7rem;
  167. line-height: 2.5rem;
  168. a{
  169. font-size: 1.7rem;
  170. line-height: 2rem;
  171. border-radius: 50px;
  172. }
  173. }
  174. .informations{
  175. padding: 1rem;
  176. &> div{
  177. margin-bottom: 1rem;
  178. }
  179. h3{
  180. font-size: 1.5rem;
  181. line-height: 2rem;
  182. margin: 0;
  183. }
  184. p{
  185. font-size: 1rem;
  186. line-height: 1.5rem;
  187. }
  188. }
  189. }
  190. .other_projets{
  191. h3{
  192. font-size: $txt-figli;
  193. margin: 0;
  194. }
  195. }
  196. .card{
  197. h2{
  198. margin: 0;
  199. font-size: 1rem;
  200. }
  201. }