typography.scss 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  1. @font-face {
  2. font-family: 'dukefill';
  3. src: url('../fonts/duke_fill-webfont.woff2') format('woff2'),
  4. url('../fonts/duke_fill-webfont.woff') format('woff');
  5. font-weight: normal;
  6. font-style: normal;
  7. }
  8. @font-face {
  9. font-family: 'cormorantBold';
  10. src: url('../fonts/Cormorant-Bold-webfont.woff2') format('woff2'),
  11. url('../fonts/Cormorant-Bold-webfont.woff') format('woff');
  12. font-weight: normal;
  13. font-style: normal;
  14. }
  15. @font-face {
  16. font-family: 'cormorantBoldItalic';
  17. src: url('../fonts/Cormorant-BoldItalic-webfont.woff2') format('woff2'),
  18. url('../fonts/Cormorant-BoldItalic-webfont.woff') format('woff');
  19. font-weight: lighter;
  20. font-style: normal;
  21. }
  22. @font-face {
  23. font-family: 'truenoregular';
  24. src: url('../fonts/truenorg-webfont.woff2') format('woff2'),
  25. url('../fonts/truenorg-webfont.woff') format('woff');
  26. font-weight: normal;
  27. font-style: normal;
  28. }
  29. #block-mainnavigation{
  30. ul{
  31. li{
  32. font-size: 0.9rem;
  33. a{
  34. color: black;
  35. font-family: 'truenoregular';
  36. &:hover{
  37. color: black;
  38. text-decoration: none;
  39. font-weight: bold;
  40. }
  41. }
  42. }
  43. }
  44. }
  45. a{
  46. &:hover{
  47. text-decoration: none;
  48. }
  49. }
  50. main{
  51. h2{
  52. font-family: 'dukefill';
  53. font-size: 3.5rem;
  54. line-height: 3rem;
  55. letter-spacing: $letter_spacingH;
  56. }
  57. h2, a{
  58. color: $color2;
  59. }
  60. &.home{
  61. h2{
  62. font-size: 2rem;
  63. font-family: 'truenoregular';
  64. line-height: normal;
  65. }
  66. }
  67. #txt_present{
  68. .__sub-title-present{
  69. p{
  70. font-family: 'truenoregular';
  71. font-style: italic;
  72. font-size: 0.9rem;
  73. line-height: 1.2rem;
  74. }
  75. }
  76. .__body-present{
  77. p{
  78. font-family: 'truenoregular';
  79. font-weight: lighter;
  80. font-size: 1.2rem;
  81. line-height: 1.8rem;
  82. }
  83. }
  84. .more_link{
  85. a{
  86. font-size: 0.7rem
  87. }
  88. }
  89. }
  90. .more_link{
  91. a{
  92. font-family: 'truenoregular';
  93. font-size: 0.6rem;
  94. }
  95. }
  96. h3{
  97. text-transform: uppercase;
  98. margin: 2rem 0;
  99. font-family: 'dukefill';
  100. font-size: 3rem;
  101. letter-spacing: $letter_spacingH;
  102. color: $lightgrey;
  103. }
  104. .__ressources{
  105. h4{
  106. text-transform: uppercase;
  107. margin: 2rem 0;
  108. font-family: 'dukefill';
  109. font-size: 2rem;
  110. letter-spacing: $letter_spacingH;
  111. color: $color2
  112. }
  113. }
  114. blockquote{
  115. p{
  116. font-family: 'cormorantBold';
  117. font-size: 2.5rem;
  118. line-height: 3rem;
  119. font-weight: lighter;
  120. }
  121. }
  122. @media screen and (min-width: 768px) {
  123. blockquote{
  124. p{
  125. font-size: 3rem;
  126. line-height: 3.5rem;
  127. }
  128. }
  129. }
  130. p{
  131. font-size: 1rem;
  132. line-height: 1.5rem;
  133. font-family: 'truenoregular';
  134. }
  135. a{
  136. color: black;
  137. &:hover{
  138. color: black;
  139. }
  140. }
  141. .__wrap_content{
  142. p{
  143. a{
  144. display: inline;
  145. background: $underline;
  146. }
  147. }
  148. }
  149. .thumbnails_participants{
  150. *{
  151. color: $color2;
  152. }
  153. .__name{
  154. font-family: 'truenoregular';
  155. font-size: 1rem;
  156. }
  157. .__qualite{
  158. font-family: 'truenoregular';
  159. font-size: 1rem;
  160. font-style: italic;
  161. }
  162. }
  163. .programme{
  164. h3{
  165. font-size: 1.5rem;
  166. font-family: 'truenoregular';
  167. }
  168. }
  169. .thumbnails{
  170. time, .type_moment{
  171. font-family: 'truenoregular';
  172. font-size: 0.9rem;
  173. text-transform: uppercase;
  174. }
  175. &.programme{
  176. .__content{
  177. font-family: 'truenoregular';
  178. font-weight: bold;
  179. font-size: 1rem;
  180. text-transform: uppercase;
  181. }
  182. }
  183. &.publications{
  184. .__content{
  185. div{
  186. font-family: 'cormorantBold';
  187. font-size: 1.2rem;
  188. }
  189. span{
  190. font-family: 'cormorantBoldItalic';
  191. font-size: 1.2rem;
  192. }
  193. }
  194. }
  195. }
  196. .paragraph--type--role-de-l-intervenant{
  197. .___title_inter{
  198. div{
  199. font-family: 'truenoregular';
  200. font-weight: bold;
  201. font-size: 0.8rem;
  202. text-transform: uppercase;
  203. }
  204. }
  205. }
  206. article{
  207. .__head{
  208. div{
  209. font-family: 'truenoregular';
  210. font-size: 1rem;
  211. text-transform: uppercase;
  212. }
  213. }
  214. }
  215. #block-views-block-slide-programme-block-1,
  216. #block-views-block-dernieres-publications-block-1{
  217. h3{
  218. text-transform: uppercase;
  219. margin: 0;
  220. font-family: 'dukefill';
  221. font-size: 2rem;
  222. letter-spacing: $letter_spacingH;
  223. color: $color2
  224. }
  225. }
  226. }
  227. #block-popsu-colloque-submenu{
  228. ul{
  229. li{
  230. a{
  231. font-size: 2rem;
  232. font-family: 'dukefill';
  233. letter-spacing: 0.05rem;
  234. text-transform: uppercase;
  235. }
  236. }
  237. }
  238. }
  239. .more_link{
  240. span{
  241. padding-left: 0.5rem;
  242. }
  243. }