.FicheLien{
    border-radius: .5rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 400px;
	width: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
}

.degrade{
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 100%;
	    border-radius: .5rem;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.39) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.39) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.39) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#63000000',GradientType=0 ); /* IE6-9 */
}

.FicheLien .titre{
	z-index: 3;
	height: 4rem;
	overflow: hidden;
	font-size: 2rem;
	line-height: 2rem;
	font-weight: 500;
	flex: 1;
	text-transform: uppercase;
}

.FicheLien .categorie{
	z-index: 3;
	overflow: hidden;
	font-weight: 300;
	flex:2;

}

.FicheLien .categorie .sstitre{
	color: #5caab8;
	border-radius: 0 10px 10px 0;
	font-size: 1.3rem;
	line-height: 2.3rem;
	font-weight: 500;
	background-color: #FFF;
	border: 2px solid #5caab8;
	text-transform: uppercase;
		height: 3rem;
}

.liens .container-fluid{
	padding: 0;
}



.degradedechire{
	z-index: 2;
	height: 100% !important;
	background-position: center 90%;
	background-image: url(/images/degrade-dechire.png);
	
}

.liens .FicheLien{
	margin-bottom: 3rem;
}

.liens .rdv{
	border-radius: 7px;
	text-transform: uppercase;
}

.liens .rdv{
	border-radius: 7px;
	text-transform: uppercase;
}

.liens .carte img{
	border-radius: 7px 7px 0 0;
}

.liens .icon-rdv{
	left: 0;
	top: -4em;
	width: 100%;
}
.liens .plus{
	border-radius: 10px;
	background-color: #f8f8f8;
}


.liens .btn.categorie{
	font-size: 1.3rem;
	font-weight: 500;
	color:#5caab8;
	border-radius: 10px;
	border: 2px solid #5caab8;
	background-color: #FFF;
	text-transform: uppercase;
	min-width: 40%;
}

.liens .selected.categorie{

	color: #FFF;
	background-color: #5caab8;
	}