.bouton {
	display: inline-block; 
	background-color: #e2a3ae;
	color: #b0465a;
    font-weight: 700;
    font-size: 1.2em;
	text-decoration: none;
	padding: 0.5em 1.25em;
	margin-bottom: 20px;
	border-radius: 2em;
	border: none;

}
.bouton:hover {
	background-color: #c94e65;
  color: #edc5cc;
  text-decoration : none;
}