.listePays{
	box-sizing: border-box;
    padding: 20px 60px;
    margin: 0 auto;
    display: table;
}
.listePays > p{
	padding:15px 0;
}
.listePays *, .listePays *:before, .listePays *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


.listePays li {
    float: left !important;
    width: 175px !important;
    height: 50px !important;
}
.listePays li {
    float: left;
    list-style: none;
    width: 244px;
    margin-bottom: 20px;
    /* text-align: center; */
}
.listePays a {
    text-decoration: none !important;
}


.listePays a img {
    vertical-align: middle;
    /* margin-top: 10px; */
}
.listePays a span {
    font-weight: bold;
    text-decoration: underline;
    margin-left: 2px;
    /* display: block; */
    /* margin: 10px auto; */
}
.listePays ul, .listePays{
	margin:0;
}
/* MEDIA QUERIES */
@media (max-width: 1024px) and (max-device-width: 1024px) {
	#content{
		padding:0 10px;
	}
	.listePays ul,
	.listePays{
		display:table;
		width:100%;
		padding:0;
		margin:0;
	}
	.listePays li{
		width:25%!important;
		box-sizing:border-box;
	}
	.listePays a {
		text-align: center;
		width: 100%;
	}
	.listePays a img {
		display: block;
		margin: 10px auto;
	}
	.listePays a span {
		display: block;
		width: 100%;
		text-align: center;
	}
	}
@media (max-width: 980px) and (max-device-width: 980px) {
	.listePays li{
		width:33.333%!important;
	}
}