@charset "UTF-8";
.btn-ttc {
  		background-color: #0063be;
  	    color: white;
}
.btn-ttc:active,
.btn-ttc:hover {
	    color: white;
		background-color: #0063be;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  		background-color: #0063be;
  		box-shadow:0px 3px 0px #0063be;
		background-position: 0 -15px;
}
