/* Pages simples NDN (stubs avec contenu réel) — charte alignée sur le site */
.ndn-simple {
    --ndn-blue: #19367b;
    --ndn-gold: #bcb38b;
    --ndn-dark: #15213e;
    font-family: Roboto, system-ui, sans-serif;
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    color: #1a1a1a;
    background: #f9fafb;
}

.ndn-simple-header {
    background: var(--ndn-blue);
    color: #fff;
    padding: 0.75rem 1.25rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

.ndn-simple-header a.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.ndn-simple-header img {
    max-height: 44px;
    width: auto;
}

.ndn-simple-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 1rem;
    align-items: center;
}

.ndn-simple-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.35rem 0;
    border-bottom: 2px solid transparent;
}

.ndn-simple-nav a:hover {
    color: var(--ndn-gold);
}

.ndn-simple-nav a.is-active {
    color: var(--ndn-gold);
    border-bottom-color: var(--ndn-gold);
}

.ndn-simple-main {
    flex: 1;
    max-width: 720px;
    margin: 0 auto;
    padding: 2.5rem 1.25rem 3rem;
    width: 100%;
}

.ndn-simple-main h1 {
    margin: 0 0 1rem;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--ndn-blue);
}

.ndn-simple-main p {
    margin: 0 0 1rem;
    line-height: 1.6;
    color: #525252;
}

.ndn-simple-actions {
    margin-top: 1.75rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.ndn-simple-actions a {
    display: inline-block;
    padding: 0.6rem 1.1rem;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
}

.ndn-simple-actions a.primary {
    background: var(--ndn-blue);
    color: #fff;
}
.ndn-simple-actions a.primary:hover {
    background: var(--ndn-dark);
}

.ndn-simple-actions a.secondary {
    background: #fff;
    color: var(--ndn-blue);
    border: 1px solid var(--ndn-blue);
}
.ndn-simple-actions a.secondary:hover {
    background: #eef2ff;
}

.ndn-simple-footer {
    padding: 1rem 1.25rem;
    text-align: center;
    font-size: 0.82rem;
    color: #6b7280;
    border-top: 1px solid #e5e7eb;
    background: #fff;
}

.ndn-simple-footer a {
    color: var(--ndn-blue);
}


/* Alignement menu avec la home (Elementor) */
.ndn-simple-header,
.ndn-simple-nav,
.ndn-simple-nav a {
    font-family: "Roboto", Sans-serif;
}

.ndn-simple-nav a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.ndn-simple-nav a:last-child {
    background: #ffffff;
    color: var(--ndn-blue);
    border: 1px solid #ffffff;
    border-radius: 8px;
    padding: 0.45rem 0.8rem;
    margin-left: 0.25rem;
}

.ndn-simple-nav a:last-child:hover {
    background: var(--ndn-gold);
    color: #232323;
    border-color: var(--ndn-gold);
    text-decoration: none;
}

.ndn-simple-nav a:last-child.is-active {
    background: var(--ndn-gold);
    color: #232323;
    border-color: var(--ndn-gold);
}
