_typography.scss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. header{
  2. a{
  3. font-family: $Bold;
  4. font-weight: normal;
  5. text-transform: uppercase;
  6. font-size: $Fcourant;
  7. line-height: $Fcourant;
  8. }
  9. }
  10. h2{
  11. font-family: $Bold;
  12. font-size: $Ftitle;
  13. font-weight: normal;
  14. text-transform: uppercase;
  15. line-height: $Ltitle;
  16. margin: 0;
  17. span{
  18. margin-right: 1rem;
  19. }
  20. }
  21. h3{
  22. font-family: $Bold;
  23. font-size: $Fsub-title;
  24. line-height: $Lsub-title;
  25. font-weight: normal;
  26. }
  27. h5{
  28. font-family: $Bold;
  29. font-size: $Fcourant;
  30. line-height: 1.2rem;
  31. text-transform: uppercase;
  32. font-weight: normal;
  33. }
  34. .card-date{
  35. time{
  36. font-family: $Bold;
  37. font-size: $Fcourant;
  38. line-height: $Lcourant;
  39. text-transform: uppercase;
  40. font-weight: normal;
  41. }
  42. }
  43. p{
  44. font-family: $Bold;
  45. font-weight: normal;
  46. font-size: 1.6rem;
  47. line-height: 1.9rem;
  48. margin: 1rem 0;
  49. }
  50. .card-cat{
  51. font-family: $Bold;
  52. font-weight: normal;
  53. text-transform: uppercase;
  54. font-size: $Fcourant;
  55. line-height: $Lcourant;
  56. }
  57. .card-lieux{
  58. font-family: $Bold;
  59. font-weight: normal;
  60. font-size: $Fcourant;
  61. text-transform: uppercase;
  62. }
  63. .content-item{
  64. .date{
  65. font-size: $Fsub-title;
  66. font-family: $Bold;
  67. font-weight: normal;
  68. }
  69. }
  70. .caption{
  71. margin-top: 10px;
  72. font-size: $Fcourant;
  73. font-family: $Bold;
  74. font-weight: normal;
  75. color: $grey;
  76. }
  77. .home, .blog{
  78. .card{
  79. &:nth-child(5n+1){
  80. @include card(big);
  81. }
  82. &:not(:nth-child(5n+1)){
  83. @include card(small);
  84. }
  85. }
  86. }
  87. .news{
  88. h5{
  89. a{
  90. font-size: $Fcourant!important;
  91. line-height: $Fcourant!important;
  92. }
  93. }
  94. .card-subtitle{
  95. span{
  96. font-size: $Fcourant!important;
  97. line-height: $Fcourant!important;
  98. }
  99. }
  100. }
  101. .item{
  102. .item_title{
  103. margin-bottom: 3rem;
  104. }
  105. .item_content{
  106. width: $item_content;
  107. }
  108. .item_date{
  109. font-family: $Bold;
  110. font-size: $Fsub-title;
  111. // line-height: $Lcourant;
  112. text-transform: uppercase;
  113. line-height: 3rem;
  114. font-weight: normal;
  115. }
  116. }
  117. .archives, .news{
  118. .card{
  119. .card-header{
  120. h5{
  121. font-size: $Fcourant!important;
  122. line-height: $Fcourant!important;
  123. }
  124. }
  125. .card-date{
  126. time{
  127. font-size: $Fcourant!important;
  128. line-height: $Fcourant!important;
  129. }
  130. }
  131. }
  132. }
  133. .modular{
  134. .visit-us{
  135. p{
  136. text-transform: none!important;
  137. color: $grey;
  138. em,a,strong{
  139. color: $grey;
  140. }
  141. }
  142. span{
  143. text-transform: none!important;
  144. }
  145. .open{
  146. text-transform: none!important;
  147. margin-top: 1rem;
  148. font-size: $Fcourant;
  149. font-family: $Bold;
  150. font-weight: normal;
  151. color: black;
  152. margin-bottom: 1rem;
  153. time{
  154. font-size: 1.6rem!important;
  155. line-height: 1.9rem!important;
  156. &:nth-child(1){
  157. margin-right: 4rem;
  158. }
  159. }
  160. }
  161. .adress{
  162. span{
  163. font-size: 1.6rem!important;
  164. line-height: 1.9rem!important;
  165. }
  166. }
  167. }
  168. #body-wrapper{
  169. text-transform: uppercase;
  170. width: $first_card;
  171. span{
  172. font-family: $Bold;
  173. font-size: $Fcourant;
  174. line-height: $Lcourant;
  175. }
  176. }
  177. }
  178. .form{
  179. #custom-form{
  180. font-family: $Bold;
  181. text-transform: uppercase;
  182. font-size: $Fcourant;
  183. .form-label{
  184. color: $grey;
  185. }
  186. label{
  187. color: $grey;
  188. }
  189. .form-data{
  190. input{
  191. text-transform: uppercase;
  192. color: black;
  193. &::placeholder{
  194. color: $grey;
  195. }
  196. &::placeholder-shown{
  197. color: $grey;
  198. }
  199. &::-moz-placeholder {
  200. opacity: 1;
  201. }
  202. &::-moz-placeholder-shown {
  203. opacity: 1;
  204. }
  205. }
  206. .radio{
  207. input[type=radio] ~ span{
  208. color: $grey;
  209. }
  210. input[type=radio]:checked ~ span{
  211. color: black;
  212. }
  213. }
  214. textarea{
  215. font-size: $Fcourant;
  216. text-transform: uppercase;
  217. color: black;
  218. &::placeholder{
  219. color: $grey;
  220. }
  221. &::placeholder-shown{
  222. color: $grey;
  223. }
  224. &::-moz-placeholder {
  225. opacity: 1;
  226. }
  227. &::-moz-placeholder-shown {
  228. opacity: 1;
  229. }
  230. }
  231. }
  232. button{
  233. font-size: $Fcourant;
  234. text-transform: uppercase;
  235. &:hover{
  236. cursor: pointer;
  237. }
  238. }
  239. .toast-success{
  240. text-transform: capitalize;
  241. }
  242. }
  243. }
  244. footer{
  245. font-family: $Bold;
  246. font-weight: normal;
  247. text-transform: uppercase;
  248. font-size: $Fcourant;
  249. color: $grey;
  250. a{
  251. color: $grey;
  252. }
  253. }