.elementor-17159 .elementor-element.elementor-element-1cdb0dc{--display:flex;}/* Start custom CSS for html, class: .elementor-element-39bd1ea *//* ==== NORMALISEUR D'IMAGES (Amazon tiles) ==== */
#al-soils-guide .tile .img{
  /* même hauteur pour toutes les vignettes, responsive */
  height: clamp(160px, 24vw, 210px);
  background:#fff7e8;               /* garde ta charte Authority */
  border-bottom:1px solid var(--line);
  display:flex;align-items:center;justify-content:center;
  /* kill l’ancienne règle si présente */
  aspect-ratio:auto !important;
}
#al-soils-guide .tile .img img{
  /* occupe la hauteur, pas d’étirement */
  height:100%; width:auto; max-width:100%;
  object-fit:contain; display:block;
}
#al-soils-guide .amz-grid .tile .body {
  min-height: 180px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}/* End custom CSS */