{"id":10507,"date":"2026-01-22T09:24:20","date_gmt":"2026-01-22T08:24:20","guid":{"rendered":"https:\/\/www.enscs.edu.dz\/?p=10507"},"modified":"2026-02-08T14:02:33","modified_gmt":"2026-02-08T13:02:33","slug":"le-ministre-de-lenseignement-superieur-et-de-la-recherche-scientifique-en-visite-a-lecole-nationale-superieure-de-cybersecurite","status":"publish","type":"post","link":"https:\/\/www.enscs.edu.dz\/?p=10507","title":{"rendered":"Le Ministre de l&#8217;Enseignement Sup\u00e9rieur et de la Recherche Scientifique en visite \u00e0 l&#8217;\u00c9cole Nationale Sup\u00e9rieure de Cybers\u00e9curit\u00e9"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"10507\" class=\"elementor elementor-10507\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0febed7 e-flex e-con-boxed e-con e-parent\" data-id=\"0febed7\" 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-ffb5fdf elementor-widget elementor-widget-html\" data-id=\"ffb5fdf\" 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>Visite Minist\u00e9rielle - 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        }\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: 40px 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 (ZONE BLANCHE UNIQUE) ===== *\/\n        .article-content {\n            background: var(--card-bg);\n            padding: 50px;\n            border-radius: 12px;\n            box-shadow: 0 5px 25px rgba(0,0,0,0.08);\n            margin-bottom: 40px;\n        }\n\n        .article-text {\n            font-size: 1.15rem;\n            line-height: 1.8;\n            color: #2d3748;\n        }\n\n        .article-text p {\n            margin-bottom: 1.8em;\n            text-align: justify;\n        }\n\n        \/* ===== GALERIE DANS LA M\u00caME ZONE BLANCHE (3 photos par ligne) ===== *\/\n        .gallery-section {\n            margin-top: 60px;\n            padding-top: 40px;\n            border-top: 2px solid var(--light-bg);\n        }\n\n        .gallery-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* 3 images par ligne *\/\n            gap: 25px;\n            width: 100%;\n        }\n\n        .gallery-item {\n            background: var(--card-bg);\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n            cursor: pointer;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            border: 1px solid var(--border-color);\n        }\n\n        .gallery-item:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(0,0,0,0.15);\n        }\n\n        .gallery-item img {\n            width: 100%;\n            height: 250px;\n            object-fit: cover;\n            display: block;\n        }\n\n        \/* ===== LIGHTBOX ===== *\/\n        .lightbox {\n            display: none;\n            position: fixed;\n            z-index: 1000;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background-color: rgba(0, 0, 0, 0.95);\n            overflow: hidden;\n        }\n\n        .lightbox-content {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            height: 100%;\n            width: 100%;\n            padding: 20px;\n            box-sizing: border-box;\n        }\n\n        .lightbox-image {\n            max-width: 90%;\n            max-height: 80%;\n            object-fit: contain;\n            border-radius: 5px;\n        }\n\n        .close-lightbox {\n            position: absolute;\n            top: 25px;\n            right: 35px;\n            color: white;\n            font-size: 45px;\n            font-weight: bold;\n            cursor: pointer;\n            transition: color 0.3s;\n            z-index: 1001;\n        }\n\n        .close-lightbox:hover {\n            color: #ccc;\n        }\n\n        .lightbox-nav {\n            position: absolute;\n            top: 50%;\n            width: 100%;\n            display: flex;\n            justify-content: space-between;\n            transform: translateY(-50%);\n            padding: 0 25px;\n            box-sizing: border-box;\n            z-index: 1001;\n        }\n\n        .lightbox-nav-btn {\n            background: rgba(255, 255, 255, 0.2);\n            border: none;\n            color: white;\n            font-size: 32px;\n            cursor: pointer;\n            padding: 12px 24px;\n            border-radius: 50%;\n            transition: background 0.3s;\n        }\n\n        .lightbox-nav-btn:hover {\n            background: rgba(255, 255, 255, 0.3);\n        }\n\n        \/* ===== RESPONSIVE ===== *\/\n        @media (max-width: 1200px) {\n            .content-container {\n                max-width: 95%;\n            }\n            \n            .gallery-grid {\n                grid-template-columns: repeat(3, 1fr);\n                gap: 20px;\n            }\n        }\n\n        @media (max-width: 992px) {\n            .full-width-wrapper {\n                padding: 30px 15px;\n            }\n            \n            .content-container {\n                padding: 0 15px;\n            }\n            \n            .article-content {\n                padding: 40px 30px;\n            }\n            \n            .article-text {\n                font-size: 1.1rem;\n            }\n            \n            .gallery-grid {\n                grid-template-columns: repeat(2, 1fr); \/* 2 images par ligne sur tablette *\/\n            }\n            \n            .gallery-item img {\n                height: 220px;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .full-width-wrapper {\n                padding: 25px 10px;\n            }\n            \n            .content-container {\n                padding: 0 10px;\n            }\n            \n            .article-content {\n                padding: 30px 20px;\n            }\n            \n            .article-text {\n                font-size: 1.05rem;\n            }\n            \n            .gallery-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n            \n            .gallery-item img {\n                height: 200px;\n            }\n            \n            .gallery-section {\n                margin-top: 50px;\n                padding-top: 30px;\n            }\n        }\n\n        @media (max-width: 576px) {\n            .full-width-wrapper {\n                padding: 20px 10px;\n            }\n            \n            .article-content {\n                padding: 25px 15px;\n            }\n            \n            .article-text {\n                font-size: 1rem;\n            }\n            \n            .gallery-grid {\n                grid-template-columns: 1fr; \/* 1 image par ligne sur mobile *\/\n            }\n            \n            .gallery-item img {\n                height: 220px;\n            }\n            \n            .gallery-section {\n                margin-top: 40px;\n                padding-top: 25px;\n            }\n        }\n    <\/style>\n<\/head>\n\n<body>\n\n<div class=\"full-width-wrapper\">\n    <div class=\"content-container\">\n\n        <!-- CONTENU ARTICLE (ZONE BLANCHE UNIQUE) -->\n        <div class=\"article-content\">\n            <!-- TEXTE -->\n            <div class=\"article-text\">\n                <p>\n                    Le Ministre de l'Enseignement Sup\u00e9rieur et de la Recherche Scientifique, le Professeur Kamel Baddari, a effectu\u00e9 une visite officielle \u00e0 l'\u00c9cole Nationale Sup\u00e9rieure de Cybers\u00e9curit\u00e9, accompagn\u00e9 du Directeur G\u00e9n\u00e9ral de l'Agence de la S\u00e9curit\u00e9 des Syst\u00e8mes d'Information.\n\n                <\/p>\n\n                <p>\n                    Dans le cadre de cette visite, le Ministre s'est rendu \u00e0 l'incubateur de l'\u00c9cole, o\u00f9 il a pris connaissance de plusieurs projets innovants d\u00e9velopp\u00e9s par les \u00e9tudiants. Il a rencontr\u00e9 les porteurs de projets et a suivi des pr\u00e9sentations d\u00e9taill\u00e9es portant sur les innovations et les prototypes en cours de d\u00e9veloppement dans le domaine de la cybers\u00e9curit\u00e9.\n                <\/p>\n\n                <p>\n                   Monsieur le Ministre a salu\u00e9 le niveau remarquable des \u00e9tudiants et a r\u00e9affirm\u00e9 le soutien du secteur \u00e0 ce type d'initiatives, qui encouragent l'innovation et contribuent au d\u00e9veloppement de solutions technologiques nationales, en lien avec les enjeux de souverainet\u00e9 num\u00e9rique.\n\n\n                <\/p>\n\n                <p>\n                    \u00c0 l'issue de cette visite, Monsieur le Ministre a proc\u00e9d\u00e9 \u00e0 la signature du registre d'or de l'\u00c9cole Nationale Sup\u00e9rieure de Cybers\u00e9curit\u00e9, \u00e0 l'entr\u00e9e principale, en pr\u00e9sence des cadres de l'\u00e9cole, des enseignants et du personnel administratif et technique, marquant ainsi l'importance de cette visite officielle.\n                <\/p>\n            <\/div>\n\n            <!-- GALERIE DANS LA M\u00caME ZONE BLANCHE -->\n            <div class=\"gallery-section\">\n                <div class=\"gallery-grid\">\n                    <!-- Image 1 -->\n                    <div class=\"gallery-item\" onclick=\"openLightbox(1)\">\n                        <img decoding=\"async\" src=\"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/02\/600181890_122110766205136336_345247265256304976_n.jpg\">\n                    <\/div>\n                    \n                    <!-- Image 2 -->\n                    <div class=\"gallery-item\" onclick=\"openLightbox(2)\">\n                        <img decoding=\"async\" src=\"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/01\/600221592_122110769499136336_6475782561832027615_n.jpg\">\n                    <\/div>\n                    \n                    <!-- Image 3 -->\n                    <div class=\"gallery-item\" onclick=\"openLightbox(3)\">\n                        <img decoding=\"async\" src=\"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/01\/600229419_122110769523136336_9001347896090316972_n.jpg\">\n                    <\/div>\n                    \n                    <!-- Image 4 -->\n                  <div class=\"gallery-item\" onclick=\"openLightbox(5)\">\n                        <img decoding=\"async\" src=\"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/02\/599959551_122110766385136336_7008897740536579638_n.jpg\">\n                    <\/div>\n\n\n                    <!-- Image 5 -->\n                    <div class=\"gallery-item\" onclick=\"openLightbox(5)\">\n                        <img decoding=\"async\" src=\"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/01\/600361488_122110772013136336_179838871267991335_n.jpg\">\n                    <\/div>\n\n                    <!-- Image 6 -->\n                    <div class=\"gallery-item\" onclick=\"openLightbox(6)\">\n                        <img decoding=\"async\" src=\"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/01\/600183133_122110769571136336_2906743028729466824_n.jpg\">\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n    <\/div>\n<\/div>\n\n<!-- LIGHTBOX -->\n<div id=\"lightbox\" class=\"lightbox\">\n    <span class=\"close-lightbox\" onclick=\"closeLightbox()\">&times;<\/span>\n    <div class=\"lightbox-nav\">\n        <button class=\"lightbox-nav-btn\" onclick=\"changeImage(-1)\">&#10094;<\/button>\n        <button class=\"lightbox-nav-btn\" onclick=\"changeImage(1)\">&#10095;<\/button>\n    <\/div>\n    <div class=\"lightbox-content\">\n        <img decoding=\"async\" id=\"lightbox-img\" class=\"lightbox-image\" src=\"\" alt=\"\">\n    <\/div>\n<\/div>\n\n<script>\n    \/\/ Donn\u00e9es des images (6 images)\n    const galleryImages = [\n        {\n            src: \"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/01\/600183133_122110769571136336_2906743028729466824_n.jpg\"\n        },\n        {\n            src: \"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/01\/600221592_122110769499136336_6475782561832027615_n.jpg\"\n        },\n        {\n            src: \"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/01\/600229419_122110769523136336_9001347896090316972_n.jpg\"\n        },\n        {\n            src: \"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/01\/600299818_122110769811136336_8976113445129186529_n.jpg\"\n        },\n        {\n            src: \"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/01\/600361488_122110772013136336_179838871267991335_n.jpg\"\n        },\n        {\n            src: \"https:\/\/www.enscs.edu.dz\/wp-content\/uploads\/2026\/01\/600183133_122110769571136336_2906743028729466824_n.jpg\"\n        }\n    ];\n\n    let currentImageIndex = 0;\n\n    function openLightbox(index) {\n        currentImageIndex = index - 1;\n        updateLightbox();\n        document.getElementById('lightbox').style.display = 'block';\n        document.body.style.overflow = 'hidden';\n    }\n\n    function closeLightbox() {\n        document.getElementById('lightbox').style.display = 'none';\n        document.body.style.overflow = 'auto';\n    }\n\n    function changeImage(direction) {\n        currentImageIndex += direction;\n        \n        if (currentImageIndex < 0) {\n            currentImageIndex = galleryImages.length - 1;\n        } else if (currentImageIndex >= galleryImages.length) {\n            currentImageIndex = 0;\n        }\n        \n        updateLightbox();\n    }\n\n    function updateLightbox() {\n        const lightboxImg = document.getElementById('lightbox-img');\n        lightboxImg.src = galleryImages[currentImageIndex].src;\n    }\n\n    \/\/ Navigation clavier\n    document.addEventListener('keydown', function(e) {\n        if (e.key === 'Escape') {\n            closeLightbox();\n        }\n        if (e.key === 'ArrowLeft') {\n            changeImage(-1);\n        }\n        if (e.key === 'ArrowRight') {\n            changeImage(1);\n        }\n    });\n\n    \/\/ Fermer en cliquant \u00e0 l'ext\u00e9rieur\n    document.getElementById('lightbox').addEventListener('click', function(e) {\n        if (e.target === this) {\n            closeLightbox();\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>Visite Minist\u00e9rielle &#8211; ENSCS Le Ministre de l&#8217;Enseignement Sup\u00e9rieur et de la Recherche Scientifique, le Professeur Kamel Baddari, a effectu\u00e9 une visite officielle \u00e0 l&#8217;\u00c9cole Nationale Sup\u00e9rieure de Cybers\u00e9curit\u00e9, accompagn\u00e9 du Directeur G\u00e9n\u00e9ral de l&#8217;Agence de la S\u00e9curit\u00e9 des Syst\u00e8mes d&#8217;Information. Dans le cadre de cette visite, le Ministre s&#8217;est rendu \u00e0 l&#8217;incubateur de l&#8217;\u00c9cole, [&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-10507","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\/10507","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=10507"}],"version-history":[{"count":5,"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/posts\/10507\/revisions"}],"predecessor-version":[{"id":11550,"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=\/wp\/v2\/posts\/10507\/revisions\/11550"}],"wp:attachment":[{"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=10507"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=10507"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.enscs.edu.dz\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=10507"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}