/****************************************************
 MON PLACEMENT – STYLE PREMIUM
 Financier | Élégant | Conversion
*****************************************************/

/* =========================
   VARIABLES
========================= */
:root {
    --mp-blue: #0d3b66;
    --mp-blue-dark: #082a4a;
    --mp-gold: #c9a44c;
    --mp-light: #f5f7fa;
    --mp-text: #1f2937;
    --mp-muted: #6b7280;

    --gradient-primary: linear-gradient(135deg, #0d3b66, #124e8c);
    --gradient-gold: linear-gradient(135deg, #c9a44c, #e3c878);
}

/* =========================
   GLOBAL
========================= */
body {
    font-family: "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: var(--mp-text);
    background-color: #ffffff;
}

a {
    color: var(--mp-blue);
    text-decoration: none;
}

a:hover {
    color: var(--mp-blue-dark);
}

.cursor-pointer {
    cursor: pointer;
}

/* =========================
   NAVBAR
========================= */
.navbar {
    border-bottom: 1px solid #eef1f5;
}

.nav-logo {
    height: 42px;
}

.nav-link {
    color: var(--mp-text);
    margin-left: 1rem;
}

.nav-link:hover {
    color: var(--mp-blue);
}

/* =========================
   HERO
========================= */
.hero-section {
    background: var(--gradient-primary);
    color: #ffffff;
}

.hero-section h1 {
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 1.2;
}

.hero-section .highlight {
    background: var(--gradient-gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-section .lead {
    opacity: 0.95;
}

.logo-hero {
    max-width: 220px;
}

/* =========================
   SIMULATEUR
========================= */
.simulateur-section {
    background-color: var(--mp-light);
}

.card {
    border: none;
    border-radius: 16px;
}

.card-body {
    padding: 2rem;
}

.form-label {
    font-weight: 600;
}

.form-range::-webkit-slider-thumb {
    background: var(--mp-blue);
}

.form-range::-moz-range-thumb {
    background: var(--mp-blue);
}

.form-check-input:checked {
    background-color: var(--mp-blue);
    border-color: var(--mp-blue);
}

/* =========================
   RÉSULTATS
========================= */
.result-highlight {
    background: var(--gradient-primary);
    color: #ffffff;
    padding: 1.2rem 1.5rem;
    border-radius: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.result-highlight span {
    font-size: 1rem;
    opacity: 0.9;
}

.result-highlight strong {
    font-size: 1.8rem;
    font-weight: 700;
}

/* =========================
   CTA
========================= */
.cta-box {
    background: linear-gradient(135deg, #ffffff, #f0f4f8);
    border-radius: 16px;
    padding: 2rem;
}

.cta-box h5 {
    font-weight: 700;
}

.btn-primary {
    background: var(--gradient-primary);
    border: none;
    border-radius: 10px;
    padding: 0.75rem 1.25rem;
    font-weight: 600;
}

.btn-primary:hover {
    opacity: 0.95;
}

.btn-outline-primary {
    border-color: var(--mp-blue);
    color: var(--mp-blue);
}

.btn-outline-primary:hover {
    background-color: var(--mp-blue);
    color: #ffffff;
}

/* =========================
   FOOTER
========================= */
.footer-section {
    background-color: #0b2540;
    color: #ffffff;
}

.footer-logo {
    max-width: 160px;
}

.footer-title {
    font-weight: 700;
    margin-bottom: 1rem;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: #d1d5db;
}

.footer-links a:hover {
    color: #ffffff;
}

.footer-section a {
    color: #d1d5db;
}

.footer-section a:hover {
    color: #ffffff;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2rem;
    }

    .result-highlight {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }
}

.chart-formula{
    /*text-align:center;*/
    font-size:12px;
    color:#6c757d;
    margin-top:10px;
    font-style:italic;
}