{"id":31879,"date":"2026-05-05T16:52:42","date_gmt":"2026-05-05T05:52:42","guid":{"rendered":"https:\/\/www.connectic.nc\/nos-solutions-2\/"},"modified":"2026-05-06T08:07:25","modified_gmt":"2026-05-05T21:07:25","slug":"nos-expertises","status":"publish","type":"page","link":"https:\/\/www.connectic.nc\/en\/nos-expertises\/","title":{"rendered":"Nos Solutions"},"content":{"rendered":"<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Roboto:wght@300;400;500;600;700;800&display=swap');\n\n#cx-solutions-page { font-family:'Roboto','Segoe UI',system-ui,sans-serif; color:#2D2D2D; --primary:#0F4B66; --primary-dark:#083A52; --primary-light:#EBF4F9; --dark:#0A2D49; --text:#2D2D2D; --text-light:#6B7280; --bg-light:#F8FAFB; --border:#E5E7EB; --radius:14px; --shadow:0 8px 32px rgba(0,0,0,0.10); }\n#cx-solutions-page * { box-sizing:border-box; }\n#cx-solutions-page a { text-decoration:none; }\n\n.cxs-container { max-width:1200px; margin:0 auto; padding:0 24px; }\n.cxs-section-label { display:inline-block; font-size:12px; font-weight:700; letter-spacing:2px; text-transform:uppercase; color:var(--primary); background:var(--primary-light); padding:6px 16px; border-radius:100px; margin-bottom:16px; }\n.cxs-section-title { font-size:clamp(28px,4vw,42px); font-weight:800; line-height:1.2; color:var(--dark); margin-bottom:16px; }\n.cxs-section-subtitle { font-size:17px; color:var(--text-light); max-width:640px; line-height:1.7; }\n\n\/* HERO BANDEAU *\/\n.cxs-hero { background:var(--dark); padding:72px 0; position:relative; overflow:hidden; }\n.cxs-hero::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 80% 50%, rgba(110,193,228,0.15) 0%, transparent 60%); }\n.cxs-hero-inner { position:relative; z-index:2; }\n.cxs-hero-eyebrow { display:inline-flex; align-items:center; gap:10px; font-size:13px; font-weight:600; letter-spacing:1.5px; text-transform:uppercase; color:var(--primary); margin-bottom:20px; }\n.cxs-hero-eyebrow::before { content:''; display:block; width:24px; height:2px; background:var(--primary); }\n.cxs-hero h1 { font-size:clamp(32px,4vw,52px); font-weight:800; color:white; line-height:1.15; margin-bottom:16px; }\n.cxs-hero h1 span { color:var(--primary); }\n.cxs-hero p { font-size:17px; color:rgba(255,255,255,0.65); max-width:580px; line-height:1.7; }\n\n\/* GRILLE SOLUTIONS *\/\n.cxs-main { background:var(--bg-light); padding:80px 0; }\n.cxs-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }\n\n.cxs-card { background:white; border-radius:var(--radius); padding:32px 24px; border:1px solid var(--border); transition:all 0.3s ease; position:relative; overflow:hidden; }\n.cxs-card::after { content:''; position:absolute; bottom:0; left:0; right:0; height:3px; background:var(--primary); transform:scaleX(0); transition:transform 0.3s ease; transform-origin:left; }\n.cxs-card:hover { transform:translateY(-6px); box-shadow:var(--shadow); border-color:transparent; }\n.cxs-card:hover::after { transform:scaleX(1); }\n.cxs-icon { width:56px; height:56px; border-radius:14px; background:var(--primary-light); display:flex; align-items:center; justify-content:center; margin-bottom:20px; font-size:26px; transition:all 0.3s ease; }\n.cxs-card:hover .cxs-icon { background:var(--primary); transform:scale(1.1) rotate(5deg); }\n.cxs-card h3 { font-size:15px; font-weight:700; color:var(--dark); margin-bottom:10px; line-height:1.3; }\n.cxs-card p { font-size:13px; color:var(--text-light); line-height:1.65; margin:0; }\n\n\/* FADE-UP *\/\n.cxs-fade { opacity:0; transform:translateY(30px); transition:opacity 0.6s ease, transform 0.6s ease; }\n.cxs-fade.cxs-visible { opacity:1; transform:translateY(0); }\n.cxs-fade.d1 { transition-delay:0.05s; }\n.cxs-fade.d2 { transition-delay:0.10s; }\n.cxs-fade.d3 { transition-delay:0.15s; }\n.cxs-fade.d4 { transition-delay:0.20s; }\n.cxs-fade.d5 { transition-delay:0.25s; }\n.cxs-fade.d6 { transition-delay:0.30s; }\n.cxs-fade.d7 { transition-delay:0.35s; }\n\n\/* POURQUOI NOUS *\/\n.cxs-why { background:white; padding:96px 0; }\n.cxs-why-inner { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center; }\n.cxs-why-pillars { display:flex; flex-direction:column; gap:24px; }\n.cxs-pillar { display:flex; gap:20px; align-items:flex-start; padding:24px; border-radius:var(--radius); border:1px solid var(--border); transition:all 0.3s ease; }\n.cxs-pillar:hover { border-color:var(--primary); box-shadow:0 4px 20px rgba(110,193,228,0.1); }\n.cxs-pillar-icon { width:48px; height:48px; min-width:48px; border-radius:12px; background:var(--primary-light); display:flex; align-items:center; justify-content:center; font-size:22px; transition:all 0.3s ease; }\n.cxs-pillar:hover .cxs-pillar-icon { background:var(--primary); transform:rotate(-10deg) scale(1.1); }\n.cxs-pillar h3 { font-size:16px; font-weight:700; color:var(--dark); margin-bottom:6px; }\n.cxs-pillar p { font-size:13px; color:var(--text-light); line-height:1.65; margin:0; }\n\n.cxs-why-card { background:var(--dark); border-radius:20px; padding:48px 40px; color:white; position:relative; overflow:hidden; }\n.cxs-why-card::before { content:''; position:absolute; top:-40px; right:-40px; width:220px; height:220px; border-radius:50%; background:rgba(110,193,228,0.15); }\n.cxs-why-card::after { content:''; position:absolute; bottom:-60px; left:-20px; width:160px; height:160px; border-radius:50%; background:rgba(110,193,228,0.07); }\n.cxs-why-card-bg { position:relative; z-index:2; }\n.cxs-why-card-number { font-size:80px; font-weight:800; color:rgba(110,193,228,0.2); line-height:1; margin-bottom:16px; letter-spacing:-4px; }\n.cxs-why-card h3 { font-size:26px; font-weight:800; margin-bottom:16px; line-height:1.25; color:white; }\n.cxs-why-card h3 span { color:var(--primary); }\n.cxs-why-card p { font-size:15px; color:rgba(255,255,255,0.7); line-height:1.7; margin-bottom:32px; }\n.cxs-why-link { display:inline-flex; align-items:center; gap:8px; background:var(--primary); color:white; padding:13px 24px; border-radius:8px; font-weight:600; font-size:14px; transition:all 0.3s ease; }\n.cxs-why-link:hover { background:var(--primary-dark); transform:translateX(4px); }\n\n\/* RESPONSIVE *\/\n@media (max-width:1024px) { .cxs-grid { grid-template-columns:repeat(2,1fr); } }\n@media (max-width:768px)  { .cxs-why-inner { grid-template-columns:1fr; gap:48px; } }\n@media (max-width:540px)  { .cxs-grid { grid-template-columns:1fr; } }\n<\/style>\n\n<div id=\"cx-solutions-page\">\n\n<!-- HERO -->\n<section class=\"cxs-hero\">\n  <div class=\"cxs-container\">\n    <div class=\"cxs-hero-inner\">\n      <div class=\"cxs-hero-eyebrow\">Connectic System<\/div>\n      <h1>Nos <span>expertises<\/span><\/h1>\n      <p>De la gestion du stationnement \u00e0 la vid\u00e9osurveillance, nous \u00e9quipons les entreprises et collectivit\u00e9s de Nouvelle-Cal\u00e9donie avec des solutions \u00e9prouv\u00e9es.<\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- GRILLE -->\n<section class=\"cxs-main\">\n  <div class=\"cxs-container\">\n    <div class=\"cxs-grid\">\n      <div class=\"cxs-card cxs-fade\">\n        <div class=\"cxs-icon\">\ud83c\udd7f\ufe0f<\/div>\n        <h3>Gestion du stationnement<\/h3>\n        <p>Horodateurs connect\u00e9s, barri\u00e8res et paiement mobile pour vos parkings.<\/p>\n      <\/div>\n      <div class=\"cxs-card cxs-fade d1\">\n        <div class=\"cxs-icon\">\ud83d\udd10<\/div>\n        <h3>Contr\u00f4le d&rsquo;acc\u00e8s<\/h3>\n        <p>Syst\u00e8mes s\u00e9curis\u00e9s pour b\u00e2timents, parkings et zones sensibles.<\/p>\n      <\/div>\n      <div class=\"cxs-card cxs-fade d2\">\n        <div class=\"cxs-icon\">\ud83d\udce1<\/div>\n        <h3>Tra\u00e7abilit\u00e9<\/h3>\n        <p>Suivi temps r\u00e9el de vos actifs et v\u00e9hicules sur l&rsquo;ensemble du territoire.<\/p>\n      <\/div>\n      <div class=\"cxs-card cxs-fade d3\">\n        <div class=\"cxs-icon\">\ud83d\udcac<\/div>\n        <h3>SMS Platform<\/h3>\n        <p>Envoi de SMS professionnel en masse pour vos communications critiques.<\/p>\n      <\/div>\n      <div class=\"cxs-card cxs-fade d4\">\n        <div class=\"cxs-icon\">\ud83d\udcf7<\/div>\n        <h3>Vid\u00e9osurveillance<\/h3>\n        <p>Cam\u00e9ras IP, enregistrement cloud et supervision \u00e0 distance.<\/p>\n      <\/div>\n      <div class=\"cxs-card cxs-fade d5\">\n        <div class=\"cxs-icon\">\ud83d\udcb3<\/div>\n        <h3>Gestion des paiements<\/h3>\n        <p>Terminaux, recyclage d&rsquo;esp\u00e8ces et solutions cashless pour vos caisses.<\/p>\n      <\/div>\n      <div class=\"cxs-card cxs-fade d6\">\n        <div class=\"cxs-icon\">\ud83d\udee1\ufe0f<\/div>\n        <h3>S\u00e9curit\u00e9 des b\u00e2timents<\/h3>\n        <p>Interphonie, alarme intrusion et protection de vos locaux.<\/p>\n      <\/div>\n      <div class=\"cxs-card cxs-fade d7\">\n        <div class=\"cxs-icon\">\ud83e\udd16<\/div>\n        <h3>Vending connect\u00e9<\/h3>\n        <p>Distributeurs automatiques multi-produits disponibles H24\/7j.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- POURQUOI NOUS -->\n<section class=\"cxs-why\">\n  <div class=\"cxs-container\">\n    <div class=\"cxs-why-inner\">\n      <div class=\"cxs-why-pillars\">\n        <div>\n          <span class=\"cxs-section-label cxs-fade\">Pourquoi nous choisir<\/span>\n          <h2 class=\"cxs-section-title cxs-fade\">Un partenaire de confiance depuis plus de 20 ans<\/h2>\n        <\/div>\n        <div class=\"cxs-pillar cxs-fade\">\n          <div class=\"cxs-pillar-icon\">\ud83c\udfaf<\/div>\n          <div>\n            <h3>Expertise locale<\/h3>\n            <p>Une \u00e9quipe sp\u00e9cialis\u00e9e bas\u00e9e en Nouvelle-Cal\u00e9donie, qui conna\u00eet les enjeux et contraintes du territoire.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"cxs-pillar cxs-fade d1\">\n          <div class=\"cxs-pillar-icon\">\ud83c\udf0f<\/div>\n          <div>\n            <h3>R\u00e9seau mondial<\/h3>\n            <p>Des partenariats avec les leaders technologiques de la zone Asie-Pacifique pour vous offrir le meilleur.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"cxs-pillar cxs-fade d2\">\n          <div class=\"cxs-pillar-icon\">\u2699\ufe0f<\/div>\n          <div>\n            <h3>Support r\u00e9actif<\/h3>\n            <p>Installation, formation et maintenance assur\u00e9es par nos techniciens pour votre tranquillit\u00e9 d&rsquo;esprit.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n      <div class=\"cxs-fade d1\">\n        <div class=\"cxs-why-card\">\n          <div class=\"cxs-why-card-bg\">\n            <div class=\"cxs-why-card-number\">20+<\/div>\n            <h3>Ans au service des entreprises <span>cal\u00e9doniennes<\/span><\/h3>\n            <p>De Noum\u00e9a \u00e0 la Brousse, Connectic System accompagne les entreprises et collectivit\u00e9s dans leur transformation technologique depuis 2004.<\/p>\n            <a href=\"https:\/\/www.connectic.nc\/actualites\/\" class=\"cxs-why-link\">Voir nos r\u00e9alisations \u2192<\/a>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<\/div>\n\n<script>\n(function(){\n  var io = new IntersectionObserver(function(entries){\n    entries.forEach(function(e){\n      if(e.isIntersecting){ e.target.classList.add('cxs-visible'); io.unobserve(e.target); }\n    });\n  }, { threshold: 0.1 });\n  document.querySelectorAll('#cx-solutions-page .cxs-fade').forEach(function(el){ io.observe(el); });\n})();\n<\/script>","protected":false},"excerpt":{"rendered":"<p>Connectic System Nos expertises De la gestion du stationnement \u00e0 la vid\u00e9osurveillance, nous \u00e9quipons les entreprises et collectivit\u00e9s de Nouvelle-Cal\u00e9donie avec des solutions \u00e9prouv\u00e9es. \ud83c\udd7f\ufe0f Gestion du stationnement Horodateurs connect\u00e9s, barri\u00e8res et paiement mobile pour vos parkings. \ud83d\udd10 Contr\u00f4le d&rsquo;acc\u00e8s Syst\u00e8mes s\u00e9curis\u00e9s pour b\u00e2timents, parkings et zones sensibles. \ud83d\udce1 Tra\u00e7abilit\u00e9 Suivi temps r\u00e9el de vos [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"class_list":["post-31879","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.connectic.nc\/en\/wp-json\/wp\/v2\/pages\/31879","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.connectic.nc\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.connectic.nc\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.connectic.nc\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.connectic.nc\/en\/wp-json\/wp\/v2\/comments?post=31879"}],"version-history":[{"count":4,"href":"https:\/\/www.connectic.nc\/en\/wp-json\/wp\/v2\/pages\/31879\/revisions"}],"predecessor-version":[{"id":31903,"href":"https:\/\/www.connectic.nc\/en\/wp-json\/wp\/v2\/pages\/31879\/revisions\/31903"}],"wp:attachment":[{"href":"https:\/\/www.connectic.nc\/en\/wp-json\/wp\/v2\/media?parent=31879"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}