SIM IoT M2M Caméra de Surveillance — Forfaits Europe 20 Go, 50 Go & 100 Go / an | Advanced Tracking
/* ============================================================ CHARTE GRAPHIQUE ADVANCED TRACKING — SIM CAMÉRA SURVEILLANCE ======================================================= ===== */ @import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800&display=swap'); :root { --at-dark: #131836; --at-dark-deep: #011435; --at-accent: #02a2fb; --at-accent-dark: #0171af; --at-text: #131836; --at-text-light: #555e7a; --at-bg: #ffffff; --at-bg-soft: #f4f7fb; --at-bg-blue: #e8f4fd; --at-green: #059669; --at-font: 'Barlow', sans-serif; --at-radius: 12px; --at-shadow: 0 4px 20px rgba(19,24,54,0.10); --at-shadow-lg: 0 8px 40px rgba(19,24,54,0.18); } .gsat-page * { box-sizing: border-box; margin: 0; padding: 0; } .gsat-page { font-family: var(--at-font); color: var(--at-text); line-height: 1.6; font-size: 16px; } .gsat-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; } /* ── HERO ── */ .gsat-hero { background: linear-gradient(135deg, var(--at-dark) 0%, #1a2260 50%, #0d2a5e 100%); color: white; padding: 60px 24px; position: relative; overflow: hidden; } .gsat-hero::before { content: ''; position: absolute; top: -80px; right: -80px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(2,162,251,0.15) 0%, transparent 70%); border-radius: 50%; pointer-events: none; } .gsat-hero::after { content: ''; position: absolute; bottom: -60px; left: -60px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(2,162,251,0.10) 0%, transparent 70%); border-radius: 50%; pointer-events: none; } .gsat-hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 320px; gap: 48px; align-items: center; position: relative; z-index: 1; } .gsat-hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(2,162,251,0.20); border: 1px solid rgba(2,162,251,0.40); color: #7dd3fc; padding: 6px 14px; border-radius: 50px; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.8px; text-transform: uppercase; margin-bottom: 20px; } .gsat-hero-badge::before { content: ''; width: 8px; height: 8px; background: #02a2fb; border-radius: 50%; animation: pulse-dot 2s infinite; } @keyframes pulse-dot { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(1.3); } } .gsat-hero h1 { font-size: 2.6rem; font-weight: 800; line-height: 1.15; color: #fff; margin-bottom: 16px; letter-spacing: -0.5px; } .gsat-hero h1 span { color: var(--at-accent); } .gsat-hero-subtitle { font-size: 1.1rem; color: rgba(255,255,255,0.80); margin-bottom: 32px; line-height: 1.6; max-width: 540px; } .gsat-hero-specs { display: flex; flex-wrap: wrap; gap: 10px; } .gsat-hero-spec-pill { display: flex; align-items: center; gap: 7px; background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.20); color: white; padding: 8px 14px; border-radius: 50px; font-size: 0.88rem; font-weight: 600; backdrop-filter: blur(4px); transition: all 0.25s ease; } .gsat-hero-spec-pill:hover { background: rgba(2,162,251,0.25); border-color: rgba(2,162,251,0.50); } .gsat-hero-spec-pill .pill-icon { font-size: 1rem; } .gsat-hero-spec-pill strong { color: #7dd3fc; } .gsat-hero-image-wrap { display: flex; justify-content: center; align-items: center; position: relative; } .gsat-hero-image-wrap::before { content: ''; position: absolute; width: 260px; height: 260px; background: radial-gradient(circle, rgba(2,162,251,0.20) 0%, transparent 70%); border-radius: 50%; } .gsat-hero-image { width: 100%; max-width: 260px; height: auto; filter: drop-shadow(0 20px 40px rgba(0,0,0,0.40)); position: relative; z-index: 1; border-radius: 16px; } /* ── SECTION LABELS ── */ .gsat-section-label { display: inline-block; background: var(--at-bg-blue); color: var(--at-accent); border: 1px solid rgba(2,162,251,0.25); padding: 5px 14px; border-radius: 50px; font-size: 0.8rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 12px; } .gsat-section-header { text-align: center; margin-bottom: 40px; } .gsat-section-title { font-size: 1.9rem; font-weight: 800; color: var(--at-dark-deep); margin-bottom: 10px; line-height: 1.2; } .gsat-section-title span { color: var(--at-accent); } .gsat-section-desc { font-size: 1rem; color: var(--at-text-light); max-width: 640px; margin: 0 auto; } /* ── FORFAITS CARDS ── */ .gsat-intro { padding: 64px 24px; background: var(--at-bg); } .gsat-forfaits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; } .gsat-forfait-card { background: var(--at-bg-soft); border: 1px solid #e8edf5; border-radius: var(--at-radius); padding: 32px 24px; text-align: center; position: relative; transition: all 0.3s ease; box-shadow: 0 2px 10px rgba(19,24,54,0.06); } .gsat-forfait-card:hover { transform: translateY(-6px); box-shadow: var(--at-shadow-lg); border-color: var(--at-accent); } .gsat-forfait-card.popular { border: 2px solid var(--at-accent); background: linear-gradient(135deg, #e8f4fd 0%, #f0f9ff 100%); box-shadow: 0 8px 30px rgba(2,162,251,0.15); } .gsat-forfait-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--at-accent); color: white; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.5px; text-transform: uppercase; padding: 5px 18px; border-radius: 20px; white-space: nowrap; box-shadow: 0 4px 12px rgba(2,162,251,0.40); } .gsat-forfait-name { font-size: 0.8rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--at-text-light); margin-bottom: 12px; } .gsat-forfait-vol { font-size: 3.5rem; font-weight: 900; color: var(--at-accent); line-height: 1; margin-bottom: 4px; } .gsat-forfait-unit { font-size: 0.88rem; color: var(--at-text-light); margin-bottom: 24px; } .gsat-forfait-feats { text-align: left; } .gsat-forfait-feat { display: flex; align-items: flex-start; gap: 10px; font-size: 0.88rem; padding: 8px 0; border-bottom: 1px solid rgba(19,24,54,0.06); color: var(--at-text-light); } .gsat-forfait-feat:last-child { border-bottom: none; } .gsat-forfait-feat::before { content: '✓'; color: var(--at-green); font-weight: 700; flex-shrink: 0; } /* ── SPECS ── */ .gsat-specs { padding: 64px 24px; background: var(--at-bg-soft); } .gsat-specs-table-wrap { background: white; border-radius: var(--at-radius); overflow: hidden; box-shadow: var(--at-shadow); margin-top: 40px; } .gsat-specs-table { width: 100%; border-collapse: collapse; } .gsat-specs-table thead th { background: linear-gradient(135deg, var(--at-dark) 0%, #1a2260 100%); color: white; padding: 16px 20px; text-align: left; font-weight: 700; font-size: 0.95rem; } .gsat-specs-table thead th:first-child { width: 40%; } .gsat-specs-table tbody tr { border-bottom: 1px solid #edf0f7; transition: background 0.2s ease; } .gsat-specs-table tbody tr:last-child { border-bottom: none; } .gsat-specs-table tbody tr:hover { background: var(--at-bg-blue); } .gsat-specs-table tbody td { padding: 14px 20px; font-size: 0.95rem; vertical-align: middle; } .gsat-specs-table tbody td:first-child { font-weight: 600; color: var(--at-dark-deep); } .gsat-specs-table tbody td:last-child { color: var(--at-text-light); } .gsat-specs-table .highlight { color: var(--at-accent); font-weight: 700; } /* ── APPLICATIONS ── */ .gsat-apps { padding: 64px 24px; background: var(--at-bg); } .gsat-apps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; } .gsat-app-card { background: white; border: 1px solid #e8edf5; border-radius: var(--at-radius); padding: 28px 20px; text-align: center; transition: all 0.3s ease; box-shadow: 0 2px 10px rgba(19,24,54,0.06); } .gsat-app-card:hover { transform: translateY(-6px); box-shadow: var(--at-shadow-lg); border-color: var(--at-accent); } .gsat-app-icon { width: 64px; height: 64px; background: linear-gradient(135deg, var(--at-dark) 0%, #1a2260 100%); border-radius: 16px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-size: 1.6rem; box-shadow: 0 6px 20px rgba(19,24,54,0.25); } .gsat-app-card h3 { font-size: 1rem; font-weight: 700; color: var(--at-dark-deep); margin-bottom: 10px; } .gsat-app-card p { font-size: 0.88rem; color: var(--at-text-light); line-height: 1.55; margin: 0; } /* ── SECTION SOMBRE — AVANTAGES RÉSEAU ── */ .gsat-solar { padding: 64px 24px; background: var(--at-dark); position: relative; overflow: hidden; } .gsat-solar::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--at-accent), #7dd3fc, var(--at-accent)); } .gsat-solar .gsat-section-label { background: rgba(2,162,251,0.15); color: #7dd3fc; border-color: rgba(2,162,251,0.30); } .gsat-solar .gsat-section-title { color: white; } .gsat-solar .gsat-section-desc { color: rgba(255,255,255,0.70); } .gsat-solar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; } .gsat-solar-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(2,162,251,0.20); border-radius: var(--at-radius); padding: 28px 22px; transition: all 0.3s ease; } .gsat-solar-card:hover { background: rgba(2,162,251,0.12); border-color: rgba(2,162,251,0.45); transform: translateY(-4px); } .gsat-solar-card-icon { width: 52px; height: 52px; background: linear-gradient(135deg, var(--at-accent), var(--at-accent-dark)); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 16px; box-shadow: 0 4px 16px rgba(2,162,251,0.35); } .gsat-solar-card h3 { font-size: 1.05rem; font-weight: 700; color: white; margin-bottom: 8px; } .gsat-solar-card .solar-desc { font-size: 0.9rem; color: rgba(255,255,255,0.65); line-height: 1.55; margin-bottom: 10px; } .gsat-solar-card .solar-benefit { font-size: 0.85rem; color: var(--at-accent); font-style: italic; padding-left: 12px; border-left: 2px solid rgba(2,162,251,0.40); line-height: 1.5; } /* ── ESTIMATION CONSOMMATION ── */ .gsat-features { padding: 64px 24px; background: var(--at-bg-soft); } .gsat-features-table-wrap { background: white; border-radius: var(--at-radius); overflow: hidden; box-shadow: var(--at-shadow); margin-top: 40px; } .gsat-features-table { width: 100%; border-collapse: collapse; } .gsat-features-table thead th { background: linear-gradient(135deg, var(--at-dark) 0%, #1a2260 100%); color: white; padding: 16px 22px; text-align: left; font-weight: 700; font-size: 0.95rem; } .gsat-features-table tbody tr { border-bottom: 1px solid #edf0f7; transition: background 0.2s ease; } .gsat-features-table tbody tr:last-child { border-bottom: none; } .gsat-features-table tbody tr:hover { background: var(--at-bg-blue); } .gsat-features-table tbody td { padding: 14px 22px; font-size: 0.95rem; vertical-align: middle; } .gsat-features-table td:first-child { font-weight: 600; color: var(--at-dark-deep); } .gsat-features-table td:nth-child(2) { color: var(--at-text-light); } .gsat-features-table .ok { color: var(--at-green); font-weight: 700; } .gsat-features-table .warn { color: #d97706; font-weight: 700; } .gsat-features-table .accent { color: var(--at-accent); font-weight: 700; } /* ── COMPARATIF ── */ .gsat-compare { padding: 64px 24px; background: var(--at-bg); } .gsat-compare-table-wrap { background: white; border-radius: var(--at-radius); overflow: hidden; box-shadow: var(--at-shadow); margin-top: 40px; } .gsat-compare-table { width: 100%; border-collapse: collapse; } .gsat-compare-table thead th { background: linear-gradient(135deg, var(--at-dark) 0%, #1a2260 100%); color: white; padding: 16px 20px; text-align: center; font-weight: 700; font-size: 0.95rem; } .gsat-compare-table thead th:first-child { text-align: left; } .gsat-compare-table .popular-col { background: rgba(2,162,251,0.12); } .gsat-compare-table tbody tr { border-bottom: 1px solid #edf0f7; transition: background 0.2s ease; } .gsat-compare-table tbody tr:last-child { border-bottom: none; } .gsat-compare-table tbody tr:hover { background: var(--at-bg-blue); } .gsat-compare-table tbody td { padding: 14px 20px; font-size: 0.95rem; vertical-align: middle; text-align: center; } .gsat-compare-table tbody td:first-child { text-align: left; font-weight: 600; color: var(--at-dark-deep); } .gsat-compare-table .accent { color: var(--at-accent); font-weight: 700; } .gsat-compare-table .check { color: var(--at-green); font-weight: 700; } /* ── EXPERTISE ── */ .gsat-expertise { padding: 64px 24px; background: var(--at-bg-soft); } .gsat-expertise-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 40px; } .gsat-expertise-card { display: flex; gap: 16px; align-items: flex-start; background: white; border: 1px solid #e8edf5; border-radius: var(--at-radius); padding: 22px; transition: all 0.25s ease; border-left: 4px solid var(--at-accent); } .gsat-expertise-card:hover { transform: translateY(-3px); box-shadow: var(--at-shadow); } .gsat-expertise-icon { width: 50px; height: 50px; min-width: 50px; background: linear-gradient(135deg, var(--at-dark), #1a2260); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; box-shadow: 0 4px 14px rgba(19,24,54,0.25); } .gsat-expertise-card h3 { font-size: 1rem; font-weight: 700; color: var(--at-dark-deep); margin-bottom: 6px; } .gsat-expertise-card p { font-size: 0.9rem; color: var(--at-text-light); line-height: 1.55; margin: 0; } /* ── FAQ ── */ .gsat-faq { padding: 64px 24px; background: var(--at-bg); } .gsat-faq-list { max-width: 800px; margin: 40px auto 0; } .gsat-faq-item { background: var(--at-bg-soft); border: 1px solid #e8edf5; border-radius: var(--at-radius); margin-bottom: 10px; box-shadow: 0 2px 8px rgba(19,24,54,0.05); } .gsat-faq-q { padding: 18px 22px; font-size: 0.98rem; font-weight: 700; color: var(--at-dark-deep); display: flex; justify-content: space-between; align-items: center; gap: 12px; } .gsat-faq-q::after { content: '+'; color: var(--at-accent); font-size: 1.4rem; font-weight: 300; flex-shrink: 0; } .gsat-faq-a { padding: 0 22px 18px; font-size: 0.92rem; color: var(--at-text-light); line-height: 1.7; } /* ── CTA FINAL ── */ .gsat-cta { background: linear-gradient(135deg, var(--at-dark) 0%, #0d2a5e 50%, #1a2260 100%); padding: 72px 24px; text-align: center; position: relative; overflow: hidden; } .gsat-cta::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 600px; height: 600px; background: radial-gradient(circle, rgba(2,162,251,0.12) 0%, transparent 70%); border-radius: 50%; pointer-events: none; } .gsat-cta h2 { font-size: 2.2rem; font-weight: 800; color: white; margin-bottom: 16px; position: relative; z-index: 1; } .gsat-cta h2 span { color: var(--at-accent); } .gsat-cta p { font-size: 1.05rem; color: rgba(255,255,255,0.75); max-width: 580px; margin: 0 auto 32px; line-height: 1.6; position: relative; z-index: 1; } .gsat-cta-stats { display: flex; justify-content: center; gap: 48px; flex-wrap: wrap; position: relative; z-index: 1; } .gsat-cta-stat { text-align: center; } .gsat-cta-stat .stat-value { font-size: 2rem; font-weight: 800; color: var(--at-accent); display: block; } .gsat-cta-stat .stat-label { font-size: 0.85rem; color: rgba(255,255,255,0.65); font-weight: 500; } /* ============================================================ RESPONSIVE — TABLETTES (≤ 1024px) ============================================================ */ @media (max-width: 1024px) { .gsat-hero-inner { grid-template-columns: 1fr 260px; gap: 32px; } .gsat-hero h1 { font-size: 2.1rem; } .gsat-forfaits-grid { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; } .gsat-apps-grid { grid-template-columns: repeat(2, 1fr); } .gsat-solar-grid { grid-template-columns: repeat(2, 1fr); } } /* ============================================================ RESPONSIVE — TABLETTES PORTRAIT (≤ 768px) ============================================================ */ @media (max-width: 768px) { .gsat-hero { padding: 44px 20px; } .gsat-hero-inner { grid-template-columns: 1fr; gap: 28px; text-align: center; } .gsat-hero-image-wrap { order: -1; } .gsat-hero-image { max-width: 200px; } .gsat-hero-specs { justify-content: center; } .gsat-hero h1 { font-size: 1.9rem; } .gsat-hero-subtitle { font-size: 1rem; margin-left: auto; margin-right: auto; } .gsat-solar-grid { grid-template-columns: 1fr; } .gsat-expertise-grid { grid-template-columns: 1fr; } .gsat-apps-grid { grid-template-columns: repeat(2, 1fr); } .gsat-section-title { font-size: 1.5rem; } .gsat-cta h2 { font-size: 1.6rem; } .gsat-cta-stats { gap: 28px; } .gsat-intro, .gsat-specs, .gsat-apps, .gsat-solar, .gsat-features, .gsat-compare, .gsat-expertise, .gsat-faq, .gsat-cta { padding: 44px 16px; } } /* ============================================================ RESPONSIVE — MOBILE (≤ 480px) ============================================================ */ @media (max-width: 480px) { .gsat-hero h1 { font-size: 1.6rem; } .gsat-apps-grid { grid-template-columns: 1fr; } .gsat-hero-spec-pill { font-size: 0.82rem; padding: 7px 12px; } .gsat-specs-table thead th, .gsat-specs-table tbody td { padding: 12px 14px; font-size: 0.88rem; } .gsat-features-table thead th, .gsat-features-table tbody td { padding: 12px 14px; font-size: 0.88rem; } .gsat-compare-table thead th, .gsat-compare-table tbody td { padding: 10px 12px; font-size: 0.85rem; } .gsat-cta h2 { font-size: 1.4rem; } .gsat-cta-stat .stat-value { font-size: 1.6rem; } .gsat-section-title { font-size: 1.35rem; } /* Tableaux scrollables sur mobile */ .gsat-specs-table-wrap, .gsat-features-table-wrap, .gsat-compare-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; } } SIM IoT / M2M — Caméra de Surveillance La SIM dédiée à vosCaméras de Surveillance Trois forfaits annuels conçus pour la vidéosurveillance 4G : 20 Go, 50 Go ou 100 Go par an. Valide 12 mois, réseau 4G/LTE, APN dédié pour une connexion stable et sécurisée. ⚠ Offre Data uniquement — SMS et appels vocaux non disponibles. 📹20 Go · 50 Go · 100 Go / an 📅Valide 12 mois 📶Réseau 4G / LTE 🔒APN dédié sécurisé 🌍Couverture Europe Nos forfaits Choisissez votre forfait annuel Trois niveaux de données pour s'adapter à votre usage : résolution vidéo, nombre de caméras et fréquence d'enregistrement. Essentiel 20 Go / an · Valide 12 mois Caméra 720p HD en continu Idéal 1 caméra résidentielle Enregistrement sur événement 4G / LTE · APN dédié Gestion en ligne incluse ⭐ Le plus populaire Confort 50 Go / an · Valide 12 mois Caméra 1080p Full HD 1 à 2 caméras simultanées Enregistrement continu ou détection 4G / LTE · APN dédié Gestion en ligne incluse Premium 100 Go / an · Valide 12 mois Caméra 2K / 4K Ultra HD 2 à 3 caméras simultanées Enregistrement haute résolution 4G / LTE · APN dédié Gestion en ligne incluse Fiche Technique Spécifications communes à tous les forfaits Caractéristique Spécification Forfaits disponibles 20 Go · 50 Go · 100 Go / an Validité du forfait 12 mois Technologie réseau 4G / LTE Format SIM Standard (2FF) / Micro (3FF) / Nano (4FF) APN IoT dédié — préconfiguré à la livraison Débit montant Jusqu'à 50 Mbps Débit descendant Jusqu'à 150 Mbps Roaming international Disponible sur demande Gestion en ligne Portail de gestion dédié inclus Activation En ligne sous 24h ouvrées Compatibilité Toutes caméras de surveillance 4G/LTE du marché Cas d'usage Pour quelles caméras est-elle conçue ? La SIM Caméra IoT/M2M s'adapte à tous les systèmes de vidéosurveillance 4G, en intérieur comme en extérieur. 🏠 Résidentiel Surveillance de maison, villa ou propriété sans connexion filaire. Installation simple, sans technicien. 🏗️ Chantiers BTP Surveillance anti-intrusion et anti-vol sur chantiers temporaires sans infrastructure réseau fixe. 🚗 Parkings & voiries Caméras de surveillance de parkings, zones de stationnement et voies publiques en 4G. 🌾 Agriculture Surveillance de silos, hangars et exploitations agricoles isolées, sans réseau câblé disponible. 🏪 Commerce & industrie Vidéosurveillance de locaux commerciaux, entrepôts et sites industriels en connexion 4G. ⚡ Infrastructures Surveillance de pylônes, stations, transformateurs et équipements critiques en zones isolées. Avantages réseau Une connexion pensée pour la vidéosurveillance Un réseau IoT dédié, stable et sécurisé, pour une transmission vidéo fiable en toutes circonstances. 📶 Haut débit 4G / LTE Jusqu'à 150 Mbps en téléchargement, largement suffisant pour la vidéo HD, Full HD ou 4K en temps réel. Streaming vidéo fluide même en résolution 4K 🔒 APN IoT sécurisé Réseau privé IoT isolé du trafic grand public, idéal pour la vidéosurveillance de sites sensibles. Connexion sécurisée et prioritaire pour vos caméras ⚙️ Plug & Play APN préconfiguré à la livraison. Compatible avec toutes les caméras 4G du marché (Reolink, Hikvision, Dahua, Imou…). Mise en service en moins de 10 minutes Estimation consommation Quel forfait choisir selon votre caméra ? La consommation varie selon la résolution, le codec vidéo (H.264/H.265) et le mode d'enregistrement (continu ou sur détection). Résolution Consommation estimée / mois Forfait recommandé 720p HD (sur détection) ~8 Go / mois 20 Go ✓ 720p HD (continu) ~15 Go / mois 50 Go ✓ 1080p Full HD (sur détection) ~20 Go / mois 50 Go ✓ 1080p Full HD (continu) ~35 Go / mois 100 Go ✓ 2K / 4K (sur détection) ~50 Go / mois 100 Go ✓ * Estimations basées sur un enregistrement H.264/H.265. Les valeurs réelles peuvent varier selon le codec, la scène filmée et les paramètres de compression. Comparatif Comparatif des 3 forfaits Caractéristique Essentiel — 20 Go Confort ⭐ — 50 Go Premium — 100 Go Volume de données / an 20 Go 50 Go 100 Go Validité 12 mois 12 mois 12 mois Résolution recommandée 720p HD 1080p Full HD 2K / 4K Ultra HD Nb caméras simultanées 1 1 à 2 2 à 3 Technologie réseau 4G / LTE 4G / LTE 4G / LTE APN IoT dédié ✓ ✓ ✓ Portail de gestion ✓ ✓ ✓ Notre expertise Pourquoi choisir Advanced Tracking ? 20 ans d'expertise en tracking satellite et IoT au service de votre connectivité vidéo. 🏆 20 ans d'expertise IoT & Tracking Spécialiste reconnu du tracking GPS et satellite depuis 2004. Nous connaissons les besoins réels des professionnels de la vidéosurveillance connectée. 🛠️ Support technique dédié Notre équipe technique accompagne la configuration de votre APN IoT et assure un support réactif pour toutes vos caméras de surveillance 4G. 📊 Suivi de consommation en temps réel Portail de gestion dédié pour surveiller la consommation de chaque SIM, configurer des alertes et anticiper les renouvellements. 🔄 Renouvellement et upgrade simplifiés Changez de forfait ou renouvelez en ligne à tout moment, sans interruption de service et sans démarche administrative. FAQ Questions fréquentes Quel forfait choisir pour une caméra 1080p Full HD ? Pour une caméra 1080p en mode détection de mouvement, le forfait 20 Go peut suffire. Pour un enregistrement continu en 1080p, nous recommandons le forfait 50 Go. Si vous avez plusieurs caméras ou une résolution 2K/4K, optez pour le 100 Go. La SIM est-elle compatible avec toutes les caméras 4G ? Oui, la SIM est compatible avec toutes les caméras de surveillance 4G/LTE du marché (Reolink, Hikvision, Dahua, Imou, etc.). Il suffit de configurer l'APN IoT dédié fourni lors de l'activation. Notre équipe technique est disponible pour vous accompagner. Que se passe-t-il si je dépasse mon forfait annuel ? En cas de dépassement du volume annuel, la connexion est suspendue jusqu'au renouvellement. Nous vous recommandons de configurer une alerte de consommation depuis le portail de gestion pour anticiper les dépassements et commander un forfait complémentaire si nécessaire. Puis-je utiliser une seule SIM pour plusieurs caméras ? Non, chaque SIM est associée à un seul appareil. Pour plusieurs caméras, vous aurez besoin d'une SIM par caméra. Nous proposons des tarifs dégressifs pour les commandes en volume — contactez notre équipe commerciale pour un devis multi-SIM. La connexion est-elle stable pour la vidéo en direct ? Oui, la SIM utilise un APN IoT dédié sur réseau 4G/LTE, garantissant une connexion stable et prioritaire pour la transmission vidéo. Le débit descendant peut atteindre 150 Mbps, largement suffisant pour la vidéo HD en temps réel. Peut-on changer de forfait en cours d'année ? Un changement de forfait (upgrade) est possible à tout moment depuis le portail de gestion. La différence de volume est ajoutée immédiatement à votre SIM. Un downgrade sera effectif au prochain renouvellement annuel. Connectez vos caméras de surveillance en 4G Choisissez votre forfait annuel et bénéficiez d'une connexion 4G/LTE stable et sécurisée pour votre système de vidéosurveillance. 20 Go Forfait Essentiel / an 50 Go Forfait Confort / an 100 Go Forfait Premium / an 4G/LTE Réseau dédié IoT
More you might like
IoT M2M SIM Card
IoT M2M SIM Card Subscription
Related
Multi-Network 5G/4G M2M/IOT Data SIM
Related