@charset "UTF-8";
#groomy_gravelotte-list-container {
  margin-top: 50px;
}
.groomy_gravelotte-list-card {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #F4F1F1;
}
.groomy_gravelotte-list-card a {
  text-decoration: none;
}
.groomy_gravelotte-list-card__img {
  position: relative;
  overflow: hidden;
}
.groomy_gravelotte-list-card__img .vendu {
  position: absolute;
  background: #BE8F25;
  font-weight: 700;
  color: #fff;
  padding: 12px 70px;
  top: 34px;
  right: -48px;
  transform: rotate(45deg);
  font-size: 20px;
}
.groomy_gravelotte-list-card__img a {
  aspect-ratio: 1.3333333333;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #002147;
}
.groomy_gravelotte-list-card__img a:hover img {
  opacity: 0.9;
}
.groomy_gravelotte-list-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 0.2s;
}
.groomy_gravelotte-list-card__img img.img-groomy-gravelotte-placeholder {
  width: unset;
  height: unset;
  max-width: 200px;
}
.groomy_gravelotte-list-card__content {
  padding: 30px;
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
  /* min-height: 317px; */
}
@media (max-width: 768px) {
  .groomy_gravelotte-list-card__content {
    min-height: unset;
  }
}
.groomy_gravelotte-list-card__content > div:first-of-type {
  width: 100%;
}
.groomy_gravelotte-list-card__link {
  padding: 30px;
  padding-top: 0;
}
.groomy_gravelotte-list-card__link a {
  font-weight: 500;
  background-color: #BE8F25;
  color: #fff;
  padding: 8px 15px;
  padding-right: 40px;
  border-radius: 50px;
  position: relative;
  display: inline-block;
  transition: all ease-in-out 200ms;
}
.groomy_gravelotte-list-card__link a:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 16px;
  bottom: 0;
  color: #fff;
  line-height: normal;
}
.groomy_gravelotte-list-card__link a:hover {
  opacity: 0.8;
}
.cards-horse {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
.cards-horse > div {
  width: calc(33% - 11px);
  margin-bottom: 20px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1146px) {
  .cards-horse > div {
    width: calc(50% - 11px);
  }
}
@media (max-width: 768px) {
  .cards-horse > div {
    width: calc(100%);
  }
}
a.groomy_gravelotte-list-card__redirect-button {
  min-height: 100%;
}
.groomy_gravelotte-list-card__title {
  color: #002147;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.groomy_gravelotte-list-card__pedigree {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.groomy_gravelotte-list-card__infos {
  line-height: 22px;
  margin-bottom: 20px;
}
.groomy_gravelotte-list-card__prix {
  margin-bottom: 20px;
  color: #002147;
}
.groomy_gravelotte-list-card__prix p {
  padding: 14px 25px;
  line-height: 18px;
  background-color: #002147;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border-radius: 50px;
  margin: 0;
}
.groomy_gravelotte-list-main__content {
  padding: 10px 25px;
  border-radius: 20px;
  background-color: #F4F1F1;
  font-size: 16px;
  margin: 20px 0;
  width: 100%;
}
p.groomy_gravelotte-list-main__content__decription {
  margin-top: 0;
  margin-bottom: 0;
}
p.groomy-list__content-web-1 {
  margin-top: 0;
}
/* ------------------- FILTRES --------------------- */
#groomy_gravelotte-list-header {
  text-align: center;
}
#groomy_gravelotte-list-header .rechercher-buton {
  margin: 20px auto;
}
#groomy_gravelotte-list-header .tri-ou {
  margin: auto 20px;
}
#groomy_gravelotte-list-header .custom-dropdown-2 {
  margin: auto 20px !important;
}
#groomy_gravelotte-list-header input#groomy-search-button {
  padding: 8px 15px;
  background-color: #BE8F25;
  color: #fff;
  border-radius: 50px;
  border: none;
  font-size: 16px;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
#groomy_gravelotte-list-header input#groomy-search-button:hover {
  opacity: 0.8;
}
#groomy_gravelotte-list-header div.input-group input, #groomy_gravelotte-list-header div.input-group span {
  border: 0;
  border-radius: 5px;
}
#groomy_gravelotte-list-header p.groomy_gravelotte_filtre {
  color: #2C3845;
}
#groomy_gravelotte-list-header select#groomy-sortby-dropdown {
  border: 0;
  border-radius: 5px;
  padding: 8px 15px;
  /* width: 25%; */
  color: #676767;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  width: 100%;
}
#groomy_gravelotte-list-header .custom-dropdown__select {
  font-size: inherit;
  /* inherit size from .custom-dropdown */
  padding: 0.5em;
  /* add some space*/
  margin: 0;
  /* remove default margins */
}
#groomy_gravelotte-list-header .custom-dropdown__select:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
#groomy_gravelotte-list-header span.custom-dropdown.custom-dropdown--white {
  width: 215px;
  background-color: #002147;
  border-radius: 50px;
  margin: auto;
}
#groomy_gravelotte-list-header select#groomy-sortby-dropdown {
  background-color: #002147;
  color: #fff;
  border-radius: 50px;
}
@supports (pointer-events: none) and ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) {
  #groomy_gravelotte-list-header .custom-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  #groomy_gravelotte-list-header .custom-dropdown__select {
    padding-right: 2.5em;
    /* accommodate with the pseudo elements for the dropdown arrow */
    border: 0;
    border-radius: 3px;
    background-color: #002147;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  #groomy_gravelotte-list-header .custom-dropdown::after {
    content: "";
    position: absolute;
    pointer-events: none;
  }
  #groomy_gravelotte-list-header .custom-dropdown::after {
    /*  Custom dropdown arrow */
    content: "";
    font-family: "Font Awesome 6 Pro";
    color: #fff;
    font-size: 16px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  #groomy_gravelotte-list-header .custom-dropdown__select[disabled] {
    color: rgba(0, 0, 0, 0.3);
  }
  #groomy_gravelotte-list-header .custom-dropdown.custom-dropdown--disabled::after {
    color: rgba(0, 0, 0, 0.1);
  }
  /* FF only temp fix */
  @-moz-document url-prefix() {
    #groomy_gravelotte-list-header .custom-dropdown__select {
      padding-right: 0.9em;
    }
    #groomy_gravelotte-list-header .custom-dropdown--large .custom-dropdown__select {
      padding-right: 1.3em;
    }
    #groomy_gravelotte-list-header .custom-dropdown--small .custom-dropdown__select {
      padding-right: 0.5em;
    }
  }
}
/* ------------------- PAGINATION --------------------- */
.groomy_gravelotte-pagination-container {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 35px !important;
}
a.groomy_gravelotte-pagination-container__pagination-button {
  display: inline-flex;
  width: 41px;
  height: 41px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 60px;
  border: 1px solid #F4F1F1;
  color: #002147;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}
a.groomy_gravelotte-pagination-container__pagination-button.active {
  color: #fff;
  background-color: #002147;
}
