.centre-aide-container {
	margin-top: 50px;
}

.categories-head-title {
	font-weight: 400;
	color: #5d5d5d;
}

.category-centre-aide {
	color: #99a4af;
	font-weight: 400;
	margin-left: 10px;
}

.category-centre-aide:hover {
	color: #565c62;
	cursor: pointer;
}

.category-centre-aide.active {
	color: #565c62;
}

.return-to-upper-categories {
	color: #4c84c7;
	cursor: pointer;
}

#title-category {
	margin-top: 0px;
	font-weight: 400;
	color: #5d5d5d;
}

.categories-container {
	margin-top: 20px;
}

.explanation-content-inner {
	margin-top: 30px;
}

.subtitle {
	font-weight: 400;
	font-size: 20px;
	color: #5d5d5d;
}

.content {
	margin-bottom: 20px;
	color: #a2a2a2;
}



/* Mobile */

.content-container {
	display: none;
}

.title-mobile-help:focus {
	text-decoration: none;
}

.title-mobile-help-container {
	margin-bottom: 5px;
}

.title-mobile-help-container .fa {
	font-size: 12px;
}

.categories-head-title-mobile {
	font-weight: 400;
	color: #5d5d5d;
	margin-top: 20px;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.centre-aide-container {
		margin-top: 0px;
	}

	.subtitle-level-1 {
		color: #99a4af;
		font-weight: 400;
		margin-left: 10px;
		margin-bottom: 10px;
	}

	.subtitle-level-2 {
		color: #99a4af;
		margin-left: 10px;
	}

	.content {
		margin-left: 10px;
		margin-bottom: 15px;
	}

	.content.final-content {
		margin-bottom: 25px;
	}
}

#desktop-help-container {
	min-height: 500px;
}