.elementor-527 .elementor-element.elementor-element-031d878:not(.elementor-motion-effects-element-type-background), .elementor-527 .elementor-element.elementor-element-031d878 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-527 .elementor-element.elementor-element-031d878{border-style:solid;border-width:0px 0px 1px 0px;border-color:#A9CBD99E;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-527 .elementor-element.elementor-element-031d878 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-527 .elementor-element.elementor-element-d8cd92e.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-527 .elementor-element.elementor-element-d8cd92e.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-527 .elementor-element.elementor-element-d8cd92e{z-index:9999;}.elementor-527 .elementor-element.elementor-element-60c6cfa{z-index:9999;}.elementor-527 .elementor-element.elementor-element-fabafe7{--display:flex;--position:absolute;--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;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;top:0px;--z-index:9999;}body:not(.rtl) .elementor-527 .elementor-element.elementor-element-fabafe7{left:0px;}body.rtl .elementor-527 .elementor-element.elementor-element-fabafe7{right:0px;}.elementor-527 .elementor-element.elementor-element-f7dbd87 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-527 .elementor-element.elementor-element-89269bc > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-527 .elementor-element.elementor-element-1a1fca8 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}body.elementor-page-527:not(.elementor-motion-effects-element-type-background), body.elementor-page-527 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#131313;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-527 .elementor-element.elementor-element-031d878{margin-top:0px;margin-bottom:0px;}.elementor-527 .elementor-element.elementor-element-d8cd92e{width:50%;}.elementor-527 .elementor-element.elementor-element-fabafe7{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-60c6cfa */.vt-logo-loader {
  width: 176px;   /* 80% de 220px */
  height: auto;
  fill: #ffffff;
  opacity: 0;
  animation: fadeIn 1.5s ease forwards, pulse 2.5s ease-in-out infinite;
  animation-delay: 0.2s, 1.5s;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f7dbd87 *//* ===== LOGO POSITION FIXE (miroir du menu) ===== */
.logo-container {
    position: fixed;
    top: 80px;      /* même valeur que le menu */
    left: 80px;     /* miroir de right: 80px */
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* ===== SVG ===== */
.vt-logo {
    width: 70px; /* ajuste si nécessaire pour matcher visuellement le bouton */
    height: auto;
    display: block;
    transition: transform 0.30s ease, filter 0.30s ease;
}

/* Hover */
.logo-container:hover .vt-logo {
    transform: scale(1.05);
    filter: brightness(1.06);
}

@media (max-width: 768px) {
    .logo-container {
         width: 55px; 
        top: 20px;   /* même valeur que le menu */
        left: 20px;  /* miroir de right: 20px */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-89269bc *//* ============================================
   SUPPRESSION TOTALE DU FOCUS BLEU
   ============================================ */

/* Niveau 1: Suppression globale ultra-agressive */
*, 
*::before, 
*::after,
*:focus,
*:active,
*:hover,
*:focus-visible,
*:focus-within {
    outline: 0 !important;
    outline: none !important;
    outline-width: 0 !important;
    outline-style: none !important;
    outline-color: transparent !important;
    outline-offset: 0 !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-focus-ring-color: rgba(0, 0, 0, 0) !important;
    -moz-outline: none !important;
    -moz-outline-style: none !important;
}

/* Niveau 2: Ciblage des éléments interactifs */
button, 
a, 
input, 
select, 
textarea, 
[tabindex],
[role="button"] {
    outline: 0 !important;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    -webkit-touch-callout: none !important;
}

/* Niveau 3: Tous les états possibles */
button:focus, button:active, button:hover, button:focus-visible,
a:focus, a:active, a:hover, a:focus-visible,
input:focus, input:active,
select:focus, select:active,
textarea:focus, textarea:active {
    outline: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

/* Niveau 4: Suppression sur mobile */
@media (hover: none) and (pointer: coarse) {
    * {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
        -webkit-tap-highlight-color: transparent !important;
        -webkit-touch-callout: none !important;
        -webkit-user-select: none !important;
    }
}

/* ============================================
   MENU STYLES
   ============================================ */

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background: #000000;
    min-height: 100vh;
}

.custom-menu-container {
    position: fixed;
    top: 80px;
    right: 80px;
    z-index: 9999;
}

.custom-menu-toggle {
    background: rgba(18, 18, 18, 0.85);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 12px 15px;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    width: 48px;
    height: 48px;
    
    /* Anti-focus spécifique */
    outline: 0 !important;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.custom-menu-toggle:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
}

.custom-menu-toggle:focus,
.custom-menu-toggle:active,
.custom-menu-toggle:focus-visible {
    outline: 0 !important;
    outline: none !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.custom-hamburger {
    width: 24px;
    height: 18px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    pointer-events: none;
}

.custom-hamburger span {
    width: 100%;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

.custom-menu-toggle.menu-active .custom-hamburger span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.custom-menu-toggle.menu-active .custom-hamburger span:nth-child(2) {
    opacity: 0;
}

.custom-menu-toggle.menu-active .custom-hamburger span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.custom-menu-nav {
    position: absolute;
    top: 60px;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.custom-menu-nav.menu-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.custom-nav-item {
    background: rgba(18, 18, 18, 0.85);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    text-decoration: none;
    min-width: 180px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0;
    transform: translateX(20px);
    
    /* Anti-focus spécifique */
    outline: 0 !important;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

.custom-nav-item:focus,
.custom-nav-item:active,
.custom-nav-item:focus-visible {
    outline: 0 !important;
    outline: none !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.custom-menu-nav.menu-active .custom-nav-item {
    animation: customSlideIn 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.custom-menu-nav.menu-active .custom-nav-item:nth-child(1) {
    animation-delay: 0.1s;
}

.custom-menu-nav.menu-active .custom-nav-item:nth-child(2) {
    animation-delay: 0.2s;
}

.custom-menu-nav.menu-active .custom-nav-item:nth-child(3) {
    animation-delay: 0.3s;
}

@keyframes customSlideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.custom-nav-item:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
    color: #ffffff !important; /* <<< couleur texte hover */
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
}


.custom-nav-item:active {
    transform: translateY(0);
}

/* ============================================
   RESPONSIVE MOBILE
   ============================================ */

@media (max-width: 768px) {
    .custom-menu-container {
        top: 20px;
        right: 20px;
    }

    .custom-menu-nav {
        position: absolute;
        top: 60px;
        right: 0;
    }

    .custom-nav-item {
        width: 240px;
    }
}/* End custom CSS */