/* --- Correction du Footer Global --- */


/* --- Isolation complète du Footer --- */
.site-footer {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    clear: both !important; /* Ignore les éléments flottants ou les alignements du dessus */
    margin-top: 60px !important; /* Crée de l'espace sous le terminal */
    background-color: #05070a;
    padding: 30px 0;
    box-sizing: border-box;
}

/* --- Alignement des textes légaux (INPI / Production) --- */
.footer-top {
    width: 100% !important;
    max-width: 1200px;
    margin: 0 auto !important;
    padding: 0 20px;
    text-align: center !important; /* Aligne le texte au milieu */
    box-sizing: border-box;
}

.footer-top p {
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.75rem;
    color: #4f6f52; 
    line-height: 1.6;
    margin: 8px 0;
    text-align: center !important;
}
.footer-columns {
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin-top: 1.5rem;
}

.footer-column h4 {
  color: #ff3b3b;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin: 0.3rem 0;
}

.footer-column ul li a {
  color: #ccc;
}

.footer-column ul li a:hover {
  color: #ff3b3b;
}

.footer-bottom {
  margin-top: 2rem;
  text-align: center;
}

.footer-icon {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.footer-icon li a {
  color: #ccc;
  font-size: 1.3rem;
}

.footer-icon li a:hover {
  color: #ff3b3b;
}
