Adam et Eve

INFORMATIONS TECHNIQUES TECHNIQUE Bronze, procédé de cire perdue HAUTEUR 52cm ÉDITION 350 + 35 EA DATE D'ÉDITION Conçue en 1968 Premier moulage en 1984 PATINA Vert/noir RÉFÉRENCE R. & N. [...]
document.addEventListener('click', function(e) { const bouton = e.target.closest('.btn-info-oeuvre'); if (!bouton) return; const popup = bouton.closest('.dialog-widget-content, .elementor-popup-modal, .dialog-lightbox-widget') || document; const titreElement = popup.querySelector('.titre-oeuvre-popup .elementor-heading-title, .titre-oeuvre-popup'); if (!titreElement) return; const nomOeuvre = titreElement.textContent.trim(); sessionStorage.setItem('nom_oeuvre_popup', nomOeuvre); let essais = 0; const interval = setInterval(function() { const champ = document.querySelector('input[name="form_fields[oeuvre]"]'); if (champ) { champ.value = sessionStorage.getItem('nom_oeuvre_popup') || ''; clearInterval(interval); } essais++; if (essais > 20) { clearInterval(interval); } }, 300); });