_typography.scss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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. &:nth-child(1){
  32. }
  33. &#publique{
  34. font-family: $playfair;
  35. }
  36. &#sociale{
  37. font-family: $syne;
  38. }
  39. &#culturelle{
  40. font-family: $avara;
  41. }
  42. }
  43. #item{
  44. .e-content{
  45. p{
  46. font-size: 1rem;
  47. line-height: 1.2rem;
  48. }
  49. }
  50. }
  51. }
  52. }
  53. #item{
  54. h2{
  55. width: auto;
  56. line-height: 4rem!important;
  57. font-size: 4rem!important;
  58. font-weight: normal!important;
  59. }
  60. span{
  61. font-size: 1rem;
  62. }
  63. &.publique{
  64. h2{
  65. font-family: $playfair;
  66. }
  67. span{
  68. font-family: $playfair;
  69. font-weight: normal;
  70. }
  71. }
  72. &.sociale{
  73. h2{
  74. font-family: $syne;
  75. }
  76. span{
  77. font-family: $syne;
  78. font-weight: normal;
  79. }
  80. }
  81. &.culturelle{
  82. h2{
  83. font-family: $avara;
  84. }
  85. span{
  86. font-family: $avara;
  87. font-weight: normal;
  88. }
  89. }
  90. }
  91. a.publique, span.publique{
  92. font-family: $playfair;
  93. }
  94. a.sociale, span.sociale{
  95. font-family: $syne;
  96. }
  97. a.culturelle, span.culturelle{
  98. font-family: $avara;
  99. }
  100. .sidebar-right{
  101. ul, a{
  102. font-size: 0.7rem;
  103. line-height: 0.9rem;
  104. }
  105. }
  106. .other_projets{
  107. h3{
  108. font-size: $txt-figli;
  109. margin: 0;
  110. }
  111. }
  112. .card{
  113. h2{
  114. margin: 0;
  115. font-size: 1rem;
  116. }
  117. }