.cob_tutoriel_list .pp-content-post.cob-tutoriel-extra {
	display: none;
}

.cob_tutoriel_list .cob-tutoriel-more {
	grid-column: 1 / -1;
	justify-self: start;
	margin: 4px 0 20px;
	padding: 6px 16px;
	border: 0;
	border-radius: 3px;
	background-color: #fc9a64;
	color: #ffffff;
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
}

.cob_tutoriel_list .cob-tutoriel-more:hover,
.cob_tutoriel_list .cob-tutoriel-more:focus {
	background-color: #0e6651;
	color: #ffffff;
}
