/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1781532329
Updated: 2026-06-15 14:05:29

*/
#comments{
	display:none!important;
}
.elementor-nav-menu li.current-menu-ancestor > a.elementor-item::before,
.elementor-nav-menu li.current-menu-ancestor > a.elementor-item::after,
.elementor-nav-menu li.current-menu-parent   > a.elementor-item::before,
.elementor-nav-menu li.current-menu-parent   > a.elementor-item::after {
    opacity: 1 !important;
}
/* Le cadre */
.ceerta-grid .ceerta-card__media {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 8px;
}

/* Le lien doit être block, sinon la hauteur ne descend pas jusqu'à l'image */
.ceerta-grid .ceerta-card__media-link {
  display: block;
  width: 100%;
  height: 100%;
}

/* L'image : produit entier, jamais rogné */
.ceerta-grid .ceerta-card__media .ceerta-card__img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center;
  padding: 10px;
  box-sizing: border-box;
}

/* CEERTA : images pleine largeur des cartes sur mobile uniquement. */
@media (max-width: 767px) {
  .ceerta-grid .ceerta-card__media {
    aspect-ratio: auto;
    padding: 0 !important;
  }
  .ceerta-grid .ceerta-card__media-link { height: auto; }
  .ceerta-grid .ceerta-card__media .ceerta-card__img {
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    object-fit: contain !important;
  }
}

/* CEERTA : cartes mobile compactes, image pleine largeur conservée. */
@media (max-width: 767px) {
  .ceerta-grid .ceerta-card { width: 100%; max-width: 320px; justify-self: center; margin-inline: auto; }
}
