/*
 Theme Name:   Bustar Child
 Theme URI:    https://bustar.rstheme.com/demo/
 Description:  Bustar Child
 Author:       RSTheme
 Author URI:   http://rstheme.com
 Template:     bustar
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */
/* ---------------------------------------------------
   Bouton WPForms – Formulaire ID 26845
--------------------------------------------------- */

/* État par défaut */
#wpforms-submit-26845 {
    border-radius: 50px;
    padding: 18px 30px;
    font-weight: 600;

    color: var(--e-global-color-7c8b012);
    background-color: var(--e-global-color-2b597f8);

    border: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;

    cursor: pointer;
    transition: all 0.25s ease;
}

/* Hover / Focus */
#wpforms-submit-26845:hover,
#wpforms-submit-26845:focus,
#wpforms-submit-26845:active {
    color: var(--e-global-color-2b597f8)!important;
    background-color: var(--e-global-color-7c8b012)!important;
    outline: none;
    box-shadow: none;
}

.bg-gold a {color:black!important; font-weight:500!important;}
.bg-gold a:hover {color:white!important;}