.agents-liste {
  padding: 0 15px;
  margin-top: -45px;
}
.agents-liste .filtres {
  margin-bottom: 50px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
  padding: 20px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.agents-liste .filtres .form-control {
  border-radius: 5px;
  background-color: #f4f4f4;
  border: 0 none;
}
.agents-liste .filtres .btn {
  width: 100%;
}
.agents-liste .agent {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 15px;
  box-shadow: rgba(50, 50, 50, 0.19) 6px 6px 25px 0px;
}
@media (max-width: 767px) {
  .agents-liste .agent::after {
    content: "";
    display: block;
    clear: both;
  }
}
.agents-liste .agent .img-link {
  display: block;
  overflow: hidden;
  position: relative;
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #D1D1D1;
}
@media (max-width: 767px) {
  .agents-liste .agent:not(.slick-slide) .img-link {
    width: 120px;
    height: 120px;
    float: left;
  }
}
.agents-liste .agent .img-link .inner {
  padding: 4px;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  border: 3px solid #fff;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.agents-liste .agent .img-link .inner img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
}
.agents-liste .agent .agent-infos {
  padding-top: 5px;
  min-height: 140px;
}
@media (max-width: 767px) {
  .agents-liste .agent:not(.slick-slide) .agent-infos {
    width: calc(100% - 130px);
    float: right;
    min-height: 0;
  }
}
.agents-liste .agent .agent-infos h3 {
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 20px;
  max-width: 85px;
  border-radius: 5px;
}
.agents-liste .agent .agent-infos .nom {
  font-weight: bold;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.agents-liste .agent .agent-infos .geo {
  margin-bottom: 5px;
}
.agents-liste .agent .agent-infos .rsac {
  margin-top: 15px;
  font-size: 11px;
}
.agents-liste .agent .agent-infos .btn {
  margin-top: 5px;
  border-radius: 4px;
  padding: 5px 10px;
  background-color: #9F2927;
  color: #fff;
  font-weight: bold;
}
.agents-liste .pagination {
  display: block;
  box-shadow: none;
}
.agents-liste .pagination .btn {
  border: 1px solid #9F2927;
  margin-top: 5px;
  border-radius: 4px;
  padding: 5px 10px;
  color: #9F2927;
}
.agents-liste .pagination .btn.prev {
  float: left;
}
.agents-liste .pagination .btn.next {
  float: right;
}

/*# sourceMappingURL=agents-liste.css.map */
