@charset "UTF-8";
.me-auto {
  margin-right: auto !important;
}
.ms-auto {
  margin-left: auto !important;
}
div.yoast-breadcrumbs {
  font-size: 14px;
}
div.yoast-breadcrumbs a {
  text-decoration: none;
  color: var(--wp--preset--color--grey);
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
div.yoast-breadcrumbs a:hover {
  color: var(--wp--preset--color--primary);
}
div.yoast-breadcrumbs .breadcrumb_last strong {
  font-weight: 400;
}
div.yoast-breadcrumbs > span > span:first-of-type {
  position: relative;
  padding-left: 25px;
}
div.yoast-breadcrumbs > span > span:first-of-type strong {
  color: var(--wp--preset--color--grey);
}
div.yoast-breadcrumbs > span > span:first-of-type::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0;
  font-family: "Font Awesome 6 Pro";
  height: 16px;
}
div.share-block {
  position: relative;
  cursor: pointer;
}
div.share-block p.p-share {
  transition: all ease 0.3s;
  font-size: 14px;
}
div.share-block p.p-share:hover {
  color: var(--wp--preset--color--primary);
}
div.share-block ul.reseaux {
  position: absolute;
  top: 0px;
  right: 0;
  opacity: 0;
  z-index: -1;
  transition: all ease-in 0.3s;
  gap: 8px;
}
div.share-block ul.reseaux.show {
  opacity: 1;
  z-index: 1;
}
.wp-block-latest-posts li .wp-block-latest-posts__featured-image, .wp-block-post-template li .wp-block-post-featured-image {
  position: relative !important;
  padding-top: 66%;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  margin-bottom: 30px;
}
.wp-block-latest-posts li .wp-block-latest-posts__featured-image img, .wp-block-post-template li .wp-block-post-featured-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.wp-block-latest-posts li, .wp-block-post-template li {
  position: relative;
}
.wp-block-latest-posts li:before, .wp-block-post-template li:before {
  content: "";
  position: relative;
  padding-top: 66%;
  border-radius: 10px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 30px;
  background-image: url("/wp-content/themes/equideclic/assets/images/placeholder.png");
}
.wp-block-latest-posts li:has(.wp-block-latest-posts__featured-image):before, .wp-block-latest-posts li:has(.wp-block-post-featured-image):before, .wp-block-post-template li:has(.wp-block-latest-posts__featured-image):before, .wp-block-post-template li:has(.wp-block-post-featured-image):before {
  content: none;
}
