.btn-ajouter-temps {
  display: inline-block;
  padding: 10px 16px;
  background: #3765b9;
  color: white !important;
  border-radius: 25px;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  cursor: pointer;
  white-space: nowrap;
}

.btn-ajouter-temps:hover {
  background: #5479be;
  color: white !important;
}