.forfaitItem__title{
	color: #435672;
	font-size: 30px;
	line-height: 1.25em;
	font-weight: bold;
	margin-bottom: 30px;
}

.forfait__item{
	position: relative;
}
.forfait__item::after{
	content:"";
	display: block;
	position: absolute;
	top:-50px;
	left: -150px;
	width: 243px;
	height: 199px;
	background-image: url('../../img/bg_title-1.png');
    background-repeat: no-repeat;
}
.forfaitItem__text{
	color: #435672;
	font-size: 20px;
	line-height: 1.25em;
	min-height: 250px;
}
	.forfaitItem__text p{
		margin-bottom: 15px;
	}
	
	.forfait__in{
		padding-top: 100px;
		margin-bottom: 100px;
		display: inline-block;
	}
	
	.forfaitItem__in{
		margin-bottom: 50px;
	}
	@media all and (min-width:768px){
		.forfaitItem__in{
			padding-right: 125px;
		}
	}