/* Forcer le shortcode à utiliser toute la largeur disponible */
.elementor-widget-shortcode .elementor-widget-container,
.elementor-widget-shortcode .elementor-shortcode {
    width: 100%;
    max-width: none;
    margin-top: 28px;
    margin-bottom: 28px;
}

/* .elementor-158 .elementor-element.elementor-element-043e3b2.e-con{
  padding: 28px;
} */
/* Rond des images "nos chiens" */
.xd-image-round.xd-image-accueil {
    width: 100%;
    max-width: 500px;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto; /* centre horizontalement */
}

/* Image interne */
.xd-image-round.xd-image-accueil img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 320px) {
  .xd-image-round.xd-image-accueil {
      max-width: 95%;
  }
}
