@use "sass:color";

//Personnalisations pour Bootstrap donc avant cf. https://getbootstrap.com/docs/4.4/getting-started/theming/

@import "variables";

$font-family-sans-serif: $police;
$headings-font-family: $titraille;

$font-size-base:  1.05rem;
$line-height-base: 1.4;

$black : $noir;
$white : $blanc;
$body-bg: $noir;
$body-color: $blanc;
$theme-colors: (
  "primary": $dominante
);

$link-color:$fiesta;

//On amène Bootstrap

@import "../lib/bootstrap/scss/bootstrap";

.spip_documents img{
	@extend .img-fluid;
}
.boutons
{
	.btn{
		@extend .btn-primary;
	}
}
