/*
Theme Name: Gdaaa Child
Theme URI: http://gdaaa.org/
Template: consulting
Author: StylemixThemes
Author URI: gdaaa Team
Description: Consulting - Business and Finance WordPress theme. Using Consluting you can easily create a modern website with real content. Easily edit the real content and compose the page layout with drag &amp; drop page builder Consulting is the best ever finance, consulting, brokerage WordPress theme. It’s fully Responsive and Easy to Customize using intuitive Drag &amp; Drop Visual Composer and Theme Options panel in WordPress Customizer.
Tags: blue,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,fixed-layout,fluid-layout,responsive-layout,custom-background,custom-colors,custom-header,custom-menu,sticky-post,translation-ready
Version: 3.7.5.1773563494
Updated: 2026-03-15 09:31:34

*/
/* ========== CHARTE GRAPHIQUE GDAAA ========== */

/* Couleurs officielles (Primaires) */
:root {
    --bleu-institutionnel: #2F8ED6;
    --bleu-profond: #1E6FB6;
    --rouge-dynamique: #E53935;
    --jaune-innovation: #F4B400;
    --vert-developpement: #43A047;
    --pourpre-vision: #8E44AD;
    /* Couleurs secondaires */
    --bleu-clair: #6EC1E4;
    --pourpre-texte: #7B3FA0;
}

/* Exemple : Appliquer le "Bleu institutionnel" aux titres */
h1, h2, h3 {
    color: var(--bleu-institutionnel);
}

/* Exemple : Appliquer le "Vert développement" à tous les liens */
a {
    color: var(--vert-developpement);
}

/* Exemple : Boutons avec le "Rouge dynamique" */
.wp-block-button__link {
    background-color: var(--rouge-dynamique) !important;
}
/* Importer les polices depuis Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Open+Sans:wght@400;600&display=swap');

:root {
    /* Vos couleurs (comme ci-dessus) */
}

/* Appliquer Montserrat aux titres */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

/* Appliquer Open Sans au texte courant */
body, p, li, a {
    font-family: 'Open Sans', sans-serif;
}
/* --- Adaptation mobile --- */
@media (max-width: 768px) {
    h1 {
        font-size: 28px; /* Plus petit sur mobile */
    }
    h2 {
        font-size: 22px;
    }
}
