{"id":40819,"date":"2025-10-05T21:41:31","date_gmt":"2025-10-05T19:41:31","guid":{"rendered":"http:\/\/localhost\/puit\/?page_id=40819"},"modified":"2026-03-27T13:45:21","modified_gmt":"2026-03-27T12:45:21","slug":"guide-juridique","status":"publish","type":"page","link":"https:\/\/www.puit-utm.com\/?page_id=40819","title":{"rendered":"Guide JURIDIQUE"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"40819\" class=\"elementor elementor-40819\">\n\t\t\t\t<div class=\"elementor-element elementor-element-442d656 e-flex e-con-boxed e-con e-parent\" data-id=\"442d656\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c6d416d e-flex e-con-boxed e-con e-parent\" data-id=\"c6d416d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e281afd elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"e281afd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6c3b5ce elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"6c3b5ce\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e009f24 elementor-invisible elementor-widget elementor-widget-html\" data-id=\"e009f24\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Guide Juridique PUIT - Boussole SAJF<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        html {\n            scroll-behavior: smooth;\n        }\n        \n        body {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n            background-color: #f0f4f8;\n            color: #1a1a2e;\n            line-height: 1.7;\n            background-image: \n                radial-gradient(circle at 10% 20%, rgba(30, 77, 140, 0.05) 0%, transparent 20%),\n                radial-gradient(circle at 90% 80%, rgba(157, 179, 0, 0.05) 0%, transparent 20%);\n        }\n        \n        .puit-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n        \n        \/* Menu Flottant *\/\n        .floating-nav {\n            position: fixed;\n            right: 20px;\n            top: 50%;\n            transform: translateY(-50%);\n            z-index: 1000;\n            background: rgba(255, 255, 255, 0.95);\n            backdrop-filter: blur(10px);\n            border-radius: 16px;\n            padding: 16px 12px;\n            box-shadow: 0 8px 32px rgba(30, 77, 140, 0.15);\n            border: 1px solid rgba(157, 179, 0, 0.2);\n            max-height: 80vh;\n            overflow-y: auto;\n            scrollbar-width: thin;\n            scrollbar-color: #9db300 transparent;\n        }\n        \n        .floating-nav::-webkit-scrollbar {\n            width: 4px;\n        }\n        \n        .floating-nav::-webkit-scrollbar-thumb {\n            background: #9db300;\n            border-radius: 4px;\n        }\n        \n        .floating-nav-title {\n            font-size: 11px;\n            font-weight: 700;\n            color: #1e4d8c;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            margin-bottom: 12px;\n            text-align: center;\n            opacity: 0.8;\n        }\n        \n        .floating-nav-list {\n            list-style: none;\n            display: flex;\n            flex-direction: column;\n            gap: 8px;\n        }\n        \n        .floating-nav-item {\n            position: relative;\n        }\n        \n        .floating-nav-link {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            padding: 10px 14px;\n            border-radius: 10px;\n            text-decoration: none;\n            color: #4a4a5a;\n            font-size: 13px;\n            font-weight: 500;\n            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n            position: relative;\n            overflow: hidden;\n            white-space: nowrap;\n        }\n        \n        .floating-nav-link::before {\n            content: '';\n            position: absolute;\n            left: 0;\n            top: 0;\n            height: 100%;\n            width: 0;\n            background: linear-gradient(90deg, #1e4d8c, #2d6bc4);\n            transition: width 0.3s ease;\n            z-index: -1;\n            border-radius: 10px;\n        }\n        \n        .floating-nav-link:hover::before,\n        .floating-nav-link.active::before {\n            width: 100%;\n        }\n        \n        .floating-nav-link:hover,\n        .floating-nav-link.active {\n            color: white;\n            transform: translateX(-4px);\n            box-shadow: 0 4px 15px rgba(30, 77, 140, 0.4);\n        }\n        \n        .floating-nav-icon {\n            width: 28px;\n            height: 28px;\n            border-radius: 8px;\n            background: rgba(30, 77, 140, 0.1);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 14px;\n            transition: all 0.3s ease;\n            flex-shrink: 0;\n        }\n        \n        .floating-nav-link:hover .floating-nav-icon,\n        .floating-nav-link.active .floating-nav-icon {\n            background: rgba(255, 255, 255, 0.2);\n            transform: scale(1.1) rotate(5deg);\n        }\n        \n        .floating-nav-text {\n            opacity: 0;\n            max-width: 0;\n            overflow: hidden;\n            transition: all 0.3s ease;\n        }\n        \n        .floating-nav:hover .floating-nav-text {\n            opacity: 1;\n            max-width: 200px;\n            margin-left: 4px;\n        }\n        \n        \/* Indicateur de progression *\/\n        .nav-progress {\n            position: absolute;\n            left: 0;\n            top: 0;\n            width: 3px;\n            height: 100%;\n            background: rgba(30, 77, 140, 0.2);\n            border-radius: 3px;\n        }\n        \n        .nav-progress-bar {\n            width: 100%;\n            background: linear-gradient(180deg, #1e4d8c, #9db300);\n            border-radius: 3px;\n            transition: height 0.1s ease;\n        }\n        \n        \/* Animation d'entr\u00e9e *\/\n        @keyframes slideInRight {\n            from {\n                opacity: 0;\n                transform: translateX(20px);\n            }\n            to {\n                opacity: 1;\n                transform: translateX(0);\n            }\n        }\n        \n        .floating-nav-item {\n            animation: slideInRight 0.4s ease backwards;\n        }\n        \n        .floating-nav-item:nth-child(1) { animation-delay: 0.05s; }\n        .floating-nav-item:nth-child(2) { animation-delay: 0.1s; }\n        .floating-nav-item:nth-child(3) { animation-delay: 0.15s; }\n        .floating-nav-item:nth-child(4) { animation-delay: 0.2s; }\n        .floating-nav-item:nth-child(5) { animation-delay: 0.25s; }\n        .floating-nav-item:nth-child(6) { animation-delay: 0.3s; }\n        .floating-nav-item:nth-child(7) { animation-delay: 0.35s; }\n        .floating-nav-item:nth-child(8) { animation-delay: 0.4s; }\n        \n        \/* Pulse animation pour la section active *\/\n        @keyframes pulse {\n            0%, 100% { box-shadow: 0 0 0 0 rgba(30, 77, 140, 0.4); }\n            50% { box-shadow: 0 0 0 8px rgba(30, 77, 140, 0); }\n        }\n        \n        .floating-nav-link.active {\n            animation: pulse 2s infinite;\n        }\n        \n        \/* Mobile toggle *\/\n        .floating-nav-toggle {\n            display: none;\n            position: fixed;\n            right: 20px;\n            bottom: 20px;\n            width: 56px;\n            height: 56px;\n            border-radius: 50%;\n            background: linear-gradient(135deg, #1e4d8c, #2d6bc4);\n            border: none;\n            color: white;\n            font-size: 24px;\n            cursor: pointer;\n            box-shadow: 0 4px 20px rgba(30, 77, 140, 0.4);\n            z-index: 1001;\n            transition: all 0.3s ease;\n        }\n        \n        .floating-nav-toggle:hover {\n            transform: scale(1.1) rotate(90deg);\n        }\n        \n        \/* Responsive *\/\n        @media (max-width: 1200px) {\n            .floating-nav {\n                right: 10px;\n                padding: 12px 8px;\n            }\n        }\n        \n        @media (max-width: 768px) {\n            .floating-nav {\n                right: -100%;\n                top: auto;\n                bottom: 80px;\n                transform: none;\n                max-height: 60vh;\n                width: 280px;\n                transition: right 0.3s ease;\n            }\n            \n            .floating-nav.open {\n                right: 20px;\n            }\n            \n            .floating-nav-text {\n                opacity: 1;\n                max-width: 200px;\n            }\n            \n            .floating-nav-toggle {\n                display: flex;\n                align-items: center;\n                justify-content: center;\n            }\n        }\n        \n        \/* Hero Section *\/\n        .puit-hero {\n            padding: 60px 0;\n            text-align: center;\n            background: linear-gradient(135deg, #1e4d8c 0%, #2d6bc4 100%);\n            color: white;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .puit-hero::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: \n                radial-gradient(circle at 20% 50%, rgba(255,255,255,0.1) 0%, transparent 50%),\n                radial-gradient(circle at 80% 50%, rgba(157, 179, 0, 0.2) 0%, transparent 50%);\n            animation: heroPulse 8s ease-in-out infinite;\n        }\n        \n        @keyframes heroPulse {\n            0%, 100% { opacity: 0.5; }\n            50% { opacity: 1; }\n        }\n        \n        .puit-badge {\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            padding: 8px 16px;\n            border-radius: 9999px;\n            background-color: rgba(255, 255, 255, 0.2);\n            color: white;\n            font-size: 14px;\n            font-weight: 500;\n            margin-bottom: 24px;\n            position: relative;\n            z-index: 1;\n            backdrop-filter: blur(10px);\n        }\n        \n        .puit-hero h1 {\n            font-size: clamp(1.75rem, 4vw, 3rem);\n            font-weight: 700;\n            margin-bottom: 16px;\n            line-height: 1.3;\n            position: relative;\n            z-index: 1;\n        }\n        \n        .puit-hero h1 span {\n            color: #c4d600;\n        }\n        \n        .puit-hero-subtitle {\n            font-size: clamp(1.125rem, 2vw, 1.5rem);\n            opacity: 0.9;\n            margin-bottom: 40px;\n            position: relative;\n            z-index: 1;\n        }\n        \n        .puit-highlight-box {\n            background: rgba(255, 255, 255, 0.95);\n            padding: 32px;\n            border-radius: 12px;\n            color: #1a1a2e;\n            text-align: left;\n            position: relative;\n            z-index: 1;\n            box-shadow: 0 20px 60px rgba(0,0,0,0.2);\n            border-left: 5px solid #9db300;\n        }\n        \n        .puit-highlight-box h2 {\n            font-size: 1.5rem;\n            font-weight: 700;\n            margin-bottom: 16px;\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            color: #1e4d8c;\n        }\n        \n        .puit-highlight-box p {\n            font-size: 1.125rem;\n            line-height: 1.8;\n            color: #4a4a5a;\n        }\n        \n        .puit-highlight-box p + p {\n            margin-top: 16px;\n        }\n        \n        \/* PPP Banner *\/\n        .ppp-banner {\n            background: linear-gradient(135deg, #1e4d8c 0%, #2d6bc4 50%, #9db300 100%);\n            padding: 40px 0;\n            text-align: center;\n            color: white;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .ppp-banner::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: url('data:image\/svg+xml,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 100 100\"><circle cx=\"50\" cy=\"50\" r=\"40\" fill=\"none\" stroke=\"rgba(255,255,255,0.1)\" stroke-width=\"0.5\"\/><\/svg>');\n            background-size: 100px 100px;\n            opacity: 0.3;\n            animation: rotate 60s linear infinite;\n        }\n        \n        @keyframes rotate {\n            from { transform: rotate(0deg); }\n            to { transform: rotate(360deg); }\n        }\n        \n        .ppp-title {\n            font-size: clamp(2rem, 5vw, 3.5rem);\n            font-weight: 800;\n            margin-bottom: 8px;\n            position: relative;\n            z-index: 1;\n            text-shadow: 0 4px 20px rgba(0,0,0,0.2);\n        }\n        \n        .ppp-title span {\n            display: inline-block;\n            animation: bounce 2s infinite;\n        }\n        \n        .ppp-title span:nth-child(1) { color: #60a5fa; animation-delay: 0s; }\n        .ppp-title span:nth-child(2) { color: #f87171; animation-delay: 0.2s; }\n        .ppp-title span:nth-child(3) { color: #4ade80; animation-delay: 0.4s; }\n        \n        @keyframes bounce {\n            0%, 100% { transform: translateY(0); }\n            50% { transform: translateY(-10px); }\n        }\n        \n        .ppp-subtitle {\n            font-size: 1.5rem;\n            font-weight: 500;\n            opacity: 0.95;\n            position: relative;\n            z-index: 1;\n        }\n        \n        \/* Sections *\/\n        .puit-section {\n            padding: 64px 0;\n            scroll-margin-top: 40px;\n        }\n        \n        .puit-section-white {\n            background-color: #ffffff;\n        }\n        \n        .puit-section-light {\n            background-color: #f8fafc;\n        }\n        \n        .puit-section-title {\n            font-size: clamp(1.5rem, 3vw, 2rem);\n            font-weight: 700;\n            color: #1e4d8c;\n            text-align: center;\n            margin-bottom: 48px;\n            position: relative;\n            display: inline-block;\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        \n        .puit-section-title::after {\n            content: '';\n            position: absolute;\n            bottom: -12px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 80px;\n            height: 4px;\n            background: linear-gradient(90deg, #1e4d8c, #9db300);\n            border-radius: 2px;\n            transition: width 0.3s ease;\n        }\n        \n        .puit-section-title:hover::after {\n            width: 120px;\n        }\n        \n        \/* Compass Card *\/\n        .compass-card {\n            background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 100%);\n            border-radius: 20px;\n            padding: 40px;\n            box-shadow: 0 20px 60px rgba(30, 77, 140, 0.1);\n            border: 2px solid rgba(30, 77, 140, 0.1);\n            position: relative;\n            overflow: hidden;\n            text-align: center;\n        }\n        \n        .compass-card::before {\n            content: '\ud83e\udded';\n            position: absolute;\n            top: -20px;\n            right: -20px;\n            font-size: 150px;\n            opacity: 0.05;\n            transform: rotate(15deg);\n        }\n        \n        .compass-icon {\n            width: 100px;\n            height: 100px;\n            margin: 0 auto 24px;\n            background: linear-gradient(135deg, #1e4d8c, #2d6bc4);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 50px;\n            color: white;\n            box-shadow: 0 10px 30px rgba(30, 77, 140, 0.3);\n            animation: compassFloat 3s ease-in-out infinite;\n        }\n        \n        @keyframes compassFloat {\n            0%, 100% { transform: translateY(0) rotate(0deg); }\n            50% { transform: translateY(-10px) rotate(5deg); }\n        }\n        \n        .compass-card h3 {\n            font-size: 1.75rem;\n            color: #1e4d8c;\n            margin-bottom: 16px;\n        }\n        \n        .compass-card p {\n            color: #4a4a5a;\n            font-size: 1.125rem;\n            max-width: 600px;\n            margin: 0 auto;\n        }\n        \n        .compass-features {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 24px;\n            margin-top: 32px;\n        }\n        \n        .compass-feature {\n            background: white;\n            padding: 20px;\n            border-radius: 12px;\n            border: 2px solid rgba(30, 77, 140, 0.1);\n            transition: all 0.3s ease;\n        }\n        \n        .compass-feature:hover {\n            transform: translateY(-5px);\n            border-color: #9db300;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n        }\n        \n        .compass-feature-icon {\n            font-size: 32px;\n            margin-bottom: 12px;\n        }\n        \n        .compass-feature h4 {\n            color: #1e4d8c;\n            font-size: 1rem;\n            margin-bottom: 8px;\n        }\n        \n        .compass-feature p {\n            font-size: 0.875rem;\n            color: #6b6b7b;\n        }\n        \n        \/* Info Cards *\/\n        .puit-info-card {\n            background: #ffffff;\n            padding: 32px;\n            border-radius: 16px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.08);\n            border-left: 5px solid #1e4d8c;\n            margin-bottom: 24px;\n            transition: all 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .puit-info-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(90deg, transparent, rgba(30, 77, 140, 0.03), transparent);\n            transform: translateX(-100%);\n            transition: transform 0.6s ease;\n        }\n        \n        .puit-info-card:hover::before {\n            transform: translateX(100%);\n        }\n        \n        .puit-info-card:hover {\n            transform: translateY(-4px);\n            box-shadow: 0 12px 40px rgba(0,0,0,0.12);\n        }\n        \n        .puit-info-card h2 {\n            font-size: 1.5rem;\n            font-weight: 600;\n            color: #1e4d8c;\n            margin-bottom: 20px;\n            display: flex;\n            align-items: center;\n            gap: 12px;\n        }\n        \n        .puit-info-card p {\n            color: #4a4a5a;\n            margin-bottom: 16px;\n            font-size: 1.05rem;\n        }\n        \n        .puit-info-card ul {\n            list-style: none;\n            padding: 0;\n        }\n        \n        .puit-info-card li {\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            margin-bottom: 14px;\n            color: #4a4a5a;\n            transition: all 0.2s ease;\n            padding: 8px;\n            border-radius: 8px;\n        }\n        \n        .puit-info-card li:hover {\n            background: rgba(30, 77, 140, 0.05);\n            transform: translateX(8px);\n        }\n        \n        .puit-info-card li::before {\n            content: \"\u2696\ufe0f\";\n            flex-shrink: 0;\n            font-size: 18px;\n        }\n        \n        \/* Grid *\/\n        .puit-grid {\n            display: grid;\n            gap: 24px;\n        }\n        \n        .puit-grid-2 {\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n        }\n        \n        .puit-grid-3 {\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n        }\n        \n        .puit-grid-4 {\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n        }\n        \n        \/* Service Cards *\/\n        .service-card {\n            background: white;\n            border-radius: 16px;\n            padding: 32px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.08);\n            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n            position: relative;\n            overflow: hidden;\n            border: 2px solid transparent;\n        }\n        \n        .service-card::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background: linear-gradient(90deg, #1e4d8c, #9db300);\n            transform: scaleX(0);\n            transition: transform 0.3s ease;\n        }\n        \n        .service-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 20px 50px rgba(0,0,0,0.15);\n            border-color: rgba(30, 77, 140, 0.2);\n        }\n        \n        .service-card:hover::after {\n            transform: scaleX(1);\n        }\n        \n        .service-icon {\n            width: 64px;\n            height: 64px;\n            border-radius: 16px;\n            background: linear-gradient(135deg, #1e4d8c, #2d6bc4);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 28px;\n            color: white;\n            margin-bottom: 20px;\n            transition: all 0.3s ease;\n        }\n        \n        .service-card:hover .service-icon {\n            transform: scale(1.1) rotate(5deg);\n            box-shadow: 0 10px 30px rgba(30, 77, 140, 0.3);\n        }\n        \n        .service-card h3 {\n            font-size: 1.25rem;\n            color: #1e4d8c;\n            margin-bottom: 12px;\n            font-weight: 600;\n        }\n        \n        .service-card p {\n            color: #6b6b7b;\n            font-size: 0.95rem;\n            line-height: 1.6;\n        }\n        \n        \/* Step Cards *\/\n        .step-card {\n            background: white;\n            border-radius: 16px;\n            padding: 28px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.08);\n            position: relative;\n            transition: all 0.3s ease;\n            border: 2px solid rgba(157, 179, 0, 0.2);\n        }\n        \n        .step-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 40px rgba(0,0,0,0.12);\n            border-color: #9db300;\n        }\n        \n        .step-number {\n            position: absolute;\n            top: -15px;\n            left: 24px;\n            width: 40px;\n            height: 40px;\n            background: linear-gradient(135deg, #9db300, #c4d600);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: white;\n            font-weight: 700;\n            font-size: 1.25rem;\n            box-shadow: 0 4px 15px rgba(157, 179, 0, 0.4);\n            animation: pulseStep 2s infinite;\n        }\n        \n        @keyframes pulseStep {\n            0%, 100% { box-shadow: 0 4px 15px rgba(157, 179, 0, 0.4); }\n            50% { box-shadow: 0 4px 25px rgba(157, 179, 0, 0.6); }\n        }\n        \n        .step-card h3 {\n            margin-top: 20px;\n            color: #1e4d8c;\n            font-size: 1.15rem;\n            margin-bottom: 12px;\n        }\n        \n        .step-card p {\n            color: #6b6b7b;\n            font-size: 0.9rem;\n        }\n        \n        \/* Partner Logos *\/\n        .partner-section {\n            background: white;\n            padding: 48px;\n            border-radius: 20px;\n            box-shadow: 0 10px 40px rgba(0,0,0,0.08);\n            text-align: center;\n        }\n        \n        .partner-logos {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            gap: 48px;\n            flex-wrap: wrap;\n            margin-top: 32px;\n        }\n        \n        .partner-logo {\n            width: 120px;\n            height: 120px;\n            background: linear-gradient(135deg, #f0f4f8, #e2e8f0);\n            border-radius: 20px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 48px;\n            transition: all 0.3s ease;\n            border: 3px solid transparent;\n        }\n        \n        .partner-logo:hover {\n            transform: scale(1.1) translateY(-5px);\n            border-color: #9db300;\n            box-shadow: 0 15px 30px rgba(0,0,0,0.15);\n        }\n        \n        \/* Contact CTA *\/\n        .cta-section {\n            background: linear-gradient(135deg, #1e4d8c 0%, #2d6bc4 100%);\n            padding: 64px 0;\n            text-align: center;\n            color: white;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .cta-section::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: \n                radial-gradient(circle at 30% 50%, rgba(255,255,255,0.1) 0%, transparent 50%),\n                radial-gradient(circle at 70% 50%, rgba(157, 179, 0, 0.2) 0%, transparent 50%);\n        }\n        \n        .cta-content {\n            position: relative;\n            z-index: 1;\n        }\n        \n        .cta-section h2 {\n            font-size: clamp(1.5rem, 3vw, 2.25rem);\n            margin-bottom: 24px;\n        }\n        \n        .cta-button {\n            display: inline-flex;\n            align-items: center;\n            gap: 12px;\n            padding: 16px 32px;\n            background: white;\n            color: #1e4d8c;\n            text-decoration: none;\n            border-radius: 50px;\n            font-weight: 600;\n            font-size: 1.1rem;\n            transition: all 0.3s ease;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.2);\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 15px 40px rgba(0,0,0,0.3);\n            background: #9db300;\n            color: white;\n        }\n        \n        \/* Table *\/\n        .puit-table-wrapper {\n            overflow-x: auto;\n            border-radius: 16px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.08);\n        }\n        \n        .puit-table {\n            width: 100%;\n            border-collapse: collapse;\n            font-size: 14px;\n            background: white;\n        }\n        \n        .puit-table th {\n            background: linear-gradient(135deg, #1e4d8c, #2d6bc4);\n            color: white;\n            padding: 20px;\n            text-align: left;\n            font-weight: 600;\n            position: sticky;\n            top: 0;\n        }\n        \n        .puit-table td {\n            padding: 20px;\n            border-bottom: 1px solid rgba(0,0,0,0.05);\n            vertical-align: top;\n            transition: all 0.2s ease;\n        }\n        \n        .puit-table tr:hover td {\n            background: rgba(30, 77, 140, 0.03);\n            transform: scale(1.01);\n        }\n        \n        .puit-table tr:nth-child(even) {\n            background: rgba(157, 179, 0, 0.03);\n        }\n        \n        \/* Quote *\/\n        .puit-quote-section {\n            padding: 80px 0;\n            text-align: center;\n            background: linear-gradient(135deg, #f0f4f8 0%, #e2e8f0 100%);\n            position: relative;\n        }\n        \n        .puit-quote-section::before {\n            content: '\"';\n            position: absolute;\n            top: 20px;\n            left: 50%;\n            transform: translateX(-50%);\n            font-size: 150px;\n            color: rgba(30, 77, 140, 0.1);\n            font-family: Georgia, serif;\n            line-height: 1;\n        }\n        \n        .puit-quote {\n            font-size: clamp(1.25rem, 2.5vw, 1.75rem);\n            color: #1e4d8c;\n            max-width: 800px;\n            margin: 0 auto 32px;\n            font-style: italic;\n            position: relative;\n            z-index: 1;\n            font-weight: 500;\n        }\n        \n        .puit-quote-author {\n            color: #9db300;\n            font-weight: 600;\n            font-size: 1.1rem;\n        }\n        \n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .puit-hero {\n                padding: 40px 0;\n            }\n            \n            .puit-highlight-box {\n                padding: 24px;\n            }\n            \n            .puit-section {\n                padding: 40px 0;\n            }\n            \n            .compass-card {\n                padding: 24px;\n            }\n            \n            .partner-section {\n                padding: 32px;\n            }\n            \n            .partner-logos {\n                gap: 24px;\n            }\n        }\n        \n        \/* Icons *\/\n        .icon-home::before { content: \"\ud83c\udfe0\"; }\n        .icon-compass::before { content: \"\ud83e\udded\"; }\n        .icon-balance::before { content: \"\u2696\ufe0f\"; }\n        .icon-document::before { content: \"\ud83d\udcc4\"; }\n        .icon-handshake::before { content: \"\ud83e\udd1d\"; }\n        .icon-building::before { content: \"\ud83c\udfe2\"; }\n        .icon-rocket::before { content: \"\ud83d\ude80\"; }\n        .icon-shield::before { content: \"\ud83d\udee1\ufe0f\"; }\n        .icon-lightbulb::before { content: \"\ud83d\udca1\"; }\n        .icon-check::before { content: \"\u2713\"; }\n        .icon-arrow::before { content: \"\u2192\"; }\n        .icon-phone::before { content: \"\ud83d\udcde\"; }\n        .icon-email::before { content: \"\u2709\ufe0f\"; }\n        .icon-menu::before { content: \"\u2630\"; }\n        .icon-close::before { content: \"\u2715\"; }\n        .icon-tax::before { content: \"\ud83d\udcb0\"; }\n        .icon-contract::before { content: \"\ud83d\udcdd\"; }\n        .icon-patent::before { content: \"\ud83c\udfc5\"; }\n        .icon-copyright::before { content: \"\u00a9\ufe0f\"; }\n    <\/style>\n<base target=\"_blank\">\n<\/head>\n<body>\n    <!-- Menu Flottant -->\n    <nav class=\"floating-nav\" id=\"floatingNav\">\n        <div class=\"nav-progress\">\n            <div class=\"nav-progress-bar\" id=\"navProgressBar\"><\/div>\n        <\/div>\n        <div class=\"floating-nav-title\">Navigation<\/div>\n        <ul class=\"floating-nav-list\">\n            <li class=\"floating-nav-item\">\n                <a href=\"#accueil\" class=\"floating-nav-link active\" data-section=\"accueil\">\n                    <span class=\"floating-nav-icon\"><span class=\"icon-home\"><\/span><\/span>\n                    <span class=\"floating-nav-text\">Accueil<\/span>\n                <\/a>\n            <\/li>\n            <li class=\"floating-nav-item\">\n                <a href=\"#boussole\" class=\"floating-nav-link\" data-section=\"boussole\">\n                    <span class=\"floating-nav-icon\"><span class=\"icon-compass\"><\/span><\/span>\n                    <span class=\"floating-nav-text\">Boussole SAJF<\/span>\n                <\/a>\n            <\/li>\n            <li class=\"floating-nav-item\">\n                <a href=\"#ppp\" class=\"floating-nav-link\" data-section=\"ppp\">\n                    <span class=\"floating-nav-icon\"><span class=\"icon-handshake\"><\/span><\/span>\n                    <span class=\"floating-nav-text\">Partenariat PPP<\/span>\n                <\/a>\n            <\/li>\n            <li class=\"floating-nav-item\">\n                <a href=\"#services\" class=\"floating-nav-link\" data-section=\"services\">\n                    <span class=\"floating-nav-icon\"><span class=\"icon-balance\"><\/span><\/span>\n                    <span class=\"floating-nav-text\">Services Juridiques<\/span>\n                <\/a>\n            <\/li>\n            <li class=\"floating-nav-item\">\n                <a href=\"#accompagnement\" class=\"floating-nav-link\" data-section=\"accompagnement\">\n                    <span class=\"floating-nav-icon\"><span class=\"icon-rocket\"><\/span><\/span>\n                    <span class=\"floating-nav-text\">Accompagnement<\/span>\n                <\/a>\n            <\/li>\n            <li class=\"floating-nav-item\">\n                <a href=\"#demarches\" class=\"floating-nav-link\" data-section=\"demarches\">\n                    <span class=\"floating-nav-icon\"><span class=\"icon-document\"><\/span><\/span>\n                    <span class=\"floating-nav-text\">D\u00e9marches<\/span>\n                <\/a>\n            <\/li>\n            <li class=\"floating-nav-item\">\n                <a href=\"#partenaires\" class=\"floating-nav-link\" data-section=\"partenaires\">\n                    <span class=\"floating-nav-icon\"><span class=\"icon-building\"><\/span><\/span>\n                    <span class=\"floating-nav-text\">Partenaires<\/span>\n                <\/a>\n            <\/li>\n            <li class=\"floating-nav-item\">\n                <a href=\"#contact\" class=\"floating-nav-link\" data-section=\"contact\">\n                    <span class=\"floating-nav-icon\"><span class=\"icon-phone\"><\/span><\/span>\n                    <span class=\"floating-nav-text\">Contact<\/span>\n                <\/a>\n            <\/li>\n        <\/ul>\n    <\/nav>\n    \n    <!-- Bouton Toggle Mobile -->\n    <button class=\"floating-nav-toggle\" id=\"navToggle\" onclick=\"toggleNav()\">\n        <span class=\"icon-menu\" id=\"toggleIcon\"><\/span>\n    <\/button>\n\n    <!-- Hero Section -->\n    <section class=\"puit-hero\" id=\"accueil\">\n        <div class=\"puit-container\">\n            <div class=\"puit-badge\">\n                <span class=\"icon-balance\"><\/span>\n                <span>Guide Juridique Officiel<\/span>\n            <\/div>\n            <h1>\n                Guide Juridique du<br>\n                <span>P\u00f4le Universitaire Innovation & Technologie<\/span>\n            <\/h1>\n            <p class=\"puit-hero-subtitle\">Votre r\u00e9f\u00e9rence juridique pour l'innovation et l'entrepreneuriat<\/p>\n            \n            <div class=\"puit-highlight-box\">\n                <h2><span class=\"icon-compass\"><\/span> Le Pont entre le Savoir et l'Action<\/h2>\n                <p>\n                    Le <strong>Guide Juridique PUIT<\/strong> est votre compagnon strat\u00e9gique pour naviguer dans l'univers juridique \n                    de l'innovation. En partenariat avec <strong>Boussole SAJF<\/strong> (Services Administratifs, Juridiques & Fiscaux), \n                    nous vous accompagnons de l'id\u00e9e \u00e0 la r\u00e9alisation.\n                <\/p>\n                <p>\n                    Que vous soyez <strong>chercheur, entrepreneur, startup ou entreprise<\/strong>, ce guide vous fournit \n                    les outils juridiques essentiels pour s\u00e9curiser vos projets et prot\u00e9ger vos innovations.\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- PPP Banner -->\n    <section class=\"ppp-banner\" id=\"ppp\">\n        <div class=\"puit-container\">\n            <div class=\"ppp-title\">\n                <span>P<\/span><span>P<\/span><span>P<\/span>\n            <\/div>\n            <p class=\"ppp-subtitle\">Partenariat Public-Priv\u00e9<\/p>\n        <\/div>\n    <\/section>\n\n    <!-- Boussole SAJF Section -->\n    <section class=\"puit-section puit-section-white\" id=\"boussole\">\n        <div class=\"puit-container\">\n            <h2 class=\"puit-section-title\">Boussole SAJF : Votre Guide Juridique<\/h2>\n            \n            <div class=\"compass-card\">\n                <div class=\"compass-icon\">\ud83e\udded<\/div>\n                <h3>Services Administratifs, Juridiques & Fiscaux<\/h3>\n                <p>\n                    La Boussole SAJF est le service d\u00e9di\u00e9 du PUIT qui vous oriente dans toutes vos d\u00e9marches \n                    administratives et juridiques. De la cr\u00e9ation d'entreprise \u00e0 la protection intellectuelle, \n                    nous sommes l\u00e0 pour vous guider.\n                <\/p>\n                \n                <div class=\"compass-features\">\n                    <div class=\"compass-feature\">\n                        <div class=\"compass-feature-icon\">\u2696\ufe0f<\/div>\n                        <h4>Conseil Juridique<\/h4>\n                        <p>Expertise en droit des affaires et de l'innovation<\/p>\n                    <\/div>\n                    <div class=\"compass-feature\">\n                        <div class=\"compass-feature-icon\">\ud83d\udccb<\/div>\n                        <h4>Administration<\/h4>\n                        <p>Formalit\u00e9s et d\u00e9marches administratives simplifi\u00e9es<\/p>\n                    <\/div>\n                    <div class=\"compass-feature\">\n                        <div class=\"compass-feature-icon\">\ud83d\udcb0<\/div>\n                        <h4>Fiscalit\u00e9<\/h4>\n                        <p>Optimisation fiscale et accompagnement comptable<\/p>\n                    <\/div>\n                    <div class=\"compass-feature\">\n                        <div class=\"compass-feature-icon\">\ud83e\udd1d<\/div>\n                        <h4>M\u00e9diation<\/h4>\n                        <p>R\u00e9solution des conflits et n\u00e9gociation<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Services Juridiques -->\n    <section class=\"puit-section puit-section-light\" id=\"services\">\n        <div class=\"puit-container\">\n            <h2 class=\"puit-section-title\">Nos Services Juridiques<\/h2>\n            \n            <div class=\"puit-grid puit-grid-2\">\n                <div class=\"puit-info-card\">\n                    <h2><span class=\"icon-patent\"><\/span> Propri\u00e9t\u00e9 Intellectuelle<\/h2>\n                    <p>Prot\u00e9gez vos innovations et cr\u00e9ations :<\/p>\n                    <ul>\n                        <li>D\u00e9p\u00f4t de brevets et protection des inventions<\/li>\n                        <li>Enregistrement de marques et logos<\/li>\n                        <li>Protection des droits d'auteur et logiciels<\/li>\n                        <li>Strat\u00e9gie de protection des savoir-faire<\/li>\n                        <li>Veille juridique et monitoring des contrefa\u00e7ons<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"puit-info-card\">\n                    <h2><span class=\"icon-contract\"><\/span> Contrats & Partenariats<\/h2>\n                    <p>S\u00e9curisez vos collaborations :<\/p>\n                    <ul>\n                        <li>R\u00e9daction et n\u00e9gociation de contrats de recherche<\/li>\n                        <li>Accords de confidentialit\u00e9 (NDA) et clauses de non-concurrence<\/li>\n                        <li>Contrats de transfert de technologie<\/li>\n                        <li>Partenariats public-priv\u00e9 (PPP)<\/li>\n                        <li>Conventions de co-entreprise et joint-ventures<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"puit-info-card\">\n                    <h2><span class=\"icon-building\"><\/span> Cr\u00e9ation d'Entreprise<\/h2>\n                    <p>De l'id\u00e9e \u00e0 la structure juridique :<\/p>\n                    <ul>\n                        <li>Choix de la forme juridique adapt\u00e9e (startup, SARL, SA)<\/li>\n                        <li>R\u00e9daction des statuts et pactes d'associ\u00e9s<\/li>\n                        <li>Immatriculation et formalit\u00e9s de cr\u00e9ation<\/li>\n                        <li>Conseil en gouvernance d'entreprise<\/li>\n                        <li>Accompagnement aux lev\u00e9es de fonds<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"puit-info-card\">\n                    <h2><span class=\"icon-tax\"><\/span> Fiscalit\u00e9 & Financements<\/h2>\n                    <p>Optimisez votre strat\u00e9gie fiscale :<\/p>\n                    <ul>\n                        <li>Conseil fiscal pour startups et PME innovantes<\/li>\n                        <li>Acc\u00e8s aux incitations fiscales (R&D, innovation)<\/li>\n                        <li>Gestion des subventions et aides publiques<\/li>\n                        <li>Structuration des financements (amor\u00e7age, seed, s\u00e9rie A)<\/li>\n                        <li>Due diligence juridique et fiscale<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Accompagnement Startups -->\n    <section class=\"puit-section puit-section-white\" id=\"accompagnement\">\n        <div class=\"puit-container\">\n            <h2 class=\"puit-section-title\">Accompagnement des Startups & Projets<\/h2>\n            \n            <div class=\"puit-grid puit-grid-4\">\n                <div class=\"service-card\">\n                    <div class=\"service-icon\">\ud83c\udfd7\ufe0f<\/div>\n                    <h3>Infrastructures de Pointe<\/h3>\n                    <p>Espaces de coworking modernes, laboratoires \u00e9quip\u00e9s avec technologies de pointe (IA, IoT, robotique, Big Data)<\/p>\n                <\/div>\n                \n                <div class=\"service-card\">\n                    <div class=\"service-icon\">\ud83d\udd2c<\/div>\n                    <h3>Laboratoires High-Tech<\/h3>\n                    <p>Acc\u00e8s \u00e0 des plateformes de calcul haute performance et \u00e9quipements de recherche avanc\u00e9s<\/p>\n                <\/div>\n                \n                <div class=\"service-card\">\n                    <div class=\"service-icon\">\ud83d\ude80<\/div>\n                    <h3>Accompagnement Startups<\/h3>\n                    <p>Encadrement et mentorat pour le lancement, acc\u00e8s aux financements, incubateur et acc\u00e9l\u00e9rateur<\/p>\n                <\/div>\n                \n                <div class=\"service-card\">\n                    <div class=\"service-icon\">\ud83d\udcda<\/div>\n                    <h3>Formations & Workshops<\/h3>\n                    <p>Sessions de formation juridique, ateliers pratiques et s\u00e9minaires de sensibilisation<\/p>\n                <\/div>\n            <\/div>\n            \n            <div style=\"margin-top: 48px; text-align: center;\">\n                <div style=\"display: inline-block; padding: 24px 48px; background: linear-gradient(135deg, rgba(30, 77, 140, 0.1), rgba(157, 179, 0, 0.1)); border-radius: 16px; border: 2px dashed #1e4d8c;\">\n                    <p style=\"color: #1e4d8c; font-size: 1.2rem; font-weight: 600; margin-bottom: 8px;\">\n                        <span class=\"icon-lightbulb\"><\/span> Pourquoi rejoindre le P\u00f4le PUIT ?\n                    <\/p>\n                    <p style=\"color: #4a4a5a;\">Transformer vos id\u00e9es en projets innovants \u2022 Acc\u00e9der \u00e0 des ressources technologiques avanc\u00e9es \u2022 B\u00e9n\u00e9ficier d'un accompagnement personnalis\u00e9 \u2022 Construire un r\u00e9seau professionnel dynamique<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- D\u00e9marches -->\n    <section class=\"puit-section puit-section-light\" id=\"demarches\">\n        <div class=\"puit-container\">\n            <h2 class=\"puit-section-title\">Votre Parcours Juridique en 4 \u00c9tapes<\/h2>\n            \n            <div class=\"puit-grid puit-grid-4\">\n                <div class=\"step-card\">\n                    <div class=\"step-number\">1<\/div>\n                    <h3>Consultation Initiale<\/h3>\n                    <p>Prenez rendez-vous avec nos experts juridiques pour \u00e9valuer vos besoins et d\u00e9finir votre strat\u00e9gie<\/p>\n                <\/div>\n                \n                <div class=\"step-card\">\n                    <div class=\"step-number\">2<\/div>\n                    <h3>Diagnostic & Conseil<\/h3>\n                    <p>Analyse de votre situation juridique et recommandations personnalis\u00e9es pour votre projet<\/p>\n                <\/div>\n                \n                <div class=\"step-card\">\n                    <div class=\"step-number\">3<\/div>\n                    <h3>Mise en \u0152uvre<\/h3>\n                    <p>R\u00e9daction des documents, d\u00e9p\u00f4ts de protection, formalit\u00e9s administratives et constitution de la soci\u00e9t\u00e9<\/p>\n                <\/div>\n                \n                <div class=\"step-card\">\n                    <div class=\"step-number\">4<\/div>\n                    <h3>Suivi & Maintenance<\/h3>\n                    <p>Veille juridique continue, renouvellement des protections et adaptation aux \u00e9volutions l\u00e9gislatives<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Partenaires -->\n    <section class=\"puit-section puit-section-white\" id=\"partenaires\">\n        <div class=\"puit-container\">\n            <div class=\"partner-section\">\n                <h2 style=\"font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 700; color: #1e4d8c; text-align: center; margin-bottom: 16px; position: relative;\">Nos Partenaires Strat\u00e9giques<\/h2>\n                <p style=\"color: #6b6b7b; margin-bottom: 32px;\">Un \u00e9cosyst\u00e8me complet au service de l'innovation<\/p>\n                \n                <div class=\"partner-logos\">\n                    <div class=\"partner-logo\" title=\"PUIT\">\n                        <span style=\"font-size: 14px; font-weight: 700; color: #1e4d8c;\">PUIT<br><span style=\"font-size: 10px;\">P\u00f4le Universitaire<\/span><\/span>\n                    <\/div>\n                    <div class=\"partner-logo\" title=\"Universit\u00e9 de Tunis El Manar\">\n                        <span style=\"font-size: 14px; font-weight: 700; color: #1e4d8c;\">UTM<br><span style=\"font-size: 10px;\">Universit\u00e9 Tunis El Manar<\/span><\/span>\n                    <\/div>\n                    <div class=\"partner-logo\" title=\"Boussole SAJF\">\n                        <span style=\"font-size: 14px; font-weight: 700; color: #9db300;\">SAJF<br><span style=\"font-size: 10px;\">Services Admin. Juridiques & Fiscaux<\/span><\/span>\n                    <\/div>\n                <\/div>\n                \n                <div style=\"margin-top: 32px; padding: 24px; background: linear-gradient(135deg, rgba(30, 77, 140, 0.05), rgba(157, 179, 0, 0.05)); border-radius: 12px;\">\n                    <p style=\"color: #1e4d8c; font-weight: 600; font-size: 1.1rem; margin-bottom: 12px;\">\n                        <span class=\"icon-handshake\"><\/span> Partenariat Public-Priv\u00e9 (PPP)\n                    <\/p>\n                    <p style=\"color: #4a4a5a; font-size: 0.95rem;\">\n                        Le PUIT s'inscrit dans une d\u00e9marche de Partenariat Public-Priv\u00e9, rassemblant l'excellence acad\u00e9mique \n                        de l'Universit\u00e9 de Tunis El Manar, l'expertise juridique de Boussole SAJF et le dynamisme du secteur priv\u00e9 \n                        pour cr\u00e9er un \u00e9cosyst\u00e8me d'innovation unique en Tunisie.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- CTA Contact -->\n    <section class=\"cta-section\" id=\"contact\">\n        <div class=\"puit-container\">\n            <div class=\"cta-content\">\n                <h2>Besoin d'accompagnement juridique ?<\/h2>\n                <p style=\"font-size: 1.2rem; opacity: 0.9; margin-bottom: 32px;\">\n                    Contactez la Boussole SAJF pour b\u00e9n\u00e9ficier d'un conseil personnalis\u00e9\n                <\/p>\n                <a href=\"mailto:boussole.sajf@puit.utm.tn\" class=\"cta-button\">\n                    <span class=\"icon-email\"><\/span>\n                    Contacter un Conseiller Juridique\n                <\/a>\n                <p style=\"margin-top: 24px; font-size: 0.9rem; opacity: 0.8;\">\n                    <span class=\"icon-phone\"><\/span> +216 XX XXX XXX | <span class=\"icon-email\"><\/span> boussole.sajf@puit.utm.tn\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Quote Section -->\n    <section class=\"puit-quote-section\">\n        <div class=\"puit-container\">\n            <p class=\"puit-quote\">\n                \"\u0645\u0639\u0627\u064b \u0646\u062d\u0648 \u062d\u0644\u0648\u0644 \u062a\u062a\u0631\u0643 \u0627\u0644\u0623\u062b\u0631\"\n            <\/p>\n            <p class=\"puit-quote\" style=\"font-size: 1.1rem; color: #4a4a5a; font-style: normal; margin-top: -16px;\">\n                Ensemble vers des solutions qui font la diff\u00e9rence\n            <\/p>\n            <p class=\"puit-quote-author\">\u2014 Le Pont entre le Savoir et l'Action<\/p>\n        <\/div>\n    <\/section>\n\n    <script>\n        \/\/ Gestion du menu flottant\n        function toggleNav() {\n            const nav = document.getElementById('floatingNav');\n            const icon = document.getElementById('toggleIcon');\n            nav.classList.toggle('open');\n            \n            if (nav.classList.contains('open')) {\n                icon.classList.remove('icon-menu');\n                icon.classList.add('icon-close');\n            } else {\n                icon.classList.remove('icon-close');\n                icon.classList.add('icon-menu');\n            }\n        }\n        \n        \/\/ D\u00e9tection de la section active au scroll\n        function updateActiveSection() {\n            const sections = document.querySelectorAll('section[id]');\n            const navLinks = document.querySelectorAll('.floating-nav-link');\n            const progressBar = document.getElementById('navProgressBar');\n            \n            let current = '';\n            let scrollProgress = 0;\n            \n            sections.forEach(section => {\n                const sectionTop = section.offsetTop;\n                const sectionHeight = section.clientHeight;\n                const scrollY = window.scrollY;\n                \n                if (scrollY >= sectionTop - 200) {\n                    current = section.getAttribute('id');\n                }\n                \n                \/\/ Calcul de la progression globale\n                const docHeight = document.documentElement.scrollHeight - window.innerHeight;\n                scrollProgress = (scrollY \/ docHeight) * 100;\n            });\n            \n            \/\/ Mise \u00e0 jour de la barre de progression\n            progressBar.style.height = scrollProgress + '%';\n            \n            \/\/ Mise \u00e0 jour des liens actifs\n            navLinks.forEach(link => {\n                link.classList.remove('active');\n                if (link.getAttribute('href') === '#' + current) {\n                    link.classList.add('active');\n                }\n            });\n        }\n        \n        \/\/ Smooth scroll et fermeture du menu mobile\n        document.querySelectorAll('.floating-nav-link').forEach(link => {\n            link.addEventListener('click', function(e) {\n                e.preventDefault();\n                const targetId = this.getAttribute('href');\n                const targetSection = document.querySelector(targetId);\n                \n                if (targetSection) {\n                    targetSection.scrollIntoView({ behavior: 'smooth' });\n                }\n                \n                \/\/ Fermer le menu sur mobile\n                if (window.innerWidth <= 768) {\n                    toggleNav();\n                }\n            });\n        });\n        \n        \/\/ \u00c9coute du scroll\n        window.addEventListener('scroll', updateActiveSection);\n        window.addEventListener('load', updateActiveSection);\n        \n        \/\/ Animation au chargement des \u00e9l\u00e9ments\n        const observerOptions = {\n            threshold: 0.1,\n            rootMargin: '0px 0px -50px 0px'\n        };\n        \n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.style.opacity = '1';\n                    entry.target.style.transform = 'translateY(0)';\n                }\n            });\n        }, observerOptions);\n        \n        \/\/ Observer les cartes pour animation\n        document.querySelectorAll('.service-card, .step-card, .compass-feature, .puit-info-card').forEach((el, index) => {\n            el.style.opacity = '0';\n            el.style.transform = 'translateY(20px)';\n            el.style.transition = `all 0.6s ease ${index * 0.1}s`;\n            observer.observe(el);\n        });\n    <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Guide Juridique PUIT &#8211; Boussole SAJF Navigation Accueil Boussole SAJF Partenariat PPP Services Juridiques Accompagnement D\u00e9marches Partenaires Contact Guide Juridique Officiel Guide Juridique du P\u00f4le Universitaire Innovation &#038; Technologie Votre r\u00e9f\u00e9rence juridique pour l&rsquo;innovation et l&rsquo;entrepreneuriat Le Pont entre le Savoir et l&rsquo;Action Le Guide Juridique PUIT est votre compagnon strat\u00e9gique pour naviguer dans l&rsquo;univers [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-40819","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.puit-utm.com\/index.php?rest_route=\/wp\/v2\/pages\/40819","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.puit-utm.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.puit-utm.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.puit-utm.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.puit-utm.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=40819"}],"version-history":[{"count":28,"href":"https:\/\/www.puit-utm.com\/index.php?rest_route=\/wp\/v2\/pages\/40819\/revisions"}],"predecessor-version":[{"id":41419,"href":"https:\/\/www.puit-utm.com\/index.php?rest_route=\/wp\/v2\/pages\/40819\/revisions\/41419"}],"wp:attachment":[{"href":"https:\/\/www.puit-utm.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=40819"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}