{"id":9865,"date":"2026-01-06T11:12:30","date_gmt":"2026-01-06T10:12:30","guid":{"rendered":"https:\/\/www.enscs.edu.dz\/?page_id=9865"},"modified":"2026-03-06T18:31:52","modified_gmt":"2026-03-06T17:31:52","slug":"visions-et-missions","status":"publish","type":"page","link":"https:\/\/www.enscs.edu.dz\/?page_id=9865","title":{"rendered":"Pr\u00e9sentation de l&#8217;\u00e9cole"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"9865\" class=\"elementor elementor-9865\">\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=\"fr\">\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\">Pr\u00e9sentation de l'\u00e9cole<\/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                        L'\u00c9cole Nationale Sup\u00e9rieure de Cybers\u00e9curit\u00e9\n                    <\/h2>\n                    <div class=\"section-text\">\n                        <p>L'\u00c9cole Nationale Sup\u00e9rieure de Cybers\u00e9curit\u00e9 (ENSCS) a \u00e9t\u00e9 cr\u00e9\u00e9e en vertu du d\u00e9cret pr\u00e9sidentiel n\u00b0 24-181 du 5 juin 2024 portant cr\u00e9ation d'une \u00e9cole nationale sup\u00e9rieure de cybers\u00e9curit\u00e9.<\/p>\n                        <p>Cette \u00c9cole, fruit de la collaboration entre le Minist\u00e8re de l'Enseignement Sup\u00e9rieur et de la Recherche Scientifique (MESRS) et le Minist\u00e8re de la D\u00e9fense Nationale (MDN), s'inscrit pleinement dans les objectifs de la Strat\u00e9gie nationale de la s\u00e9curit\u00e9 des syst\u00e8mes d'information approuv\u00e9e par le d\u00e9cret pr\u00e9sidentiel n\u00b0 25-321 du 30 d\u00e9cembre 2025.<\/p>\n                        <div class=\"legal-reference\">\n    R\u00e9f\u00e9rence l\u00e9gale : D\u00e9cret pr\u00e9sidentiel n\u00b0 24-181 du 5 juin 2024 portant cr\u00e9ation de l\u2019\u00c9cole Nationale Sup\u00e9rieure de Cybers\u00e9curit\u00e9 (ENSCS).\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 T\u00e9l\u00e9charger le D\u00e9cret (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                            Votre navigateur ne supporte pas la lecture de vid\u00e9os.\n                        <\/video>\n                        <div class=\"video-caption\">\n                            <i class=\"fas fa-play-circle\"><\/i>\n                            <span><strong>Recommandations du Pr\u00e9sident de la R\u00e9publique<\/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 de l'\u00c9cole<\/strong><br>\n                        L'\u00c9cole a pour mission d'assurer la formation sup\u00e9rieure, la recherche scientifique et le d\u00e9veloppement technologique dans le cadre de la formation d'ing\u00e9nieurs et de docteurs poss\u00e9dant les comp\u00e9tences scientifiques, techniques et g\u00e9n\u00e9rales de haut niveau, les rendant aptes \u00e0 exercer des fonctions de d\u00e9veloppement ou d'enseignement dans les domaines de la cybers\u00e9curit\u00e9.\n                    <\/div>\n                    \n                    <div class=\"agency-mention\" style=\"margin-top: 20px; margin-bottom: 20px; background-color: #f0f7ff;\">\n                        <strong>En collaboration avec l'Agence de la S\u00e9curit\u00e9 des Syst\u00e8mes d'Information<\/strong>\n                    <\/div>\n                    \n                    <ul class=\"missions-list\">\n                        <li class=\"mission-item\"><div class=\"mission-text\">De contribuer \u00e0 l'effort national de la recherche scientifique et de d\u00e9veloppement technologique dans le domaine de la s\u00e9curit\u00e9 des syst\u00e8mes d'information et de fournir des solutions innovantes de haute technologie.<\/div><\/li>\n                        <li class=\"mission-item\"><div class=\"mission-text\">De promouvoir le d\u00e9veloppement de la science et de la technologie dans le domaine de la cybers\u00e9curit\u00e9.<\/div><\/li>\n                        <li class=\"mission-item\"><div class=\"mission-text\">De participer au renforcement des capacit\u00e9s techniques nationales dans le domaine de la cybers\u00e9curit\u00e9.<\/div><\/li>\n                        <li class=\"mission-item\"><div class=\"mission-text\">De mettre \u00e0 disposition son infrastructure et ses moyens dans l'objectif de contribuer au renforcement de la s\u00e9curit\u00e9 des syst\u00e8mes d'information nationaux.<\/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                            Infrastructures et Ressources\n                        <\/h3>\n                        <p style=\"margin-bottom: 15px;\">L'ENSCS dispose d'infrastructures modernes et compl\u00e8tes pour assurer une formation d'excellence :<\/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 Amphith\u00e9\u00e2tres<\/strong><\/div>\n                            <div style=\"background: #f8fafc; padding: 15px; border-radius: 8px; border-left: 3px solid var(--accent-color);\"><strong>40 Salles de classe<\/strong><\/div>\n                            <div style=\"background: #f8fafc; padding: 15px; border-radius: 8px; border-left: 3px solid var(--accent-color);\"><strong>16 Salles de recherche<\/strong><\/div>\n                            <div style=\"background: #f8fafc; padding: 15px; border-radius: 8px; border-left: 3px solid var(--accent-color);\"><strong>35 Salles de TP<\/strong><\/div>\n                            <div style=\"background: #f8fafc; padding: 15px; border-radius: 8px; border-left: 3px solid var(--accent-color);\"><strong>01 Salle d'\u00e9v\u00e9nements<\/strong><\/div>\n                            <div style=\"background: #f8fafc; padding: 15px; border-radius: 8px; border-left: 3px solid var(--accent-color);\"><strong>12 Salles d'entrepreneuriat<\/strong><\/div>\n                            <div style=\"background: #f8fafc; padding: 15px; border-radius: 8px; border-left: 3px solid var(--accent-color);\"><strong>03 Centres de langues (CEIL)<\/strong><\/div>\n                            <div style=\"background: #f8fafc; padding: 15px; border-radius: 8px; border-left: 3px solid var(--accent-color);\"><strong>01 Biblioth\u00e8que<\/strong><\/div>\n                            <div style=\"background: #f8fafc; padding: 15px; border-radius: 8px; border-left: 3px solid var(--accent-color);\"><strong>02 Salles de lecture<\/strong><\/div>\n                            <div style=\"background: #f8fafc; padding: 15px; border-radius: 8px; border-left: 3px solid var(--accent-color);\"><strong>02 Salles de r\u00e9union<\/strong><\/div>\n                            <div style=\"background: #f8fafc; padding: 15px; border-radius: 8px; border-left: 3px solid var(--accent-color);\"><strong>01 Salle de sports<\/strong><\/div>\n                            <div style=\"background: #f8fafc; padding: 15px; border-radius: 8px; border-left: 3px solid var(--accent-color);\"><strong>01 Espace de d\u00e9tente<\/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                                Activit\u00e9s acad\u00e9miques\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                                Vie \u00e9tudiante\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                                Incubateur\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                                Biblioth\u00e8que Centrale \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) Pr\u00e9sentation de l&#8217;\u00e9cole L&#8217;\u00c9cole Nationale Sup\u00e9rieure de Cybers\u00e9curit\u00e9 L&#8217;\u00c9cole Nationale Sup\u00e9rieure de Cybers\u00e9curit\u00e9 (ENSCS) a \u00e9t\u00e9 cr\u00e9\u00e9e en vertu du d\u00e9cret pr\u00e9sidentiel n\u00b0 24-181 du 5 juin 2024 portant cr\u00e9ation d&#8217;une \u00e9cole nationale sup\u00e9rieure de cybers\u00e9curit\u00e9. Cette \u00c9cole, fruit de la collaboration entre le Minist\u00e8re [&hellip;]<\/p>\n","protected":false},"author":8,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-9865","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/pages\/9865","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\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=9865"}],"version-history":[{"count":5,"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/pages\/9865\/revisions"}],"predecessor-version":[{"id":12709,"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/pages\/9865\/revisions\/12709"}],"wp:attachment":[{"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=9865"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}