.elementor-kit-8{--e-global-color-primary:#163770;--e-global-color-secondary:#EAEAEA;--e-global-color-text:#7A7A7A;--e-global-color-accent:#C6A664;--e-global-color-1c15a3b:#000000;--e-global-color-b71739c:#FFFFFF;--e-global-typography-primary-font-family:"GFS Didot";--e-global-typography-primary-font-size:72px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:85px;--e-global-typography-secondary-font-family:"GFS Didot";--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:64px;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:32px;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;--e-global-typography-fe50408-font-size:14px;--e-global-typography-fe50408-font-weight:400;--e-global-typography-fe50408-line-height:16px;}.elementor-kit-8 e-page-transition{background-color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{--lightbox-header-icons-size:32px;}@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:540px;}.e-con{--container-max-width:540px;}}/* Start custom CSS *//* Effet shine sur hover */
.shine-effect {
    position: relative;
    overflow: hidden;
}

.shine-effect::before {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 120%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 10%,
        transparent 60%
    );
    transform: skewX(-20deg);
    transition: all 0.6s ease;
}

.shine-effect:hover::before {
    left: 50%;
}




/* Style premium du titre Les studios La Canardière */
.sec-title.text-theme {
    font-family: "GFS didot", serif !important;
    font-size: 72px !important;
    font-weight: 400 !important;
    line-height: 1.15 !important;
    color: #16305f !important;
    letter-spacing: -0.5px;
    margin-bottom: 20px !important;
    position: relative;
    display: inline-block;
}



/* Conteneur */
.zoom-img {
    overflow: hidden;
    position: relative;
}

/* Image */
.zoom-img img {
    transition: transform 0.5s ease;
    transform-origin: center center;
}

/* Effet au survol */
.zoom-img:hover img {
    transform: scale(1.12); /* zoom 12% */
}



/* Base zoom (déjà ajouté) */
.zoom-img {
    position: relative;
    overflow: hidden;
}

.zoom-img img {
    transition: transform 0.5s ease;
}

.zoom-img:hover img {
    transform: scale(1.12);
}

/* ----- OVERLAY + ICON EYE ----- */

.eye-hover::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Icône œil */
.eye-hover::before {
    content: "\f06e"; /* Icône œil Font Awesome */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 32px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}

/* Hover → rendre visible */
.eye-hover:hover::after,
.eye-hover:hover::before {
    opacity: 1;
}

.eye-hover:hover::before {
    transform: translate(-50%, -50%) scale(1.1);
}/* End custom CSS */