@charset "UTF-8";
.site-footer {
  background-color: #1a1a1a;
  color: #ccc;
  padding: 3rem 5cm;
  font-family: 'Domaine', Arial, sans-serif !important; /* Ajoutez ça */
  font-size: 0.9rem;
  margin-top:50px;
}

.site-footer h3 {
  font-family: 'Domaine', Arial, sans-serif;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.footer-section {
  flex: 1 1 200px;
  min-width: 180px;
  
}

.footer-section h3 {
  color: #cbb990;
  font-weight: 300;
  margin-bottom: 1.2rem;
  font-size:1.5rem;
}

.footer-section p,
.footer-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-family: 'Montserrat', Arial, sans-serif !important; /* Ajoutez ça */
}

.footer-section ul li {
  margin-bottom: 0.75rem;
}

.footer-section a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-section a:hover,
.footer-section a:focus {
  color: #cbb990;
  outline: none;
}

.social-links {
  display: flex;
  gap: 1.5rem;
}

.footer-bottom {
  margin-top: 2rem;
  text-align: center;
  border-top: 1px solid #444;
  padding-top: 1rem;
  font-size: 0.8rem;
  color: #666;
}

.footer-bottom-bar {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #444;
  text-align: center;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.8rem;
  color: #666;
}

.footer-bottom-bar a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-bottom-bar a:hover,
.footer-bottom-bar a:focus {
  color: #cbb990;
}

/* ===== Logos blancs → doré au hover ===== */
.logo-white-hover img {
}

.logo-white-hover:hover img {
  /* Chaîne de filtres : blanc → noir → gris inversé → sepia → luminosité #cbb990 */
  filter: brightness(0) saturate(100%) invert(73%) sepia(100%) brightness(82%);
}
.footer-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 1rem;
}

/* Responsive */
@media (max-width: 600px) {
  .site-footer {
    padding: 2rem 1.5rem;
	text-align: center;
  }
  .footer-content {
    flex-direction: column;
    gap: 0rem !important;
  }
  .footer-section {
    flex: 0 0 auto;
    min-width: 0;
    margin-bottom: 0.5rem;
  }
  .unesco, .titresitefooter {
	  text-align:center;
}
  .social-links {
    justify-content: center;
  }
  .footer-section:first-child {
    text-align: center;
  } 
  .footer-section:first-child {
    text-align: center;
    order: 99;
  }
  .footer-section:last-child p {
    margin-top: 0rem !important;
  }
  .unesco {
    margin-top: 3rem !important;
  }
	.footer-section:last-child p {
    margin-top: -2rem !important;
  }
  
  .footer-section h3 {
    margin-bottom: 0.6rem;
  }

  .footer-section ul li {
    margin-bottom: 0.4rem;
  }

  .footer-section:first-child {
    margin-bottom: 2rem

  }
}

/* ----------------- Tablette portrait (601px - 1024px) ------------------- */
@media (max-width: 1024px) and (min-width: 601px) {
  .site-footer {
	padding:3rem 2rem;
  }
}
