Système GMDSS LT-3100S Lars Thrane - Terminal Satellite Maritime SOLAS
* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; background-color: #f8f9fa; } /* Section Héro */ .hero-section { background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%); padding: 60px 40px; text-align: center; border-bottom: 3px solid #1fb6ff; } .hero-content h1 { color: #1fb6ff; font-size: 2.5rem; font-weight: 700; margin-bottom: 20px; line-height: 1.2; } .hero-subtitle { color: #666; font-size: 1.3rem; margin-bottom: 40px; font-weight: 400; } .hero-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 50px; max-width: 1200px; margin-left: auto; margin-right: auto; } .hero-feature { background: white; padding: 30px 25px; border-radius: 15px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); border-left: 4px solid #1fb6ff; transition: all 0.3s ease; } .hero-feature:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); } .hero-feature .icon { width: 60px; height: 60px; background: linear-gradient(135deg, #1fb6ff, #0ea5e9); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-size: 1.8rem; color: white; } .hero-feature h4 { color: #1fb6ff; font-size: 1.2rem; margin-bottom: 15px; font-weight: 600; } .hero-feature p { color: #666; font-size: 1rem; line-height: 1.5; } /* Sections de Contenu */ .product-content-section { max-width: 1200px; margin: 0 auto; padding: 60px 40px; background: white; margin-bottom: 30px; border-radius: 12px; box-shadow: 0 2px 15px rgba(0,0,0,0.08); } .product-content-section h2 { color: #1fb6ff; font-size: 2.2rem; margin-bottom: 30px; font-weight: 600; text-align: center; position: relative; } .product-content-section h2::after { content: ''; display: block; width: 80px; height: 3px; background: linear-gradient(135deg, #1fb6ff, #0ea5e9); margin: 15px auto; border-radius: 2px; } .product-content-section h3 { color: #0ea5e9; font-size: 1.4rem; margin-bottom: 25px; font-weight: 500; text-align: center; } .product-content-section p { color: #666; font-size: 1.1rem; margin-bottom: 25px; text-align: justify; line-height: 1.7; } .product-content-section strong { color: #1fb6ff; font-weight: 600; } /* Tableau des Spécifications */ .specs-section { padding: 50px 30px; } .specs-table { width: 100%; border-collapse: collapse; margin-top: 30px; background: white; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); } .specs-table th { background: linear-gradient(135deg, #1fb6ff, #0ea5e9); color: white; padding: 20px 25px; text-align: left; font-weight: 600; font-size: 1.1rem; } .specs-table td { padding: 18px 25px; border-bottom: 1px solid #eee; color: #333; font-size: 1rem; } .specs-table tr:nth-child(even) { background-color: #f8f9fa; } .specs-table tr:hover { background-color: #e3f2fd; } /* Section Applications */ .usage-section { padding: 50px 30px; } .usage-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 25px; margin-top: 40px; } .usage-card { background: white; padding: 30px 25px; border-radius: 12px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); border-top: 4px solid #1fb6ff; transition: all 0.3s ease; } .usage-card:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); } .usage-card .icon { width: 50px; height: 50px; background: linear-gradient(135deg, #1fb6ff, #0ea5e9); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; font-size: 1.5rem; color: white; } .usage-card h4 { color: #1fb6ff; font-size: 1.3rem; margin-bottom: 15px; font-weight: 600; } .usage-card p { color: #666; font-size: 1rem; margin-bottom: 20px; line-height: 1.6; } .usage-card ul { list-style: none; padding: 0; } .usage-card li { color: #555; font-size: 0.95rem; margin-bottom: 8px; padding-left: 20px; position: relative; line-height: 1.4; } .usage-card li::before { content: '✓'; color: #1fb6ff; font-weight: bold; position: absolute; left: 0; } /* Section Services */ .services-section { padding: 50px 30px; } .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 40px; } .service-card { background: white; padding: 30px 25px; border-radius: 12px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); border-left: 4px solid #0ea5e9; transition: all 0.3s ease; text-align: center; } .service-card:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2); } .service-card .icon { width: 60px; height: 60px; background: linear-gradient(135deg, #1fb6ff, #0ea5e9); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-size: 1.8rem; color: white; } .service-card h4 { color: #1fb6ff; font-size: 1.2rem; margin-bottom: 15px; font-weight: 600; } .service-card p { color: #666; font-size: 1rem; line-height: 1.6; } /* Section CTA Final */ .cta-final-section { background: linear-gradient(135deg, #1fb6ff 0%, #0ea5e9 100%); color: white; padding: 60px 40px; text-align: center; margin-top: 40px; } .cta-final-section h2 { font-size: 2.2rem; margin-bottom: 20px; font-weight: 600; } .cta-final-section p { font-size: 1.2rem; margin-bottom: 40px; line-height: 1.6; max-width: 800px; margin-left: auto; margin-right: auto; } /* Section Contact Spécialisé Conditions Extrêmes */ .contact-extreme-section { background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%); padding: 40px 20px; border-radius: 15px; box-shadow: 0 4px 20px rgba(31, 182, 255, 0.15); margin: 30px 0; } .contact-extreme-content { max-width: 600px; margin: 0 auto; text-align: center; } .contact-extreme-content h3 { color: #1fb6ff; font-size: 1.4rem; margin-bottom: 30px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; } .contact-extreme-card { background: white; padding: 30px 25px; border-radius: 15px; box-shadow: 0 8px 25px rgba(31, 182, 255, 0.2); border: 2px solid rgba(31, 182, 255, 0.1); display: flex; align-items: center; justify-content: center; gap: 20px; transition: all 0.3s ease; } .contact-extreme-card:hover { transform: translateY(-3px); box-shadow: 0 12px 35px rgba(31, 182, 255, 0.25); } .phone-icon { width: 50px; height: 50px; background: linear-gradient(135deg, #1fb6ff, #0ea5e9); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: white; flex-shrink: 0; } .contact-details { text-align: left; } .phone-number { color: #1fb6ff; font-size: 1.4rem; font-weight: 700; margin-bottom: 5px; } .hours { color: #666; font-size: 1rem; font-weight: 400; } /* Responsive Design Optimisé */ /* Large Desktop (1200px+) */ @media (min-width: 1200px) { .hero-content h1 { font-size: 2.8rem; } .hero-subtitle { font-size: 1.5rem; } .product-content-section { padding: 80px 60px; } .hero-features { grid-template-columns: repeat(4, 1fr); gap: 40px; } .usage-grid { grid-template-columns: repeat(3, 1fr); gap: 30px; } .services-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; } } /* Tablette Paysage (1024px - 1199px) */ @media (max-width: 1199px) and (min-width: 1024px) { .hero-content h1 { font-size: 2.4rem; line-height: 1.2; } .hero-subtitle { font-size: 1.3rem; } .product-content-section { padding: 60px 40px; } .product-content-section h2 { font-size: 2.1rem; } .hero-features { grid-template-columns: repeat(2, 1fr); gap: 30px; } .usage-grid { grid-template-columns: repeat(2, 1fr); gap: 25px; } .services-grid { grid-template-columns: repeat(2, 1fr); gap: 25px; } } /* Tablette Portrait (768px - 1023px) */ @media (max-width: 1023px) and (min-width: 768px) { .hero-section, .product-content-section { padding: 50px 30px; } .hero-content h1 { font-size: 2.1rem; line-height: 1.3; margin-bottom: 25px; } .hero-subtitle { font-size: 1.2rem; margin-bottom: 35px; } .product-content-section h2 { font-size: 1.9rem; margin-bottom: 25px; } .product-content-section h3 { font-size: 1.2rem; margin-bottom: 25px; } .hero-features { grid-template-columns: repeat(2, 1fr); gap: 25px; margin-top: 40px; } .hero-feature { padding: 25px 20px; } .hero-feature .icon { width: 55px; height: 55px; font-size: 1.6rem; margin-bottom: 18px; } .hero-feature h4 { font-size: 1.1rem; margin-bottom: 12px; } .usage-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; } .usage-card { padding: 22px 18px; } .usage-card .icon { width: 45px; height: 45px; font-size: 1.3rem; } .usage-card h4 { font-size: 1.2rem; } .services-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; } .service-card { padding: 25px 20px; } .service-card .icon { width: 55px; height: 55px; font-size: 1.6rem; } .specs-table th, .specs-table td { padding: 15px 18px; font-size: 0.95rem; } .cta-final-section { padding: 50px 30px; } .cta-final-section h2 { font-size: 1.9rem; } .cta-final-section p { font-size: 1.15rem; } .contact-extreme-section { padding: 35px 25px; } .contact-extreme-content h3 { font-size: 1.3rem; } .contact-extreme-card { padding: 25px 20px; gap: 18px; } .phone-number { font-size: 1.3rem; } } /* Smartphone Paysage (481px - 767px) */ @media (max-width: 767px) and (min-width: 481px) { .hero-section, .product-content-section { padding: 40px 25px; } .hero-content h1 { font-size: 1.8rem; line-height: 1.3; margin-bottom: 20px; } .hero-subtitle { font-size: 1.1rem; margin-bottom: 30px; } .product-content-section h2 { font-size: 1.7rem; margin-bottom: 20px; } .product-content-section h3 { font-size: 1.1rem; margin-bottom: 20px; } .hero-features { grid-template-columns: 1fr; gap: 20px; margin-top: 35px; } .hero-feature { padding: 22px 18px; border-radius: 10px; } .hero-feature .icon { width: 50px; height: 50px; font-size: 1.5rem; margin-bottom: 15px; } .hero-feature h4 { font-size: 1.1rem; margin-bottom: 10px; } .hero-feature p { font-size: 0.95rem; } .usage-grid, .services-grid { grid-template-columns: 1fr; gap: 18px; } .usage-card, .service-card { padding: 20px 16px; } .usage-card .icon, .service-card .icon { width: 45px; height: 45px; font-size: 1.3rem; } .usage-card h4, .service-card h4 { font-size: 1.1rem; margin-bottom: 12px; } .usage-card p, .service-card p { font-size: 0.95rem; } .usage-card li { font-size: 0.9rem; margin-bottom: 6px; } .specs-table th, .specs-table td { padding: 12px 15px; font-size: 0.9rem; } .specs-table th { font-size: 0.95rem; } .cta-final-section { padding: 40px 25px; } .cta-final-section h2 { font-size: 1.7rem; margin-bottom: 18px; } .cta-final-section p { font-size: 1.05rem; margin-bottom: 35px; } .contact-extreme-section { padding: 30px 20px; } .contact-extreme-content h3 { font-size: 1.2rem; margin-bottom: 25px; } .contact-extreme-card { padding: 22px 18px; flex-direction: row; gap: 15px; text-align: left; } .contact-details { text-align: left; } .phone-number { font-size: 1.2rem; } .hours { font-size: 0.95rem; } } /* Smartphone Portrait (320px - 480px) */ @media (max-width: 480px) { .hero-section, .product-content-section { padding: 30px 20px; } .hero-content h1 { font-size: 1.5rem; line-height: 1.4; margin-bottom: 18px; } .hero-subtitle { font-size: 1rem; margin-bottom: 25px; line-height: 1.5; } .product-content-section h2 { font-size: 1.5rem; margin-bottom: 18px; line-height: 1.3; } .product-content-section h3 { font-size: 1rem; margin-bottom: 18px; } .product-content-section p { font-size: 1rem; margin-bottom: 20px; text-align: left; } .hero-features { grid-template-columns: 1fr; gap: 18px; margin-top: 30px; } .hero-feature { padding: 20px 15px; border-radius: 8px; } .hero-feature .icon { width: 45px; height: 45px; font-size: 1.3rem; margin-bottom: 12px; } .hero-feature h4 { font-size: 1rem; margin-bottom: 8px; line-height: 1.3; } .hero-feature p { font-size: 0.9rem; line-height: 1.4; } .usage-grid, .services-grid { grid-template-columns: 1fr; gap: 15px; } .usage-card, .service-card { padding: 18px 15px; } .usage-card .icon, .service-card .icon { width: 40px; height: 40px; font-size: 1.2rem; margin-bottom: 10px; } .usage-card h4, .service-card h4 { font-size: 1rem; margin-bottom: 10px; line-height: 1.3; } .usage-card p, .service-card p { font-size: 0.9rem; line-height: 1.4; margin-bottom: 12px; } .usage-card li { font-size: 0.85rem; margin-bottom: 5px; line-height: 1.3; } .specs-section { padding: 30px 15px; } .specs-table { font-size: 0.8rem; } .specs-table th, .specs-table td { padding: 10px 12px; font-size: 0.85rem; } .specs-table th { font-size: 0.9rem; } .cta-final-section { padding: 35px 20px; } .cta-final-section h2 { font-size: 1.4rem; margin-bottom: 15px; line-height: 1.3; } .cta-final-section p { font-size: 1rem; margin-bottom: 30px; line-height: 1.5; } .contact-extreme-section { padding: 25px 15px; } .contact-extreme-content h3 { font-size: 1.1rem; margin-bottom: 20px; line-height: 1.3; } .contact-extreme-card { padding: 20px 15px; flex-direction: column; gap: 12px; text-align: center; } .contact-details { text-align: center; } .phone-icon { width: 45px; height: 45px; font-size: 1.3rem; } .phone-number { font-size: 1.1rem; margin-bottom: 3px; } .hours { font-size: 0.9rem; line-height: 1.3; } } /* Très Petit Smartphone (jusqu'à 319px) */ @media (max-width: 319px) { .hero-section, .product-content-section { padding: 25px 15px; } .hero-content h1 { font-size: 1.3rem; line-height: 1.4; } .hero-subtitle { font-size: 0.95rem; } .product-content-section h2 { font-size: 1.3rem; line-height: 1.3; } .product-content-section h3 { font-size: 0.95rem; } .product-content-section p { font-size: 0.95rem; } .hero-feature, .usage-card, .service-card { padding: 15px 12px; } .hero-feature .icon, .usage-card .icon, .service-card .icon { width: 35px; height: 35px; font-size: 1.1rem; } .hero-feature h4, .usage-card h4, .service-card h4 { font-size: 0.95rem; } .hero-feature p, .usage-card p, .service-card p { font-size: 0.85rem; } .usage-card li { font-size: 0.8rem; } .specs-table th, .specs-table td { padding: 8px 10px; font-size: 0.8rem; } .cta-final-section h2 { font-size: 1.2rem; } .cta-final-section p { font-size: 0.95rem; } .contact-extreme-content h3 { font-size: 1rem; } .phone-number { font-size: 1rem; } .hours { font-size: 0.85rem; } } Système GMDSS LT-3100S Lars Thrane - Terminal Satellite Maritime SOLAS Communications de détresse Iridium avec couverture mondiale 100% pour navires commerciaux 🛰️ GMDSS SOLAS Certifié Système GMDSS approuvé SOLAS pour zones maritimes A1, A2 et A3. Alternative certifiée au système Inmarsat C. 🌍 Couverture Mondiale Iridium 100% Réseau satellite Iridium couvrant 100% de la planète pour communications de détresse et sécurité maritime. 📞 Communications Voix et Données Capacités complètes voix, SMS, données et suivi de navire avec tarifs compétitifs Iridium. 🔧 Installation Simplifiée Système 3 unités avec câble unique jusqu'à 500m. Écran TFT 4,3" et serveur web intégré. Système GMDSS LT-3100S : Solution Satellite Maritime Iridium Certifiée SOLAS Terminal satellite de détresse et sécurité pour navires commerciaux et professionnels Le système GMDSS LT-3100S Lars Thrane représente la solution de communications satellites maritimes la plus avancée pour les navires soumis à la convention SOLAS. Reconnu en 2018 par le Comité de sécurité maritime (MSC) de l'OMI, ce terminal satellite Iridium GMDSS offre une alternative moderne et fiable au système Inmarsat C traditionnel. Développé par Lars Thrane A/S avec plus de 40 ans d'expérience maritime, le LT-3100S GMDSS intègre les services essentiels de détresse : alertes de détresse, communications vocales de sécurité et informations de sécurité maritime (MSI). Ce système répond à toutes les normes et exigences de certification pour équipements de communications satellites maritimes (MED, Wheelmark). Conçu pour un environnement maritime exigeant, le terminal GMDSS LT-3100S fonctionne dans une plage de température de -40°C à +55°C et offre une couverture mondiale 100% grâce au réseau satellite Iridium, garantissant des communications de détresse fiables partout sur les océans du monde. Spécifications Techniques Système GMDSS LT-3100S Caractéristique Spécification Certification GMDSS SOLAS approuvé zones A1, A2, A3 Réseau Satellite Iridium - Couverture mondiale 100% Température Opérationnelle -40°C à +55°C (-40°F à +131°F) Écran de Contrôle TFT 4,3" couleur Distance Câble Antenne Jusqu'à 500 mètres (câble coaxial) Unité de Contrôle LT-3110S (montage support ou encastré) Combiné LT-3120 avec support LT-3121 Antenne LT-3130 (montage poteau 1,5" ou 2,0") Récepteur GNSS/GPS Haute performance intégré Serveur Web Configuration et maintenance intégrées Certifications MED B+D, RED(CE), FCC, ISED, ROHS2 Fabricant Lars Thrane A/S (40+ ans d'expérience) Applications Système GMDSS LT-3100S : Navigation Commerciale et Sécurité Maritime Solutions communications satellite pour navires SOLAS et professionnels maritimes 🚢 Navires Commerciaux SOLAS Communications de détresse obligatoires pour navires commerciaux soumis à la convention SOLAS. Alertes de détresse automatiques Communications voix de sécurité Informations sécurité maritime (MSI) Système d'alerte sécurité navire (SSAS) Identification et suivi longue portée (LRIT) ⚓ Flotte Maritime Professionnelle Solution communications satellite pour armateurs et gestionnaires de flotte commerciale. Suivi de navire temps réel Communications navire-terre fiables Gestion d'alerte de passerelle (BAM) Support panneau d'alarme à distance Maintenance préventive à distance 🛟 Services de Sauvetage Maritime Communications d'urgence pour centres de coordination de sauvetage et services d'assistance. Réception alertes de détresse Coordination opérations de sauvetage Communications avec navires en détresse Diffusion informations sécurité maritime Support imprimante GMDSS 🏭 Navires Industriels Offshore Communications satellite pour navires de support offshore et plateformes pétrolières. Communications zones isolées offshore Coordination opérations industrielles Sécurité personnel embarqué Rapports opérationnels temps réel Assistance technique à distance 🎣 Flotte de Pêche Commerciale Communications satellite pour navires de pêche professionnels en haute mer. Sécurité équipages en mer Communications avec ports de pêche Rapports de pêche et quotas Météo et conditions de mer Coordination avec autres navires 🚁 Navires de Services Spécialisés Communications pour navires de services maritimes spécialisés et d'assistance. Remorquage et assistance maritime Services pilotage portuaire Navires de recherche océanographique Services techniques offshore Maintenance infrastructures maritimes Services Advanced Tracking Système GMDSS LT-3100S Installation, certification et support technique spécialisé communications satellites maritimes 🛰️ Installation et Certification GMDSS Installation professionnelle du système LT-3100S avec certification GMDSS et mise en conformité SOLAS pour votre navire commercial. 📋 Formation Équipage GMDSS Formation spécialisée de votre équipage aux procédures GMDSS et utilisation optimale du système LT-3100S en conditions réelles. 🔧 Maintenance Préventive Maritime Service après-vente spécialisé avec vérifications préventives, mises à jour firmware et maintenance système pour performances optimales. 📞 Support Technique 24/7 Assistance technique dédiée par nos experts communications satellites maritimes avec support d'urgence pour situations critiques en mer. Système GMDSS LT-3100S : Communications Satellite Maritime Certifiées SOLAS Le système GMDSS LT-3100S Lars Thrane révolutionne les communications de détresse et sécurité maritime. Bénéficiez d'une couverture satellite Iridium mondiale 100%, d'une certification SOLAS complète et de l'expertise Advanced Tracking pour vos navires commerciaux et professionnels. CONTACT SPÉCIALISÉ CONDITIONS EXTRÊMES 📞 +33 (0) 494 23 15 51 Ouvert du lundi au vendredi : 9h-12h et 14h-18h
More you might like
Related
SSAS Kit for LT-3100S GMDSS System
Related
Lars Thrane LT-3100S GMDSS Iridium Satellite Phone System
Related
HP LT3200 LT3700 LT4200 PC Media Center System Operating Man
Related