#repere-trust-footer {
  clear: both;
  padding: 34px 0;
  background: #9d8581;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
#repere-trust-footer * { box-sizing: border-box; }
#repere-trust-footer .shell {
  width: min(calc(100% - 40px), 1080px);
  margin-inline: auto;
}
#repere-trust-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 28px;
}
#repere-trust-footer a { color: #fff; text-decoration: underline; }
#repere-trust-footer p { margin: 0; color: #fff; }
#repere-trust-footer strong { display: block; margin-bottom: 8px; color: #fff; }
#repere-trust-footer .footer-links { display: grid; gap: 5px; font-size: 14px; }
#repere-trust-footer .footer-note { margin-top: 10px !important; font-size: 13px; opacity: .92; }
@media (max-width: 700px) {
  #repere-trust-footer .shell { width: min(calc(100% - 28px), 1080px); }
  #repere-trust-footer .footer-grid { grid-template-columns: 1fr; gap: 22px; }
}
