.BlockMembre {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 5px;   
}
.BlockMembre:hover {
    background: #f9f9f9;
}
.BlockMembre a {
    text-decoration: none;
    display: block;
    padding: 1%; 
    color: #333;   
}
.Avatar {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
}
.Avatar img {
    display: block;
    margin: auto;
    padding: 2px;
    background: #dbdbdb;
    border-radius: 50%;
}
.DetailsMembre {
    display: inline-block;
    vertical-align: middle;
    width: 67%;
    margin-right: -30px;
}
.nomPrenomMembre, .pseudoMembre, .sexeMembre {
    word-break: break-word;
    font-size: 13px; 
    margin-bottom: 3px; 
}
.nomPrenomMembre {   
    color: #333;
}
.nomPrenomMembre img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}
.pseudoMembre, .sexeMembre {
    color: #777;
}
.StatistiquesMembre {
    border-top: solid 1px #dbdbdb;
    text-align: right;
    color: #777;
}
.DonneesStatistiquesMembre {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    border-right: solid 1px #dbdbdb;
    padding-right: 5px;    
}
/*PROFIL*/
.PageVideP {
    font-size: 12px;
    text-align: center;
    margin: 20px;
    color: #444;
}
.PhotoDeCouv {
    padding: 5px;
    background: #f9f9f9;
}
.PhotoDeCouv img {
    display: block;
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: auto;
}
.PhotoDeProfil {
    width: 80px;
    margin: auto;
    background: #777;
    box-shadow: 0px 0px 10px #000;
    border-radius: 10%;
    position: relative;
    margin-top: -50px;
}
.PhotoDeProfil img {
    display: block;
    width: 80px;
    height: auto;
    border-radius: 10%;
}
.PseudoProf {
    color: #555;
    font-size: 28px;
    text-shadow: 1px 1px 1px #000;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    word-break: break-word;
}
.PseudoProf img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}
.InfosProfil, .PubliProfil {
    min-height: 250px;
    padding: 2%;
}
.DetailsInfos {
    font-size: 15px;
    margin-bottom: 5px;
    overflow: hidden;
    word-break: break-word;
}
.InfosProfil h2,
.PubliProfil h2 {
    border-bottom: solid 1px #dbdbdb;
    padding: 2px;
    font-size: 15px;
    margin-bottom: 5px;
    color: #333;
    background: #f9f9f9;
    text-align: center;
    text-transform: uppercase;    
}
.textDescription {
    font-size: 15px;
    word-break: break-word;
}
/*Statistiques*/
.Titre_stat {
    margin-bottom: 3px;
}
.Statistiques {
    border-bottom: solid 1px #dbdbdb;
    margin-bottom: 20px;
    padding: 5px;
    text-align: center;
    font-size: 12px;
    color: #444;
}
.DonneesStatistiques {
    display: inline-block;
    vertical-align: middle;
    border-right: solid 1px #dbdbdb;
    padding-right: 5px;    
}
.BoutonEnvoyerMsgProfil span,
.BoutonEnvoyerMsgProfil a {
    text-decoration: none;
    font-weight: bold;
    display: block;
    width: 150px;
    margin: 20px auto;
    padding: 5px;
    font-size: 13px;
    border-radius: 5px;
    text-align: center; 
    border: solid 1px;      
}
.BoutonEnvoyerMsgProfil span {
     color: #555;
}
.BoutonEnvoyerMsgProfil a {      
     color: #3180fa;
}
.BoutonEnvoyerMsgProfil a:hover {
     color: #8ab1ed;
}
/*VERSION PC*/
@media screen and (min-width: 767px) {
    .BlockMembre {
       width: 24.5%;
    }  
    .BlockMembre:nth-child(4n+4) {
       margin-right: -30px;
    }       
}