.elementor-1212 .elementor-element.elementor-element-4956041{--display:flex;--position:fixed;bottom:0px;}.elementor-1212 .elementor-element.elementor-element-4956041:not(.elementor-motion-effects-element-type-background), .elementor-1212 .elementor-element.elementor-element-4956041 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}body:not(.rtl) .elementor-1212 .elementor-element.elementor-element-4956041{left:0px;}body.rtl .elementor-1212 .elementor-element.elementor-element-4956041{right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:575px){.elementor-1212 .elementor-element.elementor-element-4956041{--width:100%;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:99999;}.elementor-1212 .elementor-element.elementor-element-4956041.e-con{--align-self:center;}}/* Start custom CSS for shortcode, class: .elementor-element-247a7b9 *//* Menu mobile */
    #mobile-floating-menu {
        position: fixed;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        width: 95%;
        max-width: 520px;
        background: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 15px;
        box-shadow: 0 8px 20px rgba(0,0,0,0.15);
        z-index: 9999;
        font-family: 'Arial', sans-serif;
        box-sizing: border-box;
    }

    #mobile-floating-menu .menu-btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #333;
        text-decoration: none;
        font-size: 12px;
        transition: all 0.3s ease;
        min-width: 60px;
        position: relative;
    }

    #mobile-floating-menu .menu-btn .dashicons {
        font-size: 26px;
        margin-bottom: 4px;
        transition: transform 0.3s ease, color 0.3s ease;
    }

    #mobile-floating-menu .menu-btn .label {
        font-size: 11px;
        text-align: center;
        line-height: 1.2;
        transition: color 0.3s;
    }

    #mobile-floating-menu .menu-btn:hover .dashicons,
    #mobile-floating-menu .menu-btn:hover .label {
        color: #40B2E1;
        transform: translateY(-3px);
    }

    /* Bouton Déposer */
    #mobile-floating-menu .menu-btn.special-btn {
        background: #40B2E1;
        color: #fff !important;
        border-radius: 15px;
        padding: 10px 0;
        width: 80px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        box-shadow: 0 6px 18px rgba(0,0,0,0.25);
        transition: transform 0.3s, box-shadow 0.3s;
    }

    #mobile-floating-menu .menu-btn.special-btn .dashicons,
    #mobile-floating-menu .menu-btn.special-btn .label {
        color: #fff;
    }

    #mobile-floating-menu .menu-btn.special-btn:hover {
        transform: translateY(-4px) scale(1.1);
        box-shadow: 0 8px 22px rgba(0,0,0,0.35);
    }

    /* Notifications toast amélioré */
    .mobile-toast {
        position: fixed;
        bottom: 80px;
        left: 50%;
        transform: translateX(-50%) translateY(20px);
        background: #333;
        color: #fff;
        padding: 14px 22px;
        border-radius: 12px;
        font-size: 14px;
        box-shadow: 0 6px 20px rgba(0,0,0,0.25);
        opacity: 0;
        pointer-events: none;
        display: flex;
        align-items: center;
        gap: 10px;
        transition: opacity 0.4s ease, transform 0.4s ease;
        z-index: 99999;
    }

    .mobile-toast.show {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }

    .mobile-toast i {
        font-size: 16px;
        color: #40B2E1;
    }

    /* Responsive */
    @media (max-width: 480px){
        #mobile-floating-menu {
            width: 100%;
            padding-bottom: 30px;
        }
        #mobile-floating-menu .menu-btn .dashicons {
            font-size: 24px;
        }
        #mobile-floating-menu .menu-btn .label {
            font-size: 10px;
        }
        #mobile-floating-menu .menu-btn.special-btn {
            width: 70px;
            padding: 8px 0;
        }
    }/* End custom CSS */