.ma-banniere {
	min-width: 100%;
}
.header {
   background: transparent;
}
(function() {
    var link = document.querySelector("link[rel*='icon']") || document.createElement('link');
    link.type = 'image/x-icon';
    link.rel = 'shortcut icon';
    link.href = 'https://www.adp-protection.fr/favicon.ico';
    document.getElementsByTagName('head')[0].appendChild(link);
})();