.elementor-5869 .elementor-element.elementor-element-02833da{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-3ac21b8 */:root {
        --nuit: #1c2b3a;
        --nuit-2: #233346;
        --orange: #e8682a;
        --orange-2: #cf551c;
        --orange-1: #f2884e;
        --creme: #f5f0e8;
        --creme-2: #ece4d6;
        --dore: #b8975a;
        --blanc: #fff;
        --txt: #2b3641;
        --soft: #5f7080;
        /* palette relevée sur l'infographie */
        --i1: #f7be35;
        --i2: #ed7a14;
        --i3: #e9504d;
        --i4: #7e9a8b;
        --i5: #3a5061;
        --r: 22px;
        --maxw: 1140px;
        --ease: cubic-bezier(0.22, 0.8, 0.3, 1);
        --glass: rgba(255, 255, 255, 0.1);
        --glass-brd: rgba(255, 255, 255, 0.2);
      }
      * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
      }
      html {
        scroll-behavior: smooth;
      }
      body {
        font-family: "Montserrat", system-ui, sans-serif;
        color: var(--txt);
        background: var(--creme);
        line-height: 1.62;
        -webkit-font-smoothing: antialiased;
        overflow-x: hidden;
      }
      img {
        max-width: 100%;
        display: block;
      }
      a {
        color: inherit;
        text-decoration: none;
      }
      h1,
      h2,
      h3,
      h4 {
        color: var(--nuit);
        line-height: 1.18;
        font-weight: 700;
      }
      .wrap {
        max-width: var(--maxw);
        margin: 0 auto;
        padding: 0 26px;
      }
      :focus-visible {
        outline: 2.5px solid var(--orange);
        outline-offset: 3px;
        border-radius: 6px;
      }
      .display {
        font-weight: 500;
        letter-spacing: -0.022em;
      }
      .eyebrow {
        display: inline-block;
        font-size: 11.5px;
        font-weight: 700;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        color: var(--dore);
        margin-bottom: 16px;
      }
      
      .quote-space{
          margin-bottom: 40px;
      }
      
      blockquote:before{
          border-bottom: none!important;
      }
      
      .lead {
        color: var(--soft);
        font-size: 16.5px;
      }

      .btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        font-family: inherit;
        font-weight: 700;
        font-size: 12.5px;
        letter-spacing: 0.11em;
        text-transform: uppercase;
        padding: 16px 32px;
        border-radius: 50px;
        border: none;
        cursor: pointer;
        transition: 0.28s var(--ease);
      }
      .btn-primary {
        background: var(--orange);
        color: #fff;
        box-shadow: 0 10px 26px rgba(232, 104, 42, 0.34);
      }
      .btn-primary:hover {
        background: var(--orange-2);
        transform: translateY(-2px);
        box-shadow: 0 14px 32px rgba(232, 104, 42, 0.42);
      }
      .btn-glass {
        background: var(--glass);
        color: #fff;
        border: 1.5px solid var(--glass-brd);
        backdrop-filter: blur(14px) saturate(150%);
        -webkit-backdrop-filter: blur(14px) saturate(150%);
      }
      .btn-glass:hover {
        background: rgba(255, 255, 255, 0.18);
        border-color: rgba(255, 255, 255, 0.42);
        transform: translateY(-2px);
      }
      .btn-white {
        background: #fff;
        color: var(--orange-2);
      }
      .btn-white:hover {
        transform: translateY(-2px);
        box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
      }

      .progress {
        position: fixed;
        top: 0;
        left: 0;
        height: 2.5px;
        background: linear-gradient(90deg, var(--i1), var(--i2), var(--i3));
        width: 0;
        z-index: 120;
        transition: width 0.1s linear;
      }

      

      .spiral {
        position: absolute;
        pointer-events: none;
        z-index: 0;
      }
      .spiral path {
        fill: none;
        stroke-linecap: round;
        stroke: url(#spiralGrad);
      }
      .spiral.drawn path {
        animation: draw 7s cubic-bezier(0.16, 0.9, 0.3, 1) forwards;
      }
      @keyframes draw {
        to {
          stroke-dashoffset: 0;
        }
      }

      .rv {
        opacity: 0;
        transform: translateY(24px);
        transition:
          opacity 0.75s var(--ease),
          transform 0.75s var(--ease);
        transition-delay: var(--d, 0ms);
      }
      .rv.in {
        opacity: 1;
        transform: none;
      }

      /* ══ HERO ══ */
      .hero {
        position: relative;
        background: var(--nuit);
        color: #fff;
        overflow: hidden;
        isolation: isolate;
      }
      .hero .bg {
        position: absolute;
        inset: 0;
        z-index: -2;
      }
      .hero .bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 62% 30%;
      }
      .hero .veil {
        position: absolute;
        inset: 0;
        z-index: -1;
        background:
          linear-gradient(
            100deg,
            rgba(16, 26, 36, 0.97) 0%,
            rgba(17, 27, 38, 0.9) 34%,
            rgba(20, 31, 43, 0.55) 56%,
            rgba(24, 37, 50, 0.16) 78%,
            rgba(28, 43, 58, 0.04) 100%
          ),
          linear-gradient(
            180deg,
            rgba(18, 29, 40, 0.42) 0%,
            rgba(18, 29, 40, 0) 22%,
            rgba(18, 29, 40, 0) 78%,
            rgba(28, 43, 58, 0.55) 100%
          );
      }
      .hero-in {
        position: relative;
        z-index: 1;
        display: grid;
        grid-template-columns: 1.2fr 0.8fr;
        gap: 56px;
        align-items: center;
        padding: 186px 0 108px;
      }
      .hero h1 {
        color: #fff;
        font-size: clamp(32px, 4.9vw, 56px);
        font-weight: 400;
        line-height: 1.12;
        letter-spacing: -0.025em;
      }
      .hero h1 b {
        font-weight: 800;
        font-size: 1em;
        display: block;
        margin-top: 6px;
        letter-spacing: -0.03em;
      }
      .hero h1 b em {
        font-style: normal;
        background: linear-gradient(96deg, var(--i1), var(--i2), var(--orange));
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
      }
      .hero p.lead {
        color: rgba(255, 255, 255, 0.82);
        font-size: 17px;
        margin: 26px 0 34px;
        max-width: 520px;
      }
      .hero-cta {
        display: flex;
        gap: 13px;
        flex-wrap: wrap;
      }
      .pills {
        display: flex;
        gap: 9px;
        margin-top: 34px;
        flex-wrap: wrap;
      }
      .pills span {
        background: var(--glass);
        border: 1px solid var(--glass-brd);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        padding: 7px 15px;
        border-radius: 40px;
        font-size: 11.5px;
        color: rgba(255, 255, 255, 0.88);
        font-weight: 500;
      }
      .pcard {
        max-width: 298px;
        margin: 190px 0 0 auto;
        background: rgba(255, 255, 255, 0.09);
        backdrop-filter: blur(24px) saturate(170%);
        -webkit-backdrop-filter: blur(24px) saturate(170%);
        border: 1px solid var(--glass-brd);
        border-radius: 22px;
        padding: 24px 22px;
        text-align: center;
        box-shadow:
          0 26px 64px rgba(0, 0, 0, 0.42),
          inset 0 1px 0 rgba(255, 255, 255, 0.28);
      }
      .pcard img {
        width: 96px;
        height: 96px;
        border-radius: 50%;
        object-fit: cover;
        margin: 0 auto;
        border: 3px solid rgba(184, 151, 90, 0.85);
      }
      .pcard .nm {
        color: #fff;
        font-weight: 700;
        font-size: 15px;
        margin-top: 13px;
      }
      .pcard .rl {
        color: var(--i1);
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 0.11em;
        margin-top: 5px;
        text-transform: uppercase;
      }
      .pcard .qt {
        font-style: italic;
        font-weight: 400;
        font-size: 12.5px;
        color: rgba(255, 255, 255, 0.84);
        margin-top: 12px;
        line-height: 1.6;
      }

      section {
        padding: 98px 0;
        position: relative;
      }
      .sec-head {
        max-width: 680px;
      }
      .sec-head.c {
        margin: 0 auto;
        text-align: center;
      }
      .sec-head h2 {
        font-size: clamp(25px, 3.2vw, 38px);
        font-weight: 700;
        letter-spacing: -0.022em;
        line-height: 1.2;
      }
      .sec-head h2 em {
        font-style: normal;
        color: var(--orange);
      }
      .sec-head p {
        margin-top: 16px;
      }
      .blanc {
        background: var(--blanc);
      }
      .creme {
        background: var(--creme);
      }

      /* ══ 01 CONSTAT ══ */
      .constat {
        display: grid;
        grid-template-columns: 0.9fr 1.1fr;
        gap: 56px;
        align-items: center;
      }
      .constat .fig {
        border-radius: 26px;
        overflow: hidden;
        box-shadow: 0 26px 58px rgba(28, 43, 58, 0.18);
      }
      .constat .fig img {
        width: 100%;
        transition: transform 1.1s var(--ease);
      }
      .constat .fig:hover img {
        transform: scale(1.05);
      }
      .seg {
        display: inline-flex;
        position: relative;
        background: var(--creme-2);
        border-radius: 50px;
        padding: 5px;
        margin: 22px 0 24px;
        box-shadow: inset 0 1px 3px rgba(28, 43, 58, 0.12);
      }
      .seg .knob {
        position: absolute;
        top: 5px;
        left: 5px;
        width: 134px;
        height: calc(100% - 10px);
        border-radius: 50px;
        background: #fff;
        box-shadow: 0 2px 8px rgba(28, 43, 58, 0.18);
        transition: transform 0.42s var(--ease);
        z-index: 0;
      }
      .seg[data-i="1"] .knob {
        transform: translateX(134px);
      }
      .seg button {
        position: relative;
        z-index: 1;
        width: 134px;
        background: none;
        border: none;
        font-family: inherit;
        font-size: 13.5px;
        font-weight: 700;
        color: var(--soft);
        padding: 11px 0;
        border-radius: 50px;
        cursor: pointer;
        transition: color 0.3s;
      }
      .seg button[aria-selected="true"] {
        color: var(--nuit);
      }
      .state {
        display: none;
      }
      .state.is-on {
        display: block;
        animation: stag 0.5s var(--ease);
      }
      .state h3 {
        font-size: 21px;
        font-weight: 700;
        letter-spacing: -0.015em;
        margin-bottom: 9px;
      }
      .state h3 span {
        color: var(--orange);
      }
      .state.calm h3 span {
        color: var(--i1);
      }
      .state > p {
        color: var(--soft);
        font-size: 15.5px;
      }
      .sigs {
        margin-top: 22px;
        border-top: 1px solid rgba(28, 43, 58, 0.1);
      }
      .sig {
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 14px 4px;
        border-bottom: 1px solid rgba(28, 43, 58, 0.1);
        font-size: 14.5px;
        font-weight: 500;
        color: var(--nuit);
        transition: 0.3s var(--ease);
      }
      .sig:hover {
        padding-left: 12px;
        color: var(--orange);
      }
      .sig i {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: var(--orange);
        flex: none;
      }
      .state.calm .sig i {
        background: var(--i1);
      }
      .state.calm .sig:hover {
        color: var(--i2);
      }

      /* ══ 02 COMPLÉMENTARITÉ · Venn responsive ══ */
      .venn {
        position: relative;
        width: min(560px, 100%);
        height: 300px;
        margin: 48px auto 6px;
      }
      .venn .c {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 258px;
        height: 258px;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 26px;
        color: #fff;
        opacity: 0;
        transform: translate(-50%, -50%);
        transition:
          transform 1.15s var(--ease),
          opacity 0.8s var(--ease);
      }
      .venn .c b {
        font-size: 14.5px;
        font-weight: 700;
        letter-spacing: -0.01em;
        transition: transform 1.15s var(--ease);
      }
      .venn .c span {
        font-size: 11.5px;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.95);
        margin-top: 6px;
        max-width: 132px;
        line-height: 1.45;
        transition: transform 1.15s var(--ease);
      }
      .venn .c.a {
        background: radial-gradient(circle at 34% 32%, #fbd777, var(--i1));
      }
      .venn .c.b {
        background: radial-gradient(circle at 34% 32%, #f79a4b, var(--i2));
      }
      .venn.on .c {
        opacity: 1;
      }
      .venn.on .c.a {
        transform: translate(calc(-50% - 73px), -50%);
      }
      .venn.on .c.b {
        transform: translate(calc(-50% + 73px), -50%);
      }
      .venn.on .c.a b,
      .venn.on .c.a span {
        transform: translateX(-56px);
      }
      .venn.on .c.b b,
      .venn.on .c.b span {
        transform: translateX(56px);
      }
      .venn .core {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 3;
        width: 108px;
        height: 108px;
        border-radius: 50%;
        background: var(--nuit);
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: 3px solid var(--creme);
        box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.4);
        transition: 0.7s var(--ease) 0.5s;
      }
      .venn.on .core {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
      }
      .venn .core b {
        font-size: 15px;
        color: #fff;
      }
      .venn .core small {
        font-size: 9.5px;
        letter-spacing: 0.13em;
        text-transform: uppercase;
        color: var(--i1);
        margin-top: 2px;
      }

      .flips {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin-top: 46px;
      }
      .flip {
        perspective: 1400px;
        height: 346px;
        cursor: pointer;
        width: 100%;
      }
      .flip .turn {
        background: none;
        border: none;
        padding: 0;
        font-family: inherit;
        cursor: pointer;
        text-align: left;
      }
      .flip .in {
        position: relative;
        width: 100%;
        height: 100%;
        transition: transform 0.75s var(--ease);
        transform-style: preserve-3d;
      }
      .flip.is-flipped .in {
        transform: rotateY(180deg);
      }
      @media (hover: hover) and (min-width: 921px) {
        .flip:hover .in {
          transform: rotateY(180deg);
        }
      }
      .flip .f {
        position: absolute;
        inset: 0;
        border-radius: 22px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border: 1px solid rgba(28, 43, 58, 0.1);
        box-shadow: 0 10px 30px rgba(28, 43, 58, 0.07);
      }
      .flip .back {
        padding: 28px 26px;
      }
      .flip .front {
        background: linear-gradient(158deg, #fff 0%, #fdfbf7 100%);
      }
      .flip .ph {
        height: 176px;
        position: relative;
        flex: none;
        overflow: hidden;
        background: var(--creme-2);
      }
      .flip .ph img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center var(--pos, 50%);
        transition: transform 1.3s var(--ease);
      }
      .flip:hover .ph img {
        transform: scale(1.07);
      }
      .flip .ph::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(
          180deg,
          rgba(28, 43, 58, 0.18) 0%,
          rgba(28, 43, 58, 0) 45%,
          rgba(255, 255, 255, 0.1) 100%
        );
      }
      .flip .body {
        padding: 0 24px 22px;
        display: flex;
        flex-direction: column;
        flex: 1;
        position: relative;
      }
      .flip .back {
        background: var(--nuit);
        transform: rotateY(180deg);
        color: #fff;
        justify-content: center;
      }
      .flip .back p {
        color: rgba(255, 255, 255, 0.86);
        font-size: 14px;
        line-height: 1.6;
      }
      .flip .back .lab {
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        margin-bottom: 12px;
        color: var(--tone, var(--i1));
      }
      .flip .ring {
        position: absolute;
        top: -26px;
        left: 24px;
        width: 52px;
        height: 52px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        background: #fff;
        color: var(--tone, var(--i1));
        border: 1px solid color-mix(in srgb, var(--tone, var(--i1)) 40%, #fff);
        box-shadow: 0 6px 18px rgba(28, 43, 58, 0.16);
        transition: 0.4s var(--ease);
      }
      .flip:hover .ring {
        transform: rotate(-8deg) scale(1.07);
      }
      .flip .mid {
        margin-top: 40px;
      }
      .flip h4 {
        font-size: 17.5px;
      }
      .flip .teaser {
        display: block;
        font-size: 13.5px;
        color: var(--soft);
        line-height: 1.55;
        margin-top: 8px;
      }
      .flip .turn {
        margin-top: auto !important;
        display: inline-flex;
        align-items: center;
        gap: 7px;
        font-size: 10.5px;
        font-weight: 800;
        letter-spacing: 0.11em;
        text-transform: uppercase;
        color: var(--tone, var(--orange));
        margin-top: 16px;
      }
      .flip .turn svg {
        transition: transform 0.6s var(--ease);
      }
      .flip:hover .turn svg {
        transform: rotate(-180deg);
      }
      .flip:hover .front {
        box-shadow: 0 18px 42px rgba(28, 43, 58, 0.13);
      }
      .claim {
        text-align: center;
        margin-top: 50px;
        font-size: clamp(17px, 2vw, 22px);
        font-weight: 500;
        font-style: italic;
        color: var(--nuit);
        letter-spacing: -0.012em;
      }

      /* ══ 03 INTERVENTIONS ══ */
      .interv {
        background: var(--nuit);
        color: #fff;
        overflow: hidden;
      }
      .interv .sec-head h2 {
        color: #fff;
      }
      .interv .sec-head p {
        color: rgba(255, 255, 255, 0.7);
      }
      .sw {
        display: grid;
        grid-template-columns: 0.9fr 1.1fr;
        gap: 40px;
        margin-top: 52px;
        position: relative;
        z-index: 2;
      }
      .sw-list {
        display: flex;
        flex-direction: column;
        gap: 4px;
      }
      .sw-btn {
        position: relative;
        display: flex;
        align-items: center;
        gap: 14px;
        width: 100%;
        text-align: left;
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 14px;
        color: rgba(255, 255, 255, 0.66);
        font-family: inherit;
        font-size: 14.5px;
        font-weight: 600;
        padding: 14px 16px;
        cursor: pointer;
        transition: 0.32s var(--ease);
        overflow: hidden;
      }
      .sw-btn::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 3px;
        background: var(--tone, var(--orange));
        transform: scaleY(0);
        transform-origin: center;
        transition: transform 0.38s var(--ease);
      }
      .sw-btn .ic {
        width: 34px;
        height: 34px;
        border-radius: 10px;
        display: grid;
        place-items: center;
        flex: none;
        background: rgba(255, 255, 255, 0.07);
        transition: 0.32s var(--ease);
      }
      .sw-btn .ic svg {
        stroke: currentColor;
        opacity: 0.85;
        transition: 0.32s var(--ease);
      }
      .sw-btn .ar {
        margin-left: auto;
        opacity: 0;
        transform: translateX(-10px);
        transition: 0.32s var(--ease);
        color: var(--tone, var(--orange));
      }
      .sw-btn:hover {
        color: #fff;
        background: rgba(255, 255, 255, 0.07);
        transform: translateX(4px);
      }
      .sw-btn:hover .ic {
        background: color-mix(
          in srgb,
          var(--tone, var(--orange)) 26%,
          transparent
        );
        color: var(--tone, var(--orange));
      }
      .sw-btn[aria-selected="true"] {
        color: #fff;
        background: color-mix(
          in srgb,
          var(--tone, var(--orange)) 15%,
          transparent
        );
        border-color: color-mix(
          in srgb,
          var(--tone, var(--orange)) 42%,
          transparent
        );
      }
      .sw-btn[aria-selected="true"]::before {
        transform: scaleY(1);
      }
      .sw-btn[aria-selected="true"] .ic {
        background: color-mix(
          in srgb,
          var(--tone, var(--orange)) 32%,
          transparent
        );
        color: var(--tone, var(--orange));
      }
      .sw-btn[aria-selected="true"] .ar {
        opacity: 1;
        transform: none;
      }
      .sw-panel {
        position: relative;
        background: rgba(255, 255, 255, 0.04);
        backdrop-filter: blur(26px) saturate(170%);
        -webkit-backdrop-filter: blur(26px) saturate(170%);
        border: 1px solid var(--glass-brd);
        box-shadow:
          0 20px 50px rgba(0, 0, 0, 0.3),
          inset 0 1px 0 rgba(255, 255, 255, 0.24);
        border-radius: 24px;
        padding: 36px 34px;
        min-height: 330px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
      }
      .sw-panel::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        z-index: 3;
        background: var(--tone, var(--orange));
        transform-origin: left;
        animation: bar 0.7s var(--ease);
      }
      @keyframes bar {
        from {
          transform: scaleX(0);
        }
        to {
          transform: scaleX(1);
        }
      }
      .sw-panel .glow {
        position: absolute;
        top: -70px;
        right: -70px;
        width: 240px;
        height: 240px;
        border-radius: 50%;
        background: var(--tone, var(--orange));
        filter: blur(70px);
        opacity: 0.28;
        pointer-events: none;
        z-index: 1;
      }
      .sw-bg {
        position: absolute;
        inset: 0;
        z-index: 0;
        pointer-events: none;
        overflow: hidden;
        border-radius: 24px;
      }
      .sw-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 62% 50%;
        transform: scale(1.04);
        filter: brightness(1.2) saturate(1.02) contrast(1.04);
      }
      .sw-bg::after {
        content: "";
        position: absolute;
        inset: 0;
        background:
          linear-gradient(
            106deg,
            rgba(16, 26, 36, 0.9) 0%,
            rgba(18, 29, 40, 0.72) 28%,
            rgba(21, 33, 45, 0.32) 58%,
            rgba(24, 37, 50, 0.06) 84%,
            rgba(26, 40, 54, 0) 100%
          ),
          linear-gradient(
            180deg,
            rgba(16, 26, 36, 0.26) 0%,
            rgba(16, 26, 36, 0) 26%,
            rgba(16, 26, 36, 0.34) 62%,
            rgba(14, 23, 32, 0.82) 100%
          );
      }
      .sw-body {
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: column;
        flex: 1;
      }
      .sw-item {
        display: none;
      }
      .sw-item.is-on {
        display: flex;
        flex-direction: column;
        flex: 1;
      }
      .sw-item.is-on .hd {
        animation: stag 0.55s var(--ease) backwards;
      }
      .sw-item.is-on > p {
        animation: stag 0.55s var(--ease) 0.1s backwards;
      }
      .sw-panel .hd {
        display: flex;
        align-items: center;
        gap: 16px;
        position: relative;
      }
      .sw-panel .hd .ic {
        width: 54px;
        height: 54px;
        border-radius: 16px;
        display: grid;
        place-items: center;
        flex: none;
        background: color-mix(
          in srgb,
          var(--tone, var(--orange)) 26%,
          transparent
        );
        border: 1px solid
          color-mix(in srgb, var(--tone, var(--orange)) 48%, transparent);
        color: var(--tone, var(--orange));
      }
      .sw-panel h3 {
        color: #fff;
        font-weight: 700;
        font-size: 23px;
        letter-spacing: -0.018em;
        text-shadow:
          0 2px 5px rgba(10, 17, 24, 0.9),
          0 3px 20px rgba(10, 17, 24, 0.75);
      }
      .sw-panel p {
        color: rgba(255, 255, 255, 0.88);
        font-size: 15px;
        margin-top: 16px;
        flex: 1;
        position: relative;
        text-shadow:
          0 1px 3px rgba(10, 17, 24, 0.9),
          0 2px 16px rgba(10, 17, 24, 0.7);
      }
      .sw-meta {
        display: flex;
        gap: 24px;
        flex-wrap: wrap;
        margin-top: 24px;
        padding-top: 22px;
        border-top: 1px solid rgba(255, 255, 255, 0.22);
        position: relative;
      }
      .sw-meta dt {
        color: var(--tone, var(--orange));
        text-shadow: 0 1px 6px rgba(10, 17, 24, 0.85);
        letter-spacing: 0.11em;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 9.5px;
        margin-bottom: 4px;
      }
      .sw-meta dd {
        color: #fff;
        font-weight: 500;
        font-size: 12px;
        text-shadow:
          0 1px 3px rgba(10, 17, 24, 0.9),
          0 2px 14px rgba(10, 17, 24, 0.7);
      }
      
      .size-wrap{
          justify-content: space-between!important;
      }
      
      .stag > * {
        animation: stag 0.6s var(--ease) backwards;
      }
      .stag > *:nth-child(1) {
        animation-delay: 0.02s;
      }
      .stag > *:nth-child(2) {
        animation-delay: 0.1s;
      }
      .stag > *:nth-child(3) {
        animation-delay: 0.18s;
      }
      .sw-meta > div {
        animation: stag 0.6s var(--ease) backwards;
      }
      .sw-meta > div:nth-child(1) {
        animation-delay: 0.24s;
      }
      .sw-meta > div:nth-child(2) {
        animation-delay: 0.32s;
      }
      .sw-meta > div:nth-child(3) {
        animation-delay: 0.4s;
      }
      @keyframes stag {
        from {
          opacity: 0;
          transform: translateY(14px);
        }
        to {
          opacity: 1;
          transform: none;
        }
      }

      /* ══ 04 KIT ══ */
      .kitsec {
        background: var(--creme);
        overflow: hidden;
      }
      .kit-head {
        display: grid;
        grid-template-columns: 1.18fr 0.82fr;
        gap: 52px;
        align-items: center;
        margin-bottom: 46px;
      }
      .kit-head h2 {
        font-weight: 700;
        font-size: clamp(25px, 3.2vw, 38px);
        letter-spacing: -0.022em;
        line-height: 1.2;
      }
      .kit-head h2 em {
        font-style: normal;
        color: var(--orange);
      }
      .kit-head p {
        margin-top: 16px;
      }
      .kit-claim {
        background: var(--nuit);
        color: #fff;
        border-radius: 24px;
        padding: 30px 32px;
        position: relative;
        overflow: hidden;
      }
      .kit-claim .big {
        font-size: 76px;
        font-weight: 800;
        letter-spacing: -0.04em;
        line-height: 0.92;
        background: linear-gradient(96deg, var(--i1), var(--i2));
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
      }
      .kit-claim .claimline {
        color: #fff;
        font-weight: 700;
        font-size: 16px;
        letter-spacing: -0.01em;
        margin-top: 8px;
      }
      .kit-claim p {
        color: rgba(255, 255, 255, 0.78);
        font-size: 13.5px;
        margin-top: 12px;
        line-height: 1.6;
      }
      .kit-claim .sp {
        position: absolute;
        right: -90px;
        bottom: -110px;
        width: 280px;
        opacity: 0.3;
      }
      .kitgrid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 15px;
      }
      .kitcard {
        position: relative;
        background: var(--blanc);
        border: 1px solid rgba(28, 43, 58, 0.09);
        border-radius: 20px;
        padding: 24px 19px;
        overflow: hidden;
        transition: 0.35s var(--ease);
      }
      .kitcard::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 3px;
        background: var(--tone);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.45s var(--ease);
      }
      .kitcard:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 44px rgba(28, 43, 58, 0.13);
      }
      .kitcard:hover::after {
        transform: scaleX(1);
      }
      .kitcard .ic {
        width: 48px;
        height: 48px;
        border-radius: 14px;
        display: grid;
        place-items: center;
        margin-bottom: 16px;
        background: color-mix(in srgb, var(--tone) 13%, #fff);
        border: 1px solid color-mix(in srgb, var(--tone) 40%, #fff);
        color: var(--tone);
        transition: 0.35s var(--ease);
      }
      .kitcard:hover .ic {
        transform: rotate(-6deg) scale(1.07);
      }
      .kitcard .fmt {
        position: absolute;
        top: 22px;
        right: 19px;
        font-size: 9.5px;
        font-weight: 700;
        letter-spacing: 0.1em;
        color: var(--tone);
        opacity: 0.8;
      }
      .kitcard h4 {
        font-size: 14.5px;
        letter-spacing: -0.012em;
      }
      .kitcard p {
        font-size: 12.5px;
        color: var(--soft);
        margin-top: 7px;
        line-height: 1.55;
      }
      .kit-note {
        margin-top: 26px;
        text-align: center;
        font-size: 13.5px;
        color: var(--soft);
      }
      .kit-note b {
        color: var(--nuit);
        font-weight: 600;
      }

      /* ══ 05 BÉNÉFICES ══ */
      .rail {
        position: relative;
        max-width: 880px;
        margin: 56px auto 0;
        display: grid;
        grid-template-rows: repeat(3, 1fr);
      }
      .ribbon {
        position: absolute;
        right: 14px;
        top: 0;
        bottom: 0;
        width: 200px;
        z-index: 0;
      }
      .ribbon path {
        fill: none;
        stroke: url(#ribbonGrad);
        stroke-width: 9;
        stroke-linecap: round;
        vector-effect: non-scaling-stroke;
      }
      .rail.on .ribbon path {
        animation: draw 5.5s cubic-bezier(0.16, 0.9, 0.3, 1) forwards;
      }
      .step {
        display: grid;
        grid-template-columns: 1fr 214px;
        gap: 34px;
        align-items: center;
        position: relative;
        z-index: 1;
        padding: 14px 0;
      }
      .step .med {
        width: 152px;
        height: 152px;
        border-radius: 50%;
        background: #fff;
        display: grid;
        place-items: center;
        justify-self: center;
        box-shadow: 0 14px 34px rgba(28, 43, 58, 0.15);
        border: 6px solid var(--tone);
        position: relative;
        transform: scale(0.55);
        opacity: 0;
        transition:
          transform 0.8s var(--ease) 0.15s,
          opacity 0.6s var(--ease) 0.15s;
      }
      .step .med::after {
        content: "";
        position: absolute;
        inset: -15px;
        border-radius: 50%;
        border: 1px solid var(--tone);
        opacity: 0.26;
      }
      .step.in .med {
        transform: scale(1);
        opacity: 1;
      }
      .step .tx {
        text-align: right;
      }
      .step .lab {
        font-size: 10.5px;
        font-weight: 800;
        letter-spacing: 0.19em;
        text-transform: uppercase;
        color: var(--tone);
      }
      .step h3 {
        font-weight: 700;
        font-size: 22px;
        letter-spacing: -0.018em;
        margin: 7px 0 14px;
      }
      .step ul {
        list-style: none;
      }
      .step li {
        font-size: 14px;
        color: var(--soft);
        padding: 6px 0;
        line-height: 1.5;
        opacity: 0;
        transform: translateX(18px);
        transition: 0.6s var(--ease);
      }
      .step.in li {
        opacity: 1;
        transform: none;
      }
      .step.in li:nth-child(1) {
        transition-delay: 0.3s;
      }
      .step.in li:nth-child(2) {
        transition-delay: 0.42s;
      }
      .step.in li:nth-child(3) {
        transition-delay: 0.54s;
      }
      .step.in li:nth-child(4) {
        transition-delay: 0.66s;
      }
      .step li b {
        color: var(--nuit);
        font-weight: 600;
      }

      /* ══ 06 CONFIANCE ══ */
      .trust {
        display: grid;
        grid-template-columns: 1.05fr 0.95fr;
        gap: 52px;
        align-items: center;
      }
      .qcard {
        background: var(--blanc);
        border-radius: 26px;
        padding: 40px 38px;
        border: 1px solid rgba(28, 43, 58, 0.08);
        box-shadow: 0 14px 40px rgba(28, 43, 58, 0.06);
      }
      .qcard blockquote::before {
        content: "\201C";
        font-size: 52px;
        font-weight: 700;
        color: var(--orange);
        opacity: 0.35;
        line-height: 0.7;
        display: block;
        margin-bottom: 10px;
      }
      .qcard blockquote {
        font-size: 17px;
        font-weight: 400;
        font-style: italic;
        color: var(--nuit);
        margin-top: 4px;
        line-height: 1.68;
      }
      .qcard cite {
        display: block;
        margin-top: 20px;
        font-family: "Montserrat", sans-serif;
        font-style: normal;
        font-size: 13px;
        font-weight: 600;
        color: var(--soft);
      }
      .partner h3 {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: -0.015em;
        margin-bottom: 14px;
      }
      .partner p {
        font-size: 14.5px;
        color: var(--soft);
      }
      .schoollogo {
        background: #fff;
        border: 1px solid rgba(28, 43, 58, 0.09);
        border-radius: 18px;
        padding: 24px 28px;
        margin-bottom: 20px;
        display: grid;
        place-items: center;
        box-shadow: 0 10px 28px rgba(28, 43, 58, 0.06);
      }
      .schoollogo img {
        max-width: 250px;
        width: 100%;
      }
      .assur-band {
        margin-top: 64px;
        padding-top: 40px;
        border-top: 1px solid rgba(28, 43, 58, 0.12);
        text-align: center;
      }
      .assur-lbl {
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0.04em;
        color: var(--soft);
        margin-bottom: 26px;
      }
      .assur-lbl b {
        color: var(--nuit);
        font-weight: 700;
      }
      .assur {
        display: flex;
        gap: 46px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
      }
      .assur img {
        height: 46px;
        min-width: 64px;
        width: auto;
        object-fit: contain;
        opacity: 0.62;
        transition: 0.35s var(--ease);
        filter: brightness(0) saturate(100%) invert(13%) sepia(31%)
          saturate(1100%) hue-rotate(176deg) brightness(95%) contrast(92%);
      }
      .assur a:hover img {
        opacity: 1;
        transform: scale(1.06);
      }

      /* ══ 07 MOT + CTA ══ */
      .close {
        background: var(--nuit);
        color: #fff;
        overflow: hidden;
      }
      .mot {
        display: grid;
        grid-template-columns: 158px 1fr;
        gap: 38px;
        align-items: center;
        padding-bottom: 52px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        position: relative;
        z-index: 2;
      }
      .mot img.pf {
        width: 158px;
        height: 158px;
        border-radius: 50%;
        object-fit: cover;
        border: 3px solid rgba(184, 151, 90, 0.85);
      }
      .mot blockquote {
        font-size: clamp(16px, 1.8vw, 19px);
        font-weight: 400;
        font-style: italic;
        color: rgba(255, 255, 255, 0.92);
        line-height: 1.72;
      }
      .mot .sign img {
        height: 56px;
        width: auto;
        filter: brightness(0) invert(1);
        opacity: 0.9;
        margin-top: 16px;
      }
      .mot .who {
        color: var(--i1);
        font-size: 11.5px;
        font-weight: 700;
        letter-spacing: 0.13em;
        margin-top: 6px;
        text-transform: uppercase;
      }
      .final {
        text-align: center;
        padding-top: 58px;
        position: relative;
        z-index: 2;
      }
      .final h2 {
        color: #fff;
        font-weight: 700;
        font-size: clamp(26px, 3.4vw, 40px);
        letter-spacing: -0.022em;
      }
      .final p {
        color: rgba(255, 255, 255, 0.76);
        font-size: 16.5px;
        margin: 16px auto 32px;
        max-width: 540px;
      }
      .contacts {
        display: flex;
        gap: 26px;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 30px;
        font-size: 13.5px;
        color: rgba(255, 255, 255, 0.88);
        font-weight: 500;
      }
      .contacts a,
      .contacts span {
        display: inline-flex;
        align-items: center;
        gap: 8px;
      }
      .contacts a:hover {
        color: var(--orange);
      }

      .footer-pro {
        background: #141f2a;
        color: rgba(255, 255, 255, 0.55);
        padding: 34px 0;
        font-size: 12.5px;
      }
      .foot {
        display: flex;
        justify-content: space-between;
        gap: 16px;
        flex-wrap: wrap;
        align-items: center;
      }
      .footer-pro a:hover {
        color: var(--orange);
      }

      @media (max-width: 980px) {
        .kitgrid {
          grid-template-columns: repeat(3, 1fr);
        }
        .kit-head {
          grid-template-columns: 1fr;
          gap: 26px;
        }
      }
      @media (max-width: 920px) {
        .nav-links {
          display: none;
        }
        .hero-in {
          grid-template-columns: 1fr;
          gap: 38px;
          padding: 140px 34px;
        }
        .pcard {
          margin: 0 auto;
          max-width: 340px;
        }
        .constat,
        .trust,
        .sw {
          grid-template-columns: 1fr;
          gap: 30px;
        }
        .flips {
          grid-template-columns: 1fr;
        }
        .flip {
          height: 322px;
        }
        .ribbon {
          display: none;
        }
        .rail {
          display: block;
        }
        .step {
          grid-template-columns: 1fr;
          gap: 18px;
          text-align: center;
          padding: 30px 0;
          border-bottom: 1px solid rgba(28, 43, 58, 0.1);
        }
        .step:last-child {
          border-bottom: none;
        }
        .step .tx {
          text-align: center;
        }
        .step .med {
          order: -1;
          width: 116px;
          height: 116px;
          border-width: 5px;
        }
        .step li {
          transform: translateY(14px);
        }
        .mot {
          grid-template-columns: 1fr;
          text-align: center;
          justify-items: center;
          gap: 24px;
        }
        .mot .sign img {
          margin: 16px auto 0;
        }
        section {
          padding: 70px 0;
        }
        .sw-panel {
          min-height: 0;
        }
        .assur {
          gap: 34px;
        }
      }
      /* Venn : bascule en vertical, l'intersection est conservée */
      
      @media (max-width: 767px) {
          .btn{
              font-size: 10px!important;
          }
          .mob-dis{
              display: none;
          }
          .mob-pad{
              margin-top: 10px;
          }
          
          
      }
      
      @media (max-width: 620px) {
        .venn {
          width: 280px;
          height: 440px;
          margin: 36px auto 0;
        }
        .venn .c {
          width: 252px;
          height: 252px;
          padding: 22px;
        }
        .venn.on .c.a {
          transform: translate(-50%, calc(-50% - 78px));
        }
        .venn.on .c.b {
          transform: translate(-50%, calc(-50% + 78px));
        }
        .venn.on .c.a b,
        .venn.on .c.a span {
          transform: translateY(-56px);
        }
        .venn.on .c.b b,
        .venn.on .c.b span {
          transform: translateY(56px);
        }
        .venn .c span {
          max-width: 150px;
        }
        .kitgrid {
          grid-template-columns: 1fr;
        }
        .contacts {
          flex-direction: column;
          gap: 13px;
        }
        .seg {
          display: flex;
          width: 100%;
        }
        .seg button {
          flex: 1 1 0;
          width: auto;
          padding: 11px 8px;
        }
        .seg .knob {
          width: calc(50% - 5px);
        }
        .seg[data-i="1"] .knob {
          transform: translateX(100%);
        }
        .assur {
          gap: 28px;
        }
        .assur img {
          height: 36px;
        }
      }
      @media (prefers-reduced-motion: reduce) {
        *,
        *::before,
        *::after {
          animation-duration: 0.01ms !important;
          transition-duration: 0.01ms !important;
        }
        .rv {
          opacity: 1;
          transform: none;
        }
        .venn .c,
        .venn .core {
          opacity: 1;
        }
        .step .med {
          opacity: 1;
          transform: none;
        }
        .step li {
          opacity: 1;
          transform: none;
        }
        .spiral.drawn path,
        .rail .ribbon path {
          stroke-dashoffset: 0 !important;
        }
        .sw-item.is-on .hd,
        .sw-item.is-on > p,
        .state.is-on {
          animation: none !important;
        }
      }/* End custom CSS */