section.section-listeexperts .intro h2 {
  margin-bottom: 50px;
}
section.section-listeexperts article {
  margin-bottom: 53px;
}
section.section-listeexperts .listeexperts {
  background-color: #F8F8F8;
  box-shadow: 6px 6px 6px rgba(0,0,0,0.16);
  padding: 25px 40px 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.section-listeexperts .listeexperts .entete {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
section.section-listeexperts .listeexperts .entete .imgcropCtn {
  width: 180px;
  height: 180px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.section-listeexperts .listeexperts .entete .infos {
  width: calc(100% - 180px);
  padding-left: 30px;
}
section.section-listeexperts .listeexperts .entete .infos h3 {
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 600;
  margin-bottom: 6px;
}
section.section-listeexperts .listeexperts .entete .infos span.poste {
  font-size: 1.8rem;
  font-weight: 300;
}
section.section-listeexperts .listeexperts .entete .infos .motscles {
  margin-top: 16px;
}
section.section-listeexperts .listeexperts .entete .infos .motscles span {
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  padding: 7px 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0px 6px 6px rgba(0,0,0,0.16);
  margin-right: 20px;
}
section.section-listeexperts .listeexperts .entete .infos .motscles span:nth-child(1),
section.section-listeexperts .listeexperts .entete .infos .motscles span:nth-child(4),
section.section-listeexperts .listeexperts .entete .infos .motscles span:nth-child(7) {
  background-color: #E04511;
}
section.section-listeexperts .listeexperts .entete .infos .motscles span:nth-child(2),
section.section-listeexperts .listeexperts .entete .infos .motscles span:nth-child(5),
section.section-listeexperts .listeexperts .entete .infos .motscles span:nth-child(8) {
  background-color: #757681;
}
section.section-listeexperts .listeexperts .entete .infos .motscles span:nth-child(3),
section.section-listeexperts .listeexperts .entete .infos .motscles span:nth-child(6),
section.section-listeexperts .listeexperts .entete .infos .motscles span:nth-child(9) {
  background-color: #E53170;
}
section.section-listeexperts .listeexperts .bouton {
  text-align: center;
}
section.section-listeexperts .listeexperts .bouton a.boutPlein {
  transform: translateY(25px);
}
section.section-listeexperts .listeexperts .bouton a.boutPlein:hover {
  background-color: #ffffff;
}
@media screen and (max-width: 500px) {
  section.section-listeexperts .listeexperts .entete {
    flex-direction: column;
  }
  section.section-listeexperts .listeexperts .entete .infos {
    width: 100%;
    padding-left: 0;
  }
  section.section-listeexperts .listeexperts .entete .imgcropCtn {
    margin-bottom: 15px;
  }
  section.section-listeexperts .listeexperts {
    padding: 25px 20px 0;
  }
}
