#wpfront-notification-bar, #wpfront-notification-bar-editor            {
            background: #91509A;
            background: -moz-linear-gradient(top, #91509A 0%, #91509A 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#91509A), color-stop(100%,#91509A));
            background: -webkit-linear-gradient(top, #91509A 0%,#91509A 100%);
            background: -o-linear-gradient(top, #91509A 0%,#91509A 100%);
            background: -ms-linear-gradient(top, #91509A 0%,#91509A 100%);
            background: linear-gradient(to bottom, #91509A 0%, #91509A 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91509A', endColorstr='#91509A',GradientType=0 );
            background-repeat: no-repeat;
                            flex-direction: column;
                            }
            #wpfront-notification-bar div.wpfront-message, #wpfront-notification-bar-editor.wpfront-message            {
            color: #ffffff;
                            width: 100%
                            }
            #wpfront-notification-bar a.wpfront-button, #wpfront-notification-bar-editor a.wpfront-button            {
            background: #F6BA35;
            background: -moz-linear-gradient(top, #F6BA35 0%, #F6BA35 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F6BA35), color-stop(100%,#F6BA35));
            background: -webkit-linear-gradient(top, #F6BA35 0%,#F6BA35 100%);
            background: -o-linear-gradient(top, #F6BA35 0%,#F6BA35 100%);
            background: -ms-linear-gradient(top, #F6BA35 0%,#F6BA35 100%);
            background: linear-gradient(to bottom, #F6BA35 0%, #F6BA35 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F6BA35', endColorstr='#F6BA35',GradientType=0 );

            background-repeat: no-repeat;
            color: #ffffff;
            }
            #wpfront-notification-bar-open-button            {
            background-color: #F6BA35;
            right: 10px;
                        }
            #wpfront-notification-bar-open-button.top                {
                background-image: url(https://bailafitevent.com/wp-content/plugins/wpfront-notification-bar/images/arrow_down.png);
                }

                #wpfront-notification-bar-open-button.bottom                {
                background-image: url(https://bailafitevent.com/wp-content/plugins/wpfront-notification-bar/images/arrow_up.png);
                }
                #wpfront-notification-bar-table, .wpfront-notification-bar tbody, .wpfront-notification-bar tr            {
                            width: 100%
                            }
            #wpfront-notification-bar div.wpfront-close            {
            border: 1px solid #555555;
            background-color: #555555;
            color: #000000;
            }
            #wpfront-notification-bar div.wpfront-close:hover            {
            border: 1px solid #aaaaaa;
            background-color: #aaaaaa;
            }
             #wpfront-notification-bar-spacer { display:block; }/* Styles pour l'état normal du bouton */ #wpfront-notification-bar .wpfront-button { background-color: #F6BA35 !important; /* 👈 NOUVELLE COULEUR DE FOND */ color: #000000 !important; /* 👈 NOUVELLE COULEUR DU TEXTE (Noir) */ /* Le reste de vos styles conservés */ border: none !important; border-radius: 999px !important; padding: 8px 20px !important; font-size: 14px !important; font-family: 'Montserrat', sans-serif !important; font-weight: 600 !important; white-space: nowrap; cursor: pointer; transition: all 0.3s ease; box-shadow: none !important; text-decoration: none !important; /* Ajouté pour s'assurer que le lien n'est pas souligné */ display: inline-block !important; /* Important pour que le padding fonctionne bien sur un lien */ } /* Styles pour l'état au survol (hover) du bouton */ #wpfront-notification-bar .wpfront-button:hover { background-color: #15102D !important; /* Vous pourriez choisir une couleur sombre comme votre couleur primaire, par exemple */ color: #fff !important; /* Texte blanc au survol pour un bon contraste */ box-shadow: none !important; }