_typography.scss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  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. strong{
  50. font-weight: bold!important;
  51. }
  52. a{
  53. text-decoration: underline;
  54. }
  55. em{
  56. font-style: italic;
  57. }
  58. }
  59. }
  60. }
  61. #item_list{
  62. &.commanditaires{
  63. flex-direction: column;
  64. .card-title{
  65. line-height: normal;
  66. }
  67. }
  68. }
  69. }
  70. }
  71. #item{
  72. h2{
  73. width: auto;
  74. line-height: 4rem!important;
  75. font-size: 4rem!important;
  76. font-weight: normal!important;
  77. }
  78. span{
  79. font-size: 1rem;
  80. }
  81. &.publique{
  82. h2{
  83. font-family: $playfair;
  84. }
  85. span{
  86. font-family: $playfair;
  87. font-weight: normal;
  88. }
  89. }
  90. &.sociale{
  91. h2{
  92. font-family: $syne;
  93. }
  94. span{
  95. font-family: $syne;
  96. font-weight: normal;
  97. }
  98. }
  99. &.culturelle{
  100. h2{
  101. font-family: $avara;
  102. }
  103. span{
  104. font-family: $avara;
  105. font-weight: normal;
  106. }
  107. }
  108. }
  109. a.publique, span.publique{
  110. font-family: $playfair;
  111. }
  112. a.sociale, span.sociale{
  113. font-family: $syne;
  114. }
  115. a.culturelle, span.culturelle{
  116. font-family: $avara;
  117. }
  118. .sidebar-right{
  119. ul, a{
  120. font-size: 0.9rem;
  121. line-height: 1.2rem;
  122. }
  123. }
  124. .other_projets{
  125. h3{
  126. font-size: $txt-figli;
  127. margin: 0;
  128. }
  129. }
  130. .card{
  131. h2{
  132. margin: 0;
  133. font-size: 1rem;
  134. }
  135. }