/* pour le module glossaire */
.glossaire dt {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 8px;
	color: #5e5d5d;
	text-transform: uppercase;
	position: relative;
}

.glossaire dt .fa-stack {
    color: #46ba00;
    position: absolute;
    right: 0;
    top: -6px;
    font-size: 16px;
}

.glossaire dt.select, .glossaire dd.select {
	color: #108908;
	position: relative;
  	padding-left: 26px;
  	font-weight: normal;
}

.glossaire dt.select:before {
	top: 1px;
	color: #929191;
	content: '';
	font: 14px/20px 'FontAwesome';
	position: absolute;
	left: 0;
	top: 0;
}

ul.glossaire li {
	text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
	.glossaire dt {
		/*margin-top: 30px;*/
	}
}