/* Composant footer unique — modèle CGU. */
[data-site-footer] {
  display: block;
  width: 100%;
}

[data-site-footer] .site-footer.ve-footer {
  box-sizing: border-box;
  width: min(var(--container, 1180px), calc(100% - 72px));
  margin: 60px auto 22px;
  padding: 20px 28px 12px;
  border-top: 1px solid rgba(112, 139, 190, .24);
  border-radius: 0;
  background: transparent;
}

[data-site-footer] .ve-footer .footer-main {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(112, 139, 190, .24);
}

[data-site-footer] .ve-footer .footer-brand {
  display: flex;
  align-items: center;
  justify-self: start;
  gap: 12px;
}

[data-site-footer] .ve-footer .footer-brand img {
  width: auto;
  height: 34px;
  object-fit: contain;
}

[data-site-footer] .ve-footer .footer-brand div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

[data-site-footer] .ve-footer .footer-brand strong {
  color: #fff;
  font-size: 14px;
  line-height: 1.08;
}

[data-site-footer] .ve-footer .footer-brand span {
  color: var(--muted, #aeb8c8);
  font-size: 12px;
  line-height: 1.15;
}

[data-site-footer] .ve-footer .footer-center {
  display: flex;
  justify-content: center;
}

[data-site-footer] .ve-footer .footer-contact-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 142px;
  padding: 11px 20px;
  color: #fff;
  border: 1px solid #64548e;
  border-radius: 11px;
  background: #171425;
  font-size: 14px;
  font-weight: 780;
  line-height: 1;
  text-decoration: none;
}

[data-site-footer] .ve-footer .footer-contact {
  display: grid;
  justify-items: end;
  justify-self: end;
  gap: 0;
}

[data-site-footer] .ve-footer .footer-contact a {
  padding: 1px 0;
  color: var(--muted, #aeb8c8);
  border: 0;
  background: transparent;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.12;
  text-decoration: none;
}

[data-site-footer] .ve-footer .footer-bottom {
  margin: 0;
  padding: 9px 0 0;
  color: var(--muted, #aeb8c8);
  font-size: 9px;
  text-align: left;
}

@media (max-width: 720px) {
  [data-site-footer] .site-footer.ve-footer {
    width: calc(100% - 28px);
    margin: 12px auto 6px;
    padding: 11px 4px 6px;
  }

  [data-site-footer] .ve-footer .footer-main {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    gap: 8px 10px;
    padding: 0 0 5px;
    border-bottom: 0;
  }

  [data-site-footer] .ve-footer .footer-brand {
    grid-column: 1;
    grid-row: 1;
  }

  [data-site-footer] .ve-footer .footer-brand img { height: 34px; }
  [data-site-footer] .ve-footer .footer-brand strong { font-size: 14px; }
  [data-site-footer] .ve-footer .footer-brand span { font-size: 10px; }

  [data-site-footer] .ve-footer .footer-center {
    grid-column: 2;
    grid-row: 1;
    justify-content: flex-end;
  }

  [data-site-footer] .ve-footer .footer-contact-primary {
    min-width: 0;
    padding: 6px 11px;
    border-color: rgba(105, 156, 255, .58);
    border-radius: 9px;
    background: rgba(37, 91, 182, .22);
    font-size: 12px;
  }

  [data-site-footer] .ve-footer .footer-contact {
    grid-column: 1 / -1;
    grid-row: 2;
    grid-template-columns: repeat(3, auto);
    justify-content: space-between;
    justify-items: center;
    justify-self: stretch;
    gap: 8px;
  }

  [data-site-footer] .ve-footer .footer-contact a {
    font-size: 11px;
    white-space: nowrap;
  }

  [data-site-footer] .ve-footer .footer-bottom {
    padding-top: 4px;
    font-size: 10px;
    text-align: center;
  }
}
