/* =========================
   PRELOADER MINIMAL GE
========================= */

.preloader{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#ffffff !important;
    z-index:99999;
}

/* Supprime spinner */
.preloader .spinner{
    display:none !important;
}

/* Supprime panneaux */
.preloader .loader{
    display:none !important;
}

/* Centre contenu */
.preloader .animation-preloader{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:center;
}

/* Texte GE */
.preloader .txt-loading{
    display:flex;
    gap:5px;
    justify-content:center;
}

/* Lettres */
.preloader .letters-loading{
    font-size:70px;
    font-weight:800;
    color:#d71920 !important;
    animation: pulseGE 1.2s infinite;
}

/* Texte dessous */
.preloader p{
    margin-top:10px;
    color:#111 !important;
    font-size:15px;
    letter-spacing:2px;
}

/* Animation légère */
@keyframes pulseGE{
    0%{opacity:0.4; transform:scale(0.95);}
    50%{opacity:1; transform:scale(1);}
    100%{opacity:0.4; transform:scale(0.95);}
}







.ge-whatsapp-float,
.ge-whatsapp-float:hover,
.ge-whatsapp-float:focus,
.ge-whatsapp-float:active {
    position: fixed !important;
    right: 14px !important;
    bottom: 14px !important;
    width: 54px !important;
    height: 54px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #25D366 !important;
    color: #ffffff !important;
    border: none !important;
    outline: none !important;
    border-radius: 50% !important;
    text-decoration: none !important;
    box-shadow: none !important;
    filter: none !important;
    transform: none !important;
    animation: none !important;
    overflow: hidden !important;
    z-index: 999999 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Supprime tout élément parasite */
.ge-whatsapp-float::before,
.ge-whatsapp-float::after,
.ge-whatsapp-float svg::before,
.ge-whatsapp-float svg::after {
    content: none !important;
    display: none !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

/* Nettoyage complet des enfants */
.ge-whatsapp-float * {
    box-shadow: none !important;
    filter: none !important;
    animation: none !important;
    background: transparent !important;
    border: none !important;
}

/* Icône */
.ge-whatsapp-float svg {
    width: 26px !important;
    height: 26px !important;
    display: block !important;
    color: #ffffff !important;
    fill: currentColor !important;
    position: relative !important;
    z-index: 2 !important;
}

/* Mobile */
@media (max-width: 768px) {
    .ge-whatsapp-float,
    .ge-whatsapp-float:hover,
    .ge-whatsapp-float:focus,
    .ge-whatsapp-float:active {
        right: 12px !important;
        bottom: 12px !important;
        width: 52px !important;
        height: 52px !important;
    }

    .ge-whatsapp-float svg {
        width: 24px !important;
        height: 24px !important;
    }
}

/* Bouton WhatsApp à gauche */
.ge-whatsapp-float,
.ge-whatsapp-float:hover,
.ge-whatsapp-float:focus,
.ge-whatsapp-float:active {
    position: fixed !important;
    left: 14px !important;
    right: auto !important;
    bottom: 14px !important;
    width: 54px !important;
    height: 54px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #25D366 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 50% !important;
    text-decoration: none !important;
    box-shadow: none !important;
    z-index: 999999 !important;
}

/* Mobile */
@media (max-width: 768px) {
    .ge-whatsapp-float {
        left: 12px !important;
        right: auto !important;
        bottom: 12px !important;
        width: 52px !important;
        height: 52px !important;
    }
}