.info-pagination {

    margin: 8px;  
    padding: 16px 0;  
    display: flex;  
    justify-content: space-between;  
    align-items: center;
  
  }
  
  #loader {

    display: flex;
  
  }
  
  .skeleton-membre {
  
    height: 180px;  
    width: 100%;  
    margin: 8px;  
    border-radius: 20px;  
    transition: all 200ms ease-in-out;  
    position: relative;  
    background-color: #eaeaea;
  
  }
  
  .skeleton-membre::after {
  
    content: "";  
    position: absolute;
    top: 0;  
    right: 0;  
    bottom: 0;  
    left: 0;  
    transform: translateX(-100%);  
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));  
    animation: load 1s infinite;
  
  }
  
  @keyframes load {
  
    100% {
  
      transform: translateX(100%);
  
    }
  
  }
  @media screen and (prefers-reduced-motion: reduce) {

    .skeleton-membre::after {
  
      animation: none;
  
    }
  
  }
    

.annuaireLoader { 
    display: none;
    width: 100% ; 
    height: 32px; 
    background: url(/wp-admin/images/spinner.gif) no-repeat; 
    margin: auto; 
}

.annuaireLoader { 
    padding-left: 30px;
}

.annuaireLoaderNext { 
    display: none;
    width: 100% ; 
    height: 32px; 
    background: url(/wp-admin/images/spinner.gif) no-repeat; 
    margin: auto;
    font-size: 20px;
    font-weight: bold;    
    padding-left: 30px;
}

.annuaire-recherche {
    padding: 1em 2.2em;
    font-size: 1.1em;
    background: #ffffff;
    color: #333;
    border-style: solid !important;
    border: #e6e6e6 ;
    border-width: 1px;

}

.annuaire-recherche select, .annuaire-recherche input {
    background: #f5f5f5 !important;
    border: 1px solid #d6d6d6 !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    font-size: 20px !important;
    padding: 0 !important;
    width: -webkit-fill-available;
    width: -moz-available;
    margin-bottom: 5px;
    height: 45px;
  }

.annuaire-recherche button, .annuaire-recherche input[type=submit] {
    margin-right: 0 !important;
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #002d8b !important;
    color: #002d8b !important;
    border-radius: 5px !important;
    font-size: 13px !important;
    padding: 0 16px !important;
    line-height: 37px !important;
    height: 45px !important;
    font-size: 16px !important;
 }

.annuaire-resultat {
    background-color: #fff;
    margin-top: 40px;
    padding: 40px;
    margin-bottom: 20px;
    border: solid 1px #bbb;
    moz-box-shadow: 0 7px 16px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 7px 16px rgba(0,0,0,0.1);
    -o-box-shadow: 0 7px 16px rgba(0,0,0,0.1);
    box-shadow: 0 7px 16px rgba(0,0,0,0.1);
    
}

.item-member {
    border-top: 1px solid #002d8b !important;
    box-sizing: border-box;
    clear: both;
    list-style: none;
    padding: 30px 0px;
    width: 100%;
}

.item-member li .description-member .item-block {
    width: 100% !important;
}




.member-name {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    display: contents !important;
    text-transform: none !important;
    box-shadow: none;
    text-decoration: none;

}

.item-member .avatar {
    text-align: center;
    margin-right: 5%;  
 
}

.avatar.modern img {
    border-radius: 50%;
}

.avatar img {
    font-size: 0;
    width: 150px;
    height: 150px;
}

.item-member .avatar.modern {
    padding-top: 20px; 
    width: 150px;
    height: 150px;
}
    
.item-member .description-member.modern {
    background-color: #f4f4f4 !important;
    margin-left: 0px !important;
    padding: 15px;
    border-radius: 20px;
}


/* style en option */
@media screen and (min-width: 800px) {
    .item-member .avatar {
        text-align: left;
        float: left;
        margin-right: 5%;      
    }


    .item-member .description-member.modern {
        margin-left: 80px !important;
    }
}


/**/



