/*
 Theme Name:   Bar CCdV Child
 Theme URI:    https://bar.ccdvercheres.ca
 Description:  Thème enfant du Centre Culturel de Verchères — Bar CCdV
 Author:       Centre Culturel de Verchères
 Author URI:   https://ccdvercheres.ca
 Template:     astra
 Version:      1.2.0
 Text Domain:  bar-ccv-child
*/

/* ════════════════════════════════════════════════════════════
   Variables CCdV
════════════════════════════════════════════════════════════ */
:root {
    --ccv-primary:      #125687;
    --ccv-primary-dark: #0d3f65;
    --ccv-primary-light:#e8f1f8;
    --ccv-accent:       #1a7abf;
    --ccv-text:         #1a1f2e;
    --ccv-text-light:   #6b7280;
    --ccv-bg:           #f5f7fa;
    --ccv-white:        #ffffff;
    --ccv-border:       #dde3ea;
    --ccv-radius:       8px;
    --ccv-shadow:       0 2px 12px rgba(0,0,0,.09);
}

/* ── Couleur principale Astra → CCdV ─────────────────────── */
body { color: var(--ccv-text); }

a                  { color: var(--ccv-primary); }
a:hover            { color: var(--ccv-primary-dark); }

.ast-primary-header-bar,
.site-header        { background: var(--ccv-primary) !important; }

.site-title a,
.site-title a:hover { color: #fff !important; }

/* ── Footer ──────────────────────────────────────────────── */
.site-footer {
    background: var(--ccv-text) !important;
    color: rgba(255,255,255,.7) !important;
    font-size: .82rem;
}
.site-footer a { color: rgba(255,255,255,.85); }

/* Cacher la mention Astra */
.ast-footer-copyright .ast-footer-credit,
[class*="ast-footer-credit"],
.footer-credit { display: none !important; }

/* ── Boutons ─────────────────────────────────────────────── */
.ast-button,
.wp-block-button__link,
button[type="submit"],
input[type="submit"] {
    background: var(--ccv-primary) !important;
    border-color: var(--ccv-primary) !important;
}
.ast-button:hover,
.wp-block-button__link:hover {
    background: var(--ccv-primary-dark) !important;
    border-color: var(--ccv-primary-dark) !important;
}
