/**vue liste**/
.members-directory, .members-directory .member-profile {
  width: 100%;
}

.members-directory .member-profile img, .members-directory-details .member-profile img {
  width: 180px;
  max-height: 260px;
  min-height: 260px;
}

.members-directory .members-directory-category {
  margin-top: 60px;
}

.members-directory .members {
  display: flex;
  margin: auto;
  text-align: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.members-directory .members .member {
  width: 200px;
  min-height: 300px;
  margin: 35px;
  justify-self: center;
}

.members-directory .member-name {
  font-weight: bold;
  color: #000;
}

.members-directory .member-type {
  margin-top: 0px;
  color: #000;
  word-break: break-word;
}

/**End vue liste**/
/**Vue détails**/
.members-directory-details .member-profile {
  float: right;
  margin-top: -250px;
  padding: 10px;
  background-color: #fff;
}

.members-directory-details .job-description {
  font-size: 40px;
  letter-spacing: 1px;
  margin-top: 0;
  text-transform: capitalize;
  line-height: 47px;
  word-break: break-all;
}

.members-directory-details .job-description,
.members-directory-details .contact-details {
  color: #fff;
}

.members-directory-details .contact-details a {color:#fff;text-decoration:underline;}

.single-annuaire_soignants .members-directory-details .contact-details {
  margin-top: 20px;
}

.single-annuaire_soignants .members-directory-details .contact-details h3 {
  color: #fff;
}

.members-directory-details .member-bio {
  width: 70%;
  margin-bottom: 5%;
}

.members-directory-details .member-all-spec {
  font-weight: bold;
  margin-bottom: 20px;
}

.members-directory-details .back-link {
  margin-top: -320px;
  cursor: pointer;
  float: right;
  color: #000;
  text-decoration: underline;
}

.members-directory-details .back-link:hover {
  color: #666;
  text-decoration: underline;
}

.members-directory-details .thumbnails {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}

.members-directory-details .thumbnail-access .access-link,
.members-directory-details .thumbnail-access .label-link {
  color: #000;
}

.members-directory-details .thumbnail-access .label-link {
  font-size: 27px;
  text-transform: uppercase;
}

.members-directory-details .thumbnail-access strong {
  display: block;
}

.members-directory-details .thumbnail-access {
  width: 26%;
  padding: 50px 30px 50px 30px;
  margin-top: 40px;
  border: 2px solid #0093da;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: box-shadow 0.3s ease-in-out;
  cursor: pointer;
}

.members-directory-details .thumbnail-access:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.members-directory-details .liste-patho .savoir-plus::after {
  content: "\24";
  font-family: ETModules;
  font-size: 1.5em;
  position: absolute;
}

.liste-patho .patho {
  width: 31%;
}

.liste-patho .patho:hover {
  opacity: 0.7;
}

.liste-patho {
  display: flex;
  margin: auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 60px;
}

.liste-patho .patho:nth-child(3n+1),
.liste-patho .patho:nth-child(3n+2) {
  margin-right: 3.5%;
}

.liste-patho .bloc-cta {
  min-height: 275px;
  margin-bottom: 35px;
  padding: 66px 30px 0;
}

/**End vue détails**/