/*
Theme Name:   Behind The Stage
Description:  Thème enfant de Zakra
Author:       Marion Picard, Thomas Auvray et Nicolas PILLET
Template:     zakra
Version:      1.0.0
*/
/* ============================================
   BTS MESSAGERIE — Style moderne & responsive
   À ajouter via Personnaliser > CSS additionnel
   ou via un fichier enqueuté dans le thème enfant
   ============================================ */

/* --- Variables globales --- */
:root {
  --bts-primary: #0085ba;
  --bts-primary-dark: #006a95;
  --bts-primary-light: rgba(0, 133, 186, 0.08);
  --bts-primary-soft: rgba(0, 133, 186, 0.15);
  --bts-bg: #f5f7fa;
  --bts-surface: #ffffff;
  --bts-text: #1a1a2e;
  --bts-text-secondary: #5a6178;
  --bts-border: #e2e6ed;
  --bts-radius: 12px;
  --bts-radius-sm: 8px;
  --bts-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  --bts-shadow-lg: 0 8px 30px rgba(0, 0, 0, 0.1);
  --bts-transition: 0.2s ease;
}
