/*
Theme Name: GeneratePress Child - Club Bugatti
Theme URI: https://clubbugatti.o-conseil.com
Description: Thème enfant de GeneratePress pour Club Bugatti
Author: Club Bugatti
Template: generatepress
Version: 1.0.0
Text Domain: generatepress-child
*/

/* Police Poiret One */
@font-face {
    font-family: 'Delauney';
    src: url('assets/fonts/poiret-one.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Typographie */
body { font-family: Arial, Helvetica, sans-serif; }
h1, h2, h3, h4, h5, h6, .site-title, .main-title { font-family: 'Delauney', Arial, Helvetica, sans-serif; }

/* Header noir */
.site-header, .main-navigation { background-color: #000; }
.main-navigation a, .main-navigation .menu-toggle, .site-branding .site-title a { color: #fff; }
.main-navigation a:hover, .main-navigation a:focus { color: rgb(231, 29, 29); }

/* Boutons rouges */
button, .button, .wp-block-button__link, input[type="submit"], input[type="button"],
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-color: rgb(231, 29, 29);
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 12px 24px;
    font-weight: 600;
}
button:hover, .button:hover { background-color: #cc1a1a; }

/* Liens rouges */
a { color: rgb(231, 29, 29); }
a:hover { color: #cc1a1a; }

/* Icônes panier/connexion rouges */
.account-icon, .cart-icon, .site-header .woocommerce-menu-item a,
.site-header .cart-contents .amount { color: rgb(231, 29, 29) !important; }

/* WooCommerce */
.woocommerce div.product p.price, .woocommerce div.product span.price { color: rgb(231, 29, 29); }

/* Footer */
.site-footer { background-color: #f5f5f5; border-top: 1px solid #e0e0e0; }

/* Mobile */
@media (max-width: 768px) {
    .main-navigation .mobile-bar-items a { color: rgb(231, 29, 29); }
    .mobile-menu-control-wrapper .menu-toggle { background-color: #000; color: #fff; }
}
