// source --> https://www.brochiersoieries.com/wp-content/cache/wp-super-minify/js/d47dfda119712fe51d7bd21fd005a427.js?ver=6.9.4 
function myFunction(){document.getElementById("myDropdown").classList.toggle("show")}
window.onclick=function(event){if(!event.target.matches('.dropbtn')){var dropdowns=document.getElementsByClassName("dropdown-content");var i;for(i=0;i<dropdowns.length;i++){var openDropdown=dropdowns[i];if(openDropdown.classList.contains('show')){openDropdown.classList.remove('show')}}}};