.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-373ecac:#E53527;--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;--e-global-typography-ce26feb-font-family:"Arial Nova Light";--e-global-typography-ce26feb-font-size:16px;--e-global-typography-ce26feb-font-weight:300;--e-global-typography-56e4fdf-font-family:"Arial Nova Light";--e-global-typography-56e4fdf-font-size:30px;--e-global-typography-56e4fdf-font-weight:normal;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 p{margin-block-end:10px;}.elementor-kit-7 h1{font-family:"Arial Nova Light", Sans-serif;font-size:30px;font-weight:300;text-transform:uppercase;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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-kit-7{--e-global-typography-56e4fdf-font-size:16px;}.elementor-kit-7 h1{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html {
    overflow-x: hidden !important;
}

/* Conteneur principal */
.accordeon-container {
    overflow: hidden;
    width: 100%;
}

/* Grille flex horizontale */
.accordeon-grid {
    display: flex;
    height: 500px;
    width: 100%;
}

/* Chaque image (fond) */
.accordeon-item {
    position: relative;
    overflow: hidden;
    flex: 1;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    min-width: 50px;
    transition: flex 0.5s ease, filter 0.5s ease;
    filter: grayscale(30%);
}

/* Overlay texte */
.accordeon-item-content {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    bottom: auto !important;
    
    background: none;
    color: white;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); /* petite ombre douce */

    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}




/* Responsive mobile */
@media (max-width: 767px) {
    .accordeon-grid {
        flex-direction: column;
        height: auto;
    }

    .accordeon-item {
        height: 200px;
        margin-bottom: 5px;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Arial Nova Light';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://ghanime.lu/wp-content/uploads/2025/04/ArialNova-Light.ttf') format('truetype');
}
/* End Custom Fonts CSS */