_typography.scss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. html,body{
  2. font-size: 16px;
  3. line-height: 22px;
  4. }
  5. h1, h2, h3{
  6. font-family: $Regular-L;
  7. font-weight: normal;
  8. text-transform: uppercase;
  9. }
  10. h1,h2{
  11. letter-spacing: $letterI1;
  12. }
  13. h3{
  14. letter-spacing: 0.2rem;
  15. white-space: nowrap;
  16. }
  17. ul,li,a,p,del{
  18. font-family: $Roboto-R;
  19. font-weight: normal;
  20. font-size: $fontp;
  21. }
  22. em{
  23. font-family: $Roboto-I;
  24. font-weight: normal;
  25. }
  26. strong{
  27. font-family: $Roboto-B;
  28. font-weight: normal;
  29. }
  30. h1{
  31. font-size: $fontH1;
  32. line-height: $lineH96;
  33. a{
  34. color: $blue!important;
  35. font-family: $Regular-L;
  36. font-size: $fontH1;
  37. line-height: $lineH96;
  38. }
  39. }
  40. h2{
  41. font-size: $fonth2;
  42. line-height: $lineH30;
  43. color: $blue!important;
  44. background: white;
  45. }
  46. h3{
  47. font-size: $font32;
  48. }
  49. header{
  50. nav{
  51. ul{
  52. li{
  53. a{
  54. font-family: $Regular-L;
  55. font-size: $fontnav;
  56. line-height: $lineH40;
  57. letter-spacing: $letterI1;
  58. color: $blue!important;
  59. }
  60. }
  61. }
  62. }
  63. .logo{
  64. #user{
  65. p{
  66. font-size: $font32;
  67. font-family: $Regular-L;
  68. line-height: $lineH32;
  69. letter-spacing: $letterI1;
  70. }
  71. }
  72. .why_lsdo{
  73. h3{
  74. font-size: $h3;
  75. letter-spacing: $letterI1;
  76. &:hover{
  77. text-decoration: underline;
  78. }
  79. }
  80. }
  81. }
  82. }
  83. #start{
  84. &> section > div > h3{
  85. // margin-top: 120px;
  86. }
  87. &> section > div > p{
  88. // padding-top: 120px!important;
  89. // padding-bottom: 100px;
  90. }
  91. section{
  92. .block{
  93. h3{
  94. text-align: center;
  95. color: #8d2815ff;
  96. text-transform: inherit;
  97. font-family: $Roboto-R;
  98. letter-spacing: 0;
  99. }
  100. .content{
  101. text-align: justify;
  102. }
  103. }
  104. }
  105. #home{
  106. & > p{
  107. font-family: $Roboto-L;
  108. text-align: center;
  109. font-size: $fontPi;
  110. line-height: $lineH24;
  111. }
  112. }
  113. #m-tier{
  114. section{
  115. &:nth-of-type(n+3){
  116. h3{
  117. font-size: 1.5rem;
  118. color: white;
  119. }
  120. }
  121. &:nth-of-type(-n+2){
  122. h3{
  123. text-transform: capitalize;
  124. text-align: center;
  125. color:$h3-color;
  126. text-transform: inherit;
  127. font-family: $Roboto-B;
  128. letter-spacing: 0;
  129. font-size: 1.5rem;
  130. }
  131. }
  132. }
  133. }
  134. #r-f-rences{
  135. & > p{
  136. text-align: center;
  137. font-size: 1.2rem;
  138. line-height: 1.7rem;
  139. }
  140. .title{
  141. // margin: 0 50px;
  142. }
  143. h3{
  144. font-family: $Regular-L;
  145. text-align: center;
  146. color: $h3-color;
  147. margin: auto;
  148. background-color: $section;
  149. }
  150. #travaux_r-alis-s{
  151. .galerie{
  152. p{
  153. font-size: 0.8rem;
  154. line-height: 1.2rem;
  155. }
  156. }
  157. }
  158. #recommandations{
  159. .owl-carousel{
  160. .content{
  161. p:first-of-type{
  162. text-align: center;
  163. }
  164. }
  165. }
  166. }
  167. }
  168. }
  169. #contact{
  170. p{
  171. strong{
  172. font-family: $Regular-L;
  173. font-weight: normal;
  174. font-size: $h3;
  175. letter-spacing: $letterI1;
  176. color: $blue;
  177. }
  178. }
  179. }
  180. footer{
  181. ul{
  182. li{
  183. text-transform: uppercase;
  184. letter-spacing: $letterI1;
  185. a{
  186. font-family: $Regular-L;
  187. font-size: $fontnav;
  188. color: $blue;
  189. }
  190. }
  191. }
  192. }