/**
 * EntreAgri - Footer
 * Styles pour app-footer
 */

app-footer {
  display: block;
  margin-top: auto;
}

/* Footer sticky at bottom */
.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.page-footer {
  background: var(--ea-color-dark-green);
 
  padding: 32px 0;
  
   color: white;
}

.page-footer a {
  color: white;
  text-decoration: none;
}

.page-footer a:hover {
  color: #e67e22;
  text-decoration: underline;
}