p {
    margin: 0px !important;
}
#main .elementor-element-7f8b265 ul li a {
    color: #0D0d0d;
} 
.e-n-accordion-item-title-text {
    color: inherit !important;
}

/* MENU Hamburger */
        .hamburger {
          width: 30px;
          height: 20px;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          cursor: pointer;

          /* anti styles parasites */
          background: transparent !important;
        }

        /* LIGNES */
        .hamburger .line {
          height: 2px;
          width: 100%;
          background-color: #fff !important; /* BLANC */
          border-radius: 2px;
          margin-left: auto; /* aligné à droite */

          /* TRANSITION GARANTIE */
          transition-property: width;
          transition-duration: 0.4s;
          transition-timing-function: ease;
        }

        /* LIGNE CENTRALE PLUS COURTE */
        .hamburger .line:nth-child(2) {
          width: 60%;
        }

        /* HOVER */
        .hamburger:hover .line:nth-child(2) {
          width: 100%;
        }

        /* SÉCURITÉ BUILDER (optionnel) */
        .hamburger,
        .hamburger * {
          box-shadow: none !important;
          outline: none !important;
        }

/* MENU */
        /* 1. On stabilise le LI */
        li.rhc-menu {
            position: relative !important;
            display: inline-block !important; /* Force une taille basée sur le contenu */
            vertical-align: middle;
        }

        /* 2. On ajuste la ligne */
        li.rhc-menu::after {
            content: "" !important;
            position: absolute;
            
            /* POSITIONNEMENT PRÉCIS */
            bottom: 10px;      /* Monte ou descend la ligne */
            left: 20px;        /* Marge à gauche (ajustez selon votre espace) */
            right: 20px;       /* Marge à droite (ajustez selon votre espace) */
            
            /* TAILLE DE LA LIGNE */
            height: 2px !important; 
            background-color: #27C4EC;
            
            /* ANIMATION */
            transform: scaleX(0);
            transform-origin: right;
            transition: transform 0.4s ease-in-out !important;
            z-index: 10;       /* Pour être sûr qu'elle passe au-dessus du fond */
        }

        /* 3. ÉTAT AU SURVOL */
        li.rhc-menu:hover::after {
            transform: scaleX(1);
            transform-origin: left;
        }

        /* 4. ÉTAT ACTIF (Ligne fixe sur la page courante) */
        li.rhc-menu.current-menu-item::after,
        li.rhc-menu.current_page_item::after {
            transform: scaleX(1);
            transform-origin: left;
        }

/* Voir plus et Titrage article Homepage */
            /* Ciblage du lien à l'intérieur du titre */
            .elementor-277 .elementor-element.elementor-element-250bb33 .elementor-post__title a {
                position: relative;
                text-decoration: none; /* Supprime le soulignement par défaut */
                display: inline-block;
                padding-bottom: 5px;
            }

            /* Création de la barre (état invisible) */
            .elementor-277 .elementor-element.elementor-element-250bb33 .elementor-post__title a::after {
                content: '';
                position: absolute;
                bottom: 0px; /* Ajustez la distance sous le texte */
                left: 0;
                width: 0; /* Commence à 0 pour l'animation */
                height: 3px; /* Épaisseur de la barre */
                background-color: #FA8814; /* Votre orange */
                transition: width 0.3s ease-in-out; /* Vitesse de l'animation */
            }

            /* Animation au survol (Hover) */
            .elementor-277 .elementor-element.elementor-element-250bb33 .elementor-post__title a:hover::after {
                width: 100%; /* La barre s'étend sur toute la largeur */
            }
        .elementor-277 .elementor-element.elementor-element-250bb33 .elementor-post__excerpt p {
            text-transform: none !important;
        }
        .elementor-277 .elementor-element.elementor-element-250bb33 a.elementor-post__read-more:hover {
          color: #FA8814;
        }

/* FLIP BOX  */
        /* 1. État de départ : On décale et cache les éléments de la face arrière */
        .boxhockey .elementor-flip-box__back .elementor-flip-box__layer__title,
        .boxhockey .elementor-flip-box__back .elementor-flip-box__layer__description,
        .boxhockey .elementor-flip-box__back .elementor-flip-box__button {
            opacity: 0 !important;
            transform: translateY(40px) !important;
            transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s ease !important;
        }

        /* 2. État au survol : On remonte à la position initiale */
        .boxhockey:hover .elementor-flip-box__back .elementor-flip-box__layer__title,
        .boxhockey:hover .elementor-flip-box__back .elementor-flip-box__layer__description,
        .boxhockey:hover .elementor-flip-box__back .elementor-flip-box__button {
            opacity: 1 !important;
            transform: translateY(0) !important;
        }

        /* 3. Délais en cascade (Staging) */

        /* Le Titre apparaît en premier */
        .boxhockey:hover .elementor-flip-box__back .elementor-flip-box__layer__title {
            transition-delay: 300ms !important;
        }

        /* La Description apparaît après 200ms */
        .boxhockey:hover .elementor-flip-box__back .elementor-flip-box__layer__description {
            transition-delay: 400ms !important;
        }

        /* Le Bouton apparaît après 300ms */
        .boxhockey:hover .elementor-flip-box__back .elementor-flip-box__button {
            transition-delay: 500ms !important;
        }

        /* OPTIONNEL : On accélère l'apparition de l'aplat de couleur (l'overlay) 
           pour qu'il ne cache pas le début de l'animation du texte */
        .boxhockey .elementor-flip-box__back {
            transition-duration: 0.3s !important;
        }
        .elementor-flip-box__front .elementor-flip-box__layer__title {
            padding: 20px 20px;
            background-color: rgba(0, 0, 0, 0.3);
            border: 1px solid #fff;
            display: inline-block;
        }
        .elementor-flip-box__front {
            background-color: #fff !important;
        }

/* Fil d'ariane */

        .rank-math-breadcrumb a {
            font-family: "Yantramanav", Sans-serif ;
            font-size: 14px ;
            text-transform: uppercase ;
            font-weight: 400 ;
            color: #8c8c8c ;
            letter-spacing: 1px;
        }
        .rank-math-breadcrumb .last,
        .rank-math-breadcrumb a:active,
        .rank-math-breadcrumb a:hover {
            font-family: "Yantramanav", Sans-serif ;
            font-size: 14px ;
            text-transform: uppercase ;
            font-weight: 400 ;
            color: #000000 ;
            letter-spacing: 1px;
        }
        @media screen and (max-width: 768px) {
                    }

/* Testimonial */
        .elementor-277 .elementor-element.elementor-element-833b55a .elementor-testimonial__text {
            text-transform: none !important;
        }


/* ---- WPFORMS ---- */

        /* 1. Changement de la typographie globale du formulaire */
        .custom-wpforms {
            font-family: 'Yantramanav', sans-serif !important; /* Remplace par ta police */
            color: #333;
            max-width: 60% !important;
            margin: 0 auto !important;
        }
            @media screen and (max-width: 768px) {
            .custom-wpforms {
                max-width: 100% !important;
            }
        }

        /* 2. Style des Labels (Titres des champs) */
        .custom-wpforms .wpforms-field-label {
            font-family: 'Yantramanav', sans-serif !important;
            font-weight: 500 !important;
            text-transform: uppercase;
            font-size: 13px !important; /* On utilise !important si WPForms force via ses variables */
            color: #8c8c8c !important;
            margin-bottom: 5px !important;
        }

        /* 3. Style des Inputs, Textareas et Selects */
        .custom-wpforms input[type="text"],
        .custom-wpforms input[type="email"],
        .custom-wpforms select,
        .custom-wpforms textarea {
            background-color: #f9f9f9;
            border: 1px solid #ccc !important;
            border-radius: 0px !important;
            padding: 12px 15px !important;
            font-family: inherit !important; /* Pour que les champs utilisent la même police */
            transition: all 0.3s ease;
        }
        /* 2. État Actif (Focus) */
        .custom-wpforms input:focus,
        .custom-wpforms select:focus,
        .custom-wpforms textarea:focus {
            background-color: #f8f8f8 !important; /* Couleur de fond demandée */
            border-left: 3px solid #fa8814 !important; /* Bordure gauche orange 3px */
            border-top: 1px solid #ccc !important; /* On garde les autres bordures discrètes */
            border-right: 1px solid #ccc !important;
            border-bottom: 1px solid #ccc !important;
            outline: none !important; /* Supprime le contour bleu par défaut des navigateurs */
            box-shadow: none !important;
        }
                        /* Change la couleur de fond et de texte lors du remplissage automatique */
                .custom-wpforms input:-webkit-autofill,
                .custom-wpforms input:-webkit-autofill:hover, 
                .custom-wpforms input:-webkit-autofill:focus, 
                .custom-wpforms textarea:-webkit-autofill,
                .custom-wpforms textarea:-webkit-autofill:hover,
                .custom-wpforms textarea:-webkit-autofill:focus,
                .custom-wpforms select:-webkit-autofill,
                .custom-wpforms select:-webkit-autofill:hover,
                .custom-wpforms select:-webkit-autofill:focus {
                    /* On utilise box-shadow interne pour "écraser" la couleur forcée du navigateur */
                    -webkit-box-shadow: 0 0 0px 1000px #f8f8f8 inset !important;
                    /* On définit la couleur du texte */
                    -webkit-text-fill-color: #333 !important;
                    /* On s'assure que la bordure reste celle de ton design */
                    border: 1px solid #ccc !important;
                    transition: background-color 5000s ease-in-out 0s;
                }

                /* On ré-applique ta bordure orange à gauche si le champ rempli est "focus" */
                .custom-wpforms input:-webkit-autofill:focus {
                    border-left: 3px solid #fa8814 !important;
                }

/* ---- WEFORMS (Code Modifié) ---- */

            /* 1. Conteneur global : Alignement à gauche */
            .wpuf-form-add { 
                font-family: 'Yantramanav', sans-serif !important; 
                color: #333;
                max-width: 100% !important;
                /* MODIFICATION ICI : On remplace "0 auto" par "0" pour aligner à gauche */
                margin: 0 !important; 
            }

            /* Adaptation Mobile */
            @media screen and (max-width: 768px) {
                .wpuf-form-add {
                    max-width: 100% !important;
                }
            }

            /* Nettoyage des listes */
            .wpuf-form-add ul.wpuf-form {
                list-style: none !important;
                padding: 0 !important;
                margin: 0 !important;
            }

            /* 2. Style des Labels */
            .wpuf-form-add .wpuf-label label {
                font-family: 'Yantramanav', sans-serif !important;
                font-weight: 500 !important;
                text-transform: uppercase;
                font-size: 13px !important;
                color: #8c8c8c !important;
                margin-bottom: 5px !important;
                display: block !important;
            }

            /* 3. Style des Inputs, Textareas et Selects */
            .wpuf-form-add input[type="text"],
            .wpuf-form-add input[type="email"],
            .wpuf-form-add input[type="tel"], 
            .wpuf-form-add select,
            .wpuf-form-add textarea {
                background-color: #f9f9f9;
                border: 1px solid #ccc !important;
                border-radius: 0px !important;
                padding: 12px 15px !important;
                font-family: inherit !important;
                transition: all 0.3s ease;
                width: 100%; 
                box-sizing: border-box; 
                
                /* MODIFICATION ICI : Force une hauteur minimale identique pour tous */
                min-height: 50px !important; 
                /* On s'assure que le texte est bien centré verticalement */
                display: flex;
                align-items: center;
            }

            /* Correction spécifique pour le Select pour s'assurer que le texte ne soit pas coupé */
            .wpuf-form-add select {
                appearance: none; /* (Optionnel) Cela enlève le style par défaut du navigateur pour uniformiser, mais supprime la flèche */
                /* Si tu veux garder la flèche native, retire "appearance: none" mais garde le min-height */
                line-height: 1.5 !important;
                padding-right: 30px !important; /* Espace pour la flèche si on ne l'enlève pas */
            }

            /* 4. État Actif (Focus) */
            .wpuf-form-add input[type="text"]:focus,
            .wpuf-form-add input[type="email"]:focus,
            .wpuf-form-add input[type="tel"]:focus,
            .wpuf-form-add select:focus,
            .wpuf-form-add textarea:focus {
                background-color: #f8f8f8 !important;
                border-left: 3px solid #fa8814 !important; 
                border-top: 1px solid #ccc !important;
                border-right: 1px solid #ccc !important;
                border-bottom: 1px solid #ccc !important;
                outline: none !important;
                box-shadow: none !important;
            }

            /* 5. Gestion de l'autofill */
            .wpuf-form-add input:-webkit-autofill,
            .wpuf-form-add input:-webkit-autofill:hover, 
            .wpuf-form-add input:-webkit-autofill:focus, 
            .wpuf-form-add textarea:-webkit-autofill,
            .wpuf-form-add select:-webkit-autofill {
                -webkit-box-shadow: 0 0 0px 1000px #f8f8f8 inset !important;
                -webkit-text-fill-color: #333 !important;
                border: 1px solid #ccc !important;
                transition: background-color 5000s ease-in-out 0s;
            }

            .wpuf-form-add input:-webkit-autofill:focus {
                border-left: 3px solid #fa8814 !important;
            }

            /* 6. Champs Nom/Prénom côte à côte */
            .wpuf-name-field-wrap {
                display: flex;
                gap: 10px;
            }
            .wpuf-name-field-first-name, .wpuf-name-field-last-name {
                flex: 1;
            }
            .wpuf-form-sub-label {
                font-size: 11px !important;
                color: #aaa !important;
                margin-top: 2px !important;
                text-transform: none !important;
            }
            /* 7. Style du bouton de validation (Submit) */
            .wpuf-form-add input[type="submit"] {
                width: 100% !important; /* Toute la largeur */
                padding: 20px 0 !important; /* Marge interne 20px haut et bas */
                margin-top: 20px !important; /* Petit espace au-dessus du bouton */
                
                background-color: #27C4EC !important; /* Fond Bleu */
                color: #fff !important; /* Texte Blanc */
                border: none !important;
                border-radius: 0px !important;
                
                /* Typographie */
                font-family: 'Oswald', sans-serif !important;
                font-size: 16px !important;
                font-weight: 600 !important;
                text-transform: uppercase !important;
                text-shadow: none !important;
                border: none !important;
                
                cursor: pointer;
                transition: background-color 0.3s ease;
                -webkit-appearance: none; /* Correction pour mobile/iOS */
            }
            ul.wpuf-form li {
                padding: 0px !important;
            }

            /* État Hover du bouton */
            .wpuf-form-add input[type="submit"]:hover {
                background-color: #0D0D0D !important; /* Fond Noir */
                color: #fff !important;
            }
            h2.wpuf-section-title {
                font-family: 'Oswald', sans-serif !important;
                font-size: 20px !important;
                font-weight: 600 !important;
                text-transform: uppercase !important;
            }
            .wpuf-section-details {
                font-family: 'Yantramanav', sans-serif !important; /* Remplace par ta police */
                font-size: 15px !important;
                font-weight: 400 !important;
            }

/* Shop css */
        .shopengine-wishlist.badge,
        .shopengine-icon-quick_view_1,
        .shopengine-comparison.badge,
        .review-rating, .star-rating {
            display: none !important;
        }
        /* Ciblage précis du widget ShopEngine Product Description */
        .elementor-widget-shopengine-product-description .shopengine-product-description ul {
            margin-left: 20px !important; /* Crée l'espace pour que les puces ne sortent pas */
            padding-left: 5px !important;
            list-style-type: disc !important; /* Force l'affichage des points ronds */
        }

        .elementor-widget-shopengine-product-description .shopengine-product-description ul li {
            list-style-position: outside !important; /* Garde la puce à l'extérieur du texte */
            margin-bottom: 8px; /* Optionnel : ajoute un petit espace entre chaque ligne de la liste */
        }
        .elementor-widget-shopengine-product-description .shopengine-product-description p {
            font-family: 'Yantramanav', sans-serif !important; /* Remplace par ta police */
            font-size: 15px !important;
            font-weight: 400 !important;
            text-transform: lowercase !important;
        }
        /* Désactive l'affichage de l'image de zoom au survol */
        .woocommerce-product-gallery__wrapper .zoomImg {
            display: none !important;
            pointer-events: none !important;
        }

        /* Empêche le changement de curseur sur l'image principale */
        .woocommerce-product-gallery__image {
            pointer-events: none;
        }

        /* Optionnel : Si vous voulez garder le clic pour la lightbox mais pas le zoom */
        .woocommerce-product-gallery__wrapper {
            cursor: default;
        }
        .shopengine-product-image-toggle {
            display: none !important;
        }
        .woocommerce-message .button.wc-forward {
            display: none !important;
        }

/* Panier */
    
    .elementor-9790 .elementor-element.elementor-element-757a0a9 .shopengine-cart-table .shopengine-table__head div {
        font-family: 'Oswald', sans-serif !important; /* Remplace par ta police */
        font-size: 25px !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
    }
    .shopengine-widget .shopengine-checkout-form-billing .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row {
        padding: 10px 0px !important;
    }
    .shopengine-checkout-form-billing .woocommerce-billing-fields__field-wrapper .form-row label { 
        padding-bottom: 10px !important;
    }
    .shopengine-widget .shopengine-checkout-form-billing .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input[type="text"]:focus,
    .form-row .woocommerce-input-wrapper input[type="email"]:focus,
            .form-row .woocommerce-input-wrapper input[type="tel"]:focus,
            .form-row .woocommerce-input-wrapper select:focus,
            .form-row .woocommerce-input-wrapper textarea:focus {
                background-color: #ffffff !important;
                border-left: 3px solid #fa8814 !important; 
                border-top: 1px solid #dee3ea !important;
                border-right: 1px solid #dee3ea !important;
                border-bottom: 1px solid #dee3ea !important;
                outline: none !important;
                box-shadow: none !important;
    }
     .shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row {
        padding: 10px 0px !important;
    }
    ..shopengine-checkout-form-shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row label { 
        padding-bottom: 10px !important;
    }
    .shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper input[type="text"]:focus,
    .form-row .woocommerce-input-wrapper input[type="email"]:focus,
            .form-row .woocommerce-input-wrapper input[type="tel"]:focus,
            .form-row .woocommerce-input-wrapper select:focus,
            .form-row .woocommerce-input-wrapper textarea:focus {
                background-color: #ffffff !important;
                border-left: 3px solid #fa8814 !important; 
                border-top: 1px solid #dee3ea !important;
                border-right: 1px solid #dee3ea !important;
                border-bottom: 1px solid #dee3ea !important;
                outline: none !important;
                box-shadow: none !important;
    }

    
.countcamp {
            font-family: 'Oswald', sans-serif !important; /* Remplace par ta police */
            color: #0D0D0D !important;
            font-size: 18px !important;
            font-weight: 500 !important;
            text-transform: uppercase !important;
}

#cookie-notice .cn-button {
    color: #000000 !important;
}