.elementor-578 .elementor-element.elementor-element-0b2a5d2{--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;--justify-content:center;--flex-wrap:wrap;--overlay-opacity:1;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-578 .elementor-element.elementor-element-0b2a5d2:not(.elementor-motion-effects-element-type-background), .elementor-578 .elementor-element.elementor-element-0b2a5d2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://indra-hdf.fr/wp-content/uploads/2025/02/Capture-decran-2024-12-07-a-11.54.09.png");background-position:top center;background-repeat:no-repeat;background-size:100% auto;}.elementor-578 .elementor-element.elementor-element-0b2a5d2::before, .elementor-578 .elementor-element.elementor-element-0b2a5d2 > .elementor-background-video-container::before, .elementor-578 .elementor-element.elementor-element-0b2a5d2 > .e-con-inner > .elementor-background-video-container::before, .elementor-578 .elementor-element.elementor-element-0b2a5d2 > .elementor-background-slideshow::before, .elementor-578 .elementor-element.elementor-element-0b2a5d2 > .e-con-inner > .elementor-background-slideshow::before, .elementor-578 .elementor-element.elementor-element-0b2a5d2 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';background-color:transparent;background-image:linear-gradient(180deg, #ABEACCC2 0%, #FFFFFF 24%);}.elementor-578 .elementor-element.elementor-element-0b2a5d2.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-578 .elementor-element.elementor-element-e33bfd8{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;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-578 .elementor-element.elementor-element-fa294e6{font-family:"Roboto", Sans-serif;font-size:21px;font-weight:400;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:20px 10px 20px 10px;width:100%;max-width:100%;}.elementor-578 .elementor-element.elementor-element-eb0655c{width:100%;max-width:100%;}.elementor-578 .elementor-element.elementor-element-8ecc626{--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;--justify-content:center;--margin-top:30px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-578 .elementor-element.elementor-element-8dac232{width:100%;max-width:100%;}@media(min-width:768px){.elementor-578 .elementor-element.elementor-element-0b2a5d2{--width:100%;}.elementor-578 .elementor-element.elementor-element-e33bfd8{--content-width:1449px;}.elementor-578 .elementor-element.elementor-element-8ecc626{--width:100%;}}/* Start custom CSS for text-editor, class: .elementor-element-fa294e6 *//* CONTENEUR RACINE - Force les variables et la police */
        #indra-lp-container {
            --indra-primary: #27ae60;
            --indra-primary-dark: #1e8449;
            --indra-secondary: #2c3e50;
            --indra-text: #4a4a4a;
            --indra-bg-soft: #f4f9f6;
            --indra-white: #ffffff;
            
            font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
            color: var(--indra-text);
            line-height: 1.6;
            background-color: transparent;
            width: 100%;
            margin: 0 auto;
        }

        /* FORÇAGE DES TITRES */
        #indra-lp-container h1, 
        #indra-lp-container h2, 
        #indra-lp-container h3 {
            color: var(--indra-secondary) !important;
            font-weight: 700 !important;
            margin-bottom: 20px !important;
            text-transform: none !important;
        }

        /* HERO SECTION */
        .indra-hero {
            padding: 80px 20px;
            text-align: center;
            background: linear-gradient(180deg, #f0f9f4 0%, #ffffff 100%);
            border-radius: 20px;
            margin-bottom: 40px;
        }

        .indra-hero-icon {
            width: 60px; height: 60px;
            margin-bottom: 20px;
            color: var(--indra-primary);
        }

        .indra-tagline {
            font-size: 1.2rem;
            color: var(--indra-primary) !important;
            font-weight: 800;
            text-transform: uppercase;
            display: block;
            margin-bottom: 15px;
        }

        .indra-intro {
            max-width: 800px;
            margin: 0 auto 30px;
            font-size: 1.15rem;
        }

        /* STATS BAR */
        .indra-stats-bar {
            background: var(--indra-primary) !important;
            color: white !important;
            padding: 35px 20px;
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            gap: 25px;
            border-radius: 15px;
            margin-bottom: 50px;
            box-shadow: 0 10px 20px rgba(39, 174, 96, 0.2);
        }

        .indra-stat-item { text-align: center; flex: 1; min-width: 150px; }
        .indra-stat-item h4 { 
            font-size: 2.8rem !important; 
            margin: 0 !important;
            color: white !important;
        }
        .indra-stat-item p { margin: 5px 0 0; color: white !important; font-weight: 600;}

        /* GRIDS & CARDS */
        .indra-section-title { text-align: center; margin-bottom: 40px; }
        .indra-section-title .underline { 
            width: 50px; height: 4px; background: var(--indra-primary); margin: 10px auto; border-radius: 2px;
        }

        .indra-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            margin-bottom: 50px;
        }

        .indra-card {
            background: var(--indra-white) !important;
            padding: 40px 30px;
            border-radius: 18px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.05);
            text-align: center;
            border: 1px solid rgba(0,0,0,0.03);
            transition: all 0.3s ease;
        }

        .indra-card:hover { transform: translateY(-8px); }

        .indra-card .icon-box {
            background: var(--indra-bg-soft);
            width: 70px; height: 70px;
            border-radius: 50%;
            display: flex; align-items: center; justify-content: center;
            margin: 0 auto 20px;
        }

        .indra-card svg {
            width: 35px; height: 35px;
            stroke: var(--indra-primary) !important;
        }

        /* SECTION METHODE (LES ETAPES) */
        .indra-steps {
            background-color: var(--indra-bg-soft);
            padding: 60px 30px;
            border-radius: 25px;
            margin-bottom: 50px;
        }

        .indra-step-item {
            display: flex;
            align-items: flex-start;
            gap: 20px;
            margin-bottom: 25px;
            background: white;
            padding: 25px;
            border-radius: 15px;
        }

        .indra-step-icon {
            width: 40px; height: 40px;
            color: var(--indra-primary);
            flex-shrink: 0;
        }

        .indra-step-number {
            background: var(--indra-primary);
            color: white;
            width: 30px; height: 30px;
            border-radius: 50%;
            display: flex; align-items: center; justify-content: center;
            font-weight: bold; margin-bottom: 10px;
        }

        /* SECTION FAQ */
        .indra-faq-container {
            max-width: 900px;
            margin: 0 auto 50px;
        }

        .indra-faq-item {
            background: white;
            border: 1px solid #eee;
            border-radius: 12px;
            margin-bottom: 15px;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .indra-faq-item:hover {
            border-color: var(--indra-primary);
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }

        .indra-faq-question {
            padding: 20px 25px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: 700;
            color: var(--indra-secondary);
        }

        .indra-faq-question svg {
            width: 20px;
            height: 20px;
            transition: transform 0.3s ease;
            color: var(--indra-primary);
        }

        .indra-faq-answer {
            padding: 0 25px 20px;
            color: var(--indra-text);
            font-size: 0.95rem;
            display: none;
        }

        .indra-faq-item.active .indra-faq-answer {
            display: block;
        }

        .indra-faq-item.active .indra-faq-question svg {
            transform: rotate(180deg);
        }

        /* VILLES / SECTEURS */
        .indra-dark-box {
            background-color: var(--indra-secondary) !important;
            color: white !important;
            padding: 60px 30px;
            border-radius: 25px;
            margin-bottom: 50px;
        }

        .indra-dark-box h2 { color: white !important; text-align: center; }

        .indra-tag-grid {
            display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 30px;
        }

        .indra-tag {
            background: rgba(255,255,255,0.1);
            padding: 10px 20px;
            border-radius: 50px;
            font-size: 0.95rem;
            border: 1px solid rgba(255,255,255,0.2);
            transition: 0.3s;
        }
        .indra-tag:hover { background: rgba(255,255,255,0.2); }

        /* CTA */
        .indra-cta-box {
            text-align: center;
            padding: 60px 20px;
        }

        .indra-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 18px 45px;
            background: var(--indra-primary) !important;
            color: white !important;
            text-decoration: none !important;
            border-radius: 50px;
            font-weight: 700;
            font-size: 1.15rem;
            border: none;
            cursor: pointer;
            box-shadow: 0 10px 20px rgba(39, 174, 96, 0.3);
            transition: all 0.3s ease;
        }

        .indra-btn:hover { 
            background: var(--indra-primary-dark) !important; 
            transform: scale(1.05); 
            color: white !important;
        }

        .indra-btn svg { width: 20px; height: 20px; stroke: white; }

        /* REVEAL ANIMATION */
        .indra-reveal { opacity: 0; transform: translateY(30px); transition: all 0.7s ease-out; }
        .indra-reveal.active { opacity: 1; transform: translateY(0); }

        @media (max-width: 768px) {
            .indra-stat-item { flex: 1 1 100%; }
            .indra-step-item { flex-direction: column; text-align: center; align-items: center; }
        }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0b2a5d2 *//* CONTENEUR RACINE - Force les variables et la police */
        #indra-lp-container {
            --indra-primary: #27ae60;
            --indra-primary-dark: #1e8449;
            --indra-secondary: #2c3e50;
            --indra-text: #4a4a4a;
            --indra-bg-soft: #f4f9f6;
            --indra-white: #ffffff;
            
            font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
            color: var(--indra-text);
            line-height: 1.6;
            background-color: transparent;
            width: 100%;
            margin: 0 auto;
        }

        /* FORÇAGE DES TITRES (Contre les styles globaux Elementor) */
        #indra-lp-container h1, 
        #indra-lp-container h2, 
        #indra-lp-container h3 {
            color: var(--indra-secondary) !important;
            font-weight: 700 !important;
            margin-bottom: 20px !important;
            text-transform: none !important;
        }

        #indra-lp-container h1 span {
            color: var(--indra-primary) !important;
        }

        /* HERO SECTION */
        .indra-hero {
            padding: 60px 20px;
            text-align: center;
            background: linear-gradient(180deg, #f0f9f4 0%, #ffffff 100%);
            border-radius: 20px;
            margin-bottom: 40px;
        }

        .indra-tagline {
            font-size: 1.2rem;
            color: var(--indra-primary) !important;
            font-weight: 800;
            text-transform: uppercase;
            display: block;
            margin-bottom: 15px;
        }

        .indra-intro {
            max-width: 800px;
            margin: 0 auto 30px;
            font-size: 1.1rem;
        }

        /* STATS BAR */
        .indra-stats-bar {
            background: var(--indra-primary) !important;
            color: white !important;
            padding: 35px 20px;
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            gap: 25px;
            border-radius: 15px;
            margin-bottom: 50px;
            box-shadow: 0 10px 20px rgba(39, 174, 96, 0.2);
        }

        .indra-stat-item { text-align: center; flex: 1; min-width: 150px; }
        .indra-stat-item h4 { 
            font-size: 2.5rem !important; 
            margin: 0 !important;
            color: white !important;
        }
        .indra-stat-item p { margin: 5px 0 0; color: white !important; font-weight: 600; opacity: 0.9;}

        /* GRIDS & CARDS */
        .indra-section-title { text-align: center; margin-bottom: 40px; }
        .indra-section-title .underline { 
            width: 50px; height: 4px; background: var(--indra-primary); margin: 10px auto; border-radius: 2px;
        }

        .indra-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            margin-bottom: 50px;
        }

        .indra-card {
            background: var(--indra-white) !important;
            padding: 40px 30px;
            border-radius: 15px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.05);
            text-align: center;
            border: 1px solid rgba(0,0,0,0.03);
            transition: transform 0.3s ease;
        }

        .indra-card:hover { transform: translateY(-8px); }

        .indra-card svg {
            width: 50px; height: 50px; margin-bottom: 20px;
            stroke: var(--indra-primary) !important;
        }

        /* SECTION METHODE (LES ETAPES) */
        .indra-steps {
            background-color: var(--indra-bg-soft);
            padding: 50px 30px;
            border-radius: 20px;
            margin-bottom: 50px;
        }

        .indra-step-item {
            display: flex;
            align-items: flex-start;
            gap: 20px;
            margin-bottom: 25px;
            background: white;
            padding: 20px;
            border-radius: 12px;
        }

        .indra-step-number {
            background: var(--indra-primary);
            color: white;
            width: 40px; height: 40px;
            border-radius: 50%;
            display: flex; align-items: center; justify-content: center;
            flex-shrink: 0; font-weight: bold;
        }

        /* VILLES / SECTEURS */
        .indra-dark-box {
            background-color: var(--indra-secondary) !important;
            color: white !important;
            padding: 50px 30px;
            border-radius: 20px;
            margin-bottom: 50px;
        }

        .indra-dark-box h2 { color: white !important; text-align: center; }

        .indra-tag-grid {
            display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 30px;
        }

        .indra-tag {
            background: rgba(255,255,255,0.1);
            padding: 8px 18px;
            border-radius: 50px;
            font-size: 0.9rem;
            border: 1px solid rgba(255,255,255,0.2);
        }

        /* CTA */
        .indra-cta-box {
            text-align: center;
            padding: 60px 20px;
        }

        .indra-btn {
            display: inline-block;
            padding: 18px 45px;
            background: var(--indra-primary) !important;
            color: white !important;
            text-decoration: none !important;
            border-radius: 50px;
            font-weight: 700;
            font-size: 1.1rem;
            border: none;
            cursor: pointer;
            box-shadow: 0 10px 20px rgba(39, 174, 96, 0.3);
            transition: all 0.3s ease;
        }

        .indra-btn:hover { background: var(--indra-primary-dark) !important; transform: scale(1.05); }

        /* REVEAL ANIMATION */
        .indra-reveal { opacity: 0; transform: translateY(30px); transition: all 0.7s ease-out; }
        .indra-reveal.active { opacity: 1; transform: translateY(0); }

        @media (max-width: 768px) {
            .indra-stat-item { flex: 1 1 100%; }
            .indra-step-item { flex-direction: column; text-align: center; align-items: center; }
        }/* End custom CSS */