.result-annuaire-wrap {
    background-color: #f8f9f9;
	background-color: #ffffff;
    padding: 5px 20px;
}
.result-annuaire-wrap .result-membre {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    float: left;
    margin: 10px 2% 14px 0;
	min-height: 207px;
    padding: 8px 16px;
    width: 98%;
}

/*.result-annuaire-wrap .result-membre.filtre  {
	min-height: 205px;
	width: 49% !important;
}

.result-annuaire-wrap .result-membre.col2  {
	width: 49% !important;
}

.result-annuaire-wrap .result-membre:nth-child(3n) {
	margin-right: 0;
}

.result-annuaire-wrap .result-membre.filtre:nth-child(3n), .result-annuaire-wrap .result-membre.col2:nth-child(3n) {
	margin-right: 2%;
}

.result-annuaire-wrap .result-membre.filtre:nth-child(2n), .result-annuaire-wrap .result-membre.col2:nth-child(2n) {
	margin-right: 0;
}*/



@media (min-width: 576px) {
    .result-annuaire-wrap .result-membre {
        width: 49%;
        max-width: 100%;
    }
	.result-annuaire-wrap .result-membre:nth-child(2n) {
		margin-right: 0;
	}
}

@media (min-width: 992px) {
    .result-annuaire-wrap .result-membre {
        width: 32%;
        max-width: 100%;
    }
	.result-annuaire-wrap .result-membre.filtre,
	.result-annuaire-wrap .result-membre.col2  {
		width: 49%;
	}
	
	.result-annuaire-wrap .result-membre:nth-child(2n) {
		margin-right: 2%;
	}
	.result-annuaire-wrap .result-membre:nth-child(3n) {
		margin-right: 0;
	}
	
	.result-annuaire-wrap .result-membre.filtre:nth-child(3n),
	.result-annuaire-wrap .result-membre.col2:nth-child(3n)  {
		margin-right: 2%;
	}
	
	.result-annuaire-wrap .result-membre.filtre:nth-child(2n),
	.result-annuaire-wrap .result-membre.col2:nth-child(2n)  {
		margin-right: 0;
	}
}


.membre-info-wrapper{
	height: 115px;
}
.membre-avatar {
    width: 100px;
	height: 115px;
	float: left;
}

.membre-info-parti {
    height: 60px;
	font-size: 14px;
	font-weight: bold;
}

.membre-info-parti .membre-pp-icon {
    width: 50px;
	margin-right:8px;
	float: left;
}

.membre-info {
	
}

.membre-meta-b {
	font-size: 14px;
	font-weight: bold;
}

.membre-meta-s {
	font-size: 11px;
}

.membre-meta-c {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	border-top: 1px solid #e9e9e9;
}