
/* === CHARTE COULEUR CARRELETS BOIS === */

/* Boutons primaires */
.btn-primary {
  --bs-btn-bg: #A0714F !important;
  --bs-btn-border-color: #A0714F !important;
  --bs-btn-hover-bg: #5C3D20 !important;
  --bs-btn-hover-border-color: #5C3D20 !important;
  --bs-btn-active-bg: #5C3D20 !important;
  --bs-btn-active-border-color: #5C3D20 !important;
  --bs-btn-disabled-bg: #A0714F !important;
  --bs-btn-disabled-border-color: #A0714F !important;
}

/* Liens */
a { color: #A0714F; }
a:hover { color: #5C3D20; }

/* Carousel indicators */
.carousel-indicators .active { background-color: #A0714F !important; }

/* Pagination active */
.page-link.active, .active > .page-link { color: #A0714F !important; }

/* Logo */
img.logo.img-fluid {
  max-width: 200px !important;
  width: auto !important;
  height: auto !important;
}
