/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/* =========================
   MODERNISATION ENFOLD 2025
   ========================= */

/* Typography moderne */
body, p, div {
    font-family: 'Inter', 'Roboto', system-ui, -apple-system, sans-serif !important;
    line-height: 1.6 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', 'Roboto', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: -0.02em !important;
}

/* Design épuré - espaces aérés */
.container {
    max-width: 1200px !important;
    padding: 0 2rem !important;
}

/* Sections modernes - espacement réduit */
.wp-block-group {
    padding: 2rem 1rem !important;
}

/* Navigation moderne - blanc pur */
#top .main_menu,
#top #wrap_all #header {
    background: #ffffff !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
}

#top .main_menu .menu-item a {
    background: transparent !important;
}

/* Boutons modernes */
.wp-block-button__link {
    border-radius: 8px !important;
    padding: 12px 24px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
}

/* Smooth scroll pour one-page */
html {
    scroll-behavior: smooth !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .wp-block-group {
        padding: 1.5rem 1rem !important;
    }
}

/* =========================
   FIX FIREFOX MOBILE MENU
   ========================= */

