You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

82 lines
2.5KB

  1. $dir-fonts: '/public/assets/fonts/';
  2. $dir-img: '/public/assets/img/';
  3. $yellow: #fce767;
  4. $red: #e73452;
  5. $orange: #dc5b2f;
  6. $blue: #17428c;
  7. $green: #568b6f;
  8. $maron: #925038;
  9. //taille du menu
  10. $headerheight: 122px;
  11. $sm: 576px;
  12. $md: 768px;
  13. $lg: 992px;
  14. $xl: 1200px;
  15. //Bootstrap
  16. $grid-columns: 12;
  17. $grid-gutter-width: 30px;
  18. $grid-breakpoints: (
  19. // Extra small screen / phone
  20. xs: 0,
  21. // Small screen / phone
  22. sm: $sm,
  23. // Medium screen / tablet
  24. md: $md,
  25. // Large screen / desktop
  26. lg: $lg,
  27. // Extra large screen / wide desktop
  28. xl: $xl
  29. );
  30. @font-face {
  31. font-family: 'dinregular';
  32. src: url($dir-fonts + 'din_regular-webfont.eot');
  33. src: url($dir-fonts + 'din_regular-webfont.eot?#iefix') format('embedded-opentype'),
  34. url($dir-fonts +'din_regular-webfont.woff2') format('woff2'),
  35. url($dir-fonts +'din_regular-webfont.woff') format('woff'),
  36. url($dir-fonts +'din_regular-webfont.ttf') format('truetype'),
  37. url($dir-fonts +'din_regular-webfont.svg#dinregular') format('svg');
  38. font-weight: normal;
  39. font-style: normal;
  40. }
  41. @font-face {
  42. font-family: 'dinbold';
  43. src: url($dir-fonts + 'din_bold-webfont.eot');
  44. src: url($dir-fonts + 'din_bold-webfont.eot?#iefix') format('embedded-opentype'),
  45. url($dir-fonts +'din_bold-webfont.woff2') format('woff2'),
  46. url($dir-fonts +'din_bold-webfont.woff') format('woff'),
  47. url($dir-fonts +'din_bold-webfont.ttf') format('truetype'),
  48. url($dir-fonts +'din_bold-webfont.svg#dinregular') format('svg');
  49. font-weight: normal;
  50. font-style: normal;
  51. }
  52. @font-face {
  53. font-family: 'FranklinGothic';
  54. src: url($dir-fonts + 'franklingothic-webfont.eot');
  55. src: url($dir-fonts + 'franklingothic-webfont.eot?#iefix') format('embedded-opentype'),
  56. url($dir-fonts +'franklingothic-webfont.woff2') format('woff2'),
  57. url($dir-fonts +'franklingothic-webfont.woff') format('woff'),
  58. url($dir-fonts +'franklingothic-webfont.ttf') format('truetype'),
  59. url($dir-fonts +'franklingothic-webfont.svg#dinregular') format('svg');
  60. font-weight: normal;
  61. font-style: normal;
  62. }
  63. @font-face {
  64. font-family: 'Georgia';
  65. src: url($dir-fonts + 'georgia-webfont.eot');
  66. src: url($dir-fonts + 'georgia-webfont.eot?#iefix') format('embedded-opentype'),
  67. url($dir-fonts +'georgia-webfont.woff2') format('woff2'),
  68. url($dir-fonts +'georgia-webfont.woff') format('woff'),
  69. url($dir-fonts +'georgia-webfont.ttf') format('truetype'),
  70. url($dir-fonts +'georgia-webfont.svg#dinregular') format('svg');
  71. font-weight: normal;
  72. font-style: normal;
  73. }