.modcoordonnees a{
	color: #fff;
}

@media(min-width:768px){
	
	.modcoordonnees .logo{
		width: 280px;
	}
	.modcoordonnees .row .bloc:after{
		content: "";
		background-color: rgba(255,255,255,.5);
		height:100px;
		width: 1px;
		position: absolute;
		top: 0;
		right: 15px;
	}
	.modcoordonnees .row .bloc:last-child:after{
		height: 0;
	}
}
@media(min-width:992px) AND (max-width:1200px){
	
	.modcoordonnees .row .bloc:nth-last-child(2):after{
		height: 0;
	}
}
@media(min-width:768px) AND (max-width:992px){
	
	.modcoordonnees .row .bloc:nth-last-child(2):after{
		height: 0 !important;
	}
}