{"id":11789,"date":"2026-02-12T16:03:47","date_gmt":"2026-02-12T15:03:47","guid":{"rendered":"https:\/\/www.enscs.edu.dz\/?page_id=11789"},"modified":"2026-02-12T16:52:23","modified_gmt":"2026-02-12T15:52:23","slug":"__trashed-3","status":"publish","type":"page","link":"https:\/\/www.enscs.edu.dz\/?page_id=11789&lang=en","title":{"rendered":"FAQ (Frequently Asked Questions)"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"11789\" class=\"elementor elementor-11789\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1440080 e-flex e-con-boxed e-con e-parent\" data-id=\"1440080\" 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-c5d6ac2 elementor-widget elementor-widget-html\" data-id=\"c5d6ac2\" 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>FAQ - \u00c9cole Nationale Sup\u00e9rieure de Cybers\u00e9curit\u00e9 (ENSCS)<\/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 - PALETTE BLEUE *\/\n        :root {\n            --primary-color: #1a202c;\n            --secondary-color: #4a5568;\n            --light-bg: #f8f9fa;\n            --card-bg: #ffffff;\n            --border-color: #e2e8f0;\n            --accent-blue: #3182ce;\n            --accent-blue-dark: #2c5282;\n            --accent-indigo: #4c51bf;\n            --accent-teal: #319795;\n            --text-color: #000000;\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        html, body {\n            width: 100%;\n            overflow-x: hidden;\n        }\n\n        body {\n            font-family: \"Segoe UI\", Tahoma, Geneva, Verdana, sans-serif;\n            color: var(--primary-color);\n            line-height: 1.8;\n            background: #ffffff;\n            padding-top: 0;\n        }\n\n        \/* ===== FORCER PLEINE LARGEUR ===== *\/\n        .full-width-wrapper {\n            width: 100vw !important;\n            max-width: 100vw !important;\n            position: relative;\n            left: 50% !important;\n            right: 50% !important;\n            margin-left: -50vw !important;\n            margin-right: -50vw !important;\n            padding: 100px 20px 60px 20px;\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            margin-top: 0 !important;\n        }\n\n        \/* ===== CONTENEUR PRINCIPAL ===== *\/\n        .content-container {\n            width: 100%;\n            max-width: 1400px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        \/* ===== CONTENU ARTICLE ===== *\/\n        .article-content {\n            background: var(--card-bg);\n            padding: 50px;\n            border-radius: 12px;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n            margin-bottom: 40px;\n        }\n\n        \/* ===== TITRE PRINCIPAL ===== *\/\n        .page-title {\n            font-size: 2.4rem;\n            color: var(--accent-blue-dark);\n            margin-bottom: 50px;\n            font-weight: 700;\n            text-align: center;\n            padding-bottom: 20px;\n            border-bottom: 3px solid var(--border-color);\n            position: relative;\n        }\n\n        .page-title:after {\n            content: '';\n            position: absolute;\n            bottom: -3px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 200px;\n            height: 3px;\n            background-color: var(--accent-blue-dark);\n        }\n\n        \/* ===== INTRODUCTION ===== *\/\n        .intro-section {\n            margin-bottom: 50px;\n        }\n\n        .intro-text {\n            font-size: 1.15rem;\n            line-height: 1.9;\n            color: var(--text-color);\n            text-align: justify;\n        }\n\n        .intro-text p {\n            margin-bottom: 1.5em;\n        }\n\n        \/* ===== FAQ STYLES ===== *\/\n        .faq-container {\n            margin-top: 40px;\n        }\n\n        .faq-header {\n            text-align: center;\n            margin-bottom: 40px;\n        }\n\n        .faq-header h2 {\n            font-size: 1.8rem;\n            color: var(--accent-blue-dark);\n            margin-bottom: 15px;\n            font-weight: 700;\n        }\n\n        .faq-header p {\n            font-size: 1.1rem;\n            color: var(--secondary-color);\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        .faq-category {\n            margin-bottom: 50px;\n        }\n\n        .category-title {\n            font-size: 1.5rem;\n            color: var(--accent-blue);\n            margin-bottom: 25px;\n            padding-bottom: 10px;\n            border-bottom: 2px solid var(--border-color);\n            font-weight: 700;\n            display: flex;\n            align-items: center;\n            gap: 15px;\n        }\n\n        .category-title i {\n            color: var(--accent-blue);\n        }\n\n        \/* ===== SECTIONS FAQ (ACCORD\u00c9ON) ===== *\/\n        .faq-section {\n            margin-bottom: 15px;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n            border: 1px solid var(--border-color);\n            background: var(--card-bg);\n        }\n\n        .faq-header-item {\n            background-color: #f8f9fa;\n            padding: 22px 30px;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            transition: background-color 0.3s ease;\n        }\n\n        .faq-header-item:hover {\n            background-color: #f0f7ff;\n        }\n\n        .faq-header-item.active {\n            background-color: #e6f7ff;\n            border-bottom: 2px solid var(--accent-blue);\n        }\n\n        .faq-question {\n            font-size: 1.2rem;\n            color: var(--accent-blue);\n            font-weight: 600;\n            display: flex;\n            align-items: center;\n            gap: 15px;\n        }\n\n        .faq-question i {\n            font-size: 1.2rem;\n            color: var(--accent-blue);\n        }\n\n        .faq-icon {\n            transition: transform 0.3s ease;\n            font-size: 1.2rem;\n            color: var(--accent-blue);\n        }\n\n        .faq-header-item.active .faq-icon {\n            transform: rotate(180deg);\n        }\n\n        .faq-content {\n            padding: 0;\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.5s ease, padding 0.3s ease;\n            background-color: white;\n        }\n\n        .faq-content.active {\n            padding: 25px 30px;\n            max-height: 2000px;\n        }\n\n        \/* ===== CONTENU FAQ ===== *\/\n        .faq-answer {\n            font-size: 1.05rem;\n            line-height: 1.8;\n            color: var(--text-color);\n        }\n\n        .faq-answer p {\n            margin-bottom: 15px;\n        }\n\n        .faq-answer ul {\n            margin: 15px 0 15px 30px;\n        }\n\n        .faq-answer li {\n            margin-bottom: 8px;\n            position: relative;\n            padding-left: 10px;\n        }\n\n        .faq-answer li:before {\n            content: \"\u2022\";\n            position: absolute;\n            left: -15px;\n            color: var(--accent-blue);\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n\n        \/* ===== NOTE IMPORTANTE ===== *\/\n        .important-note {\n            background-color: #ebf8ff;\n            border: 2px solid #bee3f8;\n            padding: 30px;\n            border-radius: 8px;\n            margin-top: 50px;\n            text-align: center;\n        }\n\n        .note-title {\n            font-size: 1.4rem;\n            color: var(--accent-blue-dark);\n            margin-bottom: 15px;\n            font-weight: 700;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 10px;\n        }\n\n        .note-text {\n            font-size: 1.1rem;\n            line-height: 1.6;\n            color: var(--text-color);\n        }\n\n        \/* ===== CONTACT INFO ===== *\/\n        .contact-info {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 25px;\n            margin-top: 40px;\n        }\n\n        .contact-item {\n            background: linear-gradient(135deg, #f8fafc 0%, #e6f0ff 100%);\n            border-radius: 10px;\n            padding: 25px;\n            text-align: center;\n            border: 1px solid var(--border-color);\n        }\n\n        .contact-icon {\n            font-size: 2rem;\n            color: var(--accent-blue);\n            margin-bottom: 15px;\n        }\n\n        .contact-title {\n            font-size: 1.2rem;\n            color: var(--accent-blue-dark);\n            margin-bottom: 10px;\n            font-weight: 600;\n        }\n\n        .contact-detail {\n            font-size: 1rem;\n            color: var(--text-color);\n        }\n\n        \/* ===== RESPONSIVE ===== *\/\n        @media (max-width: 1200px) {\n            .content-container {\n                max-width: 95%;\n            }\n            \n            .article-content {\n                padding: 45px;\n            }\n            \n            .contact-info {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n\n        @media (max-width: 992px) {\n            .full-width-wrapper {\n                padding: 90px 15px 50px 15px;\n            }\n            \n            .content-container {\n                padding: 0 15px;\n            }\n            \n            .article-content {\n                padding: 40px 30px;\n            }\n            \n            .page-title {\n                font-size: 2rem;\n                margin-bottom: 40px;\n                padding-bottom: 15px;\n            }\n            \n            .page-title:after {\n                width: 150px;\n            }\n            \n            .faq-question {\n                font-size: 1.1rem;\n            }\n            \n            .intro-text {\n                font-size: 1.05rem;\n            }\n            \n            .faq-header h2 {\n                font-size: 1.6rem;\n            }\n            \n            .category-title {\n                font-size: 1.4rem;\n            }\n            \n            .contact-info {\n                grid-template-columns: 1fr;\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            .faq-question {\n                font-size: 1.05rem;\n            }\n            \n            .faq-header-item {\n                padding: 18px 25px;\n            }\n            \n            .faq-content.active {\n                padding: 20px 25px;\n            }\n            \n            .intro-text {\n                font-size: 1rem;\n            }\n            \n            .faq-header h2 {\n                font-size: 1.5rem;\n            }\n            \n            .category-title {\n                font-size: 1.3rem;\n            }\n            \n            .important-note {\n                padding: 25px;\n            }\n            \n            .note-title {\n                font-size: 1.2rem;\n            }\n            \n            .note-text {\n                font-size: 1rem;\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            .faq-question {\n                font-size: 1rem;\n                flex-direction: column;\n                align-items: flex-start;\n                gap: 10px;\n            }\n            \n            .faq-header-item {\n                padding: 16px 20px;\n            }\n            \n            .faq-content.active {\n                padding: 18px 20px;\n            }\n            \n            .intro-text {\n                font-size: 0.95rem;\n                text-align: left;\n            }\n            \n            .faq-header h2 {\n                font-size: 1.4rem;\n            }\n            \n            .category-title {\n                font-size: 1.2rem;\n            }\n            \n            .faq-answer {\n                font-size: 0.95rem;\n            }\n            \n            .important-note {\n                padding: 20px;\n            }\n            \n            .contact-item {\n                padding: 20px;\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\">Frequently Asked Questions (FAQ)<\/h1>\n\n            <!-- INTRODUCTION -->\n            <div class=\"intro-section\">\n                <div class=\"intro-text\">\n                    <p> Welcome to the Frequently Asked Questions section of the National Higher School of Cybersecurity (NSCS). Below you will find answers to the most frequently asked questions about our institution, admissions, academic programs, student life, and career opportunities.\n                    <\/p>\n                    <p>\n                        If you do not find the answer to your question, please feel free to contact us using the contact information provided at the bottom of this page.\n                    <\/p>\n                <\/div>\n            <\/div>\n\n            <!-- SECTION FAQ -->\n            <div class=\"faq-container\">\n                <div class=\"faq-header\">\n                    <h2>Everything you need to know about NSCS<\/h2>\n                    <p>Browse frequently asked questions by category<\/p>\n                <\/div>\n\n                <!-- CAT\u00c9GORIE: \u00c0 PROPOS -->\n                <div class=\"faq-category\">\n                    <h3 class=\"category-title\">\n                        <i class=\"fas fa-info-circle\"><\/i>\n                        About NSCS\n                    <\/h3>\n                    \n                    <div class=\"faq-section\">\n                        <div class=\"faq-header-item\">\n                            <div class=\"faq-question\">\n                                <i class=\"fas fa-question-circle\"><\/i>\n                                <span>What is the National Higher School of Cybersecurity (NSCS)?<\/span>\n                            <\/div>\n                            <div class=\"faq-icon\">\n                                <i class=\"fas fa-chevron-down\"><\/i>\n                            <\/div>\n                        <\/div>\n                        <div class=\"faq-content\">\n                            <div class=\"faq-answer\">\n                                <p>\n                                    The National Higher School of Cybersecurity (NSCS) is a national higher education institution dedicated to training highly qualified engineers and experts in cybersecurity. Its mission is to develop advanced skills in information systems security, network protection, cryptography, digital forensics, and cyber risk management.\n\n                                <\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- CAT\u00c9GORIE: ADMISSION -->\n                <div class=\"faq-category\">\n                    <h3 class=\"category-title\">\n                        <i class=\"fas fa-graduation-cap\"><\/i>\n                        Admission and Enrollment\n                    <\/h3>\n                    \n                    <div class=\"faq-section\">\n                        <div class=\"faq-header-item\">\n                            <div class=\"faq-question\">\n                                <i class=\"fas fa-question-circle\"><\/i>\n                                <span>Who can apply to NSCS ?<\/span>\n                            <\/div>\n                            <div class=\"faq-icon\">\n                                <i class=\"fas fa-chevron-down\"><\/i>\n                            <\/div>\n                        <\/div>\n                        <div class=\"faq-content\">\n                            <div class=\"faq-answer\">\n                                <p>\n                                    Holders of a baccalaureate (or an equivalent diploma) with strong results in mathematics and computer science may apply. Admission is based on academic merit and may include ranking, competitive selection, or interviews.\n                                <\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"faq-section\">\n                        <div class=\"faq-header-item\">\n                            <div class=\"faq-question\">\n                                <i class=\"fas fa-question-circle\"><\/i>\n                                <span>How can I enroll at NSCS ?<\/span>\n                            <\/div>\n                            <div class=\"faq-icon\">\n                                <i class=\"fas fa-chevron-down\"><\/i>\n                            <\/div>\n                        <\/div>\n                        <div class=\"faq-content\">\n                            <div class=\"faq-answer\">\n                                <p>The enrollment process generally includes:<\/p>\n                                <ul>\n                                    <li>Verification of eligibility requirements<\/li>\n                                    <li>Preparation of the required documents<\/li>\n                                    <li>Submission of the application through the official platform<\/li>\n                                    <li>Waiting for the admission results<\/li>\n                                <\/ul>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"faq-section\">\n                        <div class=\"faq-header-item\">\n                            <div class=\"faq-question\">\n                                <i class=\"fas fa-question-circle\"><\/i>\n                                <span>When does the enrollment period begin ?<\/span>\n                            <\/div>\n                            <div class=\"faq-icon\">\n                                <i class=\"fas fa-chevron-down\"><\/i>\n                            <\/div>\n                        <\/div>\n                        <div class=\"faq-content\">\n                            <div class=\"faq-answer\">\n                                <p>\n                                    Enrollment usually opens after the official announcement of baccalaureate results. The exact schedule is published each academic year.\n                                <\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- CAT\u00c9GORIE: PROGRAMMES ACAD\u00c9MIQUES -->\n                <div class=\"faq-category\">\n                    <h3 class=\"category-title\">\n                        <i class=\"fas fa-book\"><\/i>\n                        Academic Programs\n                    <\/h3>\n                    \n                    <div class=\"faq-section\">\n                        <div class=\"faq-header-item\">\n                            <div class=\"faq-question\">\n                                <i class=\"fas fa-question-circle\"><\/i>\n                                <span>What subjects are taught at NSCS?<\/span>\n                            <\/div>\n                            <div class=\"faq-icon\">\n                                <i class=\"fas fa-chevron-down\"><\/i>\n                            <\/div>\n                        <\/div>\n                        <div class=\"faq-content\">\n                            <div class=\"faq-answer\">\n                                <ul>\n                                    <li>Network and infrastructure security<\/li>\n                                    <li>Cryptography and data protection<\/li>\n                                    <li>Operating systems security<\/li>\n                                    <li>Application and web security<\/li>\n                                    <li>Vulnerability assessment and penetration testing<\/li>\n                                    <li>Digital forensics<\/li>\n                                    <li>Cyber risk management and compliance<\/li>\n\n                                <\/ul>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"faq-section\">\n                        <div class=\"faq-header-item\">\n                            <div class=\"faq-question\">\n                                <i class=\"fas fa-question-circle\"><\/i>\n                                <span>Does NSCS offer internships ?<\/span>\n                            <\/div>\n                            <div class=\"faq-icon\">\n                                <i class=\"fas fa-chevron-down\"><\/i>\n                            <\/div>\n                        <\/div>\n                        <div class=\"faq-content\">\n                            <div class=\"faq-answer\">\n                                <p>\n                                    Yes. The academic program includes internships, practical projects, and collaborations with public and private organizations specializing in cybersecurity.\n                                <\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- CAT\u00c9GORIE: VIE \u00c9TUDIANTE -->\n                <div class=\"faq-category\">\n                    <h3 class=\"category-title\">\n                        <i class=\"fas fa-university\"><\/i>\n                        Student Life\n                    <\/h3>\n                    \n                    <div class=\"faq-section\">\n                        <div class=\"faq-header-item\">\n                            <div class=\"faq-question\">\n                                <i class=\"fas fa-question-circle\"><\/i>\n                                <span>What facilities are available for students ?<\/span>\n                            <\/div>\n                            <div class=\"faq-icon\">\n                                <i class=\"fas fa-chevron-down\"><\/i>\n                            <\/div>\n                        <\/div>\n                        <div class=\"faq-content\">\n                            <div class=\"faq-answer\">\n                                <ul>\n                                   <li>Cybersecurity-dedicated laboratories<\/li>\n                                   <li>Secure training and simulation platforms<\/li>\n                                   <li>Digital libraries and scientific resources<\/li>\n                                   <li>Student clubs (ethical hacking, CTF competitions)<\/li>\n\n                                <\/ul>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"faq-section\">\n                        <div class=\"faq-header-item\">\n                            <div class=\"faq-question\">\n                                <i class=\"fas fa-question-circle\"><\/i>\n                                <span>Are there extracurricular activities ?<\/span>\n                            <\/div>\n                            <div class=\"faq-icon\">\n                                <i class=\"fas fa-chevron-down\"><\/i>\n                            <\/div>\n                        <\/div>\n                        <div class=\"faq-content\">\n                            <div class=\"faq-answer\">\n                                <p>\n                                    Yes. Students can participate in hackathons, technical workshops, cybersecurity competitions, and awareness campaigns.\n                                <\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- CAT\u00c9GORIE: CARRI\u00c8RES -->\n                <div class=\"faq-category\">\n                    <h3 class=\"category-title\">\n                        <i class=\"fas fa-briefcase\"><\/i>\n                        Careers and Opportunities\n                    <\/h3>\n                    \n                    <div class=\"faq-section\">\n                        <div class=\"faq-header-item\">\n                            <div class=\"faq-question\">\n                                <i class=\"fas fa-question-circle\"><\/i>\n                                <span>What career opportunities are available to graduates ?<\/span>\n                            <\/div>\n                            <div class=\"faq-icon\">\n                                <i class=\"fas fa-chevron-down\"><\/i>\n                            <\/div>\n                        <\/div>\n                        <div class=\"faq-content\">\n                            <div class=\"faq-answer\">\n                                <ul>\n                                    <li>Cybersecurity analyst<\/li>\n                                    <li>Information systems security engineer<\/li>\n                                    <li>Network security specialist<\/li>\n                                    <li>Digital forensics expert<\/li>\n                                    <li>Chief Information Security Officer (CISO)<\/li>\n                                <\/ul>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"faq-section\">\n                        <div class=\"faq-header-item\">\n                            <div class=\"faq-question\">\n                                <i class=\"fas fa-question-circle\"><\/i>\n                                <span>Does NSCS support professional integration ?<\/span>\n                            <\/div>\n                            <div class=\"faq-icon\">\n                                <i class=\"fas fa-chevron-down\"><\/i>\n                            <\/div>\n                        <\/div>\n                        <div class=\"faq-content\">\n                            <div class=\"faq-answer\">\n                                <p>\n                                    Yes. NSCS collaborates with industry partners and government institutions to facilitate internships and professional integration.\n                                <\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- CAT\u00c9GORIE: CONTACT -->\n                <div class=\"faq-category\">\n                    <h3 class=\"category-title\">\n                        <i class=\"fas fa-address-book\"><\/i>\n                        Contact and Information\n                    <\/h3>\n                    \n                    <div class=\"faq-section\">\n                        <div class=\"faq-header-item\">\n                            <div class=\"faq-question\">\n                                <i class=\"fas fa-question-circle\"><\/i>\n                                <span>How can I contact NSCS ?<\/span>\n                            <\/div>\n                            <div class=\"faq-icon\">\n                                <i class=\"fas fa-chevron-down\"><\/i>\n                            <\/div>\n                        <\/div>\n                        <div class=\"faq-content\">\n                            <div class=\"faq-answer\">\n                                <p>\n                                For more information, candidates can contact the admissions office via the official NSCS website, by email, or by phone as indicated in institutional communications.\n\n                                <\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- CONTACT INFO -->\n                <div class=\"contact-info\">\n                    <div class=\"contact-item\">\n                        <div class=\"contact-icon\">\n                            <i class=\"fas fa-envelope\"><\/i>\n                        <\/div>\n                        <h4 class=\"contact-title\">Email<\/h4>\n                        <p class=\"contact-detail\">contact@enscs.edu.dz<\/p>\n                    <\/div>\n                    \n                    <div class=\"contact-item\">\n                        <div class=\"contact-icon\">\n                            <i class=\"fas fa-phone\"><\/i>\n                        <\/div>\n                        <h4 class=\"contact-title\">Phone<\/h4>\n                        <p class=\"contact-detail\">+213 XX XX XX XX<\/p>\n                    <\/div>\n                    \n                    <div class=\"contact-item\">\n                        <div class=\"contact-icon\">\n                            <i class=\"fas fa-map-marker-alt\"><\/i>\n                        <\/div>\n                        <h4 class=\"contact-title\">Adress<\/h4>\n                        <p class=\"contact-detail\">National Higher School of Cybersecurity (NSCS)<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- NOTE IMPORTANTE -->\n                <div class=\"important-note\">\n                    <h3 class=\"note-title\">\n                        <i class=\"fas fa-info-circle\"><\/i>\n                        Need additional help ?\n                    <\/h3>\n                    <p class=\"note-text\">\n                        If you did not find the answer to your question in this FAQ, please feel free to contact us directly. Our team will be happy to assist you and guide you through the process.\n                    <\/p>\n                <\/div>\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n<\/div>\n\n<script>\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        setTimeout(adjustForWordPressMenu, 500);\n        setTimeout(adjustForWordPressMenu, 1000);\n        \n        \/\/ Gestion des accord\u00e9ons FAQ\n        const faqHeaders = document.querySelectorAll('.faq-header-item');\n        \n        \/\/ Fonction pour fermer tous les accord\u00e9ons\n        function closeAllFaqs() {\n            faqHeaders.forEach(header => {\n                header.classList.remove('active');\n                const content = header.nextElementSibling;\n                content.classList.remove('active');\n            });\n        }\n        \n        \/\/ Gestion du clic sur les en-t\u00eates FAQ\n        faqHeaders.forEach(header => {\n            header.addEventListener('click', function() {\n                const isActive = this.classList.contains('active');\n                \n                \/\/ Si on clique sur un accord\u00e9on d\u00e9j\u00e0 ouvert, on le ferme\n                if (isActive) {\n                    this.classList.remove('active');\n                    const content = this.nextElementSibling;\n                    content.classList.remove('active');\n                } else {\n                    \/\/ Fermer tous les autres accord\u00e9ons\n                    closeAllFaqs();\n                    \n                    \/\/ Ouvrir l'accord\u00e9on actuel\n                    this.classList.add('active');\n                    const content = this.nextElementSibling;\n                    content.classList.add('active');\n                    \n                    \/\/ Animation d'apparition\n                    content.style.opacity = '0';\n                    content.style.transform = 'translateY(-10px)';\n                    \n                    setTimeout(() => {\n                        content.style.opacity = '1';\n                        content.style.transform = 'translateY(0)';\n                    }, 10);\n                }\n            });\n        });\n\n        \/\/ Animation d'apparition progressive pour les sections FAQ\n        const faqSections = document.querySelectorAll('.faq-section');\n        \n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach((entry, index) => {\n                if (entry.isIntersecting) {\n                    setTimeout(() => {\n                        entry.target.style.opacity = '1';\n                        entry.target.style.transform = 'translateY(0)';\n                    }, index * 50);\n                }\n            });\n        }, {\n            threshold: 0.1,\n            rootMargin: '0px 0px -30px 0px'\n        });\n\n        faqSections.forEach(el => {\n            el.style.opacity = '0';\n            el.style.transform = 'translateY(20px)';\n            el.style.transition = 'opacity 0.5s ease, transform 0.5s ease';\n            observer.observe(el);\n        });\n        \n        \/\/ Animation pour les cat\u00e9gories\n        const categories = document.querySelectorAll('.faq-category');\n        categories.forEach((category, index) => {\n            category.style.opacity = '0';\n            category.style.transform = 'translateX(-20px)';\n            category.style.transition = 'opacity 0.6s ease, transform 0.6s ease';\n            category.style.transitionDelay = (index * 0.1) + 's';\n            \n            setTimeout(() => {\n                category.style.opacity = '1';\n                category.style.transform = 'translateX(0)';\n            }, 300 + (index * 100));\n        });\n        \n        \/\/ Animation pour les \u00e9l\u00e9ments de contact\n        const contactItems = document.querySelectorAll('.contact-item');\n        contactItems.forEach((item, index) => {\n            item.style.opacity = '0';\n            item.style.transform = 'scale(0.95)';\n            item.style.transition = 'opacity 0.5s ease, transform 0.5s ease';\n            item.style.transitionDelay = (index * 0.2) + 's';\n            \n            setTimeout(() => {\n                item.style.opacity = '1';\n                item.style.transform = 'scale(1)';\n            }, 800 + (index * 100));\n        });\n        \n        \/\/ Animation pour la note importante\n        const importantNote = document.querySelector('.important-note');\n        if (importantNote) {\n            importantNote.style.opacity = '0';\n            importantNote.style.transform = 'translateY(20px)';\n            importantNote.style.transition = 'opacity 0.6s ease, transform 0.6s ease';\n            \n            setTimeout(() => {\n                importantNote.style.opacity = '1';\n                importantNote.style.transform = 'translateY(0)';\n            }, 1200);\n        }\n        \n        \/\/ Effet au survol des en-t\u00eates FAQ\n        faqHeaders.forEach(header => {\n            header.addEventListener('mouseenter', function() {\n                if (!this.classList.contains('active')) {\n                    this.style.backgroundColor = '#f0f7ff';\n                }\n            });\n            header.addEventListener('mouseleave', function() {\n                if (!this.classList.contains('active')) {\n                    this.style.backgroundColor = '#f8f9fa';\n                }\n            });\n        });\n        \n        \/\/ Ouvrir le premier \u00e9l\u00e9ment de la premi\u00e8re cat\u00e9gorie par d\u00e9faut\n        if (faqSections.length > 0) {\n            setTimeout(() => {\n                faqHeaders[0].click();\n            }, 500);\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>FAQ &#8211; \u00c9cole Nationale Sup\u00e9rieure de Cybers\u00e9curit\u00e9 (ENSCS) Frequently Asked Questions (FAQ) Welcome to the Frequently Asked Questions section of the National Higher School of Cybersecurity (NSCS). Below you will find answers to the most frequently asked questions about our institution, admissions, academic programs, student life, and career opportunities. If you do not find the [&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-11789","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/pages\/11789","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=11789"}],"version-history":[{"count":6,"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/pages\/11789\/revisions"}],"predecessor-version":[{"id":12495,"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/pages\/11789\/revisions\/12495"}],"wp:attachment":[{"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=11789"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}