a.lienservices{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin:0px;
	text-decoration: none;
	padding: 6px;
}

.lienservices > img{
	width:120px;
}

.lienservices > div{
	margin: 10px;
}

.adroite p{
	text-align: right;
}

.servicecentre{
	text-align: center;
}

.autourdubloc{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.adroite .autourdubloc{
	align-items: flex-end;
}