$primary: #b81413; $secondary: #de601e; $light: #f0f0f0; $danger: #de5e1c; $warning: #ffbf00; //Couleurs issues de la charte :(gp:gamme principale, gp: gamme secondaire, cc: couleur complémentaire) $gp-1: #b71515; $gp-2: #d71c19; $gp-3: #de601e; $gs-1: #cf3e39; $gs-2: #df4d43; $gs-3: #f2bfa5; $cc: #a3aec9; $link-color: $primary; $link-color-dark: $primary; $navbar-light-color: #b81413; $navbar-dark-color: #b81413; $navbar-light-active-color: black; $navbar-dark-active-color: white; $nav-pills-link-active-color: #b81413; $nav-pills-link-active-bg: #ddd; $min-contrast-ratio: 3.5; $border-color: #bdc0c4; $color-mode-type: media-query; @if not variable-exists('has-fonts') { @font-face { font-family: 'Lato'; font-style: normal; font-weight: 400; src: url(/fonts/Lato-Regular.ttf) format('truetype'); } @font-face { font-family: 'Lato'; font-style: normal; font-weight: 700; src: url(/fonts/Lato-Bold.ttf) format('truetype'); } @font-face { font-family: 'Lato'; font-style: italic; font-weight: 400; src: url(/fonts/Lato-Italic.ttf) format('truetype'); } @font-face { font-family: 'Lato'; font-style: italic; font-weight: 700; src: url(/fonts/Lato-BoldItalic.ttf) format('truetype'); } $font-family-base: 'Lato'; } /* Variables and mixins declared here will be available in all other SCSS files */ @import '../node_modules/bootstrap/scss/functions'; /* Override Bootstrap's variables here */ @import '../node_modules/bootstrap/scss/variables'; @import '../node_modules/bootstrap/scss/variables-dark'; @import '../node_modules/bootstrap/scss/maps'; @import '../node_modules/bootstrap/scss/mixins'; @import '../node_modules/bootstrap/scss/utilities';