_typography.scss 2.8 KB

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