{"id":396,"date":"2025-11-16T08:18:49","date_gmt":"2025-11-16T07:18:49","guid":{"rendered":"https:\/\/luminvolt.com\/?page_id=396"},"modified":"2025-11-16T08:21:51","modified_gmt":"2025-11-16T07:21:51","slug":"balcony-solaire","status":"publish","type":"page","link":"https:\/\/luminvolt.com\/fr\/balcony-solaire\/","title":{"rendered":"Solar Balcony"},"content":{"rendered":"\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n\n<style>\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;600;700;800;900&display=swap');\n\n    .product-page * {\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n    }\n\n    .product-page {\n        font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n        background: #f9fafb;\n        color: #111827;\n    }\n\n    .product-page .bento-container {\n        max-width: 1400px;\n        margin: 0 auto;\n        padding: 60px 20px;\n    }\n\n    .product-page .hero {\n        grid-column: span 12;\n        min-height: 600px;\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n        align-items: center;\n        text-align: center;\n        position: relative;\n        overflow: hidden;\n        width: 100vw;\n        margin-left: calc(-50vw + 50%);\n        padding: 140px 20px 160px;\n        border-radius: 0;\n    }\n\n    .product-page .hero::after {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        bottom: 0;\n        background-image: url('https:\/\/luminvolt.com\/wp-content\/uploads\/2025\/11\/girl-watering-flower-with-solar-balconies.webp');\n        background-size: cover;\n        background-position: center;\n        background-repeat: no-repeat;\n        animation: productHeroZoom 20s ease-in-out infinite alternate;\n        z-index: 0;\n    }\n\n    @keyframes productHeroZoom {\n        0% { transform: scale(1); }\n        100% { transform: scale(1.05); }\n    }\n\n    .product-page .hero::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        bottom: 0;\n        background: linear-gradient(135deg, rgba(30, 64, 175, 0.88) 0%, rgba(59, 130, 246, 0.78) 100%);\n        pointer-events: none;\n        z-index: 1;\n    }\n\n    .product-page .hero > * {\n        position: relative;\n        z-index: 2;\n    }\n\n    .product-page .hero-badge {\n        display: inline-block;\n        padding: 10px 24px;\n        background: rgba(255, 255, 255, 0.15);\n        backdrop-filter: blur(10px);\n        border-radius: 50px;\n        color: #ffffff;\n        font-size: 14px;\n        font-weight: 600;\n        text-transform: uppercase;\n        letter-spacing: 1.5px;\n        margin-bottom: 20px;\n        border: 1px solid rgba(255, 255, 255, 0.2);\n    }\n\n    .product-page .hero-title {\n        font-size: clamp(40px, 8vw, 80px);\n        font-weight: 900;\n        line-height: 1.1;\n        margin-bottom: 24px;\n        background: linear-gradient(135deg, #ffffff 0%, #dbeafe 50%, #93c5fd 100%);\n        -webkit-background-clip: text;\n        background-clip: text;\n        -webkit-text-fill-color: transparent;\n        letter-spacing: -0.02em;\n        filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.3));\n        max-width: 1200px;\n    }\n\n    .product-page .hero-subtitle {\n        font-size: 20px;\n        color: #f0f9ff;\n        max-width: 800px;\n        line-height: 1.6;\n        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);\n        margin: 0 auto 32px;\n    }\n\n    .product-page .bento-grid {\n        display: grid;\n        grid-template-columns: repeat(12, 1fr);\n        gap: 20px;\n        margin-bottom: 20px;\n    }\n\n    .product-page .bento-item {\n        background: #ffffff;\n        border-radius: 24px;\n        padding: 40px;\n        position: relative;\n        overflow: hidden;\n        border: 1px solid #e5e7eb;\n        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);\n        transition: all 0.3s ease;\n    }\n\n    .product-page .bento-item:hover {\n        box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);\n        transform: translateY(-2px);\n    }\n\n    .product-page .bento-item::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        bottom: 0;\n        background: radial-gradient(circle at 50% 0%, rgba(59, 130, 246, 0.03) 0%, transparent 60%);\n        pointer-events: none;\n    }\n\n    .product-page .large { grid-column: span 8; min-height: 450px; }\n    .product-page .medium { grid-column: span 4; min-height: 450px; }\n    .product-page .small { grid-column: span 4; min-height: 300px; }\n    .product-page .full { grid-column: span 12; }\n    .product-page .half { grid-column: span 6; min-height: 400px; }\n\n    .product-page .feature-card-enhanced {\n        position: relative;\n    }\n\n    .product-page .feature-card-enhanced .feature-icon {\n        display: inline-flex;\n        align-items: center;\n        justify-content: center;\n        width: 90px;\n        height: 90px;\n        border-radius: 22px;\n        background: rgba(255, 255, 255, 0.5);\n        margin-bottom: 28px;\n        transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);\n        position: relative;\n    }\n\n    .product-page .feature-card-enhanced:hover .feature-icon {\n        transform: scale(1.1) rotate(-5deg);\n        background: rgba(255, 255, 255, 0.8);\n        box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.15);\n    }\n\n    .product-page .feature-card-enhanced .feature-icon i {\n        font-size: 48px;\n        transition: all 0.4s ease;\n    }\n\n    .product-page .feature-card-enhanced:hover .feature-icon i {\n        transform: scale(1.15);\n    }\n\n    .product-page .glow-blue { color: #2563eb; }\n    .product-page .glow-blue-bg { background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 100%); }\n    .product-page .glow-green { color: #059669; }\n    .product-page .glow-green-bg { background: linear-gradient(135deg, #d1fae5 0%, #ecfdf5 100%); }\n    .product-page .glow-purple { color: #7c3aed; }\n    .product-page .glow-purple-bg { background: linear-gradient(135deg, #e9d5ff 0%, #f5f3ff 100%); }\n    .product-page .glow-orange { color: #ea580c; }\n    .product-page .glow-orange-bg { background: linear-gradient(135deg, #fed7aa 0%, #ffedd5 100%); }\n    .product-page .glow-yellow-bg { background: linear-gradient(135deg, #fef3c7 0%, #fef9e7 100%); }\n\n    .product-page .feature-icon {\n        font-size: 48px;\n        margin-bottom: 24px;\n        display: inline-block;\n    }\n\n    .product-page .feature-title {\n        font-size: 32px;\n        font-weight: 700;\n        margin-bottom: 16px;\n        line-height: 1.2;\n    }\n\n    .product-page .feature-desc {\n        font-size: 16px;\n        color: #6b7280;\n        line-height: 1.6;\n    }\n\n    .product-page .image-container {\n        width: 100%;\n        height: 400px;\n        border-radius: 16px;\n        overflow: hidden;\n        position: relative;\n        box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.2);\n    }\n\n    .product-page .image-container img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        transition: transform 0.6s ease;\n    }\n\n    .product-page .bento-item:hover .image-container img {\n        transform: scale(1.05);\n    }\n\n    .product-page .feature-badge {\n        display: inline-flex;\n        align-items: center;\n        gap: 8px;\n        padding: 8px 16px;\n        border-radius: 10px;\n        font-size: 13px;\n        font-weight: 600;\n        margin: 8px 8px 8px 0;\n    }\n\n    @media (max-width: 1024px) {\n        .product-page .large,\n        .product-page .medium,\n        .product-page .small,\n        .product-page .half {\n            grid-column: span 12;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .product-page .hero {\n            padding: 80px 20px 100px;\n            min-height: 500px;\n        }\n        .product-page .bento-container {\n            padding: 40px 20px;\n        }\n    }\n\n    @media (max-width: 640px) {\n        .product-page .bento-container {\n            padding: 40px 16px;\n        }\n        .product-page .bento-item {\n            padding: 30px 24px;\n            min-height: auto !important;\n        }\n        .product-page .feature-title {\n            font-size: 24px;\n        }\n        .product-page .image-container {\n            height: 280px;\n        }\n        .product-page .bento-grid {\n            gap: 16px;\n            margin-bottom: 16px;\n        }\n        .product-page .feature-card-enhanced .feature-icon {\n            width: 70px;\n            height: 70px;\n            margin-bottom: 20px;\n        }\n        .product-page .feature-card-enhanced .feature-icon i {\n            font-size: 36px;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .product-page .hero {\n            padding: 60px 16px 80px;\n        }\n    }\n<\/style>\n\n<div class=\"product-page\">\n    <!-- Hero Section -->\n    <section class=\"hero\" data-scroll=\"hero\">\n        <div class=\"hero-badge\">\n            <i class=\"fas fa-building\"><\/i> Elevate Series\n        <\/div>\n        <div class=\"hero-title\">\n            SolarBalcony\n        <\/div>\n        <p class=\"hero-subtitle\">\n            Solar PV Mounting Frame for High-rise Installations\n        <\/p>\n    <\/section>\n\n    <div class=\"bento-container\">\n        <!-- Product Introduction -->\n        <div class=\"bento-grid\">\n            <div class=\"bento-item full\" data-scroll=\"fade-up\">\n                <h2 style=\"font-size: 42px; font-weight: 800; margin-bottom: 24px; background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;\">\n                    Revolutionary Balcony Solar Solution\n                <\/h2>\n                <p class=\"feature-desc\" style=\"font-size: 18px; max-width: 900px;\">\n                    PV-ezRack launches its latest series &#8216;Elevate&#8217; with its flagship product, SolarBalcony, which is a pre-assembled mounting structure for Solar PV installations onto high-rise balconies. This innovative solution brings solar power to urban residential spaces, making renewable energy accessible for apartment dwellers and high-rise residents.\n                <\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Image 1 + Pre-assembled Feature -->\n        <div class=\"bento-grid\">\n            <div class=\"bento-item large\" data-scroll=\"slide-right\">\n                <div class=\"image-container\" style=\"height: 450px;\">\n                    <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2025\/11\/Solar-panel-being-installed-on-a-metal-frame.webp\" alt=\"SolarBalcony Installation\">\n                <\/div>\n                <div style=\"margin-top: 20px; text-align: center;\">\n                    <h3 style=\"font-size: 20px; font-weight: 700; color: #111827; margin-bottom: 8px;\">Simple Installation Process<\/h3>\n                    <p style=\"font-size: 14px; color: #6b7280;\">Pre-assembled design allows for quick and easy balcony mounting<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"bento-item medium feature-card-enhanced glow-blue-bg\" data-scroll=\"slide-left\">\n                <div class=\"feature-icon\" style=\"background: linear-gradient(135deg, rgba(59, 130, 246, 0.2) 0%, rgba(37, 99, 235, 0.1) 100%);\">\n                    <i class=\"fas fa-tools\" style=\"color: #2563eb;\"><\/i>\n                <\/div>\n                <h2 class=\"feature-title\" style=\"font-size: 28px; margin-bottom: 16px;\">Pre-assembled Design<\/h2>\n                <p class=\"feature-desc\" style=\"margin-bottom: 20px;\">\n                    Completely pre-assembled, the SolarBalcony simply needs to be unfolded and secured to the balcony for installation. All these features result in a fast, easy and cost efficient installation, crucial for residential projects.\n                <\/p>\n                <div style=\"display: flex; flex-direction: column; gap: 10px;\">\n                    <div style=\"display: flex; align-items: center; gap: 10px;\">\n                        <i class=\"fas fa-check-circle\" style=\"color: #2563eb; font-size: 18px;\"><\/i>\n                        <span style=\"font-size: 15px; color: #1e40af; font-weight: 600;\">Unfold &#038; Install<\/span>\n                    <\/div>\n                    <div style=\"display: flex; align-items: center; gap: 10px;\">\n                        <i class=\"fas fa-check-circle\" style=\"color: #2563eb; font-size: 18px;\"><\/i>\n                        <span style=\"font-size: 15px; color: #1e40af; font-weight: 600;\">No Complex Assembly<\/span>\n                    <\/div>\n                    <div style=\"display: flex; align-items: center; gap: 10px;\">\n                        <i class=\"fas fa-check-circle\" style=\"color: #2563eb; font-size: 18px;\"><\/i>\n                        <span style=\"font-size: 15px; color: #1e40af; font-weight: 600;\">Residential-Ready<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Features Section -->\n        <div class=\"bento-grid\">\n            <div class=\"bento-item full feature-card-enhanced glow-green-bg\" data-scroll=\"fade-up\">\n                <div class=\"feature-icon\" style=\"background: linear-gradient(135deg, rgba(16, 185, 129, 0.2) 0%, rgba(5, 150, 105, 0.1) 100%);\">\n                    <i class=\"fas fa-star\" style=\"color: #059669;\"><\/i>\n                <\/div>\n                <h2 class=\"feature-title\" style=\"font-size: 32px; margin-bottom: 24px;\">Premium Features<\/h2>\n                <div style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px;\">\n                    <div style=\"display: flex; align-items: flex-start; gap: 12px;\">\n                        <i class=\"fas fa-check-circle\" style=\"color: #059669; font-size: 20px; margin-top: 2px;\"><\/i>\n                        <span style=\"font-size: 15px; color: #065f46; line-height: 1.6;\">6005-T5 Aluminum alloy and 304 stainless steel construction<\/span>\n                    <\/div>\n                    <div style=\"display: flex; align-items: flex-start; gap: 12px;\">\n                        <i class=\"fas fa-check-circle\" style=\"color: #059669; font-size: 20px; margin-top: 2px;\"><\/i>\n                        <span style=\"font-size: 15px; color: #065f46; line-height: 1.6;\">Different anodized thicknesses for maximum durability<\/span>\n                    <\/div>\n                    <div style=\"display: flex; align-items: flex-start; gap: 12px;\">\n                        <i class=\"fas fa-check-circle\" style=\"color: #059669; font-size: 20px; margin-top: 2px;\"><\/i>\n                        <span style=\"font-size: 15px; color: #065f46; line-height: 1.6;\">Suitable for toughest environments including coastal areas<\/span>\n                    <\/div>\n                    <div style=\"display: flex; align-items: flex-start; gap: 12px;\">\n                        <i class=\"fas fa-check-circle\" style=\"color: #059669; font-size: 20px; margin-top: 2px;\"><\/i>\n                        <span style=\"font-size: 15px; color: #065f46; line-height: 1.6;\">Fast and cost-efficient installation for residential projects<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Image 2 - Full Width -->\n        <div class=\"bento-grid\">\n            <div class=\"bento-item full\" data-scroll=\"fade-up\">\n                <div class=\"image-container\" style=\"height: 500px;\">\n                    <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2025\/11\/girl-watering-flower-with-solar-balconies.webp\" alt=\"SolarBalcony in Urban Living\">\n                <\/div>\n                <p style=\"font-size: 12px; color: #9ca3af; font-style: italic; margin-top: 12px; text-align: center;\">SolarBalcony seamlessly integrates into urban residential life, providing clean energy without compromising living space<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Compatibility Section -->\n        <div class=\"bento-grid\">\n            <div class=\"bento-item full\" data-scroll=\"fade-up\">\n                <h2 style=\"font-size: 42px; font-weight: 800; margin-bottom: 32px; text-align: center; background: linear-gradient(135deg, #7c3aed 0%, #a78bfa 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;\">\n                    Excellent Compatibility\n                <\/h2>\n                <div style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px;\">\n                    <div style=\"background: linear-gradient(135deg, #fef3c7 0%, #fef9e7 100%); padding: 32px; border-radius: 16px;\">\n                        <div style=\"width: 56px; height: 56px; background: rgba(245, 158, 11, 0.2); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px;\">\n                            <i class=\"fas fa-solar-panel\" style=\"color: #d97706; font-size: 24px;\"><\/i>\n                        <\/div>\n                        <h3 style=\"font-size: 20px; font-weight: 700; color: #92400e; margin-bottom: 12px;\">Panel Flexibility<\/h3>\n                        <p style=\"font-size: 15px; color: #78350f; line-height: 1.6;\">Standardized components are suitable for 60cell as well as for 72cell panels<\/p>\n                    <\/div>\n                    <div style=\"background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 100%); padding: 32px; border-radius: 16px;\">\n                        <div style=\"width: 56px; height: 56px; background: rgba(59, 130, 246, 0.2); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px;\">\n                            <i class=\"fas fa-ruler-combined\" style=\"color: #2563eb; font-size: 24px;\"><\/i>\n                        <\/div>\n                        <h3 style=\"font-size: 20px; font-weight: 700; color: #1e40af; margin-bottom: 12px;\">Large Adjustment<\/h3>\n                        <p style=\"font-size: 15px; color: #1e3a8a; line-height: 1.6;\">Mounting frame can cover most commonly sized balconies with flexible adjustment range<\/p>\n                    <\/div>\n                    <div style=\"background: linear-gradient(135deg, #e9d5ff 0%, #f3e8ff 100%); padding: 32px; border-radius: 16px;\">\n                        <div style=\"width: 56px; height: 56px; background: rgba(139, 92, 246, 0.2); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px;\">\n                            <i class=\"fas fa-grip-lines-vertical\" style=\"color: #7c3aed; font-size: 24px;\"><\/i>\n                        <\/div>\n                        <h3 style=\"font-size: 20px; font-weight: 700; color: #5b21b6; margin-bottom: 12px;\">Railing Compatible<\/h3>\n                        <p style=\"font-size: 15px; color: #6b21a8; line-height: 1.6;\">Compatible with metal railings found on most residential balconies<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Image 3 + Benefits Card -->\n        <div class=\"bento-grid\">\n            <div class=\"bento-item half\" data-scroll=\"slide-right\">\n                <div class=\"image-container\" style=\"height: 400px;\">\n                    <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2025\/11\/Solar-panels-on-a-brick-building-balcony.webp\" alt=\"SolarBalcony on Brick Building\">\n                <\/div>\n                <div style=\"margin-top: 20px; text-align: center;\">\n                    <h3 style=\"font-size: 20px; font-weight: 700; color: #111827; margin-bottom: 8px;\">Architectural Integration<\/h3>\n                    <p style=\"font-size: 14px; color: #6b7280;\">Seamlessly integrates with existing building structures<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"bento-item half feature-card-enhanced glow-orange-bg\" data-scroll=\"slide-left\">\n                <div class=\"feature-icon\" style=\"background: linear-gradient(135deg, rgba(245, 158, 11, 0.2) 0%, rgba(217, 119, 6, 0.1) 100%);\">\n                    <i class=\"fas fa-shield-alt\" style=\"color: #d97706;\"><\/i>\n                <\/div>\n                <h2 class=\"feature-title\" style=\"font-size: 28px; margin-bottom: 16px;\">Built to Last<\/h2>\n                <p class=\"feature-desc\" style=\"margin-bottom: 20px;\">\n                    Engineered for durability and longevity with premium materials that withstand the harshest environmental conditions.\n                <\/p>\n                <div style=\"display: flex; flex-direction: column; gap: 12px;\">\n                    <div style=\"display: flex; align-items: center; gap: 10px;\">\n                        <i class=\"fas fa-check-circle\" style=\"color: #d97706; font-size: 18px;\"><\/i>\n                        <span style=\"font-size: 15px; color: #92400e; font-weight: 600;\">Corrosion Resistant<\/span>\n                    <\/div>\n                    <div style=\"display: flex; align-items: center; gap: 10px;\">\n                        <i class=\"fas fa-check-circle\" style=\"color: #d97706; font-size: 18px;\"><\/i>\n                        <span style=\"font-size: 15px; color: #92400e; font-weight: 600;\">Coastal Environment Ready<\/span>\n                    <\/div>\n                    <div style=\"display: flex; align-items: center; gap: 10px;\">\n                        <i class=\"fas fa-check-circle\" style=\"color: #d97706; font-size: 18px;\"><\/i>\n                        <span style=\"font-size: 15px; color: #92400e; font-weight: 600;\">Long-lasting Performance<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Key Benefits Header -->\n        <div class=\"bento-grid\" style=\"margin-top: 40px;\">\n            <div class=\"bento-item full\" data-scroll=\"fade-up\">\n                <h2 style=\"font-size: 42px; font-weight: 800; margin-bottom: 48px; text-align: center; background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;\">\n                    Key Benefits\n                <\/h2>\n            <\/div>\n        <\/div>\n\n        <!-- Key Benefits Cards -->\n        <div class=\"bento-grid\">\n            <div class=\"bento-item half feature-card-enhanced glow-blue-bg\" data-scroll=\"fade-up\">\n                <div class=\"feature-icon\" style=\"background: linear-gradient(135deg, rgba(59, 130, 246, 0.2) 0%, rgba(37, 99, 235, 0.1) 100%);\">\n                    <i class=\"fas fa-clock\" style=\"color: #2563eb;\"><\/i>\n                <\/div>\n                <h3 class=\"feature-title\" style=\"font-size: 26px; margin-bottom: 16px;\">Easy Installation<\/h3>\n                <p class=\"feature-desc\">\n                    Completely pre-assembled, the SolarBalcony simply needs to be unfolded and secured to the balcony for installation. All these features result in a fast, easy and cost efficient installation, crucial for residential projects.\n                <\/p>\n            <\/div>\n\n            <div class=\"bento-item half feature-card-enhanced glow-green-bg\" data-scroll=\"fade-up\" data-delay=\"100\">\n                <div class=\"feature-icon\" style=\"background: linear-gradient(135deg, rgba(16, 185, 129, 0.2) 0%, rgba(5, 150, 105, 0.1) 100%);\">\n                    <i class=\"fas fa-gem\" style=\"color: #059669;\"><\/i>\n                <\/div>\n                <h3 class=\"feature-title\" style=\"font-size: 26px; margin-bottom: 16px;\">Durable and Low Corrosion<\/h3>\n                <p class=\"feature-desc\">\n                    SolarBalcony contains only 6005-T5 Aluminium alloy and 304 stainless steel, in different anodised thicknesses, which makes it suitable for even the toughest of environments, such as corrosive sites close to the coast.\n                <\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"bento-grid\">\n            <div class=\"bento-item full feature-card-enhanced glow-purple-bg\" data-scroll=\"fade-up\">\n                <div class=\"feature-icon\" style=\"background: linear-gradient(135deg, rgba(139, 92, 246, 0.2) 0%, rgba(124, 58, 237, 0.1) 100%);\">\n                    <i class=\"fas fa-puzzle-piece\" style=\"color: #7c3aed;\"><\/i>\n                <\/div>\n                <h3 class=\"feature-title\" style=\"font-size: 26px; margin-bottom: 16px;\">Excellent Compatibility<\/h3>\n                <p class=\"feature-desc\">\n                    Standardized components are suitable for 60cell as well as for 72cell panels. Thanks to large adjustment, the mounting frame can cover most commonly sized balconies. And it is compatible with metal railings.\n                <\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Image 4 - Full Width -->\n        <div class=\"bento-grid\" style=\"margin-top: 40px;\">\n            <div class=\"bento-item full\" data-scroll=\"fade-up\">\n                <div class=\"image-container\" style=\"height: 500px;\">\n                    <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2025\/11\/Red-balcony-screens-on-brick-apartment-building.webp\" alt=\"SolarBalcony Building Installation\">\n                <\/div>\n                <p style=\"font-size: 12px; color: #9ca3af; font-style: italic; margin-top: 12px; text-align: center;\">SolarBalcony systems installed across multiple balconies, transforming entire buildings into renewable energy generators<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Call to Action -->\n        <div class=\"bento-grid\" style=\"margin-top: 60px;\">\n            <div class=\"bento-item full\" data-scroll=\"fade-up\" style=\"background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%); min-height: 400px; position: relative; overflow: hidden;\">\n                <div style=\"position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0.1; background-image: radial-gradient(circle at 2px 2px, #ffffff 1px, transparent 0); background-size: 40px 40px; pointer-events: none;\"><\/div>\n                <div style=\"position: absolute; top: -100px; right: -100px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%); border-radius: 50%; filter: blur(60px); pointer-events: none;\"><\/div>\n                <div style=\"position: absolute; bottom: -100px; left: -100px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(147, 197, 253, 0.2) 0%, transparent 70%); border-radius: 50%; filter: blur(60px); pointer-events: none;\"><\/div>\n\n                <div style=\"position: relative; z-index: 1; text-align: center;\">\n                    <div style=\"display: inline-block; padding: 8px 20px; background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(10px); border-radius: 50px; margin-bottom: 24px; border: 1px solid rgba(255, 255, 255, 0.2);\">\n                        <span style=\"color: #ffffff; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px;\">\n                            <i class=\"fas fa-rocket\" style=\"margin-right: 8px;\"><\/i>Get Started\n                        <\/span>\n                    <\/div>\n                    <h2 style=\"font-size: 48px; font-weight: 800; margin-bottom: 20px; color: #ffffff; text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);\">\n                        Ready to Transform Your Balcony?\n                    <\/h2>\n                    <p style=\"font-size: 20px; color: #e0e7ff; max-width: 700px; margin: 0 auto 40px; line-height: 1.7;\">\n                        Contact our engineering team for a comprehensive consultation, custom design proposal, and competitive pricing for your balcony solar project.\n                    <\/p>\n\n                    <div style=\"display: flex; justify-content: center; gap: 16px; flex-wrap: wrap;\">\n                        <a href=\"\/contact\" style=\"display: inline-flex; align-items: center; gap: 10px; padding: 16px 32px; background: #ffffff; color: #1e40af; border-radius: 12px; font-size: 16px; font-weight: 700; text-decoration: none; transition: all 0.3s ease; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);\">\n                            <i class=\"fas fa-phone\"><\/i>\n                            Request Quote\n                        <\/a>\n                        <a href=\"#specs\" style=\"display: inline-flex; align-items: center; gap: 10px; padding: 16px 32px; background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(10px); color: #ffffff; border-radius: 12px; font-size: 16px; font-weight: 700; text-decoration: none; transition: all 0.3s ease; border: 1px solid rgba(255, 255, 255, 0.3);\">\n                            <i class=\"fas fa-file-download\"><\/i>\n                            Download Specs\n                        <\/a>\n                    <\/div>\n\n                    <div style=\"display: flex; justify-content: center; gap: 40px; margin-top: 48px; flex-wrap: wrap;\">\n                        <div style=\"display: flex; align-items: center; gap: 10px;\">\n                            <i class=\"fas fa-tools\" style=\"color: #fbbf24; font-size: 24px;\"><\/i>\n                            <span style=\"color: #e0e7ff; font-size: 14px; font-weight: 600;\">Pre-assembled Design<\/span>\n                        <\/div>\n                        <div style=\"display: flex; align-items: center; gap: 10px;\">\n                            <i class=\"fas fa-shield-alt\" style=\"color: #10b981; font-size: 24px;\"><\/i>\n                            <span style=\"color: #e0e7ff; font-size: 14px; font-weight: 600;\">Coastal Ready<\/span>\n                        <\/div>\n                        <div style=\"display: flex; align-items: center; gap: 10px;\">\n                            <i class=\"fas fa-puzzle-piece\" style=\"color: #60a5fa; font-size: 24px;\"><\/i>\n                            <span style=\"color: #e0e7ff; font-size: 14px; font-weight: 600;\">Universal Compatibility<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\n(function() {\n    \/\/ Scroll Animation Observer\n    const observerOptions = {\n        threshold: 0.15,\n        rootMargin: '0px 0px -100px 0px'\n    };\n\n    const observer = new IntersectionObserver((entries) => {\n        entries.forEach(entry => {\n            if (entry.isIntersecting) {\n                const delay = entry.target.dataset.delay || 0;\n                setTimeout(() => {\n                    entry.target.style.opacity = '1';\n                    entry.target.style.transform = 'translateY(0) scale(1)';\n                }, delay);\n            }\n        });\n    }, observerOptions);\n\n    \/\/ Initialize animations\n    document.querySelectorAll('.product-page [data-scroll]').forEach(el => {\n        const animType = el.dataset.scroll;\n        el.style.opacity = '0';\n        el.style.transition = 'all 0.8s cubic-bezier(0.4, 0, 0.2, 1)';\n\n        switch(animType) {\n            case 'fade-up':\n                el.style.transform = 'translateY(40px)';\n                break;\n            case 'slide-right':\n                el.style.transform = 'translateX(-60px)';\n                break;\n            case 'slide-left':\n                el.style.transform = 'translateX(60px)';\n                break;\n            case 'zoom-in':\n                el.style.transform = 'scale(0.9)';\n                break;\n            case 'hero':\n                el.style.transform = 'translateY(20px)';\n                break;\n        }\n\n        observer.observe(el);\n    });\n\n    \/\/ Smooth scroll for anchor links\n    document.querySelectorAll('.product-page a[href^=\"#\"]').forEach(anchor => {\n        anchor.addEventListener('click', function (e) {\n            const href = this.getAttribute('href');\n            if (href !== '#') {\n                const target = document.querySelector(href);\n                if (target) {\n                    e.preventDefault();\n                    target.scrollIntoView({\n                        behavior: 'smooth',\n                        block: 'start'\n                    });\n                }\n            }\n        });\n    });\n})();\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Elevate Series cadre de montage solaire pour balconies solaires PV pour installations \u00e0 haute altitude Solution r\u00e9volutionnaire pour balconies solaires PV-ezRack lance sa derni\u00e8re s\u00e9rie \u2018Elevate\u2019, avec son produit phare, SolarBalcony, qui est une structure de montage pr\u00e9-assembl\u00e9e pour les installations solaires PV sur les balcons \u00e0 haute altitude. Cette solution innovante apporte l'\u00e9nergie solaire aux espaces r\u00e9sidentiels urbains, rendant l'\u00e9nergie renouvelable accessible aux occupants d'appartements \u2026 <a title=\"Solar Balcony\" class=\"read-more\" href=\"https:\/\/luminvolt.com\/fr\/balcony-solaire\/\" aria-label=\"En savoir plus sur Solar Balcony\">En savoir plus<\/a><\/p>","protected":false},"author":1,"featured_media":392,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-396","page","type-page","status-publish","has-post-thumbnail"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.3 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Solar Balcony - LuminVolt<\/title>\n<meta name=\"description\" content=\"Pre-assembled solar PV mounting frame for high-rise balcony installations. Fast installation, coastal-ready durability, and universal compatibility for 60-72 cell panels.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/luminvolt.com\/fr\/balcony-solaire\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Solar Balcony\" \/>\n<meta property=\"og:description\" content=\"Pre-assembled solar PV mounting frame for high-rise balcony installations. Fast installation, coastal-ready durability, and universal compatibility for 60-72 cell panels.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/luminvolt.com\/fr\/balcony-solaire\/\" \/>\n<meta property=\"og:site_name\" content=\"LuminVolt\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-16T07:21:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2025\/11\/Solar-panel-being-installed-on-a-metal-frame.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1280\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/luminvolt.com\\\/solar-balcony\\\/\",\"url\":\"https:\\\/\\\/luminvolt.com\\\/solar-balcony\\\/\",\"name\":\"Solar Balcony - LuminVolt\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/luminvolt.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/luminvolt.com\\\/solar-balcony\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/luminvolt.com\\\/solar-balcony\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/luminvolt.com\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/Solar-panel-being-installed-on-a-metal-frame.webp\",\"datePublished\":\"2025-11-16T07:18:49+00:00\",\"dateModified\":\"2025-11-16T07:21:51+00:00\",\"description\":\"Pre-assembled solar PV mounting frame for high-rise balcony installations. Fast installation, coastal-ready durability, and universal compatibility for 60-72 cell panels.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/luminvolt.com\\\/solar-balcony\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/luminvolt.com\\\/solar-balcony\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/luminvolt.com\\\/solar-balcony\\\/#primaryimage\",\"url\":\"https:\\\/\\\/luminvolt.com\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/Solar-panel-being-installed-on-a-metal-frame.webp\",\"contentUrl\":\"https:\\\/\\\/luminvolt.com\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/Solar-panel-being-installed-on-a-metal-frame.webp\",\"width\":1920,\"height\":1280,\"caption\":\"Solar panel being installed on a metal frame.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/luminvolt.com\\\/solar-balcony\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/luminvolt.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Solar Balcony\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/luminvolt.com\\\/#website\",\"url\":\"https:\\\/\\\/luminvolt.com\\\/\",\"name\":\"LuminVolt\",\"description\":\"Your Partner in Advanced Solar Mounting System&amp; Energy Storage\",\"publisher\":{\"@id\":\"https:\\\/\\\/luminvolt.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/luminvolt.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/luminvolt.com\\\/#organization\",\"name\":\"LuminVolt\",\"url\":\"https:\\\/\\\/luminvolt.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/luminvolt.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/luminvolt.com\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/LuminVolt-02.webp\",\"contentUrl\":\"https:\\\/\\\/luminvolt.com\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/LuminVolt-02.webp\",\"width\":512,\"height\":512,\"caption\":\"LuminVolt\"},\"image\":{\"@id\":\"https:\\\/\\\/luminvolt.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Solar Balcony - LuminVolt","description":"Cadre de montage pr\u00e9-assembl\u00e9 pour panneau solaire PV pour installations sur balcons de gratte-ciel. Installation rapide, durabilit\u00e9 c\u00f4ti\u00e8re et compatibilit\u00e9 universelle pour des panneaux de 60 \u00e0 72 cellules.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/luminvolt.com\/fr\/balcony-solaire\/","og_locale":"fr_FR","og_type":"article","og_title":"Solar Balcony","og_description":"Pre-assembled solar PV mounting frame for high-rise balcony installations. Fast installation, coastal-ready durability, and universal compatibility for 60-72 cell panels.","og_url":"https:\/\/luminvolt.com\/fr\/balcony-solaire\/","og_site_name":"LuminVolt","article_modified_time":"2025-11-16T07:21:51+00:00","og_image":[{"width":1920,"height":1280,"url":"https:\/\/luminvolt.com\/wp-content\/uploads\/2025\/11\/Solar-panel-being-installed-on-a-metal-frame.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/luminvolt.com\/solar-balcony\/","url":"https:\/\/luminvolt.com\/solar-balcony\/","name":"Solar Balcony - LuminVolt","isPartOf":{"@id":"https:\/\/luminvolt.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/luminvolt.com\/solar-balcony\/#primaryimage"},"image":{"@id":"https:\/\/luminvolt.com\/solar-balcony\/#primaryimage"},"thumbnailUrl":"https:\/\/luminvolt.com\/wp-content\/uploads\/2025\/11\/Solar-panel-being-installed-on-a-metal-frame.webp","datePublished":"2025-11-16T07:18:49+00:00","dateModified":"2025-11-16T07:21:51+00:00","description":"Cadre de montage pr\u00e9-assembl\u00e9 pour panneau solaire PV pour installations sur balcons de gratte-ciel. Installation rapide, durabilit\u00e9 c\u00f4ti\u00e8re et compatibilit\u00e9 universelle pour des panneaux de 60 \u00e0 72 cellules.","breadcrumb":{"@id":"https:\/\/luminvolt.com\/solar-balcony\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/luminvolt.com\/solar-balcony\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/luminvolt.com\/solar-balcony\/#primaryimage","url":"https:\/\/luminvolt.com\/wp-content\/uploads\/2025\/11\/Solar-panel-being-installed-on-a-metal-frame.webp","contentUrl":"https:\/\/luminvolt.com\/wp-content\/uploads\/2025\/11\/Solar-panel-being-installed-on-a-metal-frame.webp","width":1920,"height":1280,"caption":"Solar panel being installed on a metal frame."},{"@type":"BreadcrumbList","@id":"https:\/\/luminvolt.com\/solar-balcony\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/luminvolt.com\/"},{"@type":"ListItem","position":2,"name":"Solar Balcony"}]},{"@type":"WebSite","@id":"https:\/\/luminvolt.com\/#website","url":"https:\/\/luminvolt.com\/","name":"LuminVolt","description":"Votre Partenaire dans les Syst\u00e8mes d'Installation Solaires Avanc\u00e9s et le Stockage d'\u00c9nergie","publisher":{"@id":"https:\/\/luminvolt.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/luminvolt.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/luminvolt.com\/#organization","name":"LuminVolt","url":"https:\/\/luminvolt.com\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/luminvolt.com\/#\/schema\/logo\/image\/","url":"https:\/\/luminvolt.com\/wp-content\/uploads\/2024\/12\/LuminVolt-02.webp","contentUrl":"https:\/\/luminvolt.com\/wp-content\/uploads\/2024\/12\/LuminVolt-02.webp","width":512,"height":512,"caption":"LuminVolt"},"image":{"@id":"https:\/\/luminvolt.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/luminvolt.com\/fr\/wp-json\/wp\/v2\/pages\/396","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/luminvolt.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/luminvolt.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/luminvolt.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/luminvolt.com\/fr\/wp-json\/wp\/v2\/comments?post=396"}],"version-history":[{"count":0,"href":"https:\/\/luminvolt.com\/fr\/wp-json\/wp\/v2\/pages\/396\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/luminvolt.com\/fr\/wp-json\/wp\/v2\/media\/392"}],"wp:attachment":[{"href":"https:\/\/luminvolt.com\/fr\/wp-json\/wp\/v2\/media?parent=396"}],"curies":[{"name":"Page d'accueil","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}