/* buddypress template  */

#content-buddypress {
  position: relative;

  top: 20px !important;

  width: 98%;

  margin: auto;

  padding-bottom: 1px;

  padding-top: 0px;

  height: 100%;

  background-color: #efefef;
}

.item-entry.odd.is-online.is-current-user {
  display: none !important;
}

.item-entry.is-online.is-current-user {
  display: none !important;
}

.item-entry.even.is-online.is-current-user {
  display: none !important;
}

body.bp-user.my-account.notifications .col-md-4 {
  display: none;
}

body.bp-user.my-account.notifications .col-md-8 {
  flex: 0 0 100%;

  flex-grow: 0;

  flex-shrink: 0;

  flex-basis: 100%;

  max-width: 100%;
}

body.bp-user.my-account.notifications #subnav-filters {
  display: none;
}

.notification-text-container {
  display: grid;

  grid-template-columns: 85px 200px;

  grid-template-rows: 100%;
}

.notification-autor {
  font-family: 'UniversForSchueco-430Reg' !important;

  font-size: 14px !important;

  color: black !important;

  text-transform: none !important;

  font-weight: bold;

  grid-column: 1;

  grid-row: 1;
}

.notification-autor-text-title {
  font-family: 'UniversForSchueco-430Reg' !important;

  font-size: 14px !important;

  color: black !important;

  text-transform: none !important;

  grid-column: 2;

  grid-row: 1;

  width: 250px;
  margin-left: 5px;
}

#main-content #buddypress form.standard-form .select-wrap {
  margin-right: 1rem;

  border: 0;

  position: relative;

  bottom: 15px;
}

.search-users-title-container {
  width: 100%;

  height: 100px;

  font-family: 'UniversForSchueco-420CdRg';

  font-size: 40px;

  color: black !important;
}

#dir-members-search-custom {
  display: none;
}

#dir-members-search-submit-custom-contact {
  width: 50%;

  height: 25px !important;

  background-color: #78b928 !important;

  border-radius: 20px !important;
}

#dir-members-search-submit-custom-contact.stop {
  width: 50%;

  height: 25px !important;

  background-color: #bfbfbf !important;

  border-radius: 20px !important;
}

#dir-members-search-submit-custom-commercial,
#dir-members-search-submit-custom-informatique,
#dir-members-search-submit-custom-RH {
  width: 50%;

  height: 25px !important;

  background-color: #bfbfbf !important;

  border-radius: 20px !important;
}
#dir-members-search-submit-custom {
  width: 100%;

  height: 25px !important;

  background-color: white !important;

  border-radius: 0px !important;
  color: black !important;
  margin-bottom: 10px !important;
  text-align: left !important;
  padding-left: 10px !important;
}
#dir-members-search-submit-custom:hover {
  background-color: black !important;
  color: white !important;
}
span.custom-search-button {
  font-family: 'UniversForSchueco-520CdMd' !important;

  font-size: 14px !important;

  text-transform: none !important;

  font-weight: normal !important;
}

#dir-members-search-submit-custom-contact.active,
#dir-members-search-submit-custom-commercial.active,
#dir-members-search-submit-custom-informatique.active,
#dir-members-search-submit-custom-RH.active {
  background-color: #78b928 !important;
}

#subnav-filters-custom,
#subnav-filters {
  background: #ffff !important;
}

.custom-filter-users-container {
  margin-top: 20px;
}

.custom-filter-users-container {
  display: flex;

  flex-direction: row;
}

#dir-members-search-form-custom {
  border: none !important;
}

#main-content #buddypress .subnav-filters .bp-search form {
  min-width: 18rem;
}

#main-content #buddypress .subnav-filters .bp-search {
  margin-top: 0;

  width: 150px;
}

#dir-members-search-form {
  border: none !important;

  width: 500px !important;

  height: 50px !important;
}

#main-content #buddypress .subnav-filters .bp-search input[type='search'] {
  width: 300px !important;

  height: 50px !important;

  background-color: #e6e6e6 !important;

  border: none !important;

  box-shadow: inset 0rem 0rem 0 rgba(0, 0, 0, 0.05) !important;

  border-radius: 0px !important;
}

#dir-members-search-submit {
  height: 50px !important;

  background-color: #e6e6e6 !important;

  border-radius: 0px !important;
}

#main-content #buddypress .subnav-filters .bp-search button[type='submit'] span.dashicons:before {
  font-family: 'Font Awesome 5 Free';

  content: '\f002';

  color: black;
}

.item-avatar-container {
  display: flex;

  flex-direction: row;

  padding-left: 20px;
  height: 120px;
}

li div.item-avatar {
  background: white !important;

  padding-left: 20px;

  position: relative;

  top: -20px;
}

.item-avatar-right {
  padding-left: 30px;

  padding-top: 30px;
}

.buddypress-wrap .members-list li .member-name {
  margin-bottom: 0px !important;
}

#content-container .list-title.member-name > a {
  color: #262626 !important;

  font-family: 'UniversForSchueco-430Reg';

  font-size: 14px;
}

.item-avatar-right-function {
  color: #666666 !important;

  font-family: 'UniversForSchueco-430Reg';

  font-size: 13px;
}

.item-avatar-right-service {
  font-family: 'UniversForSchueco-520CdMd' !important;

  font-size: 14px;

  color: #ffffff !important;

  background-color: #bfbfbf;

  border-radius: 20px;

  font-weight: normal !important;

  padding-left: 20px;

  padding-right: 20px;

  max-width: 180px;

  text-align: center;
}

.item-avatar-mobile-phone > a,
.item-avatar-phone > a {
  font-family: 'UniversForSchueco-430Reg' !important;

  font-size: 13px;

  color: #262626 !important;

  margin-left: 10px;

  position: relative;

  top: -5px;

  pointer-events: none;

  text-decoration: none;
}

.item-avatar-mobile-phone:before {
  content: url('../images/icons-dashboard-mobile-phone.svg');
}

.item-avatar-phone:before {
  content: url('../images/icons-dashboard-phone.svg');
}

.item-avatar-email > a {
  font-family: 'UniversForSchueco-430Reg' !important;

  font-size: 13px;

  color: #78b928;

  margin-left: 10px;

  position: relative;

  top: -5px;
}

.item-avatar-email:before {
  content: url('../images/icons-dashboard-mail.svg');
}

#members-list > ul > li:nth-child(1) {
  display: block;
}

#members-list {
  height: auto !important;

  display: inline-block;
}

#members-list > ul > li:nth-child(2) > ul > li {
  position: static !important;
}

.glossary-encre {
  width: 50px;
}

.class-glossary-content {
  height: 100%;
}

.item-entry {
  position: static !important;

  left: 0px !important;
}

.alphabet-navigation {
  display: flex;

  flex-direction: row;
}

.user-link-encre {
  margin-right: 30px;

  color: black !important;

  font-family: 'UniversForSchueco-430Reg' !important;

  font-size: 14px;
}

.user-link-encre-container {
  margin-top: 20px;
}

.alphabet-navigation > li > a {
  margin-left: 30px;

  color: black !important;

  font-family: 'UniversForSchueco-430Reg' !important;

  font-size: 14px;

  text-transform: uppercase;
}

.glossary-encre > a {
  color: black !important;

  font-family: 'UniversForSchueco-430Reg' !important;

  font-size: 14px;

  text-transform: uppercase;
}

.item-block {
  padding-left: 20px;

  line-height: 0px !important;
}

body #main-content #buddypress #members-list li.item-entry {
  box-shadow: 0 16px 10px 0 rgba(0, 0, 0, 0.07) !important;

  border: none !important;

  width: 40% !important;

  min-width: 420px;

  height: 250px;

  margin-top: 20px;

  margin-right: 4%;

  margin-bottom: 20px;

  margin-left: 0px !important;
}

#content-container .box {
  background: #fff;

  padding-left: 100px;

  position: relative;

  max-width: 100%;

  margin-bottom: 30px;

  border-radius: 5px;

  -webkit-box-shadow: 0 0rem 0rem rgb(0 0 0 / 0%);

  -moz-box-shadow: 0rem 0rem rgba(0, 0, 0, 0);

  box-shadow: 0 0rem 0rem rgb(0 0 0 / 0%);
}

#members-list > ul {
  padding: 30px 37px 0px !important;
}

body ul {
  padding: 0px !important;
}

#main-content #buddypress .subnav-filters {
  padding: 0px 0px 10px !important;
}

#main-content #buddypress #members-list li.item-entry div.item-avatar a img {
  width: 100px;

  height: 100px;

  position: relative;

  border-radius: 100%;

  box-shadow: 0 0 0 0.6rem #fff;

  bottom: -50px;

  opacity: 1 !important;

  background: #fff;

  pointer-events: none;
}

#main-content #buddypress #members-list li.item-entry div.item-avatar a img:hover {
  transform: none !important;
}

.bp-pagination {
  display: none;
}

body .item-avatar-bottom-container-contact .follow-button {
  margin-left: 140px !important;

  display: block !important;

  margin-top: -30px !important;
}

#members-dir-list .follow-button {
  margin-left: 240px !important;
}

.follow-button {
  position: relative;

  top: -50px;
}

@media only screen and (max-width: 1100px) {
  #content-container .box {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 700px) {
  body #main-content #buddypress #members-list li.item-entry {
    width: 100% !important;

    min-width: 0;
  }

  .custom-filter-users-container {
    display: flex;

    flex-wrap: wrap;
  }

  #notifications-bulk-management > table > thead > tr > th.date,
  .buddypress-wrap table.notifications .notification-since {
    display: none !important;
  }
}

@media only screen and (max-width: 600px) {
  #members-list > ul {
    padding: 15px 20px 0px !important;
  }
}

@media only screen and (max-width: 490px) {
  body #members-dir-list .follow-button,
  .fav-contact-container .follow-button {
    margin-left: 140px !important;

    display: block !important;

    margin-top: -20px !important;

    width: 400px !important;
  }

  .item-block {
    padding-left: 0px !important;
  }
}

@media only screen and (max-width: 510px) {
  .notification-text-container {
    display: block;
  }

  .notification-autor-text-title {
    width: 150px;
  }

  body #main-content #buddypress #members-list li.item-entry {
    height: 270px;
  }

  body #main-content #buddypress #members-list li.item-entry .list-wrap {
    position: relative;
  }

  body #main-content #buddypress #members-list li.item-entry li.follow-button {
    position: absolute;
    margin: 0 !important;
    right: 0;
    bottom: 0;
    top: auto;
    left: auto;
    width: auto !important;
    padding: 0;
  }
}

@media only screen and (max-width: 450px) {
  #content-container .box {
    padding-left: 5px;
  }

  #dir-members-search-form {
    width: 380px !important;
  }

  #main-content #buddypress .subnav-filters .bp-search {
    width: 100%;
  }

  #main-content #buddypress .subnav-filters .bp-search input[type='search'] {
    width: 80% !important;
  }

  #main-content #buddypress .subnav-filters .bp-search form {
    min-width: 0;
    width: 100% !important;
  }

  #main-content #buddypress .custom-filter-users-container .subnav-filters {
    padding: 0px 0px 10px !important;
    display: flex;
    flex-wrap: wrap;
  }

  .separator-contact {
    display: none;
  }

  .category-container {
    display: flex;

    flex-wrap: wrap;

    flex-direction: row;

    text-align: center;

    margin-top: 10px;

    height: 80px !important;
  }

  #main-content #buddypress .subnav-filters .category-container {
    height: auto !important;
  }

  #main-content #buddypress .subnav-filters .subnav-search,
  #main-content #buddypress .subnav-filters .new-filter-link {
    margin-bottom: 10px;
  }

  #main-content #buddypress .subnav-filters .bp-search form #dir-members-search-submit-custom-contact {
    min-width: 150px;
  }
}

@media only screen and (max-width: 410px) {
  #content-container .box {
    padding-left: 5px;
  }

  #dir-members-search-form {
    border: none !important;

    width: 350px !important;

    height: 50px !important;
  }
}

@media only screen and (max-width: 400px) {
  body .item-avatar-bottom-container-contact .follow-button {
    margin-left: 140px !important;

    display: block !important;

    margin-top: -30px !important;
  }
}
