_typography.scss 3.0 KB

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