{"id":11142,"date":"2026-01-29T19:48:45","date_gmt":"2026-01-29T18:48:45","guid":{"rendered":"https:\/\/www.enscs.edu.dz\/?p=11142"},"modified":"2026-02-01T11:23:39","modified_gmt":"2026-02-01T10:23:39","slug":"actualites","status":"publish","type":"post","link":"https:\/\/www.enscs.edu.dz\/?p=11142","title":{"rendered":"Actualit\u00e9s"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"11142\" class=\"elementor elementor-11142\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3b1cb77 e-flex e-con-boxed e-con e-parent\" data-id=\"3b1cb77\" 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-1af4cb4 elementor-widget elementor-widget-html\" data-id=\"1af4cb4\" 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>Recrutement - \u00c9cole Nationale Sup\u00e9rieure de Cybers\u00e9curit\u00e9 (ENSCS)<\/title>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\/>\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-green: #38a169;\n            --accent-red: #e53e3e;\n            --text-color: #2d3748;\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(--text-color);\n            line-height: 1.8;\n            background: #ffffff;\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        }\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: 30px;\n            font-weight: 700;\n            padding-bottom: 15px;\n            border-bottom: 3px solid var(--border-color);\n            text-align: center;\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        \/* ===== T\u00c9L\u00c9CHARGEMENT DE L'APPEL ===== *\/\n        .download-section {\n            margin: 60px 0;\n            text-align: center;\n        }\n\n        .download-card {\n            background: white;\n            border: 2px solid var(--border-color);\n            border-radius: 15px;\n            padding: 50px 40px;\n            text-align: center;\n            transition: all 0.3s ease;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        .download-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 15px 35px rgba(0,0,0,0.15);\n            border-color: var(--accent-blue);\n        }\n\n        .download-icon {\n            font-size: 4.5rem;\n            color: var(--accent-blue);\n            margin-bottom: 25px;\n        }\n\n        .download-title {\n            font-size: 1.8rem;\n            color: var(--accent-blue-dark);\n            margin-bottom: 20px;\n            font-weight: 700;\n            line-height: 1.4;\n        }\n\n        .download-description {\n            font-size: 1.2rem;\n            color: var(--secondary-color);\n            margin-bottom: 35px;\n            line-height: 1.6;\n        }\n\n        .download-btn {\n            display: inline-flex;\n            align-items: center;\n            gap: 12px;\n            background-color: var(--accent-green);\n            color: white;\n            padding: 15px 40px;\n            border-radius: 30px;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 1.2rem;\n            transition: all 0.3s ease;\n            border: 2px solid var(--accent-green);\n            margin-bottom: 25px;\n        }\n\n        .download-btn:hover {\n            background-color: #2d805e;\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(56, 161, 105, 0.4);\n            border-color: #2d805e;\n        }\n\n        .download-note {\n            font-size: 1rem;\n            color: var(--secondary-color);\n            margin-top: 20px;\n            font-style: italic;\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\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            }\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            }\n            \n            .download-card {\n                padding: 35px 25px;\n            }\n            \n            .download-icon {\n                font-size: 3.5rem;\n            }\n            \n            .download-title {\n                font-size: 1.5rem;\n            }\n            \n            .download-description {\n                font-size: 1.1rem;\n            }\n            \n            .download-btn {\n                padding: 12px 30px;\n                font-size: 1.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                padding-bottom: 12px;\n            }\n            \n            .page-title:after {\n                width: 120px;\n            }\n            \n            .download-card {\n                padding: 30px 20px;\n            }\n            \n            .download-icon {\n                font-size: 3rem;\n            }\n            \n            .download-title {\n                font-size: 1.3rem;\n            }\n            \n            .download-description {\n                font-size: 1rem;\n            }\n            \n            .download-btn {\n                padding: 10px 25px;\n                font-size: 1rem;\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\">Recrutement \u2013 \u00c9cole Nationale Sup\u00e9rieure de Cybers\u00e9curit\u00e9<\/h1>\n\n            <!-- T\u00c9L\u00c9CHARGEMENT DE L'APPEL -->\n            <div class=\"download-section\">\n                <div class=\"download-card\">\n                    <div class=\"download-icon\">\n                        <i class=\"fas fa-file-pdf\"><\/i>\n                    <\/div>\n                    <h3 class=\"download-title\">Placard officiel de recrutement (PDF)<\/h3>\n                    <p class=\"download-description\">\n                        T\u00e9l\u00e9chargez le document officiel contenant tous les d\u00e9tails du recrutement : sp\u00e9cialit\u00e9s exactes, nombre de postes, conditions d\u00e9taill\u00e9es, calendrier pr\u00e9cis et modalit\u00e9s compl\u00e8tes de candidature.\n                    <\/p>\n                    <a href=\"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/01\/placard-arabe.pdf\" class=\"download-btn\" target=\"_blank\">\n                        <i class=\"fas fa-download\"><\/i>\n                        T\u00e9l\u00e9charger le placard (PDF)\n                    <\/a>\n                    <p class=\"download-note\">Document en format PDF - Contient toutes les informations officielles<\/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        \n        \/\/ Animation de la carte de t\u00e9l\u00e9chargement\n        const downloadCard = document.querySelector('.download-card');\n        if (downloadCard) {\n            downloadCard.style.opacity = '0';\n            downloadCard.style.transform = 'translateY(30px)';\n            downloadCard.style.transition = 'opacity 0.8s ease, transform 0.8s ease';\n            \n            setTimeout(() => {\n                downloadCard.style.opacity = '1';\n                downloadCard.style.transform = 'translateY(0)';\n            }, 300);\n        }\n        \n        \/\/ Effet au survol du bouton de t\u00e9l\u00e9chargement\n        const downloadBtn = document.querySelector('.download-btn');\n        if (downloadBtn) {\n            downloadBtn.addEventListener('mouseenter', function() {\n                this.style.transform = 'translateY(-3px)';\n            });\n            \n            downloadBtn.addEventListener('mouseleave', function() {\n                this.style.transform = 'translateY(0)';\n            });\n        }\n        \n        \/\/ Initialisation\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>Recrutement &#8211; \u00c9cole Nationale Sup\u00e9rieure de Cybers\u00e9curit\u00e9 (ENSCS) Recrutement \u2013 \u00c9cole Nationale Sup\u00e9rieure de Cybers\u00e9curit\u00e9 Placard officiel de recrutement (PDF) T\u00e9l\u00e9chargez le document officiel contenant tous les d\u00e9tails du recrutement : sp\u00e9cialit\u00e9s exactes, nombre de postes, conditions d\u00e9taill\u00e9es, calendrier pr\u00e9cis et modalit\u00e9s compl\u00e8tes de candidature. T\u00e9l\u00e9charger le placard (PDF) Document en format PDF &#8211; Contient [&hellip;]<\/p>\n","protected":false},"author":8,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[],"class_list":["post-11142","post","type-post","status-publish","format-standard","hentry","category-non-classe-fr"],"_links":{"self":[{"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/posts\/11142","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/types\/post"}],"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=11142"}],"version-history":[{"count":5,"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/posts\/11142\/revisions"}],"predecessor-version":[{"id":11302,"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/posts\/11142\/revisions\/11302"}],"wp:attachment":[{"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=11142"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=11142"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=11142"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}