/* ============================================
   THEME SWITCHER — Light / Dark
   ============================================ */
/* ============================================
   HEADER DIVI — Dark mode
   ============================================ */

/* Background du header */
/* Max-width forcé sur le container global */
#desktop-header {
    max-width: 1920px !important;
    width: 100% !important;
    margin: 0 auto;
}

/* Background sur le container global */
#global-header-container {
    transition: background 0.4s ease;
}

body[data-theme="dark"] #global-header-container {
    background: #080B17 !important;
}

/* Liens de navigation */
#global-header-container .et-menu > li > a,
#global-header-container .et-menu li li a {
    transition: color 0.4s ease;
}

body[data-theme="dark"] #global-header-container .et-menu > li > a,
body[data-theme="dark"] #global-header-container .et-menu li li a {
    color: #FFFFFF !important;
}

/* Sous-menu background */
body[data-theme="dark"] #global-header-container .et-menu .sub-menu {
    background: #080B17 !important;
}

/* Bouton "Book a demo" — déjà en dark, mais border à ajuster */
body[data-theme="dark"] #desktop-header .et_pb_button_0_tb_header {
    border-color: rgba(255, 255, 255, 0.3) !important;
    color: #FFFFFF !important;
}

/* Logo desktop */
body[data-theme="dark"] .nav-logo-desktop img {
    filter: brightness(0) invert(1);
    transition: filter 0.4s ease;
}

/* Logo mobile (brandmark) — déjà blanc sur fond sombre, à adapter selon ton SVG */
body[data-theme="dark"] .nav-logo-mobile img {
    filter: brightness(0) invert(1);
    transition: filter 0.4s ease;
}

/* Icône hamburger */
body[data-theme="dark"] #desktop-header .dfh-163-hamburger-icon .et-pb-icon {
    color: #FFFFFF !important;
}

   
/* Variables par défaut = LIGHT */
body {
    --theme-main-bg-start: #FFFFFF;
    --theme-main-bg-mid: rgba(240, 244, 255, 0.65);
    --theme-main-bg-accent: rgba(64, 94, 245, 0.12);
    --theme-card-bg: #080B17;
    --theme-card-border: #47484B;
    --theme-features-ready-bg: #FFFFFF;
    --theme-transition: background 0.4s ease, color 0.4s ease;
}

/* DARK MODE */
body[data-theme="dark"] {
    --theme-main-bg-start: #080B17;
    --theme-main-bg-mid: rgba(20, 28, 60, 0.9);
    --theme-main-bg-accent: rgba(64, 94, 245, 0.25);
    --theme-card-bg: #0F1425;
    --theme-card-border: #2A2D3E;
    --theme-features-ready-bg: #080B17;
}


/* Background dark — haut vers bas (défaut) */
/* Background light — haut vers bas */
.dark-bg-top {
    position: relative;
    background:
        radial-gradient(circle at 85% 85%,
            rgba(64, 94, 245, 0.12) 0%,
            rgba(64, 94, 245, 0.08) 25%,
            rgba(64, 94, 245, 0) 60%),
        conic-gradient(from -42deg at 50% 50%,
            #FFFFFF 0deg,
            rgba(240, 244, 255, 0.65) 126deg,
            rgba(64, 94, 245, 0.12) 216deg,
            #FFFFFF 360deg);
}

.dark-bg-top::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.6s ease;
    background: linear-gradient(180deg, #080B17 0%, #121A2E 100%);
}

body[data-theme="dark"] .dark-bg-top::after {
    opacity: 1;
}

.dark-bg-top > * {
    position: relative;
    z-index: 1;
}


.adaone-slider-section-background {
    position: relative;
    background: linear-gradient(180deg, #FFFFFF 0%, #F0F4FF 100%);
}

.adaone-slider-section-background::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.6s ease;
    background: rgba(8, 11, 23, 1);
}

body[data-theme="dark"] .adaone-slider-section-background::after {
    opacity: 1;
}

.adaone-slider-section-background > * {
    position: relative;
    z-index: 1;
}


.adaone-laptop-section-background {
    position: relative;
    background: radial-gradient(circle at 85% 85%,
            rgba(64, 94, 245, 0.12) 0%,
            rgba(64, 94, 245, 0.08) 25%,
            rgba(64, 94, 245, 0) 60%),
        conic-gradient(from -42deg at 50% 50%,
            #FFFFFF 0deg,
            rgba(240, 244, 255, 0.65) 126deg,
            rgba(64, 94, 245, 0.12) 216deg,
            #FFFFFF 360deg);
}

.adaone-laptop-section-background::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.6s ease;
    background: linear-gradient(180deg, #080B17 0%, #121A2E 100%);
}

body[data-theme="dark"] .adaone-laptop-section-background::after {
    opacity: 1;
}

.adaone-laptop-section-background > * {
    position: relative;
    z-index: 1;
}

.adaone-ecosytem-background {
    position: relative;
    background: radial-gradient(circle at 85% 85%,
            rgba(64, 94, 245, 0.12) 0%,
            rgba(64, 94, 245, 0.08) 25%,
            rgba(64, 94, 245, 0) 60%),
        conic-gradient(from -42deg at 50% 50%,
            #FFFFFF 0deg,
            rgba(240, 244, 255, 0.65) 126deg,
            rgba(64, 94, 245, 0.12) 216deg,
            #FFFFFF 360deg);
}

.adaone-ecosytem-background::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.6s ease;
    background: rgba(8, 11, 23, 1);
}

body[data-theme="dark"] .adaone-ecosytem-background::after {
    opacity: 1;
}

.adaone-ecosytem-background > * {
    position: relative;
    z-index: 1;
}

.adaone-smooth-section-background {
    position: relative;
    background: radial-gradient(circle at 85% 85%,
            rgba(64, 94, 245, 0.12) 0%,
            rgba(64, 94, 245, 0.08) 25%,
            rgba(64, 94, 245, 0) 60%),
        conic-gradient(from -42deg at 50% 50%,
            #FFFFFF 0deg,
            rgba(240, 244, 255, 0.65) 126deg,
            rgba(64, 94, 245, 0.12) 216deg,
            #FFFFFF 360deg);
}

.adaone-smooth-section-background::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.6s ease;
    background: linear-gradient(180deg, #080B17 0%, #121A2E 100%);
}

body[data-theme="dark"] .adaone-smooth-section-background::after {
    opacity: 1;
}

.adaone-smooth-section-background > * {
    position: relative;
    z-index: 1;
}


.adaone-theme-switcher-description{
    display: block;
}
@media (max-width: 640px) {
    .adaone-theme-switcher-description{
        display: none;
    }
}


.adaone-performance-section-background {
    position: relative;
    background: radial-gradient(circle at 85% 85%,
            rgba(64, 94, 245, 0.12) 0%,
            rgba(64, 94, 245, 0.08) 25%,
            rgba(64, 94, 245, 0) 60%),
        conic-gradient(from -42deg at 50% 50%,
            #FFFFFF 0deg,
            rgba(240, 244, 255, 0.65) 126deg,
            rgba(64, 94, 245, 0.12) 216deg,
            #FFFFFF 360deg);
}

.adaone-performance-section-background::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.6s ease;
    background: rgba(8, 11, 23, 1);
}

body[data-theme="dark"] .adaone-performance-section-background::after {
    opacity: 1;
}

.adaone-performance-section-background > * {
    position: relative;
    z-index: 1;
}

.adaone-features-ready-wrapper-background {
    position: relative;
    background: linear-gradient(180deg, #FFFFFF 0%, #F0F4FF 100%);
}

.adaone-features-ready-wrapper-background::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.6s ease;
    background: linear-gradient(180deg, #080B17 0%, #121A2E 100%);
}

body[data-theme="dark"] .adaone-features-ready-wrapper-background::after {
    opacity: 1;
}

.adaone-features-ready-wrapper-background > * {
    position: relative;
    z-index: 1;
}

.black-and-white-text {
    color: #000000;
    transition: color 0.4s ease !important;
}

body[data-theme="dark"] .black-and-white-text {
    color: #FFFFFF;
}

.black-and--light-white-text {
    color: #000000;
    transition: color 0.4s ease !important;
}

body[data-theme="dark"] .black-and-light-white-text {
    color:rgba(207, 216, 243, 1);
}

.adapack-icon {
    filter: brightness(0);
    transition: filter 0.4s ease;
}

body[data-theme="dark"] .adapack-icon {
    filter: brightness(0) invert(1);
}

.adaone-logo {
    filter: none;
    width: 484px;
    transition: filter 0.4s ease;
}

body[data-theme="dark"] .adaone-logo {
    filter: brightness(0) invert(1);
}

.background-theme-switcher {

        background: rgba(240, 244, 255, 1);
        border-top: 1px solid white;
}

body[data-theme="dark"] .background-theme-switcher {

        background: rgba(17, 18, 28, 1);
        border-top: 1px solid rgba(64, 94, 245, 1);
}

@media (max-width: 900px) {
    .adaone-logo{
        width: 300px;
    }
}

/* ============================================
   BOUTON SWITCHER
   ============================================ */

      .theme-switcher-container {
        display: none;
        width: 100%;
      }
       .theme-switcher-sub-container {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        max-width: 1920px;
        width: 100%;
        margin: 0 auto;
        height: 36px;
        align-items: center;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    .theme-switcher-content {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .theme-label {
        font-size: 14px;
        font-weight: 500;
    }

    .theme-toggle-switch {
        position: relative;
        display: inline-block;
        cursor: pointer;
    }

    .theme-toggle-switch input {
        opacity: 0;
        width: 0;
        height: 0;
        position: absolute;
    }

/* Remplaces ton .toggle-track et .toggle-thumb existants */

.toggle-track {
    display: block;
    width: 45px;
    height: 20px;
    background-color: rgba(64, 94, 245, 0.1); /* light mode background */
    border-radius: 999px;
    position: relative;
    transition: background-color 0.3s;
}

.toggle-thumb {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: rgba(92, 119, 255, 1); /* light mode dot */
    border-radius: 50%;
    transition: transform 0.3s;
}

/* État coché = dark mode */
.theme-toggle-switch input:checked + .toggle-track {
    background-color: rgba(255, 255, 255, 0.08); /* dark mode background */
}

.theme-toggle-switch input:checked + .toggle-track .toggle-thumb {
    background: rgba(64, 94, 245, 1); /* dark mode dot */
    transform: translateX(25px); /* 45 - 12 - 4 - 4 = 25px */
}

.theme-switcher-content span:last-of-type {
    opacity: 0.4;
}

/* En light mode : LIGHT est plein */
.theme-switcher-content span:first-of-type {
    opacity: 1;
}

/* En dark mode : LIGHT est atténué, DARK est plein */
body[data-theme="dark"] .theme-switcher-content span:first-of-type {
    opacity: 0.4;
}

body[data-theme="dark"] .theme-switcher-content span:last-of-type {
    opacity: 1;
}
/*
.adaone-theme-toggle {
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 9999;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--adaone-blue);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(64, 94, 245, 0.4);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.adaone-theme-toggle:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 28px rgba(64, 94, 245, 0.6);
}

.adaone-theme-toggle .icon-sun,
.adaone-theme-toggle .icon-moon {
    position: absolute;
    transition: opacity 0.3s ease, transform 0.3s ease;
    color: white;
    font-size: 22px;
}


body .icon-sun  { opacity: 1; transform: rotate(0deg); }
body .icon-moon { opacity: 0; transform: rotate(90deg); }


body[data-theme="dark"] .icon-sun  { opacity: 0; transform: rotate(-90deg); }
body[data-theme="dark"] .icon-moon { opacity: 1; transform: rotate(0deg); }
 */


.et_pb_section_0 {
    padding: 0 !important;
}

.et_pb_section_1 {
    z-index: 10;
}

video::-webkit-media-controls-overlay-play-button,
video::-webkit-media-controls-picture-in-picture-button,
video::-webkit-media-controls {
    display: none !important;
    -webkit-appearance: none;
}

video::--ms-browse-media-controls {
    display: none !important;
}

.background_vase {
    width: 13%;
    position: absolute;
    right: 14%;
    transform: rotate(-28deg);
    top: -10%;
    filter: blur(0.4rem);
    opacity: 0.2;
}

.background_vase_ready {
    top: 0% !important;
    position: absolute;
    right: 12%;
    transform: rotate(-28deg);
    top: -20%;
    filter: blur(0.4rem);
    opacity: 0.2;
    width: 8%;
}

.background_bentpipe_ready {
    top: 58%;
    left: 15%;
    width: 12%;
    position: absolute;
    transform: rotate(214deg);
    filter: blur(0.1rem);
    opacity: 0.1;
}

.background_mani_ready {
    left: 35%;
    width: 6%;
    top: 0%;
    position: absolute;
    transform: rotate(-27deg);
    filter: blur(0.2rem);
    opacity: 0.1;
}

.background_mani {
    left: 26%;
    width: 9%;
    top: 2%;
    position: absolute;
    transform: rotate(-27deg);
    filter: blur(0.4rem);
    opacity: 0.1;
}

.background_bentpipe {
    top: 60%;
    left: 18%;
    width: 22%;
    position: absolute;
    transform: rotate(-27deg);
    filter: blur(0.4rem);
    opacity: 0.1;
}

.vimeo-video {
    position: relative;
    isolation: isolate;
    width: 100%;
    aspect-ratio: 16/9;
    cursor: pointer;
    overflow: hidden;
}

.vimeo-video-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.4s ease;
}

/* état loaded */
.vimeo-video.is-loaded .vimeo-video-thumb {
    opacity: 0;
}


.vimeo-video iframe {
    position: absolute;
    width: 99%;
    height: 99%;
    border: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.vimeo-video iframe {
    z-index: 3;
}

.vimeo-video img {
    z-index: 2;
}

.vimeo-video .fluid-width-video-wrapper {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding-top: 0 !important;
    /* écrase le 56.25% */
}

.vimeo-video .fluid-width-video-wrapper iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}






.vimeo-video-slider {
    position: relative;
    isolation: isolate;
    width: 100%;
    aspect-ratio: 16/9;
    cursor: pointer;
    overflow: hidden;
}

.vimeo-video-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.4s ease;
}

/* état loaded */
.vimeo-video-slider.is-loaded .vimeo-video-slider-thumb {
    opacity: 0;
}


.vimeo-video-slider iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;

}

.vimeo-video-slider iframe {
    z-index: 3;
}

.vimeo-video-slider img {
    z-index: 2;
}

.vimeo-video-slider .fluid-width-video-wrapper {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding-top: 0 !important;
    /* écrase le 56.25% */
}

.vimeo-video-slider .fluid-width-video-wrapper iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}






.scroll-fade-in-section {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}

.scroll-fade-in-section.visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal {
    opacity: 1;
    transform: translateY(0);
    will-change: transform, opacity;
}

.reveal.is-animating {
    opacity: 0;
    transform: translateY(20px);
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
    transition:
        opacity 0.5s ease-out,
        transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.adaone-card {
    opacity: 0;
    transform: translateY(60px) scale(0.95);
    transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.adaone-card.show {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.adaone-eyebow-script,
.adaone-content-wrapper .adaone-h1-script,
.adaone-lead-medium-script {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

/* badge */
.adaone-eyebow-script.show {
    opacity: 1;
    transform: translateY(0);
}

/* titre (avec zoom léger) */
.adaone-content-wrapper .adaone-h1-script {
    transform: translateY(40px) scale(0.95);
}

.adaone-content-wrapper .adaone-h1-script.show {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* description */
.adaone-lead-medium-script.show {
    opacity: 1;
    transform: translateY(0);
}

:root {
    --adaone-speed-move: 40s;
    --adaone-speed-rotate: 80s;
    --adaone-blue: #405EF5;
    --adaone-dark-bg: #080B17;
    --adaone-card-border: #47484B;
    --adaone-text-primary: #FAFBFF;
}

html,
body {
    margin: 0;
    padding: 0;
}

#main-content,
.container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}

.adaone-main-section {
    min-height: calc(100dvh + 1rem);
    width: 100%;
    display: grid;
    align-content: center;
    justify-items: center;
    padding: 40px 0;
}

.adaone-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 2;
    width: 100%;
    max-width: 1680px;
    margin: auto;
    padding-top: 50px;
}

.adaone-bg-container {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.adaone-floating-object {
    position: absolute;
    width: 200px;
    height: auto;
    opacity: 0.1;
    pointer-events: none;
    transition: transform 0.1s ease-in-out;
    will-change: transform, filter, opacity;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.adaone-floating-object-features {
    position: absolute;
    width: 200px;
    height: auto;
    opacity: 0.1;
    pointer-events: none;
    transition: transform 0.1s ease-in-out;
    will-change: transform, filter, opacity;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.adaone-cards-section {
    width: 100%;
    display: flex;
    justify-content: center;
}

.adaone-cards-container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    max-width: 1500px;
    width: 95%;
}

.adaone-card {
    width: 480px;
    height: 540px;
    background: var(--adaone-dark-bg);
    border: 1px solid var(--adaone-card-border);
    box-shadow: inset 0px 0px 8px 0px rgba(64, 94, 245, 0.3);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.adaone-card-header {
    flex: 0 0 270px;
    background: rgba(255, 255, 255, 0.03);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative;
    overflow: hidden;
}

.adaone-card-header img,
.adaone-card-header video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-video {
    opacity: 0;
    transition: opacity .3s ease;
}

.adaone-card:hover .card-video {
    opacity: 1;
}

.adaone-card-body {
    flex: 1 1 auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.adaone-card-footer {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    padding: 0 20px 25px 20px;
}

.adaone-btn-learn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 48px;
    border-radius: 4px;
    border: 1px solid rgba(64, 94, 245, 1);
    background: transparent;
    color: rgba(243, 244, 246, 1);
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01%;
    text-decoration: none;
    box-shadow:
        0px 1px 4px 0px rgba(64, 94, 245, 1),
        0px 4px 12px -2px rgba(64, 94, 245, 0.4);
    transition: all 0.2s ease;
}

.adaone-btn-learn:hover {
    border: 1px solid rgba(92, 119, 255, 1);
    background: rgba(64, 94, 245, 0.1);
    box-shadow:
        0px 2px 4px 0px rgba(64, 94, 245, 1),
        0px 4px 16px -2px rgba(64, 94, 245, 0.6);
}

.adaone-btn-learn:active {
    border: 1px solid rgba(52, 76, 191, 1);
    background: rgba(64, 94, 245, 0.2);
    box-shadow: 0px 2px 4px 0px rgba(64, 94, 245, 0.4);
}

.adaone-floating-object {
    will-change: transform;
    pointer-events: none;
}

.adaone-modal-main-wrapper {
    position: relative;
    width: 832px;
    height: 468px;
}

/* Base commune */
.adaone-modal-main-wrapper > div {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

/* --- Panels SLIDE (main + slicing/operations) --- */
.adaone-modal-right-box:not(.fade-panel) {
    transform: translateX(100%);
    opacity: 0;
    transition-property: transform, opacity;
    transition-duration: 0.7s, 0.3s; /* ← vitesse slide ici */
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1), ease;
}

.adaone-modal-right-box:not(.fade-panel).is-active {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}

/* Les panels "main" partent vers la GAUCHE quand inactifs */
#adaone-modal-addtive-main,
#adaone-modal-substractive-main,
#adaone-modal-scanning-main {
    transform: translateX(-100%);
}

#adaone-modal-addtive-main.is-active,
#adaone-modal-substractive-main.is-active,
#adaone-modal-scanning-main.is-active {
    transform: translateX(0);
}

/* --- Panels FADE --- */
.adaone-modal-right-box.fade-panel {
    transform: none;
    opacity: 0;
    transition: opacity 0.4s ease; /* ← vitesse fade ici */
}

.adaone-modal-right-box.fade-panel.is-active {
    opacity: 1;
    pointer-events: auto;
}



#adaone-modal-addtive-main,
#adaone-modal-scanning-main,
#adaone-modal-substractive-main {
    background-image: url('https://adaxis.eu/wp-content/uploads/2026/03/testbackground-3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

#adaone-modal-addtive-infill {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

#adaone-modal-addtive-steam {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.steam_step {
    position: absolute;
    top: 0;
    width: 96%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
        left: 50%;
    transform: translateX(-50%);
}

.steam_step.active {
    opacity: 1;
    z-index: 1;
}

.steam_icon {
    position: absolute;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(64, 94, 245, 0.2);
    border: 0.5px solid rgba(64, 94, 245, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease;
    animation: pulse 2s infinite ease-in-out;
}

.outer-circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-circle {
    width: 10.67px;
    height: 10.67px;
    background: rgba(255, 255, 255, 1);
    border: 0.5px solid var(--GLASS-BORDER-Low, rgba(64, 94, 245, 0.1));
    position: absolute;
    border-radius: 50%;
    transition: all 0.3s ease;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.steam_icon:hover .outer-circle {
    background: var(--GLASS-BORDER-Top, rgba(64, 94, 245, 0.4));
}

.steam_icon:hover .inner-circle {
    width: 14px;
    height: 14px;
}

.steam_icon:hover {
    animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

#adaone-modal-addtive-editor {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}


#adaone-modal-substractive-passes {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

#adaone-modal-substractive-transitions {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

#adaone-modal-substractive-orientation {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#adaone-modal-addtive-operations {
    background-image: url('https://adaxis.eu/wp-content/uploads/2026/03/tp_editor.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

#adaone-modal-addtive-passes {
    background-image: url('https://adaxis.eu/wp-content/uploads/2026/03/tp_editor.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

#adaone-modal-addtive-transitions {
    background-image: url('https://adaxis.eu/wp-content/uploads/2026/03/tp_editor.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

#adaone-modal-addtive-orientation {
    background-image: url('https://adaxis.eu/wp-content/uploads/2026/03/tp_editor.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

#adaone-modal-scanning-operations {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

#adaone-modal-scanning-sensors {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

#adaone-modal-scanning-point {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.point_step {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.point_step.active {
    opacity: 1;
    z-index: 1;
}

.main-content-center-box {
    width: 300px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 5px 0px rgba(64, 94, 245, 0.3);
    box-shadow: 0px 0px 25px 0px rgba(64, 94, 245, 0.25);
}

.main-content-center-box-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    padding: 8px 10px;
    background: #080B17;
    border: 2px solid var(--border-border-brand, #8C9EF9);
    color: #fff;
    font-family: Segoe UI;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.1px;
    vertical-align: middle;
    z-index: 2;
}

.main-content-center-box-content {
    max-height: 0;
    overflow: hidden;
    display: flex;
    border-radius: 0 0 4px 4px;
    border: 1px solid #47484B;
    background: #20232E;
    transition: max-height 0.3s ease;
    margin-top: -3px;
    padding-top: 3px;
    width: 100%;
}

.main-content-center-box-content.open {
    max-height: 500px;
}

.main-content-center-box-col {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.main-content-center-box-col-content {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.main-content-center-box-col-content .material-icons {
    font-size: 12px;
}

.main-content-center-box-col-content:hover {
    background: #2A345B;
}

.material-icons {

    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 20;
    color: #D7DAE5;
    font-size: 12px;
}

.main-content-center-box-col-content-text {
    font-family: Segoe UI;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.1px;
    vertical-align: middle;
    color: #D7DAE5;
}

.adaone-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -48%) scale(0.96);

    max-width: 1376px;
    max-height: 852px;
    height: 100%;
    width: 100%;
    z-index: 9999;
    transition:
        opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform, opacity;
    pointer-events: none;

    opacity: 0;
    visibility: hidden;

}

.adaone-modal.is-open {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    pointer-events: auto;
    visibility: visible;
}

.adaone-modal-content {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    border: 1px solid rgba(64, 94, 245, 0.15);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(24px) saturate(120%);
    -webkit-backdrop-filter: blur(24px) saturate(120%);
}

/* ───── DARK MODE ───── */
body[data-theme="dark"] .adaone-modal-content {
    background: linear-gradient(180deg, #080B17 0%, #121A2E 100%);
    border: 1px solid rgba(64, 94, 245, 0.1);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.adaone-modal-close {
    position: absolute;
    top: 20px;
    right: 24px;
    cursor: pointer;
    border: 1px solid var(--CTA-Primary-Fill-Default, rgba(64, 94, 245, 1));
    background: var(--CTA-Primary-Fill-Default, rgba(64, 94, 245, 1));
    width: 32px;
    height: 32px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.adaone-modal-close:hover {
    background: var(--CTA-Primary-Fill-Hover, rgba(92, 119, 255, 1));
    box-shadow: 0px 5px 10px 0px rgba(64, 94, 245, 0.15);
    box-shadow: 0px 20px 40px 0px rgba(64, 94, 245, 0.2);
}

.adaone-modal-close:active {
    background: var(--CTA-Primary-Fill-Pressed, rgba(52, 76, 191, 1));
    box-shadow: 0px 20px 40px 0px rgba(64, 94, 245, 0.2);
}

.adaone-modal-inner {
    display: flex;
    width: 100%;
    height: 100%;
}

.adaone-modal-tabs-col {
    width: 260px;
    height: 100%;
    background: linear-gradient(179.99deg, rgba(240, 244, 255, 0.9) -28.51%, rgba(240, 244, 255, 0) 99.99%);
    border-right: 1px solid rgba(64, 94, 245, 0.15);
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    gap: 20px;
}

/* ───── DARK MODE ───── */
body[data-theme="dark"] .adaone-modal-tabs-col {
    background: var(--SURFACE-Base, rgba(8, 11, 23, 1));
    border-right: 1px solid rgba(64, 94, 245, 0.1);
}

.adaone-tab-btn {
    width: 152px;
    height: 64px;
    padding: 12px 0;
    background: transparent;
    border: none;
    border-radius: 2px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: rgba(83, 85, 93, 1);
    cursor: pointer;
    transition: all 0.3s ease;
}

.adaone-tab-btn:not(.active):hover {
    color: rgba(17, 24, 39, 1);
    border-left: 1px solid rgba(92, 119, 255, 1);
}

.adaone-tab-btn.active {
    color: rgba(64, 94, 245, 1);
    border-left: 3px solid rgba(64, 94, 245, 1);
    padding-left: 8px;
}

/* ───── DARK MODE ───── */
body[data-theme="dark"] .adaone-tab-btn {
    color: rgba(207, 216, 243, 1);
}

body[data-theme="dark"] .adaone-tab-btn:not(.active):hover,
body[data-theme="dark"] .adaone-tab-btn.active {
    color: rgba(92, 119, 255, 1);
    border-left: 3px solid var(--TEXT-ICON-Highlight, rgba(64, 94, 245, 1));
}

.adaone-modal-content-col {
    flex: 1;
    padding: 40px;
    overflow-y: auto;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.adaone-tab-content {
    position: relative;
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.adaone-tab-content.active {
    display: flex;
}

.adaone-modal-right-box {
    border-radius: 12px;
    background: #080B17;
    box-shadow: 0px 0px 50px 0px #405EF566;
    backdrop-filter: blur(50px);
    display: grid;
    grid-template-columns: repeat(4, 144px);
    gap: 10px;
    justify-content: center;
    place-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.adaone-modal-right-box .fluid-width-video-wrapper {
    width: 100%;
    height: 100%;
}

.modal-mini-card-last-row {
    grid-column: 1 / -1; /* prend toute la largeur de la grille */
    display: flex;
    justify-content: center;
    gap: 10px;
}

.modal-mini-card {
    width: 144px;
    height: 126px;
    border-radius: 4px;
    border: 1px solid rgba(45, 47, 58, 1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box;
    transition: all 0.3s ease;
    background-color: #12151F;
}

.modal-mini-card:hover {
    border: 1px solid var(--BORDER-Accent, rgba(64, 94, 245, 1));
    box-shadow: 0px 0px 5px 0px rgba(64, 94, 245, 0.3);
    box-shadow: 0px 0px 25px 0px rgba(64, 94, 245, 0.25);
    cursor: pointer;
}

.modal-mini-card.active {
    border: 1px solid var(--BORDER-Accent, rgba(64, 94, 245, 1));
    box-shadow: 0px 0px 5px 0px rgba(64, 94, 245, 0.3);
    box-shadow: 0px 0px 25px 0px rgba(64, 94, 245, 0.25);
    cursor: pointer;
}


.modal-mini-card-header {
    height: 90px;
    width: 100%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.modal-mini-card-body>h3 {
    padding-bottom: 4px;
}


.modal-mini-card-header img,
.modal-mini-card-header video {
    position: absolute;
    width: auto;
    max-height: 90px;
    transition: opacity .3s ease;
}

.modal-mini-card-header img {
    opacity: 1;
}

.modal-mini-card-header video {
    opacity: 0;
    pointer-events: none;
}

.modal-mini-card.active .modal-mini-card-header img {
    opacity: 0;
}

.modal-mini-card.active .modal-mini-card-header video {
    opacity: 1;
}

.modal-mini-card.has-video.hovered .modal-mini-card-header img {
    opacity: 0;
}

.modal-mini-card.has-video.hovered .modal-mini-card-header video {
    opacity: 1;
}

.modal-mini-card-body {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
}

.modal-mini-card-body h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    margin: 0;
    width: 100%;
    color: white;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.16px;
}

.adaone-modal-right-text {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-style: medium;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #000;
    margin-bottom: 15px;
    text-align: center;
    padding-top: 1.5rem;
}

.adaone-modal-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 2rem;
}

.adaone-modal-button {
    width: 132px;
    height: 84px;
    padding: 8px 4px;
    gap: 4px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: transparent;
    box-shadow: none;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.16px;
    text-align: center;
    color: rgba(155, 169, 212, 1);
    cursor: pointer;
    transition: all 0.3s ease;
}

.adaone-modal-button > img {
    filter: brightness(0) saturate(100%) invert(85%) sepia(6%) saturate(300%) hue-rotate(190deg);
}

.adaone-modal-button.active {
    background: rgba(240, 244, 255, 1);
    box-shadow: 0px 5px 10px 0px rgba(64, 94, 245, 0.15),
                0px 20px 40px 0px rgba(64, 94, 245, 0.2);
    color: rgba(17, 24, 39, 1);
}

.adaone-modal-button:not(.active):hover {
    background: rgba(250, 251, 255, 1);
    box-shadow: 0px 8px 20px 0px rgba(64, 94, 245, 0.1);
    color: var(--TEXT-ICON-Primary, rgba(83, 85, 93, 1));
}

.adaone-modal-button.active .material-icons {
    color: rgba(64, 94, 245, 1);
}

.adaone-modal-button:not(.active):hover .material-icons {
    color: rgba(148, 163, 184, 1);
}

.adaone-modal-button.active > img {
    filter: brightness(0) saturate(100%) invert(27%) sepia(91%) saturate(2336%) hue-rotate(222deg) brightness(96%) contrast(97%);
}

.adaone-modal-button:not(.active):hover > img {
    filter: brightness(0) invert(0.7);
}

/* ───── DARK MODE ───── */
body[data-theme="dark"] .adaone-modal-button {
    background: transparent;
    box-shadow: none;
    color: rgba(107, 114, 128, 1);
}

body[data-theme="dark"] .adaone-modal-button.active,
body[data-theme="dark"] .adaone-modal-button:not(.active):hover {
    background: rgba(57, 60, 69, 1);
    box-shadow: 0px 0px 5px 0px rgba(64, 94, 245, 0.3),
                0px 0px 25px 0px rgba(64, 94, 245, 0.25);
    color: #ffffff;
}

/* Icônes .material-icons */
body[data-theme="dark"] .adaone-modal-button .material-icons {
    color: rgba(107, 114, 128, 1);
}

body[data-theme="dark"] .adaone-modal-button.active .material-icons,
body[data-theme="dark"] .adaone-modal-button:not(.active):hover .material-icons {
    color: #ffffff;
}

/* Icônes en <img> */
body[data-theme="dark"] .adaone-modal-button > img {
    filter: brightness(0) saturate(100%) invert(48%) sepia(9%) saturate(576%) hue-rotate(182deg) brightness(94%) contrast(87%);
}

body[data-theme="dark"] .adaone-modal-button.active > img,
body[data-theme="dark"] .adaone-modal-button:not(.active):hover > img {
    filter: brightness(0) invert(1);
}

.adaone-overlay {
    position: fixed;
    inset: 0;
    background: rgba(240, 244, 255, 0.8);
    backdrop-filter: blur(24px) saturate(120%);
    -webkit-backdrop-filter: blur(24px) saturate(120%);
    z-index: 9998;
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

/* ───── DARK MODE ───── */
body[data-theme="dark"] .adaone-overlay {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

.adaone-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
}

body.adaone-no-scroll {
    overflow: hidden;
    touch-action: none;
}


@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}

@media (max-width: 1920px) {


    .adaone-floating-object {
        width: 272px;
    }

    .adaone-card {
        width: 410px;
        height: 450px;
    }

    .adaone-card-header {
        flex: 0 0 216px;
    }

    .adaone-card-body {
        padding: 16px;
    }

    .adaone-card-footer {
        padding: 0 16px 20px 16px;
    }

    .adaone-btn-learn {
        width: 160px;
        height: 38px;
        font-size: 11px;
    }

    .adaone-modal-main-wrapper {
        width: 666px;
        height: 374px;
    }

    .adaone-back {
        font-size: 10px;
        top: 8px;
        left: 8px;
    }

    .adaone-modal {
        max-width: 1100px;
        max-height: 680px;
    }

    .adaone-modal-tabs-col {
        width: 208px;
        padding: 0 32px;
        gap: 16px;
    }

    .adaone-tab-btn {
        font-size: 18px;
        line-height: 24px;
    }

    .adaone-modal-content-col {
        padding: 32px;
    }

    .adaone-modal-right-box {
        padding: 10px;
    }

    .modal-mini-card {
        width: 152px;
        height: 96px;
    }

    .modal-mini-card-body h3 {
        font-size: 10px;
        line-height: 13px;
    }

    .adaone-modal-right-text {
        font-size: 18px;
        line-height: 24px;
    }

    .adaone-modal-buttons {
        gap: 13px;
    }

    .adaone-modal-button {
        width: 105px;
        height: 67px;
        font-size: 13px;
    }

    .adaone-modal-right-box {
        grid-template-columns: repeat(4, 115px);
    }

    .modal-mini-card {
        width: 115px;
        height: 101px;
    }

    .modal-mini-card-header {
        height: 72px;
    }


    .modal-mini-card-header img,
    .modal-mini-card-header video {
        max-height: 72px;
    }

    .modal-mini-card-body h3 {
        font-size: 11px;
        line-height: 16px;
    }

    .adaone-tab-btn {
        background: transparent;
        border: none;
        text-align: center;
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 17.6px;
        line-height: 25.6px;
        cursor: pointer;
        color: rgba(83, 85, 93, 1);
        padding: 9.6px 0;
        width: 121.6px;
        height: 51.2px;
        border-radius: 2px;
        transition: all 0.3s ease;
    }

    .adaone-tab-btn:not(.active):hover {
        color: rgba(17, 24, 39, 1);
        border-left: 1px solid rgba(92, 119, 255, 1);
        opacity: 1;
    }

    .adaone-tab-btn.active {
        color: rgba(64, 94, 245, 1);
        border-left: 3px solid rgba(64, 94, 245, 1);
        padding-left: 6.4px;
        width: 121.6px;
        height: 51.2px;
        border-radius: 2px;
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 17.6px;
        line-height: 25.6px;
        letter-spacing: 0px;
        text-align: center;
        opacity: 1;
    }

    .adaone-tab-btn:not(.active) {
        color: rgba(83, 85, 93, 1);
        border: none;
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 17.6px;
        line-height: 25.6px;
        letter-spacing: 0px;
        text-align: center;
    }

    .steam_icon {
        width: 24px;
        height: 24px;
    }


    .inner-circle {
        width: 5px;
        height: 5px;
    }

    .steam_icon:hover .inner-circle {
        width: 7px;
        height: 7px;
    }

}


@media (max-width: 1280px) {

    .adaone-content-wrapper {
        padding-top: 70px;
    }

    .adaone-card {
        max-width: 384px;
        width: auto;
        height: 432px;
    }

    .adaone-main-section {
        padding: 40px 20px;
    }

    .pb4 {
        padding-bottom: 2rem;
    }

}

@media (max-width: 920px) {
    .adaone-card-footer {
        display: none;
    }

    .adaone-card-body {
        justify-content: center;
    }

    .adaone-card {
        height: 380px;
    }
}


video::-ms-media-controls,
video::-webkit-media-controls {
    display: none !important;
}

/** CARD MOBILE */





/* ── Modal mobile ── */
.adaone-modal-mobile {
    position: fixed;
    inset: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    display: flex;            /* toujours flex, on ne toggle plus display */
    transition:
        opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        visibility 0.35s;
}

.adaone-modal-mobile.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.adaone-modal-mobile-content {
    width: 100%;
    max-height: 85vh;
    overflow-y: auto;

    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(24px) saturate(120%);
    -webkit-backdrop-filter: blur(24px) saturate(120%);
    border: 1px solid rgba(64, 94, 245, 0.15);
    border-radius: 24px;      /* 4 coins arrondis maintenant */

    position: relative;

    transform: translateY(20px) scale(0.97);   /* animation cohérente avec la desktop */
    transition:
        transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform, opacity;
}

.adaone-modal-mobile.is-open .adaone-modal-mobile-content {
    transform: translateY(0) scale(1);
}

/* Bouton close — identique au desktop */
.adaone-modal-mobile-close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.adaone-modal-mobile-header{
    position: relative;
    background-color: rgba(8, 11, 23, 1);
}
.adaone-body-title{
    position: absolute;
    top: 15px;
    left: 15px;
}
.adaone-modal-mobile-body{
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: rgba(8, 11, 23, 1);
    max-height: 380px;
    overflow: auto;
}
.adaone-modal-mobile-body-title{
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 0.5rem;
}
.adaone-modal-mobile-body-title > h3{
    padding-bottom: 0;
}

.adaone-modal-mobile-card-container{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    background: rgba(8, 11, 23, 1);
}

.adaone-modal-mobile-card{
    padding: 15px;
    background: linear-gradient(to bottom, #ffffff, #f0f4ff);
    border-radius: 8px;

border: 1px solid rgba(57, 60, 69, 1);

    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #1b1e28;
}
/* Cards cliquables sous 920px */
@media (max-width: 920px) {
    .adaone-card {
        cursor: pointer;
    }
}





/** ---------------------------------------     ADAONE GLOBALS */
.pt2 {
    padding-top: 2rem !important;
}

.pt4 {
    padding-top: 4rem !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb2 {
    padding-bottom: 2rem !important;
}

.pb4 {
    padding-bottom: 4rem !important;
}

.ft18{
    font-size: 18px;
}

.adaone-h1 {
    font-family: 'Oxanium', sans-serif;
    font-weight: 600;
    font-size: 64px;
    line-height: 70px;
    letter-spacing: -1.28px;
}

.adaone-h2 {
    font-family: 'Oxanium', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.36px;
}

.adaone-h3 {
    font-family: 'Oxanium', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.24px;
}

.adaone-h4 {
    font-family: 'Oxanium', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
}

.adaone-eyebow {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1rem;
}

.adaone-lead-semi-bold {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.1;
}

.adaone-lead-medium {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.1;
}

.adaone-body-semi-bold {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.1;
}

.adaone-body-medium {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.1;
}

.adaone-body-regular {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.1;
}

.adaone-body-small-semi-bold {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
}

.adaone-body-small-medium {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
}

.adaone-body-small-regular {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
}

.text-color-heading {
    color: #080B17;
}

.text-color-primary {
    color: #111827;
}

.text-color-secondary {
    color: #53555D;
}

.text-color-placeholder {
    color: #9BA9D4;
}

.text-color-disabled {
    color: #94A3B8;
}

.text-color-highlight {
    color: #405EF5;
}

.text-color-on-dark {
    color: #FFFFFF;
}

.text-color-heading-dark {
    color: #FFFFFF;
}

.text-color-primary-dark {
    color: #F3F4F6;
}

.text-color-secondary-dark {
    color: #CFD8F3;
}

.text-color-placeholder-dark {
    color: #6B7280;
}

.text-color-disabled-dark {
    color: #4A5568;
}

.text-color-highlight-dark {
    color: #405EF5;
}

.text-color-muted-dark {
    color: #9BA9D4;
}

.text-align-center {
    text-align: center;
}

.text-align-left {
    text-align: left;
}

.pb-main {
    padding-bottom: 4rem !important;
}

@media (max-width: 1920px) {
    .adaone-h1 {
        font-family: 'Oxanium', sans-serif;
        font-weight: 600;
        font-size: 52px;
        line-height: 58px;
        letter-spacing: -1.28px;
    }

    .adaone-h2 {
        font-family: 'Oxanium', sans-serif;
        font-weight: 600;
        font-size: 32px;
        line-height: 38px;
        letter-spacing: -0.36px;
    }

    .adaone-h3 {
        font-family: 'Oxanium', sans-serif;
        font-weight: 600;
        font-size: 22px;
        line-height: 28px;
        letter-spacing: -0.24px;
    }

    .adaone-h4 {
        font-family: 'Oxanium', sans-serif;
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0;
    }

    .adaone-eyebow {
        font-family: 'Inter', sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.1rem;
    }

    .adaone-lead-semi-bold {
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0.1;
    }

    .adaone-lead-medium {
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0.1;
    }

    .adaone-body-semi-bold {
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0.1;
    }

    .adaone-body-medium {
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0.1;
    }

    .adaone-body-regular {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0.1;
    }

    .adaone-body-small-semi-bold {
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
    }

    .adaone-body-small-medium {
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
    }

    .adaone-body-small-regular {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
    }

    .pb-main {
        padding-bottom: 3rem !important;
    }
}

@media (max-width: 1280px) {
    .adaone-h1 {
        font-family: 'Oxanium', sans-serif;
        font-weight: 600;
        font-size: 36px;
        line-height: 42px;
        letter-spacing: -1.28px;
    }

    .adaone-h2 {
        font-family: 'Oxanium', sans-serif;
        font-weight: 600;
        font-size: 28px;
        line-height: 34px;
        letter-spacing: -0.36px;
    }

    .adaone-h3 {
        font-family: 'Oxanium', sans-serif;
        font-weight: 600;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: -0.24px;
    }

    .adaone-card-body-title-text{
        font-size: 18px;
    }

    .adaone-h4 {
        font-family: 'Oxanium', sans-serif;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0;
    }

    .adaone-eyebow {
        font-family: 'Inter', sans-serif;
        font-weight: 700;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.1rem;
    }

    .adaone-lead-semi-bold {
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.1;
    }

    .adaone-lead-medium {
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.1;
    }

    .adaone-body-semi-bold {
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.1;
    }

    .adaone-body-medium {
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.1;
    }

    .adaone-body-regular {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.1;
    }

    
    .adaone-card-body-description-text{
        font-size: 15px;
    }

    .adaone-body-small-semi-bold {
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0;
    }

    .adaone-body-small-medium {
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0;
    }

    .adaone-body-small-regular {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0;
    }

    .pt2 {
        padding-top: 2rem !important;
    }

    .pt4 {
        padding-top: 4rem !important;
    }

    .pb0 {
        padding-bottom: 0 !important;
    }

    .pb2 {
        padding-bottom: 2rem !important;
    }

    .pb4 {
        padding-bottom: 4rem !important;
    }
}

@media (max-width: 900px) {

    .pt4 {
        padding-top: 2rem !important;
    }

        .pb4 {
        padding-bottom: 2rem !important;
    }
}


/** Block 2 : Slider */
.material-icons {

    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 20;
    color: #D7DAE5;
}

.material-icons-sliders {
    font-size: 48px;
}

.thumbs_text {
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.16px;
    text-align: center;

}

.adaone-slider-section {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
}

.adaone-content-wrapper-others {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 2;
    width: 100%;
    max-width: 1680px;
    margin: auto;
}

.mySwiperMain {
    width: 100%;
    position: relative;
    padding: 0 60px;
    overflow: hidden;
}

.mySwiperMain .swiper-wrapper {
    align-items: center;
}

.mySwiperMain .swiper-slide {
    max-width: 1040px;
    max-height: 585px;
    opacity: 0.4;
    transition: transform 0.4s ease, opacity 0.4s ease;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    background-color: black;
    height: fit-content;
}

.mySwiperMain .swiper-slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

.mySwiperMain .swiper-slide-active {
    opacity: 1;
    border: 1.5px solid rgba(64, 94, 245, 1);
    z-index: 3;
}

.mySwiperMain .swiper-slide-prev,
.mySwiperMain .swiper-slide-next {

    z-index: 2;
}

body[data-theme="dark"] .swiper-button-prev {
    background: rgba(8, 11, 23, 1);
    color: #D7DAE5;
}

body[data-theme="dark"] .swiper-button-next {
    background: rgba(8, 11, 23, 1);
    color: #D7DAE5;
}

.swiper-button-next > .material-icons {
    font-size: 44px;
}

.swiper-button-prev > .material-icons {
    font-size: 44px;
}

.swiper-button-prev,
.swiper-button-next {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    transition: background 0.2s;
    z-index: 10;
}

.swiper-button-prev {
    left: 8px;
}

.swiper-button-next {
    right: 8px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: rgba(64, 94, 245, 0.3);
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

.nav-icon {
    font-size: 28px;
    color: white;
}

.mySwiperThumbs {
    width: 100%;
    max-width: 900px;
    padding: 0 1rem;
    margin-top: 1.25rem;
    overflow: hidden;
}

.mySwiperThumbs-last-two {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.mySwiperThumbs .swiper-wrapper {
    display: flex;
    justify-content: center;
    padding: 16px 15px 10px 15px;
    gap: 16px;
}

.thumb-slide {
    width: auto !important;
    min-width: 100px;
    max-width: 206px;
    height: 100px;
    flex: 1;
    padding: 10px 8px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    border-radius: 10px;
    transition: opacity 0.25s, background 0.25s, color 0.25s, box-shadow 0.25s;
    opacity: 1;
    background: transparent;
    color: rgba(155, 169, 212, 1);
    border: 1px solid transparent;
    box-shadow: none;
}

.thumb-slide:hover {
    opacity: 1;
    background: rgba(250, 251, 255, 1);
    box-shadow: 0px 8px 20px 0px rgba(64, 94, 245, 0.1);
    color: rgba(83, 85, 93, 1);
}

.swiper-slide-thumb-active.thumb-slide {
    opacity: 1;
    color: rgba(17, 24, 39, 1);
    background: rgba(240, 244, 255, 1);
    border-color: transparent;
    box-shadow: 0px 5px 10px 0px rgba(64, 94, 245, 0.15), 0px 5px 15px 0px rgba(64, 94, 245, 0.2);
}

.thumb-icon {
    width: 36px;
    height: 36px;
    display: block;
    flex-shrink: 0;
    transition: filter 0.25s;
    filter: brightness(0) saturate(100%) invert(85%) sepia(6%) saturate(300%) hue-rotate(190deg);
}

.swiper-slide-thumb-active .thumb-icon,
.thumb-slide:hover .thumb-icon {
    filter: brightness(0) saturate(100%) invert(27%) sepia(91%) saturate(2336%) hue-rotate(222deg) brightness(96%) contrast(97%);
}

.thumb-label {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-align: center;
    color: inherit;
    line-height: 1.3;
}


/* ───── DARK MODE ───── */
body[data-theme="dark"] .thumb-slide {
    opacity: 0.45;
    background: transparent;
    color: rgba(107, 114, 128, 1);
    border: 1px solid transparent;
    box-shadow: none;
}

body[data-theme="dark"] .thumb-slide:hover {
    opacity: 0.8;
    background: rgba(27, 30, 40, 1);
    color: rgba(243, 244, 246, 1);
    box-shadow: none;
}

body[data-theme="dark"] .swiper-slide-thumb-active.thumb-slide {
    opacity: 1;
    color: white;
    background: rgba(27, 30, 40, 1);
    border-color: rgba(57, 60, 69, 1);
    box-shadow: 0 0 20px 0 rgba(64, 94, 245, 0.2);
}

body[data-theme="dark"] .thumb-icon {
    filter: grayscale(100%) brightness(0.55);
}

body[data-theme="dark"] .swiper-slide-thumb-active .thumb-icon,
body[data-theme="dark"] .thumb-slide:hover .thumb-icon {
    filter: grayscale(0%) brightness(1);
}




/* ───── COMÈTE ───── */
@property --comet-angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

.swiper-slide-thumb-active.thumb-slide {
    position: relative; /* nécessaire pour ancrer le ::before */
}

.swiper-slide-thumb-active.thumb-slide::before {
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: 13px; /* 10px du thumb + 3px d'inset */
    padding: 2px; /* épaisseur du trait */
    background: conic-gradient(
        from var(--comet-angle),
        transparent 0% 70%,
        rgba(64, 94, 245, 0.4) 82%,
        rgba(64, 94, 245, 1) 92%,
        rgba(143, 163, 255, 1) 97%,
        transparent 100%
    );
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    animation: comet-rotate 2.5s linear infinite;
    pointer-events: none;
}

@keyframes comet-rotate {
    to { --comet-angle: 360deg; }
}

/* ───── COMÈTE / DARK MODE ───── */
body[data-theme="dark"] .swiper-slide-thumb-active.thumb-slide::before {
    background: conic-gradient(
        from var(--comet-angle),
        transparent 0% 70%,
        rgba(64, 94, 245, 0.3) 82%,
        rgba(99, 125, 255, 1) 92%,
        rgba(180, 195, 255, 1) 97%,
        transparent 100%
    );
}




.swiper-button-next::after,
.swiper-button-prev::after {
    display: none !important;
}

.swiper-navigation-icon {
    display: none !important;
}

.mySwiperMain {
    width: 100%;
    min-height: 1px; /* ← évite le cas où Firefox voit height: 0 */
    position: relative;
    padding: 0 60px;
    overflow: hidden;
}

.mySwiperMain .swiper-slide {
    pointer-events: none;
}

.mySwiperMain .swiper-slide-active,
.mySwiperMain .swiper-slide-prev,
.mySwiperMain .swiper-slide-next {
    pointer-events: auto;
}

.swiper-sub-thumbs-container{
    padding-top: 10px;
}

.swiper-sub-thumbs-container-sub {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.swiper-sub-thumbs-container-sub.active {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}
.swiper-sub-thumbs-container-sub.visible {
    opacity: 1;
}


.swiper-sub-thumbs-container-block {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    justify-content: center;
    border: 1px solid rgba(64, 94, 245, 0.4);
    align-items: center;
    padding: 0.3rem 0.75rem;
    border-radius: 6px;
    width: 250px;
    flex-shrink: 0;
}

.swiper-sub-thumbs-container-block > img{
    width: 16px;
}

@media (max-width: 600px) {
    .swiper-sub-thumbs-container-block {
        width: 100%;
    }
}


@media (max-width: 1920px) {
    .adaone-content-wrapper-others {
        max-width: 1280px;
    }
}

@media (max-width: 1440px) {
    .adaone-content-wrapper-others {
        max-width: 1280px;
    }
}

@media (max-width: 1024px) {
    .adaone-content-wrapper-others {
        max-width: 100%;
    }
}


@media (max-width: 900px) {
    .mySwiperMain {
        padding: 0 44px;
    }

    .mySwiperMain .swiper-slide {
        width: 80%;
    }

    .swiper-button-prev {
        left: 4px;
    }

    .swiper-button-next {
        right: 4px;
    }

    .thumb-slide {
        min-width: 80px;
        padding: 8px 6px;
    }

    .thumb-icon {
        width: 30px;
        height: 30px;
    }

    .thumb-label {
        font-size: 9px;
    }
}

@media (max-width: 600px) {
    .adaone-slider-section {
        padding: 0 1.5rem;
    }

    .mySwiperMain {
        padding: 0 36px;
    }

    .mySwiperMain .swiper-slide {
        width: 88%;
        opacity: 1;
    }

    .mySwiperMain .swiper-slide-prev,
    .mySwiperMain .swiper-slide-next {
        opacity: 0.35;
    }

    .swiper-button-prev,
    .swiper-button-next {
        width: 34px;
        height: 34px;
    }

    .swiper-button-prev {
        left: 2px;
    }

    .swiper-button-next {
        right: 2px;
    }

    .nav-icon {
        font-size: 22px;
    }

    .mySwiperThumbs {
        max-width: 100%;
        margin-top: 1rem;
        overflow: visible;
    }

    .mySwiperThumbs .swiper-wrapper {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        padding: 0 1rem;
        justify-content: stretch;
        transform: none !important;
        width: auto !important;

    }

    .thumb-slide {
        width: auto !important;
        max-width: none;
        min-width: 0;
        border: 1px solid rgba(57, 60, 69, 0.5);
    }

    .thumb-icon {
        width: 28px;
        height: 28px;
    }

    .thumb-label {
        font-size: 8.5px;
    }
}

@media (max-width: 360px) {
    .mySwiperThumbs .swiper-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 800px) {

    .swiper-button-prev,
    .swiper-button-next {
        display: none !important;
    }
}

@media (max-width: 800px) {
    .mySwiperMain {
        padding: 0;
        /* enlève les marges latérales */
    }

    .mySwiperMain .swiper-slide {
        width: 100% !important;
        max-width: 100%;
        opacity: 1;
        transform: none !important;
    }

    .mySwiperMain .swiper-slide-prev,
    .mySwiperMain .swiper-slide-next {
        opacity: 1;
        transform: none !important;
    }
}

.slide-level-2 {
    transform: scale(0.7) !important;
    opacity: 0.3 !important;
    z-index: 1;
}

.swiper-slide-prev,
.swiper-slide-next {
    opacity: 0.5;
}

.swiper-slide-active {
    transform: scale(1);
}

/** BLOCK 3 : Smooth */

.image-container {
    perspective: 1000px;
    display: inline-block;
    position: absolute;
    padding-left: 20px;
    width: 100%;
}

.image-container.active {
    z-index: 10;
    position: relative;
}

.image-container {
    opacity: 1;
    transition: opacity 0.5s ease;
}

.image-container.inactive {
    opacity: 0;
}

.image-container img {
    width: 600px;
    height: auto;
    transition:
        transform 0.5s ease,
        box-shadow 0.5s ease,
        border 0.12s ease;
    transform-style: preserve-3d;
    border: none;
    box-shadow: none;
    border: 1px solid rgba(64, 94, 245, 1);
    border-radius: 12px;
}

.image-container[data-image="1"] {
    top: 0;
    left: 0%;
    transform: rotateX(-30deg) rotateY(50deg) translateX(-200px) translateY(-80px) translateZ(0);
    transition:
        transform 0.5s ease,
        box-shadow 0.5s ease,
        border 0.12s ease;
}

.image-container[data-image="2"] {
    top: 25%;
    left: 20%;
    transform: rotateX(-30deg) rotateY(50deg) translateX(-50px) translateY(-100px) translateZ(-80px);
    transition:
        transform 0.5s ease,
        box-shadow 0.5s ease,
        border 0.12s ease;
}

.image-container[data-image="3"] {
    top: 50%;
    left: 40%;
    transform: rotateX(-30deg) rotateY(50deg) translateX(100px) translateY(-120px) translateZ(-160px);
    transition:
        transform 0.5s ease,
        box-shadow 0.5s ease,
        border 0.12s ease;
}

.image-container[data-image="1"].active {
    left: 0;
    position: absolute;
    bottom: 0;
    transform: none;
    top: auto;
    transition:
        transform 0.5s ease,
        box-shadow 0.5s ease,
        border 0.12s ease;
}

.image-container[data-image="2"].active {
    left: 0;
    position: absolute;
    bottom: 0;
    transform: none;
    top: auto;
    transition:
        transform 0.5s ease,
        box-shadow 0.5s ease,
        border 0.12s ease;
}

.image-container[data-image="3"].active {
    left: 0;
    position: absolute;
    bottom: 0;
    transform: none;
    top: auto;
    transition:
        transform 0.5s ease,
        box-shadow 0.5s ease,
        border 0.12s ease;
}

.image-container.active img {
    transform: none;
    width: 100%;
    box-shadow: 0px 0px 50px 0px rgba(64, 94, 245, 0.4);
    left: 0;
}

.image-container:hover img {
    box-shadow: 0px 0px 30px 0px rgba(64, 94, 245, 0.25);
    border: 2px solid rgba(64, 94, 245, 1);
}


.adaone-smooth-section {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 100vh;
}

.adaone-smooth-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 2;
    width: 100%;
    max-width: 1680px;
    margin: auto;
    padding-top: 0px;
    text-align: left;
    gap: 4rem;
}

.adaone-smooth-content {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    text-align: center;
    z-index: 2;
    width: 100%;
    max-width: 1680px;
    margin: auto;
    padding-top: 0px;
    text-align: left;
    gap: 2rem;
}

.adaone-smooth-title-container {
    padding-bottom: 2rem;
}

.adaone-smooth-left {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 680px;
}

.adaone-smooth-right {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    width: 100%;
    position: relative;
    padding-left: 20px;
}

/* ───── LIGHT MODE ───── */
.smooth-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
}

.smooth-card {
    padding: 15px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    background: rgba(250, 251, 255, 1);
    border-radius: 20px;
    border: 1px solid rgba(226, 232, 240, 1);
}

.smooth-card:hover,
.smooth-card.active-desktop {
    background: rgba(240, 244, 255, 1);
    border: 1px solid var(--BORDER-Default, rgba(226, 232, 240, 1));
    box-shadow: 0px 5px 10px 0px rgba(64, 94, 245, 0.15),
                0px 20px 40px 0px rgba(64, 94, 245, 0.2);
    cursor: pointer;
}

.smooth-card:hover > div > .smooth-card-description {
    color: black;
}

.smooth-card > div > .material-icons {
    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 20;
    color: black;
}


/* ───── DARK MODE ───── */

body[data-theme="dark"] .smooth-card{
    background: transparent;
    border: none;
}

body[data-theme="dark"] .smooth-card > div > .adaone-h4 {
    color: rgba(243, 244, 246, 1);
}

body[data-theme="dark"] .smooth-card:hover > div > .smooth-card-description {
    color: rgba(243, 244, 246, 1);
}

body[data-theme="dark"] .smooth-card:hover,
body[data-theme="dark"] .smooth-card.active-desktop {
    background: rgba(21, 23, 34, 1);
}


body[data-theme="dark"] .smooth-card > div > .material-icons {
    color: #D7DAE5;
}

.smooth-material-icons {
    font-size: 25px;
}

.mobile-image-inline {
    display: none;
}



@media (max-width: 1920px) {
    .adaone-smooth-content {
        max-width: 1280px;
        padding-left: 20px;
        padding-right: 20px;
    }


    .image-container[data-image="1"] {
        top: 10%;
    }

    .image-container[data-image="2"] {
        top: 35%;
    }

    .image-container[data-image="3"] {
        top: 60%;
    }


}

@media (max-width: 768px) {

    .adaone-smooth-wrapper {
        gap: 2rem;
    }

    .adaone-smooth-wrapper {
        transform: none;
    }

    .adaone-smooth-content {
        flex-direction: column;
    }

    .adaone-smooth-left {
        width: 100%;
        gap: 24px;
    }

    .adaone-smooth-right {
        display: none;
    }

    .smooth-cards {
        gap: 8px;
    }

    .smooth-card {
        border-radius: 16px;
        transition: background 0.2s ease;
    }

    .smooth-card:hover {
        background: transparent;
    }

    .smooth-card.active-mobile {
        background: rgba(21, 23, 34, 1);
        border-radius: 16px;
    }

    .smooth-card.active-mobile>div>.smooth-card-description {
        color: white;
    }

    .mobile-image-inline {
        display: none;
        width: 100%;
        border-radius: 12px;
        overflow: hidden;
        margin-top: 0px;
        margin-bottom: 8px;
        animation: fadeInImg 0.4s ease;
    }

    .mobile-image-inline.open {
        display: block;
    }

    .mobile-image-inline img {
        width: 100%;
        height: auto;
        display: block;
    }

    @keyframes fadeInImg {
        from {
            opacity: 0;
            transform: translateY(-8px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

/** BLOCK 4 : Laptop */

/* Base tooltip */
/* ===== TOOLTIP ===== */
.laptop-tooltip {
    position: absolute;
    color: #111;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    padding: 6px 10px;
    border:1px;
    border-radius: 2px;
    border-style: solid;
    border-color: #3E52AB;
    background: rgba(25, 28, 39, 1);
    color: rgba(250, 251, 255, 1);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: 10;
    transform: none !important;
    animation: none !important;
}
.laptop-tooltip > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap:0.5rem;
    position: relative;
}

.laptop-pointer:hover .laptop-tooltip {
    opacity: 1;
}

.laptop-pointer:nth-of-type(1) .laptop-tooltip {
    top: 0%;
    left: 155%;
    margin-top: 14px;
    translate: 0 -50%;
}

.laptop-pointer:nth-of-type(2) .laptop-tooltip {
    top: 50%;
    right: -130%;
    margin-right: 14px;
    translate: 100% -50%;
}

.laptop-pointer:nth-of-type(3) .laptop-tooltip {
    top: 50%;
    right: 100%;
    margin-right: 14px;
    translate: 0 -50%;
}

.laptop-pointer:nth-of-type(4) .laptop-tooltip {
    top: 50%;
    left: -115%;
    margin-left: 14px;
    translate: -100% -50%;
}

.laptop-pointer:nth-of-type(5) .laptop-tooltip {
    top: 50%;
    left: 95%;
    margin-left: 14px;
    translate: 0 -50%;
}

/* ===== POINTER ===== */
.laptop-pointer {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.laptop-pointer-router-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform-origin: center;
    animation: pulse 2s infinite ease-in-out;
}

.laptop-pointer:hover .laptop-pointer-router-circle {
    animation: pulse 1s infinite ease-in-out;
}

/* Supprimé : .laptop-pointer:hover { animation: pulse ... } */

.laptop-pointer-outer-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: background 0.3s ease;
        border: 0.5px solid rgba(64, 94, 245, 1);
    background: rgba(64, 94, 245, 0.2);
}

.laptop-pointer:hover .laptop-pointer-outer-circle {
    background: rgba(64, 94, 245, 0.4);
}

.laptop-pointer-inner-circle {
    position: absolute;
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, 1);
    border: 0.5px solid rgba(64, 94, 245, 0.1);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.3s ease, height 0.3s ease;
}

.laptop-pointer:hover .laptop-pointer-inner-circle {
    width: 10px;
    height: 10px;
}


@keyframes pulse {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.2); }
    100% { transform: scale(1); }
}

/* ===== VIDEO CONTAINER DESCRIPTION ===== */
.video-container-description {
    width: 60%;
    background: rgba(8, 11, 23, 1);
    color: white;
    position: absolute;
    top: 65.5%;
    display: flex;
    flex-direction: column;
    padding: 10px;
    gap: 0.3rem;
}

/* ===== MAIN LAPTOP IMAGE ===== */
#main-laptop-image {
    transition: opacity 0.5s ease-in-out;
    width: 60%;
    height: auto;
    aspect-ratio: 16/9;
}

#main-laptop-image.fade-out { opacity: 0; }
#main-laptop-image.fade-in  { opacity: 1; }

/* ===== LAPTOP CONTAINER ===== */
.laptop-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background-image: url('https://adaxis.eu/wp-content/uploads/2026/04/laptop-render_1.1.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.laptop-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.laptop-content > img {
    position: absolute;
    top: 5.5%;
    width: 60%;
    height: auto;
}

.laptop-content > #video-container {
    background: rgba(8, 11, 23, 1);
}


.laptop-pointer-recipes{
    top: 14.2%;
    right: 28%;
}

.laptop-pointer-controller{
    top: 11.6%;
    right: 28%;
}

.laptop-pointer-tool{
    top: 15.5%;
    left: 24%;
}

.laptop-pointer-librairies{
    top: 11.6%;
    left: 23.5%;
}

.laptop-pointer-librairies-2{
    top: 13.5%;
    left: 25.5%;
}

.laptop-pointer-librairies-arrow{
    position: absolute;
    top: 0%;
    left: -24%;
    transform: rotate(270deg);
}

.laptop-pointer-librairies-arrow-2{
    position: absolute;
    top: 0%;
    left: -26.2%;
    transform: rotate(270deg);
}

.laptop-pointer-recipes-arrow{
    position: absolute;
    top: 0%;
    left: -26%;
    transform: rotate(270deg);
}

.laptop-pointer-controller-arrow{
    position: absolute;top: 0%;left: 100.7%;transform: rotate(90deg);
}

.laptop-pointer-tool-arrow{
    position: absolute;
    top: 0%;
    right: -21.2%;
    transform: rotate(90deg);
}


@media (max-width: 900px) {
    .laptop-container {
        background-image: none;
    }

    .laptop-content > #video-container {
        width: 100%;
    }

    #main-laptop-image {
        width: 100%;
    }
    .video-container-description{
        display: none;
    }

    .laptop-pointer-librairies{
        top: 14.1%;
        left: 6%;
    }

    .laptop-pointer-librairies-2{
        top: 16.8%;
        left: 10%;
    }

    .laptop-pointer-recipes{
        top: 19%;
        right: 14%;
    }

    .laptop-pointer-controller{
        top: 11%;right: 14%;
    }

    .laptop-pointer-tool{
        top: 20.6%;
        left: 0%;
    }
}

/* ===== SECTION WRAPPER ===== */
.adaone-laptop-section {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 100vh;
}

.adaone-laptop-title-container {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.adaone-laptop-wrapper {
    display: flex;
    flex-direction: column;
    z-index: 2;
    width: 100%;
    max-width: 1680px;
    margin: auto;
    text-align: left;
}

/* ===== VIDEO CONTAINER ===== */
#video-container {
    position: absolute;
    top: 5.5%;
    width: 60%;
    height: auto;
    aspect-ratio: 16/9;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

#video-container.fade-in  { opacity: 1; }
#video-container.fade-out { opacity: 0; }

.vimeo-iframe {
    width: 100%;
    height: 100%;
}

/* ===== BACK BUTTON ===== */
#back-button {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, visibility 0.5s;
    color: white;
    background: black;
    border: none;
    height: 40px;
    border-radius: 8px;
    font-weight: bold;
    padding: 12px;
    top: 6.5%;
    left: 22%;
}

#back-button:hover {
    color: black;
    background: #1dacea;
}

#back-button.fade-in  { opacity: 1; visibility: visible; }
#back-button.fade-out { opacity: 0; visibility: hidden; }


@media (max-width: 1920px) {
    .laptop-content {
        position: relative;
        width: 100%;

        background-size: cover;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }

    .laptop-content::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: inherit;
        background-size: cover;
    }

    .adaone-laptop-section {
        width: 100%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .adaone-laptop-title-container {
        display: flex;
        flex-direction: column;
    }

    .adaone-laptop-wrapper {
        display: flex;
        flex-direction: column;
        z-index: 2;
        width: 100%;
        margin: auto;
        text-align: left;
        padding-right: 20px;
        padding-left: 20px;
    }

    .laptop-pointer {
        width: 24px;
        height: 24px;
    }


    .laptop-pointer-inner-circle {
        width: 5px;
        height: 5px;
    }

    .laptop-pointer:hover .laptop-pointer-inner-circle {
        width: 7px;
        height: 7px;
    }
}

/** BLOCK 5 : Ecosystem */
/* =============================================================
   ECOSYSTEM SECTION
   ============================================================= */

.adaone-ecosytem-section {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 100vh;
}

/* =============================================================
   WRAPPER & LAYOUT — base > 1920px
   ============================================================= */

.adaone-ecosytem-wrapper {
    display: flex;
    flex-direction: column;
    z-index: 2;
    width: 100%;
    max-width: 1680px;
    margin: auto;
    text-align: left;
}


.adaone-ecosytem-container {
    display: flex;
    justify-content: center;
    align-items: self-start;
    flex-direction: row;
    padding-top: 4rem;
}

/* =============================================================
   SUB-CONTAINERS — base > 1920px
   ============================================================= */

.adaone-ecosytem-sub-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 auto;
    width: max-content;
    height: 640px;
    margin: auto;
    position: relative;
    transform-origin: top center;
    transform: scale(1); /* pas de scale au dessus de 1920px */
}

/* Les colonnes latérales ne se scalent jamais */
.adaone-ecosytem-sub-container-side {
    width: max-content;
    transform: none !important;
}

/* =============================================================
   TITLES — base > 1920px
   ============================================================= */

.adaone-ecosytem-sub-container-title {
    font-family: Oxanium;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.01em;
    text-align: center;
    color: rgba(64, 94, 245, 1);
    padding-bottom: 20px;
}

.text-ecosystem {
    font-size: 12px;
}

/* =============================================================
   TOOLS BOXES — base > 1920px
   ============================================================= */

.adaone-ecosytem-tools-line {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    padding-bottom: 10px;
}

/* ───── LIGHT MODE ───── */
.adaone-ecosytem-tools-box {
    width: 184px;
    height: 192px;
    background: rgba(255, 255, 255, 1);
    border: 0.5px solid rgba(240, 244, 255, 1);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0px 4px 12px 0px rgba(8, 11, 23, 0.08);
    padding: 0 6px;
    transition: background 0.3s, box-shadow 0.3s, border 0.3s;
    color:rgba(83, 85, 93, 1);
}

.adaone-ecosytem-tools-box:hover {
    background: rgba(250, 251, 255, 1);
    box-shadow: 0px 10px 20px 0px rgba(64, 94, 245, 0.1);
    cursor: pointer;
    color:rgba(17, 24, 39, 1);
}

.adaone-ecosytem-tools-box.active {
    background: rgba(240, 244, 255, 1);
    box-shadow: 0px 5px 10px 0px rgba(64, 94, 245, 0.15),
                0px 20px 40px 0px rgba(64, 94, 245, 0.2);
    color:rgba(64, 94, 245, 1);
}


/* ───── DARK MODE ───── */
body[data-theme="dark"] .adaone-ecosytem-tools-box {
    background: #151722;
    border: 0.5px solid transparent;
    box-shadow: none;
    color: rgba(207, 216, 243, 1);
}

body[data-theme="dark"] .adaone-ecosytem-tools-box:hover {
    background: #20232d;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(64, 94, 245, 0.15);
    color:rgba(243, 244, 246, 1);
}

body[data-theme="dark"] .adaone-ecosytem-tools-box.active {
    background: #2d2f39;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(64, 94, 245, 0.3),
                0px 0px 25px 0px rgba(64, 94, 245, 0.25);
    color:rgba(243, 244, 246, 1);
}

.adaone-ecosytem-tools-box-header {
    height: 120px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.adaone-ecosytem-tools-box-header > img {
    width: 100%;
}

/* =============================================================
   BRAND PICTURES — base > 1920px
   ============================================================= */

.brand-picture {
    position: absolute;
    width: 80px;
    height: auto;
    object-fit: contain;
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease, opacity 0.3s ease;
    will-change: transform;
}

.brand-picture:hover {
    transform: translate(-50%, -50%) scale(1.15);
    opacity: 1;
    z-index: 2;
}

.brand-picture.highlight {
    opacity: 1 !important;
    filter: blur(0px);
    z-index: 10;
    transition: transform 0.5s ease, opacity 0.5s ease, filter 0.5s ease;
}

.brand-picture.dim {
    opacity: 0.2 !important;
    filter: blur(2px) !important;
    z-index: 1;
    transition: transform 0.5s ease, opacity 0.5s ease, filter 0.5s ease;
}

.brand-picture.dimCustom {
    opacity: 0.1 !important;
    filter: blur(2px) !important;
    z-index: 1;
    transition: transform 0.5s ease, opacity 0.5s ease, filter 0.5s ease;
}

.adaone-ecosytem-custom-message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.1px;
    opacity: 0;
    text-align: center;
}

/* =============================================================
   BRAND PICTURES — positions Figma base > 1920px
   ============================================================= */

.brand-picture:nth-child(1)  { top: 30%; left: 62%; width: 68px; }
.brand-picture:nth-child(2)  { top: 25%; left: 14%; width: 120px; opacity: 0.5; filter: blur(0.85px); }
.brand-picture:nth-child(3)  { top: 26%; left: 52%; width: 43px; }
.brand-picture:nth-child(4)  { top: 13%; left: 66%; width: 125px; opacity: 0.5; filter: blur(0.85px); }
.brand-picture:nth-child(5)  { top: 18%; left: 48%; width: 110px; opacity: 0.5; filter: blur(0.85px); }
.brand-picture:nth-child(6)  { top: 18%; left: 23%; width: 124px; }
.brand-picture:nth-child(7)  { top: 11%; left: 48%; width: 120px; }
.brand-picture:nth-child(8)  { top: 17%; left: 68%; display: none; }
.brand-picture:nth-child(9)  { top: 19%; left: 73%; width: 152px; }
.brand-picture:nth-child(10) { top:  5%; left: 45%; width: 125px; opacity: 0.5; filter: blur(0.85px); }
.brand-picture:nth-child(11) { top: 11%; left: 29%; width: 120px; opacity: 0.5; filter: blur(0.85px); }
.brand-picture:nth-child(12) { top: 40%; left: 39%; width: 190px; opacity: 0.5; filter: blur(0.85px); }
.brand-picture:nth-child(13) { top: 33%; left: 38%; width: 108px; }
.brand-picture:nth-child(14) { top: 38%; left: 62%; width: 120px; }
.brand-picture:nth-child(15) { top: 39%; left: 15%; width: 120px; opacity: 0.5; filter: blur(0.85px); }
.brand-picture:nth-child(16) { top: 27%; left: 81%; width: 150px; opacity: 0.5; filter: blur(0.85px); }
.brand-picture:nth-child(17) { top: 52%; left: 25%; width: 62px;  opacity: 0.5; filter: blur(0.85px); }
.brand-picture:nth-child(18) { top: 32%; left: 15%; width: 182px; }
.brand-picture:nth-child(19) { top: 35%; left: 82%; width: 120px; }
.brand-picture:nth-child(20) { top: 49%; left: 44%; width: 116px; }
.brand-picture:nth-child(21) { top: 24%; left: 34%; width: 142px; }
.brand-picture:nth-child(22) { top: 43%; left: 85%; width: 150px; }
.brand-picture:nth-child(23) { top: 45%; left: 62%; width: 100px; opacity: 0.5; filter: blur(0.85px); }
.brand-picture:nth-child(24) { top: 47%; left:  9%; width: 110px; }
.brand-picture:nth-child(25) { top: 45%; left: 24%; width: 88px;  opacity: 0.5; filter: blur(0.85px); }
.brand-picture:nth-child(26) { top: 66%; left: 13%; width: 54px; }
.brand-picture:nth-child(27) { top: 57%; left: 47%; width: 186px; }
.brand-picture:nth-child(28) { top: 67%; left: 54%; width: 158px; }
.brand-picture:nth-child(29) { top: 75%; left: 67%; opacity: 0.5; filter: blur(0.85px); }
.brand-picture:nth-child(30) { display: none; }
.brand-picture:nth-child(31) { top: 84%; left: 30%; width: 60px; }
.brand-picture:nth-child(32) { top: 60%; left: 70%; width: 100px; opacity: 0.5; filter: blur(0.85px); }
.brand-picture:nth-child(33) { top: 63%; left: 31%; width: 140px; }
.brand-picture:nth-child(34) { top: 70%; left: 28%; width: 138px; opacity: 0.5; filter: blur(0.85px); }
.brand-picture:nth-child(35) { top: 52%; left: 76%; width: 271px; opacity: 0.5; filter: blur(0.85px); }
.brand-picture:nth-child(36) { top: 67%; left: 77%; width: 112px; }
.brand-picture:nth-child(37) { top: 59%; left: 87%; width: 120px; }
.brand-picture:nth-child(38) { top: 85%; left: 45%; width: 100px; opacity: 0.5; filter: blur(0.85px); }
.brand-picture:nth-child(39) { top: 76%; left: 29%; width: 100px; }
.brand-picture:nth-child(40) { top: 75%; left: 78%; width: 50px; }
.brand-picture:nth-child(41) { top: 77%; left: 48%; width: 100px; opacity: 0.5; filter: blur(0.85px); }
.brand-picture:nth-child(42) { top: 84%; left: 63%; width: 100px; }
.brand-picture:nth-child(43) { top: 57%; left: 11%; width: 118px; }

/* =============================================================
   TAILLES RÉDUITES — écrans <= 1920px
   ============================================================= */

@media (max-width: 1920px) {

    .adaone-ecosytem-wrapper {
        max-width: 1280px;
        padding-left: 20px;
        padding-right: 20px;
    }


    .adaone-ecosytem-container {
        padding-top: 3.2rem;
    }

    .adaone-ecosytem-sub-container {
        transform: scale(calc(100vw / 1920));
    }

    .adaone-ecosytem-sub-container-title {
        font-size: 16px;
        line-height: 22.4px;
        padding-bottom: 16px;
    }

    .adaone-ecosytem-tools-line {
        gap: 8px;
        padding-bottom: 8px;
    }

    .adaone-ecosytem-tools-box {
        width: 147px;
        height: 154px;
        border: 0.4px solid rgba(240, 244, 255, 1);
        border-radius: 8px;
        box-shadow: 0px 3.2px 9.6px 0px rgba(8, 11, 23, 0.08);
    }

    .adaone-ecosytem-tools-box-header {
        height: 96px;
        width: 96px;
    }

    /* Positions réduites */
    .brand-picture:nth-child(1)  { top: 30%; left: 62%; width: 54px; }
    .brand-picture:nth-child(2)  { top: 25%; left: 14%; width: 96px;  opacity: 0.5; filter: blur(0.85px); }
    .brand-picture:nth-child(3)  { top: 26%; left: 52%; width: 34px; }
    .brand-picture:nth-child(4)  { top: 13%; left: 66%; width: 100px; opacity: 0.5; filter: blur(0.85px); }
    .brand-picture:nth-child(5)  { top: 18%; left: 48%; width: 88px;  opacity: 0.5; filter: blur(0.85px); }
    .brand-picture:nth-child(6)  { top: 18%; left: 23%; width: 99px; }
    .brand-picture:nth-child(7)  { top: 11%; left: 48%; width: 96px; }
    .brand-picture:nth-child(8)  { top: 17%; left: 68%; display: none; }
    .brand-picture:nth-child(9)  { top: 19%; left: 73%; width: 122px; }
    .brand-picture:nth-child(10) { top:  5%; left: 45%; width: 100px; opacity: 0.5; filter: blur(0.85px); }
    .brand-picture:nth-child(11) { top: 11%; left: 29%; width: 96px;  opacity: 0.5; filter: blur(0.85px); }
    .brand-picture:nth-child(12) { top: 40%; left: 39%; width: 152px; opacity: 0.5; filter: blur(0.85px); }
    .brand-picture:nth-child(13) { top: 33%; left: 38%; width: 86px; }
    .brand-picture:nth-child(14) { top: 38%; left: 62%; width: 96px; }
    .brand-picture:nth-child(15) { top: 39%; left: 15%; width: 96px;  opacity: 0.5; filter: blur(0.85px); }
    .brand-picture:nth-child(16) { top: 27%; left: 81%; width: 120px; opacity: 0.5; filter: blur(0.85px); }
    .brand-picture:nth-child(17) { top: 52%; left: 25%; width: 50px;  opacity: 0.5; filter: blur(0.85px); }
    .brand-picture:nth-child(18) { top: 32%; left: 15%; width: 146px; }
    .brand-picture:nth-child(19) { top: 35%; left: 82%; width: 96px; }
    .brand-picture:nth-child(20) { top: 49%; left: 44%; width: 93px; }
    .brand-picture:nth-child(21) { top: 24%; left: 34%; width: 114px; }
    .brand-picture:nth-child(22) { top: 43%; left: 85%; width: 120px; }
    .brand-picture:nth-child(23) { top: 45%; left: 62%; width: 80px;  opacity: 0.5; filter: blur(0.85px); }
    .brand-picture:nth-child(24) { top: 47%; left:  9%; width: 88px; }
    .brand-picture:nth-child(25) { top: 45%; left: 24%; width: 70px;  opacity: 0.5; filter: blur(0.85px); }
    .brand-picture:nth-child(26) { top: 66%; left: 13%; width: 43px; }
    .brand-picture:nth-child(27) { top: 57%; left: 47%; width: 149px; }
    .brand-picture:nth-child(28) { top: 67%; left: 54%; width: 126px; }
    .brand-picture:nth-child(29) { top: 75%; left: 67%; opacity: 0.5; filter: blur(0.85px); }
    .brand-picture:nth-child(30) { display: none; }
    .brand-picture:nth-child(31) { top: 84%; left: 30%; width: 48px; }
    .brand-picture:nth-child(32) { top: 60%; left: 70%; width: 80px;  opacity: 0.5; filter: blur(0.85px); }
    .brand-picture:nth-child(33) { top: 63%; left: 31%; width: 112px; }
    .brand-picture:nth-child(34) { top: 70%; left: 28%; width: 110px; opacity: 0.5; filter: blur(0.85px); }
    .brand-picture:nth-child(35) { top: 52%; left: 76%; width: 217px; opacity: 0.5; filter: blur(0.85px); }
    .brand-picture:nth-child(36) { top: 67%; left: 77%; width: 90px; }
    .brand-picture:nth-child(37) { top: 59%; left: 87%; width: 96px; }
    .brand-picture:nth-child(38) { top: 85%; left: 45%; width: 80px;  opacity: 0.5; filter: blur(0.85px); }
    .brand-picture:nth-child(39) { top: 76%; left: 29%; width: 80px; }
    .brand-picture:nth-child(40) { top: 75%; left: 78%; width: 40px; }
    .brand-picture:nth-child(41) { top: 77%; left: 48%; width: 80px;  opacity: 0.5; filter: blur(0.85px); }
    .brand-picture:nth-child(42) { top: 84%; left: 63%; width: 80px; }
    .brand-picture:nth-child(43) { top: 57%; left: 11%; width: 94px; }
}

/* =============================================================
   RESPONSIVE — tablette et mobile
   ============================================================= */

@media (max-width: 1200px) {

    
    /* Layout général : empilement vertical */
    .adaone-ecosytem-container {
        flex-direction: row;        /* on repasse en row */
        flex-wrap: wrap;            /* permet le retour à la ligne */
        align-items: flex-start;
        gap: 10px;
        padding-top: 2rem;
    }

    .adaone-ecosytem-sub-container-title{
        width: 100%;
        text-align: left;
    }

    /* Toutes les colonnes visibles, pleine largeur */
    .adaone-ecosytem-sub-container,
    .adaone-ecosytem-sub-container-side {
        width: 100%;
        transform: none !important;
        flex: 1 1 100%;
        padding: 0 !important;
    }

    /* Colonnes latérales : boxes en grille horizontale */
    .adaone-ecosytem-sub-container-side {
        width: calc(50% - 12px);    /* moitié du container moins la moitié du gap */
        flex: 0 0 calc(50% - 12px);
        transform: none !important;
        padding: 0 !important;
        height: auto;
    }

    .adaone-ecosytem-tools-line {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 8px;
        padding-bottom: 8px;
    }

    /* Box compacte : plus d'icône, juste le label */
    .adaone-ecosytem-tools-box {
        width: auto;
        height: auto;
        padding: 8px 14px;
        flex-direction: row;
        gap: 0;
        border-radius: 6px;
    }

    .adaone-ecosystem-icon {
        display: none;
    }

    .adaone-ecosytem-tools-box-header {
        display: none;
    }

    .adaone-ecosytem-sub-container:nth-child(3) {
        margin: 0;
    }

    .adaone-ecosytem-sub-container:nth-child(2) {
        height: auto;
        position: static;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 18px;
        padding: 16px 0 !important;
        flex-direction: row;
        order: 3;
    }

    .brand-picture {
        position: static;
        transform: none !important;
        top: auto;
        left: auto;
        flex: 0 0 calc(25% - 9px); /* 4 par ligne, en tenant compte du gap */
        width: 100%;
        max-width: 88px;
        opacity: 1 !important;
        filter: none !important;
        object-fit: contain;
    }


}

@media (max-width: 768px) {

    .brand-picture { max-width: 64px; opacity: 0.85; }

    .adaone-ecosytem-tools-box {
        padding: 6px 12px;
    }
}



/** BLOCK 7 : Swiper HighPerf */

.adaone-performance-section {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 100vh;
}

.adaone-performance-title-container {
    max-width: 600px;
    display: flex;
    flex-direction: column;
}

.adaone-performance-wrapper {
    display: flex;
    flex-direction: column;
    z-index: 2;
    width: 100%;
    margin: auto;
    padding-top: 0px;
    text-align: left;
    gap: 4rem;
}

.adaone-performance-cards-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    padding-top: 2rem;
}

.adaone-perfomance-card {
    border: 1px solid rgba(71, 72, 75, 1);
    width: 480px !important;
    height: 472px;
    box-shadow: 0px 0px 8px 0px rgba(64, 94, 245, 0.3) inset;
    border-radius: 8px;
    background: rgba(8, 11, 23, 1);
}

.adaone-perfomance-card-white {
    border-bottom: 8px solid white;
}

.adaone-perfomance-card-red {
    border-bottom: 8px solid rgba(154, 0, 0, 1);
}

.adaone-perfomance-card-green {
    border-bottom: 8px solid rgba(16, 170, 80, 1);
}

.adaone-perfomance-card-orange {
    border-bottom: 8px solid #fc6c26;
}

.adaone-perfomance-card-orange-light {
    border-bottom: 8px solid #ffa400;
}

.adaone-perfomance-card-header {
    height: 270px;
    width: 100%;

}

.adaone-perfomance-card-header>img {
    width: 100%;
    height: 100%;
}

.adaone-perfomance-card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
    height: 170px;
}

.adaone-perfomance-card-brand {
    width: 200px;
    height: 54px;
}

.adaone-perfomance-card-brand>img {
    width: 100%;
    height: auto;
}

.swiper-performance {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.swiper-slide.is-center {
    opacity: 1;
    margin-top: 20px;
    transition: margin-top 0.6s ease, opacity 0.6s ease;
}

.swiper-slide.is-level-1 {
    opacity: 0.7;
    margin-top: 70px;
    transition: margin-top 0.6s ease, opacity 0.6s ease;
}

.swiper-slide.is-level-2 {
    opacity: 0.5;
    margin-top: 170px;

}

@media (max-width: 1920px) {

    .adaone-performance-wrapper {
        display: flex;
        flex-direction: column;
        z-index: 2;
        width: 100%;
        margin: 0 auto;
        text-align: left;
        padding-right: 20px;
        padding-left: 20px;
    }

    .adaone-performance-cards-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        gap: 16px;
        padding-top: 1.6rem;
    }

    .adaone-perfomance-card {
        width: 384px !important;
        height: 378px;
    }

    .adaone-perfomance-card-header {
        height: 216px;
    }

    .adaone-perfomance-card-brand {
        width: 160px;
        height: 43px;
    }
}

@media (max-width: 768px) {

    .swiper-slide.is-center,
    .swiper-slide.is-level-1,
    .swiper-slide.is-level-2 {
        margin-top: 0 !important;
        opacity: 1 !important;
        transition: none !important;
    }

    .adaone-performance-wrapper {
        gap: 2rem;
    }

    .adaone-perfomance-card {
        width: 85vw !important;
        height: auto;
    }

    .adaone-perfomance-card-header {
        height: 180px;
    }

    .adaone-perfomance-card-body {
        padding: 16px;
        gap: 12px;
    }

    .adaone-perfomance-card-brand {
        width: 140px;
        height: auto;
    }


}

/** BLOCK 8 : Items */

.no-scroll {
    overflow: hidden;
}

.et_pb_section_7 {
    z-index: 10;
}

.et-l--footer {
    position: relative;
    z-index: 0;
}

.adaone-features-section {
    width: 100%;
    padding: 0 20px;
}

.adaone-features-wrapper {
    width: 100%;
    max-width: 1680px;
    margin: auto;
}

@media (max-width: 1920px) {
    .adaone-features-wrapper {
        width: 100%;
        max-width: 1280px;
    }
}

/* GRID */
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: stretch;
}

/* TABLET */
@media (max-width: 1024px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .features-grid {
        grid-template-columns: 1fr;
    }
}

/* COLONNES */
.adaone-features-container-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* CARD */
.adaone-features-box {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.adaone-features-box:hover {
    cursor: pointer;
}

/* IMAGES */
.adaone-features-box-image-big,
.adaone-features-box-image-small {
    width: 100%;
    flex: 1;
    overflow: hidden;
    background: black;
    display: flex;
}

.adaone-features-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.adaone-features-box:hover img {
    transform: scale(1.05);
}

.adaone-features-box-content {
    background: black;
    color: white;
    padding: 16px;
    text-align: center;
    flex-shrink: 0;
}

/* OVERLAY */
.adaone-features-overlay {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    min-height: 100vh;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    z-index: 999;
    background: rgba(240, 244, 255, 0.8);
    backdrop-filter: blur(24px) saturate(120%);
    -webkit-backdrop-filter: blur(24px) saturate(120%);
}

.adaone-features-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.overlay-content {
    width: 50%;
    max-width: 1100px;
    position: relative;
}

/* CLOSE */
.close-overlay {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 32px;
    cursor: pointer;
    color: white;
}

/* MODAL LAYOUT */
.features-modal-container {
    display: flex;
    align-items: center;
    background: black;
    flex-direction: column;
    border-radius: 20px;
}

/* TOP */
.features-modal-container-top {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.features-modal-container-top > iframe {
    width: 100%;
    height: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

/* BOTTOM */
.features-modal-container-bottom {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 40px;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    scrollbar-width: thin;
    scrollbar-color: #555 transparent;
}

.features-modal-container-bottom::-webkit-scrollbar {
    width: 4px;
}

.features-modal-container-bottom::-webkit-scrollbar-track {
    background: transparent;
}

.features-modal-container-bottom::-webkit-scrollbar-thumb {
    background-color: #555;
    border-radius: 99px;
}

@media (max-width: 1366px) {
    .overlay-content {
        width: 80%;
    }
}

@media (max-width: 768px) {
    .overlay-content {
        width: 100%;
        padding: 0 16px;
    }
    .features-modal-container-bottom {
        max-height: 270px;
    }

    .close-overlay {
        right: 30px;
    }
}


/** BLOCK 9 : Ready */

.adaone-ready-section {
    width: 100%;
    max-width: 1680px;
    margin: auto;
    background: white;
    color: black;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: transparent;
    overflow: hidden;
    align-items: center;
    gap: 1rem;
    padding-right: 20px;
    padding-left: 20px;
}



@media (max-width: 1920px) {
    .adaone-ready-section {
        width: 100%;
        max-width: 1280px;
    }
}


@media (max-width: 1100px) {
    .adaone-ready-section {
       flex-direction: column;
    }
}

.adaone-ready-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 600px;
}

.adaone-ready-left-content{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.adaone-ready-left-content > h2 {
    width: 100%;
}

.adaone-ready-btn,
.adaone-ready-btn-2,
.adaone-ready-btn-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Inter, sans-serif;
    font-size: 15px;
    height: 46px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.25s ease;
    min-width: 200px;
}

.adaone-ready-btn {
    background: #405EF5;
    color: white;
    padding: 0 22px;
}

.adaone-ready-btn:hover {
    background: #5c77ff;
}

.adaone-ready-btn-2 {
    background: white;
    color: black;
    border: 1px solid #405EF5;
    padding: 0 22px;
}

.adaone-ready-btn-2:hover {
    background: #f0f4ff;
    color: #405EF5;
}

body[data-theme="dark"] .adaone-ready-btn-2 {
    background: transparent;
    color: var(--CTA-Secondary-TextIcon-Default, rgba(243, 244, 246, 1));
    border: 1px solid var(--CTA-Secondary-Border-Default, rgba(64, 94, 245, 1));
    box-shadow: 0px 2px 4px 0px rgba(64, 94, 245, 1),
                0px 4px 12px -2px rgba(64, 94, 245, 0.4);
}

body[data-theme="dark"] .adaone-ready-btn-2:hover {
    background: transparent;
    color: var(--CTA-Secondary-TextIcon-Default, rgba(243, 244, 246, 1));
    border: 1px solid var(--CTA-Secondary-Border-Hover, rgba(92, 119, 255, 1));
    box-shadow: 0px 2px 4px 0px rgba(64, 94, 245, 1),
                0px 4px 16px -2px rgba(64, 94, 245, 0.6);
}

.adaone-ready-btn-3 {
    color: #405EF5;
    background: transparent;
    justify-content: center;
}

.adaone-ready-btn-3:hover {
    text-decoration: underline;
}

.adaone-ready-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.adaone-ready-right-line {
    display: flex;
    gap: 1rem;
}

.adaone-software-bottom-box {
    flex: 1;
    min-width: 320px;
    padding: 20px;
    background: linear-gradient(to bottom, #ffffff, #f0f4ff);
    border-radius: 8px;
    border: 1px solid #E6EAF5;
    box-shadow: 0 6px 14px rgba(64, 94, 245, 0.12);
    transition: all 0.3s ease;
    min-height: 164px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 320px;
    max-height: 164px;
}

.adaone-software-bottom-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 35px rgba(64, 94, 245, 0.2);
}

.adaone-software-bottom-box-title-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.adaone-software-bottom-icon {
    width: 22px;
}

.adaone-software-bottom-box-title {
    font-family: Oxanium, sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.adaone-software-bottom-box-description {
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 22px;
}

body[data-theme="dark"] .adaone-software-bottom-box {
    background: linear-gradient(180deg, #080B17 0%, #121A2E 100%);
    border: 1px solid var(--BORDER-Subtle, rgba(27, 30, 41, 1));
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3);
}

body[data-theme="dark"] .adaone-software-bottom-box:hover {
    box-shadow: 0 9px 18px rgba(64, 94, 245, 0.25);
}

body[data-theme="dark"] .adaone-software-bottom-box h4,
body[data-theme="dark"] .adaone-software-bottom-box p {
    color: var(--TEXT-ICON-Primary, rgba(243, 244, 246, 1));
}

.dark-icon {
    display: none;
}

/* Dark mode : affiche dark, cache light */
body[data-theme="dark"] .dark-icon {
    display: inline;
}
body[data-theme="dark"] .light-icon {
    display: none;
}

.adaone-ready-buttons-container{
    display: flex;flex-direction: row;gap:20px;width: 100%;padding-bottom: 1rem;
}

@media (max-width: 1280px) {
    .adaone-software-bottom-box {
       max-height: 140px;
    }
}

@media (max-width: 1024px) {

    .adaone-ready-left {
        align-items: center;
        max-width: 100%;
    }

    .adaone-ready-right-line {
        flex-wrap: wrap;
        justify-content: center;
    }

}

/* MOBILE */
@media (max-width: 768px) {

    .adaone-ready-buttons-container{
    flex-direction: column;
}


    .adaone-ready-section {
        padding: 0 1rem;
    }

    .adaone-ready-left>div {
        flex-direction: column;
        width: 100%;
    }

    .adaone-ready-btn,
    .adaone-ready-btn-2,
    .adaone-ready-btn-3 {
        width: 100%;
    }

    .adaone-ready-right-line {
        flex-direction: column;
    }
}

/* SMALL MOBILE */
@media (max-width: 480px) {


    .adaone-software-bottom-box {
        padding: 16px;
        min-height: 0;
    }

    .adaone-software-bottom-box-title {
        font-size: 16px;
    }

    .adaone-software-bottom-box-description {
        font-size: 13px;
    }
}
    .adaone-features-ready-wrapper {
    position: relative;
}

/* Le contenu passe au-dessus du background flottant */
.adaone-features-ready-wrapper .adaone-features-wrapper,
.adaone-features-ready-wrapper .adaone-ready-wrapper {
    position: relative;
    z-index: 1;
}






.adaone-adapack-section {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 100vh;
}

.adaone-adapack-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 2;
    width: 100%;
    max-width: 1680px;
    margin: auto;
    padding-top: 0px;
    text-align: left;
    gap: 4rem;
}

.adaone-adapack-content {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    text-align: center;
    z-index: 2;
    width: 100%;
    max-width: 1680px;
    margin: auto;
    padding-top: 0px;
    text-align: left;
    gap: 2rem;
    justify-content:space-around;
}

.adaone-adapack-title-container {
    padding-bottom: 2rem;
}

.adaone-adapack-sub-content{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
}

.adaone-adapack-span-title{
    width: 100%;
    padding-bottom: 1rem;
}

.adaone-adapack-mid-content{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(64, 94, 245, 0.1);
    padding: 0.5rem 1.5rem;
    gap: 1rem;
    border-radius: 8px;
    width: 100%;
    max-width: 680px;
    max-height: 76px;
}

body[data-theme="dark"] .adaone-adapack-mid-content{
    border: 1px solid rgba(64, 94, 245, 0.35);
}

.adaone-adapack-card{
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(203, 213, 225, 1);
    background: transparent;
    padding: 1rem;
    border-radius: 8px;
    gap: 0.5rem;
    max-width: 300px;
    max-height: 144px;
    width: 100%;
    height: 100%;
    align-items: flex-start;
}

body[data-theme="dark"] .adaone-adapack-card {
    border: 1px solid rgba(57, 60, 69, 1);
}

.adaone-adapack-cards-container{
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.adaone-adapack-slider-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
}
.adapack-swiper {
	flex: 1;
	min-width: 0; /* indispensable pour que Swiper ne déborde pas dans un flex container */
	width: 100%;
}
.adapack-swiper .swiper-slide {
    opacity: 1 !important;
	filter: none !important;
	transform: none !important;
	width: auto;
	height: auto;
}
/* la card remplit la slide, on enlève le max-width fixe dans le contexte slider */
.adapack-swiper .adaone-adapack-card {
	max-width: none;
}
.adapack-swiper-prev,
.adapack-swiper-next {
	width: 80px;
	min-width: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: var(--ifm-font-color-base);
}

.adapack-swiper-prev > svg {
    width: 40px;
    height: 40px;
}
.adapack-swiper-next > svg {
    width: 40px;
    height: 40px;
}
.adapack-swiper-prev.swiper-button-disabled,
.adapack-swiper-next.swiper-button-disabled {
	opacity: 0.3;
	cursor: default;
	pointer-events: none;
}

body[data-theme="dark"] .adapack-swiper-prev,
body[data-theme="dark"] .adapack-swiper-next {
    color: rgba(243, 244, 246, 1); /* même blanc que tes thumbs hover */
    opacity: 0.7;
    transition: opacity 0.25s;
}

body[data-theme="dark"] .adapack-swiper-prev:hover,
body[data-theme="dark"] .adapack-swiper-next:hover {
    opacity: 1;
}

body[data-theme="dark"] .adapack-swiper-prev.swiper-button-disabled,
body[data-theme="dark"] .adapack-swiper-next.swiper-button-disabled {
    opacity: 0.2; /* un poil plus bas que 0.3, sinon trop visible sur fond sombre */
}

.adaone-adapack-card-logo {
  max-height: 30px;
  height: 30px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.adapack-bagde-green{
    color: rgba(99, 153, 34, 1);
    border: 1px solid rgba(192, 221, 151, 1);
    background: rgba(234, 243, 222, 1);
    border-radius: 16px;
    padding: 0.2rem 1rem;
    width: fit-content;
}

body[data-theme="dark"] .adapack-bagde-green {
    border: 1px solid rgba(46, 92, 66, 1);
    background: rgba(26, 46, 36, 1);
    color: rgba(168, 216, 188, 1);
}

.adapack-bagde-blue{
    color: rgba(75, 94, 170, 1);
    border: 1px solid rgba(64, 94, 245, 0.1);
    background: rgba(64, 94, 245, 0.1);
    border-radius: 16px;
    padding: 0.2rem 1rem;
    width: fit-content;
}

body[data-theme="dark"] .adapack-bagde-blue {
    border: 1px solid rgba(64, 94, 245, 0.2);
    background: rgba(64, 94, 245, 0.2);
    color:  rgba(207, 216, 243, 1);
}

@media (max-width: 768px) {
    .adapack-swiper-prev,
    .adapack-swiper-next {
        width: 40px;
        min-width: 40px;
    }
    .adapack-swiper-prev > svg,
    .adapack-swiper-next > svg {
        width: 28px;
        height: 28px;
    }
}

.adaone-adapack-section-background {
    position: relative;
    background: 
        radial-gradient(circle at 85% 85%,
            rgba(64, 94, 245, 0.12) 0%,
            rgba(64, 94, 245, 0.08) 25%,
            rgba(64, 94, 245, 0) 60%),
        radial-gradient(circle at 50% 50%,
            #FFFFFF 0%,
            transparent 35%),
        conic-gradient(from -42deg at 50% 50%,
            #FFFFFF 0deg,
            rgba(240, 244, 255, 0.65) 126deg,
            rgba(64, 94, 245, 0.12) 216deg,
            #FFFFFF 360deg);
}

.adaone-adapack-section-background::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.6s ease;
    background: linear-gradient(180deg, #080B17 0%, #121A2E 100%);
}

body[data-theme="dark"] .adaone-adapack-section-background::after {
    opacity: 1;
}

.adaone-adapack-section-background > * {
    position: relative;
    z-index: 1;
}

.adaone-adapack-code{
    border-radius:20px;
    border: 1px solid rgba(203, 213, 225, 1);
    box-shadow: 0px 8px 20px 0px rgba(64, 94, 245, 0.1);
    background: white;
    padding: 1rem;
}

.adaone-adapack-content-left{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    gap: 1.5rem;
}

.adapack-picture{
    max-width: 680px;
    width: 100%;
    height: auto;
    object-fit: contain;
}


.adaone-adapack-content-right{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex:1;
    justify-content: center;
    gap: 2rem;
}

.adaone-adapack-left-mid-content{
    display: flex;
    flex-direction: row;
    min-height: 324px;
}

.adapack-accordion-list {
    display: flex;
    flex-direction: column;
}
.adapack-accordion-trigger {
    cursor: pointer;
    color: rgba(64, 94, 245, 1);
    font-size: 15px;
    font-weight: 500;
    padding: 12px 0;
    user-select: none;
    transition: color 0.2s;
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
}

.adapack-accordion-trigger svg {
    flex-shrink: 0;
    transition: transform 0.25s;
}

body[data-theme="dark"] .adapack-accordion-trigger.open {
    color: rgba(64, 94, 245, 1);
}

body[data-theme="dark"] .adapack-accordion-trigger.open svg {
    color: rgba(64, 94, 245, 1);
}

.adapack-accordion-trigger.open > span {
    font-weight: 500;
}

.adapack-accordion-trigger.open {
    color: rgba(8, 11, 23, 1);
}
.adapack-accordion-trigger.open svg {
    transform: rotate(90deg);
}
.adapack-accordion-body {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    opacity: 0;
}
.adapack-accordion-body.open {
    max-height: 200px;
    opacity: 1;
}
.adapack-accordion-body-inner {
    padding: 0 0 12px 24px;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

body[data-theme="dark"] .adapack-accordion-body-inner {
    padding: 0 0 12px 24px;
    font-size: 14px;
    color: rgba(243, 244, 246, 1);
    line-height: 1.6;
}



@media (max-width: 1920px) {

    .adaone-adapack-title-container{
        max-width: 1280px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .adaone-adapack-content {
        max-width: 1280px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 768px) {

    .adaone-adapack-left-mid-content{
        flex-direction: column;
    }

    .adaone-adapack-content {
        flex-direction: column;
    }

    .adaone-adapack-content-right {
        align-items: center;
    }

    .adapack-picture {
        max-width: 100%;
        max-height: none;
    }

    .adaone-adapack-cards-container {
        flex-wrap: wrap;
    }

    .adaone-adapack-card {
        max-width: 100%;
        max-height: none;
        flex: 1 1 calc(50% - 0.5rem); /* 2 colonnes */
    }
}

@media (max-width: 480px) {

    .adaone-adapack-card {
        flex: 1 1 100%; /* 1 colonne */
    }

    .adaone-adapack-mid-content {
        flex-direction: column;
        text-align: center;
    }
}



@media (max-width: 1024px) {
    .adaone-slider-section{
        min-height: auto !important;
    }
    .adaone-laptop-section{
        min-height: auto !important;
    }
    .adaone-ecosytem-section{
        min-height: auto !important;
    }
    .adaone-smooth-section{
        min-height: auto !important;
    }
    .adaone-adapack-section{
        min-height: auto !important;
    }
    .adaone-performance-section{
        min-height: auto !important;
    }
}