/* APDD – couleurs du thème */
:root{
  --primary-color: #7d8521;
  --custom-btn-bg-hover-color: #7d8521;
  --site-footer-bg-color: #95b4cc;

  /* Optionnel : si tu veux harmoniser encore plus */
  /* --section-bg-color: rgba(231, 238, 153, 0.18); */
  /* --custom-btn-bg-color: #6b7780; */
}

/* Widget marées : centre + responsive */
.apdd-tide-frame {
  border: 0;
  max-width: 100%;
}
.apdd-tide-wrap {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

