_typography.scss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  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. .home{
  12. p{
  13. font-size: $txt-figli;
  14. line-height: 3rem;
  15. }
  16. #text_figli{
  17. strong{
  18. position: relative;
  19. &::after{
  20. display: block;
  21. position: absolute;
  22. content: "";
  23. width: 100%;
  24. height: 1px;
  25. background: black;
  26. bottom: 0;
  27. }
  28. }
  29. a{
  30. position: relative;
  31. &#publique{
  32. font-family: $playfair;
  33. }
  34. &#sociale{
  35. font-family: $syne;
  36. }
  37. &#culturelle{
  38. font-family: $avara;
  39. }
  40. &#commanditaires{
  41. font-family: $moche;
  42. }
  43. }
  44. #item{
  45. .e-content{
  46. p{
  47. font-size: 1rem;
  48. line-height: 1.2rem;
  49. }
  50. }
  51. }
  52. #item_list{
  53. &.commanditaires{
  54. flex-direction: column;
  55. .card-title{
  56. line-height: normal;
  57. }
  58. }
  59. }
  60. }
  61. }
  62. #item{
  63. h2{
  64. width: auto;
  65. line-height: 4rem!important;
  66. font-size: 4rem!important;
  67. font-weight: normal!important;
  68. }
  69. span{
  70. font-size: 1rem;
  71. }
  72. &.publique{
  73. h2{
  74. font-family: $playfair;
  75. }
  76. span{
  77. font-family: $playfair;
  78. font-weight: normal;
  79. }
  80. }
  81. &.sociale{
  82. h2{
  83. font-family: $syne;
  84. }
  85. span{
  86. font-family: $syne;
  87. font-weight: normal;
  88. }
  89. }
  90. &.culturelle{
  91. h2{
  92. font-family: $avara;
  93. }
  94. span{
  95. font-family: $avara;
  96. font-weight: normal;
  97. }
  98. }
  99. }
  100. a.publique, span.publique{
  101. font-family: $playfair;
  102. }
  103. a.sociale, span.sociale{
  104. font-family: $syne;
  105. }
  106. a.culturelle, span.culturelle{
  107. font-family: $avara;
  108. }
  109. .sidebar-right{
  110. ul, a{
  111. font-size: 0.9rem;
  112. line-height: 1.2rem;
  113. }
  114. }
  115. .other_projets{
  116. h3{
  117. font-size: $txt-figli;
  118. margin: 0;
  119. }
  120. }
  121. .card{
  122. h2{
  123. margin: 0;
  124. font-size: 1rem;
  125. }
  126. }