/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Author: Idealfone
Author URI: https://idealfone.com
Description: Thème enfant GeneratePress pour Idealfone
Template: generatepress
Version: 1.0
*/

/* ===== STYLES HEADER & FOOTER ===== */

.site-header {
    background: #FFFFFF;
    border-bottom: 1px solid #E8EAED;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.site-branding .site-title {
    font-weight: 700;
    font-size: 24px;
    color: #202124;
}

.site-branding .site-description {
    font-size: 12px;
    color: #5F6368;
}

.main-navigation a {
    font-weight: 500;
    font-size: 16px;
    color: #202124;
}

.main-navigation a:hover {
    color: #1A73E8;
}

.site-footer {
    background: #F8F9FA;
    border-top: 1px solid #E8EAED;
    margin-top: 80px;
    padding: 40px 0;
    font-size: 14px;
    color: #5F6368;
}

.site-footer a {
    color: #1A73E8;
    text-decoration: none;
}

.site-footer a:hover {
    text-decoration: underline;
}

.button, .woocommerce button.button {
    background: #1A73E8;
    color: white;
    padding: 14px 28px;
    border-radius: 30px;
    font-weight: 500;
    border: none;
    transition: background 0.2s;
}

.button:hover, .woocommerce button.button:hover {
    background: #1557b0;
}

@media (max-width: 768px) {
    .site-footer {
        margin-top: 40px;
        padding: 30px 0;
        text-align: center;
    }
}