/* Palette Alsace */
:root {
  --core-accent: #A3472F;     /* tuile */
  --secondary-color: #6B4A2B;  /* bois */
  --background-color: #EFE7DA; /* enduit */
  --text-color: #3A2E24;
}

/* Header */
#header {
  background-color: #EFE7DA;
}

/* Bouton Soutenir */
.button.primary {
  background-color: #A3472F;
  color: #ffffff;
}

.button.primary:hover {
  background-color: #6B4A2B;
}

/* Liens */
a {
  color: #6B4A2B;
}

a:hover {
  color: #A3472F;
}

/* 1) Remplacer l'accent (vert) par une couleur de charte */
:root{
  --core-accent: #b35a2a; /* terracotta */
}

/* Si le thème utilise une classe pour la couleur d'accent */
.slider .accent,
.slider .primary,
.slider .highlight,
.slider .text-primary,
.slider .color,
.slider .colored,
.slider strong,
.slider em {
  color: #b35a2a !important;
}

/* 2C) Cartouche */
.slider .caption, .slider .content {
  background: rgba(0,0,0,0.35);
  padding: 0.8rem 1.1rem;
  border-radius: 8px;
  display: inline-block;
}

html { outline: 6px solid red !important; }
