/*
Theme Name: BUSINESS IA
Theme URI: https://businessia.fr
Description: Thème personnalisé BUSINESS IA — Conseil & Formation en Intelligence Artificielle pour TPE/PME
Author: Mohamed DOUMBOUYA
Author URI: https://businessia.fr
Template: astra
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: businessia
*/

:root {
  --navy: #0F2B46;
  --dark: #0C1B2A;
  --darker: #081420;
  --teal: #0891B2;
  --teal-light: #22D3EE;
  --teal-glow: rgba(8,145,178,0.15);
  --accent: #F59E0B;
  --accent-dark: #D97706;
  --white: #FFFFFF;
  --off-white: #F0F9FF;
  --light-gray: #E2E8F0;
  --gray: #94A3B8;
  --text-dark: #1E293B;
  --text-mid: #475569;
  --card-bg: rgba(15,43,70,0.6);
  --glass: rgba(255,255,255,0.05);
  --font-display: 'Sora', sans-serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;
}

/* Masquer les éléments Astra par défaut */
.ast-site-header-wrap,
.site-header,
.ast-primary-header-bar,
#ast-fixed-header,
.ast-breadcrumbs-wrapper,
.entry-header,
.ast-post-format-,
#colophon,
.site-footer {
  display: none !important;
}

/* Page d'accueil pleine largeur */
.ast-container,
.ast-page-builder-template .entry-content,
body.page-template-front-page,
.businessia-page {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.entry-content {
  padding: 0 !important;
  margin: 0 !important;
}
