{"id":1499,"date":"2026-08-25T22:11:02","date_gmt":"2026-08-25T22:11:02","guid":{"rendered":"https:\/\/www.vivatechnoci.com\/?page_id=1499"},"modified":"2026-08-27T13:02:30","modified_gmt":"2026-08-27T13:02:30","slug":"a-propos","status":"publish","type":"page","link":"https:\/\/www.vivatechnoci.com\/index.php\/a-propos\/","title":{"rendered":"\u00c0 PROPOS"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1499\" class=\"elementor elementor-1499\">\n\t\t\t\t<div class=\"elementor-element elementor-element-117865c e-flex e-con-boxed e-con e-parent\" data-id=\"117865c\" 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-a00c253 elementor-widget elementor-widget-html\" data-id=\"a00c253\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"viva-about\">\r\n\r\n    <div class=\"about-block about-intro\">\r\n        <h2>VOTRE PARTENAIRE TECHNOLOGIQUE<\/h2>\r\n\r\n        <p>\r\n            VIVA TECHNOLOGIES accompagne les entreprises dans la mise en \u0153uvre,\r\n            la maintenance et l\u2019\u00e9volution de leurs infrastructures technologiques.\r\n        <\/p>\r\n\r\n        <p>\r\n            Notre approche repose sur l\u2019\u00e9coute des besoins, l\u2019expertise technique\r\n            et la proximit\u00e9 avec nos clients afin de proposer des solutions adapt\u00e9es\r\n            \u00e0 leurs environnements et \u00e0 leurs enjeux.\r\n        <\/p>\r\n    <\/div>\r\n\r\n\r\n    <div class=\"about-block about-engagement\">\r\n\r\n        <h2>NOTRE ENGAGEMENT<\/h2>\r\n\r\n        <p>\r\n            Mettre notre expertise et nos ressources au service de la performance,\r\n            de la s\u00e9curit\u00e9 et de la continuit\u00e9 des activit\u00e9s de nos clients.\r\n        <\/p>\r\n\r\n    <\/div>\r\n\r\n\r\n    <div class=\"about-block about-expertise\">\r\n\r\n        <h2>NOTRE EXPERTISE<\/h2>\r\n\r\n        <p>\r\n            Nos techniciens, ing\u00e9nieurs et \u00e9quipes projet mobilisent leurs comp\u00e9tences\r\n            pour accompagner nos clients dans l\u2019\u00e9tude, le d\u00e9ploiement, la maintenance\r\n            et l\u2019\u00e9volution de leurs solutions technologiques.\r\n        <\/p>\r\n\r\n    <\/div>\r\n\r\n\r\n    <div class=\"about-block about-team\">\r\n\r\n        <h2>UNE \u00c9QUIPE \u00c0 VOTRE SERVICE<\/h2>\r\n\r\n        <p>\r\n            Des ressources qualifi\u00e9es et exp\u00e9riment\u00e9es interviennent sur les postes\r\n            de travail, serveurs, r\u00e9seaux, imprimantes et diff\u00e9rents \u00e9quipements\r\n            informatiques afin d\u2019assurer leur disponibilit\u00e9 et leur bon fonctionnement.\r\n        <\/p>\r\n\r\n    <\/div>\r\n\r\n<\/div>\r\n\r\n\r\n<style>\r\n\r\n.viva-about {\r\n    max-width: 1050px;\r\n    margin: auto;\r\n    padding: 20px;\r\n    text-align: center;\r\n    overflow: hidden;\r\n}\r\n\r\n.about-block {\r\n    opacity: 0;\r\n    transform: translateY(50px);\r\n    margin-bottom: 45px;\r\n}\r\n\r\n.about-block h2 {\r\n    margin-bottom: 15px;\r\n}\r\n\r\n.about-block p {\r\n    line-height: 1.7;\r\n    margin-bottom: 12px;\r\n}\r\n\r\n\r\n\/* Apparition progressive *\/\r\n\r\n.viva-about.active .about-intro {\r\n    animation: aboutUp 1s ease-out forwards;\r\n}\r\n\r\n.viva-about.active .about-engagement {\r\n    animation: aboutUp 1s ease-out 0.6s forwards;\r\n}\r\n\r\n.viva-about.active .about-expertise {\r\n    animation: aboutUp 1s ease-out 1.2s forwards;\r\n}\r\n\r\n.viva-about.active .about-team {\r\n    animation: aboutUp 1s ease-out 1.8s forwards;\r\n}\r\n\r\n\r\n@keyframes aboutUp {\r\n\r\n    0% {\r\n        opacity: 0;\r\n        transform: translateY(50px);\r\n    }\r\n\r\n    100% {\r\n        opacity: 1;\r\n        transform: translateY(0);\r\n    }\r\n\r\n}\r\n\r\n\r\n@media (max-width: 767px) {\r\n\r\n    .viva-about {\r\n        padding: 15px;\r\n    }\r\n\r\n    .about-block h2 {\r\n        font-size: 22px;\r\n    }\r\n\r\n}\r\n\r\n<\/style>\r\n\r\n\r\n<script>\r\n\r\n(function () {\r\n\r\n    function initAbout() {\r\n\r\n        const section =\r\n            document.querySelector(\".viva-about\");\r\n\r\n        if (!section) return;\r\n\r\n        const observer =\r\n            new IntersectionObserver(function (entries) {\r\n\r\n                entries.forEach(function (entry) {\r\n\r\n                    if (entry.isIntersecting) {\r\n\r\n                        section.classList.add(\"active\");\r\n\r\n                        observer.unobserve(section);\r\n\r\n                    }\r\n\r\n                });\r\n\r\n            }, {\r\n                threshold: 0.15\r\n            });\r\n\r\n        observer.observe(section);\r\n\r\n    }\r\n\r\n    if (document.readyState === \"loading\") {\r\n\r\n        document.addEventListener(\r\n            \"DOMContentLoaded\",\r\n            initAbout\r\n        );\r\n\r\n    } else {\r\n\r\n        initAbout();\r\n\r\n    }\r\n\r\n})();\r\n\r\n<\/script>\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>VOTRE PARTENAIRE TECHNOLOGIQUE VIVA TECHNOLOGIES accompagne les entreprises dans la mise en \u0153uvre, la maintenance et l\u2019\u00e9volution de leurs infrastructures [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-1499","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.vivatechnoci.com\/index.php\/wp-json\/wp\/v2\/pages\/1499","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.vivatechnoci.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.vivatechnoci.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.vivatechnoci.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.vivatechnoci.com\/index.php\/wp-json\/wp\/v2\/comments?post=1499"}],"version-history":[{"count":4,"href":"https:\/\/www.vivatechnoci.com\/index.php\/wp-json\/wp\/v2\/pages\/1499\/revisions"}],"predecessor-version":[{"id":1790,"href":"https:\/\/www.vivatechnoci.com\/index.php\/wp-json\/wp\/v2\/pages\/1499\/revisions\/1790"}],"wp:attachment":[{"href":"https:\/\/www.vivatechnoci.com\/index.php\/wp-json\/wp\/v2\/media?parent=1499"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}