body, html {
    min-height: 100vh;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', Arial, sans-serif;
    background: linear-gradient(120deg, #14162b 0%, #1a1040 60%, #3a206e 100%);
    background-size: cover;
    scroll-behavior: smooth;
    position: relative;
    overflow-x: hidden;
}
body::before, body::after {
    display: none !important;
}

.np-header-link {
    position: absolute;
    top: 32px;
    left: 32px;
    z-index: 10;
    text-decoration: none;
    display: flex;
    align-items: center;
}
@media (max-width: 600px) {
    .np-header-link {
        top: 12px;
        left: 8px;
    }
}
.np-header {
    margin-bottom: 0;
    gap: 12px;
}

.np-main-bg::before, .np-main-bg::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 0;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.65;
}
.np-main-bg::before {
    width: 520px; height: 520px;
    left: -180px; top: -120px;
    background: radial-gradient(circle, rgba(162,89,255,0.32) 0%, rgba(58,32,110,0.22) 60%, transparent 100%);
    opacity: 0.9;
    filter: blur(120px);
}
.np-main-bg::after {
    width: 600px; height: 600px;
    right: -220px; bottom: -180px;
    background: radial-gradient(circle, rgba(162,89,255,0.32) 0%, rgba(58,32,110,0.22) 60%, transparent 100%);
    opacity: 0.9;
    filter: blur(120px);
}

.np-main-bg {
    min-height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background: transparent !important;
}

.np-content {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    min-height: 100vh;
    box-sizing: border-box;
}

.np-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    gap: 18px;
}
.np-logo {
    height: 38px;
}
.np-brand {
    color: #fff;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    font-size: 1.45rem;
    letter-spacing: 0.04em;
}

.np-title {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 900;
    font-size: 4.2rem;
    color: #fff;
    line-height: 1.05;
    margin: 0 0 18px 0;
    letter-spacing: -0.01em;
}
.np-aventure {
    color: #a259ff;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 900;
    font-size: 1.1em;
    display: block;
    margin-top: 0.1em;
}

.np-subtitle {
    font-family: 'Space Mono', monospace;
    color: #e0e0e0;
    font-size: 1.15rem;
    letter-spacing: 0.08em;
    margin: 0 0 38px 0;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.5;
}

.np-btn {
    display: inline-block;
    background: linear-gradient(90deg, #a259ff 0%, #3a206e 100%);
    color: #fff;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    font-size: 1.15rem;
    padding: 18px 48px;
    border-radius: 40px;
    text-decoration: none;
    box-shadow: 0 4px 24px rgba(162,89,255,0.18);
    transition: background 0.2s, transform 0.18s, box-shadow 0.2s;
    letter-spacing: 0.04em;
    margin-top: 18px;
}
.np-btn:hover, .np-btn:focus {
    background: linear-gradient(90deg, #3a206e 0%, #a259ff 100%);
    color: #fff;
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 8px 32px rgba(162,89,255,0.28);
}

.np-approche-section, .np-approche-container {
    background: inherit !important;
}

.np-approche-section {
    width: 100vw;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 60px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, #14162b 0%, #1a1040 60%, #3a206e 100%) !important;
}

.np-approche-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 60px 40px 0 40px;
}

.np-approche-text {
    flex: 2;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-width: 0;
}

.np-approche-title {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 900;
    font-size: 3.2rem;
    margin: 0 0 32px 0;
    line-height: 1.08;
    color: #fff;
}

.np-approche-desc {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #e0e0e0;
    margin-bottom: 32px;
    line-height: 1.5;
}

.np-approche-bullet {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.np-approche-img {
    flex: 1.2;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    min-width: 0;
}
.np-approche-img img {
    max-width: 340px;
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(162,89,255,0.18), 0 1.5px 8px rgba(245,230,204,0.04);
    object-fit: cover;
    background: #18112a;
}

.np-fonctionnement-section {
    width: 100vw;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 60px 0 0 0;
    position: relative;
    background: none;
    z-index: 1;
}

.np-fonctionnement-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 32px;
}

.np-fonctionnement-title {
    color: #fff;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 900;
    font-size: 2.2rem;
    letter-spacing: 0.04em;
    margin: 0;
}

.np-fonctionnement-table-container {
    position: relative;
    width: 100vw;
    max-width: 1100px;
    margin: 0 auto;
    background: linear-gradient(120deg, #2d185a 0%, #3a206e 100%);
    border-radius: 32px;
    box-shadow: 0 12px 48px rgba(40,30,80,0.35);
    padding: 32px 8px 32px 8px;
    overflow-x: auto;
    overflow-y: visible;
}

.np-fonctionnement-table {
    min-width: 320px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: #fff;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    background: none;
    table-layout: fixed;
}

.np-fonctionnement-table th,
.np-fonctionnement-table td {
    padding: 16px 0;
    border: none;
    white-space: nowrap;
}

.np-fonctionnement-table th:not(:last-child),
.np-fonctionnement-table td:not(:last-child) {
    border-right: 1.5px solid rgba(255,255,255,0.18);
}

.np-fonctionnement-table th {
    font-size: 1.18em;
    font-weight: 900;
    letter-spacing: 0.02em;
}

.np-fonctionnement-table td {
    font-size: 1.13em;
    font-weight: 700;
}

/* Supprimer la fusée */
.np-fonctionnement-rocket { display: none !important; }

/* Rendre le tableau fonctionnement parfaitement responsive */
.np-fonctionnement-table-container {
    width: 100vw;
    max-width: 100vw;
    overflow-x: visible;
    padding: 0;
}
.np-fonctionnement-table {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
}
.np-fonctionnement-table th,
.np-fonctionnement-table td {
    padding: 12px 4px;
    font-size: 1.05em;
    word-break: break-word;
}
@media (max-width: 700px) {
    .np-fonctionnement-table thead {
        display: none;
    }
    .np-fonctionnement-table, .np-fonctionnement-table tbody, .np-fonctionnement-table tr, .np-fonctionnement-table td {
        display: block;
        width: 100%;
    }
    .np-fonctionnement-table tr {
        margin-bottom: 22px;
        border-radius: 18px;
        background: linear-gradient(120deg, #2d185a 0%, #3a206e 100%);
        box-shadow: 0 6px 24px rgba(40,30,80,0.18);
        padding: 14px 0 10px 0;
        border: 1.5px solid rgba(162,89,255,0.10);
        transition: box-shadow 0.18s;
    }
    .np-fonctionnement-table td {
        text-align: left;
        padding: 10px 18px 6px 18px;
        position: relative;
        font-size: 1.13em;
        font-weight: 700;
        color: #fff;
        border: none;
    }
    .np-fonctionnement-table td:before {
        content: attr(data-label);
        font-weight: 700;
        color: #a259ff;
        display: block;
        margin-bottom: 2px;
        font-size: 0.98em;
        letter-spacing: 0.01em;
        opacity: 0.85;
    }
    .np-fonctionnement-table tr:not(:last-child) {
        margin-bottom: 28px;
        border-bottom: none;
    }
}

/* Effet de survol sur desktop */
@media (min-width: 701px) {
    .np-fonctionnement-table tr:hover {
        background: linear-gradient(90deg, #3a206e 0%, #2d185a 100%);
        box-shadow: 0 8px 32px rgba(162,89,255,0.10);
        transition: background 0.18s, box-shadow 0.18s;
    }
}

@media (min-width: 701px) {
    .np-fonctionnement-table-container {
        max-width: 900px;
        padding-left: 0;
        padding-right: 0;
    }
    .np-fonctionnement-table th,
    .np-fonctionnement-table td {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 900px) {
    .np-title {
        font-size: 2.8rem;
    }
    .np-content {
        padding-top: 0;
        min-height: 100vh;
    }
    .np-header {
        margin-bottom: 24px;
    }
    .np-approche-container {
        flex-direction: column;
        align-items: center;
        gap: 32px;
        padding: 40px 10vw 0 10vw;
    }
    .np-approche-img {
        justify-content: center;
        margin-top: 24px;
    }
    .np-approche-img img {
        max-width: 260px;
    }
    .np-approche-title {
        font-size: 2.1rem;
        text-align: center;
        width: 100%;
    }
    .np-approche-text {
        align-items: center;
        text-align: center;
    }
    .np-fonctionnement-table-container {
        padding: 10px 0 10px 0;
        max-width: 100vw;
    }
    .np-fonctionnement-rocket {
        width: 48px;
        right: 10px;
        bottom: 10px;
    }
    .np-fonctionnement-title {
        font-size: 1.2rem;
    }
    .np-fonctionnement-table th,
    .np-fonctionnement-table td {
        padding: 10px 0;
        font-size: 1em;
    }
    .np-fonctionnement-table {
        min-width: 320px;
    }
}
@media (max-width: 600px) {
    .np-title {
        font-size: 2rem;
    }
    .np-content {
        padding-top: 0;
        min-height: 100vh;
    }
    .np-header {
        margin-bottom: 16px;
    }
    .np-logo {
        height: 28px;
    }
    .np-brand {
        font-size: 1rem;
    }
    .np-btn {
        font-size: 1rem;
        padding: 12px 28px;
    }
    .np-approche-container {
        padding: 24px 4vw 0 4vw;
    }
    .np-approche-title {
        font-size: 1.3rem;
    }
    .np-approche-desc {
        font-size: 1rem;
    }
    .np-approche-bullet {
        font-size: 0.98rem;
    }
    .np-approche-img img {
        max-width: 160px;
    }
    .np-main-bg::before {
        width: 220px;
        height: 220px;
        left: -40px;
        top: -40px;
        filter: blur(36px);
        opacity: 0.85;
    }
    .np-main-bg::after {
        width: 260px;
        height: 260px;
        right: -60px;
        bottom: -60px;
        filter: blur(36px);
        opacity: 0.85;
    }
    .np-fonctionnement-table-container {
        padding: 2px 0 2px 0;
        border-radius: 12px;
    }
    .np-fonctionnement-table {
        min-width: 320px;
        font-size: 1.01rem;
    }
    .np-fonctionnement-title {
        font-size: 1.05rem;
    }
    .np-fonctionnement-rocket {
        width: 32px;
        right: 2px;
        bottom: 2px;
    }
    .np-fonctionnement-table th,
    .np-fonctionnement-table td {
        padding: 7px 0;
        font-size: 0.98em;
    }
} 

@media (max-width: 700px) {
    .np-fonctionnement-table-container {
        padding: 0 2vw !important;
        max-width: 100vw;
        box-sizing: border-box;
    }
    .np-fonctionnement-table tr {
        margin-left: auto;
        margin-right: auto;
        width: 98%;
        min-width: 0;
        box-sizing: border-box;
    }
    .np-fonctionnement-table td {
        padding: 8px 8px 4px 8px;
        font-size: 1.09em;
    }
}

@media (max-width: 480px) {
    .np-fonctionnement-table-container {
        padding: 0 1vw !important;
    }
    .np-fonctionnement-table tr {
        width: 99%;
    }
    .np-fonctionnement-table td {
        padding: 7px 4px 3px 4px;
        font-size: 1em;
    }
} 