.elementor-2750 .elementor-element.elementor-element-e99251e{--display:flex;}.elementor-2750 .elementor-element.elementor-element-ef1dbe4{--display:flex;}.elementor-2750 .elementor-element.elementor-element-70baa71{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2750 .elementor-element.elementor-element-70baa71.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2750 .elementor-element.elementor-element-5b07363{--display:flex;}.elementor-2750 .elementor-element.elementor-element-715681b{--display:flex;}@media(max-width:1024px){.elementor-2750 .elementor-element.elementor-element-66eee43 > .elementor-widget-container{margin:30px 0px 0px 0px;}}@media(min-width:768px){.elementor-2750 .elementor-element.elementor-element-70baa71{--width:100.476%;}}/* Start custom CSS for template, class: .elementor-element-25f5b3b *//* CSS personnalisé pour header Elementor - PowerSaver */

/* Container principal du header */
.elementor-section[data-id*="header"], 
.site-header,
.elementor-top-section {
    background-color: #ffffff !important;
    background-image: none !important;
    border-bottom: 3px solid #00d084 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
    position: relative;
    z-index: 999;
}

/* Suppression des backgrounds verts existants */
.elementor-container {
    background-color: transparent !important;
}

/* Style pour le logo */
.site-logo img,
.elementor-image img {
    max-height: 50px;
    width: auto;
}

/* Navigation menu */
.elementor-nav-menu--main .elementor-nav-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.elementor-nav-menu--main .elementor-nav-menu a {
    color: #333333 !important;
    font-weight: 500;
    font-size: 16px;
    padding: 15px 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.elementor-nav-menu--main .elementor-nav-menu a:hover {
    color: #00d084 !important;
    background-color: rgba(0, 208, 132, 0.1);
    border-radius: 5px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .elementor-nav-menu--main .elementor-nav-menu a {
        font-size: 15px;
        padding: 12px 15px;
    }
}

@media (max-width: 768px) {
    /* Header mobile */
    .elementor-section[data-id*="header"] {
        padding: 10px 0 !important;
    }
    
    .site-logo img,
    .elementor-image img {
        max-height: 40px;
    }
    
    /* Menu hamburger si utilisé */
    .elementor-nav-menu--toggle {
        color: #333333 !important;
    }
    
    .elementor-nav-menu--dropdown {
        background-color: #ffffff !important;
        border: 1px solid #e0e0e0;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }
    
    .elementor-nav-menu--dropdown a {
        color: #333333 !important;
        padding: 15px 20px !important;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .elementor-nav-menu--dropdown a:hover {
        background-color: rgba(0, 208, 132, 0.1) !important;
        color: #00d084 !important;
    }
}

@media (max-width: 480px) {
    .elementor-section[data-id*="header"] {
        padding: 8px 0 !important;
    }
    
    .site-logo img,
    .elementor-image img {
        max-height: 35px;
    }
    
    .elementor-nav-menu--main .elementor-nav-menu a {
        font-size: 14px;
        padding: 10px 12px;
    }
}

/* Animation pour la ligne verte */
.elementor-section[data-id*="header"]:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #00d084 0%, #00b86f 100%);
    animation: slideIn 0.5s ease-out;
}

@keyframes slideIn {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

/* Correction pour les éléments Elementor spécifiques */
.elementor-widget-nav-menu .elementor-nav-menu--main {
    background-color: transparent !important;
}

.elementor-widget-image .elementor-image {
    text-align: left;
}

/* Sticky header si activé */
.elementor-sticky--active {
    background-color: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
}/* End custom CSS */