/* 
Theme Name: Hello Eliophot Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team & Eliophot
Author: Eliophot
Author URI: https://www.eliophot.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready, Eliophot
*/

/* Add your custom styles here */

.elementor-carousel-image {
  height: 100% !important;
  background-size: cover !important;
  background-position: center !important;
}

.slider-partners .elementor-carousel-image {
  background-size: contain !important;
}

/* -------- HOMEPAGE -------- */
/* slider images */
@media screen and (min-width: 1024px) {
  .slider-imgs .elementor-swiper {
    border-radius: 10px !important;
    overflow: hidden;
  }
}

/* partenaires logos */
.partners-logos {
  filter: grayscale(1);
  transition: filter 0.3s;
}

.partners-logos:hover {
  filter: grayscale(0);
}

/* CTA maillage */
.maillage-cta {
  overflow: hidden;
}

.maillage-cta .maillage-cta-img,
selector .maillage-cta-content {
  transition: transform 1s;
}

.maillage-cta:hover .maillage-cta-img {
  transform: scale(1.15);
}

/* -------- PAGE EVENEMENTS -------- */
/* maillage */
.maillage .maillage-img,
selector .maillage-content {
  transition: transform 1s;
}

.maillage:hover .maillage-img {
  transform: scale(1.15);
}

.maillage .maillage-txt {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.75s, opacity 1s;
}

.maillage:hover .maillage-txt {
  transform: translateY(0);
  opacity: 1;
}

/* -------- PAGE MENUS ET CARTES -------- */
.menus-navigation {
    overflow-x: scroll;
    overflow-y: hidden;
}

.menus-navigation::-webkit-scrollbar {
        display: none;
    
}
.menus-navigation .elementor-nav-menu {
    flex-wrap: nowrap !important;
}
