.dsm-btn {
  background: linear-gradient(to bottom right, #1e40af, #0891b2);
  color: #ffffff;
  border-radius: 8px; /* arrondi plus doux */
  border: 2px solid transparent;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.dsm-icon {
  color:linear-gradient(to bottom right, #1e40af, #0891b2);
}

.dsm-icon-light {
  background: rgba(255, 255, 255, 0.1);
  color: white;
}

.dsm-icon-light:hover {
  transform: translateY(-1px);
  color: #FFFF79;
}
.dsm-btn:hover {
  transform: translateY(-1px);
  color: #FFFF79;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.dsm-title {
  font-weight: 900;
  color: #1e40af;
  font-size: 2.5rem;
}

.dsm-background {
  background: linear-gradient(to bottom right, #1e40af, #0891b2);
}

.dsm-btn-light {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  padding: 10px;
  margin-top: 5px;
  border-radius:8px;
}
 
.dsm-btn-light:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #FFFF79;
  transform: translateY(-1px);

}

.dsm-text {
  font-size: 1rem;
  color: #1e40af;
  font-weight: 900;
}