.intro {
	color: #818181;
	font-family: 'Roboto Regular';
	font-size: 14px;
	margin-bottom: 30px;
	text-align: center;
}

.elementlien {
	border: 1px solid #dadada;
	display: table;
    height: 150px;
    margin-bottom: 30px;
    width: 100%;
}

.left-part {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 50%;
}

.left-part img { 
	margin: 0 auto; 
    max-height: 120px;
}

.right-part {
	background-color: #13235b;
	display: table-cell;
    height: 100%;
    padding: 10px;
    position: relative;
    width: 50%;
}

.right-part .see-more-white {
	bottom: 0;
	position: absolute;
	margin-bottom: 10px;
	text-align: center;
	width: 89%;
}

.right-part h2 {
    color: #fff;
    font-size: 16px;
    text-transform: none;
}