@charset "UTF-8";
header.header_fiche_etalon {
  position: absolute;
  z-index: 999;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 42px 60px 80px 60px;
  left: 0;
  right: 0;
}
header.header_fiche_etalon > div {
  background: transparent;
  padding: 0;
  border: 0;
  height: 82px;
  box-shadow: none;
}
@media (max-width: 820px) {
  header.header_fiche_etalon {
    padding: 20px 20px 60px 10px;
  }
}
.cartouche_offre, .groomy-offer-badge {
  display: flex;
  padding: 2px 16px 5px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 500px;
  background: rgba(205, 157, 65, 0.2);
  color: var(--wp--preset--color--primary);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  display: inline-block;
  margin-bottom: 10px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  border: none;
  font-family: barlow, sans-serif;
}
.cartouche_offre:hover, .groomy-offer-badge:hover {
  background: rgba(205, 157, 65, 0.35);
}
.groomy-offer-item .cartouche_offre {
  cursor: pointer;
  margin: 8px 0;
}
.groomy-offer-item .cartouche_offre_text {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out;
  margin: 9px 0;
}
.groomy-offer-item .cartouche_offre_text.is-open {
  max-height: unset;
  opacity: 1;
}
.groomy-fiche_etalon {
  margin-block-start: 0;
}
.groomy-fiche_etalon h3.title_dore {
  color: var(--wp--preset--color--primary);
  font-family: var(--wp--preset--font-family--title);
  font-size: 26px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 21px;
}
.groomy-fiche_etalon .groomy-fiche_etalon_poster {
  position: relative;
  z-index: 998;
}
.groomy-fiche_etalon img {
  border-radius: 0px !important;
  max-width: 100%;
}
@media (max-width: 820px) {
  .groomy-fiche_etalon img.poster_desktop {
    display: none;
  }
}
.groomy-fiche_etalon img.poster_mobile {
  display: none;
}
@media (max-width: 820px) {
  .groomy-fiche_etalon img.poster_mobile {
    display: block !important;
  }
}
.groomy-fiche_etalon .button-back {
  margin-top: 100px;
  text-align: center;
}
.groomy-fiche_etalon .btn-contenu.btn-bas {
  z-index: 997;
}
@media (max-width: 767px) {
  .groomy-fiche_etalon .btn-contenu.btn-bas {
    display: block;
  }
}
.groomy-fiche_etalon .groomy-quickmenu {
  position: fixed;
  bottom: 20px;
  z-index: 996;
  left: 20px;
  right: 100px;
  transform: translateY(150%);
  transition: transform 0.3s ease;
}
.groomy-fiche_etalon .groomy-quickmenu.is-visible {
  transform: translateY(0);
}
.groomy-fiche_etalon .groomy-quickmenu ul {
  display: flex;
  padding: 26px;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: auto;
  max-width: 1295px;
  border-radius: 20px;
  background: var(--wp--preset--color--secondary);
  position: relative;
}
.groomy-fiche_etalon .groomy-quickmenu ul .groomy-quickmenu-name {
  padding: 8px 15px;
  position: absolute;
  left: 25px;
  top: -22px;
  background-color: var(--wp--preset--color--primary);
  color: #fff;
  font-size: 20px;
  line-height: normal;
  text-transform: uppercase;
  font-family: var(--wp--preset--font-family--title);
  border-radius: 50px;
}
.groomy-fiche_etalon .groomy-quickmenu ul li {
  list-style: none;
}
@media (max-width: 1360px) {
  .groomy-fiche_etalon .groomy-quickmenu ul {
    gap: 20px;
  }
}
@media (max-width: 1230px) {
  .groomy-fiche_etalon .groomy-quickmenu ul {
    gap: 10px;
  }
}
@media (max-width: 1110px) {
  .groomy-fiche_etalon .groomy-quickmenu ul {
    display: none;
  }
}
.groomy-fiche_etalon .groomy-quickmenu a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
.groomy-fiche_etalon .groomy-quickmenu a:hover {
  color: var(--wp--preset--color--primary);
}
.groomy-fiche_etalon .groomy-btn {
  padding: 7px 16px 9px;
  border-radius: 500px;
  border: 1px solid var(--wp--preset--color--primary);
  background: var(--wp--preset--color--primary);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-family: barlow, sans-serif;
}
.groomy-fiche_etalon .groomy-btn:hover {
  border: 1px solid var(--wp--preset--color--secondary);
  background: var(--wp--preset--color--secondary);
}
.groomy-fiche_etalon .groomy-btn.contrat {
  border: 1px solid var(--wp--preset--color--secondary);
  background: var(--wp--preset--color--secondary);
}
.groomy-fiche_etalon .groomy-btn.contrat:hover {
  border: 1px solid var(--wp--preset--color--primary);
  background: var(--wp--preset--color--primary);
}
.groomy-fiche_etalon .groomy-btn.photos {
  border: 1px solid var(--wp--preset--color--primary);
  background: transparent;
}
.groomy-fiche_etalon .groomy-btn.photos:hover {
  border: 1px solid var(--wp--preset--color--secondary);
}
.groomy-fiche_etalon .groomy-btn.btn-ifce {
  border: 1px solid var(--wp--preset--color--primary);
  background: transparent;
  color: var(--wp--preset--color--secondary);
  font-weight: 600;
  padding: 5px 8px;
  z-index: 99;
}
.groomy-fiche_etalon .groomy-btn.btn-ifce:hover {
  border: 1px solid var(--wp--preset--color--secondary);
}
.groomy-fiche_etalon .groomy-fiche_etalon_poster .groomy-fiche_etalon_poster_container {
  background-color: var(--wp--preset--color--secondary);
  padding: 21px;
}
@media (max-width: 820px) {
  .groomy-fiche_etalon .groomy-fiche_etalon_poster .groomy-fiche_etalon_poster_container {
    padding: 20px 10px;
  }
}
.groomy-fiche_etalon .groomy-fiche_etalon_poster .groomy-fiche_etalon_poster_container div.gradient {
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  top: 50%;
  left: 0;
  right: 0;
  border-radius: 20px;
}
@media (max-width: 820px) {
  .groomy-fiche_etalon .groomy-fiche_etalon_poster .groomy-fiche_etalon_poster_container div.gradient {
    top: 0%;
  }
}
.groomy-fiche_etalon .groomy-fiche_etalon_poster .groomy-fiche_etalon_poster_container img {
  border-radius: 20px !important;
}
.groomy-fiche_etalon .groomy-fiche_etalon_poster .groomy-fiche_etalon_poster_container .groomy-fiche_etalon_poster_content {
  position: relative;
  max-height: calc(100vh - 40px);
  min-height: calc(100vh - 40px);
  overflow: hidden;
  border-radius: 20px;
}
.groomy-fiche_etalon .groomy-fiche_etalon_poster .groomy-fiche_etalon_poster_container .groomy-fiche_etalon_poster_content .poster {
  text-align: center;
}
.groomy-fiche_etalon .groomy-fiche_etalon_poster .groomy-fiche_etalon_poster_container .groomy-fiche_etalon_poster_content div.groomy-fiche_etalon_poster_infos {
  position: absolute;
  bottom: 25px;
  left: 20px;
  right: 20px;
  text-align: center;
}
.groomy-fiche_etalon .groomy-fiche_etalon_poster .groomy-fiche_etalon_poster_container .groomy-fiche_etalon_poster_content div.groomy-fiche_etalon_poster_infos h1 {
  color: var(--wp--preset--color--primary);
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 820px) {
  .groomy-fiche_etalon .groomy-fiche_etalon_poster .groomy-fiche_etalon_poster_container .groomy-fiche_etalon_poster_content div.groomy-fiche_etalon_poster_infos h1 {
    font-size: 28px;
  }
}
.groomy-fiche_etalon .groomy-fiche_etalon_poster .groomy-fiche_etalon_poster_container .groomy-fiche_etalon_poster_content div.groomy-fiche_etalon_poster_infos .groomy-fiche_etalon_poster_pedigree {
  color: #fff;
  text-align: center;
  font-family: var(--wp--preset--font-family--title);
  font-size: 24px;
  line-height: normal;
  margin-bottom: 9px;
}
@media (max-width: 820px) {
  .groomy-fiche_etalon .groomy-fiche_etalon_poster .groomy-fiche_etalon_poster_container .groomy-fiche_etalon_poster_content div.groomy-fiche_etalon_poster_infos .groomy-fiche_etalon_poster_pedigree {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.groomy-fiche_etalon .groomy-fiche_etalon_poster .groomy-fiche_etalon_poster_container .groomy-fiche_etalon_poster_content div.groomy-fiche_etalon_poster_infos .groomy-fiche_etalon_poster__infos {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 25px;
}
@media (max-width: 820px) {
  .groomy-fiche_etalon .groomy-fiche_etalon_poster .groomy-fiche_etalon_poster_container .groomy-fiche_etalon_poster_content div.groomy-fiche_etalon_poster_infos .groomy-fiche_etalon_poster__infos {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.groomy-fiche_etalon .groomy-fiche_etalon_poster .groomy-fiche_etalon_poster_container .groomy-fiche_etalon_poster_content div.groomy-fiche_etalon_poster_infos .groomy-fiche_etalon_poster_buttons {
  gap: 17px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.groomy-fiche_etalon .groomy-fiche_etalon_poster .groomy-fiche_etalon_poster_container .groomy-fiche_etalon_poster_content div.groomy-fiche_etalon_poster_infos .groomy-fiche_etalon_poster_buttons .groomy-btn {
  padding: 7px 12px 9px;
  font-size: 16px;
  gap: 14px;
}
@media (max-width: 820px) {
  .groomy-fiche_etalon .groomy-fiche_etalon_poster .groomy-fiche_etalon_poster_container .groomy-fiche_etalon_poster_content div.groomy-fiche_etalon_poster_infos {
    bottom: 21px;
    left: 8px;
    right: 8px;
  }
}
@media (max-width: 1400px) {
  .groomy-fiche_etalon .groomy-fiche_etalon_poster .groomy-fiche_etalon_poster_container .groomy-fiche_etalon_poster_content {
    min-height: unset;
  }
}
@media (max-width: 820px) {
  .groomy-fiche_etalon .groomy-fiche_etalon_poster .groomy-fiche_etalon_poster_container .groomy-fiche_etalon_poster_content {
    min-height: 45vh;
  }
}
@media (max-width: 820px) {
  .groomy-fiche_etalon .groomy-fiche_etalon_poster .groomy-fiche_etalon_poster_container .groomy-fiche_etalon_poster_content {
    min-height: 80vh;
  }
}
.groomy-fiche_etalon .groomy-fiche_etalon_poster .groomy-fiche_etalon_poster_container .btn-contenu {
  position: absolute;
  right: 70px;
  bottom: 70px;
}
.groomy-fiche_etalon .groomy-fiche_etalon_poster .groomy-fiche_etalon_poster_container .btn-contenu a {
  display: inline-flex;
  height: 46px;
  width: 46px;
  padding: 7px 9px !important;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 500px;
  z-index: 999;
  position: relative;
  color: transparent;
  font-weight: 500;
  background-color: var(--wp--preset--color--primary);
}
.groomy-fiche_etalon .groomy-fiche_etalon_poster .groomy-fiche_etalon_poster_container .btn-contenu a::before {
  content: "";
  color: var(--White, #FFF);
  text-align: center;
  font-family: "Font Awesome 6 Pro";
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  width: 28px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.groomy-fiche_etalon #fiche_etalon_top {
  border-bottom: 1px solid var(--wp--preset--color--primary);
}
.groomy-fiche_etalon #fiche_etalon_top .fiche_etalon_top_container {
  display: flex;
  max-width: 1350px;
  margin: auto;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .groomy-fiche_etalon #fiche_etalon_top .fiche_etalon_top_container {
    flex-wrap: wrap;
  }
}
.groomy-fiche_etalon #fiche_etalon_top .fiche_etalon_top_pourquoi {
  background-color: var(--wp--preset--color--primary);
  padding: 20px 30px 30px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex-basis: 25%;
  position: relative;
}
.groomy-fiche_etalon #fiche_etalon_top .fiche_etalon_top_pourquoi::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1000px;
  right: 0;
  background-color: var(--wp--preset--color--primary);
  z-index: -1;
}
.groomy-fiche_etalon #fiche_etalon_top .fiche_etalon_top_pourquoi h3 {
  font-family: var(--wp--preset--font-family--title);
  color: var(--wp--preset--color--secondary);
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  margin-bottom: 20px;
}
.groomy-fiche_etalon #fiche_etalon_top .fiche_etalon_top_pourquoi ul {
  margin: 0;
  padding-left: 20px;
  text-align: left !important;
}
.groomy-fiche_etalon #fiche_etalon_top .fiche_etalon_top_pourquoi li, .groomy-fiche_etalon #fiche_etalon_top .fiche_etalon_top_pourquoi p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px !important;
  text-align: left !important;
}
.groomy-fiche_etalon #fiche_etalon_top .fiche_etalon_top_pourquoi ::marker {
  color: var(--wp--preset--color--secondary);
}
@media (max-width: 1023px) {
  .groomy-fiche_etalon #fiche_etalon_top .fiche_etalon_top_pourquoi {
    flex-basis: 100%;
  }
}
.groomy-fiche_etalon #fiche_etalon_top .fiche_etalon_top_infos {
  flex: 1;
  padding: 0px 0px 30px 30px;
}
.groomy-fiche_etalon #fiche_etalon_top .fiche_etalon_top_infos .fiche_etalon_top_infos_row {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  gap: 30px;
}
@media (max-width: 700px) {
  .groomy-fiche_etalon #fiche_etalon_top .fiche_etalon_top_infos .fiche_etalon_top_infos_row {
    flex-wrap: wrap;
    gap: 13px;
  }
}
.groomy-fiche_etalon #fiche_etalon_top .fiche_etalon_top_infos .fiche_etalon_top_infos_row > div {
  width: 33%;
}
.groomy-fiche_etalon #fiche_etalon_top .fiche_etalon_top_infos .fiche_etalon_top_infos_row > div span {
  color: var(--wp--preset--color--primary);
}
.groomy-fiche_etalon #fiche_etalon_top .fiche_etalon_top_infos .fiche_etalon_top_infos_row > div p {
  margin: 0;
}
.groomy-fiche_etalon #fiche_etalon_top .fiche_etalon_top_infos .fiche_etalon_top_infos_row > div label {
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}
@media (max-width: 700px) {
  .groomy-fiche_etalon #fiche_etalon_top .fiche_etalon_top_infos .fiche_etalon_top_infos_row > div {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .groomy-fiche_etalon #fiche_etalon_top .fiche_etalon_top_infos {
    flex-basis: 100%;
    order: 3;
    padding: 0 20px 20px !important;
  }
}
.groomy-fiche_etalon #fiche_etalon_top .fiche_etalon_top_end {
  padding: 20px 20px 30px 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}
.groomy-fiche_etalon #fiche_etalon_top .fiche_etalon_top_end .groomy-sfo-logo {
  height: auto;
  width: 64px;
}
.groomy-fiche_etalon #fiche_etalon_top .fiche_etalon_top_end .groomy-fiche-main__scores {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
@media (max-width: 1023px) {
  .groomy-fiche_etalon #fiche_etalon_top .fiche_etalon_top_end .groomy-fiche-main__scores {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.groomy-fiche_etalon #fiche_etalon_top .fiche_etalon_top_end .groomy-score {
  padding: 7px 16px 10px;
  border-radius: 500px;
  background: rgba(205, 157, 65, 0.5);
  width: 149px;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  position: relative;
  overflow: hidden;
}
.groomy-fiche_etalon #fiche_etalon_top .fiche_etalon_top_end .groomy-score .groomy-score__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.groomy-fiche_etalon #fiche_etalon_top .fiche_etalon_top_end .groomy-score .groomy-score__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.groomy-fiche_etalon #fiche_etalon_top .fiche_etalon_top_end .groomy-score .groomy-score__bar span {
  display: block;
  height: 100%;
  background: #CD9D41;
  transition: width 0.3s ease;
}
@media (max-width: 1023px) {
  .groomy-fiche_etalon #fiche_etalon_top .fiche_etalon_top_end {
    flex-basis: 100%;
    flex-direction: row-reverse;
    justify-content: center;
    flex-wrap: wrap-reverse;
    padding: 20px 20px;
  }
}
.groomy-fiche_etalon section {
  max-width: 1075px;
  margin: auto;
}
.groomy-fiche_etalon section p, .groomy-fiche_etalon section li {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 26px !important;
  font-family: barlow, sans-serif !important;
}
@media (max-width: 820px) {
  .groomy-fiche_etalon section p, .groomy-fiche_etalon section li {
    font-size: 16px !important;
    line-height: 21px !important;
  }
}
.groomy-fiche_etalon section:not(.groomy-section-contracts) p span, .groomy-fiche_etalon section:not(.groomy-section-contracts) li span {
  color: var(--wp--preset--color--primary) !important;
}
.groomy-fiche_etalon .horse-fiche-content {
  padding-top: 45px;
  background: url(../../../../../assets/images/semilly-fiche-etalon-presentation.svg) no-repeat;
  background-position-y: 0;
  background-position-x: left;
  background-attachment: fixed;
}
.groomy-fiche_etalon #presentation {
  position: relative;
}
.groomy-fiche_etalon #presentation .btn-ifce {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 23px;
}
@media (max-width: 500px) {
  .groomy-fiche_etalon #presentation .btn-ifce {
    top: -60px;
  }
}
.groomy-fiche_etalon #presentation .btn-ifce .fa {
  position: absolute;
  top: 7px;
  right: 10px;
}
.groomy-fiche_etalon #presentation .btn-ifce .fa::before {
  font-size: 13px;
}
.groomy-fiche_etalon section#photos, .groomy-fiche_etalon #videos, .groomy-fiche_etalon #modele, .groomy-fiche_etalon #photos-24, .groomy-fiche_etalon #photos-17, .groomy-fiche_etalon #photos-25, .groomy-fiche_etalon #photos-29, .groomy-fiche_etalon #photos-37 {
  max-width: unset;
}
.groomy-fiche_etalon section#photos figure a, .groomy-fiche_etalon #videos figure a, .groomy-fiche_etalon #modele figure a, .groomy-fiche_etalon #photos-24 figure a, .groomy-fiche_etalon #photos-17 figure a, .groomy-fiche_etalon #photos-25 figure a, .groomy-fiche_etalon #photos-29 figure a, .groomy-fiche_etalon #photos-37 figure a {
  position: relative;
}
.groomy-fiche_etalon section#photos .text-gallery, .groomy-fiche_etalon #videos .text-gallery, .groomy-fiche_etalon #modele .text-gallery, .groomy-fiche_etalon #photos-24 .text-gallery, .groomy-fiche_etalon #photos-17 .text-gallery, .groomy-fiche_etalon #photos-25 .text-gallery, .groomy-fiche_etalon #photos-29 .text-gallery, .groomy-fiche_etalon #photos-37 .text-gallery {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 20px 15px;
  background: linear-gradient(180deg, rgba(44, 46, 49, 0) 0%, #2C2E31 100%);
  height: 139px;
  display: flex;
  align-items: flex-end;
}
.groomy-fiche_etalon section#photos .groomy-gallery__caption, .groomy-fiche_etalon #videos .groomy-gallery__caption, .groomy-fiche_etalon #modele .groomy-gallery__caption, .groomy-fiche_etalon #photos-24 .groomy-gallery__caption, .groomy-fiche_etalon #photos-17 .groomy-gallery__caption, .groomy-fiche_etalon #photos-25 .groomy-gallery__caption, .groomy-fiche_etalon #photos-29 .groomy-gallery__caption, .groomy-fiche_etalon #photos-37 .groomy-gallery__caption {
  position: relative;
  color: #fff !important;
  font-size: 16px;
  padding-left: 27px;
  padding-top: 9px;
  line-height: normal;
}
.groomy-fiche_etalon section#photos .groomy-gallery__caption strong, .groomy-fiche_etalon #videos .groomy-gallery__caption strong, .groomy-fiche_etalon #modele .groomy-gallery__caption strong, .groomy-fiche_etalon #photos-24 .groomy-gallery__caption strong, .groomy-fiche_etalon #photos-17 .groomy-gallery__caption strong, .groomy-fiche_etalon #photos-25 .groomy-gallery__caption strong, .groomy-fiche_etalon #photos-29 .groomy-gallery__caption strong, .groomy-fiche_etalon #photos-37 .groomy-gallery__caption strong {
  font-weight: 600;
  font-size: 18px;
}
.groomy-fiche_etalon section#photos .groomy-gallery__caption p, .groomy-fiche_etalon section#photos .groomy-gallery__caption p span, .groomy-fiche_etalon #videos .groomy-gallery__caption p, .groomy-fiche_etalon #videos .groomy-gallery__caption p span, .groomy-fiche_etalon #modele .groomy-gallery__caption p, .groomy-fiche_etalon #modele .groomy-gallery__caption p span, .groomy-fiche_etalon #photos-24 .groomy-gallery__caption p, .groomy-fiche_etalon #photos-24 .groomy-gallery__caption p span, .groomy-fiche_etalon #photos-17 .groomy-gallery__caption p, .groomy-fiche_etalon #photos-17 .groomy-gallery__caption p span, .groomy-fiche_etalon #photos-25 .groomy-gallery__caption p, .groomy-fiche_etalon #photos-25 .groomy-gallery__caption p span, .groomy-fiche_etalon #photos-29 .groomy-gallery__caption p, .groomy-fiche_etalon #photos-29 .groomy-gallery__caption p span, .groomy-fiche_etalon #photos-37 .groomy-gallery__caption p, .groomy-fiche_etalon #photos-37 .groomy-gallery__caption p span {
  color: #fff !important;
  font-size: 16px !important;
  margin: 0;
  line-height: normal;
  font-family: barlow, sans-serif;
}
.groomy-fiche_etalon section#photos .groomy-gallery__caption:before, .groomy-fiche_etalon #videos .groomy-gallery__caption:before, .groomy-fiche_etalon #modele .groomy-gallery__caption:before, .groomy-fiche_etalon #photos-24 .groomy-gallery__caption:before, .groomy-fiche_etalon #photos-17 .groomy-gallery__caption:before, .groomy-fiche_etalon #photos-25 .groomy-gallery__caption:before, .groomy-fiche_etalon #photos-29 .groomy-gallery__caption:before, .groomy-fiche_etalon #photos-37 .groomy-gallery__caption:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../../../../../assets/images/citation-gallery.png") 0 0 no-repeat;
  background-size: 21px;
  width: 21px;
  height: 21px;
}
.groomy-fiche_etalon section#photos-17, .groomy-fiche_etalon #photos-24, .groomy-fiche_etalon #photos-17, .groomy-fiche_etalon #photos-25, .groomy-fiche_etalon #photos-29, .groomy-fiche_etalon #photos-37 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.groomy-fiche_etalon section#photos {
  margin-top: 75px;
}
.groomy-fiche_etalon .groomy-section__title {
  color: var(--wp--preset--color--secondary);
  font-family: var(--wp--preset--font-family--title);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 5px;
  position: relative;
  padding-left: 39px;
}
.groomy-fiche_etalon .groomy-section__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 39px;
  width: 33px;
  height: 4px;
  background-color: var(--wp--preset--color--primary);
}
.groomy-fiche_etalon .groomy-section__title:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 27px;
  height: 26px;
  background: url(../../../../../assets/images/rond-semilly.png) no-repeat 0 0;
  background-size: cover;
}
@media (max-width: 720px) {
  .groomy-fiche_etalon .groomy-section__title {
    font-size: 32px;
  }
}
.groomy-fiche_etalon .swiper-container {
  position: relative;
  margin-bottom: 35px;
}
.groomy-fiche_etalon .swiper img {
  height: 333px;
}
@media (max-width: 768px) {
  .groomy-fiche_etalon .swiper img {
    max-height: 300px;
    max-width: 100%;
  }
}
.groomy-fiche_etalon .swiper iframe {
  width: 724px;
  height: 441px;
}
@media (max-width: 768px) {
  .groomy-fiche_etalon .swiper iframe {
    height: 300px;
    width: 100%;
  }
}
.groomy-fiche_etalon .swiper-slide {
  width: auto;
}
@media (max-width: 992px) {
  .groomy-fiche_etalon .swiper-slide {
    width: 100% !important;
    text-align: center;
  }
}
.groomy-fiche_etalon .swiper-end {
  height: 50px;
  position: relative;
}
.groomy-fiche_etalon .swiper-button-next, .groomy-fiche_etalon .swiper-button-prev {
  background-color: #fff;
  border-radius: 50px;
  width: 38px;
  height: 38px;
  z-index: 8;
  bottom: 0;
  top: unset;
  right: calc(50% - 44px);
  border-radius: 500px;
  border: 1px solid var(--wp--preset--color--primary);
  position: absolute;
}
.groomy-fiche_etalon .swiper-button-next:after, .groomy-fiche_etalon .swiper-button-prev:after {
  font-family: "Font Awesome 6 Pro";
  content: "";
  color: var(--wp--preset--color--secondary);
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .groomy-fiche_etalon .swiper-button-next, .groomy-fiche_etalon .swiper-button-prev {
    display: flex !important;
  }
}
.groomy-fiche_etalon .swiper-button-prev {
  left: calc(50% - 44px);
}
.groomy-fiche_etalon .swiper-button-prev:after {
  content: "";
}
.groomy-fiche_etalon section#pedigree {
  margin-top: 60px;
  margin-bottom: 40px;
}
.groomy-fiche_etalon section#pedigree .genealogie {
  width: 100%;
}
.groomy-fiche_etalon section#pedigree .genealogie td {
  border-bottom: 1px solid #F2ECE7;
  padding: 4px 0;
}
@media (max-width: 920px) {
  .groomy-fiche_etalon section#pedigree .genealogie td {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .groomy-fiche_etalon section#pedigree .genealogie td {
    font-size: 14px;
  }
}
.groomy-fiche_etalon section#pedigree .genealogie td.perem span, .groomy-fiche_etalon section#pedigree .genealogie td.gen1.pere span, .groomy-fiche_etalon section#pedigree .genealogie td.gen3.p_male.pere.dore span {
  background: var(--wp--preset--color--primary);
  color: #fff;
  padding: 6px 12px;
  display: inline-block;
  border-radius: 8px;
}
@media (max-width: 920px) {
  .groomy-fiche_etalon section#pedigree .genealogie td.perem span, .groomy-fiche_etalon section#pedigree .genealogie td.gen1.pere span, .groomy-fiche_etalon section#pedigree .genealogie td.gen3.p_male.pere.dore span {
    background: unset;
    color: var(--wp--preset--color--primary);
    font-weight: bold;
    padding: 0px;
  }
}
.groomy-fiche_etalon section#pedigree .genealogie td.nob {
  border: none;
}
@media (max-width: 920px) {
  .groomy-fiche_etalon section#pedigree {
    padding-left: 5px;
    padding-right: 5px;
  }
  .groomy-fiche_etalon section#pedigree div.groomy-fiche__row-title {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.groomy-fiche_etalon .origine-card {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out;
}
.groomy-fiche_etalon .origine-card.is-open {
  max-height: unset;
  opacity: 1;
}
.groomy-fiche_etalon .origine-card-head {
  display: flex;
  padding: 5px 10px 5px 20px;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  border-left: 3px solid var(--wp--preset--color--primary);
  background: rgba(205, 157, 65, 0.1);
  color: var(--wp--preset--color--secondary);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 20px;
  min-height: 48px;
  font-family: barlow, sans-serif;
}
.groomy-fiche_etalon .origine-card-head span {
  display: flex;
  width: 38px;
  padding: 4px 9px 6px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 500px;
  border: 1px solid var(--wp--preset--color--primary);
  cursor: pointer;
}
@media (max-width: 767px) {
  .groomy-fiche_etalon .origine-card-head span {
    width: 30px;
    padding: 0px 9px 2px;
  }
}
@media (max-width: 767px) {
  .groomy-fiche_etalon .origine-card-head {
    font-size: 16px;
  }
}
.groomy-fiche_etalon .float-img {
  float: right;
  width: 400px;
  margin-left: 38px;
  margin-bottom: 10px;
}
.groomy-fiche_etalon .float-img img {
  border-radius: 20px !important;
}
.groomy-fiche_etalon #citation_performance, .groomy-fiche_etalon #groomy-production__citation {
  background: url(../../../../../assets/images/citation.svg) no-repeat;
  background-position-x: 0px;
  background-position-y: -10px;
  background-size: 87px;
  padding: 36px 0 36px 36px;
  transform: translateX(-36px);
}
.groomy-fiche_etalon #citation_performance div, .groomy-fiche_etalon #citation_performance p, .groomy-fiche_etalon #groomy-production__citation div, .groomy-fiche_etalon #groomy-production__citation p {
  color: var(--wp--preset--color--primary);
  font-family: var(--wp--preset--font-family--title) !important;
  font-size: 24px !important;
  font-weight: 400;
  line-height: normal !important;
  margin: 0;
}
.groomy-fiche_etalon #citation_performance div em, .groomy-fiche_etalon #citation_performance p em, .groomy-fiche_etalon #groomy-production__citation div em, .groomy-fiche_etalon #groomy-production__citation p em {
  color: var(--wp--preset--color--secondary);
  font-family: barlow, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  display: block;
  font-style: normal !important;
  margin-top: 12px;
  position: relative;
  padding-left: 14px;
}
.groomy-fiche_etalon #citation_performance div em::before, .groomy-fiche_etalon #citation_performance p em::before, .groomy-fiche_etalon #groomy-production__citation div em::before, .groomy-fiche_etalon #groomy-production__citation p em::before {
  position: absolute;
  top: 0;
  left: 2px;
  content: "-";
}
@media (max-width: 820px) {
  .groomy-fiche_etalon #citation_performance div, .groomy-fiche_etalon #citation_performance p, .groomy-fiche_etalon #groomy-production__citation div, .groomy-fiche_etalon #groomy-production__citation p {
    font-size: 20px !important;
  }
}
@media (max-width: 1150px) {
  .groomy-fiche_etalon #citation_performance, .groomy-fiche_etalon #groomy-production__citation {
    background-position-x: 25px;
    background-position-y: 5px;
    background-size: 60px;
  }
}
.groomy-fiche_etalon #production_cce h3, .groomy-fiche_etalon #production_cce h3 span, .groomy-fiche_etalon #production_cce h3 strong, .groomy-fiche_etalon #production_cce h3 strong span, .groomy-fiche_etalon #production h3, .groomy-fiche_etalon #production h3 span, .groomy-fiche_etalon #production h3 strong, .groomy-fiche_etalon #production h3 strong span, .groomy-fiche_etalon #production_cso_2 h3, .groomy-fiche_etalon #production_cso_2 h3 span, .groomy-fiche_etalon #production_cso_2 h3 strong, .groomy-fiche_etalon #production_cso_2 h3 strong span, .groomy-fiche_etalon #production_jeunes h3, .groomy-fiche_etalon #production_jeunes h3 span, .groomy-fiche_etalon #production_jeunes h3 strong, .groomy-fiche_etalon #production_jeunes h3 strong span {
  color: var(--wp--preset--color--primary);
  font-family: var(--wp--preset--font-family--title) !important;
  font-size: 26px !important;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 21px;
}
.groomy-fiche_etalon #groomy-production__citation {
  padding: 30px 0 22px 36px;
}
.groomy-fiche_etalon #videos {
  margin-top: 50px;
  margin-bottom: 100px;
}
.groomy-fiche_etalon #videos .groomy-gallery__item {
  width: 590px;
  max-width: 90vw;
}
@media (max-width: 992px) {
  .groomy-fiche_etalon #videos .groomy-gallery__item {
    width: 100% !important;
  }
}
.groomy-fiche_etalon #videos .groomy-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.groomy-fiche_etalon #videos .groomy-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.groomy-fiche_etalon #photos-24 .swiper-slide.slide-video .groomy-video {
  position: relative;
  width: 590px !important;
  padding-bottom: 57.1%;
  height: 0;
  overflow: hidden;
  margin: auto;
}
.groomy-fiche_etalon #photos-24 .swiper-slide.slide-video .groomy-video img, .groomy-fiche_etalon #photos-24 .swiper-slide.slide-video .groomy-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .groomy-fiche_etalon #photos-24 .swiper-slide.slide-video {
    width: 100% !important;
  }
  .groomy-fiche_etalon #photos-24 .swiper-slide.slide-video .groomy-video {
    height: 333px;
    padding-bottom: 36.1%;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .groomy-fiche_etalon #photos-24 .swiper-slide.slide-video .groomy-video img, .groomy-fiche_etalon #photos-24 .swiper-slide.slide-video .groomy-video iframe {
    max-height: 300px !important;
    max-width: 100% !important;
  }
}
@media (max-width: 768px) {
  .groomy-fiche_etalon #photos-24 .swiper-slide.slide-video {
    width: 100% !important;
  }
  .groomy-fiche_etalon #photos-24 .swiper-slide.slide-video .groomy-video {
    width: 90vw !important;
    height: 300px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .groomy-fiche_etalon #photos-24 .swiper-slide.slide-video .groomy-video img, .groomy-fiche_etalon #photos-24 .swiper-slide.slide-video .groomy-video iframe {
    max-height: unset !important;
    max-width: 100% !important;
  }
}
.groomy-fiche_etalon #production_cso_2 {
  margin-top: 33px;
  margin-bottom: 48px;
}
.groomy-fiche_etalon #conseils {
  margin-top: 100px;
  margin-bottom: 129px;
}
.groomy-fiche_etalon #conseils .conseils_pourquoi {
  display: flex;
  gap: 24px;
  margin-top: 29px;
}
@media (max-width: 768px) {
  .groomy-fiche_etalon #conseils .conseils_pourquoi {
    flex-wrap: wrap !important;
  }
}
.groomy-fiche_etalon #conseils .conseils_pourquoi_card {
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 20px;
  background: var(--wp--preset--color--primary);
  flex-basis: 40%;
}
.groomy-fiche_etalon #conseils .conseils_pourquoi_card h3 {
  font-family: var(--wp--preset--font-family--title);
  color: var(--wp--preset--color--secondary);
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.groomy-fiche_etalon #conseils .conseils_pourquoi_card ul {
  margin: 0;
  padding-left: 20px;
}
.groomy-fiche_etalon #conseils .conseils_pourquoi_card li, .groomy-fiche_etalon #conseils .conseils_pourquoi_card p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px !important;
}
.groomy-fiche_etalon #conseils .conseils_pourquoi_card ::marker {
  color: var(--wp--preset--color--secondary);
}
@media (max-width: 768px) {
  .groomy-fiche_etalon #conseils .conseils_pourquoi_card {
    flex-basis: 100%;
  }
}
.groomy-fiche_etalon #conseils .groomy-gallery .swiper.horse_fiche.gallery-modele {
  border-radius: 20px !important;
}
.groomy-fiche_etalon #conseils .groomy-gallery img, .groomy-fiche_etalon #conseils .groomy-gallery figure {
  border-radius: 20px !important;
}
.groomy-fiche_etalon #conseils .groomy-gallery div, .groomy-fiche_etalon #conseils .groomy-gallery figure {
  margin: 0;
}
.groomy-fiche_etalon #conseils .groomy-gallery .swiper-end {
  display: none;
}
.groomy-fiche_etalon #pdf .buttons .groomy-btn {
  margin-top: 12px;
}
.groomy-fiche_etalon #pdf .groomy-btn {
  margin-top: 8px;
  margin-bottom: 16px;
}
.groomy-fiche_etalon #pdf .encart_dore {
  border-radius: 20px;
  border: 1px solid var(--wp--preset--color--primary);
  padding: 26px 35px;
}
.groomy-fiche_etalon #pdf .encart_dore p {
  margin: 0;
}
.groomy-fiche_etalon #pdf .encart_dore p span {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 26px !important;
  font-family: barlow, sans-serif !important;
}
.groomy-fiche_etalon #pdf .encart_dore.groomy-contracts__fr {
  flex-basis: 62%;
  flex: 1;
}
.groomy-fiche_etalon #pdf .encart_dore.export {
  flex-basis: 100%;
}
@media (max-width: 950px) {
  .groomy-fiche_etalon #pdf .encart_dore {
    padding: 26px;
  }
}
.groomy-fiche_etalon #pdf #Offres {
  flex-basis: calc(38% - 24px);
}
@media (max-width: 1023px) {
  .groomy-fiche_etalon #pdf #Offres {
    flex-basis: 100%;
  }
}
.groomy-fiche_etalon #pdf h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  margin: 0;
  margin-bottom: 21px;
}
.groomy-fiche_etalon #pdf .groomy-contracts {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 32px;
}
.groomy-fiche_etalon #pdf .groomy-contracts a.groomy-offer-link {
  text-decoration: none;
  font-family: barlow, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: var(--wp--preset--color--primary);
}
.groomy-fiche_etalon #pdf .groomy-contracts a.groomy-offer-link:hover {
  color: var(--wp--preset--color--secondary);
}
.groomy-fiche_etalon .buttons_fiche_cheval {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  flex-wrap: wrap;
  margin-top: 80px;
}
.groomy-fiche_etalon .buttons_fiche_cheval a.groomy-btn {
  padding: 11px 20px 13px;
}
.groomy-fiche_etalon section#actualites {
  margin-top: 100px;
}
.groomy-fiche_etalon section#actualites .groomy-section__title {
  margin-bottom: 0;
}
.groomy-fiche_etalon .groomy-news {
  padding-left: 20px;
}
.groomy-fiche_etalon .groomy-news .gallery-news .swiper-wrapper {
  align-items: start;
}
.groomy-fiche_etalon .groomy-news .gallery-news .swiper-end {
  max-width: 1075px;
  text-align: right;
  margin: auto;
  height: 85px;
}
.groomy-fiche_etalon .groomy-news .gallery-news .swiper-end .swiper-button-next {
  right: 0px;
  top: 25px;
}
.groomy-fiche_etalon .groomy-news .gallery-news .swiper-end .swiper-button-prev {
  right: 60px;
  left: unset;
  top: 25px;
}
@media (max-width: 992px) {
  .groomy-fiche_etalon .groomy-news {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.groomy-fiche_etalon .groomy-news-card {
  width: 500px;
}
.groomy-fiche_etalon .groomy-news-card .wp-block-post-featured-image {
  position: relative !important;
  padding-top: 66%;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  margin-bottom: 30px;
}
.groomy-fiche_etalon .groomy-news-card .wp-block-post-featured-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  max-height: unset;
}
.groomy-fiche_etalon .groomy-news-card .wp-block-post-featured-image:hover a img {
  opacity: 0.8;
}
.groomy-fiche_etalon .groomy-news-card p {
  margin: 0;
}
.groomy-fiche_etalon .groomy-news-card h3 {
  margin: 0;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0px;
}
.groomy-fiche_etalon .groomy-news-card h3 a {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}
.groomy-fiche_etalon .groomy-news-card h3 a:hover {
  color: var(--wp--preset--color--secondary);
}
.groomy-fiche_etalon .groomy-news-card .wp-block-post-date {
  position: absolute;
  display: inline-block;
  border-radius: 50rem;
  bottom: 21px;
  left: 16px;
  background-color: var(--wp--preset--color--primary);
  padding: 8px 10px;
  color: var(--wp--preset--color--white);
}
.groomy-fiche_etalon .groomy-news-card .wp-block-post-excerpt__more-link {
  color: var(--wp--preset--color--secondary);
  font-family: barlow, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  border-radius: 500px;
  border: 1px solid var(--Primary, #CD9D41);
  text-decoration: none;
  display: inline-flex;
  height: 42px;
  padding: 7px 16px 9px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  margin-top: 14px;
}
.groomy-fiche_etalon .groomy-news-card .wp-block-post-excerpt__more-link:hover {
  background-color: var(--wp--preset--color--primary) !important;
  color: #fff !important;
}
.groomy-fiche_etalon #groomy-semilly-selection {
  margin-top: 130px;
}
.groomy-fiche_etalon #groomy-semilly-selection h2 {
  text-align: center;
  color: var(--wp--preset--color--primary);
  font-family: var(--wp--preset--font-family--title);
  margin: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
  /* 112.5% */
  text-transform: uppercase;
}
.groomy-fiche_etalon #groomy-semilly-selection h3 {
  text-align: center;
  color: var(--wp--preset--color--secondary);
  font-family: var(--wp--preset--font-family--title);
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 21px;
}
.groomy-fiche_etalon .swiper.semilly-carousel .swiper-end {
  height: 60px;
}
.groomy-fiche_etalon .swiper.semilly-carousel .swiper-end .swiper-button-next {
  right: calc(50% - 165px);
}
.groomy-fiche_etalon .swiper.semilly-carousel .swiper-end .swiper-button-prev {
  left: calc(50% - 165px);
}
.groomy-fiche_etalon .swiper.semilly-carousel .swiper-end .semilly-selection__cta.button-back {
  position: absolute;
  bottom: 0;
  left: calc(50% - 100px);
  margin-top: unset;
}
.groomy-fiche_etalon .swiper.semilly-carousel .swiper-end .semilly-selection__cta.button-back .groomy-btn {
  background-color: transparent;
  color: var(--wp--preset--color--secondary);
  padding: 7px 16px;
}
.groomy-fiche_etalon .swiper.semilly-carousel .semilly-horse-card__link {
  position: relative;
  width: 500px;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.groomy-fiche_etalon .swiper.semilly-carousel .semilly-horse-card__link .semilly-horse-card__image {
  width: 100%;
  aspect-ratio: 1.66;
  overflow: hidden;
  border-radius: 20px;
}
.groomy-fiche_etalon .swiper.semilly-carousel .semilly-horse-card__link .semilly-horse-card__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.groomy-fiche_etalon .swiper.semilly-carousel .semilly-horse-card__link:hover a img {
  opacity: 0.8;
}
.groomy-fiche_etalon .swiper.semilly-carousel .semilly-horse-card__link .semilly-horse-card__info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  padding: 59px 36px 30px 36px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 2px;
  flex-shrink: 0;
  background: linear-gradient(180deg, rgba(44, 46, 49, 0) 0%, #2C2E31 100%);
}
.groomy-fiche_etalon .swiper.semilly-carousel .semilly-horse-card__link .semilly-horse-card__info h4, .groomy-fiche_etalon .swiper.semilly-carousel .semilly-horse-card__link .semilly-horse-card__info p {
  margin: 0;
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
}
.groomy-fiche_etalon .swiper.semilly-carousel .semilly-horse-card__link .semilly-horse-card__info p {
  font-size: 16px;
  font-weight: 400;
}
.groomy-media-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.groomy-media-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  cursor: pointer;
}
.groomy-media-modal__content {
  position: relative;
  width: 100%;
  max-width: 1400px;
  height: 90vh;
  z-index: 10;
  display: flex;
  flex-direction: column;
}
.groomy-media-modal__close {
  position: absolute;
  top: 0px;
  right: 0;
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  z-index: 20;
  transition: transform 0.2s ease;
  background-color: var(--wp--preset--color--primary);
  border-radius: 100%;
}
.groomy-media-modal__close svg {
  display: block;
}
.groomy-media-modal__carousel {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.groomy-media-modal .swiper.modal-media-swiper {
  width: 100%;
  height: 100%;
}
.groomy-media-modal .swiper.modal-media-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.groomy-media-modal .swiper.modal-media-swiper img {
  max-width: 100%;
  max-height: calc(90vh - 150px);
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.groomy-media-modal .swiper.modal-media-swiper iframe {
  width: 100%;
  max-width: 1200px;
  height: calc((100vw - 40px) * 0.5625);
  max-height: calc(90vh - 150px);
}
.groomy-media-modal__item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.groomy-media-modal__caption {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: #fff;
  padding: 40px 20px 20px;
  text-align: center;
}
.groomy-media-modal__gallery-name {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.7;
  margin-bottom: 5px;
  color: #CD9D41;
  display: none;
}
.groomy-media-modal__caption-text {
  display: block;
  font-size: 22px;
  line-height: 1.4;
  color: #CD9D41;
}
.groomy-media-modal .swiper-button-next {
  right: calc(10% - 44px);
}
.groomy-media-modal .swiper-button-prev {
  left: calc(10% - 44px);
}
.groomy-media-modal .swiper-pagination {
  color: #fff;
  bottom: 10px;
  font-size: 14px;
  width: 200px !important;
  left: calc(50% - 100px) !important;
}
.groomy-media-modal .swiper-pagination-bullet {
  background-color: #fff;
}
.groomy-media-modal .swiper-pagination-bullet-active {
  background-color: var(--wp--preset--color--primary);
}
