/*
Theme Name: SG Conseil
Theme URI:
Description: Cabinet de conseil en obtention de subventions publiques. Thème WordPress sur mesure.
Author: SG Conseil
Author URI:
Version: 1.0.0
Requires PHP: 7.4
License: Proprietary
License URI:
Text Domain: sgc
Tags:
*/

/* =============================================================================
   Brand tokens & Bootstrap primary override
   ========================================================================== */
:root {
	--sgc-brand: #1a2b5c;
	--sgc-brand-rgb: 26, 43, 92;
	--sgc-brand-dark: #142347;
	--sgc-brand-light: #2a3f7e;
	--sgc-brand-50: #f5f7fb;

	/* Bootstrap CSS vars — propagate brand to all utilities */
	--bs-primary: #1a2b5c;
	--bs-primary-rgb: 26, 43, 92;
	--bs-link-color: #1a2b5c;
	--bs-link-color-rgb: 26, 43, 92;
	--bs-link-hover-color: #142347;
	--bs-link-hover-color-rgb: 20, 35, 71;
}

/* Bootstrap utility classes — explicit overrides (computed bg-images, etc.) */
.bg-primary { background-color: #1a2b5c !important; }
.text-primary { color: #1a2b5c !important; }
.text-bg-primary { color: #fff !important; background-color: #1a2b5c !important; }
.border-primary { border-color: #1a2b5c !important; }
.link-primary { color: #1a2b5c !important; }
.link-primary:hover, .link-primary:focus { color: #142347 !important; }

.btn-primary {
	--bs-btn-bg: #1a2b5c;
	--bs-btn-border-color: #1a2b5c;
	--bs-btn-hover-bg: #142347;
	--bs-btn-hover-border-color: #142347;
	--bs-btn-active-bg: #142347;
	--bs-btn-active-border-color: #142347;
	--bs-btn-disabled-bg: #1a2b5c;
	--bs-btn-disabled-border-color: #1a2b5c;
}

.btn-outline-primary {
	--bs-btn-color: #1a2b5c;
	--bs-btn-border-color: #1a2b5c;
	--bs-btn-hover-bg: #1a2b5c;
	--bs-btn-hover-border-color: #1a2b5c;
	--bs-btn-active-bg: #1a2b5c;
	--bs-btn-active-border-color: #1a2b5c;
}

/* =============================================================================
   Header — no underline on hover for nav links and CTA button
   ========================================================================== */
.sgc-site-header .navbar-nav .nav-link,
.sgc-site-header .navbar-brand,
.sgc-site-header .btn {
	text-decoration: none;
}

/* Brand wordmark — Société Générale rouge iconique. */
.sgc-site-header .sgc-brand-text {
	color: #E60028;
}

.sgc-site-header .navbar-nav .nav-link:hover,
.sgc-site-header .navbar-nav .nav-link:focus,
.sgc-site-header .navbar-brand:hover,
.sgc-site-header .navbar-brand:focus,
.sgc-site-header .btn:hover,
.sgc-site-header .btn:focus {
	text-decoration: none;
}
