/*
Theme Name: VinParts Custom Automobile
Theme URI: https://shop.vinparts.ch
Author: VinParts Dev
Description: Theme automobile professionnel avec integration TecDoc et Levam.
Version: 1.0
*/

:root {
    --vp-blue: #003366;
    --vp-red: #d32f2f;
    --text-color: #333;
    --bg-light: #f8f9fa;
}

body {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: var(--text-color);
    background: var(--bg-light);
    margin: 0; padding: 0;
}

/* HEADER */
.site-header {
    background: var(--vp-blue);
    color: white;
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.header-inner {
    max-width: 1200px; margin: 0 auto; padding: 0 20px;
    display: flex; justify-content: space-between; align-items: center;
}

.site-title a {
    color: white; text-decoration: none; font-size: 24px; font-weight: bold; text-transform: uppercase;
}

.main-navigation ul {
    list-style: none; padding: 0; margin: 0; display: flex; gap: 20px;
}

.main-navigation a {
    color: rgba(255,255,255,0.9); text-decoration: none; font-weight: 500;
}
.main-navigation a:hover { color: white; text-decoration: underline; }

/* MAIN CONTENT */
.site-main {
    min-height: 600px;
    padding-bottom: 50px;
}

.container {
    max-width: 1200px; margin: 0 auto; padding: 20px;
}

/* FOOTER */
.site-footer {
    background: #1a1a1a; color: #aaa; padding: 40px 0; margin-top: 50px;
}
.site-footer a { color: #fff; text-decoration: none; }
