  /* Footer */

.footer-container a {
    color: black !important;       /* reste noir même après clic ou hover */
}

.footer-container a:hover {
    color: black !important;       /* garde noir au survol */
}


.reseaux-logos {
	display: flex;      /* met les images sur la même ligne */
	gap: 1em;              /* espace entre les images */
	margin-top: -0.5em;
}

.reseaux-logos img {
	width: 30px;  /* largeur réduite */
	height: 30px; /* hauteur réduite */
	object-fit: contain; /* conserve les proportions */
}

.footerBlock-container a:visited {
	color: initial; /* évite le violet par défaut */
}/* Menu + logo */


.footer-container {
  background-color: #f8f8f8;
  padding: 40px 20px;
}

.footerContent-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.footerBlock-container {
  flex: 1;
  min-width: 250px;
}

.footerBlock-title {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.footerBlock-text {
  font-size: 1rem;
  line-height: 1.6;
}

.footerForm-form {
  display: flex;
  flex-direction: column;
}

.footerForm-label {
  font-size: 1rem;
  margin-bottom: 10px;
}

.footerForm-input {
  padding: 8px;
  font-size: 1rem;
  margin-bottom: 10px;
}

.footerForm-button {
  padding: 10px;
  font-size: 1rem;
  background-color: #000;
  color: #fff;
  border: none;
  cursor: pointer;
}
