
:root {
    --primary: #004a99;
    --secondary: #c5a059;
    --accent: #27ae60;
    --dark: #1a1a1a;
    --light: #f4f7f6;
    --white: #ffffff;
    --text: #333333;
    --muted: #5f6b7a;
    --shadow: 0 15px 50px rgba(0,0,0,0.12);
}
* { box-sizing: border-box; }
html, body { 
	margin: 0; 
	padding: 0; 
	width: 100%; 
	height: 100%; 
	font-family: 'Poppins', sans-serif; 
	background: #ffffff; 
	color: var(--text); 
	padding-bottom: 70px;
}
a { color: inherit; }
.site-shell {
    width: 100%;
    max-width: none;
    margin: 0;
    background: var(--white);
    border-radius: 0;
    overflow: visible;
    box-shadow: none; 
}
.topbar { 
    position: sticky;
    top: 0;
    left: 0;
		width: 100%;
    z-index: 1000;
		background: rgba(255,255,255,0.96); 
		backdrop-filter: blur(10px); 
		border-bottom: 1px solid #e8edf3; 
}
.topbar-inner { 
		display: flex; 
		justify-content: space-between; 
		align-items: center; 
		gap: 10px; 
		padding: 5px 10px; 
}
.brand { font-weight: 700; letter-spacing: 1.6px; color: var(--primary); text-transform: uppercase; font-size: 0.95rem; }
.nav { display: flex; flex-wrap: wrap; gap: 10px; }
.nav a { text-decoration: none; padding: 10px 14px; border-radius: 999px; font-weight: 600; color: var(--primary); transition: 0.2s ease; }
.nav a:hover, .nav a.active { background: #eef2f7; color: var(--primary); }
.hero { background: linear-gradient(rgba(0, 74, 153, 0.82), rgba(0, 45, 95, 0.90)), url('images/hero-senegal-business.jpg'); background-size: cover; background-position: center; color: var(--white); text-align: center; padding: 96px 44px; }
.hero .kicker { display: inline-block; margin-bottom: 18px; letter-spacing: 3px; text-transform: uppercase; font-size: 0.95rem; font-weight: 700; opacity: 0.96; }
.hero h1 { margin: 0; font-size: 3.4rem; line-height: 1.08; }
.hero p { max-width: 760px; margin: 18px auto 0; font-size: 1.25rem; color: #f3d79f; }
.section { padding: 72px 52px; }
.section-light { background: var(--light); }
.section-dark { background: var(--dark); color: var(--white); }
.two-col { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 44px; align-items: center; }
.two-col.reverse { grid-template-columns: 0.95fr 1.05fr; }
.two-col.reverse .visual {
    height: 100%;
    min-height: 420px;
    display: flex;
}
.two-col.reverse .visual.management {
    background-position: center 35%;
}
.section h2 { margin: 0 0 18px; font-size: 2.35rem; line-height: 1.15; color: var(--primary); }
.section-dark h2 { color: var(--secondary); }
.lead { font-size: 1.12rem; color: var(--muted); margin-bottom: 24px; }
.section-dark .lead, .section-dark p, .section-dark li { color: #e9eef5; }
.visual {
    width: 100%;
    min-height: 300px;
    border-radius: 18px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.7); /* 🔥 beaucoup plus visible */
}
.visual.hero-card {
    min-height: 360px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.75);
}
.visual.management { background-image: url('images/management-senegal-team.jpg'); }
.visual.domaines { background-image: url('images/formation-senegal-groupe.jpg'); }
.visual.bi { background-image: url('images/business-intelligence-afrique.jpg'); }
.visual.contact { background-image: url('images/formation-senegal-groupe.jpg'); }
.badges { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.badge { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 999px; border: 1px solid #d0dbe9; background: #eef2f7; color: var(--primary); font-weight: 600; font-size: 0.92rem; }
.section-title { text-align: center; margin-bottom: 48px; }
.section-title h2 { margin-bottom: 12px; }
.divider { width: 80px; height: 4px; background: var(--secondary); margin: 0 auto; border-radius: 10px; }
.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    align-items: start;
}
.card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.45);
    border-bottom: 4px solid var(--primary);
    min-height: 102%;
    display: flex;
    flex-direction: column;
}

.card-img {
    height: 280px;
    display: block;
    background-size: cover;
    background-position: center 18%;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.card-content {
    padding: 28px 28px 28px 28px;
    margin-top: 28px;
}

.card h3 {
    margin: 0 0 14px;
    color: var(--primary);
    font-size: 1.32rem;
    min-height: 58px;
    display: flex;
    align-items: flex-start;
}

.card ul {
    margin: 0;
    padding-left: 18px;
    color: #5a6675;
}

.card li {
    margin-bottom: 10px;
}

.card.management .card-img {
    height: 280px;
    background-size: cover;
    background-position: center 18%;
    background-repeat: no-repeat;
    background-image: url('images/gouvernance-management-senegal.jpg');
}

.card.finance .card-img {
    height: 280px;
    background-size: cover;
    background-position: center 18%;
    background-repeat: no-repeat;
    background-image: url('images/finance-comptabilite-afrique.jpg');
}

.card.health .card-img {
    height: 280px;
    background-size: cover;
    background-position: center 18%;
    background-repeat: no-repeat;
    background-image: url('images/sante-hopital-senegal.jpg');
}
.card ul { margin: 0; padding-left: 18px; color: #5a6675; }
.card li { margin-bottom: 10px; }
.visual.management.hero-card {
    background-position: center 30%;
}
.tool-box { background: rgba(255,255,255,0.06); border-left: 5px solid var(--secondary); border-radius: 16px; padding: 28px; margin-top: 24px; }
.tool-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.tool-badge { display: inline-block; background: var(--primary); color: white; padding: 8px 14px; border-radius: 999px; font-size: 0.9rem; font-weight: 600; }
.points { display: grid; gap: 14px; margin-top: 24px; }
.point { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 16px 18px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.btn { display: inline-block; padding: 16px 28px; border-radius: 999px; text-decoration: none; font-weight: 700; transition: 0.2s ease; }
.btn-primary { background: var(--secondary); color: white; }
.btn-primary:hover { background: #b08d4a; }
.contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 34px; }
.contact-card { background: #ffffff; color: var(--text); border-radius: 18px; padding: 28px 24px; box-shadow: 0 12px 26px rgba(0,0,0,0.08); }
.contact-card h3 { margin-top: 0; color: var(--primary); }
.contact-card p { margin-bottom: 0; color: #5b6775; }
.footer {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--primary);
    color: white;
    height: 52px;
    padding: 0 40px;
    font-size: 0.84rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1000;
}
.footer-inline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    line-height: 1;
}
.footer-inline img {
    height: 44px;              /* plus petit pour rentrer dans 52px */
    width: auto;
    display: block;
}
.footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.footer-left {
    position: absolute;
    left: 20px;
}
.footer-left img {
    height: 50px;
}
@media (max-width: 1180px) {
    .topbar-inner {
        padding: 8px 12px;
        gap: 8px;
        align-items: flex-start;
    }
    .nav {
        gap: 4px 6px;   /* ligne / colonne */
        row-gap: 2px;   /* réduit l'espace vertical entre 2 lignes */
    }
    .nav a {
        padding: 4px 8px;
        line-height: 1.1;
        font-size: 0.84rem;
    }
}
@media (max-width: 980px) { 
		.grid, 
		.contact-grid, 
		.two-col, 
		.two-col.reverse { grid-template-columns: 1fr; } 
		.hero h1 { font-size: 2.55rem; } 
		.section { padding: 54px 28px; } 
		.topbar-inner { padding: 16px 18px; } 
		.site-shell { margin: 0; border-radius: 0; } 
}
