/* 
Theme Name: MA
Theme URI: https://just-ma.com/
Description: THEME MA
Author: Lepointdemire
Author URI: https://www.lepointdemire.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: justma
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
*/

/* Add your custom styles here */


#nav-scroll {
  top: 0;
  transition: top 0.3s;
}

/* ===========================
   LOGO / MENU / ICONS
   =========================== */
#nav-scroll svg,
#nav-scroll .elementor-heading-title a,
#nav-scroll .elementor-icon {
    color: black;              /* couleur de base */
    mix-blend-mode: difference; /* inversion automatique selon le fond */
    transition: color 0.3s ease, fill 0.3s ease, opacity 0.3s ease;
}

/* Forcer les paths SVG à utiliser currentColor pour le blend */
#nav-scroll svg path {
    fill: currentColor;
}

/* Hover léger */
#nav-scroll .elementor-icon:hover,
#nav-scroll .elementor-heading-title a:hover {
    opacity: 0.8;
}

ul {
  padding: 0 0 0 12px;
}

/* Mobile : trait plus petit */
@media (max-width: 1024px) {
  .swiper-pagination-bullet {
    width: 30px !important;   /* longueur réduite */
    height: 3px !important;   /* épaisseur réduite */
  }
}