.elementor-437 .elementor-element.elementor-element-a2d9998{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-widget-animated-headline .elementor-headline-plain-text{color:var( --e-global-color-secondary );}.elementor-widget-animated-headline .elementor-headline{font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-animated-headline{--dynamic-text-color:var( --e-global-color-secondary );}.elementor-widget-animated-headline .elementor-headline-dynamic-text{font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-animated-headline .elementor-headline-dynamic-wrapper path{stroke:var( --e-global-color-accent );}.elementor-437 .elementor-element.elementor-element-cfd72c4{--iteration-count:infinite;--animation-duration:1200ms;width:100%;max-width:100%;--dynamic-text-color:#000000;}.elementor-437 .elementor-element.elementor-element-cfd72c4 .elementor-headline{text-align:center;font-family:"Rampart One", Sans-serif;font-weight:600;}.elementor-437 .elementor-element.elementor-element-cfd72c4 .elementor-headline-plain-text{color:#000000;}.elementor-437 .elementor-element.elementor-element-cfd72c4 .elementor-headline-dynamic-wrapper path{stroke:#2090FF;stroke-width:1px;}.elementor-437 .elementor-element.elementor-element-4770429{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-437 .elementor-element.elementor-element-aa3035f{width:100%;max-width:100%;}.elementor-437 .elementor-element.elementor-element-6a824895{--display:flex;--min-height:0px;--justify-content:center;}.elementor-437 .elementor-element.elementor-element-6a824895.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-text-editor{font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-437 .elementor-element.elementor-element-657c1be{width:100%;max-width:100%;font-weight:400;color:#000000;}@media(min-width:768px){.elementor-437 .elementor-element.elementor-element-6a824895{--width:100%;}}@media(max-width:767px){.elementor-437 .elementor-element.elementor-element-4770429.e-con{--e-con-transform-translateY:-45px;}.elementor-437 .elementor-element.elementor-element-4770429{--width:500px;--min-height:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-437 .elementor-element.elementor-element-657c1be{column-gap:0px;}}/* Start custom CSS for html, class: .elementor-element-aa3035f *//* =========================================
   CSS ISOLÉ SKALE.LAB - PRÉFIXE "skale-"
   ZÉRO MARGE/PADDING - PLEINE LARGEUR
   VERSION 2 : BLOCS VISUELS + DURÉES COHÉRENTES
========================================= */

/* =========================================
   RESET COMPLET - ZÉRO MARGE/PADDING
========================================= */

.skale-solution-section,
.skale-how-section {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.skale-solution-section *,
.skale-how-section * {
    box-sizing: border-box;
}

/* =========================================
   INNER WRAP - GÈRE L'ESPACEMENT INTERNE
========================================= */

.skale-inner-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
}

/* =========================================
   BACKGROUNDS SUR SECTIONS
========================================= */

.skale-solution-section {
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
}

.skale-how-section {
    background: #ffffff;
}

/* =========================================
   UTILITAIRES GÉNÉRAUX
========================================= */

.skale-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.skale-title-impact {
    font-family: 'Rampart One', cursive;
    font-size: 2.5rem;
    color: #000000;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.skale-subtitle-light {
    font-size: 1.125rem;
    color: #6b7280;
    margin: 0 0 15px 0;
}

.skale-underline-accent {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #4285F4 0%, #1e90ff 100%);
    margin: 0 auto;
    border-radius: 2px;
}

.skale-cta-orange {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: #FF6B35;
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(255, 107, 53, 0.3);
}

.skale-cta-orange:hover {
    background: #ff5520;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(255, 107, 53, 0.4);
    color: #ffffff;
}

.skale-cta-orange svg {
    transition: transform 0.3s;
}

.skale-cta-orange:hover svg {
    transform: translateX(4px);
}

.skale-cta-large {
    padding: 16px 32px;
    font-size: 1.1rem;
}

.skale-cta-center {
    text-align: center;
    margin-top: 60px;
}

/* =========================================
   SECTION SOLUTION
========================================= */

.skale-solution-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.skale-solution-text {
    padding: 0;
}

.skale-subtitle-script {
    font-family: 'Rampart One', cursive;
    font-size: 1.75rem;
    color: #4285F4;
    margin: 0 0 24px 0;
}

.skale-imagine-text {
    font-size: 1.25rem;
    color: #1a1a1a;
    margin: 0 0 32px 0;
    line-height: 1.6;
}

.skale-text-highlight {
    color: #4285F4;
    font-weight: 700;
}

.skale-clean-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
}

.skale-clean-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 1.05rem;
    color: #1a1a1a;
}

.skale-bullet-dot {
    width: 8px;
    height: 8px;
    background: #4285F4;
    border-radius: 50%;
    flex-shrink: 0;
}

.skale-magic-box {
    background: transparent;
    padding: 0;
    margin-bottom: 24px;
}

.skale-magic-intro {
    font-size: 1.05rem;
    color: #1a1a1a;
    margin: 0 0 16px 0;
    font-weight: 600;
}

.skale-magic-flow {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.skale-flow-item {
    background: #f8f9fa;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.9rem;
    color: #1a1a1a;
    font-weight: 600;
}

.skale-tagline-nfc {
    font-family: 'Rampart One', cursive;
    font-size: 1.5rem;
    color: #4285F4;
    margin: 0 0 32px 0;
}

.skale-solution-visual {
    position: relative;
}

.skale-image-stack {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.skale-main-image {
    width: 100%;
    height: auto;
    display: block;
}

.skale-floating-tag {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #4285F4;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.skale-tag-1 {
    top: 20px;
    right: 20px;
}

.skale-tag-2 {
    bottom: 120px;
    left: 20px;
}

.skale-tag-3 {
    bottom: 20px;
    right: 20px;
}

.skale-wave-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    overflow: hidden;
    line-height: 0;
}

.skale-wave-divider svg {
    width: 100%;
    height: 100%;
}

/* =========================================
   SECTION COMMENT ÇA MARCHE - AVEC BLOCS
========================================= */

.skale-steps-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 50px;
}

/* BLOCS STEPS - FOND SUBTIL SANS CONTOUR */
.skale-step-block {
    flex: 1;
    max-width: 320px;
    text-align: center;
    padding: 32px 24px;
    background: #f8f9fa;
    border-radius: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.skale-step-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}

.skale-step-visual {
    position: relative;
    margin-bottom: 20px;
}

.skale-step-number-circle {
    width: 40px;
    height: 40px;
    background: #4285F4;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.125rem;
    margin: 0 auto 16px auto;
}

.skale-step-icon-big {
    font-size: 3rem;
}

.skale-step-title {
    font-size: 1.25rem;
    color: #000000;
    margin: 0 0 12px 0;
    font-weight: 700;
}

.skale-step-desc {
    font-size: 0.95rem;
    color: #6b7280;
    line-height: 1.6;
    margin: 0 0 16px 0;
}

.skale-step-time {
    display: inline-block;
    background: #4285F4;
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.875rem;
    font-weight: 700;
}

.skale-step-connector {
    flex-shrink: 0;
    text-align: center;
}

.skale-connector-line {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, #4285F4 0%, #1e90ff 100%);
    margin: 0 auto 8px auto;
}

.skale-connector-arrow {
    font-size: 1.5rem;
    color: #4285F4;
    font-weight: 700;
}

.skale-total-duration {
    text-align: center;
    margin-bottom: 60px;
}

.skale-duration-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #4285F4 0%, #1e90ff 100%);
    padding: 16px 32px;
    border-radius: 50px;
    color: #ffffff;
    font-size: 1.125rem;
    box-shadow: 0 8px 32px rgba(66, 133, 244, 0.3);
}

.skale-duration-icon {
    font-size: 1.5rem;
}

/* =========================================
   SECTION VIDÉO - AVEC BLOCS
========================================= */

.skale-video-demo-section {
    margin-top: 80px;
    padding: 60px 40px;
    background: #f8f9fa;
    border-radius: 24px;
}

.skale-video-intro {
    text-align: center;
    margin-bottom: 50px;
}

.skale-video-main-title {
    font-family: 'Rampart One', cursive;
    font-size: 2.5rem;
    color: #000000;
    margin: 0 0 12px 0;
    line-height: 1.2;
}

.skale-video-tagline {
    font-size: 1.125rem;
    color: #6b7280;
    margin: 0;
}

.skale-video-story-wrapper {
    display: grid;
    grid-template-columns: 450px 1fr;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: start;
}

.skale-video-story-container {
    position: relative;
    width: 100%;
    max-width: 450px;
    aspect-ratio: 9 / 16;
    margin: 0 auto;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    background: #000000;
}

.skale-video-story {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.skale-video-duration-badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 700;
    z-index: 5;
}

.skale-video-benefits {
    padding: 0;
}

.skale-benefits-title {
    font-family: 'Rampart One', cursive;
    font-size: 1.5rem;
    color: #000000;
    margin: 0 0 32px 0;
}

/* BÉNÉFICES - AVEC FOND BLANC SUBTIL */
.skale-benefit-item {
    display: flex;
    gap: 20px;
    align-items: start;
    margin-bottom: 20px;
    padding: 20px;
    background: #ffffff;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.skale-benefit-item:hover {
    transform: translateX(8px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.skale-benefit-icon {
    font-size: 2rem;
    line-height: 1;
    flex-shrink: 0;
}

.skale-benefit-text strong {
    display: block;
    font-size: 1.125rem;
    color: #000000;
    margin: 0 0 6px 0;
    font-weight: 700;
}

.skale-benefit-text p {
    font-size: 0.95rem;
    color: #6b7280;
    line-height: 1.5;
    margin: 0;
}

/* HIGHLIGHT - AVEC FOND BLANC */
.skale-benefit-highlight {
    margin-top: 32px;
    padding: 24px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.skale-benefit-highlight p {
    color: #1a1a1a;
    font-size: 1.05rem;
    line-height: 1.6;
    margin: 0;
}

.skale-text-orange {
    color: #FF6B35;
    font-weight: 700;
}

/* MESSAGE CONVERSION - AVEC FOND BLANC */
.skale-video-conversion-message {
    margin-top: 50px;
    text-align: center;
    padding: 28px 32px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.skale-conversion-text {
    font-size: 1.25rem;
    color: #1a1a1a;
    line-height: 1.6;
    margin: 0;
}

.skale-text-blue {
    color: #4285F4;
    font-weight: 700;
}

/* =========================================
   FEATURES GRID - AVEC BLOCS
========================================= */

.skale-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.skale-feature-minimal {
    text-align: center;
    padding: 32px 24px;
    background: #f8f9fa;
    border-radius: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.skale-feature-minimal:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}

.skale-feature-icon-circle {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #4285F4 0%, #1e90ff 100%);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 16px auto;
}

.skale-feature-minimal h4 {
    font-size: 1.125rem;
    color: #000000;
    margin: 0 0 8px 0;
}

.skale-feature-minimal p {
    font-size: 0.9rem;
    color: #6b7280;
    margin: 0;
}

/* =========================================
   RESPONSIVE - TABLETTE (768-1024px)
========================================= */

@media (max-width: 1024px) {
    .skale-inner-wrap {
        padding: 60px 15px;
    }

    .skale-solution-layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .skale-video-demo-section {
        padding: 50px 30px;
    }

    .skale-video-story-wrapper {
        grid-template-columns: 380px 1fr;
        gap: 40px;
    }

    .skale-video-story-container {
        max-width: 380px;
    }

    .skale-steps-flow {
        flex-direction: column;
        gap: 20px;
    }

    .skale-step-connector {
        display: none;
    }

    .skale-features-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================================
   RESPONSIVE - MOBILE (<768px)
========================================= */

@media (max-width: 768px) {
    .skale-inner-wrap {
        padding: 50px 15px;
    }

    .skale-title-impact {
        font-size: 2rem;
    }

    .skale-video-demo-section {
        padding: 40px 20px;
        border-radius: 16px;
    }

    .skale-video-main-title {
        font-size: 1.75rem;
    }

    .skale-video-story-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .skale-video-story-container {
        max-width: 100%;
        max-height: 70vh;
    }

    .skale-benefits-title {
        font-size: 1.25rem;
        text-align: center;
    }

    .skale-benefit-item {
        padding: 16px;
        margin-bottom: 16px;
    }

    .skale-benefit-highlight {
        text-align: center;
        padding: 20px;
    }

    .skale-video-conversion-message {
        padding: 24px 20px;
    }

    .skale-conversion-text {
        font-size: 1.05rem;
    }

    .skale-step-block {
        max-width: 100%;
    }

    .skale-feature-minimal {
        padding: 28px 20px;
    }
}

/* =========================================
   RESPONSIVE - PETIT MOBILE (<480px)
========================================= */

@media (max-width: 480px) {
    .skale-inner-wrap {
        padding: 40px 10px;
    }

    .skale-title-impact {
        font-size: 1.75rem;
    }

    .skale-video-demo-section {
        padding: 30px 15px;
    }

    .skale-video-main-title {
        font-size: 1.5rem;
    }

    .skale-video-story-container {
        border-radius: 20px;
        max-height: 65vh;
    }

    .skale-benefit-item {
        padding: 12px;
    }

    .skale-benefit-highlight {
        padding: 16px;
    }

    .skale-video-conversion-message {
        padding: 20px 16px;
    }

    .skale-step-block {
        padding: 24px 20px;
    }

    .skale-feature-minimal {
        padding: 24px 16px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-657c1be *//* CSS DE LA DESCRIPTION PRODUIT - VERSION FINALE AVEC IMAGES */
.description-produit-longue {
    line-height: 1.8;
    color: #333;
    padding: 40px 0;
    margin: 30px auto;
    max-width: 1000px;
}

.description-produit-longue h2 {
    font-family: 'Rampart One', cursive;
    font-size: 2em;
    color: #000000;
    margin-top: 50px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 3px solid #4285F4;
    font-weight: 400;
    animation: fadeInUp 0.6s ease-out;
}

.description-produit-longue h2:first-of-type {
    margin-top: 0;
}

.description-produit-longue h3 {
    font-family: 'Rampart One', cursive;
    font-size: 1.4em;
    color: #1a1a1a;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 400;
}

.description-produit-longue p {
    margin-bottom: 18px;
    font-size: 1.05em;
    color: #444;
}

.description-produit-longue strong {
    color: #1a1a1a;
    font-weight: 600;
}

.description-produit-longue ul {
    margin: 20px 0 30px 0;
    padding-left: 0;
    list-style: none;
}

.description-produit-longue ul li {
    padding: 12px 15px 12px 35px;
    margin-bottom: 12px;
    position: relative;
    transition: all 0.3s ease;
}

.description-produit-longue ul li:hover {
    transform: translateX(5px);
}

.description-produit-longue ul li::before {
    content: "✓";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #4285F4;
    font-weight: bold;
    font-size: 16px;
}

.description-produit-longue blockquote {
    border-left: 5px solid #FBBC04;
    margin: 30px 0;
    padding: 25px 30px;
}

.description-produit-longue blockquote p {
    margin: 0;
    font-size: 1.05em;
    color: #333;
    font-weight: 500;
}

.description-produit-longue hr {
    border: none;
    height: 2px;
    background: linear-gradient(90deg, transparent, #E0E0E0, transparent);
    margin: 45px 0;
}

/* ===== BLOCS IMAGE + TEXTE ===== */
.desc-image-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin: 40px 0;
}

.desc-image-block.reverse {
    grid-template-columns: 1fr 1fr;
}

.desc-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.desc-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.desc-text-content {
    padding: 20px 0;
}

.desc-text-content h3 {
    margin-top: 0;
}

/* Image à gauche, texte à droite (par défaut) */
.desc-image-block .desc-image-wrapper {
    order: 1;
}

.desc-image-block .desc-text-content {
    order: 2;
}

/* Image à droite, texte à gauche */
.desc-image-block.reverse .desc-image-wrapper {
    order: 2;
}

.desc-image-block.reverse .desc-text-content {
    order: 1;
}

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

/* Responsive Tablette */
@media (max-width: 1024px) {
    .description-produit-longue {
        max-width: 100%;
        padding: 30px 0;
    }

    .description-produit-longue h2 {
        font-size: 1.8em;
    }

    .description-produit-longue h3 {
        font-size: 1.3em;
    }

    .desc-image-block {
        gap: 30px;
    }
}

/* Responsive Mobile */
@media (max-width: 768px) {
    .description-produit-longue {
        padding: 0px 0;
        margin: 0px 0;
    }

    .description-produit-longue h2 {
        font-size: 1.6em;
        margin-top: 35px;
        padding-bottom: 12px;
    }

    .description-produit-longue h3 {
        font-size: 1.2em;
        margin-top: 25px;
    }

    .description-produit-longue p {
        font-size: 1em;
    }

    .description-produit-longue ul li {
        padding: 10px 12px 10px 32px;
        margin-bottom: 10px;
    }

    /* Images en colonne sur mobile */
    .desc-image-block,
    .desc-image-block.reverse {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .desc-image-block .desc-image-wrapper,
    .desc-image-block .desc-text-content,
    .desc-image-block.reverse .desc-image-wrapper,
    .desc-image-block.reverse .desc-text-content {
        order: initial;
    }

    /* Image toujours en premier sur mobile */
    .desc-image-wrapper {
        order: 1 !important;
    }

    .desc-text-content {
        order: 2 !important;
    }
}

/* Responsive Petit Mobile */
@media (max-width: 480px) {
    .description-produit-longue {
        padding: 0px 0;
        margin: 0px 0;
    }

    .description-produit-longue h2 {
        font-size: 1.4em;
    }

    .description-produit-longue h3 {
        font-size: 1.1em;
    }

    .description-produit-longue p {
        font-size: 0.95em;
    }

    .desc-image-block {
        gap: 20px;
        margin: 30px 0;
    }

    .desc-text-content {
        padding: 10px 0;
    }
}/* End custom CSS */