.tm-start-course {
	background-image: radial-gradient(circle at top right, #c8c5d9 19%, #f2cc85 54%, #d96a6a 94%);
	border-radius: 25px;
    color: white;
}
.tm-cours {
	display: flex;
	align-items: center;
	justify-content: space-between;
    margin: 0 -15px;
}
.tm-cours p,
.tm-cours label,
.tm-cours button{
    padding: 0 15px;
}
.tm-cours:hover {
    cursor: pointer;
}