.elementor-14898 .elementor-element.elementor-element-2d18f75{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-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:767px){.elementor-14898 .elementor-element.elementor-element-2d18f75{--align-items:flex-end;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-14898 .elementor-element.elementor-element-2d18f75.e-con{--order:99999 /* order end hack */;}}/* Start custom CSS for html, class: .elementor-element-cbb28e9 *//* Styles pour le menu avancé de chirurgie plastique */
.plasticsurgery-menu-advanced {
    font-family: 'Arial', sans-serif;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: relative;
    z-index: 1000;
    margin-bottom: 0;
}

.plasticsurgery-menu-advanced .menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 5%;
    border-bottom: 1px solid #eee;
}

.plasticsurgery-menu-advanced .logo {
    display: flex;
    align-items: center;
}

.plasticsurgery-menu-advanced .logo-image {
    height: 50px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
}

.plasticsurgery-menu-advanced .mobile-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #2c3e50;
    padding: 5px 10px;
}

.plasticsurgery-menu-advanced .menu-container {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: center;
}

.plasticsurgery-menu-advanced .menu-main-items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.plasticsurgery-menu-advanced .menu-item {
    position: relative;
}

.plasticsurgery-menu-advanced .menu-item > a {
    display: block;
    padding: 20px 25px;
    color: #2c3e50;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
    font-size: 15px;
}

.plasticsurgery-menu-advanced .menu-item > a:hover {
    background: #f8f9fa;
    border-bottom: 2px solid #3498db;
    color: #3498db;
}

/* === VERSION DESKTOP STABLE === */
@media (min-width: 993px) {
    .plasticsurgery-menu-advanced {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }

    /* Styles pour les mega-menus AVEC scroll - DESKTOP */
    .plasticsurgery-menu-advanced .mega-menu {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%) translateY(10px);
        background: white;
        width: 85vw;
        max-width: 1100px;
        box-shadow: 0 5px 25px rgba(0,0,0,0.15);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 100;
        padding: 20px;
        border-radius: 8px;
        overflow: hidden;
        max-height: 80vh; /* Hauteur maximale pour le scroll */
    }

    .plasticsurgery-menu-advanced .menu-item:hover .mega-menu {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(0);
    }

    /* GRID 3 COLONNES ET 3 LIGNES - DESKTOP AVEC SCROLL */
    .plasticsurgery-menu-advanced .mega-menu-scrollable {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: auto;
        gap: 20px;
        padding: 0;
        overflow-y: auto; /* Scroll vertical */
        overflow-x: hidden; /* Pas de scroll horizontal */
        max-height: calc(80vh - 40px); /* Hauteur ajustée */
    }

    /* STYLES DE SCROLLBAR POUR DESKTOP */
    .plasticsurgery-menu-advanced .mega-menu-scrollable::-webkit-scrollbar {
        width: 8px;
    }

    .plasticsurgery-menu-advanced .mega-menu-scrollable::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }

    .plasticsurgery-menu-advanced .mega-menu-scrollable::-webkit-scrollbar-thumb {
        background: #3498db;
        border-radius: 4px;
    }

    .plasticsurgery-menu-advanced .mega-menu-scrollable::-webkit-scrollbar-thumb:hover {
        background: #2980b9;
    }

    /* Firefox */
    .plasticsurgery-menu-advanced .mega-menu-scrollable {
        scrollbar-width: thin;
        scrollbar-color: #3498db #f1f1f1;
    }

    .plasticsurgery-menu-advanced .mega-menu-column {
        display: flex;
        flex-direction: column;
        min-width: auto;
        flex-shrink: 1;
    }

    /* ICÔNES AGRANDIES - DESKTOP */
    .plasticsurgery-menu-advanced .mega-menu-image {
        height: 120px; /* AGRANDI : 80px → 120px */
        border-radius: 8px;
        margin-bottom: 15px; /* AGRANDI : 12px → 15px */
        overflow: hidden;
        position: relative;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #f0f0f0;
    }

    .plasticsurgery-menu-advanced .mega-menu-image img {
        width: 200px; /* AGRANDI : 50px → 80px */
        height: 200px; /* AGRANDI : 50px → 80px */
        object-fit: contain;
        transition: transform 0.3s ease;
        filter: brightness(0.8);
    }

    .plasticsurgery-menu-advanced .mega-menu-column:hover .mega-menu-image img {
        transform: scale(1.1);
        filter: brightness(1);
    }

    /* TITRES AGRANDIS - DESKTOP */
    .plasticsurgery-menu-advanced .mega-menu-column h4 {
        color: #2c3e50;
        margin: 0 0 15px 0; /* AGRANDI : 10px → 15px */
        font-size: 16px; /* AGRANDI : 14px → 16px */
        font-weight: 600;
        border-bottom: 2px solid #3498db;
        padding-bottom: 8px; /* AGRANDI : 6px → 8px */
        text-align: center;
    }

    .plasticsurgery-menu-advanced .mega-menu-column a {
        display: block;
        padding: 6px 0;
        color: #555;
        text-decoration: none;
        transition: all 0.2s ease;
        font-size: 13px;
        border-bottom: 1px solid transparent;
        line-height: 1.3;
        text-align: center;
    }

    .plasticsurgery-menu-advanced .mega-menu-column a:hover {
        color: #3498db;
        padding-left: 0;
        border-bottom: 1px solid #f0f0f0;
        background: #f8f9fa;
    }
}

/* === VERSION MOBILE PLEINE LARGEUR === */
@media (max-width: 992px) {
    .plasticsurgery-menu-advanced {
        width: 100%;
        margin: 0;
        position: relative;
    }
    
    .plasticsurgery-menu-advanced .mobile-toggle {
        display: block;
        z-index: 1002;
    }
    
    .plasticsurgery-menu-advanced .menu-container {
        justify-content: flex-start;
        position: static;
    }
    
    /* MENU PRINCIPAL MOBILE - PLEINE LARGEUR */
    .plasticsurgery-menu-advanced .menu-main-items {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: white;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        display: none;
        z-index: 1001;
        margin: 0;
        padding: 0;
        overflow-y: auto;
    }
    
    .plasticsurgery-menu-advanced .menu-container.active .menu-main-items {
        display: flex;
    }
    
    /* EN-TÊTE DU MENU MOBILE */
    .plasticsurgery-menu-advanced .menu-main-items::before {
        content: '';
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        border-bottom: 1px solid #eee;
        background: white;
        position: sticky;
        top: 0;
        z-index: 1002;
    }
    
    .plasticsurgery-menu-advanced .menu-item {
        width: 100%;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #eee;
    }
    
    .plasticsurgery-menu-advanced .menu-item > a {
        padding: 18px 20px;
        font-size: 16px;
        color: #2c3e50;
        text-decoration: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: white;
        transition: background 0.3s ease;
    }
    
    .plasticsurgery-menu-advanced .menu-item > a:active {
        background: #f8f9fa;
    }
    
    /* MEGA-MENU MOBILE */
    .plasticsurgery-menu-advanced .mega-menu {
        display: none;
        background: #f9f9f9;
        margin: 0;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }
    
    .plasticsurgery-menu-advanced .mega-menu.active {
        display: block;
        max-height: 70vh;
        overflow-y: auto;
    }
    
    .plasticsurgery-menu-advanced .mega-menu-scrollable {
        flex-direction: column;
        padding: 20px;
        gap: 25px;
    }
    
    .plasticsurgery-menu-advanced .mega-menu-column {
        width: 100%;
        margin-bottom: 0;
    }

    /* ICÔNES AGRANDIES - MOBILE */
    .plasticsurgery-menu-advanced .mega-menu-image {
        height: 100px; /* AGRANDI : 70px → 100px */
        width: 100%;
        margin-bottom: 15px;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #f0f0f0;
        border-radius: 8px;
    }
    
    .plasticsurgery-menu-advanced .mega-menu-image img {
        width: 200px; /* AGRANDI : 40px → 60px */
        height: 200px; /* AGRANDI : 40px → 60px */
        object-fit: contain;
        filter: brightness(0.8);
    }
    
    /* TITRES AGRANDIS - MOBILE */
    .plasticsurgery-menu-advanced .mega-menu-column h4 {
        font-size: 18px; /* AGRANDI : 17px → 18px */
        margin: 0 0 15px 0; /* AGRANDI : 12px → 15px */
        padding-bottom: 8px; /* AGRANDI : 6px → 8px */
        color: #2c3e50;
        border-bottom: 2px solid #3498db;
        text-align: center;
    }
    
    .plasticsurgery-menu-advanced .mega-menu-column a {
        font-size: 14px;
        padding: 8px 0;
        color: #555;
        text-decoration: none;
        border-bottom: 1px solid #f0f0f0;
        display: block;
        text-align: center;
    }
    
    /* FLÈCHES POUR SOUS-MENUS MOBILE */
    .plasticsurgery-menu-advanced .menu-item.has-megamenu > a::after {
        content: '›';
        font-weight: bold;
        font-size: 18px;
        transition: transform 0.3s ease;
    }
    
    .plasticsurgery-menu-advanced .menu-item.has-megamenu.active > a::after {
        transform: rotate(90deg);
    }
    
    /* SCROLLBAR POUR SOUS-MENU MOBILE */
    .plasticsurgery-menu-advanced .mega-menu.active::-webkit-scrollbar {
        width: 6px;
    }
    
    .plasticsurgery-menu-advanced .mega-menu.active::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 3px;
    }
    
    .plasticsurgery-menu-advanced .mega-menu.active::-webkit-scrollbar-thumb {
        background: #3498db;
        border-radius: 3px;
    }
    
    .plasticsurgery-menu-advanced .mega-menu.active::-webkit-scrollbar-thumb:hover {
        background: #2980b9;
    }
}

/* CORRECTIONS MOBILE AVANCÉES */
@media (max-width: 768px) {
    .plasticsurgery-menu-advanced .menu-header {
        padding: 8px 15px;
    }
    
    .plasticsurgery-menu-advanced .logo-image {
        height: 40px;
        max-width: 150px;
    }
    
    .plasticsurgery-menu-advanced .menu-item > a {
        padding: 16px 15px;
        font-size: 15px;
    }
    
    .plasticsurgery-menu-advanced .mega-menu-scrollable {
        padding: 15px;
        gap: 20px;
    }
    
    .plasticsurgery-menu-advanced .mega-menu.active {
        max-height: 60vh;
    }
    
    /* ICÔNES AGRANDIES - MOBILE TABLETTE */
    .plasticsurgery-menu-advanced .mega-menu-image {
        height: 90px; /* AGRANDI : 60px → 90px */
    }
    
    .plasticsurgery-menu-advanced .mega-menu-image img {
        width: 50px; /* AGRANDI : 35px → 50px */
        height: 50px; /* AGRANDI : 35px → 50px */
    }
    
    /* TITRES AGRANDIS - MOBILE TABLETTE */
    .plasticsurgery-menu-advanced .mega-menu-column h4 {
        font-size: 17px; /* AGRANDI : 16px → 17px */
        margin: 0 0 12px 0; /* AGRANDI */
    }
    
    .plasticsurgery-menu-advanced .mega-menu-column a {
        font-size: 13px;
        padding: 7px 0;
    }
}

@media (max-width: 480px) {
    .plasticsurgery-menu-advanced .menu-header {
        padding: 6px 12px;
    }
    
    .plasticsurgery-menu-advanced .logo-image {
        height: 35px;
        max-width: 120px;
    }
    
    .plasticsurgery-menu-advanced .mobile-toggle {
        font-size: 20px;
        padding: 4px 8px;
    }
    
    .plasticsurgery-menu-advanced .menu-item > a {
        padding: 14px 12px;
        font-size: 14px;
    }
    
    .plasticsurgery-menu-advanced .mega-menu-scrollable {
        padding: 12px;
        gap: 18px;
    }
    
    .plasticsurgery-menu-advanced .mega-menu.active {
        max-height: 50vh;
    }
    
    /* ICÔNES AGRANDIES - MOBILE SMARTPHONE */
    .plasticsurgery-menu-advanced .mega-menu-image {
        height: 120px; /* AGRANDI : 50px → 80px */
    }
    
    .plasticsurgery-menu-advanced .mega-menu-image img {
        width: 100px; /* AGRANDI : 30px → 45px */
        height: 100px; /* AGRANDI : 30px → 45px */
    }
    
    /* TITRES AGRANDIS - MOBILE SMARTPHONE */
    .plasticsurgery-menu-advanced .mega-menu-column h4 {
        font-size: 16px; /* AGRANDI : 15px → 16px */
        margin-bottom: 10px;
    }
    
    .plasticsurgery-menu-advanced .mega-menu-column a {
        font-size: 12px;
        padding: 6px 0;
    }
}/* End custom CSS */