/*
Theme Name: Kultur & Com by Ben (KBC)
Theme URI: https://kulturandcom.com
Author: Moussoukoula Dreid BenZevy Prince (Ben)
Author URI: https://kulturandcom.com
Description: Thème sur-mesure officiel pour la Maison Kultur & Com by Ben (KBC) — Conseil en communication stratégique, régie éditoriale, coaching vocal oratoire et direction d'ensembles polyphoniques à Rabat.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: Proprietary
Text Domain: kbc-theme
*/

/* ==========================================================================
   1. STYLES GLOBAUX & COMPORTEMENT DE DÉFILEMENT
   ========================================================================== */

html {
  scroll-behavior: smooth;
}

/* Sélection aux couleurs officielles KBC (Jaune chaud & Vert forêt) */
::selection {
  background-color: #dce813;
  color: #154813;
}

::-moz-selection {
  background-color: #dce813;
  color: #154813;
}

/* ==========================================================================
   2. BARRES DE DÉFILEMENT PERSONNALISÉES (CUSTOM SCROLLBAR)
   ========================================================================== */

.custom-scrollbar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 9999px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* Firefox */
.custom-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 transparent;
}

/* ==========================================================================
   3. NAVIGATION GLASSMORPHISME & EFFETS DE SURFACE
   ========================================================================== */

.glass-nav {
  background-color: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.glass-nav-dark {
  background-color: rgba(17, 24, 23, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* ==========================================================================
   4. RÈGLES D'ACCESSIBILITÉ & FLUIDITÉ
   ========================================================================== */

/* Évite les sauts visuels lors du chargement des icônes FontAwesome */
.svg-inline--fa {
  display: inline-block;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

/* Masquage propre des labels d'accessibilité */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}