@charset "UTF-8";
/*
Theme Name: Divi Child by EuroTechConseil
Description: Theme Child du theme Divi
Author: EuroTechConseil
Author URI: https://etcinfo.fr
Template: Divi
Version: 1.0
*/

:root {
    /* =========================
       COULEURS DE MARQUE
       ========================= */

    --primary: #2B54A3;
    --primary-hover: #23488F;
    --primary-dark: #193A78;

    --primary-soft: #e3edff;
    --primary-soft-2: #D8E3F5;

    --secondary: #5278B8;

    /* Orange = CTA / accent / éléments importants */
    --accent: #F89524;
    --accent-hover: #E98212;
    --accent-dark: #C96D0A;
    --accent-soft: #FEF1E4;


    /* =========================
       NEUTRES
       ========================= */

    --neutral-0: #FFFFFF;
    --neutral-25: #FCFDFE;
    --neutral-50: #F8FAFD;
    --neutral-100: #F0F3F8;
    --neutral-150: #E3E8F0;
    --neutral-200: #D5DCE6;
    --neutral-300: #B5BFCE;
    --neutral-400: #8B96A8;
    --neutral-500: #687386;
    --neutral-600: #4B5668;
    --neutral-700: #374255;
    --neutral-800: #202B3D;
    --neutral-900: #101827;


    /* =========================
       ÉTATS
       ========================= */

    --success: #10B981;
    --success-soft: #DCFCE7;

    --warning: #F59E0B;
    --warning-soft: #FEF3C7;

    --error: #EF4444;
    --error-soft: #FEE2E2;


    /* =========================
       TYPOGRAPHIE
       ========================= */

    --font-display: 'Mulish', 'Sofia Pro', -apple-system, sans-serif;
    --font-body: 'Roboto', -apple-system, sans-serif;
    --font-mono: 'JetBrains Mono', monospace;


    /* =========================
       RAYONS
       ========================= */

    --radius-sm: 6px;
    --radius: 8px;
    --radius-lg: 12px;
    --radius-xl: 16px;
    --radius-2xl: 20px;


    /* =========================
       OMBRES
       ========================= */

    --shadow-xs:
        0 1px 2px rgba(16, 24, 39, 0.04);

    --shadow-sm:
        0 1px 3px rgba(16, 24, 39, 0.06),
        0 1px 2px rgba(16, 24, 39, 0.04);

    --shadow-md:
        0 4px 16px rgba(16, 24, 39, 0.07),
        0 2px 4px rgba(16, 24, 39, 0.04);

    --shadow-lg:
        0 12px 32px rgba(43, 84, 163, 0.10),
        0 4px 8px rgba(16, 24, 39, 0.04);

    --shadow-xl:
        0 24px 56px rgba(43, 84, 163, 0.14),
        0 8px 16px rgba(16, 24, 39, 0.04);

    --shadow-primary:
        0 8px 24px rgba(43, 84, 163, 0.25);

    --shadow-accent:
        0 8px 24px rgba(248, 149, 36, 0.25);
}

body {
    font-size: 18px!important;
    line-height: 1.5 !important;
    text-align: left!important;
}

/* p {
    padding-bottom: 0;
} */

/*  h1, h2, h3, h4, h5, h6 {
    text-align: left;
    color: #000;
    line-height: 1.05;
    letter-spacing: -0.035em;
    } */

.lg-title h1 {
    font-size: clamp(40px, 5.5vw, 76px) !important;
}

.lg-title h2 {
    font-size: clamp(34px, 4.5vw, 60px) !important;
}

.lg-title h3 {
    font-size: clamp(26px, 3.5vw, 42px) !important;
}

.lg-title h4 {
    font-size: clamp(22px, 2.8vw, 32px) !important;
}

.lg-title h5 {
    font-size: clamp(18px, 2.2vw, 24px) !important;
}

a {
    color: #000;
    text-decoration: none!important;
}

/* a:hover {
    color: #000 !important;
} */

.relative {
    position: relative;
}

.et_pb_module ul ul, 
.et_pb_module ol, 
.et_pb_module ul ol, 
.et_pb_module ol ul{
    margin-top: .5rem;
    margin-bottom: 0;
    padding-bottom: 0;
}


.c-list, .c-list-dark, .c-list2, .ul-solution-features, .c-feat-list, .ul-badge {
    list-style-type: none!important;
}

.c-list li,
.c-list2 li,
.c-list-dark,
.post-content .et_pb_module ul li,
.post-content .et_pb_module ul li a,
.post-content .et_pb_module ol li,
.post-content .et_pb_module ol li a{
    position: relative;
    margin-bottom: 10px;
    color: var(--n700);
    line-height: 1.7;
}

.et_pb_module ul li strong, .et_pb_module ol li strong {
    color: var(--n900);
    font-weight: 600;
}

.c-list li:not(:last-child),
.c-list2 li:not(:last-child),
.c-list-dark li:not(:last-child){
    margin-bottom: 1em;
}

ul.c-list li:before {
    content: url(/wp-content/uploads/2025/04/list.webp);
    position: absolute;
    left: -28px;
    top: 0;
}

ul.c-list2 li:before {
    content: url(/wp-content/uploads/2025/12/list-b-icon.webp);
    position: absolute;
    left: -20px;
    top: 0;
}

ul.c-list-dark li:before{
    content: url(/wp-content/uploads/2025/06/list-icon.webp);
    position: absolute;
    left: -28px;
    top: 0;
}

ul.c-list-dark {
    margin-bottom: 0;
    padding-bottom: 0;
}

.bold {
    font-weight: bold;
}
ul.c-list-rec li{ 
list-style:none;
}
ul.c-list-rec li:before{ 
content: url(/wp-content/uploads/2026/02/rcvr.webp);
    position: absolute;
    left: -28px;
    top: 0;
 
} 
ul.c-list-emtr li{ 
list-style:none;
}
ul.c-list-emtr li:before{ 
content: url(/wp-content/uploads/2026/02/emettr.webp);
    position: absolute;
    left: -28px;
    top: 0;
 
} 
/*table post*/
.auto-table .et_pb_text_inner, div.et_pb_text_inner:has(table) {
    overflow: auto;
}

.post-content {
    color: #000;
    font-size: 17px;
    line-height: 1.75;
}

.post-content table, .faq-content table {
    border-collapse: separate !important;
    border-spacing: 0px 5px;
    margin-bottom: 2rem;
}

.post-content table td,
.post-content table th,
.faq-content table td,
.faq-content table th {
    padding: 8px;
    min-width: 160px;
}

.post-content table p {
    padding: 0!important;
    margin: 0!important;
}


.post-content tr td:first-child,
.post-content tr th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.post-content tr td:last-child,
.post-content tr th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.post-content thead tr {
    background: #e1e1e1;
}

.post-content tbody tr:nth-child(odd) {
    background: #efefef;
}

/*************/
.coord-client {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 50px;
}

.coord-client img {
    width: 120px;
}
.car-clients .dsm_card_carousel_child.swiper-slide-active {
    box-shadow: 0px 0px 10px #ddd;
    background: #fff;
}

.car-clients .dsm_card_carousel_child {
    background: #f7f7f7;
    border-radius: 25px;
    padding: 25px;
}

.rev-client {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.name-client {
    margin-left: 20px;
}

p.glossair a {
    display: flex;
    justify-content: space-between;
}

p.glossair:hover a {
    text-decoration: underline !important;
}

.glossaire-page h2 {
    padding-bottom: 0;
    margin-bottom: 0;
}

/********************/

.grid-mode .et_pb_ajax_pagination_container article .post-meta a {
    color: #7c3aed;
    background: #f0e7ff;
    border-radius: 30px;
    padding: 0px 10px !important;
    font-size: 13px;
    display: inline-block;
    margin: 0;
}

.grid-mode.post-pg .et_pb_ajax_pagination_container article .post-meta a {
    color: var(--primary);
    background: #f2f6ff;
}

/* Main */


.faq-section .et_pb_toggle_title:before
 {
  
    background-color: #d2ebfa;
    border-radius: 50px;
    padding: 3px;
}
.et_pb_equal_columns .dsm_card_wrapper {
    height: calc(100% - 66px)!important;
}
/******/
/* Pays  input souscription */
/* Taille globale du select */
.select2-results__option span, .c-reading {
    font-size: 15px;
}

#client_country + .select2-container .select2-selection, .tel-code + .select2-container .select2-selection {
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 8px;
    border: 1.5px solid var(--n150)!important;
    padding: 0 10px;          
    font-size: 14px;
}

button.select2-selection__clear {
    height: 40px !important;
}

/* Placeholder centré verticalement */
#client_country + .select2-container .select2-selection__placeholder, .tel-code + .select2-container .select2-selection__placeholder  {
    line-height: 40px !important;
    color: #999;
}

/* Texte sélectionné centré verticalement */
#client_country + .select2-container .select2-selection__rendered, .tel-code + .select2-container .select2-selection__rendered {
    line-height: 40px !important;
}

/* Flèche du select */
#client_country + .select2-container .select2-selection__arrow, .tel-code + .select2-container .select2-selection__arrow {
    height: 40px !important;
}

/* Dropdown list scrollable */
.select2-container .select2-results__options {
    max-height: 200px;  /* hauteur max de la liste */
    overflow-y: auto;
}

/* Option hover */
.select2-container .select2-results__option--highlighted {
    background-color: #f0f0f0;
    color: #333;
}

/* search select2 */
span.select2-search input {
    border-radius: 8px;
}

button.select2-selection__clear span {
    font-size: 18px;
}

button.select2-selection__clear {
    margin-right: 15px !important;
}

select#client_country.valid {
    padding-left: 35px;
}

.loader {
    display: none;
    position: absolute;
    right: 10px;
    width: 22px;
    top: 10px;
}

span#company_siret-error a {
    color: var(--primary);
    text-decoration: underline !important;
}

/**********/

.siret-loader {
    display: none;
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
}

.siret-loader.active {
    display: block;
}
/****formulaire****/
.form-control.valid:not(:disabled) {
    background-image: var(--wpr-bg-23ae7977-2518-4ae7-8b9a-b2b8e5b738a0)!important;
    background-repeat: no-repeat !important;
    background-position: 98%;
    background-size: 20px;
    padding-right: 30px;
}
.contact-form .form-group {
    margin-bottom: 20px;
}

.form-control[readonly] {
    pointer-events: none;
}

.required {
    color: red;
}

.souscription-form .form-group {
    margin-bottom: 8px;
}

.contact-form input, .contact-form textarea, .tnp-subscription input[type=email],
.souscription-form input:not([type="checkbox"]), .souscription-form textarea, .souscription-form select {
   padding-left: 12px;
   border: 1.5px solid var(--n150)!important;
   border-radius: 8px;
   margin-bottom: 17px;
   width: 100%;
   font-family: var(--font-body);
   color: var(--n900) !important;
}
textarea.form-control {
    height: 180px;
}
/**button form**/
.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus,
.souscription-form .form-group input:focus,
.souscription-form .form-group textarea:focus{
    box-shadow: 0px 0px 0px 5px #f1f1f1!important;
    outline: 1px solid #f1f1f1;
    border: 1px solid #005dff!important;
}
.dev-button {
    cursor: pointer;
    outline: none !important;
    font-size: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
    padding: 23px;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    background: var(--primary);
    border: none;
    color: #fff !important;
    overflow: hidden;
    align-self: flex-start;
    box-shadow: 2px 2px 10px #999;
    transition: all .25s;
}
.dev-button:hover {
    box-shadow: 0px 0px 0px 5px #c2cfff;
}

.dev-button:before, .dev-button.dev-error.dev-finished:before {
     position: absolute;
     content: '';
     bottom: 0;
     left: 0;
     width: 0%;
     height: 100%;
     background-color: #54d98c;
}
.dev-button.dev-error:before, .dev-button.dev-error {
    background-color: #858585!important;
}
.dev-button span {
     position: absolute;
     line-height: 0;
}
 .dev-button span i {
     transform-origin: center center;
}
 .dev-button .dev-submit {
     top: 50%;
     transform: translateY(-50%);
}
 .dev-button .dev-loading {
     top: 100%;
     transform: translateY(0%);
     font-size: 24px;
     height: -webkit-fill-available;
}
 .dev-button .dev-check {
     display: none;
}
 .dev-button .dev-none {
     display: none;
}
 .dev-error .dev-none {
     display: block;
     color: #ff0000;
}
.dev-active {
     background-color: #2ecc71;
}
 .dev-active:before {
     width: 100%;
     transition: width 8s linear;
}
 .dev-active .dev-submit {
     top: -100%;
     transform: translateY(-50%);
}
 .dev-active .dev-loading,  .dev-error .dev-none {
     top: 50%;
     transform: translateY(-50%) rotate(0deg);
}
 .dev-active .dev-loading {
     animation: loading 1200ms linear infinite;
}
 .dev-active .dev-check,  .dev-error .dev-submit, .dev-error .dev-loading, .dev-error .dev-check  {
     display: none;
}
 .dev-finished, .dev-button.dev-error.dev-finished {
     background-color: #54d98c!important;
}
 .dev-finished .dev-submit, .dev-finished .dev-loading, .dev-finished .dev-none {
     display: none;
}

 .dev-finished .dev-check{
     display: block !important;
     font-size: 24px;
     animation: scale 0.5s linear;
}
 .dev-finished .dev-check i {
     transform-origin: center center;
}

.error-message, .cf-turnstile {
    color: red;
    font-size: 13px;
    line-height: 1.2;
    display: block;
}
.cf-turnstile {
    overflow-x: auto;
    overflow-y: hidden;
}
::placeholder {
  color: #000!important;
}

.dsm_card_carousel_image_stretch {
    width: unset;
}

button.dev-button.dev-demo {
    max-width: 230px;
    margin-right: 0;
}

button.dev-button.dev-essai,
button.dev-button.dev-expert-comptable {
    background: var(--accent);
}

/* Footer */
/* custom list footer pages*/
ul.cf-liste {
    list-style-type: none;
    padding: 0;
    line-height: 1.8;
}
ul.cf-liste li a {
    color: #000 !important;
    transition: all 300ms ease;
}
ul.cf-liste li a:hover {
    margin-left: 5px;
}

/* Global */
/* contact page info */
.btn-contact:before {
    color: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-left: -2.8em !important;
    border-radius: 50px;
    top: 0;
}
.btn-contact.btn-phone:before {
    background: #999;
}
.btn-contact.btn-email:before {
    background: #335DFF;
}
.btn-phone:hover:before, .btn-email:hover:before {
    filter: brightness(0.8);
}
.slide-- h5 {
    font-weight: unset !important;
}

/*********/
/*logo header*/
.et_pb_sticky--top .c-logo.sticky-logo {
    display: block;
}
.et_pb_sticky--top .top-logo, .c-logo.sticky-logo {
    display: none;
}

.deeops-header {
    padding: 20px 0 !important;
}

/*mega menu*/
.et-menu-nav li.mega-menu>ul {
    overflow-y: auto;
    max-height: calc(100vh - 110px);
    width: 50%;
    left: 0!important;
    right: 0!important;
    margin: auto;
    border-radius: 10px;
}

span.menu-item-description {
    display: block;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 400;
    color: #000;
}

/* new design */
/* .top-titre p {
    font-family: "Poppins", sans-serif;
} */

span.c-word {
    display: inline-block;
    border-radius: 50px;
    padding: 0 15px;
}

span.blue-w {
    background-color: #D3E7FF
}

span.blue-w1 {
    background-color: #A7DFFF;
}

span.blue-w2 {
    background-color: #fff;
    border: 1px dashed var(--primary);
    margin-bottom: 5px;
}

span.white-w {
    background-color: #fff;
}

a.c-btn {
    position: relative;
    background: var(--primary);
    display: inline-block;
    color: #fff;
    font-size: 20px;
    padding: 9px 50px 8px 17px;
    border-radius: 50px;
    cursor: pointer;
}

a.c-btn:hover {
    color: #fff !important;
    background: linear-gradient(90deg, var(--primary), #3f7cff);
}

a.c-btn:before {
    position: absolute;
    top: 5px;
}

.best {
    box-shadow: 0 -36px 0 0px var(--primary);
}

.dsm-tab {
    border-radius: 50px;
    margin: 5px;
    display: flex;
    align-items: center;
    }

.dsm-tab .dsm-image {
    margin-right: 10px !important;
    flex: 0 0 auto;
}

.et_mobile_menu .sub-menu .current-menu-item a,
.et_mobile_menu .menu-item.current-menu-item a,
.et_mobile_menu .n-dev.current-menu-parent > a,
.et_mobile_menu .current-menu-ancestor.m-menu > a,
.et_mobile_menu  .menu-item.current-menu-parent > a, 
.et-menu-nav .current-menu-ancestor.mega-menu-parent > a,
.et-menu-nav .current-menu-ancestor.current-menu-parent > a,
.et-menu.nav .current-menu-item a{
    color: #005dff!important;
    font-weight: bold;
}

/*section sticky images*/

.section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.section:last-child {
    padding: 0;
}

.section img {
    width: 400px;
    margin: 0 auto;
}

.wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.box {
    background: #fff;
    position: relative;
    flex: calc(33% - 20px);
    padding: 25px;
    border-radius: 20px;
    border: 1px solid transparent;
}

.box:hover {
    filter: grayscale(1);
    box-shadow: 0px 0px 18px 0px #ddd;
    border: 1px solid #c3c3c3;
}

#follower {
  position: absolute;
  pointer-events: none;
  display: none;
  z-index: 1;
  width: 170px;
  border-radius: 50%;
  animation: scaleh 200ms linear;
}

/* old boxes test pages */
.box.box1 {
    border: 1px solid var(--primary);
    background-color: #E4F1FF;
}

.box h4 {
    color: #3f6aff;
}

.box.box2 {
    border: 1px solid #3F6AFF;
    background-color: #F2F5FF;
}


.box.box3 {
    border: 1px solid #3FB9FF;
    background-color: #F2F9FF;
}

.box.box4 {
     border: 1px solid #bdbdff;
}

/* tarif page tabs */
.dsm-active.dsm-tab.dsm_advanced_tabs_child_1:before, 
.dsm-active.dsm-tab.dsm_advanced_tabs_child_1:after {
    display: none;
}

.c-tabs2 .dsm-tab.dsm_advanced_tabs_child_1, 
.c-tabs2 .dsm-tab.dsm_advanced_tabs_child_4 {
    position: relative;
}

.c-tabs2 .dsm-tab.dsm_advanced_tabs_child_1:before, .c-tabs2 .dsm-tab.dsm_advanced_tabs_child_4:before {
    content: '10% de réduction';
    position: absolute;
    top: -50px;
    font-size: 13px;
    color: var(--primary);
    text-transform: uppercase;
    font-weight: 600;
    font-style: italic;
}

.c-tabs2 .dsm-tab.dsm_advanced_tabs_child_1:after, .c-tabs2 .dsm-tab.dsm_advanced_tabs_child_4:after {
    content: url(/wp-content/uploads/2025/04/arrow-tarif.png);
    position: absolute;
    top: -36px;
    right: -60px;
}

a.btn-array {
    border-radius: 50px;
    display: inline-block;
    color: var(--primary);
    font-size: 16px;
    margin-top: 7px;
    border: 1px solid var(--primary);
    padding: 2px 12px;
    font-weight: 600;
}

a.btn-array.pro {
    background-color: var(--primary);
    color: #fff;
}

a.btn-array.pro:hover {
    color: #fff!important;
}

/*table post*/

.resp-table {
    overflow: auto;
}

.et-l--post table {
    border: none!important;
    margin-bottom: 2rem;
}

.et-l--post table {
    border-collapse: separate;
    border-spacing: 0 5px;
    width: 100%!important;
    margin-bottom: 30px;
}

.et-l--post table td, .et-l--post table th {
    border: none!important;
}

.et-l--post th span {
    font-weight: 300;
}

.et-l--post tr td:first-child,
.et-l--post tr th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.et-l--post tr td:last-child,
.et-l--post tr th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.et-l--post thead tr {
    background: #fff;
}

.et-l--post thead tr th.top {
    background: #d0e0ff;
}

.et-l--post tbody tr:nth-child(odd):not(:last-child) {
    background: #f5f5f5;
}

.et-l--post tbody tr:not(:last-child):hover {
    background-color: #edf1ff !important;
}

/* .et-l--post table td:not(:first-child), .et-l--post table th:not(:first-child) {
    text-align: center;
} */

.et-l--post table td:first-child {
    font-weight: bold;
}

/*************/

.ia-section h5.et_pb_toggle_title:hover {
    text-decoration: underline;
}

.ia-section {
    cursor: url(/wp-content/uploads/2025/05/ai-cursor.webp), auto;
}

video.demo-video {
    border-radius: 20px;
}

/* img.acc-img {
    border-radius: 10px;
} */

a.link-faq {
    color: var(--primary);
}
a.link-faq:hover {
    color: #15b2ff !important;
}

/***** article deeops *****/

.post-content {
    margin-top: 15px;
} 

.post-content ul ul,  
.post-content ul ol, 
.post-content ol ul,
.et_pb_module ul ul, 
.et_pb_module ol, 
.et_pb_module ul ol, 
.et_pb_module ol ul {
    margin-bottom: 0;
    padding-bottom: 0;
}

.post-content ol, .post-content ul,
.faq-content ul, .faq-content ol,
.glossaire-content ul, .glossaire-content ol {
    margin-bottom: 20px;
    padding-left: 22px;
    margin-top: .5rem;
    }

/* .post-content ol,
.faq-content ol,
.glossaire-content ol {
      counter-reset: list-counter; 
    } */

/* .post-content ol li, .post-content ul li,
.faq-content ul li, .faq-content ol li,
.glossaire-content ol li, .glossaire-content ul li {
      margin: 12px 0;
      padding-left: 35px;
      position: relative;
} */

.neo-int li {
    margin: 6px 0;
}

.post-content h3,
.faq-content h3,
.glossaire-content h3 {
      position: relative;
}

/*     .post-content ol li, .faq-content ol li, .glossaire-content ol li  {
      counter-increment: list-counter;
    } */

/*    .post-content ol li::before,
   .faq-content ol li::before,
   .glossaire-content ol li::before {
    content: counter(list-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background-color: var(--accent);
    color: white;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
    line-height: 26px;
    font-size: 15px;
} */

.post-content table thead tr,
.faq-content table thead tr, 
.glossaire-content table thead tr {
    background: #0f172a;
    color: #fff!important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 12px 18px;
}

.glossaire-content table thead tr th {
     color: #fff!important;
}

/* .post-content ul li:before,
.faq-content ul li:before,
.glossaire-content ul li:before {
    content: url(/wp-content/uploads/2025/05/co3.webp);
    position: absolute;
    left: 0;
    top: 0;
} */

/* .post-content h3:before, .faq-content h3:before, .glossaire-content h3:before {
    content: url(/wp-content/uploads/2025/06/title-icon.webp);
    position: absolute;
    left: 0;
    top: 0;
} */

.post-content table tbody td, 
.faq-content table tbody td, .faq-content table tbody th,
.glossaire-content table tbody td, .glossaire-content table tbody th {
    text-align: left !important;
    padding: 12px;
    font-family: var(--font-mono);
    font-size: 13px;
}

.post-content table tbody td strong, .post-content table tbody th {
    font-family: var(--font-display);
    font-weight: 800;
    color: var(--n900);
    font-size: 14px;
}

.post-content .ez-toc-list li:before {
    content: none!important;
}

.post-content div#ez-toc-container {
    background: #ffffff;
    border: 1px solid var(--primary);
    border-radius: 12px;
    width: 100%;
    padding: 20px;
}

.post-content div#ez-toc-container ul li {
    line-height: 2!important;
}

.post-content #ez-toc-container a {
    color: #000;
}

.post-content #ez-toc-container a:hover {
    color: var(--primary)!important;
}

.blue-line {
    box-shadow: inset 0px -15px 0px 0px #BFD5FB;
}

/* page : tous module */
.c-list-circle {
    list-style-type: "✔️"!important;
    font-size: 16px;
}

.c-list-circle li {
    margin: 2px 0;
}

.c-modules h5 {
    font-size: 17px !important;
    font-weight: 500;
    margin-bottom:0;
    padding-bottom:0;
}

a.c-mod {
    color: var(--primary);
    border: 1px solid var(--primary);
    padding: 5px 7px;
    border-radius: 7px;
    font-weight: 600;
}

ul.c-list-circle a:hover {
    text-decoration: underline !important;
    font-weight: 600;
}

.c-arrow {
    position: relative;
}

.c-arrow:before {
    content: url(https://deeops.fr/wp-content/uploads/2025/05/b-arrow1.webp);
    position: absolute;
    right: 120px;
    transition: all 300ms ease;
    opacity: 0;
}

.c-arrow:hover:before {
    right: 15px;
    opacity: 1;
}

.sommaire-modules-row {
    display: none;
}

.sommaire-modules {
    position: fixed;
    top: 40px;
    left: 20px;
    width: 250px;
}

.sommaire-modules ul, .ul-mini {
    list-style-type: none!important;
    padding: 0!important;
    margin: 0;
}

.sommaire-modules ul li {
    margin: 10px 0;
}

a.toc-link.active {
    font-weight: bold;
    color: var(--primary);
    margin-left: 10px;
    transition : all 300ms ease;
}

.sommaire-modules ul li a {
    position: relative;
}

.sommaire-modules ul li a:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    left: -17px;
    top: 8px;
    border: 1px solid #000;
    border-radius: 17px;
}

.sommaire-modules ul li a.active:before {
    border: 2px solid var(--primary);
    transform: scale(1.4);
    transition: all 300ms ease;
}

.sommaire-modules ul li a:hover {
    color: var(--primary)!important;
}

.sommaire-modules ul li a:hover:before {
    background-color: var(--primary);
    border: 2px solid var(--primary);
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
}

.lightbox-img {
    max-width: 1200px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    width: 95%;
}

.lightbox .close {
  position: absolute;
  top: -52px;
  right: 17px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

.module-tab .dsm-advanced-tabs-wrapper {
    background: #f2f5ff;
    border-radius: 15px;
    padding: 20px 5px;
}

/***********/
/* section home : carousel auto html + css */

.slider, .slider1 {
  margin: auto;
  overflow: hidden;
  position: relative;
}

.slide-track {
  display: flex;
  width: calc(250px * 36);
  animation: scroll 40s linear infinite;
}

.slide-track1 {
  display: flex;
  width: calc(250px * 24);
  animation: scroll1 40s linear infinite;
}

.carousel-items {
  height: 50px;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid #afc5ff;
  border-radius: 50px;
  margin: 0 5px;
  background-color: #f3f5ff;
  font-weight: 600;  
}

.c-word.icon-word:after  {
    content: "";
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-left: 8px;
    vertical-align: middle;
}
  
  .light {
    position: relative;
    text-align: center;
  }

span.c-word.icon-word.multi:after {
    background-image: var(--wpr-bg-b66f8b9e-df8e-4569-89c3-726809580db1);
}

span.c-word.icon-word.game:after {
    background-image: var(--wpr-bg-24a729e2-4bfe-4559-a1d7-e3c0f90d91f1);
}

span.c-word.icon-word.dura:after {
    background-image: var(--wpr-bg-4d2e7f0c-4b6f-44a8-8ccf-859f7955c5ee);
}

span.c-word.icon-word.prat:after {
    background-image: var(--wpr-bg-23088bdb-be63-4b92-8328-c34f23af8b21);
}

span.c-word.icon-word.integ:after {
    background-image: var(--wpr-bg-d185aa6b-16fe-4c78-b525-6c728a1151f5);
}

span.c-word.icon-word.insta:after {
    background-image: var(--wpr-bg-cb7e2fb1-9fc9-4fe4-a9d4-1659776d9304);
}

span.c-word.icon-word.sec:after {
    background-image: var(--wpr-bg-ac5be38b-f6ae-47ff-8a5a-e6024c5e4a10);
}

span.c-word.icon-word.inter:after {
    background-image: var(--wpr-bg-e1046f97-fbab-4229-90c9-eea4d270cb48);
}

span.c-word.icon-word.time:after {
    background-image: var(--wpr-bg-40d2172b-2644-49f5-b99d-ab6ad3ac0b4e);
}

span.c-word.icon-word.errors:after {
    background-image: var(--wpr-bg-fb83877f-8cc6-4ee8-82de-c7bd0dca4375);
}

span.c-word.icon-word.entreprise:after {
    background-image: var(--wpr-bg-2a5ea28c-17c5-48cc-bc91-f1942e7304e1);
}

span.c-word.icon-word.fac:after {
    background-image: var(--wpr-bg-84bc5f37-a26a-4762-9f78-a96bbe2c1965);
}

span.c-word.icon-word.mes:after {
    background-image: var(--wpr-bg-6a8584af-d7d0-4473-904f-06850dd511f8);
}

span.c-word.icon-word.dep:after {
    background-image: var(--wpr-bg-2fded939-aae3-4a54-bb78-9f8cb30d7dd2);
}

span.c-word.icon-word.simp:after {
    background-image: var(--wpr-bg-6742ecf9-b6d8-48cb-be17-b94ed6b17ced);
}

span.c-word.icon-word.ana:after {
    background-image: var(--wpr-bg-b65704b6-32ce-42eb-96fe-1709615587c8);
}

span.c-word.icon-word.stock:after {
    background-image: var(--wpr-bg-01a14aea-2c2c-42cd-96c2-50f815cd0809);
}

span.c-word.icon-word.mob:after {
    background-image: var(--wpr-bg-4c0928e1-181e-425a-b1b2-e09fd097f3b0);
}

span.c-word.icon-word.multi:after {
    background-image: var(--wpr-bg-9552b141-2dfb-47cc-bb7e-c00dd58205d3);
}

/******/
.icon-ps:before  {
    content: "";
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    margin-right: 4px;
    vertical-align: middle;
    position: absolute;
    left: 0;
}
.icon-ps {
    padding-left: 35px;
}

.icon-ps div {
    display: inline-block;
}

.icon-ps.date:before {
    background-image: var(--wpr-bg-481a6bcb-5984-481d-a25e-1bebfe8f4ba9);
}
.icon-ps.auteur:before {
    background-image: var(--wpr-bg-f371b647-29e7-453e-a18b-1e437c7ff382);
}
.icon-ps.catg:before {
    background-image: var(--wpr-bg-97a139b1-d820-43be-9a87-e2fe5be9ccee);
}
.icon-ps.lect:before {
    background-image: var(--wpr-bg-6d3b29a1-6e94-4f0c-8573-df4bd685e927);
}

.dsm-active.dsm-tab .dsm-title {
    color: var(--primary) !important;
}

/*** page blog ***/
.grid-mode .et_pb_ajax_pagination_container .et_block_module {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.grid-mode .et_pb_ajax_pagination_container article a {
    margin-bottom: 1rem;
}

/* tabs */

.tabs-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    border-radius: 20px;
}

.tabs-buttons .tab-btn {
    background: #f0f3ff;
    padding: 10px 15px;
    border-radius: 50px;
    cursor: pointer;
    border: 2px solid transparent;
}

.tab-btn.active {
    color: var(--primary);
    border: 2px solid var(--primary);
}

.et_pb_pagebuilder_layout.et-fb .modules-tabs .et_pb_row,
.et_pb_pagebuilder_layout.et-fb .modules-tabs .et_pb_row  .active  {
    display: flex;
}

 .modules-tabs .et_pb_row {
    display: none;
}

 .modules-tabs .et_pb_row.active {
    display: block;
}

/* solution schema*/

.border-ciel {
    border-color: #5BC3FF;
}

.border-blue {
    border-color: var(--primary);
}

.max-sol {
    max-width: 440px;
    margin: 0 auto;
}

.dashed {
     border-style: dashed;
}

.solid {
     border-style: solid;
}


.radius-70 {
    border-radius: 70px;
}

.radius-20 {
    border-radius: 20px;
}

.title-gestion, .border-mob {
    position: relative;
}

.max-sol:hover .dashed {
    border-style: solid;
}

.max-sol:hover .solution {
    background-color: #f0f8ff;
}

/** service carousel home ***/

.dee-services .dsm_card_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 10px;
}

.c-tags a {
    color: var(--primary);
    font-weight: bold;
}

.car-avis-cta .swiper-pagination {
    display: none !important;
}

/******/
.clr-1 {
    background-color: #05D2F9;
}
.clr-2 {
    background-color: #215DFC;
}
.clr-3 {
    background-color: #7880F1;
}
.clr-4 {
    background-color: #8CE2F7;
}
.clr-5 {
    background-color: #93B7FF;
}

.clr-6 {
    background-color: #d9f0ff;
}
.clr-7 {
    background-color: #ccdcff;
}
.clr-8 {
    background-color: #b6e7ff;
}
.clr-9 {
    background-color: #72B9D9;
}


.steps {
    color: #fff;
    font-weight: 800;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.steps-cr {
    border-radius: 5px;
}

/************/
.nav li ul {
    width: 350px;
    border-radius: 10px;
}

ul.neo-int {
    list-style: url(https://deeops.fr/wp-content/uploads/2025/08/list-neo.webp);
}

ul.neo-int li {
    line-height: 1.8;
}

li.neo.a-dev {
    width: 90%;
    margin: 0px 10px;
    font-size: 15px;
}

.neo:before {
    top: 20px;
}

/* faq page */
.FAQ-- .et_pb_module.et_pb_toggle:hover .et_pb_toggle_title {
    color: var(--primary) !important;
}

.tab-glossaire {
    padding: 10px 25px;
    border-radius: 35px;
}

.tab-glossaire:hover {
    filter: grayscale(0.3);
}

a.blog-:hover, a.glossair--:hover, a.contact-:hover {
    color: var(--primary) !important;
}

 .all-catg {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.all-catg a {
    background-color: #f0eeff;
    padding: 8px 18px;
    border-radius: 8px;
    font-size: 14px;
    letter-spacing: 0.03em;
    color: #7c3aed !important;
    font-weight: 500;
}

.all-catg a:hover {
    background-color: #e0dcff;
}

.pagination {
    gap: 2rem;
}

/* .latest-posts article {
    background: linear-gradient(9deg, rgba(237, 241, 255, 1) 0%, rgba(87, 199, 133, 0) 53%);
} */

.et_pb_blog_posts article p.post-meta {
    color: transparent !important;
}

.et_pb_blog_posts article .post-content p {
    font-size: 14px !important;
}

.col-mensuel-btn:hover:after, 
.col-annuel-btn:hover:after {
    transform: rotateZ(45deg);
    color: #06309f;
}

/* skeleton data */

.loader-data {
    position: relative;
    overflow: hidden;
    background: #e4e4e4;
    height: 32px;
    width: 100%;
    border-radius: 10px;
}

.loader-data.mini-h {
    height: 20px;
}

.loader-data:after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    animation: shimmer 1.5s infinite;
}

.c-data {
    display: none;
}

.col-annuel-oldprix:before {
    content: '';
    position: absolute;
    border-top: 2px solid red;
    top: 46%;
    left: 0;
    transform: rotate(338deg);
    z-index: -1;
}

.col-annuel-oldprix {
    position: relative;
}

.c-plans .et_pb_column_1_4:hover .c-prix {
    color: var(--primary);
}

/* close button offer popup */
.close-button-head {
    border:none;
    font-size: 16px;
    cursor: pointer;
    border-radius: 50px;
    width: 25px;
    background: transparent;
    height: 25px;
    color: #fff;
}

.basique {
    overflow: visible!important;
}

.modal-contents .close-mobile {
    font-size: 20px;
    position: absolute;
    top: -43px;
    right: -15px;
    background: #cedfff;
    padding: 5px;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
}

.offre-modal {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9;
    box-shadow: 0px 12px 20px #00000085;
    background-color: rgb(255 255 255 / 70%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.modal-contents .off {
    color: var(--primary);
    font-weight: bold;
}

button.close-button-popup {
    border: none;
    font-size: 20px;
    cursor: pointer;
    background: transparent;
    color: #000;
    position: absolute;
    top: -10px;
    right: -10px;
}

.popup-offre {
    display: none;
    position: fixed!important;
    bottom: 30px;
    z-index: 999;
    right: 30px;
}

.yellow-word {
    background: #ffc74a;
    display: inline;
    border-radius: 5px;
    padding: 0 10px;
}

.img-post {
    border-radius: 15px;
}

.img-post:before {
    content: '';
    position: absolute;
    background-image: var(--wpr-bg-95ba2810-6c54-4b08-a8a0-cc3c45ee3456);
    width: 70px;
    height: 70px;
    z-index: 9999;
    top: 18px;
    left: 13px;
    background-size: contain;
    background-repeat: no-repeat;
}

.col-mensuel-btn.disabled {
    opacity: 0.4;
}

.ticket {
    padding: 9px 13px;
    border-radius: 7px;
    color: #001d69;
}

.clr-primary {
    color: var(--primary);
}

.clr-gray {
    color: #4b5563;
}

.clr-vert {
    color: #047857;
}

.clr-orange {
    color: #d67a0e;
}

.clr-black {
    color: #000;
}

.b-primary {
    background-color: var(--primary);
}

.b-secondary {
    background-color: #e8eeff;
}

.b-mv {
    background-color: #C1D6FF;
}

.rounded-50 {
    border-radius: 50px;
}

.et_pb_sticky .b-secondary {
    background-color: #d2dcff;
}

.clr-white {
    color: #fff;
}
.clr-light-1 {
    background-color: #e0f2ff;
}
.clr-light-2 {
    background-color: #cdedff;
}
.clr-light-3 {
    background-color: #d8e3ff;
}
.clr-light-4 {
    background-color: #e7edff;
}

.clr-purple {
    color: #7c3aed;
}

.c-button, .c-button2 {
    border-radius: 30px;
    color: #fff;
    border: 1px solid var(--primary);
    text-align: center;
}

a.c-button2:hover {
    color: #fff!important;
    background: linear-gradient(90deg, var(--primary), #3f7cff);
}

a.c-button3:hover {
    color: var(--primary)!important;
    filter: saturate(2.5);
}

.c-button3 {
    border-radius: 30px;
    color: var(--primary);
    border: 1px solid #e8eeff;
    text-align: center;
}

.c-button:hover {
    background-color: #fff;
}

/*****form*****/
#nf-form-1-cont .nf-field-element input, #nf-form-1-cont .nf-field-element textarea,  #nf-form-1-cont .nf-field-element select,
#nf-form-3-cont .nf-field-element input, #nf-form-3-cont .nf-field-element textarea,  #nf-form-3-cont .nf-field-element select, 
#nf-form-4-cont .nf-field-element input, #nf-form-4-cont .nf-field-element textarea,  #nf-form-4-cont .nf-field-element select{
    background: #fff;
    border: 1px solid #ddd;
    color: #000;
    border-radius: 5px;
    font-size: 15px;
    padding: 10px;
}
.nf-field-container {
    margin-bottom: .5rem!important;
}
textarea#nf-field-3, textarea#nf-field-22, textarea#nf-field-34 {
    padding: 15px 30px;
}
.nf-before-form-content, .nf-input-limit {
    display: none;
}
.nf-error-wrap.nf-error {
    font-size: 14px;
}
div#nf-field-19-container, div#nf-field-29-container, div#nf-field-41-container {
    text-align: center;
    overflow: auto;
}
label#nf-label-field-30 {
    font-size: 15px;
}
.nf-form-title h3 {
    text-align: center;
}
#nf-form-1-cont .success-msg p {
    color: #2b6df8;
}
input#nf-field-4, #nf-field-23, #nf-field-35 {
    border: none !important;
    border-radius: 30px !important;
    color: #fff !important;
    background: var(--primary) !important;
    letter-spacing: 2px;
    min-width: 260px;
    margin: 0 auto;
    display: block;
    font-size: 18px!important;
}

.badges {
    position: absolute;
    top: -22px;
    right: -22px;
}
.badges2 {
    position: absolute;
    left: 66px;
    bottom: 0;
}

.badges2 a, .badges a  {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.badges2 a::before, .badge-home::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(120deg, #c2c6ff, #e8e9ff, #ffffff, #dddfff, #ffffff, #d8dbff, #dcdeff);
  background-size: 300% 300%;
  animation: gradientAnim 6s ease infinite;
  filter: blur(6px);
  z-index: -1;
}

/**************/
/* Si l'éditeur Divi est actif, on neutralise CookieYes */
body.et-fb .cky-overlay, 
body.et-fb .cky-consent-container {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

/* Conteneur */
/* Titres / labels */
#brevo-form-container p {
    margin-bottom: 15px;
    font-size: 15px;
}

/* Inputs et select */
#brevo-form-container input[type="email"],
#brevo-form-container input[type="text"],
#brevo-form-container select {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
}

#brevo-form-container input[type="email"]:focus,
#brevo-form-container input[type="text"]:focus,
#brevo-form-container select:focus {
    border-color: #007BFF;
    box-shadow: 0 0 0 2px rgba(0,123,255,0.2);
    outline: none;
}

/* Bouton */
#brevo-form-container .sib-default-btn {
    width: 100%;
    padding: 12px;
    background: var(--primary);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

#brevo-form-container .sib-default-btn:hover {
    background: #0056b3;
}

/* Texte RGPD */
#brevo-form-container p[style*="font-size:0.9em"] {
    font-size: 12px !important;
    color: #1e1e1e !important;
    margin-top: 10px;
}

/* Captcha */
#brevo-form-container .cf-turnstile {
    margin: 15px 0;
}

/*popup*/
#brevo-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .5);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.brevo-popup-content {
    background: linear-gradient(183deg, #fff 0%, #d3ecff 100%);
    padding: 25px 30px;
    border-radius: 20px;
    max-width: 750px;
    width: 90%;
    position: relative;
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

.brevo-form {
    overflow-y: auto;
    max-height: calc(100vh - 155px);
}

.brevo-popup-close {
    font-size: 30px;
    cursor: pointer;
    color: #333;
    background: bisque;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-news {
    text-align: left;
    flex: 1;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 600;
    color: #000;
}

.title-news span {
    background: #d3e8ff;
    border-radius: 8px;
}

body.popup-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

body.popup-open  #main-content {
    z-index: 9;
    position: relative;
}

p.sib-email-area span {
    color: red;
}

/****************/
.basique .col-mensuel-list-caract li:first-child::after {
    content: "";
    position: absolute;
    right: -75px;
    top: 0px;
    width: 90px;
    height: 27px;
    background-image: var(--wpr-bg-caacd22c-7d30-4dfe-a47f-7db3f19de5ac);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.info-deeops {
    font-size: 16px;
}

.sepa {
    border-top: 1px solid #d3e7ff;
    margin: 11px 0;
}

/********** custom checkbox ***********/
.custom-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 10px;
  user-select: none;
}

/* cacher le vrai checkbox */
.custom-checkbox input {
  display: none;
}

/* boîte custom */
.checkmark {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  border: 2px solid #ccc;
  display: inline-block;
  position: relative;
}

/* effet hover */
.custom-checkbox:hover .checkmark {
  border-color: var(--primary);
}

/* état checked */
.custom-checkbox input:checked + .checkmark {
  background-color: var(--primary);
  border-color: transparent;
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

/* check icon */
.checkmark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -60%) rotate(45deg) scale(0);
  transition: all 0.2s ease;
}

/* afficher le check */
.custom-checkbox input:checked + .checkmark::after {
  transform: translate(-50%, -60%) rotate(45deg) scale(1);
}

/**************** new design *****************/
.bw, .i-bw {
    color: var(--primary);
}

.blw, .i-blw {
    color: #528bfa;
}

.bll {
    color: #8FA2BE;
}

.vw, .i-vw {
    color: #0f766e;
}

.w-ch-w {
    color: var(--teal-soft);
}

.ow, .i-ow {
    color: var(--accent);
}

.purpw {
    color: #7c3aed;
}

.yw {
    color: var(--accent);
}

.bw-gradient {
    background: linear-gradient(135deg, var(--violet), var(--primary));
    background-clip: text;
    color: transparent;
}

.clr-black {
    color: #000;
}
.line-olight {
    display: inline-block;
    position: relative;
    width: 100%;
}

.line-vert {
    position: relative;
    width: 100%;
}

.line-light {
    display: inline-block;
    position: relative;
}

.c-ln::after {
    content: '';
    position: absolute;
    height: 12px;
    border-radius: 4px;
    z-index: -1;
}

.line-olight::after {
    bottom: 4px;
    left: 0;
    right: 0;
    background: var(--accent);
    opacity: 0.25;
}

.line-vert::after {
    bottom: 4px;
    left: 0;
    right: 0;
    background: #10b981;
    opacity: 0.25;
}

.line-light::after {
    bottom: 6px;
    left: -4px;
    right: -4px;
    background: linear-gradient(90deg, var(--accent), var(--accent-hover));
    opacity: 0.5;
}

.hero-eyebrow, .hero-eyebrow-o, .hero-eyebrow-oc, .hero-eyebrow-x, .hero-eyebrow-b, .hero-eyebrow-y, .hero-eyebrow-v {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: white;
  border-radius: 100px;
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 600;
}

.hero-eyebrow, .hero-eyebrow-o {
    padding: 6px 14px 6px 6px;
}

.hero-eyebrow-oc, .hero-eyebrow-x, .hero-eyebrow-b, .hero-eyebrow-y, .hero-eyebrow-v {
    padding: 6px 14px;
}

.hero-eyebrow-v {
    border: 1px solid var(--teal);
    color: var(--teal-dark);
    box-shadow: var(--sm);
}

.hero-eyebrow-y {
    background: var(--violet);
    color: #fff;
    font-family: var(--font-display);
}

.hero-eyebrow, .hero-eyebrow-x {
  border: 1px solid var(--neutral-100);
  color: var(--neutral-700);
  box-shadow: var(--shadow-xs);
}

.hero-eyebrow-b {
    border: 1px solid var(--primary);
    color: var(--primary-dark);
    font-family: var(--font-display);
}

.hero-eyebrow-o, .hero-eyebrow-oc {
    border: 1px solid var(--accent);
    color: var(--accent-dark);
    box-shadow: var(--shadow-sm);
}

.dott {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #16a34a;
}

.badge {
  background: var(--success-soft);
  color: var(--success);
  padding: 3px 8px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 4px;
}

.hero-eyebrow-o .o-badge,
.hero-eyebrow .b-badge {
    color: white;
    padding: 4px 10px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.05em;
}

.hero-eyebrow-o .o-badge {
    background: var(--accent);
   
}

.hero-eyebrow .b-badge {
    background: var(--primary);
}

.hero-eyebrow .badge::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--success);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

.strike {
    position: relative;
    display: inline-block;
    color: var(--neutral-400);
}

.strike::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -4px;
    right: -4px;
    height: 4px;
    background: var(--error);
    transform: rotate(-3deg);
}

.two-btns .et_pb_button_module_wrappers {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.two-btns.c-center .et_pb_button_module_wrappers {
    justify-content : center;
}

.hero-meta {
  display: flex;
  gap: 28px;
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--neutral-500);
  animation: fadeUp .8s .45s backwards;
    flex-wrap: wrap;
}
.hero-meta span { display: flex; align-items: center; gap: 6px; }
.hero-meta i { color: var(--success); font-size: 17px; }

.spec-words {
    display: flex;
    gap: 28px;
    font-family: var(--font-body);
    font-size: 15px;
    color: #8FA2BE;
}

.hero-border span, .hero-border div {
    background: #fff;
    border: 1px solid var(--n100);
    padding: 5px 10px;
    border-radius: 100px;
    font-size: 11px;
    color: var(--n700);
    font-family: var(--font-display);
    font-weight: 600;
    box-shadow: var(--sm);
}

.c-hero-qi {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid var(--n100);
    padding: 10px 18px;
    border-radius: 100px;
    box-shadow: var(--sm);
}

.c-hero-qi small {
    color: var(--n500);
    font-size: 12px;
}

.press-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  color: var(--neutral-400);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.press-line {
  flex: 1;
  max-width: 80px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--neutral-200), transparent);
}

.press-item {
  border-left: 2px solid var(--neutral-100);
  padding: 14px 20px;
  transition: border-color .3s, transform .3s;
}
.press-item:hover {
  border-left-color: var(--primary);
  transform: translateX(2px);
}
.press-item.item2:hover { border-left-color: var(--accent); }
.press-item.item3:hover { border-left-color: var(--secondary); }
.press-item.item4:hover { border-left-color: var(--success); }
.press-logo {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 800;
  color: var(--neutral-900);
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.press-quote {
  font-family: var(--font-display);
  font-size: 14px;
  font-style: italic;
  color: var(--neutral-700);
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 500;
}
.press-meta {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--neutral-400);
}

/* .trust-inner {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
} */
.trust-label {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  color: var(--neutral-500);
  margin-bottom: 28px;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.trust-label .counter {
  color: var(--primary);
  font-size: 16px;
}
.trust-logos {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  align-items: center;
}
.trust-logo {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 800;
  color: var(--neutral-300);
  letter-spacing: -0.01em;
  transition: color .2s;
  display: flex;
  align-items: center;
  gap: 6px;
}
.trust-logo:hover { color: var(--neutral-700); }

.stat-item {
  color: white;
  text-align: center;
  position: relative;
}
.stat-item + .stat-item::before {
  content: '';
  position: absolute;
  left: -20px; top: 10%;
  width: 1px; height: 80%;
  background: rgba(255,255,255,0.15);
}
.stat-value {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 8px;
}
.stat-value .accent { color: var(--accent); }
.stat-label {
  font-family: var(--font-body);
  font-size: 15px;
  color: rgba(255,255,255,0.7);
}

/* cards home */

.pillar {
  background: white;
  border: 1px solid var(--neutral-100);
  border-radius: var(--radius-xl);
  padding: 28px;
  position: relative;
  transition: all .35s cubic-bezier(.4,0,.2,1);
  cursor: pointer;
  overflow: hidden;
  height: 100%;
}
.pillar::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .5s cubic-bezier(.4,0,.2,1);
}
.pillar::after {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 100px; height: 100px;
  background: radial-gradient(circle at top right, var(--primary-soft), transparent 70%);
  opacity: 0;
  transition: opacity .4s;
}
.pillar:hover {
  border-color: var(--primary);
  box-shadow: var(--shadow-lg);
  transform: translateY(-6px);
}
.pillar:hover::before { transform: scaleX(1); }
.pillar:hover::after { opacity: 1; }
.pillar.pl2::before { background: var(--accent); }
.pillar.pl2:hover { border-color: var(--accent); box-shadow: 0 12px 32px rgba(248,149,36,0.15); }
.pillar.pl2::after { background: radial-gradient(circle at top right, var(--accent-soft), transparent 70%); }
.pillar:hover .pillar-arrow {
  background: var(--primary);
  color: white;
  border-color: var(--primary);
  transform: translate(4px, -4px) rotate(0deg);
}
.pillar.pl2:hover .pillar-arrow {
  background: var(--accent);
  border-color: var(--accent);
}

.pillar-icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, var(--primary-soft), var(--primary-soft-2));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
  transition: transform .3s;
}
.pillar:hover .pillar-icon-wrap { transform: scale(1.05) rotate(-3deg); }
.pillar-icon-wrap.accent {
  background: linear-gradient(135deg, var(--accent-soft), #FCDCB0);
}

.pillar-arrow:after {
    content: "\24" !important;
    font-family: 'ETmodules' !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.pillar-num {
  position: absolute;
  top: 28px; right: 28px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  color: var(--neutral-300);
}
.pillar h3 {
  font-family: var(--font-display);
  font-size: 22px!important;
  font-weight: 800;
  color: var(--neutral-900);
  letter-spacing: -0.025em;
  margin-bottom: 12px;
  line-height: 1.2;
}
.pillar p {
  font-family: var(--font-body);
  color: var(--neutral-500);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.pillar-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 60px;
}
.pillar-tag {
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 600;
  padding: 3px 8px;
  background: var(--neutral-50);
  border: 1px solid var(--neutral-100);
  border-radius: 100px;
  color: var(--neutral-600);
}
.pillar-arrow {
  position: absolute;
  bottom: 28px; left: 28px;
  width: 38px; height: 38px;
  border: 1px solid var(--neutral-150);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s cubic-bezier(.4,0,.2,1);
  color: var(--neutral-500);
  background: white;
}

/* steps home */
.section-num, .section-num-o  {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 100px;
  margin-bottom: 24px;
}

.section-num-o {
    color: var(--accent-dark);
    background: var(--accent-soft);
}

.section-num  {
  color: var(--primary);
  background: var(--primary-soft);
}

.section-num .num, .section-num-o .num {
  color: white;
  width: 22px; height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
}


.section-num .num {
  background: var(--primary);
}

.section-num-o .num {
    background: var(--accent);
}

.steps::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--neutral-200) 0 6px, transparent 6px 12px);
  z-index: 0;
}
.step {
  background: white;
  border: 1px solid var(--neutral-100);
  border-radius: var(--radius-xl);
  padding: 28px 24px;
  position: relative;
  transition: all .3s;
  height: 100%;
}
.step:hover {
  border-color: var(--primary);
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}
.step-num {
  position: absolute;
  top: -16px;
  left: 24px;
  width: 56px; height: 56px;
  background: white;
  border: 2px solid var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 900;
  color: var(--primary);
  box-shadow: var(--shadow-sm);
}
.step.st2 .step-num { border-color: var(--accent); color: var(--accent); }
.step.st3 .step-num { border-color: var(--secondary); color: var(--secondary); }
.step.st4 .step-num { border-color: var(--success); color: var(--success); }
.step h4 {
  font-family: var(--font-display);
  font-size: 18px!important;
  font-weight: 800;
  color: var(--neutral-900);
  letter-spacing: -0.015em;
  margin: 30px 0 10px;
}
.step p {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--neutral-500);
  line-height: 1.6;
  margin-bottom: 12px;
}
.step-time {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--primary);
  font-weight: 500;
  background: var(--primary-soft);
  padding: 4px 10px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* neo home */
.neo-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  color: white;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  padding: 8px 16px;
  border-radius: 100px;
  margin-bottom: 24px;
  box-shadow: var(--shadow-primary);
}
.neo-badge span {
  background: var(--accent);
  width: 22px; height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 13px;
}

.neo-badge span:before {
    content: "\e00a" !important;
    font-family: 'ETmodules' !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ul-mini li::before {
    content: "›";
    position: absolute;
    left: 0;
    color: var(--primary);
    font-weight: 700;
    font-size: 18px;
}

.ul-mini li {
    font-size: .9rem;
    color: #59678a;
    padding-left: 1.1rem;
    position: relative;
    margin-bottom: .35rem;
}

.neo-features {
  list-style: none;
}
.neo-features li {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--neutral-700);
  padding: 16px 0;
  border-bottom: 1px solid var(--neutral-100);
  display: flex;
  align-items: center;
  gap: 14px;
  transition: padding-left .3s;
}
.neo-features li:hover { padding-left: 8px; }
.neo-features li:last-child { border-bottom: none; }
.neo-features li img {
  width: 40px; height: 40px;
  background: var(--primary-soft);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 20px;
  flex-shrink: 0;
  transition: background .3s, color .3s;
  object-fit: none;
}
.neo-features li:hover i {
  background: var(--primary);
  color: white;
}
.neo-features li b {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--neutral-900);
  margin-bottom: 2px;
  font-size: 15px;
}
.neo-features li span.desc {
  font-size: 13px;
  color: var(--neutral-500);
}
.neo-features li .num {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--neutral-300);
  margin-left: auto;
  flex-shrink: 0;
}

/* IA Chat */
.neo-chat {
  background: white;
  border: 1px solid var(--neutral-100);
  border-radius: var(--radius-xl);
  padding: 24px;
  position: relative;
  box-shadow: var(--shadow-xl);
}
.neo-chat-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--neutral-100);
  margin-bottom: 20px;
}
.neo-avatar {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 900;
  color: white;
  font-size: 20px;
  position: relative;
  box-shadow: var(--shadow-md);
}
.neo-avatar::after {
  content: '';
  position: absolute;
  bottom: 0; right: 0;
  width: 14px; height: 14px;
  background: var(--success);
  border: 2px solid white;
  border-radius: 50%;
}
.neo-name {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 800;
  color: var(--neutral-900);
  letter-spacing: -0.015em;
}
.neo-status {
  font-family: var(--font-body);
  font-size: 12px;
  color: var(--success);
  display: flex;
  align-items: center;
  gap: 6px;
}

.neo-msg { margin-bottom: 14px; }
.neo-msg-label {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  color: var(--neutral-400);
  margin-bottom: 6px;
  letter-spacing: 0.03em;
}
.neo-msg-user {
  background: var(--primary);
  color: white;
  padding: 12px 16px;
  border-radius: var(--radius);
  border-bottom-right-radius: 4px;
  font-size: 14px;
  margin-left: auto;
  max-width: 80%;
  box-shadow: var(--shadow-sm);
}
.neo-msg-ai {
  background: var(--neutral-50);
  border: 1px solid var(--neutral-100);
  border-left: 3px solid var(--primary);
  padding: 14px 16px;
  border-radius: var(--radius);
  border-bottom-left-radius: 4px;
  font-size: 14px;
  color: var(--neutral-700);
  line-height: 1.6;
  max-width: 92%;
}
.neo-msg-ai strong { font-weight: 700; color: var(--primary); }
.neo-msg-ai .ai-data {
  display: flex;
  gap: 12px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--neutral-150);
}
.neo-msg-ai .ai-data span {
  font-family: var(--font-body);
  font-size: 11px;
  color: var(--neutral-500);
  flex: 1;
}
.neo-msg-ai .ai-data span b {
  color: var(--neutral-900);
  font-family: var(--font-display);
  font-weight: 800;
  display: block;
  font-size: 17px;
  margin-top: 4px;
}
.neo-msg-ai .ai-data span:nth-child(2) b { color: var(--accent); }

.neo-actions {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  flex-wrap: wrap;
}
.neo-action {
  font-family: var(--font-body);
  font-size: 12px;
  padding: 6px 12px;
  background: white;
  border: 1px solid var(--neutral-150);
  border-radius: 100px;
  color: var(--neutral-700);
  cursor: pointer;
  transition: all .2s;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.neo-action:hover {
  background: var(--primary);
  color: white;
  border-color: var(--primary);
}
.neo-action i { font-size: 14px; }

.typing-dot {
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--primary);
  margin-right: 4px;
  animation: typing 1.4s infinite;
}
.typing-dot:nth-child(2) { animation-delay: 0.2s; }
.typing-dot:nth-child(3) { animation-delay: 0.4s; }
@keyframes typing {
  0%, 60%, 100% { opacity: 0.3; transform: translateY(0); }
  30% { opacity: 1; transform: translateY(-4px); }
}

.neo-input {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: var(--neutral-50);
  border: 1px solid var(--neutral-100);
  border-radius: var(--radius);
  transition: all .2s;
}
.neo-input:focus-within {
  border-color: var(--primary);
  background: white;
  box-shadow: 0 0 0 3px rgba(0,70,252,0.1);
}
.neo-input input {
  flex: 1;
  background: transparent;
  border: none;
  color: var(--neutral-900);
  font-family: var(--font-body);
  font-size: 14px;
  outline: none;
}
.neo-input button {
  background: var(--primary);
  border: none;
  color: white;
  width: 32px; height: 32px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s;
}
.neo-input button:hover { background: var(--primary-hover); }

/* table compare */

.compare-table {
  background: white;
  border: 1px solid var(--neutral-100);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.compare-row {
  display: grid;
  grid-template-columns: 2fr repeat(4, 1fr);
  border-bottom: 1px solid var(--neutral-100);
  transition: background .2s;
}
.compare-row:last-child { border-bottom: none; }
.compare-row:hover { background: var(--neutral-25); }
.compare-row.head {
  background: var(--neutral-25);
  font-weight: 700;
}
.compare-row.head:hover { background: var(--neutral-25); }
.compare-cell {
  padding: 18px 20px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--neutral-700);
  display: flex;
  align-items: center;
  gap: 8px;
}
.compare-cell.feat {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--neutral-900);
}
.compare-cell.head-label {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--neutral-500);
}
.compare-cell.head-label.us {
  color: var(--primary);
  background: var(--primary-soft);
}
.compare-cell.us { background: rgba(0,70,252,0.02); }
.compare-cell .yes { color: var(--success); font-size: 22px; }
.compare-cell .no { color: var(--neutral-300); font-size: 22px; }
.compare-cell .partial { color: var(--accent); font-size: 22px; }
.compare-cell .price {
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--neutral-900);
  font-size: 16px;
}
.compare-cell.us .price { color: var(--primary); }

/* pricing home */
.pricing-toggle {
  display: inline-flex;
  background: white;
  border: 1px solid var(--neutral-100);
  border-radius: 100px;
  margin-bottom: 48px;
  padding: 4px;
  box-shadow: var(--shadow-xs);
}
.pricing-toggle button {
  background: transparent;
  border: none;
  color: var(--neutral-500);
  padding: 8px 20px;
  font-size: 14px;
  font-family: var(--font-body);
  font-weight: 500;
  cursor: pointer;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all .25s;
    outline: none;
}
.pricing-toggle button.active {
  background: var(--primary);
  color: white;
  box-shadow: var(--shadow-sm);
}
.pricing-save {
  background: var(--accent);
  color: white;
  padding: 2px 8px;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  border-radius: 100px;
}

.price-home .plans {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 60px;
}
.price-home .plan {
  background: white;
  border: 1px solid var(--neutral-100);
  padding: 32px 26px;
  border-radius: var(--radius-xl);
  position: relative;
  transition: all .3s;
}
.price-home .plan:hover {
  border-color: var(--neutral-200);
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.price-home .price-home .plan.featured {
  border-color: var(--primary);
  border-width: 2px;
  box-shadow: var(--shadow-lg);
  background: linear-gradient(180deg, var(--primary-soft) 0%, white 25%);
}
.price-home .plan.featured::before {
  content: 'LE PLUS POPULAIRE';
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary);
  color: white;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 800;
  padding: 5px 14px;
  letter-spacing: 0.1em;
  border-radius: 100px;
  white-space: nowrap;
  box-shadow: var(--shadow-primary);
}

.price-home .plan-name {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}
.price-home .plan-desc {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--neutral-500);
  margin-bottom: 24px;
  min-height: 40px;
  line-height: 1.5;
}
.price-home .plan-price {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1;
  color: var(--neutral-900);
  margin-bottom: 4px;
  transition: opacity .3s;
}
.price-home .plan-price .currency {
  font-size: 22px;
  color: var(--neutral-300);
  vertical-align: super;
  font-weight: 700;
}
.price-home .plan-price-meta {
  font-family: var(--font-body);
  font-size: 12px;
  color: var(--neutral-500);
  margin-bottom: 24px;
}
.price-home .plan-cta {
  width: 100%;
  height: 44px;
  border: 1px solid var(--neutral-150);
  background: white;
  color: var(--neutral-900);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  border-radius: var(--radius);
  transition: all .2s;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.price-home .plan-cta:hover {
  border-color: var(--primary);
  color: var(--primary)!important;
  background: var(--primary-soft);
}
.price-home .plan.featured .plan-cta {
  background: var(--primary);
  color: white;
  border-color: var(--primary);
}
.price-home .plan.featured .plan-cta:hover {
  background: var(--primary-hover);
  border-color: var(--primary-hover);
  box-shadow: var(--shadow-primary);
    color: #fff !important;
}
 .plan-features {
  list-style: none!important;
  font-size: 13px;
  margin: 0;
  padding: 0!important;
}

 .li-features {
  list-style: none!important;
  font-size: 15px;
  margin: 0;
  padding: 0!important;
}

.plan-features li.disabled {
  color: var(--neutral-300);
  text-decoration: line-through;
}
 .plan-features li.disabled i { color: var(--neutral-300); }
 .plan-features li strong, .li-features li strong {
  color: var(--primary);
  font-weight: 700;
  background: var(--primary-soft);
  padding: 0 6px;
  border-radius: 4px;
}

.plan-features li, .li-features li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  color: #333;
  line-height: 1.45;
}

.plan-features li::before, .li-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary);
  font-size: 15px;
  font-weight: 700;
}

.plan-features li.highlight, .li-features li.highlight {
  font-weight: 600;
}

.plan-features li.highlight::before, .li-features li.highlight::before {
  content: "★";
  color: var(--primary);
}

.check-icon {
    display: inline-block;
    margin-right: 10px;
    color: var(--accent);
    font-weight: bold;
}

/* range home deeops */
.roi-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  position: relative;
}
.roi-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 8px;
}
.roi-title-icon {
  width: 48px; height: 48px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  box-shadow: var(--shadow-primary);
}
.roi-title-icon i { font-size: 24px; }
.roi-title h3 {
  font-family: var(--font-display);
  font-size: 24px!important;
  font-weight: 800;
  color: var(--neutral-900);
  letter-spacing: -0.025em;
  line-height: 1.2;
    padding: 0;
    margin: 0;
}
.roi-sub {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--neutral-500);
  margin-bottom: 32px;
  max-width: 480px;
  line-height: 1.6;
}

.roi-input { margin-bottom: 22px; }
.roi-input-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.roi-input-label {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  color: var(--neutral-700);
}
.roi-input-value {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 900;
  color: var(--primary);
  background: var(--primary-soft);
  padding: 4px 12px;
  border-radius: var(--radius-sm);
  letter-spacing: -0.01em;
}

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  background: var(--neutral-100);
  outline: none;
  border-radius: 3px;
  cursor: pointer;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px; height: 22px;
  background: var(--primary);
  border: 4px solid white;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0,70,252,0.4);
  transition: transform .15s;
}
input[type="range"]::-webkit-slider-thumb:hover { transform: scale(1.15); }
input[type="range"]::-webkit-slider-thumb:active { transform: scale(1.25); }
input[type="range"]::-moz-range-thumb {
  width: 22px; height: 22px;
  background: var(--primary);
  border: 4px solid white;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0,70,252,0.4);
}

.roi-result {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  padding: 36px 32px;
  border-radius: var(--radius-xl);
  color: white;
  position: relative;
  overflow: hidden;
}
.roi-result::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 250px; height: 250px;
  background: radial-gradient(circle, rgba(248,149,36,0.35), transparent 60%);
}
.roi-result::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 30px 30px;
}
.roi-result-label {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  color: rgba(255,255,255,0.85);
  margin-bottom: 10px;
  letter-spacing: 0.08em;
  position: relative;
}
.roi-result-main {
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.035em;
  margin-bottom: 4px;
  position: relative;
  transition: opacity .3s;
}
.roi-result-unit {
  font-family: var(--font-body);
  font-size: 13px;
  color: rgba(255,255,255,0.75);
  margin-bottom: 28px;
  position: relative;
}
.roi-result-meta {
  border-top: 1px solid rgba(255,255,255,0.18);
  padding-top: 20px;
  position: relative;
}
.roi-result-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
  font-size: 13px;
  font-family: var(--font-body);
}
.roi-result-row span:first-child { color: rgba(255,255,255,0.75); }
.roi-result-row span:last-child {
  color: white;
  font-family: var(--font-display);
  font-weight: 700;
}
.roi-result-row span:last-child.accent { color: var(--accent); }

/* carousel avis */
.case-card {
  flex: 0 0 100%;
  background: white;
  border: 1px solid var(--neutral-100);
  border-radius: var(--radius-xl);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  box-shadow: var(--shadow-md);
}

.case-media {
  position: relative;
  min-height: 480px;
}
.case-img {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.case-img::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 40px 40px;
}
.case-img-icon {
  font-size: 120px;
  color: rgba(255,255,255,0.15);
  position: relative;
}
.case-img-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
}
.case-play {
  width: 80px; height: 80px;
  background: rgba(255,255,255,0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: var(--primary);
  transition: transform .25s;
  box-shadow: 0 12px 32px rgba(0,0,0,0.25);
}
.case-img-overlay:hover .case-play {
  transform: scale(1.08);
}
.case-play::before {
  content: '';
  position: absolute;
  inset: -8px;
  border: 2px solid rgba(255,255,255,0.4);
  border-radius: 50%;
  animation: playPulse 2s ease-out infinite;
}
@keyframes playPulse {
  0% { transform: scale(1); opacity: 0.6; }
  100% { transform: scale(1.4); opacity: 0; }
}
.case-play-label {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  color: white;
  background: rgba(0,0,0,0.4);
  padding: 6px 14px;
  border-radius: 100px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.case-badge {
  position: absolute;
  bottom: 20px; left: 20px;
  background: rgba(255,255,255,0.95);
  color: var(--neutral-900);
  padding: 8px 14px;
  border-radius: 100px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.case-content {
  padding: 40px;
  display: flex;
  flex-direction: column;
}
.case-company {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}
.case-logo {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 17px;
  color: white;
  flex-shrink: 0;
}
.case-company-name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 17px;
  color: var(--neutral-900);
  letter-spacing: -0.015em;
}
.case-company-meta {
  font-family: var(--font-body);
  font-size: 12px;
  color: var(--neutral-500);
  margin-top: 2px;
}

.case-title {
  font-family: var(--font-display);
  font-size: 26px!important;
  font-weight: 800;
  color: var(--neutral-900);
  line-height: 1.2;
  letter-spacing: -0.025em;
  margin-bottom: 16px;
}
.case-title .highlight {
  position: relative;
  display: inline-block;
}
.case-title .highlight::after {
  content: '';
  position: absolute;
  bottom: 4px; left: -2px; right: -2px;
  height: 8px;
  background: var(--accent);
  z-index: -1;
  opacity: 0.4;
  border-radius: 2px;
}

.case-text {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--neutral-600);
  line-height: 1.6;
  margin-bottom: 24px;
}

.case-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 20px;
  background: var(--neutral-25);
  border: 1px solid var(--neutral-100);
  border-radius: var(--radius-lg);
  margin-bottom: 24px;
}
.case-metric { text-align: center; }
.case-metric-value {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 900;
  color: var(--primary);
  letter-spacing: -0.025em;
  line-height: 1;
}
.case-metric-value.accent { color: var(--accent); }
.case-metric-value span {
  font-size: 14px;
  font-weight: 700;
  margin-left: 2px;
}
.case-metric-label {
  font-family: var(--font-body);
  font-size: 11px;
  color: var(--neutral-500);
  margin-top: 6px;
}

.case-quote {
  display: flex;
  gap: 14px;
  padding: 18px;
  background: var(--primary-soft);
  border-left: 3px solid var(--primary);
  border-radius: var(--radius);
  margin-bottom: 24px;
}
.case-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 800;
  color: white;
  font-size: 14px;
  flex-shrink: 0;
}
.case-quote-text {
  font-family: var(--font-display);
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: var(--neutral-700);
  line-height: 1.5;
  margin-bottom: 6px;
}
.case-author {
  font-family: var(--font-body);
  font-size: 12px;
  color: var(--neutral-500);
}

.case-cta {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  color: var(--primary);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  align-self: flex-start;
  padding: 8px 0;
  border-bottom: 1px solid transparent;
  transition: gap .25s, border-color .2s;
}
.case-cta:hover {
  gap: 10px;
  border-bottom-color: var(--primary);
}

/* partner section 6 */
.partner-type {
  background: white;
  border: 1px solid var(--neutral-100);
  padding: 32px 28px;
  border-radius: var(--radius-xl);
  cursor: pointer;
  transition: all .35s;
  position: relative;
  overflow: hidden;
}
.partner-type::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(135deg, var(--primary-soft) 0%, transparent 50%);
  opacity: 0;
  transition: opacity .3s;
}
.partner-type:hover {
  border-color: var(--primary);
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.partner-type:hover::before { opacity: 1; }
.partner-type.part2:hover {
  border-color: var(--accent);
}
.partner-type.part2::before {
  background: linear-gradient(135deg, var(--accent-soft) 0%, transparent 50%);
}

.partner-type-icon {
  width: 56px; height: 56px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, var(--primary-soft), var(--primary-soft-2));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--primary);
  position: relative;
  transition: transform .3s;
}
.partner-type.part2 .partner-type-icon {
  background: linear-gradient(135deg, var(--accent-soft), #FCDCB0);
  color: var(--accent);
}
.partner-type:hover .partner-type-icon { transform: scale(1.05) rotate(-3deg); }
.partner-type-icon i { font-size: 26px; }
.partner-type h3 {
  font-family: var(--font-display);
  font-size: 22px!important;
  font-weight: 800;
  color: var(--neutral-900);
  margin-bottom: 12px;
  letter-spacing: -0.025em;
  position: relative;
}
.partner-type p {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--neutral-500);
  margin-bottom: 20px;
  line-height: 1.55;
  position: relative;
}
.partner-type .stat {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: var(--primary-soft);
  border-radius: 100px;
  position: relative;
}
.partner-type.part2 .stat {
  color: var(--accent);
  background: var(--accent-soft);
}
.partner-type .stat i { font-size: 16px; }

.sim-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  position: relative;
}
.sim-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 8px;
}
.sim-title-icon {
  width: 48px; height: 48px;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  box-shadow: var(--shadow-accent);
}
.sim-title-icon i { font-size: 24px; }
.sim h3 {
  font-family: var(--font-display);
  font-size: 24px!important;
  font-weight: 800;
  color: var(--neutral-900);
  letter-spacing: -0.025em;
  line-height: 1.2;
}
.sim-sub {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--neutral-500);
  margin-bottom: 32px;
  max-width: 480px;
  line-height: 1.6;
}

.sim .roi-input-value { color: var(--accent); background: var(--accent-soft); }
.sim input[type="range"]::-webkit-slider-thumb {
  background: var(--accent);
  box-shadow: 0 2px 10px rgba(248,149,36,0.4);
}
.sim-tier-labels {
  display: flex;
  justify-content: space-between;
  font-family: var(--font-body);
  font-size: 11px;
  color: var(--neutral-400);
  margin-top: 8px;
  padding: 0 4px;
}

.sim-result {
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  padding: 36px 32px;
  border-radius: var(--radius-xl);
  color: white;
  position: relative;
  overflow: hidden;
}
.sim-result::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 250px; height: 250px;
  background: radial-gradient(circle, rgba(0,70,252,0.3), transparent 60%);
}
.sim-result::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 30px 30px;
}
.sim-result-label {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  color: rgba(255,255,255,0.9);
  margin-bottom: 10px;
  letter-spacing: 0.08em;
  position: relative;
}
.sim-result-value {
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1;
  margin-bottom: 4px;
  position: relative;
  transition: opacity .3s;
}
.sim-result-unit {
  font-family: var(--font-body);
  font-size: 12px;
  color: rgba(255,255,255,0.8);
  margin-bottom: 24px;
  position: relative;
}
.sim-result-bars {
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 20px;
  position: relative;
}
.sim-bar { margin-bottom: 14px; }
.sim-bar-label {
  display: flex;
  justify-content: space-between;
  font-family: var(--font-body);
  font-size: 12px;
  color: rgba(255,255,255,0.9);
  margin-bottom: 6px;
}
.sim-bar-label span:last-child {
  font-family: var(--font-display);
  font-weight: 800;
  color: white;
}
.sim-bar-track {
  height: 6px;
  background: rgba(255,255,255,0.15);
  border-radius: 3px;
  overflow: hidden;
}
.sim-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, white, var(--primary-soft));
  border-radius: 3px;
  transition: width .5s cubic-bezier(.4,0,.2,1);
}

.sim-result .btn-row {
  margin-top: 28px;
  display: flex;
  gap: 10px;
  position: relative;
}
.sim-result .btn-row .btn {
  flex: 1;
  justify-content: center;
  border-color: rgba(255,255,255,0.3);
  color: white;
}
.sim-result .btn-row .btn:hover {
  background: rgba(255,255,255,0.15);
  border-color: white;
}
.sim-result .btn-row .btn-primary {
  background: white;
  color: var(--accent-dark)!important;
  border-color: white;
}
.sim-result .btn-row .btn-primary:hover {
  background: var(--primary-soft);
  border-color: var(--primary-soft);
  color: var(--primary-dark);
}

/* faq home */
.faq-items { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: white;
  border: 1px solid var(--neutral-100);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all .3s;
}
.faq-item.open {
  border-color: var(--primary);
  box-shadow: var(--shadow-md);
}
.faq-q {
  padding: 22px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  color: var(--neutral-900);
  letter-spacing: -0.01em;
  transition: color .2s;
}
.faq-q:hover { color: var(--primary); }
.faq-q i {
  width: 32px; height: 32px;
  background: var(--neutral-50);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  transition: transform .3s, background .2s;
  font-size: 18px;
  flex-shrink: 0;
  margin-left: 16px;
}
.faq-item.open .faq-q i {
  background: var(--primary);
  color: white;
  transform: rotate(45deg);
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s cubic-bezier(.4,0,.2,1);
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--neutral-600);
  line-height: 1.7;
}
.faq-a-inner {
  padding: 0 28px 22px;
}
.faq-a-inner strong { color: var(--neutral-900); font-weight: 600; }
.faq-item.open .faq-a { max-height: 300px; }

/**/
.cta-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  color: var(--accent);
  background: rgba(248,149,36,0.15);
  border: 1px solid rgba(248,149,36,0.3);
  padding: 6px 14px;
  border-radius: 100px;
}

.cta-meta {
  display: flex;
  gap: 32px;
  justify-content: center;
  font-family: var(--font-body);
  font-size: 13px;
  color: rgba(255,255,255,0.5);
}
.cta-meta span { display: flex; align-items: center; gap: 6px; }

/* footer */
.footer-bottom .badges {
  display: flex;
  gap: 12px;
}
.footer-badge {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 4px 10px;
  border-radius: 4px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: rgba(255,255,255,0.7);
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0; }
.footer-col li { padding: 2px 0; font-size: 13px; }
.footer-col a {
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  transition: color .2s;
  font-family: var(--font-body);
}
.footer-col a:hover { color: var(--accent)!important; }

.footer-col .ctitle {
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 800;
    color: white;
    margin-bottom: 18px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* ============ DASHBOARD HERO ============ */
.hero-visual {
  position: relative;
  animation: fadeIn 1s .3s backwards;
}


.dash {
  background: white;
  border: 1px solid var(--neutral-100);
  border-radius: var(--radius-xl);
  padding: 24px;
  position: relative;
  box-shadow: var(--shadow-xl);
  transform: perspective(1600px) rotateY(-6deg) rotateX(3deg);
  transition: transform .6s cubic-bezier(.4,0,.2,1);
}
.dash:hover {
  transform: perspective(1600px) rotateY(-2deg) rotateX(1deg);
}

.dash-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--neutral-100);
  margin-bottom: 22px;
}
.dash-app-name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 15px;
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: -0.02em;
}
.dash-app-name::before {
  content: '';
  width: 22px; height: 22px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  border-radius: 5px;
  position: relative;
}
.dash-tabs {
  display: flex;
  gap: 4px;
  background: var(--neutral-50);
  padding: 3px;
  border-radius: 6px;
}
.dash-tab {
  padding: 4px 10px;
  font-family: var(--font-body);
  font-size: 11px;
  color: var(--neutral-500);
  border-radius: 4px;
  cursor: pointer;
}
.dash-tab.active {
  background: white;
  color: var(--primary);
  font-weight: 500;
  box-shadow: var(--shadow-xs);
}
.dash-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  color: var(--success);
  background: var(--success-soft);
  padding: 4px 10px;
  border-radius: 100px;
}
.dash-live::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 8px var(--success);
  animation: livePulse 1.4s infinite;
}
@keyframes livePulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.7); }
}

.dash-kpi-row {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 12px;
  margin-bottom: 18px;
}
.dash-kpi {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: white;
  padding: 16px;
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
}
.dash-kpi::after {
  content: '';
  position: absolute;
  top: -30px; right: -30px;
  width: 100px; height: 100px;
  background: radial-gradient(circle, rgba(248,149,36,0.3), transparent 60%);
}
.dash-kpi-label {
  font-family: var(--font-body);
  font-size: 11px;
  color: rgba(255,255,255,0.8);
  margin-bottom: 4px;
  position: relative;
}
.dash-kpi-value {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
  position: relative;
}
.dash-kpi-value .cur { font-size: 14px; opacity: 0.8; }
.dash-kpi-delta {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  background: rgba(255,255,255,0.2);
  padding: 2px 6px;
  border-radius: 3px;
  display: inline-block;
  margin-top: 6px;
  position: relative;
}
.dash-mini {
  background: var(--neutral-50);
  padding: 12px;
  border-radius: var(--radius);
  border: 1px solid var(--neutral-100);
}
.dash-mini-label {
  font-family: var(--font-body);
  font-size: 10px;
  color: var(--neutral-500);
  margin-bottom: 2px;
}
.dash-mini-value {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  color: var(--neutral-900);
  letter-spacing: -0.01em;
}
.dash-mini-trend {
  font-family: var(--font-body);
  font-size: 10px;
  margin-top: 2px;
  color: var(--success);
}
.dash-mini-trend.warn { color: var(--accent); }

.dash-chart-section {
  margin-bottom: 18px;
}
.dash-chart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.dash-chart-title {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  color: var(--neutral-700);
}
.dash-chart-legend {
  display: flex;
  gap: 12px;
  font-family: var(--font-body);
  font-size: 10px;
  color: var(--neutral-500);
}
.dash-chart-legend span { display: flex; align-items: center; gap: 4px; }
.dash-chart-legend .dot {
  width: 8px; height: 8px;
  border-radius: 2px;
}
.dash-chart-legend .dot.primary { background: var(--primary); }
.dash-chart-legend .dot.accent {
  background: repeating-linear-gradient(90deg, var(--accent) 0 3px, transparent 3px 5px);
}

.dash-chart {
  height: 110px;
  margin-bottom: 8px;
  position: relative;
}
.dash-chart svg { width: 100%; height: 100%; overflow: visible; }

/* Activity list */
.dash-activity {
  padding-top: 14px;
  border-top: 1px solid var(--neutral-100);
}
.dash-activity-title {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  color: var(--neutral-700);
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.dash-activity-title a {
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--primary);
  text-decoration: none;
  font-size: 10px;
}
.dash-activity-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  font-family: var(--font-body);
  font-size: 12px;
  color: var(--neutral-700);
}
.dash-activity-icon {
  width: 24px; height: 24px;
  border-radius: 6px;
  background: var(--success-soft);
  color: var(--success);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
}
.dash-activity-icon.warn {
  background: var(--accent-soft);
  color: var(--accent);
}
.dash-activity-icon.primary {
  background: var(--primary-soft);
  color: var(--primary);
}
.dash-activity-text { flex: 1; }
.dash-activity-text b { font-weight: 600; }
.dash-activity-meta {
  font-size: 10px;
  color: var(--neutral-400);
  font-family: var(--font-mono);
}

/* Mode live demo */
.live-tick {
  display: inline-block;
  transition: color .3s, transform .3s;
}
.live-tick.flash {
  color: var(--accent);
  transform: scale(1.08);
}
.dash-live-tag {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 500;
  color: var(--error);
  background: rgba(239,68,68,0.1);
  padding: 2px 8px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  letter-spacing: 0.1em;
}
.live-pulse {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--error);
  animation: livePulse 1.4s infinite;
}
.dash-activity-item {
  animation: slideInActivity .5s cubic-bezier(.4,0,.2,1);
}
@keyframes slideInActivity {
  from { opacity: 0; transform: translateX(-8px); }
  to { opacity: 1; transform: translateX(0); }
}


/**/

.ai-callout-1 {
  border: 1px solid var(--accent);
  box-shadow: 0 16px 40px rgba(248,149,36,0.20), var(--shadow-lg);
}
    
.ai-callout-2 {
  border: 1px solid var(--primary);
  box-shadow: 0 16px 40px rgba(0,70,252,0.20), var(--shadow-lg);
}

.ai-callout-1, .ai-callout-2 {
    position: relative;
    inset: auto;
    margin: 16px 0 0;
    max-width: 100%;
    animation: none;
  }
    

/* Callouts flottants IA */
.ai-callout {
  background: white;
  padding: 14px 16px;
  border-radius: var(--radius-lg);
  font-family: var(--font-body);
  font-size: 12px;
  color: var(--neutral-700);
  box-shadow: var(--shadow-xl);
  z-index: 2;
}

.ai-callout-head {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-display);
  font-weight: 800;
  margin-bottom: 6px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.ai-callout-1 .ai-callout-head { color: var(--accent); }
.ai-callout-2 .ai-callout-head { color: var(--primary); }
.ai-callout-head i { font-size: 15px; }
@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* header */
.nav-cta { display: flex; gap: 10px; align-items: center; }
.nav-cta .btn-primary { padding: 0 14px; height: 38px; font-size: 13px; }

/* buttons */

.btn {
  position: relative;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  padding: 0 18px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid transparent;
  background: transparent;
  color: var(--neutral-700);
  cursor: pointer;
  transition: all .25s cubic-bezier(.4,0,.2,1);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

a.btn svg, a.c-link svg {
    width: 18px;
    height: auto;
    display: block;
}

a.c-link {
    position: relative;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    transition: all .25s cubic-bezier(.4, 0, .2, 1);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

a.c-link:hover {
    color: var(--primary);
}

a.btn-icon:after {
    font-family: 'ETmodules' !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
}

a.btn-icon.arrow-icon:after {
    content: "\24"!important;
}

a.btn-icon.play-icon:after {
    content: "\49"!important;
}

.btn-ghost, .btn-ong {
  border-color: var(--neutral-150);
  color: var(--neutral-700);
}

.btn-ghost, .btn-ong, .btn-purp, .btn-vert {
  border-color: var(--neutral-150);
  color: var(--neutral-700);
}

.btn-purp:hover {
    color: var(--violet);
    background: var(--violet-soft);
    border-color: var(--violet);
}

.btn-ong:hover {
    border-color: var(--accent);
    color: var(--accent-dark);
    background: var(--accent-soft);
}

.btn-primary {
  background: var(--primary);
  color: white;
  border-color: var(--primary);
  position: relative;
  overflow: hidden;
}
.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
  transform: translateX(-100%);
  transition: transform .7s;
}
.btn-primary:hover::before { transform: translateX(100%); }
.btn-primary:hover {
  background: var(--primary-hover);
  border-color: var(--primary-hover);
  box-shadow: var(--shadow-primary);
  transform: translateY(-1px);
  color: #fff;
}

.btn-accent {
  background: var(--accent);
  color: white;
  border-color: var(--accent);
}

.btn-accent:hover {
  color: white;
  background: var(--accent-hover);
  border-color: var(--accent-hover);
  box-shadow: var(--shadow-accent);
}

.btn-large {
  height: 52px;
  padding: 0 33px 0 26px;
  font-size: 15px;
  font-weight: 500;
}

.btn-gh, .btn-gh-purple, .btn-gh-vert {
  border-color: var(--n150);
  color: #fff;
}

.btn-gh:hover {
  border-color: var(--primary);
  color: var(--primary);
  background: var(--primary-soft);
}

 .btn-white {
  background: #fff;
  color: var(--primary)!important;
  border-color: #fff;
}

.btn-cta-dark {
  color: #0f172a;
  background: #fff;
}

 .btn-white:hover, .btn-cta-dark:hover {
  background: var(--accent);
  color: #fff!important;
  border-color: var(--accent);
}

.btn-purp-uni {
    color: #fff;
    background: var(--violet);
    border-color: var(--violet);
}

.btn-purp-uni:hover {
    background: var(--violet-dark);
    box-shadow: var(--lg);
    transform: translateY(-1px);
}

.btn-purple {
    background: #fff;
    color: var(--violet-dark);
}

.btn-purple:hover, .btn-vert-ry:hover {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
}

.btn-vert-ry {
    background: #fff;
    color: var(--teal);
}

.btn-gh-purple:hover {
    background: #fff;
    color: var(--violet-dark);
}

  .btn-org {
  background: #fff;
  color: var(--accent-dark);
  border-color: #fff;
}

 .btn-vert-uni {
    background: var(--teal);
    color: #fff;
    border-color: var(--teal);
}

.btn-gh-vert:hover {
    background: #fff;
    color: var(--teal-dark);
}

 .btn-vert-uni:hover {
    background: var(--teal-dark);
    border-color: var(--teal-dark);
    box-shadow: 0 12px 32px rgba(15, 118, 110, 0.2);
    transform: translateY(-1px);
}

 .btn-vert:hover {
    background: #115e591c;
    color: var(--teal);
    border-color: var(--teal);
}

 .btn-org:hover {
  background: var(--n900);
  color: #fff;
  border-color: var(--n900);
}

 .btn-gh-org {
    border-color: #fff;
    color: #fff;
}

 .btn-gh-org:hover {
    color: var(--accent-dark);
    background: #fff;
}

.nav-links {
  font-size: 14px;
  color: var(--neutral-700);
  font-family: var(--font-display);
  font-weight: 600;
}
.nav-links a {
  color: inherit;
  text-decoration: none;
  transition: color .2s;
  position: relative;
}
.nav-links a:hover { color: var(--primary); }


/**********/
.typo h2.mini-h2 {
    font-size: 1.5em !important;
    font-weight: bold;
    line-height: 1.6;
    font-family: var(--font-body);
    margin: 0;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}


.cta-buttons {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}
.cta-buttons .btn-ghost {
  background: transparent;
  border-color: rgba(255,255,255,0.2);
  color: #ffffff!important;
}
.cta-buttons .btn-ghost:hover {
  background: rgba(255,255,255,0.1);
  border-color: #ffffff!important;
}

/**************/

.crm-error-global {
    color: #ef4444;
    font-size: 14px;
    margin-top: 8px;
}

.crm-error, .siret-error {
    display: inline-block;
    color: #ef4444;
    font-size: 12px;
    margin-top: 5px;
}

.crm-success {
    color: #10b981;
    font-size: 14px;
    margin-top: 8px;
}

.crm-error-global {
    color: red;
}

span.siret-error a {
    color: var(--primary);
    text-decoration: underline !important;
}

/**************/

.post-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid var(--primary);
    color: var(--primary-dark);
    padding: 3px 14px;
    border-radius: 100px;
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    box-shadow: var(--sm);
}

.post-tag a {
    color: var(--primary-dark);
}

.etc-post-meta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 8px;
}

.c-meta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    border: 1px solid var(--n100);
    padding: 6px 12px;
    border-radius: 100px;
    font-size: 13px;
    color: var(--n700);
}

/* sommaire */
.custom-toc-wrapper{
    position: sticky;
    top: 120px;
    width: 100%;
}

.custom-toc-title {
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 800;
    color: var(--n500);
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--n150);
}

.custom-toc-list{
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0;
    max-height: 70vh;
    overflow: auto;
}

.custom-toc-link{
    display: block;
    padding: 6px 10px;
    font-size: 13px;
    color: #444;
    border-left: 3px solid transparent;
    transition: .2s;
    line-height: 1.6;
    font-weight: 500;
}

ul.custom-toc-list li {
    margin: 5px 0;
}

.custom-toc-link:hover{
    color: var(--primary);
    padding-left: 14px;
    background: rgba(0, 70, 252, 0.05);
    border-radius: 8px;
}

.custom-toc-link.active{
    color: var(--primary);
    font-weight: 600;
    border-left: 3px solid var(--primary);
    background: rgba(0,70,252,0.05);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

/* H3 indentation */
.toc-h3 .custom-toc-link{
    padding-left: 25px;
    font-size: 13px;
    opacity: 0.85;
}

.w-svg {
    fill: #fff;
}

.w-30 {
    width: 30px;
    height: auto;
}

/* titre pages interne */
.typo h1, .typo h2, .typo h3, .typo h4, .typo h5,
.lg-title h1, .lg-title h2, .lg-title h3, .lg-title h4, .lg-title h5,
.typo-post h1, .typo-post h2, .typo-post h3, .typo-post h4, .typo-post h5, 
.typo-mini h1, .typo-mini h2, .typo-mini h3, .typo-mini h4, .typo-mini h5 {
    letter-spacing: -0.04em;
    line-height: 1.1;
    margin-bottom: 15px;
}

.typo-post h1, .typo-post h2, .typo-post h3, .typo-post h4, .typo-post h5 {
    font-weight: 800;
}


.typo h1 {
    font-size: clamp(40px, 5.5vw, 68px);
}

.typo h2 {
    font-size: clamp(28px, 3.5vw, 42px);
}

.typo h3 {
    font-size: clamp(25px, 2.5vw, 30px);
}

.typo h4 {
    font-size: clamp(20px, 2.5vw, 25px);
}

.typo p, .typo-post p, .typo-mini p, .lg-title p {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 14px;
}


.typo-post h1, .typo-mini h1 {
    font-size: clamp(30px, 5.5vw, 45px);
}

.typo-post h2, .typo-mini h2 {
    font-size: clamp(28px, 3.5vw, 35px);
}

.typo-post h3, .typo-mini h3 {
    font-size: clamp(25px, 2.5vw, 30px);
}

.typo-post h4, .typo-mini h4 {
    font-size: clamp(20px, 2.5vw, 22px);
}

p.glossair a {
    font-size: 15px;
}

p.glossair img {
    width: 17px;
}

.c-cards h3 {
    font-size: clamp(20px, 2.5vw, 25px);
    margin-bottom: 10px;
    font-weight: 800;
}

.c-cards-mini h3 {
    font-size: clamp(18px, 2.5vw, 20px);
    margin-bottom: 10px;
    font-weight: 800;
}

.c-cards p, .c-cards-mini p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.sous-h3 {
    display: block;
    font-family: var(--font-body);
    font-size: 13px !important;
    font-weight: 400;
    color: var(--n500);
    margin-top: 2px;
    letter-spacing: normal;
    margin-top: 5px;
}

.typo p strong {
    color: var(--n800);
    font-weight: 600;
}

.typo .text-header {
    color: var(--n600);
}

.dark-cta p {
    color: #ffffffbf;
}

.chiff .kpi-v {
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--primary);
  margin-bottom: 6px;
}
 .chiff .kpi-v .un {
  font-size: 24px;
  color: var(--accent);
}
 .chiff  .kpi-l {
  font-size: 12px;
  color: var(--n500);
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.badge-mini {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 800;
    padding: 8px 16px;
    border-radius: 100px;
    margin-bottom: 18px;
    letter-spacing: 0.05em;
}

.badge-mini svg, .mini-icon svg {
    width: 18px;
    height: 18px;
}

.b-bm {
    color: var(--primary);
    background: var(--primary-soft);
}

.o-bm  {
    color: var(--accent);
    border: 1px solid rgba(248, 149, 36, 0.3);
}

.bl-bm {
    color: var(--primary-hover);
    background: rgba(82, 139, 250, 0.15);
    border: 1px solid rgba(82, 139, 250, 0.3);
}

.w-bm  {
    color: #fff;
    background: #ffffff26;
    border: 1px solid rgba(255, 255, 255, .3);
}

.purp-bm  {
    color: var(--violet);
    background: var(--violet-soft);
}

.purp-l-bm  {
    color: var(--violet);
    background: rgba(124, 58, 237, 0.15);
    border: 1px solid rgba(124, 58, 237, 0.3);
}


.red-bm  {
    color: #991b1b;
    background: var(--error-soft);
}

.vert-bm  {
    color: var(--teal-dark);
    background: var(--teal-soft);
}

.vert-pis-bm  {
    color: #0F7A3D;
    background: #E9F9EF;
}

.vert-ch-bm {
    background: rgba(15, 118, 110, .2);
    color: var(--teal-soft);
    border: 1px solid rgba(15, 118, 110, .4);
}

.vrg-bm {
    background: var(--n25);
    border: 1px solid var(--n100);
    color: var(--n700);
}

.c-nb, .c-nb-mini {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-weight: 900;
    font-size: 14px;
    margin-bottom: 16px;
}

.c-nb-mini {
    width: 26px;
    height: 26px;
}

.c-nb {
    width: 36px;
    height: 36px;
}

.c-nb-purp {
    background: var(--violet);
    color: #fff;
}

.c-nb-blue {
    background: #e3ebff;
    color: var(--primary);
}



.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.b-note-mini {
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 700;
    color: var(--primary);
    padding-top: 12px;
    border-top: 1px solid var(--n100);
    display: flex;
    align-items: center;
    gap: 6px;
}

.square-icon, .square-icon-mini, .square-icon-micro {
    border-radius: var(--rl);
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-icon {
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.square-icon, .circle-icon {
    width: 56px;
    height: 56px;
    font-size: 28px;
    margin-bottom: 18px;
}

.square-icon-mini {
    width: 48px;
    height: 48px;
    font-size: 24px;
    margin-bottom: 16px;
}

.square-icon-micro {
    width: 40px;
    height: 40px;
    font-size: 20px;
}

.bg-brown {
    background: rgba(248, 149, 36, 0.2);
    color: var(--accent);
}

.bg-vert {
    background: var(--teal-soft);
    color: var(--teal-dark);
}

.bg-vert-dark {
    background: #0f766e33;
    color: var(--teal-soft);
}

.bg-blue {
    background: var(--primary-soft);
    color: var(--primary);
}

.bg-yellow {
    background: var(--accent-soft);
    color: var(--accent-dark);
}

.bg-blue-d {
    background: rgba(0, 70, 252, 0.2);
    color: var(--primary-hover);
}

.bg-green {
    background: var(--success-soft);
    color: var(--success-dark);
}

.bg-red {
   background: var(--error-soft);
   color: var(--error);
}

.bg-purple {
    background: var(--violet-soft);
    color: var(--violet);
}

.b-cta p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  max-width: 600px;
  margin: 0 auto 32px;
}

.c-quote {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 700;
  color: var(--neutral-900);
  line-height: 1.3;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}
.c-quote::before, .c-quote::after { content: '"'; color: var(--neutral-200); font-size: 32px; vertical-align: -10px; line-height: 0; margin-right: 4px; }
.quote-cost {
  font-size: 13px;
  color: var(--neutral-500);
  padding-top: 14px;
  border-top: 1px dashed var(--neutral-150);
}
.quote-cost b {
  color: var(--error);
  font-family: var(--font-display);
  font-weight: 800;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-solution-step {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.c-solution-step .num {
  font-family: var(--font-mono);
  background: var(--accent-soft);
  color: var(--accent-dark);
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
}

.ul-solution-features, .ul-badge {
    padding: 0!important;
    margin-top: 2rem;
}

.ul-solution-features li::before {
    content: "\4e";
    font-family: ETmodules !important;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 17px;
    font-weight: normal;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ul-solution-features li, .ul-badge li {
    position: relative;
    font-size: 15px;
    color: var(--neutral-700);
    padding-left: 34px;
    margin-bottom: 10px;
}

.ul-solution-features li i, .ul-badge li i {
  width: 24px; height: 24px;
  border-radius: 50%;
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 1px;
}

.ul-solution-features li::before {
  color: var(--success);
  background: var(--success-soft);
}

.ul-badge li::before {
  color: var(--accent);
  background: #ffeacc;
}

.ul-solution-features li b { font-weight: 600; color: var(--neutral-900); }

.et_pb_toggle_title:before {
    background: #f8fafd;
    width: 25px;
    height: 25px;
    display: flex!important;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.et_flex_module.et_pb_toggle_open h3.et_pb_toggle_title:before {
    font-family: "ETmodules";
    content: "\22";
    display: block;
    color: #fff;
}

.c-faq-org .et_flex_module.et_pb_toggle_open {
    border-color: var(--accent)!important;
    box-shadow: var(--shadow-md);
}

.c-faq-purp .et_flex_module.et_pb_toggle_open {
    border-color: var(--violet)!important;
    box-shadow: var(--md);
}

.c-faq-vert .et_flex_module.et_pb_toggle_open {
    border-color: var(--teal)!important;
    box-shadow: var(--md);
}

.c-faq .et_flex_module.et_pb_toggle_open {
    border-color: var(--primary)!important;
    box-shadow: var(--shadow-md);
}

.c-faq-org .et_flex_module.et_pb_toggle_open h3.et_pb_toggle_title:before {
    background-color: var(--accent);
}

.c-faq-purp .et_flex_module.et_pb_toggle_open h3.et_pb_toggle_title:before {
    background: var(--violet);
}

.c-faq-vert .et_flex_module.et_pb_toggle_open h3.et_pb_toggle_title:before {
    background: var(--teal);
}

.et_flex_module.et_pb_toggle_open h3.et_pb_toggle_title:before {
    background-color: var(--primary);
}

.process-step {
  background: white;
  border: 1px solid var(--neutral-100);
  border-radius: var(--radius-xl);
  padding: 30px 26px;
  position: relative;
  z-index: 1;
}
.process-num {
  position: absolute;
  top: -16px; left: 26px;
  width: 56px; height: 56px;
  background: white;
  border: 2px solid var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 900;
  color: var(--accent);
  box-shadow: var(--shadow-sm);
}
.process-step h4 {
  font-family: var(--font-display);
  font-size: 18px!important;
  font-weight: 800;
  letter-spacing: -0.015em;
  margin: 28px 0 10px;
}
.process-step p {
  font-size: 13px;
  color: var(--neutral-500);
  line-height: 1.6;
  margin-bottom: 14px;
}
.process-step-tag {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--accent);
  font-weight: 500;
  background: var(--accent-soft);
  padding: 4px 10px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.process-step-tag.darky {
    background: #3a3431;
}

.proc-sn.abs {
    position: absolute;
    top: -47px;
}

.chiff-stat {
    font-family: var(--font-display);
    font-size: 44px;
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1;
    color: var(--accent);
    margin-bottom: 8px;
}

.chiff-stat-p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
    font-family: var(--font-display);
}

.why-s {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--n25);
  border: 1px solid var(--n100);
  padding: 8px 14px;
  border-radius: 100px;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
}
.why-sv {
  color: var(--accent);
  font-weight: 800;
}
.why-sl {
  color: var(--n600);
}


.c-feat-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.c-feat-list li {
/*   display: flex;
  align-items: flex-start;
  gap: 8px; */
  font-size: 14px;
  color: var(--n700);
  line-height: 1.5;
}

.c-feat-list li i {
  color: var(--success);
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 1px;
}

.c-arr {
    position: absolute;
    top: 50%;
    right: -32px;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.3);
    font-size: 18px;
    z-index: 2;
}

.in-nb {
    font-family: var(--font-display);
    font-size: 34px;
    font-weight: 900;
    color: #fff;
    letter-spacing: -.03em;
    line-height: 1;
    margin-bottom: 6px;
}

.in-nb .in-s {
    font-size: 18px;
    color: var(--teal-soft);
    margin-left: 2px;
}

.in-t {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: var(--font-display);
    font-weight: 700;
    margin-bottom: 13px;
}

.in-p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
}

.coord-tit {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 800;
  color: var(--n900);
  letter-spacing: -0.01em;
}
.coord-desc {
  font-size: 12px;
  color: var(--n500);
  margin-top: 2px;
}

.coord-info {
    font-size: 14px;
    color: var(--n700);
    line-height: 1.55;
}
.coord-info strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--n900);
  margin-bottom: 2px;
  font-size: 13px;
}
.coord-info a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 500;
}
.coord-info a:hover {
  text-decoration: underline!important;
}

.info-tit {
    font-size: clamp(18px, 2.5vw, 20px);
    color: #000;
    font-weight: 800;
}

.strike-hach {
    position: relative;
    display: inline-block;
    color: var(--neutral-400);
}

.strike-hach::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -4px;
    right: -4px;
    height: 4px;
    background: var(--error);
    transform: rotate(-3deg);
}

.hero-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--neutral-500);
    font-weight: 600;
    font-family: var(--font-display);
}

.hero-value {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 14px;
    color: var(--neutral-900);
}

/*************/
.conf {
    border-radius: 15px;
    font-family: var(--font-display);
    background-color: #ffffff;
    width: max-content;
    padding: 7px;
    border: 1px solid var(--primary);
    animation: floatY 5s ease-in-out infinite -2s;
}

span.tit-conf {
    font-weight: 900;
    color: #000;
    font-size: 14px;
}

span.des-conf {
    font-size: 13px;
    color: var(--neutral-700);
}

.i-conf img {
    width: 35px;
}

.c-icon svg {
    width: 22px;
    height: 22px;
}

.badge-off {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, .18);
    border: 1px solid rgba(255, 255, 255, .4);
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 0px 10px;
    border-radius: 999px;
    white-space: nowrap;
    margin-bottom: .5rem;
}

.badge-off .num {
    display: flex;
    align-items: center;
}

/***************/
/* ---------- comparison table ---------- */
.tablewrap {
  overflow-x: auto;
}

.tablewrap table {
  border-spacing: 0px 5px;
  width: 100%;
  min-width: 900px;
  background: var(--neutral-0);
  font-size: .9rem;
  font-family: var(--font-body);
}

.tablewrap th,
.tablewrap td {
  padding: 15px 16px;
  text-align: left;
  border-bottom: 1px solid var(--neutral-150);
}

.tablewrap thead th {
  background: var(--neutral-900);
  color: var(--neutral-0);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: .82rem;
  letter-spacing: .02em;
  position: sticky;
  top: 0;
}

.tablewrap tbody th {
  font-weight: 600;
  color: var(--neutral-800);
  background: var(--neutral-50);
  white-space: nowrap;
}

.tablewrap .col-deeops {
  background: var(--primary-soft) !important;
  font-weight: 600;
  color: var(--neutral-800);
}

.tablewrap thead th.col-deeops {
  background: var(--primary) !important;
  color: var(--neutral-0);
}

.tablewrap tr:last-child td,
.tablewrap tr:last-child th {
  border-bottom: none;
}

.tablewrap .yes {
  color: var(--success);
  font-weight: 700;
}

.tablewrap .no {
  color: var(--error);
  font-weight: 700;
}

.tablewrap .warn {
  color: var(--warning);
  font-weight: 700;
}

.tablewrap .tnote {
  font-size: .83rem;
  color: var(--neutral-500);
  margin-top: 14px;
  font-style: italic;
  font-family: var(--font-body);
}

/**********************************/

ul.sub-menu {
    margin: 0 !important;
}


/************/

.facture-x img {
    max-width: 174px;
}

/****************/

span.badge-cart {
    color: var(--accent);
    font-size: 13px;
    border: 1px solid var(--accent);
    padding: 2px 9px;
    border-radius: 20px;
}

.hvr-img .et_pb_column:hover img {
    transform: scale(1.2) rotate(5deg);
    transition: 300ms all;
}



/* new keyframes */
@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.25); opacity: 0.75; }
}


/***keyframes***/
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 18));
  }
}

@keyframes scroll1 {
  0% {
    
    transform: translateX(calc(-250px * 12));
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes loading {
     100% {
         transform: translateY(-50%) rotate(360deg);
    }
}
@keyframes rotate {
     100% {
         transform: rotateY(360deg);
    }
}
 @keyframes scale {
     0% {
         transform: scale(10);
    }
     50% {
         transform: scale(0.2);
    }
     70% {
         transform: scale(1.2);
    }
     90% {
         transform: scale(0.7);
    }
     100% {
         transform: scale(1);
    }
}
 @keyframes scaleh {
     0% {
         transform: scale(0.1);
    }
     50% {
         transform: scale(0.2);
    }
     70% {
         transform: scale(0.5);
    }
     90% {
         transform: scale(0.7);
    }
     100% {
         transform: scale(1);
    }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes swing {
  0%, 100% {
    transform: rotate(0deg) rotateY(24deg);
  }
  50% {
    transform: rotate(6deg);
  }
}

@keyframes gradientAnim {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}


@media (min-width: 320px) {
    body {
        font-size: 16px!important;
    }

/*     h1 {
        font-size: 25px !important;
    }

    h2 {
        font-size: 22px !important;
    }

    h3 {
        font-size: 20px !important;
    }
    h4 {
        font-size: 18px !important;
    }
    h5 {
        font-size: 16px !important;
    } */
    .FAQ-titl h2 {
    font-size: 20px !important;
}
    
    .title-news {
    font-size: 18px;
}
    .brevo-popup-content {
    padding: 10px 15px;
}
    
    
    .c-carousel h3 {
    font-size: 20px !important;
}
    
    .popup-offre {
    right: 0;
    left: 0;
    }
    
    a.cta-banner {
    text-decoration: underline !important;
    color: #fff !important;
}
    .sec-contact:before {
    height: 100%;
}
    /***********/
    .c-menu .et_pb_menu__wrap {
    justify-content: flex-end;
}
    form#souscription-form label {
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 700;
    color: var(--n700);
}
    form#souscription-form p {
    color: #000;
}

    .btn-contact:before {
    width: 40px;
    height: 40px;
}
    .contact-form input {
   height: 45px;
}
    .souscription-form input:disabled, .souscription-form select[readonly] {
    background: #e7e7e7;
}
    
    .souscription-form input:not([type="checkbox"]),
    .souscription-form select {
    height: 38px;
}
    .contact-form input, textarea.form-control, .souscription-form input:not([type="checkbox"]), .souscription-form select {
    margin-bottom: 10px;
    font-size: 14px;
}
    .c-tabs .dsm-title {
    font-size: 17px;
}
    a.c-btn {
    padding: 9px 17px 8px 17px;
}

    /* new design */
    .text-50 {
    font-size: 25px;
    }
    a.c-btn {
    font-size: 18px;
} 
    .mobile-pic {
        display: block;
    }
    
    .image-column {
        display: none;
    }
    
   .section {
        padding: 20px 0;
   }
    
    .box {
    flex: 100%;
}

    .c-tabs2 .dsm-tab.dsm_advanced_tabs_child_1:before, 
    .c-tabs2 .dsm-tab.dsm_advanced_tabs_child_4:before {
    right: -50px;
}
    
    .carousel-items {
     height: 40px;
     width: auto;
     font-size: 16px;
     padding: 0 20px;
}
    
    .sommaire-modules {
    display: none;
}
    
    .c-modules h5 {
    font-size: 16px !important;
}
    
    .resp-table-tarif {
    overflow: auto;
    }
    
    .grid-mode .et_pb_ajax_pagination_container article {
    flex: 0 0 100%;
    padding: 14px;
    margin-bottom: 10px;
    border-radius: 12px;
    border: 1px solid #c29fff !important;
    box-shadow: 9px 9px 0px 0px rgb(243 241 255);
}
    
    .grid-mode.post-pg .et_pb_ajax_pagination_container article {
    border: 1px solid var(--primary) !important;
    box-shadow: 9px 9px 0px 0px rgb(236 241 255);
}
    
    .text-18 {
    font-size: 16px;
}
    .text-25 {
    font-size: 17px;
}
    .text-35 {
    font-size: 30px;
}
    .text-22 {
    font-size: 16px;
}
    
    .border-mob:before {
    content: '';
    position: absolute;
    border-left: 1px dashed #5bc3ff;
    height: 100%;
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    z-index: -1;    
}
    .pagination {
    gap: 1rem;
    flex-direction: column;
}
    
    .col-annuel-oldprix:before {
    width: 42px;
}
    .fonctionalite h3 {
    font-size: 20px !important;
}
    
    .c-tabs .dsm-advanced-tabs-container .dsm-tab {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
    
    .c-tabs .dsm-advanced-tabs-container .dsm-tab.dsm-active {
    width: 60px;
    height: 60px;
}
    
    
    .post-content .et_pb_row.et_pb_row_0 {
    width: 100%;
    padding-bottom: 0;
}
    
    .post-content.a-width .et_pb_row.et_pb_row_0 {
    width: 80%;
}
    
    .ticket img {
    width: 23px;
}
    .ticket {
    font-size: 15px;
}
    .c-button {
        font-size: 16px;
    }
    
    a.badge-home {
        background-color: #ffffff;
        text-align: center;
        display: inline-block;
        border-radius: 40px;
        padding: 4px;
        font-size: 13px;
        max-width: 100%;
        line-height: 1.3;
        font-weight: 600;
        box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
        border: 1px solid #9eb9ff;
}
    .ic {
    padding: 5px;
    margin-right: 6px;
    border-radius: 30px;
    }
    .badges .ic {
    background-color: var(--primary);
}
    .badges2 .ic {
    background-color: #7880f1;
}
    .mini-h3 h3, .mini-h2 h2, .faq-content .mini-h2 h2 {
        font-size: 16px!important;
    }
    
    .h2-cta h2 {
        font-size: 18px!important;
    }
    
    .typo .text-header {
    font-size: 17px;
}
    
    
.chiff-stat {
    font-size: 30px;
}
    .chiff .kpi-v {
  font-size: 31px;
}
    
    .facture-x {
    background-color: #ffffff;
    border-radius: var(--radius-lg);
    margin-top: 15px;
}
}

@media (min-width: 768px) {
    .chiff .kpi-v {
  font-size: 42px;
}
    
    .FAQ-titl h2 {
    font-size: 25px !important;
}
    .title-news {
    font-size: 30px;
}
    .brevo-popup-content {
    padding: 25px 30px;
}
    
    
    .mini-h3 h3, .mini-h2 h2, .faq-content .mini-h2 h2 {
        font-size: 20px!important;
    }
    
    .h2-cta h2 {
        font-size: 28px!important;
    }
    
    a.badge-home {
    padding: 8px;
    font-size: 16px;
}
    a.badge-home:hover {
    border: 1px solid var(--primary);
    }
    
    .c-button {
        font-size: 20px;
    }

    .ticket img {
    width: auto;
}
    .c-tabs .dsm-advanced-tabs-container .dsm-tab {
    width: 60px;
    height: 60px;
}
    
    .c-tabs .dsm-advanced-tabs-container .dsm-tab.dsm-active {
    width: 70px;
    height: 70px;
}
    
    .fonctionalite h3 {
    font-size: 25px !important;
}
    .souligne:before {
    content: '';
    background-image: var(--wpr-bg-cdd30355-c079-4598-9d5a-b1e6b2bea95f);
    bottom: -35px;
    width: 88px;
    height: 40px;
    position: absolute;
    z-index: 99;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    left: -10px;
}
    
    .popup-offre {
    right: 30px;
    left: auto;
}
    

.c-tabs .dsm-advanced-tabs-wrapper {
    align-items: center;
}

.c-tabs .dsm-advanced-tabs-container .dsm-tab.dsm-active .dsm-title {
    font-size: 30px;
}
    
    .border-mob:before {
        content: none;  
    }
    
    .title-gestion:before, .title-gestion:after  {
    content: '';
    position: absolute;
    width: 3em;
    height: 115px;
    z-index: -1;
}
    .grid-mode .et_pb_ajax_pagination_container article a {
    max-height: 175px;
}
    
    .grid-mode .et_pb_ajax_pagination_container article {
    flex: 0 0 calc((100% - 60px) / 2);
    padding: 14px;
    margin-bottom: 20px;
}
    
    .text-50 {
        font-size: 40px;
    }
    a.c-btn {
    font-size: 20px;
}
    a.c-btn:before {
    top: 5px;
}
/*  a.c-plus:before, a.c-email:before {
    right: 5px;
} */
    .section {
  padding: 40px 0;
}
    
    .box {
    flex: calc(50% - 20px);
}
    .c-tabs2 .dsm-tab.dsm_advanced_tabs_child_1:before, .c-tabs2 .dsm-tab.dsm_advanced_tabs_child_4:before {
    right: -105px;
}
    
    .slider::before, .slider::after, .slider1::before, .slider1::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after, .slider1::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before, .slider1::before {
  left: 0;
  top: 0;
}
    
/*  a.c-plus:before {
    content: url(/wp-content/uploads/2025/04/plus.webp);
    right: 5px;
}
    
    a.c-email:before {
    content: url(/wp-content/uploads/2026/01/contact-icon.webp);
    right: 5px;
} 
    a.c-tel:before {
    content: url(/wp-content/uploads/2026/01/tel-icon.webp);
    right: 5px;
}  */
    
    a.c-btn {
    padding: 9px 50px 8px 17px;
}

    .contact-form input {
   height: 56px;
}
   .souscription-form input:not([type="checkbox"]), 
   .souscription-form select  {
   height: 40px;
}
    .contact-form input,
    .souscription-form input:not([type="checkbox"]), 
    .souscription-form select, 
    textarea.form-control {
    margin-bottom: 9px;
    font-size: 14px;
}
    .c-tabs .dsm-title {
    font-size: 17px;
}
    video.demo-video {
    padding: 4px;
}
    
    .carousel-items {
  height: 50px;
  width: 250px;
  font-size: 18px;
  padding: 0;
}
    
    .c-modules h5 {
    font-size: 17px !important;
}
    .pagination {
    gap: 2rem;
    flex-direction: row;
}
    
    /********** new design refonte ************/
.ai-callout {
  position: absolute;
  max-width: 240px;
}

.ai-callout-1 {
  bottom: -20px;
  right: -30px;
  animation: floatY 4s ease-in-out infinite;
}
    
.ai-callout-2 {
  top: 20%;
  left: -50px;
  animation: floatY 5s ease-in-out infinite -2s;
}
    
    /**/
.cta-home {
    position: relative;
}

.cta-home:before {
  content: '';
  position: absolute;
  top: -200px; left: 50%;
  transform: translateX(-50%);
  width: 800px; height: 800px;
  background: radial-gradient(circle, rgba(0,70,252,0.3), transparent 60%);
  filter: blur(80px);
}

.cta-home:after {
  content: '';
  position: absolute;
  bottom: -100px; 
  right: 0;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(248,149,36,0.2), transparent 60%);
  filter: blur(80px);
}
    
    .hero-meta { flex-wrap: wrap; gap: 14px; font-size: 12px; }
    
.hero-visual::before {
  content: '';
  position: absolute;
  inset: -40px;
  background: radial-gradient(ellipse at 30% 50%, rgba(0,70,252,0.12), transparent 60%);
  filter: blur(50px);
  z-index: -1;
}
    .typo .text-header {
    font-size: 19px;
}
    .chiff-stat {
    font-size: 44px;
}
    
    .facture-x {
    position: absolute;
    border: 1px solid var(--primary);
    top: -20px;
    right: -20px;
    padding: 6px;
}


}

@media (min-width: 981px) {
    .col1-header-row, .col2-header-row {
      width: 30%!important;
    }
     .col3-header-row {
        width: 57% !important;
    }
    .post-content .et_pb_row.et_pb_row_0 {
    width: 80%;
}
    
    .offert:before {
    content: url(/wp-content/uploads/2025/10/promo-deeops-2025.webp);
    position: absolute;
    left: -50px;
    top: -15px;
}
    
    /* new design */
     .modules-tabs .et_pb_row.active {
    display: flex;
}
    
    .col-sticky {
    position: sticky;
    top: 100px;
}
    
    .grid-mode .et_pb_ajax_pagination_container article {
    flex: 0 0 calc((100% - 120px) / 3);
}

    .c-sticky {
    position: sticky;
    top: 100px;
    box-shadow: 0 0 19px #eee;
}
    .full-height {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}
    .c-tabs .dsm-inner-content-wrapper .dsm-image {
    padding: 0 30px!important;
}
    
    .post-content #ez-toc-container a {
    font-size: 16px;
}
    .page-post, .c-modules {
    width: 95%;
}
    
    /* sections with sticky images */
    .sticky-image-layout {
  display: flex;
  flex-wrap: wrap;
}

.image-column {
  position: sticky;
  top: 15%;
  height: 80vh;
  width: 50%;
  overflow: hidden;
}

.sticky-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 90%;
  max-height: 90%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}
    
.sticky-image.active {
  opacity: 1;
  z-index: 1;
}
    
    .text-column {
  width: 50%;
  padding: 50px;
}
    
    .section {
  min-height: 100vh;
}
    
    .mobile-pic {
        display: none;
    }
    
    .image-column {
        display: block;
    }
    
    .resp-table-tarif {
        overflow: visible;
    }
    
    .et-l--post .resp-table-tarif th {
    position: sticky;
    top: 75px;
    background-color: #edf1ff;
}
    
    .car-clients .swiper-button-next, .car-clients .swiper-button-prev,
    .dee-services .swiper-button-next, .dee-services .swiper-button-prev {
    top: 80%;
}

    .car-clients .swiper-button-next,
    .dee-services .swiper-button-next {
    right: auto;
    left: -20%;
}

   .car-clients .swiper-button-prev, .dee-services .swiper-button-prev {
    left: -33%;
}
    .posts-home .post-content {
    display: flex;
    flex-direction: column;
    flex: 1 0;
    justify-content: space-between;
}

    .btn-contact:before {
    margin-left: -2.2em !important;
    width: 45px;
    height: 45px;
}
    
    video.demo-video {
    background: var(--primary);
}
    
    /*************/
    body {
        font-size: 16px!important;
    }
    h3.title-ai {
    min-height: 120px;
}
    
    .row-center {
        display: flex;
        align-items: center;
    }
    
    .row-end {
        display: flex;
        align-items: end;
    }
    
    .c-menu .et_pb_menu__wrap {
    justify-content: center;
}
    .cta-header {
    font-size: 15px !important;
}
    
    .col3-post, .col1-post {
    position: sticky;
    top: 150px;
}
    .mob-v {
    display: none !important;
}
    
    .facture-x {
    top: -40px;
    right: -40px;
}
    
}

@media (min-width: 1200px) {
    .c-header-row .col2-header-row .menu-item ul li a {
    font-size: 14px !important;
}
    
    li.n-dev > a {
    display: none;
}
    
    .col1-header-row {
    width: 10%!important;
}

    .col2-header-row {
    width: 53%!important;
}
     .col3-header-row {
        width: 40% !important;
    }
    
    .col-annuel-oldprix:before {
    width: 62px;
}
    
    .neo a {
    margin-left: 18px;
    width:100% !important;
}
    .serv-m ul {
    top: calc(100% - 17px)!important;
}
    .et_pb_sticky .serv-m ul {
    top: calc(100% - 12px)!important;
}

    .sub-menu .n-dev.n-post ul.sub-menu .a-post a {
    font-size: 14px!important;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
   -webkit-line-clamp: 2;
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
     /*********/
    ul.sub-menu .n-dev .sub-menu  a {
    display: inline-block;
    font-size: 15px;
    padding: 0 20px!important;
    font-weight: bold;
}
    .c-menu ul.sub-menu .a-dev:hover {
    background: #edf6ff;
    padding-left: 15px!important;
    border-radius: 10px;
    transition: all 300ms ease;
}
    
    .c-menu ul.sub-menu .a-dev.current-menu-item {
     background: #edf6ff;
     padding-left: 11px!important;
     border-radius: 8px;
    }
    
    .c-menu ul.sub-menu .a-dev{
    padding: 5px 0!important;   
    font-weight: 600;
}
    ul.sub-menu .n-dev > a:first-child {
    margin-bottom: 20px!important;
    padding-bottom: 10px!important;
    border-bottom: 1px solid #e5e5e5!important; 
}
    /* new design */
    .text-50 {
        font-size: 50px;
    }
    .text-18 {
    font-size: 18px;
}
    .text-25 {
    font-size: 25px;
}
    .text-35 {
    font-size: 35px;
}
    .text-22 {
    font-size: 22px;
}
    .fw-600 {
        font-weight: 600;
    }
    
    .italic {
    font-style: italic;
}
    
    .box {
    flex: calc((100% - 60px) / 3);
}
    .box:nth-child(4),
    .box:nth-child(5) {
    flex: calc((100% - 30px) / 2);
}   
    /**/
    .car-clients .swiper-button-next, .dee-services .swiper-button-next {
    left: -25%;
}
    .btn-contact:before {
    margin-left: -2.8em !important;
}
    /***********/
    .cta-header {
    font-size: 16px !important;
}
    
    /*** blog***/
.et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item a {
    color: #000 !important;
}
    .et_pb_row_0_tb_header.c-header-row {
    width: 98%!important;
}

    
}

@media (min-width: 1400px) {
    .FAQ-titl h2 {
    font-size: 30px !important;
}
    body {
        font-size: 18px!important;
    }
/* 
    h1 {
        font-size: 76px !important;
    }

    h2 {
        font-size: 45px !important;
    }

    h3 {
        font-size: 30px !important;
    }
    
    h4 {
        font-size: 25px !important;
    }
    
    h5 {
        font-size: 20px !important;
    } */
    
    .col-promo-text {
    display: none;
    }
    
/*  .basique:before {
    content: '';
    position: absolute;
    top: 0;
    left: -55px;
    background-image: url(/wp-content/uploads/2026/04/offre-tarifs-mai.webp);
    display: block;
    z-index: 9;
    width: 160px;
    height: 160px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform-origin: top center;
    animation: swing 3s ease-in-out infinite;
} */
    
    .btn-promo:before {
    content: '';
    position: absolute;
    background-image: var(--wpr-bg-b5af8893-ccf9-43c3-a531-f3c33954e652);
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    top: 100%;
    left: 0;
    z-index: 9;
    display: block;
}
    
    /****innovi css****/
    .faq {
    position: relative;
    overflow: visible!important;
}
    .faq .et_pb_image .et_pb_image_wrap {
        position: revert;
    }
    .faq img {
    position: absolute;
    top: -150px;
    left: -90px;
}
    /********/
    
     .post-content h1, .glossaire-content h1, .faq-content h1, .page-post h1 {
        font-size: 35px !important;
    }

    .post-content h2, .glossaire-content h2, .faq-content h2 {
        font-size: 27px !important;
    }

   .post-content h3, .glossaire-content h3, .faq-content h3 {
        font-size: 20px !important;
    }
    .post-content h4, .glossaire-content h4, .faq-content h4 {
        font-size: 18px !important;
    }
    .post-content h5, .glossaire-content h5, .faq-content h5 {
        font-size: 16px !important;
    }
    
    .page-post {
    width: 80%;
}
}

@media (min-width: 1600px) {
/*  .c-header-row .col2-header-row .menu-item a {
    font-size: 18px !important;
} */
    
    .col1-header-row {
      width: 14%!important;
}
    .col2-header-row {
      width: 54%!important;
}
    .col3-header-row {
       width: 30% !important;
    }
    
    .et_pb_row_0_tb_header.c-header-row {
    width: 88%!important;
}
    
    .cta-header {
    font-size: 19px !important;
}
      .sub-menu .n-dev.n-post ul.sub-menu .a-post{
        background-color: #efefef!important;
    } 
     .sub-menu .n-dev.n-post ul.sub-menu .a-post a{
        color: #000!important;
    }
    .sub-menu .n-dev.n-post ul.sub-menu .a-post:nth-child(1){
        border-radius: 15px 15px 0 0;
        padding: 10px 0!important;
    } 
    .sub-menu .n-dev.n-post ul.sub-menu .a-post:nth-child(3){
        border-radius: 0 0 15px 15px;
        padding: 10px 0!important;
    } 
    
    .a-dev:before {
        content: '';
        width: 24px;
        height: 24px;
        display: inline-block;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        vertical-align: super;
    }
    
    .a-dev.in-ia:before {
    background-image: var(--wpr-bg-43062140-0b32-4b23-a5c1-19915ddb0d48);
    position:absolute;
}
    .a-dev.stock:before {
    background-image: var(--wpr-bg-b06929b0-21e4-48dd-b616-3eb2aed75e33);
}
    .a-dev.finan:before {
    background-image: var(--wpr-bg-dec88c83-4d33-4f63-b5fd-04fac4d09ebf);
}
    .a-dev.inn:before {
    background-image: var(--wpr-bg-3a1919c6-42b7-40fc-8d14-9728dc639c24);
}
    .a-dev.coll:before {
    background-image: var(--wpr-bg-cd8bead0-305e-4fd2-b88d-d9d160c07882);
}
    .a-dev.dura:before {
    background-image: var(--wpr-bg-0aea28da-ac32-48f4-85bb-25b053afae32);
}
    .a-dev.rel:before {
    background-image: var(--wpr-bg-4c308c33-420f-4b0d-8682-8461c5dbbaef);
}
    .a-dev.inter:before {
    background-image: var(--wpr-bg-255c4389-c63b-4b14-aa55-a027b4255b2e);
}
    .a-dev.perso:before {
    background-image: var(--wpr-bg-8124f44c-9a4b-44a5-b1a1-e294152a123e);
}
    .a-dev.stint:before {
    background-image: var(--wpr-bg-3898d4b0-58f1-47c1-a509-2fc9d099b283);
    position:absolute;
}
    .a-dev.simt:before {
    background-image: var(--wpr-bg-4db9265f-4b8d-430a-860b-b801491dc521);
    position:absolute;
}   
    .a-dev.blg:before {
     background-image: var(--wpr-bg-b1892c90-6f0e-43d7-8f7d-f959633022f9);
    position:absolute;
}   
    .a-dev.fqq:before {
     background-image: var(--wpr-bg-fae66057-205d-4577-91f6-06e7bf1b9cca);
    position:absolute;
}   
    
    .a-dev.glsr:before {
     background-image: var(--wpr-bg-782c5b16-967c-4292-9594-a9e85e3f5981);
    position:absolute;
}
    .a-dev.elect:before {
     position: absolute;
     background-image: var(--wpr-bg-34a36b15-3241-4ade-9a02-204837fa8101);
}
    
    .a-dev.integ-ia:before {
    background-image: var(--wpr-bg-7f4bfe18-1765-4001-839e-68f1cd618b5b);
    position:absolute;
}
    
    .a-dev.fact-de:before {
    position: absolute;
    background-image: var(--wpr-bg-298d994e-f7cc-4c41-95b7-3cb866765995);
}

    ul.sub-menu .n-dev .sub-menu {
    padding: 0 10px;
}
    
    .sub-menu .a-dev a::before {
content: url(/wp-content/uploads/2025/04/fleche-droite.webp);
position: absolute;
right: 0;
top: 20px;
transform-origin: right;
transition: transform 300ms;
transform: scaleX(0);
}
        .sub-menu .neo.a-dev a::before {
        content: '';
        position: absolute;
        right: 34px !important;
        top: 20px !important;
        width: 15px;
        height: 15px;
        background-image: var(--wpr-bg-5e558e11-d936-4c89-852f-d35b7ec81d84);
        display: table-cell;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
}
    
    .sub-menu .a-dev:hover a::before {
transform-origin: left;
transform: scaleX(1);
}
    
.et_mobile_menu li a:hover, .nav ul li a:hover {
    background-color: transparent!important;
    opacity:1!important;
}
    ul.sub-menu li.n-dev .sub-menu a {
        max-width: 85%;
    }
    
    .sommaire-modules {
    display: block;
}
    .c-modules {
    width: 70%;
}

}

@media (max-width: 768px) {
    .nf-form-cont .one-half {
        width: 100%!important;
        margin-left: 0!important;
    }
    
    /* new design refonte */
    
    /* Dashboard hero compact mobile */
  .hero-visual { display: block; }
  .dash {
    transform: none;
    padding: 16px;
    border-radius: var(--radius-lg);
  }
  .dash:hover { transform: none; }
  .dash-header { padding-bottom: 12px; margin-bottom: 14px; }
  .dash-tabs { display: none; }
  .dash-kpi-row { grid-template-columns: 1fr; gap: 8px; }
  .dash-kpi { padding: 14px; }
  .dash-kpi-value { font-size: 24px; }
  .dash-mini-value { font-size: 16px; }
  .ai-callout-1, .ai-callout-2 {
    position: relative;
    inset: auto;
    margin: 16px 0 0;
    max-width: 100%;
    animation: none;
  }
    
    /* Néo chat compact */
  .neo-chat { padding: 18px; }
  .neo-avatar { width: 40px; height: 40px; font-size: 17px; }
  .neo-name { font-size: 15px; }
  .neo-msg-user, .neo-msg-ai { font-size: 13px; max-width: 95%; }
  .neo-msg-ai .ai-data { flex-direction: column; gap: 8px; }
  .neo-msg-ai .ai-data span { display: flex; justify-content: space-between; }
  .neo-msg-ai .ai-data span b { display: inline; font-size: 14px; }
  .neo-actions { gap: 6px; }
  .neo-action { font-size: 11px; padding: 5px 10px; }
  .neo-features li { padding: 14px 0; gap: 10px; }
  .neo-features li i { width: 36px; height: 36px; font-size: 18px; }
  .neo-features li b { font-size: 14px; }
  .neo-features li span.desc { font-size: 12px; }

  /* Compare table mobile : transformer en cards */
  .compare-table { background: transparent; border: none; box-shadow: none; }
  .compare-row { display: none; }
  .compare-row.head { display: none; }
  .compare-row.mobile-row {
    display: grid;
    grid-template-columns: 1fr;
    background: white;
    border: 1px solid var(--neutral-100);
    border-radius: var(--radius-lg);
    margin-bottom: 10px;
    padding: 18px 20px;
  }
  .compare-row.mobile-row.us {
    border-color: var(--primary);
    background: linear-gradient(180deg, var(--primary-soft), white 40%);
  }

  /* Plans */
  .plans { grid-template-columns: 1fr; gap: 14px; }
  .plan { padding: 28px 22px; }
  .plan-price { font-size: 42px; }

  /* ROI / SIM */
  .roi, .sim { padding: 28px 20px; }
  .roi-result, .sim-result { padding: 28px 22px; }
  .roi-result-main, .sim-result-value { font-size: 44px; }

  /* Carrousel cases */
  .case-content { padding: 28px 22px; }
  .case-title { font-size: 22px!important; }
  .case-metrics { grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 16px; }
  .case-metric-value { font-size: 24px; }
  .cases-controls { justify-content: center; }
  .case-control { width: 40px; height: 40px; font-size: 16px; }

  /* Testimonials section_num text-align center on mobile */
  .cases .section-num, .faq .section-num { display: inline-flex; }

  /* Partners */
  .partner-type { padding: 26px 22px; }
  .partner-type h3 { font-size: 20px; }

  /* FAQ */
  .faq-q { padding: 18px 20px; font-size: 15px; }
  .faq-q i { width: 28px; height: 28px; font-size: 16px; }
  .faq-a-inner { padding: 0 20px 18px; font-size: 13px; }

  /* CTA final */
  .cta h2 { font-size: 32px; }
  .cta h2 br { display: none; }
  .cta p { font-size: 15px; }
  .cta-buttons { flex-direction: column; align-items: stretch; }
  .cta-buttons .btn { width: 100%; justify-content: center; }
  .cta-meta { flex-wrap: wrap; gap: 12px 18px; font-size: 12px; }

  /* Footer */
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 16px; text-align: center; }
  .footer-bottom .badges { flex-wrap: wrap; justify-content: center; }

  /* Pricing toggle */
  .pricing-toggle { width: 100%; }
  .pricing-toggle button { flex: 1; justify-content: center; }

  /* Section num */
  .section-num { font-size: 12px; padding: 6px 12px; }
.hero-meta {
  gap: 10px;
}
    
  .trust-logos { gap: 20px 28px; }
  .trust-logo { font-size: 14px; }
    
  .stat-value { font-size: 38px; }
  .stat-label { font-size: 12px; }

  .press { padding: 50px 20px; }
  .press-grid { grid-template-columns: 1fr; gap: 16px; }
  .press-item { padding: 12px 16px; }
  .press-label { font-size: 11px; margin-bottom: 28px; }

  .trust { padding: 40px 20px; }
  .trust-logos { gap: 20px 28px; }
  .trust-logo { font-size: 14px; }
    
    .cars-avis .swiper-button-prev.dsm_card_carousel_arrow,
    .cars-avis .swiper-button-next.dsm_card_carousel_arrow {
    display: none;
}
    
     .hero-eyebrow { font-size: 12px; }
  .hero-ctas { flex-direction: column; align-items: stretch; gap: 10px; }
  .hero-ctas .btn { width: 100%; justify-content: center; }
  .hero-meta { flex-wrap: wrap; gap: 14px; font-size: 12px; }
    
    .pillar { padding: 24px 22px; }
  .pillar h3 { font-size: 20px!important; }
  .pillar-tags { margin-bottom: 48px; }
  .pillar-arrow { width: 34px; height: 34px; }
    
     .step { padding: 24px 20px; }
  .step-num { width: 48px; height: 48px; font-size: 18px; }
    
    .price-home .plans { grid-template-columns: 1fr!important;}
    
}


@media (max-width: 981px) {
    .contact-page {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
}
}

@media (max-width: 1100px) {
  .neo-inner, .roi-grid, .sim-grid { grid-template-columns: 1fr; gap: 40px; }
    .case-card { grid-template-columns: 1fr; }
  .case-media { min-height: 280px; }
    .price-home .plans { grid-template-columns: repeat(2, 1fr);}
}

@media (max-width: 1200px) {
    ul.sub-menu.visible li.menu-item-has-children.dt-open li a:before, ul.sub-menu.visible .neo a:before {
    content: '→';
    position: absolute;
    left: -20px;
}
    
    ul#mobile_menu1 {
    width: 100%;
    max-height: calc(100vh - 216px);
    overflow-y: scroll;
    padding: 20px;
}
    span.menu-item-description {
    display: none;
}
    ul.sub-menu li.n-dev a {
    position: relative;
    line-height: 1.3;
    padding: 10px 0!important;
}
    
    div#my-menus .et_mobile_menu .menu-item-has-children>a {
    font-weight: 700 !important;
}
    
    .et_pb_menu .et_pb_menu__menu, .et_pb_fullwidth_menu .et_pb_menu__menu {
        display: none;
    }
    
    .et_pb_menu .et_mobile_nav_menu, .et_pb_fullwidth_menu .et_mobile_nav_menu {
        display: flex;
        float: none;
        margin-top: 16px;
        align-items: center;
    }
    
    .et_pb_menu .et_mobile_nav_menu li {
        list-style-type: none;
    }
    .pa-hamburger-menu .et_pb_menu__menu {
        display: none;
    }
    
    .pa-hamburger-menu .et_mobile_nav_menu {
        display: flex;
        float: none;
        margin: 0 6px;
        align-items: center;
    }

}




/* !!!!!!!!!!!!!!!!!!!!!!! PLEASE PUT YOUR CODE BEFORE @MEDIA320 !!!!!!!!!!!!!!!!!!!!!!! */