{"id":11986,"date":"2026-02-21T17:23:48","date_gmt":"2026-02-21T16:23:48","guid":{"rendered":"https:\/\/www.enscs.edu.dz\/?page_id=11986"},"modified":"2026-02-21T17:57:57","modified_gmt":"2026-02-21T16:57:57","slug":"foundational-training","status":"publish","type":"page","link":"https:\/\/www.enscs.edu.dz\/?page_id=11986&lang=en","title":{"rendered":"Foundational Training"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"11986\" class=\"elementor elementor-11986\">\n\t\t\t\t<div class=\"elementor-element elementor-element-97bc15d e-flex e-con-boxed e-con e-parent\" data-id=\"97bc15d\" 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-be8e682 elementor-widget elementor-widget-html\" data-id=\"be8e682\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\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>Foundational training in Cybersecurity - National Higher School of Cybersecurity (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    <style>\n        \/* VARIABLES DE COULEURS *\/\n        :root {\n            --primary-color: #1a202c;\n            --secondary-color: #4a5568;\n            --light-bg: #f8f9fa;\n            --card-bg: #ffffff;\n            --border-color: #e2e8f0;\n            --accent-color: #2b6cb0;\n            --text-color: #000000;\n            --semester-1: #3b82f6; \/* Bleu *\/\n            --semester-2: #10b981; \/* Vert *\/\n            --semester-3: #f59e0b; \/* Orange *\/\n            --semester-4: #8b5cf6; \/* Violet *\/\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-color);\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-color);\n        }\n\n        \/* ===== INTRODUCTION ===== *\/\n        .intro-section {\n            margin-bottom: 60px;\n        }\n\n        .intro-text {\n            font-size: 1.2rem;\n            line-height: 1.8;\n            color: #000000;\n            margin-bottom: 30px;\n            text-align: justify;\n        }\n\n        .duration-info {\n            background-color: #f0f9ff;\n            border-radius: 8px;\n            padding: 25px;\n            border-left: 4px solid var(--accent-color);\n            margin-top: 30px;\n        }\n\n        .duration-title {\n            font-size: 1.3rem;\n            color: var(--accent-color);\n            margin-bottom: 15px;\n            font-weight: 700;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n\n        .duration-content {\n            font-size: 1.1rem;\n            line-height: 1.7;\n            color: #000000;\n        }\n\n        .duration-content p {\n            margin-bottom: 10px;\n        }\n\n        \/* ===== OBJECTIFS - STRUCTURE COMPACTE ===== *\/\n        .objectives-section {\n            margin-bottom: 60px;\n        }\n\n        .section-title {\n            font-size: 1.8rem;\n            color: var(--accent-color);\n            margin-bottom: 35px;\n            font-weight: 700;\n            position: relative;\n            padding-bottom: 15px;\n        }\n\n        .section-title:after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 50px;\n            height: 3px;\n            background-color: var(--accent-color);\n        }\n\n        \/* Structure 2 objectifs par ligne *\/\n        .objectives-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 25px;\n        }\n\n        .objective-item {\n            background-color: #ffffff;\n            border-radius: 8px;\n            padding: 20px;\n            border: 1px solid var(--border-color);\n            transition: all 0.3s ease;\n            display: flex;\n            align-items: flex-start;\n            gap: 15px;\n        }\n\n        .objective-item:hover {\n            border-color: var(--accent-color);\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(0,0,0,0.1);\n        }\n\n        .objective-icon {\n            flex-shrink: 0;\n            width: 40px;\n            height: 40px;\n            background-color: white;\n            border: 2px solid var(--accent-color);\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--accent-color);\n            font-size: 1.1rem;\n        }\n\n        .objective-content {\n            flex: 1;\n        }\n\n        .objective-title {\n            font-size: 1.2rem;\n            color: #000000;\n            margin-bottom: 8px;\n            font-weight: 600;\n        }\n\n        .objective-text {\n            font-size: 1.05rem;\n            line-height: 1.6;\n            color: #000000;\n        }\n\n        \/* ===== ORGANISATION DES ANNEES ===== *\/\n        .years-navigation {\n            display: flex;\n            justify-content: center;\n            gap: 15px;\n            margin-bottom: 40px;\n            flex-wrap: wrap;\n        }\n\n        .year-btn {\n            padding: 15px 30px;\n            background-color: white;\n            border: 2px solid var(--border-color);\n            border-radius: 8px;\n            font-size: 1.1rem;\n            font-weight: 600;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            color: var(--accent-color);\n        }\n\n        .year-btn:hover {\n            background-color: #f0f9ff;\n            transform: translateY(-3px);\n        }\n\n        .year-btn.active {\n            background-color: var(--accent-color);\n            color: white;\n            border-color: var(--accent-color);\n        }\n\n        \/* ===== SEMESTRES ===== *\/\n        .semesters-container {\n            display: none;\n            animation: fadeIn 0.5s ease;\n        }\n\n        .semesters-container.active {\n            display: block;\n        }\n\n        @keyframes fadeIn {\n            from { opacity: 0; transform: translateY(20px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        .year-title {\n            font-size: 1.6rem;\n            color: #000000;\n            margin-bottom: 30px;\n            text-align: center;\n            font-weight: 700;\n            padding-bottom: 15px;\n            border-bottom: 2px solid var(--border-color);\n        }\n\n        .semesters-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 30px;\n            margin-bottom: 50px;\n        }\n\n        .semester-card {\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 6px 15px rgba(0,0,0,0.08);\n            transition: transform 0.3s ease;\n            border: 1px solid var(--border-color);\n            background: white;\n        }\n\n        .semester-card:hover {\n            transform: translateY(-5px);\n        }\n\n        .semester-header {\n            padding: 25px;\n            text-align: center;\n            border-bottom: 1px solid var(--border-color);\n            position: relative;\n        }\n\n        .semester-header::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 100%;\n            height: 3px;\n        }\n\n        .semester-card:nth-child(1) .semester-header::after {\n            background-color: var(--semester-1);\n        }\n\n        .semester-card:nth-child(2) .semester-header::after {\n            background-color: var(--semester-2);\n        }\n\n        .semester-title {\n            font-size: 1.4rem;\n            font-weight: 700;\n            margin-bottom: 10px;\n            color: #000000;\n        }\n\n        .semester-period {\n            font-size: 1.1rem;\n            color: var(--secondary-color);\n        }\n\n        .courses-list {\n            padding: 25px;\n        }\n\n        .course-item {\n            padding: 15px;\n            margin-bottom: 12px;\n            background-color: #f8f9fa;\n            border-radius: 6px;\n            border-left: 4px solid;\n            transition: transform 0.2s ease;\n        }\n\n        .course-item:hover {\n            transform: translateX(5px);\n        }\n\n        .semester-card:nth-child(1) .course-item {\n            border-left-color: var(--semester-1);\n        }\n\n        .semester-card:nth-child(2) .course-item {\n            border-left-color: var(--semester-2);\n        }\n\n        .course-name {\n            font-size: 1.1rem;\n            color: #000000;\n            font-weight: 600;\n            margin-bottom: 5px;\n        }\n\n        .course-type {\n            font-size: 0.9rem;\n            color: var(--secondary-color);\n            font-style: italic;\n        }\n\n        \/* ===== CONCLUSION ===== *\/\n        .conclusion-section {\n            background-color: #f0f9ff;\n            border-radius: 10px;\n            padding: 35px;\n            margin-top: 50px;\n            border-left: 4px solid var(--accent-color);\n        }\n\n        .conclusion-title {\n            font-size: 1.5rem;\n            color: var(--accent-color);\n            margin-bottom: 20px;\n            font-weight: 700;\n            display: flex;\n            align-items: center;\n            gap: 15px;\n        }\n\n        .conclusion-text {\n            font-size: 1.15rem;\n            line-height: 1.8;\n            color: #000000;\n        }\n\n        .conclusion-text p {\n            margin-bottom: 15px;\n        }\n\n        \/* ===== RESPONSIVE ===== *\/\n        @media (max-width: 1400px) {\n            .content-container {\n                max-width: 95%;\n            }\n            \n            .article-content {\n                padding: 45px;\n            }\n        }\n\n        @media (max-width: 1200px) {\n            .objectives-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .semesters-grid {\n                gap: 25px;\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            .intro-text {\n                font-size: 1.1rem;\n            }\n            \n            .section-title {\n                font-size: 1.6rem;\n            }\n            \n            .objective-item {\n                padding: 18px;\n            }\n            \n            .objective-title {\n                font-size: 1.1rem;\n            }\n            \n            .semesters-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .year-btn {\n                padding: 12px 25px;\n                font-size: 1rem;\n            }\n            \n            .conclusion-section {\n                padding: 30px;\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            .years-navigation {\n                flex-direction: column;\n                align-items: center;\n            }\n            \n            .year-btn {\n                width: 100%;\n                max-width: 300px;\n                text-align: center;\n            }\n            \n            .semester-header {\n                padding: 20px;\n            }\n            \n            .semester-title {\n                font-size: 1.3rem;\n            }\n            \n            .courses-list {\n                padding: 20px;\n            }\n            \n            .course-item {\n                padding: 12px;\n            }\n            \n            .course-name {\n                font-size: 1rem;\n            }\n            \n            .conclusion-title {\n                font-size: 1.3rem;\n            }\n            \n            .conclusion-text {\n                font-size: 1.05rem;\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            .intro-text {\n                font-size: 1rem;\n                text-align: left;\n            }\n            \n            .section-title {\n                font-size: 1.4rem;\n            }\n            \n            .duration-info {\n                padding: 20px;\n            }\n            \n            .duration-title {\n                font-size: 1.2rem;\n            }\n            \n            .duration-content {\n                font-size: 1rem;\n            }\n            \n            .objective-item {\n                padding: 15px;\n                flex-direction: column;\n                gap: 10px;\n            }\n            \n            .objective-icon {\n                width: 35px;\n                height: 35px;\n                font-size: 1rem;\n            }\n            \n            .semester-header {\n                padding: 18px;\n            }\n            \n            .semester-title {\n                font-size: 1.2rem;\n            }\n            \n            .semester-period {\n                font-size: 1rem;\n            }\n            \n            .courses-list {\n                padding: 18px;\n            }\n            \n            .conclusion-section {\n                padding: 25px;\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\">Foundational Training in Cybersecurity<\/h1>\n\n            <!-- INTRODUCTION -->\n            <div class=\"intro-section\">\n                <div class=\"intro-text\">\n                    <p>The foundational training at the National Higher School of Cybersecurity (NSCS) spans two academic years, organized into four semesters. This core cycle is designed to provide students with a solid foundation of technical, scientific, and methodological knowledge and skills in cybersecurity. \n                    It covers fundamental subjects such as mathematics, network foundations, programming, computer science, and system security, as well as methodological and transversal subjects to prepare students for advanced specialization tracks in cybersecurity.\n<\/p>\n                <\/div>\n                \n                <div class=\"duration-info\">\n                    <h3 class=\"duration-title\">\n                        <i class=\"fas fa-calendar-alt\"><\/i>\n                        Duration and Organisation\n                    <\/h3>\n                    <div class=\"duration-content\">\n                        <p>\u2022 2 full academic years<br>\n                           \u2022 4 semesters of teaching<br>\n                           \u2022 Intensive and progressive training<br>\n                           \u2022 Preparation for advanced specialisations<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- OBJECTIFS - STRUCTURE COMPACTE -->\n            <div class=\"objectives-section\">\n                <h2 class=\"section-title\">Core Objectives<\/h2>\n                \n                <div class=\"objectives-grid\">\n                    <div class=\"objective-item\">\n                        <div class=\"objective-icon\">\n                            <i class=\"fas fa-atom\"><\/i>\n                        <\/div>\n                        <div class=\"objective-content\">\n                            <h3 class=\"objective-title\">Acquisition of Scientific Fundamentals<\/h3>\n                            <p class=\"objective-text\">Providing students with basic notions in computer science, mathematics, fundamental electronics, and engineering sciences necessary for understanding advanced cybersecurity concepts.<\/p>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"objective-item\">\n                        <div class=\"objective-icon\">\n                            <i class=\"fas fa-laptop-code\"><\/i>\n                        <\/div>\n                        <div class=\"objective-content\">\n                            <h3 class=\"objective-title\">Development of Basic IT Skills<\/h3>\n                            <p class=\"objective-text\">Mastering the principles of programming, data structures, computer hardware architectures, and operating systems.<\/p>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"objective-item\">\n                        <div class=\"objective-icon\">\n                            <i class=\"fas fa-network-wired\"><\/i>\n                        <\/div>\n                        <div class=\"objective-content\">\n                            <h3 class=\"objective-title\">Introduction to Networks and Systems<\/h3>\n                            <p class=\"objective-text\">Understanding the functioning of computer networks, databases, and information systems.<\/p>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"objective-item\">\n                        <div class=\"objective-icon\">\n                            <i class=\"fas fa-comments\"><\/i>\n                        <\/div>\n                        <div class=\"objective-content\">\n                            <h3 class=\"objective-title\">Strengthening transversal skills<\/h3>\n                            <p class=\"objective-text\">Developing communication skills and expression techniques in English, as well as the methodologies required for economic projects.<\/p>\n                        <\/div>\n                    <\/div>\n\n                    \n                    <div class=\"objective-item\">\n                        <div class=\"objective-icon\">\n                            <i class=\"fas fa-atom\"><\/i>\n                        <\/div>\n                        <div class=\"objective-content\">\n                            <h3 class=\"objective-title\">Building Scientific Reasoning<\/h3>\n                            <p class=\"objective-text\">Cultivating analytical, algorithmic, and logical thinking essential for tackling complex digital security challenges.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- NAVIGATION DES ANNEES -->\n            <div class=\"years-navigation\">\n                <button class=\"year-btn active\" data-year=\"1\">First Year<\/button>\n                <button class=\"year-btn\" data-year=\"2\">Second Year<\/button>\n            <\/div>\n\n            <!-- PREMIERE ANNEE -->\n            <div class=\"semesters-container active\" data-year=\"1\">\n                <h2 class=\"year-title\">First Year<\/h2>\n                \n                <div class=\"semesters-grid\">\n                    <!-- SEMESTRE 1 -->\n                    <div class=\"semester-card\">\n                        <div class=\"semester-header\">\n                            <h3 class=\"semester-title\">Semester 1<\/h3>\n                            <div class=\"semester-period\">First Semester<\/div>\n                        <\/div>\n                        <div class=\"courses-list\">\n                            <div class=\"course-item\">\n                                <div class=\"course-name\"> Algorithms and Static Data Structures <\/div>\n                            <\/div>\n                            <div class=\"course-item\">\n                                <div class=\"course-name\"> Network Foundations 1<\/div>\n                            <\/div>\n                            <div class=\"course-item\">\n                                <div class=\"course-name\"> Computer Architecture 1<\/div>\n                            <\/div>\n                            <div class=\"course-item\">\n                                <div class=\"course-name\"> Operating Systems 1<\/div>\n                            <\/div>\n                            \n                            <div class=\"course-item\">\n                                <div class=\"course-name\"> Fundamental Electricity<\/div>\n                            <\/div>\n                            <div class=\"course-item\">\n                                <div class=\"course-name\"> Algebra 1<\/div>\n                            <\/div>\n                            <div class=\"course-item\">\n                                <div class=\"course-name\"> Analysis 1<\/div>\n                                \n                            <\/div>\n                            <div class=\"course-item\">\n                                <div class=\"course-name\"> English 1<\/div>\n                            <\/div>\n                             <div class=\"course-item\">\n                                <div class=\"course-name\"> History of Algeria 1<\/div>\n                                \n                            <\/div>\n                             <div class=\"course-item\">\n                                <div class=\"course-name\"> Citizenship 1<\/div>\n                                \n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <!-- SEMESTRE 2 -->\n                    <div class=\"semester-card\">\n                        <div class=\"semester-header\">\n                            <h3 class=\"semester-title\">Semester 2<\/h3>\n                            <div class=\"semester-period\">Second Semester<\/div>\n                        <\/div>\n                        <div class=\"courses-list\">\n                            <div class=\"course-item\">\n                                <div class=\"course-name\"> Algorithms and Dynamic Data Structures<\/div>\n                            <\/div>\n                            <div class=\"course-item\">\n                                <div class=\"course-name\"> Network Foundations 2<\/div>\n                            <\/div>\n                            <div class=\"course-item\">\n                                <div class=\"course-name\"> Operating Systems 2<\/div>\n                            <\/div>\n                            <div class=\"course-item\">\n                                <div class=\"course-name\"> Graph Theory<\/div>\n                            <\/div>\n                            \n                            <div class=\"course-item\">\n                                <div class=\"course-name\"> Algebra 2<\/div>\n                            <\/div>\n                            <div class=\"course-item\">\n                                <div class=\"course-name\"> Analysis 2<\/div>\n                            <\/div>\n                             <div class=\"course-item\">\n                                <div class=\"course-name\">Fundamental Electronics 1<\/div>\n                            <\/div>\n                            <div class=\"course-item\">\n                                <div class=\"course-name\"> English 2<\/div>\n                            <\/div>\n                             <div class=\"course-item\">\n                                <div class=\"course-name\">  History of Algeria 2<\/div>\n                            <\/div>\n                             <div class=\"course-item\">\n                                <div class=\"course-name\">  Citizenship 2<\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- DEUXIEME ANNEE -->\n            <div class=\"semesters-container\" data-year=\"2\">\n                <h2 class=\"year-title\">Second Year<\/h2>\n                \n                <div class=\"semesters-grid\">\n                    <!-- SEMESTRE 3 -->\n                    <div class=\"semester-card\">\n                        <div class=\"semester-header\">\n                            <h3 class=\"semester-title\">Semester 3<\/h3>\n                            <div class=\"semester-period\">Third Semester<\/div>\n                        <\/div>\n                        <div class=\"courses-list\">\n                            <div class=\"course-item\">\n                                <div class=\"course-name\"> Introduction to Databases<\/div>\n                            <\/div>\n                            <div class=\"course-item\">\n                                <div class=\"course-name\"> Computer Architecture 2<\/div>\n                            <\/div>\n                            <div class=\"course-item\">\n                                <div class=\"course-name\"> Algebra 3<\/div>\n                            <\/div>\n                            <div class=\"course-item\">\n                                <div class=\"course-name\"> Analysis 3<\/div>\n                            <\/div>\n                            <div class=\"course-item\">\n                                <div class=\"course-name\"> Fundamental Electronics 2<\/div>\n                            <\/div>\n                            <div class=\"course-item\">\n                                <div class=\"course-name\"> Probability and Statistics 1<\/div>\n                            <\/div>\n                            <div class=\"course-item\">\n                                <div class=\"course-name\"> Business Economics<\/div>\n                            <\/div>\n                            <div class=\"course-item\">\n                                <div class=\"course-name\"> English 3<\/div>\n                            <\/div>\n                            <div class=\"course-item\">\n                                <div class=\"course-name\"> History of Algeria 2<\/div>\n                            <\/div>\n                            <div class=\"course-item\">\n                                <div class=\"course-name\"> Citizenship 3<\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <!-- SEMESTRE 4 -->\n                    <div class=\"semester-card\">\n                        <div class=\"semester-header\">\n                            <h3 class=\"semester-title\">Semester 4<\/h3>\n                            <div class=\"semester-period\">Fourth Semester<\/div>\n                        <\/div>\n                        <div class=\"courses-list\">\n                            <div class=\"course-item\">\n                                <div class=\"course-name\"> Object-Oriented Programming (OOP)<\/div>\n                            <\/div>\n                            <div class=\"course-item\">\n                                <div class=\"course-name\"> Introduction to Information Systems<\/div>\n                            <\/div>\n                            <div class=\"course-item\">\n                                <div class=\"course-name\"> Mathematical Logic<\/div>\n                            <\/div>\n                            <div class=\"course-item\">\n                                <div class=\"course-name\"> Analysis 4 <\/div>\n                            <\/div>\n                            <div class=\"course-item\">\n                                <div class=\"course-name\"> Optics and Electromagnetic Waves<\/div>\n                            <\/div>\n                            <div class=\"course-item\">\n                                <div class=\"course-name\"> Multidisciplinary Project<\/div>\n                            <\/div>\n                            <div class=\"course-item\">\n                                <div class=\"course-name\"> Probability and Statistics 2<\/div>\n                            <\/div>\n                            <div class=\"course-item\">\n                                <div class=\"course-name\"> English 4<\/div>\n                             \n                            <\/div>\n                               <div class=\"course-item\">\n                                <div class=\"course-name\"> History of Algeria 4<\/div>\n                            <\/div>\n                            <div class=\"course-item\">\n                                <div class=\"course-name\"> Citizenship 4<\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- CONCLUSION -->\n            <div class=\"conclusion-section\">\n                <h3 class=\"conclusion-title\">\n                    <i class=\"fas fa-graduation-cap\"><\/i>\n                    Importance of Foundational Training\n                <\/h3>\n                <div class=\"conclusion-text\">\n                    <p>This training constitutes the essential foundation upon which all subsequent specializations in information systems security, cryptography, network security, and other areas of cybersecurity are built. It prepares students to approach complex technical challenges in the digital world with rigor and method.\n<\/p>\n                    <p style=\"margin-top: 20px; font-weight: 600;\">Foundational training ensures a gradual and solid transition toward advanced specializations in cybersecurity, thereby guaranteeing the academic and professional excellence of future digital security experts.<\/p>\n                <\/div>\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n<\/div>\n\n<script>\n    \/\/ Gestion des ann\u00e9es\n    document.addEventListener('DOMContentLoaded', function() {\n        \/\/ Ajustement pour le menu WordPress\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        \n        \/\/ Navigation entre les ann\u00e9es\n        const yearBtns = document.querySelectorAll('.year-btn');\n        const semestersContainers = document.querySelectorAll('.semesters-container');\n        \n        yearBtns.forEach(btn => {\n            btn.addEventListener('click', function() {\n                const year = this.dataset.year;\n                \n                \/\/ Mettre \u00e0 jour les boutons actifs\n                yearBtns.forEach(b => b.classList.remove('active'));\n                this.classList.add('active');\n                \n                \/\/ Afficher le contenu correspondant\n                semestersContainers.forEach(container => {\n                    container.classList.remove('active');\n                    if (container.dataset.year === year) {\n                        container.classList.add('active');\n                    }\n                });\n            });\n        });\n        \n        \/\/ Animation des \u00e9l\u00e9ments au chargement\n        setTimeout(() => {\n            const objectiveItems = document.querySelectorAll('.objective-item');\n            const semesterCards = document.querySelectorAll('.semester-card');\n            \n            \/\/ Animation pour les objectifs\n            objectiveItems.forEach((item, index) => {\n                item.style.opacity = '0';\n                item.style.transform = 'translateY(15px)';\n                item.style.transition = 'opacity 0.4s ease, transform 0.4s ease';\n                \n                setTimeout(() => {\n                    item.style.opacity = '1';\n                    item.style.transform = 'translateY(0)';\n                }, index * 100);\n            });\n            \n            \/\/ Animation pour les semestres\n            semesterCards.forEach((card, index) => {\n                card.style.opacity = '0';\n                card.style.transform = 'translateY(15px)';\n                card.style.transition = 'opacity 0.4s ease, transform 0.4s ease';\n                \n                setTimeout(() => {\n                    card.style.opacity = '1';\n                    card.style.transform = 'translateY(0)';\n                }, objectiveItems.length * 100 + index * 150);\n            });\n        }, 300);\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>Foundational training in Cybersecurity &#8211; National Higher School of Cybersecurity (NSCS) Foundational Training in Cybersecurity The foundational training at the National Higher School of Cybersecurity (NSCS) spans two academic years, organized into four semesters. This core cycle is designed to provide students with a solid foundation of technical, scientific, and methodological knowledge and skills in [&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-11986","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/pages\/11986","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=11986"}],"version-history":[{"count":4,"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/pages\/11986\/revisions"}],"predecessor-version":[{"id":11991,"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/pages\/11986\/revisions\/11991"}],"wp:attachment":[{"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=11986"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}