/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* ==========================================================================
   POLICES PERSONNALISÉES - LES FRÈRES BARIOZ
   ========================================================================== */

/* --- BARON NEUE --- */
@font-face {
  font-family: 'Baron Neue';
  src: url('fonts/BaronNeue.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Baron Neue'; /* Même nom de famille ! */
  src: url('fonts/BaronNeueBold.woff2') format('woff2');
  font-weight: bold;         /* C'est le poids qui change */
  font-style: normal;
  font-display: swap;
}

/* --- GOTHAM --- */
@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Book.woff2') format('woff2');
  font-weight: normal;       /* Correction du "Regular" */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';     /* Même nom de famille ! */
  src: url('fonts/Gotham-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* ==========================================================================
   STICKY HEADER DEFINITIF (GLOBAL SITE-HEADER)
   ========================================================================== */

/* On applique le sticky sur le parent global pour qu'il garde sa hauteur dans la page */
.site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 9999 !important;
  width: 100%;
  background-color: #2c3e50; /* Force la couleur de fond de votre en-tête pour éviter la transparence au scroll */
}

/* Alignement parfait avec la barre d'administration WordPress */
.admin-bar .site-header {
  top: 32px !important;
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px !important;
  }
}

/* ==========================================================================
   HEADER : LIENS DU MENU EN PLEINE HAUTEUR (FULL BEZEL)
   ========================================================================== */

/* 1. On supprime le padding haut/bas de la barre principale d'Astra */
.site-primary-header-wrap .ast-primary-header-bar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* 2. On force le conteneur du menu et les listes à occuper 100% de la hauteur */
.ast-builder-menu-1, 
.ast-builder-menu-1 .main-header-menu,
.ast-builder-menu-1 .main-header-menu > li {
    height: 100% !important;
    display: flex !important;
    align-items: stretch !important; /* Force les enfants à s'étirer verticalement */
}

/* 3. On étire le lien (qui porte le fond beige) du pixel tout en haut au pixel tout en bas */
.ast-builder-menu-1 .main-header-menu > li > a {
    height: 100% !important;
    display: flex !important;
    align-items: center !important; /* Astuce clé : recalre le texte parfaitement au centre vertical */
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* ==========================================================================
   CORRECTIF DEFINITIF : ANNULLATION INCONDITIONNELLE DU FOND DE L'ANCRE
   ========================================================================== */

.ast-builder-menu-1 .main-header-menu > li#menu-item-520 > a {
    background-color: transparent !important;
    color: #d1b280 !important;
}

/* Effet au survol (hover) pour l'onglet "Nous trouver" */
.ast-builder-menu-1 .main-header-menu > li#menu-item-520 > a:hover {
    background-color: #e0bb80 !important; 
    color: #1d4851 !important; 
}