/* Styles personnalisés pour Suzuki */

/* Header et navigation */
#main-header {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.container {
    width: 95%;
    max-width: 1200px;
}

/* Logo */
#logo {
    max-height: 54px;
}

/* Menu principal */
#top-menu li {
    padding-right: 22px;
}

#top-menu a {
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
}

#top-menu a:hover {
    color: #003057;
    opacity: 1;
}

/* Boutons */
.et_pb_button {
    background: #003057;
    color: #fff !important;
    border: none;
    padding: 12px 24px !important;
    text-transform: uppercase;
}

.et_pb_button:hover {
    background: #004680;
    padding: 12px 24px !important;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #003057;
}

/* Sections */
.et_pb_section {
    padding: 50px 0;
}

/* Grille de véhicules */
.vehicle-grid .et_pb_column {
    margin-bottom: 30px;
}

.vehicle-card {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.vehicle-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* Badge "Nouveau" */
.new-badge {
    background: #e60012;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    top: 10px;
    right: 10px;
}

/* Prix */
.price {
    color: #003057;
    font-size: 24px;
    font-weight: bold;
}

/* Footer */
#main-footer {
    background-color: #003057;
}

#footer-widgets {
    padding: 50px 0;
}

.footer-widget h4 {
    color: #fff;
}

#footer-widgets .footer-widget li:before {
    display: none;
}

#footer-widgets .footer-widget li {
    padding-left: 0;
}

#footer-widgets .footer-widget a {
    color: #fff;
    opacity: 0.8;
}

#footer-widgets .footer-widget a:hover {
    opacity: 1;
}

/* Responsive */
/* Force mobile menu */
/* Force mobile menu */
@media (max-width: 980px) {
    /* Header styles */
    #main-header {
        background-color: #003145 !important;
        padding: 10px 0;
        border: none !important;
        box-shadow: none !important;
    }

    /* Header container */
    #main-header .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px;
    }

    /* Logo styles */
    .logo_container {
        height: 35px;
    }

    .logo_container img {
        height: 100%;
        width: auto;
    }

    .logo_container a {
        width: auto;
        display: block;
    }

    .logo_helper {
        display: none !important;
    }

    #logo {
        /* max-width: 60px !important;
        max-height: 60px !important;
        width: 60px !important;
        height: 60px !important; */
        object-fit: contain;
    }
    /* Mobile menu button container */
    #et_mobile_nav_menu {
        margin: 0;
        display: flex;
        align-items: center;
        margin-right: -15px;
    }

    /* Burger menu icon */
    .mobile_nav.closed .mobile_menu_bar:before {
        content: '\61' !important;
        color: #FFFFFF !important;
        font-size: 32px;
        transition: transform 0.3s ease;
    }

    /* Transform to X when menu is open */
    .mobile_nav.opened .mobile_menu_bar:before {
        content: '\4d' !important;
        color: #FFFFFF !important;
        transform: rotate(180deg);
    }

    /* Force mobile menu display */
    .et_mobile_nav_menu {
        display: flex;
        justify-content: flex-end;
        padding-right: 15px;
        height: 100%;
    }

    .et_header_style_left #et-top-navigation{
        width: 95%;
    }

    .et_header_style_left #et-top-navigation .mobile_menu_bar{
        padding: 0 !important;
    }

    .et_header_style_left .mobile_menu_bar {
        display: flex !important;
        align-items: center;
        height: 100%;
    }

    .et_mobile_menu_icon {
        display: block !important;
    }

    #et_mobile_nav_menu {
        display: block !important;
        margin: 0;
    }

    .mobile_menu_bar:before {
        color: #FFFFFF !important;
        font-size: 32px;
        transition: transform 0.3s ease;
    }

    .mobile_nav.opened .mobile_menu_bar:before {
        content: '\4d' !important;
        transform: rotate(180deg);
    }

    #et_mobile_nav_menu {
        display: block !important;
    }

    #top-menu-nav {
        display: none !important;
    }

    .et_header_style_left #logo {
        max-width: 50px !important;
        max-height: 50px !important;
        width: auto !important;
        height: auto !important;
    }

    .et_header_style_left .et-fixed-header #logo, .logo_container a {
        height: 52px;
        max-height: 52px;
    }

    .et_header_style_left .et-fixed-header #logo img {
        height: 52px;
        max-height: 52px;
    }

    /* Hide desktop menu */
    #top-menu-nav, #top-menu {
        display: none;
    }
    
    /* Show mobile menu button */
    .et_toggle_slide_menu:after, .mobile_menu_bar:before {
        display: block !important;
    }
    
    /* Show mobile menu container */
    .et_mobile_nav_menu {
        display: block !important;
        margin-top: 0;
        float: right;
    }
    .container {
        width: 90%;
    }
    
    #main-header {
        padding: 10px 0;
        border: none !important;
        box-shadow: none !important;
    }

    /* Supprimer toutes les bordures */
    #main-header, #main-content, .et_pb_section {
        border: none !important;
    }

    /* Fix logo container */
    .logo_container {
        width: auto !important;
    }

    /* Style burger menu */
    .mobile_menu_bar:before {
        color: #FFFFFF !important;
        font-size: 32px;
    }

    /* Style X close button */
    .mobile_nav.opened .mobile_menu_bar:before {
        content: '\4d';
        color: #FFFFFF !important;
    }

    /* Mobile menu container */
    .et_mobile_menu {
        display: none;
        border: none !important;
        padding: 20px 0;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        width: 100%;
        background: #003145;
        box-shadow: 0 3px 3px rgba(0,0,0,0.1);
        margin: 0;
    }

    /* Menu visible */
    .et_mobile_menu.visible {
        opacity: 1;
        transform: translateY(0);
    }

    /* Show menu when opened */
    .mobile_nav.opened .et_mobile_menu {
        display: block !important;
    }

    /* Mobile menu links */
    .et_mobile_menu li {
        padding: 0;
        margin: 0;
        background: none;
    }

    .et_mobile_menu li a {
        padding: 15px 30px;
        color: #FFFFFF !important;
        font-weight: normal;
        font-size: 14px;
        opacity: 1;
        border: none;
    }

    .et_mobile_menu li a:hover {
        background-color: rgba(255,255,255,0.1);
        opacity: 1;
    }

    .et_mobile_menu li:last-child a {
        border-bottom: none;
    }

    /* Mobile menu hover state */
    .et_mobile_menu li a:hover {
        background-color: #003057;
        color: #fff;
        opacity: 1;
    }

    /* Remove right padding from last item */
    #mobile_menu li:last-child {
        padding-bottom: 0;
    }

    /* Animation for menu opening */
    .et_mobile_menu {
        display: none;
        animation: slideIn 0.3s ease-in-out;
    }

    @keyframes slideIn {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .dipl_image_card .et_pb_button {
        font-size: 12px;
    }
    .dipl_image_card_0 .dipl_image_card_content, .dipl_image_card_1 .dipl_image_card_content {
        font-size: 1rem;
    }

}

/* Animations */
.et_pb_animation_fade_in {
    animation: fadeIn 0.6s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.et_header_style_left #et-top-navigation nav>ul>li>a, .et_header_style_split #et-top-navigation nav>ul>li>a{
    padding-top: 31px;
}

#top-menu a:hover{
    color: #FFFFFF;
}