/* 	WRAPPER 	*/
.module-wrapper {
	width: 100%;
	padding: 25px 0px;
}

/* 	TITRE 	*/
.module-title {
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	justify-content: flex-start; -webkit-justify-content: flex-start;
	height: 50px;
	margin: 0 0 15px;
}
	.module-title .icon {
		height: 50px;
		width: 58px;
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		margin: 0;
	}
		.module-title .icon img {
			margin: auto;
			height: 27px;
			width: auto;
		}
	.module-title .text {
		margin: auto 0;
		margin-left: 15px;
		color: #212351;
		font-size: 20px;
		font-family: 'ClanOT-Black';
		line-height: 1.0;
	}


/* 	COULEURS 	*/
.module-title .icon.violet {
	background: #4a6caf;
}
.module-title .icon.twitter {
	background: #33ccff;
}
