.bandeau-contact {
  background: var(--dark-blue-color);
  color: white;
  padding: 3em 5em;
  font-family: "Exo2-Regular";
}

.contact-block {
  padding:1em;
}

.contact-block h3 {
  font-family: "Exo2-Bold";
  font-size: 1.5em;
  margin-bottom: 15px;
}

.contact-block p {
  margin: 5px 0;
  font-size: 1em;
}

.phone {
  font-family: "Exo2-Bold";
  color: var(--light-blue-color);
  font-size: 1.6em !important;
}

.phone a:hover{
  color: white;
}

.social-icons-contact {
  display: flex;
  gap: 15px;
  font-size: 1.3em;
}

.social-icons-contact a {
  color: var(--light-blue-color);
  transition: color 0.3s;
}

.social-icons-contact a:hover {
  color: white;
}

/* Jour actuel */
.today {
  color: var(--light-blue-color);
  font-weight: bold;
}

/* Responsive */
@media (max-width: 768px) {
  .bandeau-contact {
    flex-direction: column;
    text-align: center;
    padding: 2em;
  }

  .contact-block p {
    text-align: center;
  }

  .social-icons-contact {
    justify-content: center;
  }
}
