﻿/**
 * NC8 Global Stylesheet
 * Fichier CSS fusionné automatiquement à partir des fichiers StyleSiteConex
 * Généré le: 2026-06-05 09:42:07
 */

/* === RESET & BASE STYLES === */
* { box-sizing: border-box; }
body { margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; }
a { text-decoration: none; color: inherit; }
h1, h2, h3, h4, h5, h6 { margin: 0; }

/* === NC8.CSS === */
.NC8-Container {
    background-color: #F6F6F6;
    color: #1B2849;
    padding: 47px 20px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 47px;
}
.NC8-Container a {
    color: #1B2849;
    text-decoration: none;
}
.NC8-Container h5 {
    font-weight: bold;
}
.NC8-Container .NC8-Disclaimer {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1025px;
    margin: 0 auto;
}
.NC8-Container .NC8-Disclaimer li::marker {
    font-size: smaller;
}
.NC8-Container .NC8-Flags-Container {
    max-width: 1025px;
    width: 100%;
    padding: 29px 97px 58px;
    margin: 0 auto;
    background-color: #FFF;
    border-radius: 20px;
}
.NC8-Container .NC8-Flags-Container > h5 {
    margin-bottom: 60px;
}
.NC8-Container .NC8-Flags {
    display: grid;
    grid-template-columns: repeat(auto-fill, 44px);
    column-gap: 68px;
    row-gap: 60px;
}
.NC8-Container .NC8-Flag {
    width: 44px;
    height: 44px;
    border-radius: 50%;
}
.NC8-Container .NC8-2024-Link {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    background-color: #E4023A;
    width: 250px;
    height: 40px;
    margin: 0 auto;
    border-radius: 100px;
}
@media screen and (max-width: 1024px) {
    .NC8-Container {
        font-size: 0.8em;
        padding: 30px 20px;
    }
    .NC8-Container .NC8-Flags-Container {
        max-width: 588px;
        padding: 16px 30px 30px;
    }
    .NC8-Container .NC8-Flags-Container > h5 {
        margin-bottom: 30px;
    }
    .NC8-Container .NC8-Disclaimer {
        max-width: 588px;
    }
    .NC8-Container .NC8-Flags {
        grid-template-columns: repeat(auto-fill, 36px);
        column-gap: 34px;
        row-gap: 30px;
    }
    .NC8-Container .NC8-Flag {
        width: 36px;
        height: 36px;
    }
    .NC8-Container .NC8-2024-Link {
        width: 175px;
        height: 30px;
    }
}
.NC8-Container .NC8-Section-Container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    font-weight: bold;
}
.NC8-Container .NC8-Section-Title {
    display: flex;
    align-items: baseline;
    gap: 50px;
    font-size: larger;
}
.NC8-Container .NC8-Section-Title > div:first-child {
    flex-shrink: 0;
}
.NC8-Container .NC8-Section-Chapter {
    display: flex;
    align-items: baseline;
    gap: 30px;
    min-height: 65px;
    padding: 21px;
    background-color: #FFF;
    border-radius: 10px;
}
.NC8-Container .NC8-Section-Chapter > div:first-child {
    flex-shrink: 0;
}
.NC8-Container .NC8-Section-Chapter-Caret {
    margin-left: auto;
}
@media screen and (max-width: 1024px) {
    .NC8-Container .NC8-Section-Container {
        gap: 8px;
        max-width: 600px;
    }
    .NC8-Container .NC8-Section-Title {
        gap: 25px;
    }
    .NC8-Container .NC8-Section-Chapter {
        gap: 15px;
        min-height: 32px;
        padding: 10px;
        border-radius: 10px;
    }
}
.NC8-Container .NC8-Chapter-Container {
    display: flex;
    flex-direction: column;
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    gap: 16px;
}
.NC8-Container .NC8-Chapter-Container h5 {
    font-weight: bold;
}
.NC8-Container .NC8-Chapter-Container .NC8-Chapter-Title {
    font-weight: bold;
}
.NC8-Container .NC8-Chapter-Container .NC8-Chapter {
    display: flex;
    align-items: baseline;
    gap: 17px;
    width: 100%;
    min-height: 43px;
    padding: 15px 21px;
    border-radius: 10px;
    background-color: #E9EEFC;
}
.NC8-Container .NC8-Chapter-Container .NC8-Chapter .NC8-Chapter-Name {
    margin-right: auto;
}
.NC8-Container .NC8-Chapter-Container .NC8-Chapter .NC8-Chapter-Separator {
    width: 1px;
    background-color: #FFF;
    height: 32px;
    align-self: start;
    margin: -4px 0;
}
.NC8-Container .NC8-Chapter-Container .NC8-Chapter .NC8-Chapter-Separator, .NC8-Container .NC8-Chapter-Container .NC8-Chapter .nc, .NC8-Container .NC8-Chapter-Container .NC8-Chapter .uc {
    flex-shrink: 0;
}
.NC8-Container .NC8-Chapter-Container .NC8-Chapter .nc, .NC8-Container .NC8-Chapter-Container .NC8-Chapter .uc, .NC8-Container .NC8-Chapter-Container .NC8-Chapter .uc-Empty-Space {
    width: 115px;
    display: flex;
    justify-content: center;
}
.NC8-Container .NC8-Chapter-Container .NC8-Chapter .nc {
    font-weight: bolder;
}
.NC8-Container .NC8-Chapter-Container .NC8-Chapter .indent {
    height: 1px;
    background-color: #1B2849;
    flex-shrink: 0;
    align-self: start;
    margin-top: 12px;
}
.NC8-Container .NC8-Chapter-Container .NC8-Chapter .indent3 {
    width: 20px;
}
.NC8-Container .NC8-Chapter-Container .NC8-Chapter .indent4 {
    width: 35px;
}
.NC8-Container .NC8-Chapter-Container .NC8-Chapter .indent5 {
    width: 50px;
}
.NC8-Container .NC8-Chapter-Container .NC8-Chapter .indent6 {
    width: 65px;
}
.NC8-Container .NC8-Chapter-Container .NC8-Chapter .indent7 {
    width: 80px;
}
.NC8-Container .NC8-Chapter-Container .NC8-Chapter .indent8 {
    width: 95px;
}
.NC8-Container .NC8-Chapter-Container .NC8-Chapter .indent9 {
    width: 110px;
}
.NC8-Container .NC8-Chapter-Container .NC8-Chapter .indent10 {
    width: 125px;
}
@media screen and (max-width: 1024px) {
    .NC8-Container .NC8-Chapter-Container {
        max-width: 600px;
        gap: 8px;
    }
    .NC8-Container .NC8-Chapter-Container .NC8-Chapter {
        gap: 8px;
        min-height: 22px;
        padding: 8px 10px;
        border-radius: 10px;
    }
    .NC8-Container .NC8-Chapter-Container .NC8-Chapter .NC8-Chapter-Separator {
        width: 1px;
        height: 16px;
        margin: -2px 0;
    }
    .NC8-Container .NC8-Chapter-Container .NC8-Chapter .nc {
        width: 70px;
    }
    .NC8-Container .NC8-Chapter-Container .NC8-Chapter .uc, .NC8-Container .NC8-Chapter-Container .NC8-Chapter .uc-Empty-Space {
        width: 50px;
    }
    .NC8-Container .NC8-Chapter-Container .NC8-Chapter .indent {
        margin-top: 8px;
    }
    .NC8-Container .NC8-Chapter-Container .NC8-Chapter .indent3 {
        width: 10px;
    }
    .NC8-Container .NC8-Chapter-Container .NC8-Chapter .indent4 {
        width: 17px;
    }
    .NC8-Container .NC8-Chapter-Container .NC8-Chapter .indent5 {
        width: 25px;
    }
    .NC8-Container .NC8-Chapter-Container .NC8-Chapter .indent6 {
        width: 32px;
    }
    .NC8-Container .NC8-Chapter-Container .NC8-Chapter .indent7 {
        width: 40px;
    }
    .NC8-Container .NC8-Chapter-Container .NC8-Chapter .indent8 {
        width: 48px;
    }
    .NC8-Container .NC8-Chapter-Container .NC8-Chapter .indent9 {
        width: 55px;
    }
    .NC8-Container .NC8-Chapter-Container .NC8-Chapter .indent10 {
        width: 62px;
    }
}

/* ---------- Bandeau "secondary-header-type-1" — overrides chapitre ---------- */

/* Kicker "Chapitre XX" : petite étiquette au-dessus du titre */
.secondary-header-type-1 .header-kicker {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.75;
    color: #fff;
}

@media (min-width: 1024px) {
    .secondary-header-type-1 .header-kicker {
        font-size: 16px;
    }

    /* Le conteneur flex-col doit remplir la hauteur du bandeau pour que la nav reste collée en bas
       (section: min-h 350px - pt 31 - pb 75 = 244px de contenu utile). */
    .secondary-header-type-1 .header-content {
        min-height: 244px;
    }

    /* Pousse la nav en bas du conteneur, quelle que soit la longueur du titre. */
    .secondary-header-type-1 .header-nav {
        margin-top: auto;
    }
}

/* ---------- Sélecteur de langues (page index NC8) ---------- */
/* Mobile-first : 5 colonnes par défaut, 12 colonnes (2 rangées de 12) à partir du breakpoint lg
   (alignement avec le gimmick SVG qui apparaît à min-width: 1024px via lg:block) */
.flag-grid {
    display: grid;
    grid-template-columns: repeat(5, max-content);
    gap: 10px;
}
@media (min-width: 1024px) {
    .flag-grid { grid-template-columns: repeat(12, max-content); }
}
.flag-link {
    display: inline-block;
    line-height: 0;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 2px;
    transition: all 0.25s ease;
}
.flag-link:hover {
    border-color: #fff;
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
.flag-link img {
    width: 36px;
    height: 22px;
    display: block;
    object-fit: cover;
    border-radius: 2px;
}
.flag-link.is-current {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0.15);
}
.flag-link.is-current:hover {
    transform: none;
    box-shadow: none;
    border-color: rgba(255, 255, 255, 0.15);
}

/* ---------- Bouton CTA rouge "Retour à l'accueil" (page chapitre) ---------- */
.btn-accent {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px;
    border-radius: 9999px;
    background-color: #e4023a;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.25s ease;
    width: fit-content;
}
.btn-accent:hover {
    background-color: #b8002e;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(228, 2, 58, 0.35);
}

/* === CONEXHEADER.CSS === */
.Conex-Header-Container {
    position: relative;
    background-image: radial-gradient(circle farthest-corner at 0% 5%, #328AFF -20%, #0D162F 15%, #0D162F 100%);
    color: #FFF;
    width: 100%;
    height: 300px;
    padding: 75px 100px 30px 50px;
}

.Conex-Header-Container .Conex-Header-Breadcrumb-Container {
    position: absolute;
    top: 25px;
    left: 50px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: smaller;
}

.Conex-Header-Container .Conex-Header-Breadcrumb-Text.-Last {
    color: #B1C7EC;
}

.Conex-Header-Container .Conex-Header {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 650px;
    margin: 0 auto 0 150px;
}

.Conex-Header-Container .Conex-Header-Title {
    font-weight: bold;
}

.Conex-Header-Container .Conex-Header-SuggestionBox-Container {
    position: absolute;
    right: 0;
    top: 30%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    padding: 10px;
    background-color: #1B2849;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: all 0.25s linear;
}

.Conex-Header-Container .Conex-Header-SuggestionBox-Container:hover {
    width: 120px;
}

.Conex-Header-Container .Conex-Header-SuggestionBox-Container:hover .Conex-Header-SuggestionBox-Icon {
    transform: rotate(45deg);
}

.Conex-Header-Container .Conex-Header-SuggestionBox-Icon {
    transition: all 0.25s linear;
}

.Conex-Header-Container .Conex-Header-SuggestionBox-Text {
    flex-wrap: wrap;
    text-align: center;
    line-height: 1.1em;
    width: 80px;
}

/* === CONEXHEADERCHAPTER.RAZOR.CSS === */
.Conex-HeaderChapter-Container {
    position: relative;
    background-image: radial-gradient(circle farthest-corner at 0% 5%, #328AFF -20%, #0D162F 15%, #0D162F 100%);
    color: #FFF;
    width: 100%;
    min-height: 250px;
    padding: 75px 200px 40px;
}

@media screen and (max-width: 1024px) {
    .Conex-HeaderChapter-Container {
        padding: 100px 120px 40px 60px;
        font-size: 0.8em;
    }
}

.Conex-HeaderChapter-Container .Conex-HeaderChapter-Breadcrumb-Container {
    position: absolute;
    top: 25px;
    left: 50px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: smaller;
}

.Conex-HeaderChapter-Container .Conex-HeaderChapter-Breadcrumb-Text.-Last {
    color: #B1C7EC;
}

.Conex-HeaderChapter-Container .Conex-HeaderChapter-GoBack-Container {
    position: absolute;
    top: 50px;
    left: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #FFF;
    border-radius: 100px;
    font-size: smaller;
    font-weight: bold;
    padding: 5px 14px;
    transition: all 0.25s linear;
}

.Conex-HeaderChapter-Container .Conex-HeaderChapter-GoBack-Container:hover {
    gap: 18px;
    padding: 5px 10px;
    border-color: #E4023A;
}

.Conex-HeaderChapter-Container .Conex-HeaderChapter-GoBack-Container:hover .Conex-HeaderChapter-GoBack-Text {
    color: #E4023A;
}

.Conex-HeaderChapter-Container .Conex-HeaderChapter-GoBack-Text {
    transition: all 0.25s linear;
}

.Conex-HeaderChapter-Container .Conex-HeaderChapter {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 650px;
}

@media screen and (max-width: 1024px) {
    .Conex-HeaderChapter-Container .Conex-HeaderChapter {
        gap: 10px;
    }
}

.Conex-HeaderChapter-Container .Conex-HeaderChapter-Title {
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
    .Conex-HeaderChapter-Container .Conex-HeaderChapter-Title {
        font-size: 1.5em;
    }
}

.Conex-HeaderChapter-Container .Conex-HeaderChapter-Description {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.Conex-HeaderChapter-Container .Conex-HeaderChapter-PreviousChapter-Container, .Conex-HeaderChapter-Container .Conex-HeaderChapter-NextChapter-Container {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 175px;
    border: 1px solid;
    border-radius: 100px;
    font-size: smaller;
    font-weight: bold;
    padding: 5px 14px;
    transition: all 0.25s linear;
}

@media screen and (max-width: 1024px) {
    .Conex-HeaderChapter-Container .Conex-HeaderChapter-PreviousChapter-Container, .Conex-HeaderChapter-Container .Conex-HeaderChapter-NextChapter-Container {
        min-width: 150px;
    }
}

.Conex-HeaderChapter-Container .Conex-HeaderChapter-PreviousChapter-Container {
    border-color: #FFF;
}

.Conex-HeaderChapter-Container .Conex-HeaderChapter-PreviousChapter-Container:hover {
    gap: 18px;
    padding: 5px 10px;
    border-color: #E4023A;
}

.Conex-HeaderChapter-Container .Conex-HeaderChapter-PreviousChapter-Container:hover .Conex-HeaderChapter-PreviousChapter-Text {
    color: #E4023A;
}

.Conex-HeaderChapter-Container .Conex-HeaderChapter-NextChapter-Container {
    border-color: #E4023A;
    background-color: #E4023A;
}

.Conex-HeaderChapter-Container .Conex-HeaderChapter-NextChapter-Container:hover {
    gap: 18px;
    padding: 5px 10px;
    border-color: #FFF;
    background-color: #1B2849;
}

.Conex-HeaderChapter-Container .Conex-HeaderChapter-PreviousChapter-Text {
    transition: all 0.25s linear;
}

.Conex-HeaderChapter-Container .Conex-HeaderChapter-SuggestionBox-Container {
    position: absolute;
    right: 0;
    top: 30%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    padding: 10px;
    background-color: #1B2849;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: all 0.25s linear;
}

.Conex-HeaderChapter-Container .Conex-HeaderChapter-SuggestionBox-Container:hover {
    width: 120px;
}

.Conex-HeaderChapter-Container .Conex-HeaderChapter-SuggestionBox-Container:hover .Conex-HeaderChapter-SuggestionBox-Icon {
    transform: rotate(45deg);
}

.Conex-HeaderChapter-Container .Conex-HeaderChapter-SuggestionBox-Icon {
    transition: all 0.25s linear;
}

.Conex-HeaderChapter-Container .Conex-HeaderChapter-SuggestionBox-Text {
    flex-wrap: wrap;
    text-align: center;
    line-height: 1.1em;
    width: 80px;
}

/* === SITE.CSS === */
/* ============================================================
   Bandeau "secondary-header-type-1" — CSS isolé
   Compatible iframe, basé sur le thème conex_vitrine_wp
   ============================================================ */

/* ---- Variables -------------------------------------------- */
:root {
    --color-primary: #1b2849;
    --color-accent: #e4023a;
    --color-blue-950: #0d162f;
    --color-white: #fff;
    --font-sans: Montserrat, sans-serif;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
}

/* ---- Reset minimum --------------------------------------- */
*, *::before, *::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: var(--font-sans);
    color: var(--color-primary);
}

/* ---- Classes nommées (réellement définies dans le thème) -- */
.effect-circleblur {
    pointer-events: none;
    opacity: 0.35;
    width: 355px;
    height: 355px;
    background-color: #328aff;
    border-radius: 9999px;
    filter: blur(82.3px);
}

body h2, body .h2 {
    font-size: 24px;
    line-height: 107%;
    font-weight: var(--font-weight-bold);
    color: var(--color-primary);
    margin: 0;
}

.post-date {
    font-size: 14px;
    opacity: 0.85;
}

/* ---- Tailwind utilities (mobile-first) ------------------- */

/* Positionnement */
.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.overflow-hidden {
    overflow: hidden;
}

.top-0 {
    top: 0;
}

/* Flex */
.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

/* Affichage */
.hidden {
    display: none;
}

.w-fit {
    width: fit-content;
}

/* Couleurs */
.text-white {
    color: var(--color-white);
}

.bg-blue-950 {
    background-color: var(--color-blue-950);
}

.border-white {
    border-color: var(--color-white);
}

/* Typographie */
.font-semibold {
    font-weight: var(--font-weight-semibold);
}

/* Forme */
.border {
    border-width: 1px;
    border-style: solid;
}

.rounded-full {
    border-radius: 9999px;
}

/* Transition */
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Tailles arbitraires */
.p-\[25px\] {
    padding: 25px;
}

.px-\[14px\] {
    padding-left: 14px;
    padding-right: 14px;
}

.py-\[8px\] {
    padding-top: 8px;
    padding-bottom: 8px;
}

.mt-\[3px\] {
    margin-top: 3px;
}

.gap-\[10px\] {
    gap: 10px;
}

.gap-\[20px\] {
    gap: 20px;
}

.w-\[355px\] {
    width: 355px;
}

.h-\[355px\] {
    height: 355px;
}

.h-\[40px\] {
    height: 40px;
}

.min-w-\[219px\] {
    min-width: 219px;
}

.top-\[-177px\] {
    top: -177px;
}

.left-\[-177px\] {
    left: -177px;
}

.left-\[-118px\] {
    left: -118px;
}

.text-\[16px\] {
    font-size: 16px;
}

.duration-\[600ms\] {
    transition-duration: 600ms;
}

/* Avec `!` (important) */
.\!text-white {
    color: var(--color-white) !important;
}

.\!no-underline {
    text-decoration: none !important;
}

/* Hover */
.hover\:gap-\[20px\]:hover {
    gap: 20px;
}

.hover\:text-primary:hover {
    color: var(--color-primary);
}

.hover\:bg-white:hover {
    background-color: var(--color-white);
}

/* ---- Desktop (≥ 1024px / 64rem) -------------------------- */
@media (min-width: 64rem) {
    body h2, body .h2 {
        font-size: 24px;
    }

    .lg\:pt-\[31px\] {
        padding-top: 31px;
    }

    .lg\:pb-\[75px\] {
        padding-bottom: 75px;
    }

    .lg\:min-h-\[350px\] {
        min-height: 350px;
    }

    .lg\:max-w-\[1316px\] {
        max-width: 1316px;
    }

    .lg\:max-w-\[916px\] {
        max-width: 916px;
    }

    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .lg\:block {
        display: block;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:\!text-\[43px\] {
        font-size: 43px !important;
    }
}


