.piedpage_services,
.piedpage_payments{
	margin: 0;
	padding-bottom: 35px;
	display: inline-block;
	border-bottom: 1px solid #5B5B5B;
	width: 100%;
}

.piedpage_payments{
	padding-bottom: 0;
	border-bottom: 0px solid #5B5B5B;;
}

.piedpage_item,
.piedpage_payment_item{
	margin-top: 15px;
	text-align: center;
	color: #fff;
}

.piedpage_item a,
.piedpage_payment_item a{
	color: #fff;
	text-decoration: none !important;
	cursor: pointer;
}

.piedpage_item .piedpage_icon{
	width: 20%;
	height: auto;
	margin-bottom: 15px;
	filter: brightness(2);
}

.piedpage_item label,
.piedpage_payment_item label{
	text-transform: uppercase;
	font-weight: bold;
	width: 100%;
	font-size: 20px;
	margin-bottom: 0;
	word-break: break-word;
}

.piedpage_item span,
.piedpage_payment_item span{
	width: 100%;
	display: block;
	font-size: 16px;
}

.piedpage_payment_item{
	vertical-align: middle;
	display: inline-block;
	float: none;
	padding: 0 5px;
	color: #fff;
}

.piedpage_payment_item .piedpage_icon{
	width: 90%;
	height: auto;
	margin-bottom: 15px;
	filter: brightness(2);
}

@media screen and (min-width: 1024px ) {

	.piedpage_payment_item,
	.piedpage_payment_item .piedpage_icon{
		margin: 0;
	}

}


@media screen and (max-width: 768px ) {
	.piedpage_services label,
	.piedpage_payments label{
		font-size: 14px;
	}
	.piedpage_services .piedpage_icon{
		width: 30%;
	}
	.piedpage_payments .col-sm-3,
	.piedpage_payments .col-xs-3{
		width: 23.5% !important;
	}
}
/** vieux css **/
#footer ul{
	list-style:none;
}
.conteneurLienFooter{
	position:relative;
	float:left;
	width:100%;
	margin-top:15px;
	background-color:#000000;
	
}
.blocFooterItem{
	position:relative;
	float:left;
	width:100%;
	margin-top:5px;
	margin-right:5px;
	margin-left:5px;
	padding-top:5px;
	padding-left:10px;
	padding-bottom:10px;
	
}
.blocItem{
	position:relative;
	float:left;
	width:197px;
	height:260px;
}
.blocItem a{
	text-decoration:none;
}
.imagePiedPageItem{
	position:relative;
	width:100%;
	text-align:center;
	height:150px;
}
.nomPiedPageItem{
	position:relative;
	width:88%;
	text-align:center;
	margin-top:5px;
	color:#ffffff;
	font-weight: bold;
	font-size: 15px;
	font-style: italic;
}
.nomLienPiedPage{
	position:relative;
	width:88%;
	margin-top:20px;
	color:#ff0000;
	text-transform:uppercase;
	font-style:italic;
	margin-top:25px;
	text-align:center;
}
.nomLienPiedPage a{
	text-decoration:underline;
	color:#ff0000;
}