/* ============================================================
   GROUPE SANNEX — SKIN PREMIUM (remplace skin-1.css)
   ============================================================ */

/* Couleur primaire = Or */
.site-bg-primary    { background-color: #c9a84c !important; }
.site-text-primary  { color: #c9a84c !important; }
.site-border-primary{ border-color: #c9a84c !important; }

/* Bouton principal */
.site-button {
  background: #c9a84c;
  color: #0f1318;
}
.site-button:hover {
  background: #e8c96a;
  color: #0f1318;
}

/* Tabs active */
.nav-link.active { border-bottom: 3px solid #c9a84c; color: #c9a84c; }

/* Liens texte */
a.site-text-primary:hover { color: #9c7d32; }

/* Focus */
*:focus-visible {
  outline: 2px solid #c9a84c;
  outline-offset: 2px;
}

/* Skin appliquée sur le body BTP / Industrie */
body.sannex-btp    .sannex-btn { background: #c9a84c; }
body.sannex-industrie .sannex-btn:first-of-type { background: #4a90d9; color: #fff; }
