.elementor-5861 .elementor-element.elementor-element-347147b{--display:flex;}.elementor-5861 .elementor-element.elementor-element-b56a0f8{--display:flex;--min-height:409px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-5861 .elementor-element.elementor-element-0ef04c0 .elementor-repeater-item-d92c7e2.elementor-social-icon{background-color:var( --e-global-color-astglobalcolor5 );}.elementor-5861 .elementor-element.elementor-element-0ef04c0 .elementor-repeater-item-4b0483f.elementor-social-icon{background-color:var( --e-global-color-astglobalcolor5 );}.elementor-5861 .elementor-element.elementor-element-0ef04c0 .elementor-repeater-item-4fae721.elementor-social-icon{background-color:var( --e-global-color-astglobalcolor5 );}.elementor-5861 .elementor-element.elementor-element-0ef04c0 .elementor-repeater-item-4fae721.elementor-social-icon i{color:var( --e-global-color-astglobalcolor2 );}.elementor-5861 .elementor-element.elementor-element-0ef04c0 .elementor-repeater-item-4fae721.elementor-social-icon svg{fill:var( --e-global-color-astglobalcolor2 );}.elementor-5861 .elementor-element.elementor-element-0ef04c0{--grid-template-columns:repeat(0, auto);text-align:center;--grid-column-gap:15px;--grid-row-gap:0px;}.elementor-5861 .elementor-element.elementor-element-5b7cba3{--display:flex;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for text-editor, class: .elementor-element-0d2b3b9 */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            line-height: 1.6;
            background-color: #0f172a;
            color: #ffffff;
            overflow-x: hidden;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 24px;
        }

        /* Lucide Icons Styling */
        [data-lucide] {
            width: 20px;
            height: 20px;
            display: inline-block;
        }

        .service-icon [data-lucide] {
            width: 32px;
            height: 32px;
        }

        .methodology-icon [data-lucide] {
            width: 32px;
            height: 32px;
        }

        .advantage-icon [data-lucide] {
            width: 32px;
            height: 32px;
        }

        .badge [data-lucide] {
            width: 16px;
            height: 16px;
            margin-right: 8px;
        }

        /* Hero Section */
        .hero-section {
            height: 50vh;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            background-image: linear-gradient(rgba(15, 23, 42, 0.5), rgba(15, 23, 42, 0.8)), url('https://images.pexels.com/photos/8088498/pexels-photo-8088498.jpeg');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            overflow: hidden;
        }

        .hero-overlay {
            position: absolute;
            inset: 0;
            opacity: 0.3;
            background: linear-gradient(45deg, rgba(59, 130, 246, 0.1) 0%, transparent 50%, rgba(59, 130, 246, 0.05) 100%);
        }

        .hero-overlay::before {
            content: '';
            position: absolute;
            inset: 0;
            background-image: 
                linear-gradient(90deg, transparent 98%, rgba(59, 130, 246, 0.1) 100%),
                linear-gradient(0deg, transparent 98%, rgba(59, 130, 246, 0.05) 100%);
            background-size: 100px 100px;
            animation: cyber-drift 20s ease-in-out infinite;
        }

        .hero-content {
            text-align: center;
            max-width: 800px;
            padding: 0 24px;
            position: relative;
            z-index: 10;
            animation: fade-in 1s ease-in-out;
        }

        .hero-title {
            font-size: clamp(2.5rem, 6vw, 4rem);
            font-weight: bold;
            margin-bottom: 24px;
            line-height: 1.2;
        }

        .hero-subtitle {
            display: block;
            color: #3b82f6;
            font-size: clamp(2rem, 5vw, 3rem);
            margin-top: 16px;
            filter: drop-shadow(0 0 20px rgba(59, 130, 246, 0.5));
        }

        .hero-description {
            font-size: clamp(1.125rem, 2vw, 1.25rem);
            color: #94a3b8;
            margin-bottom: 24px;
            max-width: 500px;
            margin-left: auto;
            margin-right: auto;
        }

        /* Tab Navigation */
        .tab-navigation {
            position: sticky;
            top: 0;
            z-index: 50;
            background: rgba(15, 23, 42, 0.95);
            backdrop-filter: blur(12px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .tab-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 24px;
            display: flex;
            justify-content: center;
        }

        .tabs {
            position: relative;
            background: linear-gradient(to right, rgba(15, 23, 42, 0.8), rgba(30, 41, 59, 0.5));
            backdrop-filter: blur(4px);
            border-radius: 16px;
            padding: 8px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            display: flex;
            gap: 8px;
        }

        .tab-btn {
            position: relative;
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 16px 24px;
            border-radius: 12px;
            font-weight: 600;
            transition: all 0.5s ease;
            background: none;
            border: none;
            color: #64748b;
            cursor: pointer;
            overflow: hidden;
        }

        .tab-btn:hover {
            color: #ffffff;
            background: rgba(255, 255, 255, 0.1);
            transform: scale(1.02);
        }

        .tab-btn.active {
            background: linear-gradient(to right, #3b82f6, #2563eb);
            color: #ffffff;
            box-shadow: 0 10px 25px -5px rgba(59, 130, 246, 0.4);
            transform: scale(1.05);
        }

        .tab-btn.active::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(to right, rgba(59, 130, 246, 0.2), rgba(37, 99, 235, 0.2));
            filter: blur(20px);
            scale: 1.5;
            z-index: -1;
        }

        .tab-icon {
            font-size: 20px;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .tab-btn.active .tab-icon {
            transform: scale(1.1) rotate(3deg);
        }

        .tab-btn:hover .tab-icon {
            transform: scale(1.1) rotate(-3deg);
        }

        .tab-label {
            font-size: 16px;
        }

        @media (max-width: 640px) {
            .tab-label {
                display: none;
            }
            
            .tabs {
                gap: 4px;
            }
            
            .tab-btn {
                padding: 16px;
            }
        }

        /* Main Content */
        .main-content {
            padding: 80px 0;
        }

        .tab-content {
            display: none;
            animation: fade-in 0.5s ease-in-out;
        }

        .tab-content.active {
            display: block;
        }

        /* Section Headers */
        .section-header {
            text-align: center;
            margin-bottom: 64px;
        }

        .badge {
            display: inline-flex;
            align-items: center;
            padding: 8px 16px;
            background: rgba(30, 41, 59, 0.5);
            color: #64748b;
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 50px;
            font-size: 12px;
            font-weight: 500;
            margin-bottom: 16px;
        }

        .section-title {
            font-size: clamp(2rem, 4vw, 2.5rem);
            font-weight: bold;
            margin-bottom: 24px;
            color: #ffffff;
        }

        .section-highlight {
            color: #3b82f6;
            font-size: clamp(1.25rem, 2vw, 1.5rem);
            font-weight: 600;
            margin-bottom: 16px;
        }

        .section-subtitle {
            color: #94a3b8;
            font-size: 18px;
            max-width: 800px;
            margin: 0 auto;
            line-height: 1.7;
        }

        .methodology-subtitle {
            color: #3b82f6;
            font-size: clamp(1.25rem, 2vw, 1.5rem);
            font-weight: 600;
            margin-bottom: 16px;
        }

        /* Services Grid */
        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 24px;
        }

        .service-card {
            position: relative;
            overflow: hidden;
            border-radius: 16px;
            border: 1px solid #334155;
            background: #0f172a;
            backdrop-filter: blur(4px);
            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.25);
            padding: 24px;
            transition: all 0.5s ease;
        }

        .service-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.1), transparent);
            transition: left 0.8s;
        }

        .service-card:hover::before {
            left: 100%;
        }

        .service-card::after {
            content: '';
            position: absolute;
            inset: 0;
            border-radius: inherit;
            padding: 1px;
            background: linear-gradient(45deg, rgba(59, 130, 246, 0.3), transparent, rgba(59, 130, 246, 0.3));
            mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            mask-composite: subtract;
            pointer-events: none;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .service-card:hover::after {
            opacity: 1;
        }

        .service-card:hover {
            transform: translateY(-2px) scale(1.02);
            box-shadow: 
                0 0 40px rgba(59, 130, 246, 0.3),
                0 0 80px rgba(59, 130, 246, 0.1),
                inset 0 1px 0 rgba(59, 130, 246, 0.2);
        }

        .service-icon {
            margin-bottom: 16px;
            color: #3b82f6;
            transition: all 0.5s ease;
            display: flex;
            align-items: center;
        }

        .service-card:hover .service-icon {
            transform: scale(1.1) rotate(3deg);
        }

        .service-title {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 8px;
            color: #ffffff;
            transition: color 0.3s ease;
        }

        .service-card:hover .service-title {
            color: #3b82f6;
        }

        .service-description {
            color: #94a3b8;
            font-size: 14px;
            line-height: 1.6;
        }

        .service-item {
            margin-bottom: 12px;
        }

        .service-item-title {
            font-weight: 600;
            color: #ffffff;
            margin-bottom: 4px;
        }

        .service-item-desc {
            margin-left: 8px;
        }

        /* Methodology Grid */
        .methodology-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
            gap: 32px;
        }

        .methodology-card {
            position: relative;
            background: linear-gradient(135deg, rgba(30, 41, 59, 0.5) 0%, rgba(15, 23, 42, 0.8) 100%);
            backdrop-filter: blur(4px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 16px;
            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.25);
            padding: 32px;
            transition: all 0.3s ease;
        }

        .methodology-card:hover {
            box-shadow: 0 0 30px rgba(59, 130, 246, 0.3);
        }

        .methodology-number {
            position: absolute;
            top: -24px;
            left: -24px;
            width: 64px;
            height: 64px;
            background: #3b82f6;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            font-weight: 900;
            color: #ffffff;
            box-shadow: 0 10px 25px -5px rgba(59, 130, 246, 0.4);
            border: 4px solid #ffffff;
            z-index: 20;
        }

        .methodology-content {
            margin-bottom: 24px;
        }

        .methodology-header {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 24px;
        }

        .methodology-icon {
            color: #3b82f6;
            transition: transform 0.3s ease;
            display: flex;
            align-items: center;
        }

        .methodology-card:hover .methodology-icon {
            transform: scale(1.1);
        }

        .methodology-title {
            font-size: 20px;
            font-weight: bold;
            color: #ffffff;
        }

        .methodology-desc {
            color: #3b82f6;
            font-size: 14px;
            font-weight: 500;
        }

        .methodology-list {
            list-style: none;
            padding: 0;
        }

        .methodology-list li {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            color: #94a3b8;
            font-size: 14px;
            line-height: 1.6;
            margin-bottom: 12px;
        }

        .methodology-list li::before {
            content: '';
            width: 8px;
            height: 8px;
            background: #3b82f6;
            border-radius: 50%;
            margin-top: 8px;
            flex-shrink: 0;
        }

        /* Advantages Grid */
        .advantages-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 24px;
        }

        .advantage-card {
            position: relative;
            background: linear-gradient(135deg, rgba(30, 41, 59, 0.5) 0%, rgba(15, 23, 42, 0.8) 100%);
            backdrop-filter: blur(4px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 16px;
            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.25);
            padding: 24px;
            transition: all 0.3s ease;
            overflow: hidden;
        }

        .advantage-card:hover {
            box-shadow: 0 0 30px rgba(59, 130, 246, 0.3);
        }

        .advantage-badge {
            position: absolute;
            top: 16px;
            right: 16px;
            background: rgba(59, 130, 246, 0.2);
            color: #3b82f6;
            font-size: 12px;
            font-weight: bold;
            padding: 4px 8px;
            border-radius: 50px;
        }

        .advantage-card::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgba(59, 130, 246, 0.05) 0%, transparent 100%);
            opacity: 0;
            transition: opacity 0.5s ease;
        }

        .advantage-card:hover::before {
            opacity: 1;
        }

        .advantage-icon {
            margin-bottom: 16px;
            color: #3b82f6;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
        }

        .advantage-card:hover .advantage-icon {
            transform: scale(1.1) rotate(12deg);
        }

        .advantage-title {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 12px;
            color: #ffffff;
            transition: color 0.3s ease;
        }

        .advantage-card:hover .advantage-title {
            color: #3b82f6;
        }

        .advantage-description {
            color: #94a3b8;
            font-size: 14px;
            line-height: 1.6;
        }

        /* FAQ Section */
        .faq-container {
            max-width: 800px;
            margin: 0 auto;
        }

        .faq-item {
            background: linear-gradient(135deg, rgba(30, 41, 59, 0.5) 0%, rgba(15, 23, 42, 0.8) 100%);
            backdrop-filter: blur(4px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 16px;
            margin-bottom: 16px;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .faq-item:hover {
            box-shadow: 0 0 30px rgba(59, 130, 246, 0.3);
        }

        .faq-question {
            width: 100%;
            padding: 24px;
            background: none;
            border: none;
            color: #ffffff;
            font-size: 18px;
            font-weight: 600;
            text-align: left;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: color 0.3s ease;
        }

        .faq-question:hover {
            color: #3b82f6;
        }

        .faq-icon {
            color: #3b82f6;
            font-size: 24px;
            font-weight: bold;
            transition: transform 0.3s ease;
        }

        .faq-item.active .faq-icon {
            transform: rotate(45deg);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.5s ease, opacity 0.5s ease;
            opacity: 0;
        }

        .faq-item.active .faq-answer {
            max-height: 200px;
            opacity: 1;
        }

        .faq-answer p {
            padding: 0 24px 24px;
            color: #94a3b8;
            line-height: 1.6;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            margin-top: 16px;
            padding-top: 16px;
        }

        /* Other Services Section */
        .other-services {
            padding: 64px 0;
            background: #0f172a;
        }

        .carousel-container {
            position: relative;
            margin-top: 48px;
        }

        

      .carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: none; /* Suppression du fond */
    color: #ffffff;
    border: none;
    width: auto; /* Suppression de la taille fixe */
    height: auto; /* Suppression de la taille fixe */
    border-radius: 0; /* Suppression du cercle */
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 8px; /* Ajout d'espacement pour le survol */
}

.carousel-btn:hover {
    background: none; /* Suppression du fond au survol */
    color: #3b82f6; /* Changement de couleur au survol */
}

        .carousel-btn.prev {
            left: 0;
        }

        .carousel-btn.next {
            right: 0;
        }

        .carousel-wrapper {
            overflow: hidden;
            margin: 0 60px;
        }

        .carousel-track {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }

        .carousel-slide {
            flex: 0 0 33.333%;
            padding: 0 12px;
        }

        .service-slide {
            height: 256px;
            border-radius: 16px;
            overflow: hidden;
            position: relative;
            cursor: pointer;
            background-size: cover;
            background-position: center;
            transition: all 0.3s ease;
        }

        .service-slide:hover {
            transform: scale(1.02);
        }

        .slide-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(rgba(15, 23, 42, 0.3), rgba(15, 23, 42, 0.8));
        }

        .slide-overlay::before {
            content: '';
            position: absolute;
            inset: 0;
            opacity: 0.2;
            background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, transparent 50%, rgba(59, 130, 246, 0.05) 100%);
        }

       .slide-overlay::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(90deg, rgba(59, 130, 246, 0.05) 50%, transparent 50%),
       
 

}



        .slide-content {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 24px;
            z-index: 10;
        }

        .slide-content h3 {
            font-size: 20px;
            font-weight: bold;
            color: #ffffff;
            margin-bottom: 8px;
            transition: color 0.3s ease;
        }

        .service-slide:hover .slide-content h3 {
            color: #3b82f6;
        }

        .slide-content p {
            font-size: 14px;
            color: #cbd5e1;
            opacity: 0;
            transform: translateY(8px);
            transition: all 0.5s ease;
        }

        .service-slide:hover .slide-content p {
            opacity: 1;
            transform: translateY(0);
        }

        .service-slide::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(59, 130, 246, 0.2) 0%, transparent 100%);
            opacity: 0;
            transition: opacity 0.5s ease;
        }

        .service-slide:hover::before {
            opacity: 1;
        }

        .service-slide::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(to right, transparent, #3b82f6, transparent);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .service-slide:hover::after {
            opacity: 1;
            animation: pulse 2s infinite;
        }

        /* Footer */
        .footer {
            padding: 32px 0;
            border-top: 1px solid #334155;
            text-align: center;
        }

        .footer p {
            color: #94a3b8;
            font-size: 14px;
        }

        /* Animations */
        @keyframes fade-in {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes pulse {
            0%, 100% {
                opacity: 1;
            }
            50% {
                opacity: 0.5;
            }
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .main-content {
                padding: 40px 0;
            }
            
            .section-header {
                margin-bottom: 40px;
            }
            
            .services-grid,
            .advantages-grid {
                grid-template-columns: 1fr;
            }
            
            .methodology-grid {
                grid-template-columns: 1fr;
            }
            
            .methodology-card {
                padding: 24px;
            }
            
            .carousel-slide {
                flex: 0 0 100%;
            }
            
            .carousel-wrapper {
                margin: 0 20px;
            }
            
            .hero-section {
                height: 60vh;
            }
        }

        @media (max-width: 480px) {
            .container {
                padding: 0 16px;
            }
            
            .tab-container {
                padding: 16px;
            }
            
            .methodology-number {
                width: 48px;
                height: 48px;
                font-size: 16px;
                top: -16px;
                left: -16px;
            }
        }/* End custom CSS */