h1 span.pix-sliding-item {
	text-transform: capitalize;
}

h1.text-heading-default {
	text-transform: capitalize;
}

div.custom-categories-container {
	padding-top: 50px;
}

div.formation-item {
	margin-bottom: 60px;
}

div.formation-item-content {
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 20px;
}

div.formation-item-content h3 {
	display: none;
}

div.formation-item-content ul {
	padding: 0;
}

div.next-session-container strong {
	font-weight: 700!important;
}