.elementor-kit-7{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#304B52;--e-global-color-text:#000000;--e-global-color-accent:#64C1C7;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.container-in {
    aspect-ratio: 3 / 5; 
}

.container {
    aspect-ratio: 3 / 4; 
}

/* La visionneuse par défaut (invisible) */
#muraneo-viewer {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
    display: flex; /* Toujours en flex pour le centrage */
    justify-content: center;
    align-items: center;
    
    /* Gestion de l'invisibilité pour l'animation */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* L'image avec un léger effet de zoom à l'ouverture */
#muraneo-viewer img {
    max-width: 90%;
    max-height: 85%;
    border-radius: 4px;
    box-shadow: 0 10px 50px rgba(0,0,0,0.8);
    transform: scale(0.95);
    transition: transform 0.4s ease;
}

/* État actif (Fade In) */
#muraneo-viewer.viewer-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

#muraneo-viewer.viewer-open img {
    transform: scale(1);
}

/* Curseur loupe pour vos blocs */
.container-in {
    cursor: zoom-in !important;
}ant;
    animation: fadeIn 0.3s auto;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}/* End custom CSS */