/*
Theme Name: Astra Child - LBC
Theme URI: https://lbc.ci
Description: Thème enfant pour Loquela Business Center - Couleurs du logo LBC
Author: LBC
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

/* ==========================================
   LBC - Couleurs du logo
      Teal (Principal) : #5BBCBA
         Rouge (Accent)   : #E03A3A
            Noir (Texte)     : #1A1A1A
            ========================================== */
            
            :root {
                  --lbc-teal: #5BBCBA;
                    --lbc-red: #E03A3A;
                      --lbc-dark: #1A1A1A;
                        --lbc-light: #f0fafa;
            }
            
            /* Couleur d'accentuation principale */
            .ast-highlight-color,
            .ast-button, .ast-btn,
            .wp-block-button__link,
            .elementor-button {
                  background-color: var(--lbc-teal) !important;
                    border-color: var(--lbc-teal) !important;
                      color: #fff !important;
            }
            
            /* Hover - rouge */
            .ast-btn:hover,
            .elementor-button:hover,
            .wp-block-button__link:hover {
                  background-color: var(--lbc-red) !important;
                    border-color: var(--lbc-red) !important;
            }
            
            /* Liens */
            a { color: var(--lbc-teal); }
            a:hover { color: var(--lbc-red); }
            
            /* Navigation active */
            .ast-header-break-point .current-menu-item > a,
            .main-header-menu .current-menu-item > a {
                  color: var(--lbc-teal) !important;
            }
            
            /* Slogan site sous le logo */
            .site-description {
                  color: var(--lbc-teal);
                    font-style: italic;
            }
            
            }
            }
            }
            }
            }
            
            /* Bouton header Astra - FORCE couleur teal */
            .ast-custom-button,
            .ast-builder-button-wrap .ast-custom-button {
                  background-color: #5BBCBA !important;
                    border-color: #5BBCBA !important;
                      color: #ffffff !important;
            }
            
            .ast-custom-button:hover,
            .ast-builder-button-wrap .ast-custom-button:hover {
                  background-color: #E03A3A !important;
                    border-color: #E03A3A !important;
            }
            
            /* Tag LOQUELA BUSINESS CENTER - vert -> teal */
            .elementor-element .elementor-widget-text-editor .elementor-text-editor .ast-btn,
            .entry-content .wp-block-button__link {
                  background-color: #5BBCBA !important;
            }
            
            /* Bouton 'En savoir plus' services - teal */
            .site-main .elementor-button-wrapper .elementor-button {
                  background-color: #5BBCBA !important;
                    border-color: #5BBCBA !important;
            }
            
            .site-main .elementor-button-wrapper .elementor-button:hover {
                  background-color: #E03A3A !important;
                    border-color: #E03A3A !important;
            }
            
            /* Couleur accentuation globale Astra */
            .ast-highlight-color { color: #5BBCBA !important; }
            .ast-highlight-bg-color { background-color: #5BBCBA !important; }
            }
            }
            }
            }
            }