div.breadcrum-gravelotte, div.infos_generales, div.contenu_fiche_cheval {
  max-width: 1300px;
  margin: auto;
}
div.horse_fiche_pouliniere div.infos_generales, div.horse_fiche_a_vendre div.infos_generales {
  align-items: center;
}
div.horse_fiche_pouliniere div.infos_generales div.infos_generales_right, div.horse_fiche_a_vendre div.infos_generales div.infos_generales_right {
  display: block;
}
div.horse_fiche_pouliniere div.infos_generales div.prix, div.horse_fiche_a_vendre div.infos_generales div.prix {
  color: #002147;
  font-size: 22px;
  font-weight: 500;
}
div.horse_fiche_pouliniere div.infos_generales div.vendu, div.horse_fiche_a_vendre div.infos_generales div.vendu {
  margin-top: 10px;
  background-color: #BE8F25;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
}
div.infos_generales {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
div.infos_generales h1 {
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
div.infos_generales div.infos_generales_right {
  padding-top: 5px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
div.infos_generales div.infos_generales_right a {
  color: #002147;
  display: flex;
  align-items: center;
  margin-left: 40px;
}
div.infos_generales div.infos_generales_right a:hover {
  color: #717E8D;
}
div.infos_generales div.infos_generales_right i {
  background-color: #BE8F25;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  color: #fff;
  margin-right: 5px;
}
div.infos_generales div.infos_generales_right i::before {
  font-size: 24px;
}
@media (max-width: 1095px) {
  div.infos_generales {
    flex-wrap: wrap;
  }
  div.infos_generales div.infos_generales_right {
    margin-top: 30px;
    width: 100%;
    justify-content: flex-start;
  }
  div.infos_generales div.infos_generales_right a {
    width: auto;
  }
  div.infos_generales div.infos_generales_right a:first-of-type {
    margin-left: 0;
  }
}
.groomy-fiche__media .lightBoxVideoLink {
  display: block;
  position: relative;
  height: 100%;
}
.groomy-fiche__media .lightBoxVideoLink:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.slbCloseBtn {
  background: #BE8F25 !important;
  font-size: 36px !important;
  right: 16px !important;
  color: #002147 !important;
}
.swiper-container {
  position: relative;
  margin-bottom: 35px;
}
.swiper {
  border-radius: 20px;
}
.swiper img {
  max-height: 415px;
  border: 1px solid #fff;
}
@media (max-width: 768px) {
  .swiper img {
    max-height: 300px;
    max-width: 100%;
  }
}
.swiper iframe {
  width: 700px;
  height: 415px;
  border: 1px solid #fff;
}
@media (max-width: 768px) {
  .swiper iframe {
    height: 300px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .swiper {
    padding-bottom: 90px;
  }
}
.swiper-wrapper {
  padding-bottom: 17px;
}
@media (max-width: 992px) {
  .swiper-wrapper {
    align-items: center;
  }
}
.swiper-slide {
  width: auto;
}
@media (max-width: 992px) {
  .swiper-slide {
    width: 100% !important;
    text-align: center;
  }
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  left: calc(50%);
  width: auto;
  margin: auto;
  /* right: 0; */
  transform: translate(-50%, 50%);
  background: #BE8F25;
  display: inline-flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 50px;
  bottom: 19px;
  z-index: 8;
}
@media (max-width: 600px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
  }
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
  border-radius: var(--swiper-pagination-bullet-border-radius, 50px);
  background-color: #fff !important;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}
.swiper-pagination-bullet-active {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 20px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
  background-color: #002147 !important;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next, .swiper-button-prev {
  background-color: #BE8F25;
  border-radius: 50px;
  width: 44px;
  height: 44px;
  z-index: 8;
}
.swiper-button-next:after, .swiper-button-prev:after {
  color: #002147;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
    top: calc(100% - 55px);
  }
}
div.slbArrows .prev.slbArrow, div.slbArrows .next.slbArrow {
  background: #BE8F25 !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50px !important;
}
div.slbArrows .next.slbArrow::before {
  left: 28px !important;
  border-left-color: #002147 !important;
}
div.slbArrows .prev.slbArrow::before {
  border-right-color: #002147 !important;
  left: 17px !important;
}
div.bloc_fiche_cheval {
  padding: 40px;
  margin-bottom: 40px;
  border-radius: 20px;
  border: 2px solid #F4F1F1;
  width: 69%;
}
div.bloc_fiche_cheval h2 {
  margin-top: 0;
}
@media (max-width: 1095px) {
  div.bloc_fiche_cheval {
    width: 100%;
  }
}
@media (max-width: 920px) {
  div.bloc_fiche_cheval {
    padding: 30px;
  }
}
div.bloc_fiche_cheval.produits, div.bloc_fiche_cheval.videos {
  padding: 0;
  border: 0px;
}
div.bloc_fiche_cheval.produits h2, div.bloc_fiche_cheval.videos h2 {
  margin-left: 40px;
}
@media (max-width: 920px) {
  div.bloc_fiche_cheval.produits h2, div.bloc_fiche_cheval.videos h2 {
    margin-left: 30px;
  }
}
div.pedigree .genealogie {
  width: 100%;
}
div.pedigree .genealogie td {
  font-size: 16px;
  border-bottom: 1px solid #F4F1F1;
  padding: 10px 0;
}
@media (max-width: 920px) {
  div.pedigree .genealogie td {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  div.pedigree .genealogie td {
    font-size: 14px;
  }
}
div.pedigree .genealogie td.perem span, div.pedigree .genealogie td.gen1 span, div.pedigree .gen2.p_male.pere span, div.pedigree .gen3.p_male.pere span {
  background: #002147;
  color: #fff;
  padding: 6px 12px;
  display: inline-block;
  border-radius: 50px;
}
@media (max-width: 920px) {
  div.pedigree .genealogie td.perem span, div.pedigree .genealogie td.gen1 span, div.pedigree .gen2.p_male.pere span, div.pedigree .gen3.p_male.pere span {
    background: unset;
    color: #002147;
    font-weight: bold;
    padding: 0px;
  }
}
div.pedigree .genealogie td.nob {
  border: none;
}
@media (max-width: 920px) {
  div.pedigree {
    padding-left: 5px;
    padding-right: 5px;
  }
  div.pedigree div.groomy-fiche__row-title {
    padding-left: 40px;
    padding-right: 40px;
  }
}
div.contenu_fiche_cheval {
  position: relative;
}
#quickmenu {
  width: 29%;
  position: sticky;
  left: 100%;
  top: 130px;
}
#quickmenu div.menu_fiche_cheval {
  position: absolute;
  top: 0;
  left: 0;
}
#quickmenu div.menu_fiche_cheval div.top_menu {
  background-color: #BE8F25;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 33px 15px 40px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#quickmenu div.menu_fiche_cheval div.top_menu h3 {
  color: #fff;
  margin: 0;
  font-weight: 500;
}
#quickmenu div.menu_fiche_cheval div.top_menu a {
  background-color: #002147;
  border-radius: 50px;
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-left: 33px;
}
#quickmenu div.menu_fiche_cheval div.menu {
  background-color: #002147;
  padding: 40px;
  padding-bottom: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
#quickmenu div.menu_fiche_cheval div.menu > a {
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  transition: all ease-in-out 0.2s;
}
#quickmenu div.menu_fiche_cheval div.menu > a:hover {
  color: #BE8F25;
}
#quickmenu div.menu_fiche_cheval div.bottom_menu {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
#quickmenu div.menu_fiche_cheval div.bottom_menu a {
  color: #fff;
  display: flex;
  align-items: center;
  width: 50%;
  transition: all ease-in-out 0.2s;
}
#quickmenu div.menu_fiche_cheval div.bottom_menu a:hover {
  color: #BE8F25;
}
#quickmenu div.menu_fiche_cheval div.bottom_menu i {
  background-color: #BE8F25;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  color: #fff;
  margin-right: 5px;
}
#quickmenu div.menu_fiche_cheval div.bottom_menu i::before {
  font-size: 24px;
}
@media (max-width: 1095px) {
  #quickmenu {
    display: none;
  }
}
span.uppercase {
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
}
.groomy-fiche__monte {
  margin-bottom: 16px;
}
