footer {
  color: #f5f5f7;
}
footer .usefull-links ul {
  list-style-type: none;
}
footer .usefull-links ul li {
  padding:  5px 0;
}
footer .usefull-links a{
  text-decoration: none;
  color: #f5f5f7;
}
footer .usefull-links a:hover{
  color: #f5f5f7;
}
footer .social .linkedin i.fa-linkedin-in {
  background-color: #0976B4;
}
footer .social .linkedin i {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background: #000;
  margin-right: 5px;
  color: #fff;
}
footer .social form input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  height: 40px;
}
footer .social form button {
  padding: 7px 17px 7px 8px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border: 1px solid #007bff;
  background: #007bff;
  color: #fff;
  height: 40px;
}
.footer-button {
  display: inline-block;
  padding: 8px 16px;
  background-color: #2c2c3c; /* Couleur de fond du bouton */
  color: #f5f5f7; /* Couleur du texte */
  text-decoration: none; /* Supprimer le soulignement du lien */
  border: 1px solid #f5f5f7; /* Bordure */
  border-radius: 46px; /* Coins arrondis */
  margin: 4px; /* Marge autour des boutons */
  transition: background-color 0.3s, color 0.3s; /* Animation de transition */
  width: 160px; /* Largeur du bouton */
  height: 40px; /* Hauteur du bouton */
  text-align: center; /* Centrage du texte horizontalement */
  line-height: 20px; /* Centrage du texte verticalement */
}

.footer-button:hover {
  background-color: #43435B; /* Changement de couleur de fond au survol */
}
.footer-bar {
  width: 90%;
  height: 1px; /* Hauteur de la barre */
  background-color: #f5f5f7; /* Couleur de la barre */
  margin: auto; /* Centre la barre horizontalement */
  
}
.footer-shadow {
  box-shadow: 0 -4px 10px rgba(0, -4, 10, 0.15)!important;
  position: relative; /* ou absolute, fixed, sticky selon le besoin */
  z-index: 9999; /* Assurez-vous que la valeur est suffisamment élevée pour être au-dessus des autres éléments */
  background-color: #2c2c3c; 
}
/* Padding uniquement pour les petits écrans */
.newsletter-container {
  padding-left: 32px; /* Ajustez cette valeur selon vos besoins */
  padding-right: 32px; /* Ajustez cette valeur selon vos besoins */
}

@media (min-width: 576px) {
  .newsletter-container {
      padding-left: 0; /* Supprime le padding sur les écrans plus larges */
      padding-right: 0; /* Supprime le padding sur les écrans plus larges */
  }
}