
#navigation li a.active{

    color: #060646; /* ou la couleur de votre choix */
    font-weight: bold;
}

.contact-list {
  list-style: none;
  padding: 0;
}

.contact-list li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.contact-list i {
  margin-right: 10px;
  font-size: 16px;
  color: #ffff;
}

.contact-list a {
  text-decoration: none;
  color: #007bff; /* ou une autre couleur */
}

.contact-list span {
  display: inline-block;
}



    .register-link {
        color: #333; /* Couleur de base (dark) */
        transition: color 0.3s ease;
         text-decoration: underline;
    }
    .register-link:hover {
        color: #274b13;
         text-decoration: underline; /* Couleur bleue */
    }

