{"id":31871,"date":"2023-11-16T19:17:12","date_gmt":"2023-11-16T18:17:12","guid":{"rendered":"https:\/\/staging.univga.org\/?page_id=31871"},"modified":"2025-12-07T14:16:43","modified_gmt":"2025-12-07T13:16:43","slug":"digital-library","status":"publish","type":"page","link":"https:\/\/univga.org\/en\/bibliotheque-numerique\/","title":{"rendered":"Digital Library"},"content":{"rendered":"<style>\n            .ulab-paywall-wrapper {\n                display: flex;\n                align-items: flex-start;\n                justify-content: center;\n                padding: 48px 20px 88px;\n                background: transparent;\n            }\n\n            .ulab-paywall-container {\n                max-width: 800px;\n                width: 100%;\n                text-align: center;\n                font-family: 'Segoe UI', sans-serif;\n                background: #fff;\n                border-radius: 18px;\n                box-shadow: 0 18px 50px -24px rgba(11, 30, 77, .35), 0 8px 20px -10px rgba(11, 30, 77, .12);\n                overflow: hidden;\n                border: 1px solid #e5e9f2;\n                position: relative;\n                z-index: 10;\n            }\n\n            .ulab-paywall-header {\n                padding: 36px 24px 0;\n            }\n\n            .ulab-paywall-header h2 {\n                margin: 0 0 8px;\n                font-size: 1.55em;\n                color: #0b1e4d;\n            }\n\n            .ulab-paywall-header p {\n                margin: 0;\n                color: #5b6578;\n            }\n\n            .ulab-paywall-content {\n                padding: 40px;\n            }\n\n            .ulab-paywall-features {\n                display: flex;\n                justify-content: center;\n                gap: 30px;\n                margin: 30px 0;\n                flex-wrap: wrap;\n            }\n\n            .ulab-feature {\n                flex: 1;\n                min-width: 200px;\n                padding: 20px;\n                background: #f8f9fa;\n                border-radius: 8px;\n                border: 1px solid #eee;\n                transition: transform 0.3s ease;\n            }\n\n            .ulab-feature:hover {\n                transform: translateY(-5px);\n                box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);\n            }\n\n            .ulab-feature i {\n                font-size: 2.5em;\n                color: #224096;\n                margin-bottom: 15px;\n            }\n\n            .ulab-btn-primary {\n                background: #FCD111;\n                color: #333;\n                padding: 12px 30px;\n                border-radius: 30px;\n                text-decoration: none;\n                font-weight: bold;\n                display: inline-block;\n                transition: transform 0.2s;\n                border: none;\n                cursor: pointer;\n                font-size: 1.1em;\n            }\n\n            .ulab-btn-primary:hover {\n                transform: scale(1.05);\n                background: #e6be0f;\n            }\n\n            .ulab-license-form {\n                margin-top: 30px;\n                padding-top: 30px;\n                border-top: 1px solid #eee;\n            }\n\n            .ulab-license-input {\n                padding: 10px;\n                border: 1px solid #ddd;\n                border-radius: 4px;\n                width: 250px;\n                font-size: 1em;\n            }\n        <\/style>\n\n        <div id=\"univga-ulab-portal\">\n                    <section class=\"uab-hero\" id=\"ulab-hero\" aria-labelledby=\"ulab-hero-title\">\n            <div class=\"uab-hero__inner\">\n                <h1 class=\"uab-hero__title\" id=\"ulab-hero-title\">\n                    Library&nbsp;<span class=\"uab-hero__accent\">Digital<\/span>\n                <\/h1>\n                <p class=\"uab-hero__sub\">\n                    Access hundreds of academic resources. Consult your ebooks with the Smart Reader, text-to-speech, and study tools.\n                <\/p>\n            <\/div>\n            <div class=\"uab-hero__bg\" aria-hidden=\"true\"><\/div>\n        <\/section>\n                <div class=\"ulab-paywall-wrapper\">\n            <div class=\"ulab-paywall-container\">\n                <div class=\"ulab-paywall-header\">\n                    <h2><i class=\"fa-solid fa-lock\"><\/i> Restricted access<\/h2>\n                    <p>The digital library is reserved for students and subscribers.<\/p>\n                <\/div>\n                <div class=\"ulab-paywall-content\">\n                    <p style=\"font-size:1.1em;\">Hello <strong>Guest<\/strong>,<\/p>\n                    <p>To access the library, you must be enrolled in a course or have an Activation Code.<\/p>\n\n                    <div class=\"ulab-paywall-features\">\n                        <div class=\"ulab-feature\">\n                            <i class=\"fa-solid fa-graduation-cap\"><\/i>\n                            <h3>Students<\/h3>\n                            <p>Access included with all our certified and diploma courses.<\/p>\n                            <a href=\"https:\/\/univga.org\/en\/pre-registration\/\" class=\"ulab-btn-primary\" style=\"background:#e3f2fd; color:#0d47a1;\">Enroll in a course<\/a>\n                        <\/div>\n                        <div class=\"ulab-feature\">\n                            <i class=\"fa-solid fa-ticket\"><\/i>\n                            <h3>Subscribers<\/h3>\n                            <p>Unlimited access to the entire library for 1 year.<\/p>\n                            <a href=\"https:\/\/univga.org\/en\/product\/library-code\/\" class=\"ulab-btn-primary\">Purchase a Code<\/a>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"ulab-license-form\">\n                        <h4>I already have an activation code<\/h4>\n                                                    <p>Do you have a code? <span style=\"color:#224096; font-weight:bold;\">Log in<\/span> to activate it.<\/p>\n                                            <\/div>\n\n                    <script>\n                        function ulabActivateLicense() {\n                            var code = document.getElementById('ulab-license-code').value;\n                            var msg = document.getElementById('ulab-license-msg');\n\n                            if (!code) {\n                                alert('Veuillez entrer un code.');\n                                return;\n                            }\n\n                            msg.innerHTML = '<i class=\"fa-solid fa-spinner fa-spin\"><\/i> V\u00e9rification...';\n                            msg.style.color = '#666';\n\n                            jQuery.ajax({\n                                url: 'https:\/\/univga.org\/wp-admin\/admin-ajax.php',\n                                type: 'POST',\n                                data: {\n                                    action: 'ulab_activate_license',\n                                    license_code: code\n                                },\n                                success: function(response) {\n                                    if (response.success) {\n                                        msg.innerHTML = '<i class=\"fa-solid fa-check\"><\/i> ' + response.data;\n                                        msg.style.color = 'green';\n                                        setTimeout(function() {\n                                            location.reload();\n                                        }, 1500);\n                                    } else {\n                                        msg.innerHTML = '<i class=\"fa-solid fa-times\"><\/i> ' + response.data;\n                                        msg.style.color = 'red';\n                                    }\n                                },\n                                error: function() {\n                                    msg.innerHTML = 'Erreur serveur.';\n                                    msg.style.color = 'red';\n                                }\n                            });\n                        }\n                    <\/script>\n                <\/div>\n            <\/div>\n        <\/div>\n        <\/div><!-- #univga-ulab-portal -->","protected":false},"excerpt":{"rendered":"Biblioth\u00e8que&nbsp;Num\u00e9rique Acc\u00e9dez \u00e0 des centaines de ressources acad\u00e9miques. Consultez vos ebooks avec le Smart Reader, la lecture vocale et les outils d\u2019\u00e9tude. Acc\u00e8s r\u00e9serv\u00e9 La biblioth\u00e8que num\u00e9rique est r\u00e9serv\u00e9e aux \u00e9tudiants et abonn\u00e9s. Bonjour Invit\u00e9, Pour acc\u00e9der \u00e0 la biblioth\u00e8que, vous devez \u00eatre inscrit \u00e0 une formation ou poss\u00e9der un Code d'activation. \u00c9tudiants Acc\u00e8s inclus [...]","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-31871","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v22.9 (Yoast SEO v28.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Biblioth\u00e8que Num\u00e9rique - GROUPE UNIVGA<\/title>\n<meta name=\"description\" content=\"Le GROUPE UNIVGA est une \u00e9cole sup\u00e9rieure de formation en ligne, offrant aux professionnels la flexibilit\u00e9 d&#039;apprendre \u00e0 leur rythme et de d\u00e9velopper de nouvelles comp\u00e9tences sans bouleverser leur quotidien.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/univga.org\/en\/digital-library\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Biblioth\u00e8que Num\u00e9rique\" \/>\n<meta property=\"og:description\" content=\"Le GROUPE UNIVGA est une \u00e9cole sup\u00e9rieure de formation en ligne, offrant aux professionnels la flexibilit\u00e9 d&#039;apprendre \u00e0 leur rythme et de d\u00e9velopper de nouvelles comp\u00e9tences sans bouleverser leur quotidien.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/univga.org\/en\/digital-library\/\" \/>\n<meta property=\"og:site_name\" content=\"GROUPE UNIVGA\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/univga1\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-07T13:16:43+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/univga.org\/wp-content\/uploads\/2025\/03\/univga1_logo-removebg-preview.png\" \/>\n\t<meta property=\"og:image:width\" content=\"200\" \/>\n\t<meta property=\"og:image:height\" content=\"200\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@univga1\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/univga.org\\\/bibliotheque-numerique\\\/\",\"url\":\"https:\\\/\\\/univga.org\\\/bibliotheque-numerique\\\/\",\"name\":\"Biblioth\u00e8que Num\u00e9rique - GROUPE UNIVGA\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/univga.org\\\/#website\"},\"datePublished\":\"2023-11-16T18:17:12+00:00\",\"dateModified\":\"2025-12-07T13:16:43+00:00\",\"description\":\"Le GROUPE UNIVGA est une \u00e9cole sup\u00e9rieure de formation en ligne, offrant aux professionnels la flexibilit\u00e9 d'apprendre \u00e0 leur rythme et de d\u00e9velopper de nouvelles comp\u00e9tences sans bouleverser leur quotidien.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/univga.org\\\/bibliotheque-numerique\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/univga.org\\\/bibliotheque-numerique\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/univga.org\\\/bibliotheque-numerique\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/univga.org\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Biblioth\u00e8que Num\u00e9rique\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/univga.org\\\/#website\",\"url\":\"https:\\\/\\\/univga.org\\\/\",\"name\":\"GROUPE UNIVGA\",\"description\":\"Formations 100% en ligne\",\"publisher\":{\"@id\":\"https:\\\/\\\/univga.org\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/univga.org\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/univga.org\\\/#organization\",\"name\":\"GROUPE UNIVGA\",\"url\":\"https:\\\/\\\/univga.org\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/univga.org\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/univga.org\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/univga1_logo-removebg-preview.png\",\"contentUrl\":\"https:\\\/\\\/univga.org\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/univga1_logo-removebg-preview.png\",\"width\":200,\"height\":200,\"caption\":\"GROUPE UNIVGA\"},\"image\":{\"@id\":\"https:\\\/\\\/univga.org\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/facebook.com\\\/univga1\\\/\",\"https:\\\/\\\/x.com\\\/univga1\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/univga1\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Digital Library - UNIVGA GROUP","description":"UNIVGA GROUP is an online higher education institution, offering professionals the flexibility to learn at their own pace and develop new skills without disrupting their daily lives.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/univga.org\/en\/digital-library\/","og_locale":"en_US","og_type":"article","og_title":"Biblioth\u00e8que Num\u00e9rique","og_description":"Le GROUPE UNIVGA est une \u00e9cole sup\u00e9rieure de formation en ligne, offrant aux professionnels la flexibilit\u00e9 d'apprendre \u00e0 leur rythme et de d\u00e9velopper de nouvelles comp\u00e9tences sans bouleverser leur quotidien.","og_url":"https:\/\/univga.org\/en\/digital-library\/","og_site_name":"GROUPE UNIVGA","article_publisher":"https:\/\/facebook.com\/univga1\/","article_modified_time":"2025-12-07T13:16:43+00:00","og_image":[{"width":200,"height":200,"url":"https:\/\/univga.org\/wp-content\/uploads\/2025\/03\/univga1_logo-removebg-preview.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@univga1","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/univga.org\/bibliotheque-numerique\/","url":"https:\/\/univga.org\/bibliotheque-numerique\/","name":"Digital Library - UNIVGA GROUP","isPartOf":{"@id":"https:\/\/univga.org\/#website"},"datePublished":"2023-11-16T18:17:12+00:00","dateModified":"2025-12-07T13:16:43+00:00","description":"UNIVGA GROUP is an online higher education institution, offering professionals the flexibility to learn at their own pace and develop new skills without disrupting their daily lives.","breadcrumb":{"@id":"https:\/\/univga.org\/bibliotheque-numerique\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/univga.org\/bibliotheque-numerique\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/univga.org\/bibliotheque-numerique\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/univga.org\/"},{"@type":"ListItem","position":2,"name":"Biblioth\u00e8que Num\u00e9rique"}]},{"@type":"WebSite","@id":"https:\/\/univga.org\/#website","url":"https:\/\/univga.org\/","name":"UNIVGA Group","description":"100% Online Training Courses","publisher":{"@id":"https:\/\/univga.org\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/univga.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/univga.org\/#organization","name":"UNIVGA Group","url":"https:\/\/univga.org\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/univga.org\/#\/schema\/logo\/image\/","url":"https:\/\/univga.org\/wp-content\/uploads\/2025\/03\/univga1_logo-removebg-preview.png","contentUrl":"https:\/\/univga.org\/wp-content\/uploads\/2025\/03\/univga1_logo-removebg-preview.png","width":200,"height":200,"caption":"GROUPE UNIVGA"},"image":{"@id":"https:\/\/univga.org\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/univga1\/","https:\/\/x.com\/univga1","https:\/\/www.linkedin.com\/company\/univga1"]}]}},"_links":{"self":[{"href":"https:\/\/univga.org\/en\/wp-json\/wp\/v2\/pages\/31871","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/univga.org\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/univga.org\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/univga.org\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/univga.org\/en\/wp-json\/wp\/v2\/comments?post=31871"}],"version-history":[{"count":0,"href":"https:\/\/univga.org\/en\/wp-json\/wp\/v2\/pages\/31871\/revisions"}],"wp:attachment":[{"href":"https:\/\/univga.org\/en\/wp-json\/wp\/v2\/media?parent=31871"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}