diff --git a/inc_footer.php b/inc_footer.php index fec3bbd..e9a2553 100644 --- a/inc_footer.php +++ b/inc_footer.php @@ -114,7 +114,7 @@ if (isset($tabEvenement) && $tabEvenement['general']['eve_commanditaires'] == "1
@@ -187,7 +187,16 @@ if (isset($tabEvenement) && $tabEvenement['general']['eve_commanditaires'] == "1 justify-content: center; align-items: center; flex-wrap: wrap; - gap: 10px; + gap: 12px; + text-align: center; + } + + .cookie-consent-container p { + flex: 1 1 100%; + max-width: 900px; + margin: 0 auto 8px; + font-size: 14px; + line-height: 1.5; } .cookie-consent-actions { @@ -200,6 +209,23 @@ if (isset($tabEvenement) && $tabEvenement['general']['eve_commanditaires'] == "1 .cookie-consent-links { margin-top: 10px; text-align: center; + font-size: 13px; + } + + .cookie-consent-links a { + color: #0066cc; + text-decoration: underline; + } + + .ms1-footer-top .social a.cookie-manage-link { + display: inline-block; + vertical-align: middle; + margin-left: 6px; + opacity: 0.9; + } + + .ms1-footer-top .social a.cookie-manage-link:hover { + opacity: 1; } #acceptCookies, #rejectCookies { @@ -225,6 +251,47 @@ if (isset($tabEvenement) && $tabEvenement['general']['eve_commanditaires'] == "1 background-color: #e53935; } + #cookiePreferencesPanel { + max-width: 640px; + margin: 12px auto 0; + padding: 12px 16px; + background: #fff; + border: 1px solid #ddd; + border-radius: 4px; + text-align: left; + } + + .cookie-pref-row { + display: flex; + align-items: flex-start; + gap: 10px; + margin-bottom: 10px; + } + + .cookie-pref-row label { + margin: 0; + font-weight: normal; + font-size: 13px; + } + + .cookie-pref-row input[type="checkbox"] { + margin-top: 3px; + } + + #customizeCookies, #saveCookiePreferences { + background: #666; + border-radius: 5px; + color: white; + border: none; + padding: 10px 20px; + cursor: pointer; + font-size: 12px; + } + + #saveCookiePreferences { + background: #333; + } + @@ -235,64 +302,37 @@ if (isset($tabEvenement) && $tabEvenement['general']['eve_commanditaires'] == "1 + + - +