
.link{
color: rgb(254, 249, 244);
}
.link:hover{
color: rgb(159, 159, 159);
}

.degrade-diagonal {
  background: linear-gradient(to bottom left, #2E2076, #100F30);
  background: linear-gradient(to bottom left, #4825f6, #100F30);
	}

	a{
		color:grey;
	}

	.title-degrade{
		background:-webkit-linear-gradient(right, #f14668,#4645F0);
    background-clip:text;
    -webkit-background-clip:text;
    color:transparent;
	}
	.border{
		border: solid;
		width: 150px;
		padding: 5px;
		margin-top: 15px;
		text-align:center;
	}

  .color_primary{
color:#4645F0;
  }

  .color_secondary{
    color:#2E2076;
 }

 #bouton-up{
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease 0s;
	cursor: pointer;
	outline: none;
  background:-webkit-linear-gradient(right, #de59d3,#9d34b8);
   border-color: transparent;
    border-width: 0px;
     color:white;
     width:200px;
}
#bouton-up:hover{
	box-shadow: 0px 15px 20px rgba(173, 45, 137, 0.4);
	transform: translateY(-5px);
  width:150px;
}
