Iridium GO! exec : Terminal Satellite Certus Avancé
/* 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! exec */ .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 comparaison GO! vs GO! exec */ .comparison-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; } .comparison-section-responsive::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #1fb6ff 0%, #0ea5e9 50%, #1fb6ff 100%); } .comparison-intro { text-align: center; margin-bottom: 40px; } .comparison-intro h2 { font-size: 2.2rem; font-weight: 700; color: #1fb6ff; margin-bottom: 20px; position: relative; } .comparison-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; } .comparison-intro p { font-size: 1.2rem; color: #666666; max-width: 800px; margin: 0 auto; line-height: 1.6; } /* Tableau comparaison responsive */ .comparison-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; } .comparison-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); } .comparison-table-desktop td { padding: 18px 15px; border-bottom: 1px solid #e5e7eb; vertical-align: top; } .comparison-table-desktop tr:hover { background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%); } .comparison-table-desktop .metric-name { font-weight: 600; color: #374151; font-size: 1rem; } .comparison-table-desktop .go-standard { color: #666666; font-size: 0.95rem; text-align: center; } .comparison-table-desktop .go-exec { color: #1fb6ff; font-weight: 600; font-size: 0.95rem; text-align: center; } .comparison-table-desktop .winner { background: linear-gradient(135deg, #10b981 0%, #059669 100%); color: white; padding: 4px 8px; border-radius: 6px; font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; } /* Cartes mobiles pour comparaison */ .comparison-cards-mobile { display: none; margin-top: 30px; } .comparison-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; } .comparison-card-mobile:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(31, 182, 255, 0.2); } .comparison-header-mobile { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; } .comparison-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); } .comparison-header-mobile h3 { font-size: 1.1rem; font-weight: 700; color: #1fb6ff; margin: 0; flex: 1; } .comparison-values-mobile { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 12px; } .comparison-value-mobile { text-align: center; padding: 10px; border-radius: 8px; } .comparison-value-mobile.standard { background: #f3f4f6; color: #666666; } .comparison-value-mobile.exec { background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%); color: #1fb6ff; font-weight: 600; } .comparison-value-mobile .label { font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 5px; } .comparison-value-mobile .value { font-size: 1rem; font-weight: 700; } /* Section fonctionnalités GO! exec */ .exec-features-section { background: #f8f9fa; padding: 50px 20px; margin: 40px 0; border-radius: 20px; box-shadow: 0 2px 15px rgba(0,0,0,0.08); } .exec-intro { text-align: center; margin-bottom: 40px; } .exec-intro h2 { font-size: 2.2rem; font-weight: 700; color: #1fb6ff; margin-bottom: 20px; position: relative; } .exec-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; } .exec-intro p { font-size: 1.2rem; color: #666666; max-width: 800px; margin: 0 auto; line-height: 1.6; } .exec-features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 40px; } .exec-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; } .exec-feature:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,0.15); } .exec-feature-header { display: flex; align-items: center; gap: 15px; margin-bottom: 15px; } .exec-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); } .exec-feature-header h3 { font-size: 1.2rem; font-weight: 700; color: #1fb6ff; margin: 0; flex: 1; } .exec-feature p { color: #666666; line-height: 1.5; margin: 0; font-size: 1rem; text-align: left; } /* Section spécifications techniques */ .specs-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; } .specs-section-responsive::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #1fb6ff 0%, #0ea5e9 50%, #1fb6ff 100%); } .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: #f8f9fa; padding: 50px 20px; margin: 40px 0; border-radius: 20px; box-shadow: 0 2px 15px rgba(0,0,0,0.08); } .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 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 */ .comparison-table-desktop { display: none; } .comparison-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 */ .comparison-section-responsive, .exec-features-section, .specs-section-responsive, .usage-section-responsive, .at-service-section-responsive { padding: 35px 15px; margin: 25px 0; border-radius: 15px; } /* Intros sections */ .comparison-intro h2, .exec-intro h2, .specs-intro h2, .usage-intro h2 { font-size: 1.8rem; margin-bottom: 15px; } .comparison-intro p, .exec-intro p, .specs-intro p, .usage-intro p { font-size: 1.1rem; line-height: 1.5; } /* Grilles responsive */ .exec-features-grid, .specs-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 comparaison mobile */ .comparison-card-mobile { padding: 18px 15px; margin-bottom: 12px; } .comparison-header-mobile { gap: 10px; margin-bottom: 10px; } .comparison-icon-mobile { width: 35px; height: 35px; font-size: 0.9rem; } .comparison-header-mobile h3 { font-size: 1rem; } .comparison-values-mobile { gap: 12px; margin-top: 10px; } .comparison-value-mobile { padding: 8px; } .comparison-value-mobile .label { font-size: 0.75rem; margin-bottom: 4px; } .comparison-value-mobile .value { font-size: 0.9rem; } /* Features responsive */ .exec-feature, .spec-category { padding: 20px 18px; } .exec-feature-header, .spec-category-header { gap: 12px; margin-bottom: 15px; } .exec-feature-icon, .spec-category-icon { width: 45px; height: 45px; font-size: 1.1rem; } .exec-feature-header h3, .spec-category-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 */ .comparison-section-responsive, .exec-features-section, .specs-section-responsive, .usage-section-responsive, .at-service-section-responsive { padding: 25px 12px; margin: 18px 0; border-radius: 12px; } /* Intros sections mobile */ .comparison-intro h2, .exec-intro h2, .specs-intro h2, .usage-intro h2 { font-size: 1.5rem; margin-bottom: 12px; line-height: 1.2; } .comparison-intro p, .exec-intro p, .specs-intro p, .usage-intro p { font-size: 1rem; line-height: 1.4; text-align: center; } /* Grilles en une colonne */ .exec-features-grid, .specs-grid, .usage-grid, .service-grid-responsive { grid-template-columns: 1fr; gap: 15px; margin-top: 20px; } /* Cartes comparaison mobile */ .comparison-card-mobile { padding: 15px 12px; margin-bottom: 10px; } .comparison-header-mobile { gap: 8px; margin-bottom: 8px; } .comparison-icon-mobile { width: 32px; height: 32px; font-size: 0.8rem; } .comparison-header-mobile h3 { font-size: 0.95rem; } .comparison-values-mobile { gap: 10px; margin-top: 8px; } .comparison-value-mobile { padding: 6px; } .comparison-value-mobile .label { font-size: 0.7rem; margin-bottom: 3px; } .comparison-value-mobile .value { font-size: 0.85rem; } /* Features mobile */ .exec-feature, .spec-category { padding: 18px 15px; } .exec-feature-header, .spec-category-header { gap: 10px; margin-bottom: 12px; } .exec-feature-icon, .spec-category-icon { width: 40px; height: 40px; font-size: 1rem; } .exec-feature-header h3, .spec-category-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 */ .comparison-section-responsive, .exec-features-section, .specs-section-responsive, .usage-section-responsive, .at-service-section-responsive { padding: 20px 8px; margin: 15px 0; border-radius: 10px; } /* Intros très petit */ .comparison-intro h2, .exec-intro h2, .specs-intro h2, .usage-intro h2 { font-size: 1.3rem; margin-bottom: 10px; } .comparison-intro p, .exec-intro p, .specs-intro p, .usage-intro p { font-size: 0.9rem; line-height: 1.3; } /* Grilles très petit */ .exec-features-grid, .specs-grid, .usage-grid, .service-grid-responsive { gap: 12px; margin-top: 15px; } /* Cartes très petit */ .comparison-card-mobile, .exec-feature, .spec-category, .usage-card, .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; } /* Features très petit */ .exec-feature-icon, .spec-category-icon { width: 35px; height: 35px; font-size: 0.9rem; } .exec-feature-header h3, .spec-category-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; } } Iridium GO! exec utilise le réseau Iridium Certus pour une connectivité IP voix et données haute performance Advanced Tracking est distributeur officiel Iridium. Le GO! exec offre une connectivité Wi-Fi pour applications de messagerie, email, réseaux sociaux, météo et navigation Internet légère, avec accès simultané à deux lignes vocales haute qualité. Terminal Satellite Certus Professionnel Iridium GO! exec exploite le réseau Certus 100 pour offrir des performances IP avancées. Connectivité Wi-Fi 30m, deux lignes vocales simultanées, écran tactile couleur intégré. 🚀 Certus 100 Avancé 22 Kbps upload / 88 Kbps download, connexion 2 secondes 📱 Écran Tactile Couleur Interface intégrée, contrôle direct, gestion sessions 📞 Deux Lignes Vocales Appels simultanés, qualité HD, haut-parleur intégré 🔌 Connectivité Étendue 2x USB-C, Ethernet, antenne externe, GPS intégré Comparaison GO! Standard vs GO! exec Découvrez les améliorations significatives du GO! exec par rapport au GO! standard, avec le réseau Certus offrant des performances jusqu'à 37 fois supérieures. Métrique Performance GO! Standard GO! exec Avantage Temps de connexion 30 secondes 2 secondes exec x15 Démarrage envoi/réception 45 secondes 5 secondes exec x9 Vitesse upload 2,4 Kbps 22 Kbps exec x9 Temps envoi email 10K 1 minute 10 secondes exec x6 Vitesse download 2,4 Kbps 88 Kbps exec x37 Chargement page 50K 3 minutes 10 secondes exec x18 Type de données Circuit-switched IP optimisé exec ⚡ Temps de connexion GO! Standard 30 secondes GO! exec 2 secondes 📤 Vitesse upload GO! Standard 2,4 Kbps GO! exec 22 Kbps 📥 Vitesse download GO! Standard 2,4 Kbps GO! exec 88 Kbps 📧 Email 10K GO! Standard 1 minute GO! exec 10 secondes 🌐 Page web 50K GO! Standard 3 minutes GO! exec 10 secondes 🔄 Type de données GO! Standard Circuit-switched GO! exec IP optimisé Fonctionnalités Avancées GO! exec Découvrez les innovations techniques qui font du GO! exec le terminal satellite le plus avancé pour les professionnels exigeants nécessitant connectivité IP haute performance. 🖥️ Écran Tactile Couleur Interface utilisateur intégrée, contrôle direct des sessions, gestion connexions, monitoring temps d'antenne, configuration avancée sans smartphone. 📞 Deux Lignes Vocales Accès simultané à deux appels haute qualité, haut-parleur et microphone intégrés, communication directe ou via smartphone dans rayon 30m. 🔌 Connectivité Étendue Deux ports USB-C, Ethernet Gigabit, antenne externe, GPS intégré, installation fixe ou mobile, flexibilité maximale intégration. 🌐 Gestionnaire Connexion Connexion Internet rapide intégrée, contrôle sessions, options filtrage pré-configurées, gestion optimisée temps d'antenne, économies automatiques. 🛡️ SOS 24/7 Optionnel Enregistrement surveillance SOS 24/7, centre coordination réponse urgence tiers (IERCC), assistance professionnelle, sécurité renforcée. 📡 Installation Simplifiée Aucun pointage requis, connectivité omnidirectionnelle, mise sous tension et connexion par simple levée antenne, opération fixe ou mobile. Spécifications Techniques GO! exec Découvrez les caractéristiques techniques qui font du GO! exec le terminal satellite Certus le plus robuste et performant pour applications professionnelles critiques. 📏 Dimensions & Design Dimensions203 x 203 x 25 mm Poids1200 grammes DesignCompact portable ÉcranTactile couleur 🛡️ Robustesse & Protection CertificationMIL-STD-810H ÉtanchéitéIP65 Température-20°C à +50°C UsageConditions extrêmes 🔋 Autonomie & Alimentation ConversationJusqu'à 6 heures VeilleJusqu'à 24 heures BatterieRechargeable ChargeUSB-C 📡 Services & Certifications RéseauIridium Certus 100 ServiceIP voix et données CertificationsCE, FCC, ISED, RCM, UKCA CouvertureMondiale + pôles Applications Professionnelles GO! exec Le GO! exec s'adresse aux professionnels et organisations exigeant une connectivité IP haute performance dans des environnements où les réseaux traditionnels sont inexistants ou insuffisants. 🚢 Navigation & Plaisance Yachts, bateaux hauturiers, expéditions maritimes. Connectivité IP avancée, météo GRIB, communication équipage, gestion flotte, sécurité renforcée. 🏛️ ONG & Humanitaire Camps humanitaires, missions terrain, zones sinistrées. Communication siège, coordination équipes, rapports terrain, connectivité critique. 🔬 Recherche Scientifique Stations recherche, expéditions scientifiques, bases isolées. Transmission données, communication laboratoires, collaboration internationale. 🏭 Industrie Isolée Sites miniers, plateformes pétrolières, chantiers. Communication centrale, supervision opérations, sécurité travailleurs, gestion projets. ✈️ Aviation Générale Aviation privée, aérodromes isolés, vols long-courriers. Communication tour contrôle, météo aviation, planification vols, sécurité aérienne. 🌍 Voyages & Aventures Expéditions extrêmes, voyages aventure, bases temporaires. Connectivité famille, partage expériences, sécurité isolement, coordination logistique. Expertise GO! exec par Advanced Tracking Distributeur officiel Iridium, nous optimisons votre GO! exec pour une connectivité Certus maximale. Bénéficiez d'un accompagnement spécialisé haute performance : 🔧 Configuration Certus Avancée Paramétrage écran tactile, optimisation sessions IP, configuration filtrage, formation interface avancée, intégration Ethernet/USB-C. 📱 Forfaits Certus 100 Conseil packages Certus adaptés, cartes SIM Iridium, gestion abonnements haute performance, optimisation coûts IP, support facturation. 🛡️ Services SOS 24/7 🛠️ Support Technique Certus Assistance technique GO! exec, diagnostic à distance, formation avancée Certus, conseil usage optimal IP, maintenance préventive. 📞 Expert GO! exec +33 (0) 494 23 15 51 Ouvert du lundi au vendredi : 9h-12h et 14h-18h Votre Terminal Satellite Certus Iridium GO! exec offre les performances IP les plus avancées du marché satellite. Écran tactile couleur, deux lignes vocales, connectivité étendue. Distributeur officiel Advanced Tracking. Comparaison Solutions Satellite : GO! vs SmartConnect Gateway Découvrez les avantages de chaque solution satellite. Tandis que GO! exec améliore les performances Iridium, SmartConnect Gateway offre un écosystème complet avec capteurs IoT, redondance réseau et surveillance professionnelle. Fonctionnalité GO! Standard GO! exec SmartConnect Gateway Avantage Temps de connexion 30 secondes 2 secondes Instantané SmartConnect Vitesse download 2,4 Kbps 88 Kbps Variable selon source SmartConnect Capteurs IoT ❌ Non ❌ Non ✅ LoRaWan 300m SmartConnect Redondance réseau ❌ Iridium seul ❌ Certus seul ✅ Multi-opérateur + Satellite SmartConnect Surveillance 24/7 ❌ Non incluse ❌ SOS optionnel ✅ Équipes Advanced Tracking SmartConnect Installation Portable uniquement Portable/fixe basique Installation professionnelle SmartConnect Écosystème capteurs ❌ Aucun ❌ Aucun ✅ 15+ capteurs disponibles SmartConnect Offre data sans limite ✅ Disponible ✅ Disponible ✅ Optimisée multi-opérateur SmartConnect Plateforme Apps Iridium Apps Iridium + écran Konectis Advanced Tracking SmartConnect ⚡ Temps de connexion GO! Standard 30 secondes SmartConnect Instantané 📡 Capteurs IoT GO! exec ❌ Non SmartConnect ✅ LoRaWan 300m 🔄 Redondance réseau GO! exec ❌ Certus seul SmartConnect ✅ Multi-opérateur 👁️ Surveillance 24/7 GO! exec ❌ SOS optionnel SmartConnect ✅ Équipes AT 🔧 Installation GO! exec Portable/fixe basique SmartConnect Installation pro 🌐 Écosystème capteurs GO! exec ❌ Aucun SmartConnect ✅ 15+ capteurs 📶 Data sans limite GO! exec ✅ Disponible SmartConnect ✅ Optimisée multi-op