_typography.scss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  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. font-family: $Regular-L;
  35. font-size: $fontH1;
  36. line-height: $lineH96;
  37. }
  38. }
  39. h2{
  40. font-size: $fonth2;
  41. line-height: $lineH40;
  42. margin-bottom: -10px;
  43. color: $blue!important;
  44. }
  45. h3{
  46. font-size: $font32;
  47. }
  48. header{
  49. nav{
  50. ul{
  51. li{
  52. a{
  53. font-family: $Regular-L;
  54. font-size: $fontnav;
  55. line-height: $lineH40;
  56. letter-spacing: $letterI1;
  57. color: $blue!important;
  58. }
  59. }
  60. }
  61. }
  62. .logo{
  63. #user{
  64. p{
  65. font-size: $font32;
  66. font-family: $Regular-L;
  67. line-height: $lineH32;
  68. letter-spacing: $letterI1;
  69. }
  70. }
  71. .why_lsdo{
  72. h3{
  73. font-size: $h3;
  74. letter-spacing: $letterI1;
  75. &:hover{
  76. text-decoration: underline;
  77. }
  78. }
  79. }
  80. }
  81. }
  82. #start{
  83. &> section > div > h3{
  84. margin-top: 120px;
  85. }
  86. &> section > div > p{
  87. padding-top: 120px!important;
  88. padding-bottom: 100px;
  89. }
  90. section{
  91. .block{
  92. h3{
  93. text-align: center;
  94. color: #8d2815ff;
  95. text-transform: inherit;
  96. font-family: $Roboto-R;
  97. letter-spacing: 0;
  98. }
  99. .content{
  100. text-align: justify;
  101. }
  102. }
  103. }
  104. #home{
  105. & > p{
  106. font-family: $Roboto-L;
  107. text-align: center;
  108. font-size: $fontPi;
  109. line-height: $lineH24;
  110. }
  111. }
  112. #m-tier{
  113. section{
  114. &:nth-of-type(n+3){
  115. h3{
  116. font-size: 1.5rem;
  117. color: white;
  118. }
  119. }
  120. &:nth-of-type(-n+2){
  121. h3{
  122. text-transform: capitalize;
  123. text-align: center;
  124. color:$h3-color;
  125. text-transform: inherit;
  126. font-family: $Roboto-B;
  127. letter-spacing: 0;
  128. font-size: 1.5rem;
  129. }
  130. }
  131. }
  132. }
  133. #r-f-rences{
  134. & > p{
  135. text-align: center;
  136. font-size: 1.2rem;
  137. line-height: 1.7rem;
  138. }
  139. .title{
  140. margin: 0 50px;
  141. }
  142. h3{
  143. font-family: $Regular-L;
  144. text-align: center;
  145. color: $h3-color;
  146. width: 350px;
  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. }