// Options
// 
// Quickly modify global styling by enabling or disabling optional features.
  
$enable-rounded:            true !default;
$enable-shadows:            true;
$enable-transitions:        true;
$enable-hover-media-query:  false;
$enable-grid-classes:       true;
$enable-print-styles:       true;

// Variables
//
// Colors

$theme-colors: (
  primary: #7f91ad,
  secondary: #95ad7f,
  light: #f3f3f3,
  dark: #151515,
  info: #bcbc73,
  success: #687a6b,
  warning: #bc8d24,
  danger: #dc3545,
  jaune : #d6bf34,
);

$body-bg: white;
$body-color: #333;


$body-color-inverse: invert($body-color) !default;
$link-color: #12bbad;

// Fonts
$font-family-base: Trebuchet MS, Helvetica, sans-serif;
$headings-font-family: Trebuchet MS, Helvetica, sans-serif;
$display-font-family: $font-family-base;
$font-weight-normal: 400;
$headings-font-weight: 900;
$lead-font-size:   1.30rem;

$spacer: 1.5rem;
$font-weight-light: 300;
$font-weight-bold: 900;

@import 'bootstrap-4.3.1';

@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;300;500&family=Raleway:wght@;500;800;900&display=swap');



.head-3 {font-size :1.2em;color :#7f91ad; font-family:Raleway; font-weight : $headings-font-weight; text-transform : uppercase;
}
.head-2, .head-1, .head-4, .head-5 { font-family:Raleway; font-weight : $headings-font-weight; text-transform : uppercase;
}
.raleway{font-family:Raleway; font-weight : $headings-font-weight; text-transform : uppercase}

.bg-with {background-color:#FFFFFF;
}

.bg-clear-info {background-color:rgba(219, 210, 29, .05)
}