/*
Theme Name: Hello Elemento Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.elementor-icon-box-icon{
	margin-top: 10px;
}
#menu-nav{
	position: absolute;
	z-index: 1000;
}
.ekit-wid-con {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* espace entre les éléments, optionnel */
}

.ekit-wid-con > div {
  flex: 1 1 calc(33.333% - 20px); /* 3 par ligne */
  box-sizing: border-box;
}
.elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-7d8fad0 {
    font-family: "Inter Tight", Sans-serif;
}
.ekit-wid-con {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.swiper-slide-inner img {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.swiper-slide-inner img:hover {
  filter: grayscale(0%);
}
@media (max-width: 1024px) {
  .ekit-wid-con > div {
    flex: 0 0 calc(33.333% - 20px); /* 3 colonnes avec gap */
  }
}
@media (max-width: 768px) {
  .ekit-wid-con {
    flex-direction: column;
    align-items: stretch; /* facultatif, pour que les éléments prennent toute la largeur */
  }
}



