{"id":12095,"date":"2026-02-23T03:27:42","date_gmt":"2026-02-23T02:27:42","guid":{"rendered":"https:\/\/www.enscs.edu.dz\/?page_id=12095"},"modified":"2026-02-23T03:31:52","modified_gmt":"2026-02-23T02:31:52","slug":"regulations","status":"publish","type":"page","link":"https:\/\/www.enscs.edu.dz\/?page_id=12095&lang=en","title":{"rendered":"Regulations"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"12095\" class=\"elementor elementor-12095\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c4f312e e-flex e-con-boxed e-con e-parent\" data-id=\"c4f312e\" 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-19c4c20 elementor-widget elementor-widget-html\" data-id=\"19c4c20\" 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>Regulations - ENSCS<\/title>\n\n    <!-- Font Awesome for icons -->\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\/>\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-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        * { margin: 0; padding: 0; box-sizing: border-box; }\n        html, body { width: 100%; overflow-x: hidden; }\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        .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        .content-container { width: 100%; max-width: 1400px; margin: 0 auto; padding: 0 20px; }\n\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        .page-title {\n            font-size: 2.4rem;\n            color: var(--accent-blue-dark);\n            margin-bottom: 30px;\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        .intro-section { margin-bottom: 50px; }\n        .intro-text { font-size: 1.15rem; line-height: 1.9; color: var(--text-color); text-align: justify; }\n        .intro-text p { margin-bottom: 1.5em; }\n\n        .section { margin-bottom: 60px; }\n        .section:last-child { margin-bottom: 0; }\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        .section-title i { font-size: 1.8rem; color: var(--accent-blue); }\n\n        .documents-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 30px;\n            margin: 30px 0;\n        }\n\n        .document-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        .document-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(49, 130, 206, 0.15);\n        }\n\n        .document-header {\n            display: flex;\n            align-items: flex-start;\n            gap: 20px;\n            margin-bottom: 20px;\n            padding-bottom: 20px;\n            border-bottom: 2px solid var(--border-color);\n        }\n\n        .document-icon {\n            width: 60px;\n            height: 60px;\n            background-color: #ebf8ff;\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--accent-blue);\n            font-size: 1.5rem;\n            flex-shrink: 0;\n        }\n\n        .document-title {\n            font-size: 1.4rem;\n            color: var(--accent-blue);\n            font-weight: 700;\n            line-height: 1.4;\n        }\n\n        .document-meta {\n            display: flex;\n            gap: 15px;\n            margin-top: 10px;\n            flex-wrap: wrap;\n        }\n\n        .meta-item {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            font-size: 0.9rem;\n            color: var(--secondary-color);\n        }\n\n        .meta-item i { color: var(--accent-teal); }\n\n        .document-content { font-size: 1.05rem; line-height: 1.7; color: var(--text-color); margin-bottom: 25px; }\n\n        .download-button {\n            display: inline-flex;\n            align-items: center;\n            gap: 10px;\n            background: linear-gradient(135deg, var(--accent-blue), var(--accent-blue-dark));\n            color: white;\n            padding: 12px 25px;\n            border-radius: 6px;\n            font-weight: 600;\n            text-decoration: none;\n            transition: all 0.3s ease;\n            border: none;\n            font-size: 1rem;\n        }\n\n        .download-button:hover {\n            background: linear-gradient(135deg, var(--accent-blue-dark), #2a4365);\n            transform: translateY(-2px);\n            box-shadow: 0 5px 15px rgba(49, 130, 206, 0.3);\n        }\n\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 styles kept exactly same as original (omitted here for brevity) *\/\n    <\/style>\n<\/head>\n<body>\n\n<div class=\"full-width-wrapper\">\n    <div class=\"content-container\">\n\n        <div class=\"article-content\">\n            \n            <h1 class=\"page-title\">Regulations<\/h1>\n\n            <div class=\"intro-section\">\n                <div class=\"intro-text\">\n                    <p>\n                        This page gathers the main regulatory texts and official circulars governing the operations of the National Higher School of Cybersecurity. You can freely download these documents for consultation.\n                    <\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"section\">\n                <h2 class=\"section-title\">\n                    <i class=\"fas fa-file-alt\"><\/i>\n                    Regulatory Documents\n                <\/h2>\n                \n                <div class=\"documents-grid\">\n\n                    <!-- ARR\u00caT\u00c9 371 -->\n                    <div class=\"document-card\">\n                        <div class=\"document-header\">\n                            <div class=\"document-icon\">\n                                <i class=\"fas fa-balance-scale\"><\/i>\n                            <\/div>\n                            <div>\n                                <h3 class=\"document-title\">Decree No. 371 of June 11, 2014<\/h3>\n                                <div class=\"document-meta\">\n                                    <div class=\"meta-item\">\n                                        <i class=\"far fa-calendar\"><\/i> June 11, 2014\n                                    <\/div>\n                                    <div class=\"meta-item\">\n                                        <i class=\"far fa-file-pdf\"><\/i> PDF\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"document-content\">\n                            Decree regarding the creation, composition, and functioning of disciplinary councils within higher education institutions.\n                        <\/div>\n                        \n                        <a href=\"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/02\/Arrete-N\u00b0371-du-11-juin-2014-correspondant-au-portant-creation-composition-et-fonctionnement-des-conseils-de-discipline-au-sein-des-etablissements-denseignement-superieur.pdf\" class=\"download-button\" target=\"_blank\">\n                            <i class=\"fas fa-download\"><\/i> Download PDF\n                        <\/a>\n                    <\/div>\n\n                    <!-- CIRCULAIRE 2025 -->\n                    <div class=\"document-card\">\n                        <div class=\"document-header\">\n                            <div class=\"document-icon\">\n                                <i class=\"fas fa-bullhorn\"><\/i>\n                            <\/div>\n                            <div>\n                                <h3 class=\"document-title\">Circular 2025\/282 of July 14, 2025<\/h3>\n                                <div class=\"document-meta\">\n                                    <div class=\"meta-item\">\n                                        <i class=\"far fa-calendar\"><\/i> July 14, 2025\n                                    <\/div>\n                                    <div class=\"meta-item\">\n                                        <i class=\"far fa-file-pdf\"><\/i> PDF\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"document-content\">\n                            Circular regarding the first enrollment and orientation of high school graduates for the 2025-2026 academic year.\n                        <\/div>\n                        \n                        <a href=\"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/02\/Circulaire-2025_282_2025-07-14_signed.pdf\" class=\"download-button\" target=\"_blank\">\n                            <i class=\"fas fa-download\"><\/i> Download PDF\n                        <\/a>\n                    <\/div>\n\n                    <!-- CIRCULAIRE NB 2024 -->\n                    <div class=\"document-card\">\n                        <div class=\"document-header\">\n                            <div class=\"document-icon\">\n                                <i class=\"fas fa-scroll\"><\/i>\n                            <\/div>\n                            <div>\n                                <h3 class=\"document-title\">Circular NB 2024 (Arabic Version)<\/h3>\n                                <div class=\"document-meta\">\n                                    <div class=\"meta-item\">\n                                        <i class=\"far fa-calendar\"><\/i> July 14, 2024\n                                    <\/div>\n                                    <div class=\"meta-item\">\n                                        <i class=\"far fa-file-pdf\"><\/i> PDF\n                                    <\/div>\n                                    <div class=\"meta-item\">\n                                        <i class=\"fas fa-language\"><\/i> Arabic\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"document-content\">\n                            Circular regarding the first enrollment and orientation of high school graduates for the 2024-2025 academic year (signed Arabic version).\n                        <\/div>\n                        \n                        <a href=\"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/02\/Circulaire-NB-2024-version-arabe-signed.pdf\" class=\"download-button\" target=\"_blank\">\n                            <i class=\"fas fa-download\"><\/i> Download PDF\n                        <\/a>\n                    <\/div>\n\n                <\/div>\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n<\/div>\n\n<script>\n    \/\/ WordPress menu adjustment and animations (unchanged)\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(header && wrapper) wrapper.style.paddingTop = (header.offsetHeight + 20) + 'px';\n            else if(wrapper) wrapper.style.paddingTop = '100px';\n        }\n        adjustForWordPressMenu();\n        window.addEventListener('resize', adjustForWordPressMenu);\n\n        const sections = document.querySelectorAll('.section');\n        sections.forEach((el, index) => {\n            el.style.opacity = '0';\n            el.style.transform = 'translateY(30px)';\n            el.style.transition = 'opacity 0.6s ease, transform 0.6s ease';\n            new IntersectionObserver(entries => {\n                entries.forEach(entry => {\n                    if(entry.isIntersecting) setTimeout(() => { entry.target.style.opacity='1'; entry.target.style.transform='translateY(0)'; }, index*100);\n                });\n            }, { threshold: 0.1 }).observe(el);\n        });\n\n        const documentCards = document.querySelectorAll('.document-card');\n        documentCards.forEach((card, index) => {\n            card.style.opacity='0'; 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            setTimeout(()=>{ card.style.opacity='1'; card.style.transform='translateY(0)'; }, 400+(index*100));\n        });\n\n        const downloadButtons = document.querySelectorAll('.download-button');\n        downloadButtons.forEach(button => {\n            button.addEventListener('click', function() {\n                const docName = this.closest('.document-card').querySelector('.document-title').textContent;\n                console.log(`Download started: ${docName}`);\n            });\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>Regulations &#8211; ENSCS Regulations This page gathers the main regulatory texts and official circulars governing the operations of the National Higher School of Cybersecurity. You can freely download these documents for consultation. Regulatory Documents Decree No. 371 of June 11, 2014 June 11, 2014 PDF Decree regarding the creation, composition, and functioning of disciplinary councils [&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-12095","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/pages\/12095","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=12095"}],"version-history":[{"count":4,"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/pages\/12095\/revisions"}],"predecessor-version":[{"id":12100,"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/pages\/12095\/revisions\/12100"}],"wp:attachment":[{"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=12095"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}