Iridium GO! : Hotspot Satellite WiFi Mondial
/* Styles pour la section de contenu produit uniquement */ .product-content-section { max-width: 1200px; margin: 0 auto; padding: 0 20px; } .product-content-section h2 { font-size: 2.2rem; font-weight: 700; color: #1fb6ff; text-align: center; margin-bottom: 30px; line-height: 1.3; } .product-content-section h3 { font-size: 1.5rem; font-weight: 600; color: #1fb6ff; margin-bottom: 20px; } .product-content-section p { color: #666666; line-height: 1.7; margin-bottom: 20px; font-size: 1.1rem; text-align: justify; } /* Section héro Iridium GO! */ .hero-section-responsive { background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%); color: #1fb6ff; padding: 60px 20px; margin: 30px 0; border-radius: 20px; box-shadow: 0 8px 40px rgba(31, 182, 255, 0.15); position: relative; overflow: hidden; } .hero-section-responsive::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #1fb6ff 0%, #0ea5e9 50%, #1fb6ff 100%); } .hero-content { text-align: center; position: relative; z-index: 2; } .hero-content h2 { font-size: 2.8rem; font-weight: 700; color: #1fb6ff; margin-bottom: 25px; text-shadow: 0 2px 4px rgba(31, 182, 255, 0.3); } .hero-content .subtitle { font-size: 1.4rem; color: #666666; margin-bottom: 30px; font-weight: 300; line-height: 1.5; } .hero-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-top: 40px; } .hero-feature { background: rgba(255,255,255,0.8); padding: 25px 20px; border-radius: 15px; text-align: center; backdrop-filter: blur(10px); border: 1px solid rgba(31, 182, 255, 0.2); transition: all 0.3s ease; } .hero-feature:hover { transform: translateY(-5px); background: rgba(255,255,255,0.95); box-shadow: 0 8px 25px rgba(31, 182, 255, 0.3); } .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 15px; font-size: 1.5rem; box-shadow: 0 4px 15px rgba(31, 182, 255, 0.4); color: white; } .hero-feature h3 { font-size: 1.2rem; font-weight: 600; color: #1fb6ff; margin-bottom: 10px; } .hero-feature p { color: #666666; font-size: 0.95rem; line-height: 1.4; margin: 0; text-align: center; } /* Section fonctionnalités Iridium GO! */ .iridium-features-section { background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%); padding: 50px 20px; margin: 40px 0; border-radius: 20px; box-shadow: 0 4px 25px rgba(31, 182, 255, 0.15); position: relative; overflow: hidden; } .iridium-features-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #1fb6ff 0%, #0ea5e9 50%, #1fb6ff 100%); } .iridium-intro { text-align: center; margin-bottom: 40px; } .iridium-intro h2 { font-size: 2.2rem; font-weight: 700; color: #1fb6ff; margin-bottom: 20px; position: relative; } .iridium-intro h2::after { content: ''; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 80px; height: 3px; background: linear-gradient(90deg, #1fb6ff, #0ea5e9); border-radius: 2px; } .iridium-intro p { font-size: 1.2rem; color: #666666; max-width: 800px; margin: 0 auto; line-height: 1.6; } /* Tableau fonctionnalités responsive */ .features-table-desktop { width: 100%; border-collapse: collapse; background: white; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.08); margin-top: 30px; } .features-table-desktop th { background: linear-gradient(135deg, #1fb6ff 0%, #0ea5e9 100%); color: white; padding: 20px 15px; text-align: left; font-weight: 700; font-size: 1.1rem; text-shadow: 0 1px 2px rgba(0,0,0,0.2); } .features-table-desktop td { padding: 18px 15px; border-bottom: 1px solid #e5e7eb; vertical-align: top; } .features-table-desktop tr:hover { background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%); } .features-table-desktop .feature-name { font-weight: 600; color: #1fb6ff; font-size: 1rem; } .features-table-desktop .feature-description { color: #666666; line-height: 1.5; font-size: 0.95rem; } .features-table-desktop .feature-benefit { color: #059669; font-weight: 500; font-size: 0.9rem; font-style: italic; border-left: 3px solid #10b981; padding-left: 10px; } /* Cartes mobiles pour fonctionnalités */ .features-cards-mobile { display: none; margin-top: 30px; } .feature-card-mobile { background: white; padding: 20px; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); margin-bottom: 15px; border-left: 4px solid #1fb6ff; transition: all 0.3s ease; } .feature-card-mobile:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(31, 182, 255, 0.2); } .feature-header-mobile { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; } .feature-icon-mobile { width: 40px; height: 40px; background: linear-gradient(135deg, #1fb6ff, #0ea5e9); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1rem; color: white; flex-shrink: 0; box-shadow: 0 3px 10px rgba(31, 182, 255, 0.3); } .feature-header-mobile h3 { font-size: 1.1rem; font-weight: 700; color: #1fb6ff; margin: 0; flex: 1; } .feature-card-mobile .description { color: #666666; line-height: 1.4; margin-bottom: 10px; font-size: 0.9rem; } .feature-card-mobile .benefit { color: #059669; font-weight: 500; font-size: 0.85rem; font-style: italic; border-left: 3px solid #10b981; padding-left: 10px; margin: 0; } /* Section spécifications techniques */ .specs-section-responsive { background: #f8f9fa; padding: 50px 20px; margin: 40px 0; border-radius: 20px; box-shadow: 0 2px 15px rgba(0,0,0,0.08); } .specs-intro { text-align: center; margin-bottom: 40px; } .specs-intro h2 { font-size: 2.2rem; font-weight: 700; color: #1fb6ff; margin-bottom: 20px; position: relative; } .specs-intro h2::after { content: ''; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 80px; height: 3px; background: linear-gradient(90deg, #1fb6ff, #0ea5e9); border-radius: 2px; } .specs-intro p { font-size: 1.2rem; color: #666666; max-width: 800px; margin: 0 auto; line-height: 1.6; } .specs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 40px; } .spec-category { background: white; padding: 25px; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); transition: all 0.3s ease; border-left: 4px solid #1fb6ff; } .spec-category:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,0.15); } .spec-category-header { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; } .spec-category-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.2rem; color: white; flex-shrink: 0; box-shadow: 0 3px 12px rgba(31, 182, 255, 0.3); } .spec-category-header h3 { font-size: 1.2rem; font-weight: 700; color: #1fb6ff; margin: 0; flex: 1; } .spec-list { list-style: none; padding: 0; margin: 0; } .spec-list li { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; border-bottom: 1px solid #e5e7eb; font-size: 0.95rem; } .spec-list li:last-child { border-bottom: none; } .spec-name { font-weight: 600; color: #374151; } .spec-value { color: #1fb6ff; font-weight: 500; } /* Section applications d'usage */ .usage-section-responsive { background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%); padding: 50px 20px; margin: 40px 0; border-radius: 20px; box-shadow: 0 4px 25px rgba(31, 182, 255, 0.15); position: relative; overflow: hidden; } .usage-section-responsive::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #1fb6ff 0%, #0ea5e9 50%, #1fb6ff 100%); } .usage-intro { text-align: center; margin-bottom: 40px; } .usage-intro h2 { font-size: 2.2rem; font-weight: 700; color: #1fb6ff; margin-bottom: 20px; position: relative; } .usage-intro h2::after { content: ''; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 80px; height: 3px; background: linear-gradient(90deg, #1fb6ff, #0ea5e9); border-radius: 2px; } .usage-intro p { font-size: 1.2rem; color: #666666; max-width: 800px; margin: 0 auto; line-height: 1.6; } .usage-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 40px; } .usage-card { background: white; padding: 30px 25px; border-radius: 15px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); text-align: center; transition: all 0.4s ease; border: 2px solid transparent; position: relative; overflow: hidden; } .usage-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #1fb6ff, #0ea5e9); transform: scaleX(0); transition: transform 0.4s ease; } .usage-card:hover { transform: translateY(-8px); box-shadow: 0 8px 30px rgba(31, 182, 255, 0.2); border-color: rgba(31, 182, 255, 0.3); } .usage-card:hover::before { transform: scaleX(1); } .usage-icon-responsive { width: 70px; height: 70px; background: linear-gradient(135deg, #1fb6ff 0%, #0ea5e9 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-size: 1.8rem; color: white; box-shadow: 0 4px 20px rgba(31, 182, 255, 0.3); transition: all 0.3s ease; } .usage-card:hover .usage-icon-responsive { transform: scale(1.1); box-shadow: 0 6px 25px rgba(31, 182, 255, 0.4); } .usage-card h3 { font-size: 1.3rem; font-weight: 700; color: #1fb6ff; margin-bottom: 15px; line-height: 1.3; } .usage-card p { color: #666666; line-height: 1.6; font-size: 1rem; text-align: center; margin: 0; } /* Section tracking Konectis */ .tracking-section-responsive { background: #f8f9fa; padding: 50px 20px; margin: 40px 0; border-radius: 20px; box-shadow: 0 2px 15px rgba(0,0,0,0.08); } .tracking-intro { text-align: center; margin-bottom: 40px; } .tracking-intro h2 { font-size: 2.2rem; font-weight: 700; color: #1fb6ff; margin-bottom: 20px; position: relative; } .tracking-intro h2::after { content: ''; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 80px; height: 3px; background: linear-gradient(90deg, #1fb6ff, #0ea5e9); border-radius: 2px; } .tracking-intro p { font-size: 1.2rem; color: #666666; max-width: 800px; margin: 0 auto; line-height: 1.6; } .tracking-features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 40px; } .tracking-feature { background: white; padding: 25px; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); transition: all 0.3s ease; border-left: 4px solid #1fb6ff; } .tracking-feature:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,0.15); } .tracking-feature-header { display: flex; align-items: center; gap: 15px; margin-bottom: 15px; } .tracking-feature-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.2rem; color: white; flex-shrink: 0; box-shadow: 0 3px 12px rgba(31, 182, 255, 0.3); } .tracking-feature-header h3 { font-size: 1.2rem; font-weight: 700; color: #1fb6ff; margin: 0; flex: 1; } .tracking-feature p { color: #666666; line-height: 1.5; margin: 0; font-size: 1rem; text-align: left; } /* Section Advanced Tracking */ .at-service-section-responsive { background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%); padding: 40px 20px; margin: 30px 0; border-radius: 15px; box-shadow: 0 2px 15px rgba(0,0,0,0.08); } .service-grid-responsive { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin: 30px 0; } .service-card-responsive { display: flex; gap: 15px; align-items: flex-start; background: white; padding: 20px; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); transition: all 0.3s ease; border-left: 4px solid #1fb6ff; } .service-card-responsive:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,0.15); } .service-icon-responsive { width: 50px; height: 50px; background: linear-gradient(135deg, #1fb6ff, #0ea5e9); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; box-shadow: 0 3px 12px rgba(31, 182, 255, 0.3); color: white; } .service-content-responsive h3 { font-size: 1.1rem; font-weight: 700; color: #1fb6ff; margin: 0 0 8px 0; } .service-content-responsive p { color: #666666; line-height: 1.5; margin: 0; font-size: 1rem; text-align: left; } /* Contact */ .contact-highlight-responsive { display: flex; justify-content: center; margin-top: 30px; } .contact-card-responsive { display: flex; align-items: center; gap: 12px; background: white; padding: 15px 25px; border-radius: 10px; box-shadow: 0 3px 12px rgba(0,0,0,0.1); border-left: 4px solid #1fb6ff; transition: all 0.3s ease; } .contact-card-responsive:hover { transform: translateY(-2px); box-shadow: 0 5px 18px rgba(0,0,0,0.15); } .contact-info-responsive h4 { font-size: 1rem; font-weight: 700; color: #1fb6ff; margin: 0 0 3px 0; } .contact-info-responsive .phone { font-size: 1.1rem; font-weight: 600; color: #059669; margin: 0 0 2px 0; } .contact-info-responsive .hours { font-size: 0.85rem; color: #666666; } /* CTA Final */ .final-cta-responsive { background: linear-gradient(135deg, #1fb6ff 0%, #0ea5e9 100%); color: white; padding: 50px 30px; text-align: center; border-radius: 20px; margin: 40px 0; box-shadow: 0 5px 25px rgba(31, 182, 255, 0.3); } .final-cta-responsive h2 { font-size: 2.5rem; font-weight: 700; margin-bottom: 20px; text-shadow: 0 2px 4px rgba(0,0,0,0.3); color: white; } .final-cta-responsive p { font-size: 1.2rem; margin-bottom: 30px; opacity: 0.95; line-height: 1.5; color: white; text-align: center; } /* Image responsive */ .product-image-responsive { display: block; margin: 30px auto; max-width: 100%; height: auto; border-radius: 15px; box-shadow: 0 4px 20px rgba(0,0,0,0.1); } /* RESPONSIVE DESIGN COMPLET */ /* Tablettes (768px et moins) */ @media (max-width: 768px) { .product-content-section { padding: 0 15px; } .product-content-section h2 { font-size: 1.8rem; margin-bottom: 25px; line-height: 1.2; } .product-content-section h3 { font-size: 1.3rem; line-height: 1.3; } .product-content-section p { font-size: 1rem; line-height: 1.6; } /* Basculement vers cartes sur tablette */ .features-table-desktop { display: none; } .features-cards-mobile { display: block; } /* Hero responsive */ .hero-section-responsive { padding: 40px 15px; margin: 25px 0; background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%); } .hero-content h2 { font-size: 2.2rem; line-height: 1.2; margin-bottom: 20px; color: #1fb6ff; } .hero-content .subtitle { font-size: 1.2rem; line-height: 1.4; margin-bottom: 25px; color: #666666; } .hero-features { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 30px; } .hero-feature { padding: 20px 15px; background: rgba(255,255,255,0.9); border: 1px solid rgba(31, 182, 255, 0.2); } .hero-feature-icon { width: 50px; height: 50px; font-size: 1.3rem; margin-bottom: 12px; background: linear-gradient(135deg, #1fb6ff, #0ea5e9); } .hero-feature h3 { font-size: 1.1rem; margin-bottom: 8px; color: #1fb6ff; } .hero-feature p { font-size: 0.9rem; line-height: 1.3; color: #666666; } /* Sections responsive */ .iridium-features-section, .specs-section-responsive, .usage-section-responsive, .tracking-section-responsive, .at-service-section-responsive { padding: 35px 15px; margin: 25px 0; border-radius: 15px; } /* Intros sections */ .iridium-intro h2, .specs-intro h2, .usage-intro h2, .tracking-intro h2 { font-size: 1.8rem; margin-bottom: 15px; } .iridium-intro p, .specs-intro p, .usage-intro p, .tracking-intro p { font-size: 1.1rem; line-height: 1.5; } /* Grilles responsive */ .specs-grid, .tracking-features-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 30px; } .usage-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-top: 30px; } .service-grid-responsive { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; margin: 25px 0; } /* Cartes fonctionnalités mobile */ .feature-card-mobile { padding: 18px 15px; margin-bottom: 12px; } .feature-header-mobile { gap: 10px; margin-bottom: 10px; } .feature-icon-mobile { width: 35px; height: 35px; font-size: 0.9rem; } .feature-header-mobile h3 { font-size: 1rem; } .feature-card-mobile .description { font-size: 0.85rem; margin-bottom: 8px; } .feature-card-mobile .benefit { font-size: 0.8rem; padding-left: 8px; } /* Spécifications responsive */ .spec-category, .tracking-feature { padding: 20px 18px; } .spec-category-header, .tracking-feature-header { gap: 12px; margin-bottom: 15px; } .spec-category-icon, .tracking-feature-icon { width: 45px; height: 45px; font-size: 1.1rem; } .spec-category-header h3, .tracking-feature-header h3 { font-size: 1.1rem; } .spec-list li { padding: 6px 0; font-size: 0.9rem; } /* Usage responsive */ .usage-card { padding: 25px 20px; } .usage-icon-responsive { width: 60px; height: 60px; font-size: 1.6rem; margin-bottom: 15px; } .usage-card h3 { font-size: 1.2rem; margin-bottom: 12px; } .usage-card p { font-size: 0.95rem; line-height: 1.5; } /* Service cards responsive */ .service-card-responsive { flex-direction: column; text-align: center; gap: 12px; padding: 18px 15px; } .service-icon-responsive { width: 45px; height: 45px; font-size: 1.1rem; margin: 0 auto; } .service-content-responsive h3 { font-size: 1rem; margin-bottom: 6px; } .service-content-responsive p { font-size: 0.9rem; line-height: 1.4; text-align: center; } /* Contact responsive */ .contact-card-responsive { flex-direction: column; text-align: center; gap: 10px; padding: 15px 20px; } .contact-info-responsive h4 { font-size: 0.95rem; } .contact-info-responsive .phone { font-size: 1rem; } .contact-info-responsive .hours { font-size: 0.8rem; } /* CTA responsive */ .final-cta-responsive { padding: 40px 25px; margin: 30px 0; } .final-cta-responsive h2 { font-size: 2rem; line-height: 1.2; margin-bottom: 18px; } .final-cta-responsive p { font-size: 1.1rem; line-height: 1.4; margin-bottom: 25px; } } /* Mobiles (480px et moins) */ @media (max-width: 480px) { .product-content-section { padding: 0 12px; } .product-content-section h2 { font-size: 1.5rem; margin-bottom: 20px; line-height: 1.2; text-align: center; } .product-content-section h3 { font-size: 1.2rem; line-height: 1.3; text-align: center; } .product-content-section p { font-size: 0.95rem; line-height: 1.5; text-align: justify; } /* Hero mobile */ .hero-section-responsive { padding: 30px 12px; margin: 20px 0; background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%); } .hero-content h2 { font-size: 1.8rem; line-height: 1.2; margin-bottom: 18px; color: #1fb6ff; } .hero-content .subtitle { font-size: 1.1rem; line-height: 1.4; margin-bottom: 25px; color: #666666; } .hero-features { grid-template-columns: 1fr; gap: 15px; margin-top: 25px; } .hero-feature { padding: 18px 15px; background: rgba(255,255,255,0.9); border: 1px solid rgba(31, 182, 255, 0.2); } .hero-feature-icon { width: 45px; height: 45px; font-size: 1.2rem; margin-bottom: 10px; background: linear-gradient(135deg, #1fb6ff, #0ea5e9); } .hero-feature h3 { font-size: 1rem; margin-bottom: 6px; color: #1fb6ff; } .hero-feature p { font-size: 0.85rem; line-height: 1.3; color: #666666; } /* Sections mobile */ .iridium-features-section, .specs-section-responsive, .usage-section-responsive, .tracking-section-responsive, .at-service-section-responsive { padding: 25px 12px; margin: 18px 0; border-radius: 12px; } /* Intros sections mobile */ .iridium-intro h2, .specs-intro h2, .usage-intro h2, .tracking-intro h2 { font-size: 1.5rem; margin-bottom: 12px; line-height: 1.2; } .iridium-intro p, .specs-intro p, .usage-intro p, .tracking-intro p { font-size: 1rem; line-height: 1.4; text-align: center; } /* Grilles en une colonne */ .specs-grid, .usage-grid, .tracking-features-grid, .service-grid-responsive { grid-template-columns: 1fr; gap: 15px; margin-top: 20px; } /* Cartes fonctionnalités mobile */ .feature-card-mobile { padding: 15px 12px; margin-bottom: 10px; } .feature-header-mobile { gap: 8px; margin-bottom: 8px; } .feature-icon-mobile { width: 32px; height: 32px; font-size: 0.8rem; } .feature-header-mobile h3 { font-size: 0.95rem; } .feature-card-mobile .description { font-size: 0.8rem; margin-bottom: 6px; } .feature-card-mobile .benefit { font-size: 0.75rem; padding-left: 6px; } /* Spécifications mobile */ .spec-category, .tracking-feature { padding: 18px 15px; } .spec-category-header, .tracking-feature-header { gap: 10px; margin-bottom: 12px; } .spec-category-icon, .tracking-feature-icon { width: 40px; height: 40px; font-size: 1rem; } .spec-category-header h3, .tracking-feature-header h3 { font-size: 1rem; } .spec-list li { padding: 5px 0; font-size: 0.85rem; flex-direction: column; align-items: flex-start; gap: 2px; } .spec-name { font-size: 0.85rem; } .spec-value { font-size: 0.8rem; } /* Usage mobile */ .usage-card { padding: 20px 15px; } .usage-icon-responsive { width: 55px; height: 55px; font-size: 1.4rem; margin-bottom: 12px; } .usage-card h3 { font-size: 1.1rem; margin-bottom: 10px; line-height: 1.3; } .usage-card p { font-size: 0.9rem; line-height: 1.4; text-align: center; } /* Service cards mobile */ .service-card-responsive { padding: 15px 12px; gap: 10px; } .service-icon-responsive { width: 40px; height: 40px; font-size: 1rem; } .service-content-responsive h3 { font-size: 0.95rem; margin-bottom: 5px; } .service-content-responsive p { font-size: 0.85rem; line-height: 1.3; text-align: center; } /* Contact mobile */ .contact-card-responsive { padding: 12px 15px; margin: 0 5px; gap: 8px; } .contact-info-responsive h4 { font-size: 0.9rem; } .contact-info-responsive .phone { font-size: 0.95rem; } .contact-info-responsive .hours { font-size: 0.75rem; } /* CTA mobile */ .final-cta-responsive { padding: 30px 15px; margin: 25px 0; } .final-cta-responsive h2 { font-size: 1.7rem; line-height: 1.2; margin-bottom: 15px; } .final-cta-responsive p { font-size: 1rem; line-height: 1.3; margin-bottom: 20px; } } /* Très petits écrans (320px et moins) */ @media (max-width: 320px) { .product-content-section { padding: 0 8px; } .product-content-section h2 { font-size: 1.3rem; margin-bottom: 15px; } .product-content-section h3 { font-size: 1.1rem; } .product-content-section p { font-size: 0.9rem; line-height: 1.4; } /* Hero très petit */ .hero-section-responsive { padding: 25px 8px; margin: 15px 0; background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%); } .hero-content h2 { font-size: 1.6rem; margin-bottom: 15px; color: #1fb6ff; } .hero-content .subtitle { font-size: 1rem; margin-bottom: 20px; color: #666666; } .hero-features { gap: 12px; margin-top: 20px; } .hero-feature { padding: 15px 10px; background: rgba(255,255,255,0.9); border: 1px solid rgba(31, 182, 255, 0.2); } .hero-feature-icon { width: 40px; height: 40px; font-size: 1.1rem; margin-bottom: 8px; background: linear-gradient(135deg, #1fb6ff, #0ea5e9); } .hero-feature h3 { font-size: 0.95rem; margin-bottom: 5px; color: #1fb6ff; } .hero-feature p { font-size: 0.8rem; line-height: 1.2; color: #666666; } /* Sections très petit */ .iridium-features-section, .specs-section-responsive, .usage-section-responsive, .tracking-section-responsive, .at-service-section-responsive { padding: 20px 8px; margin: 15px 0; border-radius: 10px; } /* Intros très petit */ .iridium-intro h2, .specs-intro h2, .usage-intro h2, .tracking-intro h2 { font-size: 1.3rem; margin-bottom: 10px; } .iridium-intro p, .specs-intro p, .usage-intro p, .tracking-intro p { font-size: 0.9rem; line-height: 1.3; } /* Grilles très petit */ .specs-grid, .usage-grid, .tracking-features-grid, .service-grid-responsive { gap: 12px; margin-top: 15px; } /* Cartes très petit */ .feature-card-mobile, .spec-category, .usage-card, .tracking-feature, .service-card-responsive { padding: 12px 8px; } .usage-icon-responsive { width: 50px; height: 50px; font-size: 1.3rem; margin-bottom: 10px; } .usage-card h3 { font-size: 1rem; margin-bottom: 8px; } .usage-card p { font-size: 0.8rem; line-height: 1.3; } /* Spécifications très petit */ .spec-category-icon, .tracking-feature-icon { width: 35px; height: 35px; font-size: 0.9rem; } .spec-category-header h3, .tracking-feature-header h3 { font-size: 0.9rem; } .spec-list li { font-size: 0.8rem; } /* Service cards très petit */ .service-card-responsive { gap: 8px; } .service-icon-responsive { width: 35px; height: 35px; font-size: 0.9rem; } .service-content-responsive h3 { font-size: 0.9rem; margin-bottom: 4px; } .service-content-responsive p { font-size: 0.8rem; line-height: 1.2; } /* Contact très petit */ .contact-card-responsive { padding: 10px 12px; margin: 0 3px; gap: 6px; } .contact-info-responsive h4 { font-size: 0.85rem; } .contact-info-responsive .phone { font-size: 0.9rem; } .contact-info-responsive .hours { font-size: 0.7rem; } /* CTA très petit */ .final-cta-responsive { padding: 25px 10px; margin: 20px 0; } .final-cta-responsive h2 { font-size: 1.5rem; margin-bottom: 12px; } .final-cta-responsive p { font-size: 0.9rem; line-height: 1.2; margin-bottom: 15px; } } Communiquez via smartphone ou tablette en voix et données partout sur la planète avec Iridium GO! Advanced Tracking est distributeur officiel Iridium. Connexion satellite pour jusqu'à 5 appareils mobiles simultanément. Hotspot Satellite Professionnel Iridium GO! transforme votre smartphone en téléphone satellite. Créez un hotspot WiFi 30m de rayon, connectez 5 appareils, communiquez partout sur Terre incluant les pôles. 📶 Hotspot WiFi 30m Connexion automatique réseau Iridium, 5 appareils simultanés 🌍 Couverture Mondiale 100% planète incluant pôles, là où GSM n'existe pas 📱 Apps iOS/Android Applications dédiées, interface familière smartphone 🛡️ Robustesse MIL-STD Certification militaire IP65, résistance extrême Fonctionnalités Avancées Iridium GO! Découvrez les capacités avancées qui font d'Iridium GO! le premier hotspot satellite au monde, transformant votre smartphone en terminal de communication global. Fonctionnalité GO! Description Technique Avantage Utilisateur 📶 Hotspot WiFi Création automatique hotspot WiFi 30m rayon, connexion 5 appareils simultanés, réseau Iridium LEO Partage connexion équipe, usage familier 📱 Apps Dédiées Applications iOS/Android optimisées, interface smartphone native, compression données automatique Expérience utilisateur intuitive, économies 📧 Email Avancé Mode hors ligne, file d'attente envoi, comptes externes, compression pièces jointes, blocage pub Efficacité maximale, coûts optimisés 📍 GPS & SOS Géolocalisation intégrée, signal SOS détresse, transmission position automatique, coordonnées précises Sécurité renforcée, localisation urgence 🌐 Réseaux Sociaux Accès Twitter, réseaux sociaux, partage photos compressées, SMS bidirectionnel, appels voix Communication moderne, partage expériences 🌦️ Météo GRIB Réception fichiers GRIB météo, prévisions marines, données atmosphériques, cartes météo Navigation sécurisée, planification voyage 🔋 Autonomie Batterie interne rechargeable, charge micro-USB, veille prolongée, activation rapide réseau Indépendance énergétique, fiabilité 📶 Hotspot WiFi Création automatique hotspot WiFi 30m rayon, connexion 5 appareils simultanés, réseau Iridium LEO Partage connexion équipe, usage familier 📱 Apps Dédiées Applications iOS/Android optimisées, interface smartphone native, compression données automatique Expérience utilisateur intuitive, économies 📧 Email Avancé Mode hors ligne, file d'attente envoi, comptes externes, compression pièces jointes, blocage pub Efficacité maximale, coûts optimisés 📍 GPS & SOS Géolocalisation intégrée, signal SOS détresse, transmission position automatique, coordonnées précises Sécurité renforcée, localisation urgence 🌐 Réseaux Sociaux Accès Twitter, réseaux sociaux, partage photos compressées, SMS bidirectionnel, appels voix Communication moderne, partage expériences 🌦️ Météo GRIB Réception fichiers GRIB météo, prévisions marines, données atmosphériques, cartes météo Navigation sécurisée, planification voyage 🔋 Autonomie Batterie interne rechargeable, charge micro-USB, veille prolongée, activation rapide réseau Indépendance énergétique, fiabilité Spécifications Techniques Iridium GO! Découvrez les caractéristiques techniques qui font d'Iridium GO! le hotspot satellite le plus avancé au monde, conçu pour les environnements les plus exigeants. 📏 Dimensions & Design Dimensions114 x 83 x 32 mm Poids295 grammes DesignExtra-plat AntennePliable orientable 🛡️ Robustesse & Protection CertificationMIL-STD810F ÉtanchéitéIP65 RésistancePluie, sable, poussière UsageConditions extrêmes 📶 Connectivité & Réseau WiFi intégréHotspot 30m Appareils5 simultanés RéseauIridium LEO CouvertureMondiale + pôles 🔧 Interface & Développement MenuIntégré ChargeMicro-USB APIOuverte développeurs AppsiOS/Android Applications Iridium GO! Iridium GO! s'adresse à tous les utilisateurs nécessitant une communication fiable au-delà des réseaux cellulaires traditionnels qui ne couvrent que 10% de la planète. ⛵ Navigation Maritime Plaisanciers, marins hauturiers, pêcheurs professionnels. Communication équipage, météo GRIB, SOS détresse, élimination roaming cellulaire. 🚐 Voyageurs & Aventuriers Camping-caristes, explorateurs, aventuriers. Connexion famille, partage expériences, réseaux sociaux, navigation GPS, sécurité isolement. 🚛 Transport & Logistique Transporteurs longue distance, convois exceptionnels, missions isolées. Communication centrale, suivi cargaisons, coordination équipes. 👷 Travailleurs Isolés Sites industriels, chantiers, missions techniques. Sécurité PTI, communication urgence, coordination équipes, rapports terrain. 📰 Journalistes & Reporters Correspondants terrain, reporters zones reculées. Transmission articles, photos, vidéos, communication rédaction, couverture événements. 🏛️ Missions Officielles Diplomates, militaires, ONG, secours. Communication sécurisée, coordination missions, rapports officiels, liaison permanente. Tracking Konectis Optionnel Complétez votre Iridium GO! avec le service de géolocalisation www.konectis.com. Suivi temps réel, partage position, surveillance à distance pour sécurité renforcée. 🗺️ Interface Konectis Accès illimité plateforme www.konectis.com, interface responsive, fonctionnalités avancées, cartes interactives, historique positions. 📍 Transmission Position Envoi position par SMS depuis Iridium GO!, retranscription automatique interface, géolocalisation précise, coordonnées temps réel. 👥 Suivi Collaboratif Accès famille/collaborateurs autorisés, suivi à distance, partage itinéraires, surveillance sécurité, coordination équipes. 💰 Tarification Transparente €15/mois accès plateforme, débit forfait Iridium GO! (12 ou 40 unités/position selon package), facturation transparente. Expertise Iridium GO! par Advanced Tracking Distributeur officiel Iridium, nous optimisons votre GO! pour une communication satellite performante. Bénéficiez d'un accompagnement spécialisé : 🔧 Configuration & Formation Installation apps iOS/Android, paramétrage hotspot WiFi, formation utilisateurs, optimisation compression données, configuration email. 📱 Forfaits Iridium Conseil packages adaptés, cartes SIM Iridium, gestion abonnements, optimisation coûts, support facturation, recharges. 🌐 Tracking Konectis Service géolocalisation optionnel €15/mois, interface www.konectis.com, suivi collaboratif, formation plateforme, support technique. 🛠️ Support Spécialisé Assistance technique Iridium GO!, diagnostic à distance, formation avancée, conseil usage optimal, maintenance préventive. 📞 Expert Iridium GO! +33 (0) 494 23 15 51 Ouvert du lundi au vendredi : 9h-12h et 14h-18h Votre Hotspot Satellite Mondial Iridium GO! transforme la communication satellite. Transformez votre smartphone en terminal global, créez un hotspot WiFi 30m, connectez 5 appareils. Distributeur officiel Advanced Tracking.
More you might like
Related
Iridium GO! Satellite Hotspot
Related
Iridium GO! Grab ‘n Go Bundle | Portable Satellite Hotspot K
Related
Iridium GO! Grab ‘n Go Bundle | Portable Satellite Hotspot K
Related