{"id":11839,"date":"2026-02-14T19:48:06","date_gmt":"2026-02-14T18:48:06","guid":{"rendered":"https:\/\/www.enscs.edu.dz\/?page_id=11839"},"modified":"2026-03-06T19:49:46","modified_gmt":"2026-03-06T18:49:46","slug":"vision-mission","status":"publish","type":"page","link":"https:\/\/www.enscs.edu.dz\/?page_id=11839&lang=en","title":{"rendered":"Presentation of the School"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"11839\" class=\"elementor elementor-11839\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3c54989 e-flex e-con-boxed e-con e-parent\" data-id=\"3c54989\" 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-1cf4bff elementor-widget elementor-widget-html\" data-id=\"1cf4bff\" 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>Vision et Missions - \u00c9cole Nationale Sup\u00e9rieure de Cybers\u00e9curit\u00e9 (ENSCS)<\/title>\n    \n    <style>\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        }\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: 60px;\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: 150px;\n            height: 3px;\n            background-color: var(--accent-color);\n        }\n\n        \/* ===== SECTION AVEC TEXTE \u00c0 GAUCHE ET M\u00c9DIA \u00c0 DROITE ===== *\/\n        .section-with-image {\n            display: flex;\n            gap: 60px;\n            align-items: flex-start;\n            margin-bottom: 80px;\n        }\n\n        .section-with-image.reverse {\n            flex-direction: row-reverse; \/* TEXTE \u00c0 DROITE, IMAGES \u00c0 GAUCHE *\/\n        }\n\n        .text-content {\n            flex: 1;\n        }\n\n        .media-content {\n            flex: 1;\n            display: flex;\n            flex-direction: column;\n            gap: 25px;\n        }\n\n        \/* ===== VID\u00c9O - SANS BANDES NOIRES ===== *\/\n        .video-block {\n            width: 100%;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 8px 25px rgba(0,0,0,0.15);\n            background: #000;\n        }\n\n        .video-block video {\n            width: 100%;\n            height: auto;\n            display: block;\n            aspect-ratio: 16 \/ 9;\n            object-fit: cover;\n            background: #000;\n        }\n\n        .video-caption {\n            background: linear-gradient(135deg, rgba(26,60,46,0.95) 0%, rgba(42,140,71,0.95) 100%);\n            color: white;\n            padding: 10px 15px;\n            font-size: 0.9rem;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            border-top: 3px solid #ffd700;\n        }\n\n        .video-caption i {\n            color: #ffd700;\n            font-size: 1.1rem;\n        }\n\n        \/* ===== IMAGES ===== *\/\n        .image-block {\n            width: 100%;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 8px 25px rgba(0,0,0,0.15);\n        }\n\n        .image-block img {\n            width: 100%;\n            height: auto;\n            display: block;\n            aspect-ratio: 16 \/ 9;\n            object-fit: cover;\n            transition: transform 0.5s ease;\n        }\n\n        .image-block:hover img {\n            transform: scale(1.05);\n        }\n\n        \/* ===== TOUTES LES IMAGES EMPIL\u00c9ES LES UNES SOUS LES AUTRES ===== *\/\n        .stacked-images {\n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            gap: 25px;\n        }\n\n        .stacked-image {\n            width: 100%;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 8px 25px rgba(0,0,0,0.15);\n            position: relative;\n        }\n\n        .stacked-image img {\n            width: 100%;\n            height: auto;\n            aspect-ratio: 16 \/ 9;\n            object-fit: cover;\n            display: block;\n            transition: transform 0.5s ease;\n        }\n\n        .stacked-image:hover img {\n            transform: scale(1.05);\n        }\n\n        .image-caption {\n            background: linear-gradient(135deg, rgba(26,60,46,0.9) 0%, rgba(42,140,71,0.9) 100%);\n            color: white;\n            padding: 8px 15px;\n            font-size: 0.9rem;\n            font-weight: 500;\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            right: 0;\n            border-top: 2px solid #ffd700;\n        }\n\n        \/* ===== STYLE DU TEXTE ===== *\/\n        .section-title {\n            font-size: 1.8rem;\n            color: var(--accent-color);\n            margin-bottom: 25px;\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-color);\n        }\n\n        .section-text {\n            font-size: 1.15rem;\n            line-height: 1.9;\n            color: #000000;\n            text-align: justify;\n        }\n\n        .section-text p {\n            margin-bottom: 1.8em;\n        }\n\n        .legal-reference {\n            background-color: #f8fafc;\n            border-left: 4px solid var(--accent-color);\n            padding: 20px;\n            margin: 25px 0;\n            border-radius: 0 8px 8px 0;\n            font-style: italic;\n            color: var(--secondary-color);\n        }\n\n        \/* ===== MISSIONS ===== *\/\n        .missions-list {\n            list-style-type: none;\n            padding: 0;\n            margin: 0;\n        }\n\n        .mission-item {\n            background-color: #f8fafc;\n            border-left: 4px solid var(--accent-color);\n            padding: 25px 30px 25px 40px;\n            margin-bottom: 25px;\n            border-radius: 0 8px 8px 0;\n            position: relative;\n            transition: all 0.3s ease;\n        }\n\n        .mission-item:hover {\n            transform: translateX(5px);\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n        }\n\n        .mission-item:before {\n            content: \"\u2014\";\n            position: absolute;\n            left: 20px;\n            color: var(--accent-color);\n            font-weight: bold;\n            font-size: 1.5rem;\n        }\n\n        .mission-text {\n            font-size: 1.1rem;\n            line-height: 1.7;\n            color: #000000;\n        }\n\n        .agency-mention {\n            background-color: #e8f0fe;\n            border: 1px solid #d0e0ff;\n            padding: 25px;\n            border-radius: 8px;\n            margin: 40px 0;\n            font-size: 1.1rem;\n            color: var(--primary-color);\n            font-weight: 600;\n            text-align: center;\n        }\n\n        \/* ===== RESPONSIVE ===== *\/\n        @media (max-width: 1200px) {\n            .content-container { max-width: 95%; }\n            .article-content { padding: 50px; }\n            .section-with-image { gap: 50px; }\n        }\n\n        @media (max-width: 992px) {\n            .full-width-wrapper { padding: 90px 15px 50px 15px; }\n            .article-content { padding: 40px 30px; }\n            .page-title { font-size: 2rem; }\n            .section-with-image { flex-direction: column; }\n            .section-with-image.reverse { flex-direction: column; }\n        }\n\n        @media (max-width: 768px) {\n            .full-width-wrapper { padding: 80px 10px 40px 10px; }\n            .article-content { padding: 35px 25px; }\n            .page-title { font-size: 1.8rem; }\n            .section-title { font-size: 1.5rem; }\n        }\n\n        @media (max-width: 576px) {\n            .full-width-wrapper { padding: 70px 10px 35px 10px; }\n            .article-content { padding: 30px 20px; }\n            .page-title { font-size: 1.6rem; }\n            .section-title { font-size: 1.4rem; flex-direction: column; align-items: flex-start; }\n        }\n    <\/style>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n<\/head>\n<body>\n\n<!-- Menu WordPress -->\n<div class=\"full-width-wrapper\">\n    <div class=\"content-container\">\n        <div class=\"article-content\">\n            \n            <!-- TITRE PRINCIPAL -->\n            <h1 class=\"page-title\">Presentation of the School<\/h1>\n\n            <!-- SECTION 1: TEXTE \u00c0 GAUCHE, VID\u00c9O + IMAGE CAMPUS \u00c0 DROITE -->\n            <div class=\"section-with-image\">\n                <div class=\"text-content\">\n                    <h2 class=\"section-title\">\n                        <i class=\"fas fa-eye\"><\/i>\n                        The National Higher School of Cybersecurity\n                    <\/h2>\n                    <div class=\"section-text\">\n                        <p>The National Higher School of Cybersecurity was established under Presidential Decree No. 24-181 of June 5, 2024, concerning the creation of a national higher school of cybersecurity.<\/p>\n\n                         <p>This School, the result of a collaboration between the Ministry of Higher Education and Scientific Research (MESRS) and the Ministry of National Defense (MDN), is fully aligned with the objectives of the National Strategy for Information Systems Security. <\/p>\n                       \n\n                   \n\n<div class=\"legal-reference\">\n    Legal Reference: Presidential Decree No. 24-181 of June 5, 2024 establishing the National Higher School of Cybersecurity (NSCS).\n\n    <a href=\"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/03\/Decret_Ecole_Cyber.pdf\" class=\"download-btn\" download>\n        \ud83d\udcc4 Download the Decree (PDF)\n    <\/a>\n<\/div>\n <\/div>\n                <\/div>\n                \n                <div class=\"media-content\">\n                    <!-- VID\u00c9O - SANS BANDES NOIRES -->\n                    <div class=\"video-block\">\n                        <video controls preload=\"metadata\" poster=\"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/02\/NSCS-Recommandations-du-President-de-la-Republique.mp4?poster\">\n                            <source src=\"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/02\/NSCS-Recommandations-du-President-de-la-Republique.mp4\" type=\"video\/mp4\">\n                            Your browser does not support video playback.\n                        <\/video>\n                        <div class=\"video-caption\">\n                            <i class=\"fas fa-play-circle\"><\/i>\n                            <span><strong>Recommendations from the President of the Republic<\/strong> <\/span>\n                        <\/div>\n                    <\/div>\n                    \n                    <!-- IMAGE CAMPUS -->\n                    <div class=\"image-block\">\n                        <img decoding=\"async\" src=\"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2025\/12\/nscs-school-1.jpg\" alt=\"Campus de l'ENSCS\">\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- SECTION 2: TEXTE \u00c0 DROITE, TOUTES LES PHOTOS EMPIL\u00c9ES \u00c0 GAUCHE -->\n            <div class=\"section-with-image reverse\">\n                <div class=\"text-content\">\n                    <h2 class=\"section-title\">\n                        <i class=\"fas fa-bullseye\"><\/i>\n                        Missions et Infrastructures\n                    <\/h2>\n                    \n                    <div class=\"agency-mention\">\n                        <strong>Missions of the School<\/strong><br>\n                        The School\u2019s mission is to provide higher education, scientific research, and technological development for the training of engineers and doctoral candidates. These graduates will possess high-level scientific, technical, and general skills, enabling them to pursue careers in development or teaching within the fields of cybersecurity.\n                    <\/div>\n                    \n                    <div class=\"agency-mention\" style=\"margin-top: 20px; margin-bottom: 20px; background-color: #f0f7ff;\">\n                        <strong>In collaboration with the Information Systems Security Agency, the School is responsible for:<\/strong>\n                    <\/div>\n                    \n                    <ul class=\"missions-list\">\n                        <li class=\"mission-item\"><div class=\"mission-text\">Contributing to the national effort in scientific research and technological development in the field of information systems security and providing innovative high-tech solutions;<\/div><\/li>\n                        <li class=\"mission-item\"><div class=\"mission-text\">Promoting the development of science and technology within the field of cybersecurity;<\/div><\/li>\n                        <li class=\"mission-item\"><div class=\"mission-text\">Participating in the strengthening of national technical capabilities in cybersecurity;<\/div><\/li>\n                        <li class=\"mission-item\"><div class=\"mission-text\">Providing its infrastructure and resources to contribute to the reinforcement of national information systems security.<\/div><\/li>\n                    <\/ul>\n                    \n                    <div class=\"section-text\" style=\"margin-top: 40px;\">\n                        <h3 class=\"section-title\" style=\"font-size: 1.5rem; margin-bottom: 20px;\">\n                            <i class=\"fas fa-building\"><\/i>\n                            Infrastructure and Resources\n                        <\/h3>\n                        \n                        <p style=\"margin-bottom: 15px;\">The NSCS has modern, comprehensive facilities to ensure excellence in training:<\/p>\n                        <div style=\"display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 15px; margin-top: 20px;\">\n                            <div style=\"background: #f8fafc; padding: 15px; border-radius: 8px; border-left: 3px solid var(--accent-color);\"><strong>10 Lecture Halls (Amphitheaters)<\/strong><\/div>\n                            <div style=\"background: #f8fafc; padding: 15px; border-radius: 8px; border-left: 3px solid var(--accent-color);\"><strong>40 Classrooms<\/strong><\/div>\n                            <div style=\"background: #f8fafc; padding: 15px; border-radius: 8px; border-left: 3px solid var(--accent-color);\"><strong>16 Rooms dedicated to scientific research<\/strong><\/div>\n                            <div style=\"background: #f8fafc; padding: 15px; border-radius: 8px; border-left: 3px solid var(--accent-color);\"><strong>35 Practical work (TP) labs<\/strong><\/div>\n                            <div style=\"background: #f8fafc; padding: 15px; border-radius: 8px; border-left: 3px solid var(--accent-color);\"><strong>01 Fully equipped hall for organizing small and medium-sized events<\/strong><\/div>\n                            <div style=\"background: #f8fafc; padding: 15px; border-radius: 8px; border-left: 3px solid var(--accent-color);\"><strong>12 Equipped rooms dedicated to entrepreneurship (Incubator, CDE, CATI, Blue, etc.)<\/strong><\/div>\n                            <div style=\"background: #f8fafc; padding: 15px; border-radius: 8px; border-left: 3px solid var(--accent-color);\"><strong>03 Intensive Language Teaching Centers (CEIL)<\/strong><\/div>\n                            <div style=\"background: #f8fafc; padding: 15px; border-radius: 8px; border-left: 3px solid var(--accent-color);\"><strong>01 Library<\/strong><\/div>\n                            <div style=\"background: #f8fafc; padding: 15px; border-radius: 8px; border-left: 3px solid var(--accent-color);\"><strong>02 Reading rooms<\/strong><\/div>\n                            <div style=\"background: #f8fafc; padding: 15px; border-radius: 8px; border-left: 3px solid var(--accent-color);\"><strong>02 Meeting rooms<\/strong><\/div>\n                            <div style=\"background: #f8fafc; padding: 15px; border-radius: 8px; border-left: 3px solid var(--accent-color);\"><strong>01 Sports and Leisure room<\/strong><\/div>\n                            <div style=\"background: #f8fafc; padding: 15px; border-radius: 8px; border-left: 3px solid var(--accent-color);\"><strong>01 Relaxation area<\/strong><\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"media-content\">\n                    <!-- TOUTES LES PHOTOS EMPIL\u00c9ES LES UNES SOUS LES AUTRES -->\n                    <div class=\"stacked-images\">\n                        <!-- PHOTO 1 - Infrastructures -->\n                        <div class=\"stacked-image\">\n                            <img decoding=\"async\" src=\"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2024\/09\/20240910_115805-scaled.jpg\" alt=\"Infrastructures de l'ENSCS\">\n                            <div class=\"image-caption\">\n                                <i class=\"fas fa-building\" style=\"margin-right: 8px;\"><\/i>\n                                Infrastructures\n                            <\/div>\n                        <\/div>\n                        \n                        <!-- PHOTO 2 - Activit\u00e9s acad\u00e9miques -->\n                        <div class=\"stacked-image\">\n                            <img decoding=\"async\" src=\"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/01\/616795871_122117704425136336_6186683860308428742_n.jpg\" alt=\"Activit\u00e9s acad\u00e9miques\">\n                            <div class=\"image-caption\">\n                                <i class=\"fas fa-graduation-cap\" style=\"margin-right: 8px;\"><\/i>\n                                Academic Activities\n                            <\/div>\n                        <\/div>\n                        \n                        <!-- PHOTO 3 - Vie \u00e9tudiante -->\n                        <div class=\"stacked-image\">\n                            <img decoding=\"async\" src=\"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/01\/600229419_122110769523136336_9001347896090316972_n-1.jpg\" alt=\"Vie \u00e9tudiante\">\n                            <div class=\"image-caption\">\n                                <i class=\"fas fa-users\" style=\"margin-right: 8px;\"><\/i>\n                                Student Life\n                            <\/div>\n                        <\/div>\n                        \n                        <!-- PHOTO 4 - Incubateur -->\n                        <div class=\"stacked-image\">\n                            <img decoding=\"async\" src=\"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/02\/incub3-1.png\" alt=\"Incubateur ENSCS\">\n                            <div class=\"image-caption\">\n                                <i class=\"fas fa-seedling\" style=\"margin-right: 8px;\"><\/i>\n                                Incubator\n                            <\/div>\n                        <\/div>\n                        \n                        <!-- PHOTO 5 - P\u00f4le Recherche -->\n                        <div class=\"stacked-image\">\n                            <img decoding=\"async\" src=\"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2025\/12\/pole-1.jpg\" alt=\"P\u00f4le recherche\">\n                            <div class=\"image-caption\">\n                                <i class=\"fas fa-flask\" style=\"margin-right: 8px;\"><\/i>\n                                Central Library\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\n    document.addEventListener('DOMContentLoaded', function() {\n        function adjustForWordPressMenu() {\n            const header = document.querySelector('header') || document.querySelector('.site-header') || document.querySelector('#masthead');\n            const wrapper = document.querySelector('.full-width-wrapper');\n            if (wrapper) {\n                wrapper.style.paddingTop = header ? (header.offsetHeight + 20) + 'px' : '100px';\n            }\n        }\n        adjustForWordPressMenu();\n        window.addEventListener('resize', adjustForWordPressMenu);\n        setTimeout(adjustForWordPressMenu, 500);\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>Vision et Missions &#8211; \u00c9cole Nationale Sup\u00e9rieure de Cybers\u00e9curit\u00e9 (ENSCS) Presentation of the School The National Higher School of Cybersecurity The National Higher School of Cybersecurity was established under Presidential Decree No. 24-181 of June 5, 2024, concerning the creation of a national higher school of cybersecurity. This School, the result of a collaboration between [&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-11839","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/pages\/11839","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=11839"}],"version-history":[{"count":5,"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/pages\/11839\/revisions"}],"predecessor-version":[{"id":12715,"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/pages\/11839\/revisions\/12715"}],"wp:attachment":[{"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=11839"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}