/* Une feuille de style pour surcharger toutes les autres */

/* faire des essais de couleur sur le bandeau accueil */
#banner, #header.alt {
  background:#1a914b;
}

ul.pagination li > .page {
  background: white;
  color: orange;
}

#banner .card {
  background: #bcf0a4;
}

.block-link-parent h2.h3 {
  margin: 0 0 0.5rem;
  border: 0;
}
.block-link-parent h2.h3 a {
  border: 0;
  text-decoration: none;
}

#footer .inner {
    padding: 0;
}
#footer .inner .copyright {
  margin: 0;
  padding: 0;
}
label {
  color: black;
}