// source --> https://www.librairielaloupiote.com/wp-content/themes/loupiote/js/scripts.js 
document.addEventListener('DOMContentLoaded', function() {

    /* const menuTl = gsap.timeline({paused: true});
    menuTl.to('.sub-menu', {autoAlpha: 1, ease: 'power3.easeInOut'}) */
    
    window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
    
      gtag('config', 'UA-152606750-1');
});