{"id":12643,"date":"2026-03-05T11:13:19","date_gmt":"2026-03-05T10:13:19","guid":{"rendered":"https:\/\/www.enscs.edu.dz\/?page_id=12643"},"modified":"2026-04-02T14:11:02","modified_gmt":"2026-04-02T12:11:02","slug":"presentation-of-the-incubator","status":"publish","type":"page","link":"https:\/\/www.enscs.edu.dz\/?page_id=12643&lang=en","title":{"rendered":"Presentation of the incubator"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"12643\" class=\"elementor elementor-12643\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c28a037 e-flex e-con-boxed e-con e-parent\" data-id=\"c28a037\" 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-69eb239 elementor-widget elementor-widget-html\" data-id=\"69eb239\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Incubator Infrastructure - NSCS<\/title>\n\n    <!-- Font Awesome pour les ic\u00f4nes -->\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\/>\n\n\n    <style>\n        \/* VARIABLES DE COULEURS - PALETTE BLEUE *\/\n        :root {\n            --primary-color: #1a202c;\n            --secondary-color: #4a5568;\n            --light-bg: #f8f9fa;\n            --card-bg: #ffffff;\n            --border-color: #e2e8f0;\n            --accent-blue: #3182ce;\n            --accent-blue-dark: #2c5282;\n            --accent-teal: #319795;\n            --accent-indigo: #4c51bf;\n            --accent-orange: #dd6b20;\n            --text-color: #000000;\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        html, body {\n            width: 100%;\n            overflow-x: hidden;\n        }\n\n        body {\n            font-family: \"Segoe UI\", Tahoma, Geneva, Verdana, sans-serif;\n            color: var(--primary-color);\n            line-height: 1.8;\n            background: #ffffff;\n            padding-top: 0;\n        }\n\n        \/* ===== FORCER PLEINE LARGEUR ===== *\/\n        .full-width-wrapper {\n            width: 100vw !important;\n            max-width: 100vw !important;\n            position: relative;\n            left: 50% !important;\n            right: 50% !important;\n            margin-left: -50vw !important;\n            margin-right: -50vw !important;\n            padding: 100px 20px 60px 20px;\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            margin-top: 0 !important;\n        }\n\n        \/* ===== CONTENEUR PRINCIPAL ===== *\/\n        .content-container {\n            width: 100%;\n            max-width: 1400px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        \/* ===== CONTENU ARTICLE ===== *\/\n        .article-content {\n            background: var(--card-bg);\n            padding: 50px;\n            border-radius: 12px;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n            margin-bottom: 40px;\n        }\n\n        \/* ===== TITRE PRINCIPAL ===== *\/\n        .page-title {\n            font-size: 2.4rem;\n            color: var(--accent-blue-dark);\n            margin-bottom: 50px;\n            font-weight: 700;\n            text-align: center;\n            padding-bottom: 20px;\n            border-bottom: 3px solid var(--border-color);\n            position: relative;\n        }\n\n        .page-title:after {\n            content: '';\n            position: absolute;\n            bottom: -3px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 200px;\n            height: 3px;\n            background-color: var(--accent-blue-dark);\n        }\n\n        .page-subtitle {\n            font-size: 1.2rem;\n            color: var(--secondary-color);\n            margin-bottom: 40px;\n            text-align: center;\n            max-width: 800px;\n            margin-left: auto;\n            margin-right: auto;\n            line-height: 1.8;\n        }\n\n        \/* ===== INTRODUCTION ===== *\/\n        .intro-section {\n            margin-bottom: 50px;\n        }\n\n        .intro-text {\n            font-size: 1.15rem;\n            line-height: 1.9;\n            color: var(--text-color);\n            text-align: justify;\n        }\n\n        .intro-text p {\n            margin-bottom: 1.5em;\n        }\n\n        \/* ===== SECTIONS ===== *\/\n        .section {\n            margin-bottom: 60px;\n        }\n\n        .section:last-child {\n            margin-bottom: 0;\n        }\n\n        .section-title {\n            font-size: 1.8rem;\n            color: var(--accent-blue);\n            margin-bottom: 30px;\n            font-weight: 700;\n            display: flex;\n            align-items: center;\n            gap: 15px;\n        }\n\n        .section-title i {\n            font-size: 1.8rem;\n            color: var(--accent-blue);\n        }\n\n        .section-subtitle {\n            font-size: 1.4rem;\n            color: var(--accent-teal);\n            margin: 30px 0 20px 0;\n            font-weight: 700;\n        }\n\n        \/* ===== ARCHITECTURE DU BLOC ===== *\/\n        .architecture-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 30px;\n            margin: 30px 0;\n        }\n\n        .architecture-item {\n            background-color: #f8fafc;\n            border-left: 4px solid var(--accent-blue);\n            padding: 25px 30px;\n            border-radius: 0 8px 8px 0;\n            position: relative;\n        }\n\n        .architecture-item:before {\n            content: \"\ud83c\udfe2\";\n            position: absolute;\n            left: 20px;\n            font-size: 1.5rem;\n            top: 25px;\n        }\n\n        .architecture-text {\n            font-size: 1.1rem;\n            line-height: 1.7;\n            color: var(--text-color);\n            padding-left: 30px;\n        }\n\n        \/* ===== SECTIONS D'ESPACES ===== *\/\n        .spaces-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 30px;\n            margin: 30px 0;\n        }\n\n        .space-card {\n            background: #ffffff;\n            border: 1px solid var(--border-color);\n            border-radius: 8px;\n            padding: 30px;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n            transition: all 0.3s ease;\n        }\n\n        .space-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(49, 130, 206, 0.15);\n        }\n\n        .space-header {\n            display: flex;\n            align-items: center;\n            gap: 15px;\n            margin-bottom: 20px;\n            padding-bottom: 15px;\n            border-bottom: 2px solid var(--border-color);\n        }\n\n        .space-icon {\n            width: 50px;\n            height: 50px;\n            background-color: #ebf8ff;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--accent-blue);\n            font-size: 1.3rem;\n        }\n\n        .space-title {\n            font-size: 1.5rem;\n            color: var(--accent-blue);\n            font-weight: 700;\n        }\n\n        .space-specs {\n            display: flex;\n            gap: 15px;\n            margin-bottom: 15px;\n            flex-wrap: wrap;\n        }\n\n        .spec-item {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            font-size: 0.95rem;\n            color: var(--secondary-color);\n        }\n\n        .spec-item i {\n            color: var(--accent-blue);\n        }\n\n        .space-content {\n            font-size: 1.05rem;\n            line-height: 1.7;\n            color: var(--text-color);\n        }\n\n        .space-features {\n            margin-top: 20px;\n            padding-top: 20px;\n            border-top: 1px solid var(--border-color);\n        }\n\n        .feature-list {\n            list-style-type: none;\n            padding-left: 0;\n        }\n\n        .feature-list li {\n            margin-bottom: 10px;\n            font-size: 1rem;\n            line-height: 1.6;\n            color: var(--text-color);\n            position: relative;\n            padding-left: 25px;\n        }\n\n        .feature-list li:before {\n            content: \"\u2713\";\n            position: absolute;\n            left: 0;\n            color: var(--accent-teal);\n            font-weight: bold;\n        }\n\n        \/* ===== \u00c9QUIPEMENTS ===== *\/\n        .equipment-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 25px;\n            margin: 30px 0;\n        }\n\n        .equipment-item {\n            background-color: #f0f9ff;\n            border: 1px solid #bee3f8;\n            padding: 20px;\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            gap: 15px;\n            transition: all 0.3s ease;\n        }\n\n        .equipment-item:hover {\n            transform: translateX(5px);\n            box-shadow: 0 4px 12px rgba(49, 130, 206, 0.1);\n        }\n\n        .equipment-icon {\n            color: var(--accent-blue);\n            font-size: 1.5rem;\n            min-width: 40px;\n        }\n\n        .equipment-text {\n            font-size: 1.05rem;\n            line-height: 1.6;\n            color: var(--text-color);\n        }\n\n        \/* ===== FORMATIONS ===== *\/\n        .training-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 25px;\n            margin: 30px 0;\n        }\n\n        .training-card {\n            background-color: #f8fafc;\n            border-left: 4px solid var(--accent-teal);\n            padding: 20px 25px 20px 35px;\n            border-radius: 0 8px 8px 0;\n            position: relative;\n        }\n\n        .training-card:before {\n            content: \"\u25cf\";\n            position: absolute;\n            left: 20px;\n            color: var(--accent-teal);\n            font-weight: bold;\n            font-size: 1.2rem;\n            top: 20px;\n        }\n\n        .training-header {\n            display: flex;\n            align-items: center;\n            gap: 15px;\n            margin-bottom: 15px;\n        }\n\n        .training-icon {\n            color: var(--accent-teal);\n            font-size: 1.3rem;\n        }\n\n        .training-title {\n            font-size: 1.3rem;\n            color: var(--accent-teal);\n            font-weight: 700;\n        }\n\n        .training-text {\n            font-size: 1.05rem;\n            line-height: 1.7;\n            color: var(--text-color);\n        }\n\n        \/* ===== DOCUMENTS \u00c0 T\u00c9L\u00c9CHARGER ===== *\/\n        .documents-section {\n            margin: 50px 0 40px 0;\n        }\n\n        .documents-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 30px;\n            margin-top: 25px;\n        }\n\n        .document-card {\n            background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);\n            border: 1px solid var(--border-color);\n            border-radius: 16px;\n            padding: 30px;\n            text-align: center;\n            transition: all 0.3s ease;\n            position: relative;\n            overflow: hidden;\n            cursor: pointer;\n        }\n\n        .document-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 15px 35px rgba(49, 130, 206, 0.2);\n            border-color: var(--accent-blue);\n        }\n\n        .document-card:before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 4px;\n            background: linear-gradient(90deg, var(--accent-blue), var(--accent-teal));\n            transform: scaleX(0);\n            transition: transform 0.3s ease;\n        }\n\n        .document-card:hover:before {\n            transform: scaleX(1);\n        }\n\n        .document-icon {\n            width: 80px;\n            height: 80px;\n            background: linear-gradient(135deg, #ebf8ff 0%, #e0f0ff 100%);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 20px auto;\n            transition: all 0.3s ease;\n        }\n\n        .document-card:hover .document-icon {\n            transform: scale(1.1);\n            background: linear-gradient(135deg, var(--accent-blue) 0%, var(--accent-teal) 100%);\n        }\n\n        .document-card:hover .document-icon i {\n            color: white;\n        }\n\n        .document-icon i {\n            font-size: 2.5rem;\n            color: var(--accent-blue);\n            transition: all 0.3s ease;\n        }\n\n        .document-title {\n            font-size: 1.3rem;\n            font-weight: 700;\n            color: var(--accent-blue-dark);\n            margin-bottom: 15px;\n        }\n\n        .document-description {\n            font-size: 1rem;\n            line-height: 1.6;\n            color: var(--secondary-color);\n            margin-bottom: 20px;\n        }\n\n        .download-btn {\n            display: inline-flex;\n            align-items: center;\n            gap: 10px;\n            background: linear-gradient(135deg, var(--accent-blue) 0%, var(--accent-teal) 100%);\n            color: white;\n            padding: 12px 25px;\n            border-radius: 30px;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 0.95rem;\n            transition: all 0.3s ease;\n            border: none;\n            cursor: pointer;\n        }\n\n        .download-btn:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 5px 15px rgba(49, 130, 206, 0.4);\n            gap: 15px;\n        }\n\n        .download-btn i {\n            font-size: 1rem;\n        }\n\n        .document-badge {\n            display: inline-block;\n            background: #e0f0ff;\n            color: var(--accent-blue);\n            font-size: 0.75rem;\n            padding: 4px 12px;\n            border-radius: 20px;\n            margin-top: 15px;\n            font-weight: 600;\n        }\n\n        \/* ===== PHOTOS INT\u00c9GR\u00c9ES ===== *\/\n        .photo-integration {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 20px;\n            margin: 30px 0;\n        }\n\n        .integrated-photo {\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n            height: 250px;\n        }\n\n        .integrated-photo img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            transition: transform 0.5s ease;\n        }\n\n        .integrated-photo:hover img {\n            transform: scale(1.05);\n        }\n\n        .photo-caption {\n            background: rgba(0,0,0,0.7);\n            color: white;\n            padding: 12px;\n            font-size: 0.9rem;\n            text-align: center;\n        }\n\n        \/* ===== CTA SECTION ===== *\/\n        .cta-box {\n            background-color: #f0f9ff;\n            border-left: 5px solid var(--accent-blue);\n            padding: 30px;\n            border-radius: 0 8px 8px 0;\n            margin: 40px 0;\n        }\n\n        .cta-text {\n            font-size: 1.15rem;\n            line-height: 1.9;\n            color: var(--text-color);\n            text-align: center;\n            max-width: 700px;\n            margin: 0 auto;\n        }\n\n        \/* ===== RESPONSIVE ===== *\/\n        @media (max-width: 1200px) {\n            .content-container {\n                max-width: 95%;\n            }\n            \n            .article-content {\n                padding: 45px;\n            }\n            \n            .spaces-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n\n        @media (max-width: 992px) {\n            .full-width-wrapper {\n                padding: 90px 15px 50px 15px;\n            }\n            \n            .content-container {\n                padding: 0 15px;\n            }\n            \n            .article-content {\n                padding: 40px 30px;\n            }\n            \n            .page-title {\n                font-size: 2rem;\n                margin-bottom: 40px;\n                padding-bottom: 15px;\n            }\n            \n            .page-title:after {\n                width: 150px;\n            }\n            \n            .section-title {\n                font-size: 1.6rem;\n                margin-bottom: 25px;\n            }\n            \n            .intro-text {\n                font-size: 1.05rem;\n            }\n            \n            .architecture-grid {\n                grid-template-columns: 1fr;\n                gap: 20px;\n            }\n            \n            .architecture-item {\n                padding: 20px 25px;\n            }\n            \n            .architecture-item:before {\n                left: 18px;\n                top: 20px;\n            }\n            \n            .architecture-text {\n                font-size: 1.05rem;\n                padding-left: 25px;\n            }\n            \n            .space-card {\n                padding: 25px;\n            }\n            \n            .space-title {\n                font-size: 1.4rem;\n            }\n            \n            .training-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .photo-integration {\n                grid-template-columns: 1fr;\n            }\n            \n            .integrated-photo {\n                height: 220px;\n            }\n            \n            .cta-box {\n                padding: 25px;\n            }\n\n            .documents-grid {\n                grid-template-columns: 1fr;\n                gap: 25px;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .full-width-wrapper {\n                padding: 80px 10px 40px 10px;\n            }\n            \n            .content-container {\n                padding: 0 10px;\n            }\n            \n            .article-content {\n                padding: 35px 25px;\n            }\n            \n            .page-title {\n                font-size: 1.8rem;\n                margin-bottom: 35px;\n            }\n            \n            .page-subtitle {\n                font-size: 1.1rem;\n                margin-bottom: 30px;\n            }\n            \n            .section-title {\n                font-size: 1.5rem;\n                margin-bottom: 20px;\n            }\n            \n            .intro-text {\n                font-size: 1rem;\n            }\n            \n            .architecture-item {\n                padding: 18px 22px;\n            }\n            \n            .architecture-text {\n                font-size: 1rem;\n                padding-left: 22px;\n            }\n            \n            .space-card {\n                padding: 22px;\n            }\n            \n            .space-header {\n                flex-direction: column;\n                text-align: center;\n                gap: 12px;\n            }\n            \n            .space-title {\n                font-size: 1.3rem;\n            }\n            \n            .equipment-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .integrated-photo {\n                height: 200px;\n            }\n            \n            .cta-box {\n                padding: 22px;\n            }\n            \n            .cta-text {\n                font-size: 1.05rem;\n            }\n\n            .document-card {\n                padding: 25px;\n            }\n\n            .document-icon {\n                width: 65px;\n                height: 65px;\n            }\n\n            .document-icon i {\n                font-size: 2rem;\n            }\n\n            .document-title {\n                font-size: 1.2rem;\n            }\n        }\n\n        @media (max-width: 576px) {\n            .full-width-wrapper {\n                padding: 70px 10px 35px 10px;\n            }\n            \n            .article-content {\n                padding: 30px 20px;\n            }\n            \n            .page-title {\n                font-size: 1.6rem;\n                margin-bottom: 30px;\n                padding-bottom: 12px;\n            }\n            \n            .page-title:after {\n                width: 120px;\n            }\n            \n            .page-subtitle {\n                font-size: 1rem;\n                margin-bottom: 25px;\n            }\n            \n            .section-title {\n                font-size: 1.4rem;\n                flex-direction: column;\n                align-items: flex-start;\n                gap: 10px;\n            }\n            \n            .intro-text {\n                font-size: 0.95rem;\n                text-align: left;\n            }\n            \n            .architecture-item {\n                padding: 16px 20px;\n            }\n            \n            .architecture-item:before {\n                left: 15px;\n                font-size: 1.3rem;\n                top: 16px;\n            }\n            \n            .architecture-text {\n                font-size: 0.95rem;\n                padding-left: 20px;\n            }\n            \n            .space-card {\n                padding: 20px;\n            }\n            \n            .space-specs {\n                flex-direction: column;\n                gap: 10px;\n            }\n            \n            .space-content {\n                font-size: 1rem;\n            }\n            \n            .feature-list li {\n                font-size: 0.95rem;\n            }\n            \n            .training-card {\n                padding: 18px 22px 18px 30px;\n            }\n            \n            .training-card:before {\n                left: 18px;\n                font-size: 1.1rem;\n                top: 18px;\n            }\n            \n            .training-text {\n                font-size: 0.95rem;\n            }\n            \n            .integrated-photo {\n                height: 180px;\n            }\n            \n            .cta-box {\n                padding: 20px;\n            }\n            \n            .cta-text {\n                font-size: 1rem;\n            }\n\n            .document-card {\n                padding: 20px;\n            }\n\n            .download-btn {\n                padding: 10px 20px;\n                font-size: 0.9rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n<!-- Menu WordPress -->\n\n<div class=\"full-width-wrapper\">\n    <div class=\"content-container\">\n\n        <!-- CONTENU ARTICLE -->\n        <div class=\"article-content\">\n            \n            <!-- TITRE PRINCIPAL -->\n            <h1 class=\"page-title\"> NSCS Incubator<\/h1>\n            <p class=\"page-subtitle\">\n                A modern technological space dedicated to innovation, entrepreneurship, and training in cybersecurity\n            <\/p>\n\n            <!-- SECTION INTRODUCTION -->\n            <div class=\"intro-section\">\n                <div class=\"intro-text\">\n                    <p>\n                        The National Higher School of Cybersecurity (NSCS) provides a modern technological incubator designed to support innovation, entrepreneurship, training, and project development in cybersecurity and information technologies.\n                    <\/p>\n\n                    <p>\n                        This dedicated space offers a comprehensive infrastructure and environments adapted to the needs of project leaders, incubated startups, students, and institutional and industrial partners.\n                    <\/p>\n                <\/div>\n            <\/div>\n\n            <!-- SECTION ARCHITECTURE -->\n            <div class=\"section\">\n                <h2 class=\"section-title\">\n                    <i class=\"fas fa-building\"><\/i>\n                    Incubator Block Architecture\n                <\/h2>\n                \n                <div class=\"intro-text\">\n                    <p>\n                        NSCS has reserved an entire building block exclusively for the incubator, designed to promote technological innovation, collaboration between teams, training and skills development, as well as efficient management of incubated projects.\n                    <\/p>\n                <\/div>\n                \n                <div class=\"architecture-grid\">\n                    <div class=\"architecture-item\">\n                        <div class=\"architecture-text\">\n                            Four large specialized functional rooms\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"architecture-item\">\n                        <div class=\"architecture-text\">\n                            Two administrative offices dedicated to secretarial and management activities\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"architecture-item\">\n                        <div class=\"architecture-text\">\n                            Adapted sanitary facilities and optimized circulation spaces\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"architecture-item\">\n                        <div class=\"architecture-text\">\n                            Central corridor facilitating interaction between the different spaces\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Photos pour l'architecture -->\n                <div class=\"photo-integration\">\n                    <div class=\"integrated-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/02\/incub1.png\" alt=\"Salle principale de l'incubateur\">\n                        <div class=\"photo-caption\">Main incubation room<\/div>\n                    <\/div>\n                    \n                    <div class=\"integrated-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/02\/incub3.png\" alt=\"Vue d'ensemble des espaces\">\n                        <div class=\"photo-caption\">Overview of the spaces<\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- SECTION ESPACES -->\n            <div class=\"section\">\n                <h2 class=\"section-title\">\n                    <i class=\"fas fa-door-open\"><\/i>\n                    Incubator Spaces\n                <\/h2>\n                \n                <div class=\"spaces-grid\">\n                    <!-- SALLE PRINCIPALE D'INCUBATION -->\n                    <div class=\"space-card\">\n                        <div class=\"space-header\">\n                            <div class=\"space-icon\">\n                                <i class=\"fas fa-laptop-code\"><\/i>\n                            <\/div>\n                            <div>\n                                <h3 class=\"space-title\">Main Incubation Room<\/h3>\n                                <div class=\"space-specs\">\n                                    <div class=\"spec-item\">\n                                        <i class=\"fas fa-expand-arrows-alt\"><\/i> 90 m\u00b2\n                                    <\/div>\n                                    <div class=\"spec-item\">\n                                        <i class=\"fas fa-users\"><\/i>Incubated teams\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"space-content\">\n                            <p>The operational core of the incubator dedicated to prototyping and development of IT solutions.<\/p>\n                            \n                            <div class=\"space-features\">\n                                <ul class=\"feature-list\">\n                                    <li>Hosting incubated teams<\/li>\n                                    <li>Advanced prototyping and development<\/li>\n                                    <li>Support for projects and administrative activities<\/li>\n                                    <li>Organization of small group training sessions<\/li>\n                                    <li>Practical workshops and mentoring<\/li>\n                                <\/ul>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <!-- SALLE DE FORMATION -->\n                    <div class=\"space-card\">\n                        <div class=\"space-header\">\n                            <div class=\"space-icon\">\n                                <i class=\"fas fa-chalkboard-teacher\"><\/i>\n                            <\/div>\n                            <div>\n                                <h3 class=\"space-title\">Training Room<\/h3>\n                                <div class=\"space-specs\">\n                                    <div class=\"spec-item\">\n                                        <i class=\"fas fa-expand-arrows-alt\"><\/i> 90 m\u00b2\n                                    <\/div>\n                                    <div class=\"spec-item\">\n                                        <i class=\"fas fa-users\"><\/i> 30 students\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"space-content\">\n                            <p>Educational space dedicated to specialized training activities and skills development.<\/p>\n                            \n                            <div class=\"space-features\">\n                                <ul class=\"feature-list\">\n                                    <li>Specialized courses and training<\/li>\n                                    <li>Practical and interactive workshops<\/li>\n                                    <li>Strengthening technical skills<\/li>\n                                    <li>Entrepreneurship training<\/li>\n                                    <li>Professional audiovisual equipment<\/li>\n                                <\/ul>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <!-- SALLE DE NETWORKING -->\n                    <div class=\"space-card\">\n                        <div class=\"space-header\">\n                            <div class=\"space-icon\">\n                                <i class=\"fas fa-handshake\"><\/i>\n                            <\/div>\n                            <div>\n                                <h3 class=\"space-title\">Networking Room<\/h3>\n                                <div class=\"space-specs\">\n                                    <div class=\"spec-item\">\n                                        <i class=\"fas fa-expand-arrows-alt\"><\/i> 95 m\u00b2\n                                    <\/div>\n                                    <div class=\"spec-item\">\n                                        <i class=\"fas fa-user-friends\"><\/i>Partners\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"space-content\">\n                            <p>Flexible space dedicated to professional meetings and collaborative work with partners.<\/p>\n                            \n                            <div class=\"space-features\">\n                                <ul class=\"feature-list\">\n                                    <li>Meetings with external partners<\/li>\n                                    <li>Professional networking activities<\/li>\n                                    <li>Collaborative work and coworking<\/li>\n                                    <li>Modular and adaptable tables<\/li>\n                                    <li>Presentations and demonstrations<\/li>\n                                <\/ul>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <!-- SALLE DE R\u00c9UNION -->\n                    <div class=\"space-card\">\n                        <div class=\"space-header\">\n                            <div class=\"space-icon\">\n                                <i class=\"fas fa-comments\"><\/i>\n                            <\/div>\n                            <div>\n                                <h3 class=\"space-title\">Meeting Room<\/h3>\n                                <div class=\"space-specs\">\n                                    <div class=\"spec-item\">\n                                        <i class=\"fas fa-expand-arrows-alt\"><\/i> 95 m\u00b2\n                                    <\/div>\n                                    <div class=\"spec-item\">\n                                        <i class=\"fas fa-user-tie\"><\/i> Internal teams\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"space-content\">\n                            <p>Space dedicated to management meetings, mentoring sessions, and monitoring incubated projects.<\/p>\n                            \n                            <div class=\"space-features\">\n                                <ul class=\"feature-list\">\n                                    <li>Incubator management meetings<\/li>\n                                    <li>Personalized mentoring sessions<\/li>\n                                    <li>Internal team meetings<\/li>\n                                    <li>Regular project reviews<\/li>\n                                    <li>Activity monitoring and roadmaps<\/li>\n                                <\/ul>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Photos pour les espaces -->\n                <div class=\"photo-integration\">\n                    <div class=\"integrated-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/02\/incub4.png\" alt=\"Espace de travail collaboratif\">\n                        <div class=\"photo-caption\">Collaborative Workspace<\/div>\n                    <\/div>\n                    \n                    <div class=\"integrated-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/02\/incub5.png\" alt=\"\u00c9quipements modernes\">\n                        <div class=\"photo-caption\">Modern IT Equipment<\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- SECTION \u00c9QUIPEMENTS -->\n            <div class=\"section\">\n                <h2 class=\"section-title\">\n                    <i class=\"fas fa-microchip\"><\/i>\n                    Facilities and Infrastructure\n                <\/h2>\n                \n                <div class=\"intro-text\">\n                    <p>The entire incubator block is equipped with modern facilities that meet professional standards to ensure optimal working and innovation conditions.\n                    <\/p>\n                <\/div>\n                \n                <div class=\"equipment-grid\">\n                    <div class=\"equipment-item\">\n                        <div class=\"equipment-icon\">\n                            <i class=\"fas fa-wifi\"><\/i>\n                        <\/div>\n                        <div class=\"equipment-text\">\n                            <strong>Broadband internet connection<\/strong><br>\n                            Wired and Wi-Fi covering the entire block\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"equipment-item\">\n                        <div class=\"equipment-icon\">\n                            <i class=\"fas fa-video\"><\/i>\n                        <\/div>\n                        <div class=\"equipment-text\">\n                            <strong>Video projectors<\/strong><br>\n                            In all presentation rooms\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"equipment-item\">\n                        <div class=\"equipment-icon\">\n                            <i class=\"fas fa-snowflake\"><\/i>\n                        <\/div>\n                        <div class=\"equipment-text\">\n                            <strong>Central air conditioning<\/strong><br>\n                            Thermal comfort all year round\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"equipment-item\">\n                        <div class=\"equipment-icon\">\n                            <i class=\"fas fa-desktop\"><\/i>\n                        <\/div>\n                        <div class=\"equipment-text\">\n                            <strong>13th Generation i5 Workstations<\/strong><br>\n                            Fully equipped training rooms\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"equipment-item\">\n                        <div class=\"equipment-icon\">\n                            <i class=\"fas fa-server\"><\/i>\n                        <\/div>\n                        <div class=\"equipment-text\">\n                            <strong>Advanced i5 and i7 Workstations<\/strong><br>\n                            For prototyping and development\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"equipment-item\">\n                        <div class=\"equipment-icon\">\n                            <i class=\"fas fa-network-wired\"><\/i>\n                        <\/div>\n                        <div class=\"equipment-text\">\n                            <strong>Computer Network<\/strong><br>\n                            Comprehensive and Secure Infrastructure\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- SECTION FORMATIONS -->\n            <div class=\"section\">\n                <h2 class=\"section-title\">\n                    <i class=\"fas fa-graduation-cap\"><\/i>\n                    Training and Activities\n                <\/h2>\n                \n                <div class=\"intro-text\">\n                    <p>The incubator regularly hosts a wide range of certified training programs, practical workshops, and entrepreneurial initiatives aimed at supporting the development of skills among project leaders and innovators.\n                    <\/p>\n                <\/div>\n                \n                <div class=\"training-grid\">\n                    <div class=\"training-card\">\n                        <div class=\"training-header\">\n                            <div class=\"training-icon\">\n                                <i class=\"fas fa-certificate\"><\/i>\n                            <\/div>\n                            <h3 class=\"training-title\">Certified Training Programs<\/h3>\n                        <\/div>\n                        <div class=\"training-text\">\n                            Recognized training programs in the fields of cybersecurity, software development, project management, and technology entrepreneurship.\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"training-card\">\n                        <div class=\"training-header\">\n                            <div class=\"training-icon\">\n                                <i class=\"fas fa-tools\"><\/i>\n                            <\/div>\n                            <h3 class=\"training-title\">Practical Workshops<\/h3>\n                        <\/div>\n                        <div class=\"training-text\">\n                            Hands-on sessions focused on specific technologies, development methodologies, \n                            application security, and rapid prototyping.\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"training-card\">\n                        <div class=\"training-header\">\n                            <div class=\"training-icon\">\n                                <i class=\"fas fa-chart-line\"><\/i>\n                            <\/div>\n                            <h3 class=\"training-title\">BMC \u2013 Business Model Canvas<\/h3>\n                        <\/div>\n                        <div class=\"training-text\">\n                            Comprehensive training on the Business Model Canvas to help project leaders \n                            structure and validate their business models.\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"training-card\">\n                        <div class=\"training-header\">\n                            <div class=\"training-icon\">\n                                <i class=\"fas fa-lightbulb\"><\/i>\n                            <\/div>\n                            <h3 class=\"training-title\">Entrepreneurial Programs<\/h3>\n                        <\/div>\n                        <div class=\"training-text\">\n                            Personalized support from ideation to company creation, including \n                            mentoring, funding opportunities, and networking.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Photos pour les formations -->\n                <div class=\"photo-integration\">\n                    <div class=\"integrated-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/02\/incub6.png\" alt=\"Salle de formation\">\n                        <div class=\"photo-caption\">Fully equipped training room<\/div>\n                    <\/div>\n                    \n                    <div class=\"integrated-photo\">\n                        <img decoding=\"async\" src=\"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/02\/incub.png\" alt=\"Infrastructure technique\">\n                        <div class=\"photo-caption\">Technical infrastructure<\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- DOWNLOAD SECTION -->\n            <div class=\"documents-section\">\n                <h2 class=\"section-title\">\n                    <i class=\"fas fa-download\"><\/i>\n                    Resources to Download\n                <\/h2>\n\n                <div class=\"documents-grid\">\n                    <!-- Document 1: Pitch Deck Guide -->\n                    <div class=\"document-card\" onclick=\"window.open('https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/04\/The-pich-deck-guide-NSCS_Final-25.pdf', '_blank')\">\n                        <div class=\"document-icon\">\n                            <i class=\"fas fa-file-powerpoint\"><\/i>\n                        <\/div>\n                        <h3 class=\"document-title\">The Pitch Deck Guide<\/h3>\n                        <div class=\"document-description\">\n                            Practical guide<br>\n                            <strong>For students and early-stage founders<\/strong>\n                        <\/div>\n                        <a href=\"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/04\/The-pich-deck-guide-NSCS_Final-25.pdf\" \n                           class=\"download-btn\" \n                           download=\"The_Pitch_Deck_Guide_NSCS.pdf\"\n                           onclick=\"event.stopPropagation()\">\n                            <i class=\"fas fa-download\"><\/i> Download PDF\n                        <\/a>\n                        <div class=\"document-badge\">\n                            <i class=\"fas fa-file-pdf\"><\/i> PDF - 2.5 MB\n                        <\/div>\n                    <\/div>\n\n                    <!-- Document 2: NSCS Incubator Label -->\n                    <div class=\"document-card\" onclick=\"window.open('https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/04\/Label_Incubator_compressed.pdf', '_blank')\">\n                        <div class=\"document-icon\">\n                            <i class=\"fas fa-certificate\"><\/i>\n                        <\/div>\n                        <h3 class=\"document-title\">NSCS Incubator Label<\/h3>\n                        <div class=\"document-description\">\n                            Discover the NSCS incubator label\n                        <\/div>\n                        <a href=\"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/04\/Label_Incubator_compressed.pdf\" \n                           class=\"download-btn\" \n                           download=\"NSCS_Incubator_Label.pdf\"\n                           onclick=\"event.stopPropagation()\">\n                            <i class=\"fas fa-download\"><\/i> Download PDF\n                        <\/a>\n                        <div class=\"document-badge\">\n                            <i class=\"fas fa-file-pdf\"><\/i> PDF - 1.8 MB\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- SECTION CTA -->\n            <div class=\"cta-box\">\n                <div class=\"cta-text\">\n                    <p>\n                        Discover our technology incubator and benefit from an environment that fosters innovation and entrepreneurship.\n                        Join us to develop your cybersecurity projects in a modern and well-equipped setting.\n                    <\/p>\n                <\/div>\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n<\/div>\n\n<script>\n    \/\/ Ajustement pour le menu WordPress\n    document.addEventListener('DOMContentLoaded', function() {\n        function adjustForWordPressMenu() {\n            const header = document.querySelector('header') || document.querySelector('.site-header') || document.querySelector('#masthead');\n            \n            if (header) {\n                const headerHeight = header.offsetHeight;\n                const wrapper = document.querySelector('.full-width-wrapper');\n                \n                if (wrapper) {\n                    wrapper.style.paddingTop = (headerHeight + 20) + 'px';\n                }\n            } else {\n                const wrapper = document.querySelector('.full-width-wrapper');\n                if (wrapper) {\n                    wrapper.style.paddingTop = '100px';\n                }\n            }\n        }\n        \n        adjustForWordPressMenu();\n        window.addEventListener('resize', adjustForWordPressMenu);\n        setTimeout(adjustForWordPressMenu, 500);\n        setTimeout(adjustForWordPressMenu, 1000);\n        \n        \/\/ Animation d'apparition progressive\n        const sections = document.querySelectorAll('.section');\n        \n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach((entry, index) => {\n                if (entry.isIntersecting) {\n                    setTimeout(() => {\n                        entry.target.style.opacity = '1';\n                        entry.target.style.transform = 'translateY(0)';\n                    }, index * 100);\n                }\n            });\n        }, {\n            threshold: 0.1,\n            rootMargin: '0px 0px -50px 0px'\n        });\n\n        sections.forEach(el => {\n            el.style.opacity = '0';\n            el.style.transform = 'translateY(30px)';\n            el.style.transition = 'opacity 0.6s ease, transform 0.6s ease';\n            observer.observe(el);\n        });\n        \n        \/\/ Animation pour les items d'architecture\n        const architectureItems = document.querySelectorAll('.architecture-item');\n        architectureItems.forEach((item, index) => {\n            item.style.opacity = '0';\n            item.style.transform = 'translateX(-20px)';\n            item.style.transition = 'opacity 0.5s ease, transform 0.5s ease';\n            item.style.transitionDelay = (index * 0.1) + 's';\n            \n            setTimeout(() => {\n                item.style.opacity = '1';\n                item.style.transform = 'translateX(0)';\n            }, 300 + (index * 50));\n        });\n        \n        \/\/ Animation pour les cartes d'espaces\n        const spaceCards = document.querySelectorAll('.space-card');\n        spaceCards.forEach((card, index) => {\n            card.style.opacity = '0';\n            card.style.transform = 'translateY(20px)';\n            card.style.transition = 'opacity 0.5s ease, transform 0.5s ease';\n            card.style.transitionDelay = (index * 0.2) + 's';\n            \n            setTimeout(() => {\n                card.style.opacity = '1';\n                card.style.transform = 'translateY(0)';\n            }, 400 + (index * 100));\n        });\n        \n        \/\/ Animation pour les \u00e9quipements\n        const equipmentItems = document.querySelectorAll('.equipment-item');\n        equipmentItems.forEach((item, index) => {\n            item.style.opacity = '0';\n            item.style.transform = 'scale(0.8)';\n            item.style.transition = 'opacity 0.5s ease, transform 0.5s ease';\n            item.style.transitionDelay = (index * 0.05) + 's';\n            \n            setTimeout(() => {\n                item.style.opacity = '1';\n                item.style.transform = 'scale(1)';\n            }, 500 + (index * 30));\n        });\n        \n        \/\/ Animation pour les formations\n        const trainingCards = document.querySelectorAll('.training-card');\n        trainingCards.forEach((card, index) => {\n            card.style.opacity = '0';\n            card.style.transform = 'translateX(20px)';\n            card.style.transition = 'opacity 0.5s ease, transform 0.5s ease';\n            card.style.transitionDelay = (index * 0.15) + 's';\n            \n            setTimeout(() => {\n                card.style.opacity = '1';\n                card.style.transform = 'translateX(0)';\n            }, 600 + (index * 80));\n        });\n        \n        \/\/ Animation pour les photos\n        const photos = document.querySelectorAll('.integrated-photo');\n        photos.forEach((photo, index) => {\n            photo.style.opacity = '0';\n            photo.style.transform = 'scale(0.9)';\n            photo.style.transition = 'opacity 0.6s ease, transform 0.6s ease';\n            photo.style.transitionDelay = (index * 0.1) + 's';\n            \n            setTimeout(() => {\n                photo.style.opacity = '1';\n                photo.style.transform = 'scale(1)';\n            }, 700 + (index * 100));\n        });\n        \n        \/\/ Animation pour les documents\n        const documentCards = document.querySelectorAll('.document-card');\n        documentCards.forEach((card, index) => {\n            card.style.opacity = '0';\n            card.style.transform = 'translateY(30px)';\n            card.style.transition = 'opacity 0.6s ease, transform 0.6s ease';\n            card.style.transitionDelay = (index * 0.15) + 's';\n            \n            setTimeout(() => {\n                card.style.opacity = '1';\n                card.style.transform = 'translateY(0)';\n            }, 750 + (index * 100));\n        });\n        \n        \/\/ Animation pour la CTA\n        const ctaBox = document.querySelector('.cta-box');\n        if (ctaBox) {\n            ctaBox.style.opacity = '0';\n            ctaBox.style.transform = 'translateX(-20px)';\n            ctaBox.style.transition = 'opacity 0.6s ease, transform 0.6s ease';\n            \n            setTimeout(() => {\n                ctaBox.style.opacity = '1';\n                ctaBox.style.transform = 'translateX(0)';\n            }, 800);\n        }\n    });\n<\/script>\n\n<\/body>\n<\/html>\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>Incubator Infrastructure &#8211; NSCS NSCS Incubator A modern technological space dedicated to innovation, entrepreneurship, and training in cybersecurity The National Higher School of Cybersecurity (NSCS) provides a modern technological incubator designed to support innovation, entrepreneurship, training, and project development in cybersecurity and information technologies. This dedicated space offers a comprehensive infrastructure and environments adapted to [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-12643","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/pages\/12643","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=12643"}],"version-history":[{"count":5,"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/pages\/12643\/revisions"}],"predecessor-version":[{"id":12887,"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/pages\/12643\/revisions\/12887"}],"wp:attachment":[{"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=12643"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}