/**
 * Theme Name:     Astra Child
 * Author:         Brainstorm Force
 * Template:       astra
 * Text Domain:	   astra-child
 * Description:    The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
 */

.custom-logo-link img {
  filter: brightness(0) invert(1) !important;
}

/* Garder la home transparente (ne modifie pas ton réglage existant) */
.home .ast-primary-header-bar,
.home .main-header-bar {
  background: transparent !important;
  box-shadow: none !important;
}

/* Appliquer le header bleu nuit sur TOUTES les autres pages */
body:not(.home) .ast-primary-header-bar,
body:not(.home) .main-header-bar {
  background: #0b3456 !important;         /* bleu nuit */
  box-shadow: none !important;
  border: 0 !important;
}

/* Couleurs du menu sur les pages ≠ home */
body:not(.home) .main-header-menu a,
body:not(.home) .site-title a,
body:not(.home) .ast-header-custom-item a {
  color: #ffffff !important;
}
body:not(.home) .main-header-menu .menu-item a:hover,
body:not(.home) .main-header-menu .menu-item.current-menu-item > a,
body:not(.home) .main-header-menu .menu-item.current_page_item > a {
  color: #41c1ba !important;              /* turquoise accent */
}

/* Icônes à droite (compte/panier/recherche) ≠ home */
body:not(.home) .ast-header-custom-item a,
body:not(.home) .ast-header-html a,
body:not(.home) .ast-button-wrap a {
  color: #41c1ba !important;
}

/* Menu mobile (drawer) ≠ home */
@media (max-width: 921px) {
  body:not(.home) .ast-mobile-popup-drawer,
  body:not(.home) .ast-desktop-popup-drawer {
    background: #0b3456 !important;
  }
  body:not(.home) .ast-mobile-popup-drawer a {
    color: #ffffff !important;
  }
  body:not(.home) .ast-mobile-popup-drawer a:hover {
    color: #41c1ba !important;
  }
}

