_typography.scss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  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. .home{
  16. h2, p{
  17. font-size: $txt-figli;
  18. line-height: 3rem;
  19. }
  20. #text_figli{
  21. strong{
  22. position: relative;
  23. &::after{
  24. display: block;
  25. position: absolute;
  26. content: "";
  27. width: 100%;
  28. height: 1px;
  29. background: black;
  30. bottom: 0;
  31. }
  32. }
  33. a{
  34. position: relative;
  35. &#publique{
  36. font-family: $playfair;
  37. }
  38. &#sociale{
  39. font-family: $syne;
  40. }
  41. &#culturelle{
  42. font-family: $avara;
  43. }
  44. &#commanditaires{
  45. font-family: $moche;
  46. }
  47. }
  48. #item{
  49. .e-content{
  50. p{
  51. font-size: 1.5rem;
  52. line-height: 3rem;
  53. strong{
  54. font-weight: bold!important;
  55. }
  56. a{
  57. text-decoration: underline;
  58. }
  59. em{
  60. font-style: italic;
  61. }
  62. }
  63. }
  64. }
  65. #item_list{
  66. &.commanditaires{
  67. flex-direction: column;
  68. .card-title{
  69. line-height: normal;
  70. }
  71. }
  72. }
  73. }
  74. }
  75. #item{
  76. h2{
  77. width: auto;
  78. line-height: 4rem!important;
  79. font-size: 4rem!important;
  80. font-weight: normal!important;
  81. }
  82. span{
  83. font-size: 1rem;
  84. }
  85. &.publique{
  86. h2{
  87. font-family: $playfair;
  88. }
  89. span{
  90. font-family: $playfair;
  91. font-weight: normal;
  92. }
  93. }
  94. &.sociale{
  95. h2{
  96. font-family: $syne;
  97. }
  98. span{
  99. font-family: $syne;
  100. font-weight: normal;
  101. }
  102. }
  103. &.culturelle{
  104. h2{
  105. font-family: $avara;
  106. }
  107. span{
  108. font-family: $avara;
  109. font-weight: normal;
  110. }
  111. }
  112. }
  113. a.publique, span.publique{
  114. font-family: $playfair;
  115. }
  116. a.sociale, span.sociale{
  117. font-family: $syne;
  118. }
  119. a.culturelle, span.culturelle{
  120. font-family: $avara;
  121. }
  122. .sidebar-right{
  123. h2{
  124. margin: .5rem 0rem 0rem 0rem;
  125. }
  126. ul > span{
  127. font-size: 0.8rem;
  128. line-height: 1rem!important;
  129. text-decoration: underline;
  130. margin-bottom: 0.5rem;
  131. }
  132. ul > li{
  133. font-size: 1.7rem;
  134. line-height: 2rem;
  135. a{
  136. font-size: 1.7rem;
  137. line-height: 2rem;
  138. border-radius: 50px;
  139. }
  140. }
  141. .informations{
  142. padding: 1rem;
  143. &> div{
  144. margin-bottom: 1rem;
  145. }
  146. h3{
  147. font-size: 1.5rem;
  148. line-height: 2rem;
  149. margin: 0;
  150. }
  151. p{
  152. font-size: 1rem;
  153. line-height: 1.5rem;
  154. }
  155. }
  156. }
  157. .other_projets{
  158. h3{
  159. font-size: $txt-figli;
  160. margin: 0;
  161. }
  162. }
  163. .card{
  164. h2{
  165. margin: 0;
  166. font-size: 1rem;
  167. }
  168. }