/* Insert your custom override CSS in this file */

:root {
    --main-color: #18715C ;
    --second-color: #649b18;
    --map-maille-border-color: "black";
}

.navbar, .titreAppli {
    background-color: var(--main-color) !important; 
    color: white !important;
}


.sterne-footer {
  border-top: 1px solid rgba(0,0,0,.1);
  padding: 1rem 0 1.25rem;
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem 1.25rem;
  font-size: .95rem;
}

.sterne-footer {
  border-top: 1px solid rgba(0,0,0,.1);
  padding: 1.5rem 1rem;
  margin-top: 1.5rem;
  text-align: center;          /* centre le texte */
  display: flex;
  flex-direction: column;      /* empile verticalement */
  align-items: center;         /* centre horizontalement */
  gap: 1rem;                   /* espace entre les blocs */
}

.sterne-footer__brand .logoStructureFooter {
  max-height: 64px;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;              /* centre l’image si block */
  background-color: var(--main-color);
   padding: 8px;              /* espace entre l’image et le fond */
  border-radius: 50%;        /* arrondi complet (cercle) */
}

.footer-infos,
.footer-text,
.footer-links,
.footer-meta {
  max-width: 800px;            /* pour ne pas que ça s’étale trop large */
  margin: 0 auto;
}

.footer-logos {
  display: flex;
  justify-content: center;     /* centre les logos */
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.footer-logos img {
  max-height: 96px;
  width: auto;
  height: auto;
  display: block;
}
