/**
 * The following styles get applied both on the front of your site and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-portail-my-block {
	background-color: #000;
	color: #fff;
	padding: 2px;
}

#ts-button{
	background-color: #047857;
	color: white;
	padding: 10px;
	border-radius: 5px !important;
	border: unset;
	width: 350px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#ts-button:hover,#ts-button:focus, #ts-button:visited {
	background-color: rgba(16,185,129,1);
}