✦ Verified product
APPLIQUE MURALE | ELIO
EUR 79.00
Couleur - style :
KLAROSS
Verified independent store
→
/* === STYLE PREMIUM "KLAROSS" - COMPACT & PRÉCIS === */ .pm-wrapper { padding: 0 20px !important; /* Suppression totale du vide vertical */ background-color: #f2f2f2; color: #2c2c
2c; overflow: hidden !important; scrollbar-width: none; -ms-overflow-style: none; } .pm-wrapper::-webkit-scrollbar { display: none; } .pm-grid { display: grid; max-width: 1200px; margin: 0 auto !important; align-items: center; /* Centrage vertical parfait */ width: 100%; } .pm-col-content { grid-area: content; padding: 10px 0; } .pm-col-image { grid-area: image; } @media (min-width: 990px) { .pm-grid { grid-template-columns: 35% 65% !important; grid-template-areas: "content image"; justify-content: space-between; } .pm-col-image { display: flex; justify-content: center; align-items: center; } .pm-img { max-height: 480px !important; /* === BASELINE : RÉDUCTION DE 15% === */ transform: scale(0.85); transform-origin: center center; mix-blend-mode: darken; } } @media (max-width: 989px) { .pm-grid { grid-template-columns: 1fr; grid-template-areas: "image" "content"; gap: 15px; } .pm-img { width: 100% !important; height: auto; mix-blend-mode: darken; } } .pm-image-box { width: 100%; display: flex; justify-content: center; } .pm-img { display: block; width: 100%; object-fit: contain; } /* CARTES ACCORDÉONS */ .pm-card { background: #ffffff; border-radius: 12px; margin-bottom: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.03); transition: all 0.3s ease; } .pm-card:last-child { margin-bottom: 0; } .pm-summary { list-style: none; display: flex; justify-content: space-between; align-items: center; padding: 18px 24px; cursor: pointer; outline: none; color: #1a1a1a; } .pm-summary::-webkit-details-marker { display: none; } .pm-summary-title-group { display: flex; align-items: center; gap: 12px; } .pm-summary-text { font-size: 13px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; } .pm-summary-icon { display: flex; width: 20px; height: 20px; } .pm-summary-icon svg { width: 100%; height: 100%; stroke: currentColor; stroke-width: 1.5; fill: none; } .pm-icon-arrow { width: 10px; height: 10px; border-right: 2px solid #333; border-bottom: 2px solid #333; transform: rotate(45deg); transition: 0.3s ease; margin-left: 15px; } .pm-card[open] .pm-icon-arrow { transform: rotate(-135deg); } .pm-body { padding: 0 24px 18px 24px; font-size: 15px; line-height: 1.6; color: #555; border-top: 1px solid #f5f5f5; } .pm-spec-row { display: grid; grid-template-columns: 1fr 1fr; padding: 10px 0; border-bottom: 1px dashed #eee; gap: 10px; } .pm-spec-row:last-child { border-bottom: none; } .pm-label { font-weight: 500; color: #111; } .pm-value { text-align: right; color: #666; } Dimensions Largeur24 cm Hauteur13 cm Caractéristiques MatériauxRésine sculptée & Fer Culot d'ampouleG9 (Idéal LED) Zone d'Éclairage10 - 15 m² Garantie3 Ans Description L'Applique Elio capture l'essence du mouvement Art Déco pour la transposer dans le design contemporain. Alliant fer forgé et résine de haute qualité, elle habille vos murs d'une présence artistique forte. Son esthétique sculpturale diffuse une lumière généreuse capable de couvrir jusqu'à 15 m², transformant chaque recoin en une galerie de style sophistiquée. Garantie Casse Votre luminaire est remplacé sans frais s'il arrive endommagé. Prenez simplement une photo du colis. document.querySelectorAll('.pm-card').forEach((detail) => { detail.addEventListener('toggle', function() { if (this.open) { document.querySelectorAll('.pm-card').forEach((other) => { if (other !== this && other.open) { other.removeAttribute('open'); } }); } }); });