.prestation-slide {
  	position: relative;
  	overflow: hidden;
  	display: flex;
    flex-direction: column;
  	border-radius: 10px;
  	width: 400px;
  	height: 350px;
    /*padding: 1em;*/
}

.prestation-slide__image {
  	position: absolute;
   	top: 0;
   	left: 0;
   	width: 100%;
   	height: 100%;
   	background-size: cover;
   	background-position: center;
  	background-repeat: no-repeat;
  	transition: all .5s;
}

.prestation-slide:hover > .prestation-slide__image {
	transform: scale(1.2);
}

.prestation-slide__content {
  	position: relative;
   	top: 0;
   	left: 0;
   	width: 100%;
   	height: 100%;
   	background-size: cover;
   	background-position: center;
  	background-color: transparent;
  	display: flex;
  	flex-direction: row;
  	align-items: flex-end;
  	justify-content: center;
  	background: linear-gradient(0deg, rgba(4,35,62,0.5) 0%, rgba(4,35,62,0.25) 15%, rgba(255,255,255,0) 30%, rgba(255,255,255,0) 100%);
}

.prestation-slide__content__title {
  	padding: 0;
  	margin: 0 !important;
  	color: white !important;
  	text-transform: uppercase;
  	text-align: center;
  	font-family: "Pluto Sans", sans-serif;
  	font-size: 1.0625em !important;
  	font-weight: 400 !important;
  	line-height: 58px !important;
    letter-spacing: 1px !important;
  	width: 100%;
  	display: flex;
  	flex-direction: column;
}

.prestation-slide__content__link {
 	position: absolute;
  	top: 0;
   	left: 0;
   	width: 100%;
  	height: 100%;
}
