/* Corrige le "Powered by WPLP Compliance Platform" trop grand */
[class*="wplp"] a,
[class*="wplp"] .powered-by,
[class*="wplp"] [class*="powered"],
#wplp-cookie-banner a,
#wplp-cookie-notice a {
  font-size: 11px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
  text-transform: none !important;
}

/* Zone powered by */
[class*="wplp"] [class*="powered"],
[class*="wplp"] small {
  font-size: 10px !important;
  line-height: 1.2 !important;
  transform: none !important;
}

/* Sécurité : empêche le lien de devenir énorme */
[class*="wplp"] a[href*="wplegalpages"],
[class*="wplp"] a[href*="wplp"] {
  font-size: 11px !important;
  line-height: 1.2 !important;
  display: inline !important;
  width: auto !important;
  height: auto !important;
}