.info-bandeau {
  background-color: #ffc107; /* Jaune/Ambré par défaut */
  color: #333;
  text-align: center;
  padding: 15px;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.info-bandeau p {
  margin: 0;
  padding: 0 15px;
}

.close-btn {
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}