' +
'
'+d.ey+'
' +
'
'+d.ti+'
' +
'
'+d.su+'
' +
'
'+covHTML+'
' +
'
'+diffHTML+'
' +
'
' +
'Estimation' +
''+d.pr+'' +
'Devis précis après visite uniquement' +
'
' +
'
'+d.cta+' →' +
'
';
var footer = document.querySelector('footer, .site-footer, .footer-sections');
if (footer) footer.parentElement.insertBefore(sec, footer);
else document.body.appendChild(sec);
})();