/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* =====================================================
   RESET MINIMAL
===================================================== */

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

/* =====================================================
   VARIABLES LAYOUT
===================================================== */

:root {
  --vs-panel-min-height: 320px;
}

/* =====================================================
   STACK SCROLL
===================================================== */

.stack-placeholder {
  display: block;
  width: 100%;
}

.stack-section {
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  backface-visibility: hidden;
  z-index: 1 !important;
  overscroll-behavior: auto;
  height: calc(var(--stack-vh, 100vh) - var(--stack-offset, 0px));
  min-height: calc(var(--stack-vh, 100vh) - var(--stack-offset, 0px));
  box-sizing: border-box;
  overflow: hidden;
}

.stack-section.stack-first {
  transform: translate3d(0, 0, 0);
}

.stack-section .e-con,
.stack-section .elementor-element {
  box-sizing: border-box;
}

html.stack-preinit .stack-section,
body.stack-preinit .stack-section {
  opacity: 0 !important;
  visibility: hidden !important;
}

html.stack-preinit .stack-section.stack-first,
body.stack-preinit .stack-section.stack-first {
  opacity: 1 !important;
  visibility: visible !important;
}

html.stack-ready .stack-section,
body.stack-ready .stack-section {
  opacity: 1 !important;
  visibility: visible !important;
}

/* =====================================================
   TRANSITIONS GLOBALES
===================================================== */

a,
button,
i,
svg,
img,
.elementor-button,
.elementor-icon,
.elementor-icon-list-text,
.hfe-menu-item,
.hfe-nav-menu__toggle,
.ekit_navSidebar-button,
.ekit_navSidebar-button i,
.ekit_close-side-widget,
.ekit_close-side-widget i,
.elementor-widget-text-editor,
.elementor-widget-text-editor a,
.elementor-widget-text-editor p {
  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease,
    opacity 0.25s ease,
    filter 0.25s ease,
    fill 0.25s ease,
    stroke 0.25s ease,
    box-shadow 0.25s ease;
}

/* =====================================================
   HIERARCHIE DES COUCHES
===================================================== */

.elementor-element-c89a44e {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 99999 !important;
  background: transparent !important;
  pointer-events: auto !important;
}

.vs-footer {
  z-index: 9990 !important;
}

.social-side {
  z-index: 9980 !important;
}

/* =====================================================
   HEADER FIXE RÉEL
===================================================== */

.elementor-element-c89a44e *,
.elementor-element-c89a44e nav,
.elementor-element-c89a44e .hfe-nav-menu,
.elementor-element-c89a44e .hfe-nav-menu * {
  pointer-events: auto !important;
}

.elementor-element-54b78d0 img {
  max-width: 100%;
  height: auto;
}

/* =====================================================
   CORRECTION MENU HFE RÉEL
===================================================== */

.elementor-element-4dbe833,
.elementor-element-1c4d695,
.elementor-element-4dbe833 .elementor-widget-container,
.elementor-element-1c4d695 .elementor-widget-container,
.elementor-element-8e1cb65,
.elementor-element-1b004f2 {
  background: transparent !important;
  box-shadow: none !important;
}

.elementor-element-4dbe833 .hfe-nav-menu__layout-horizontal,
.elementor-element-1c4d695 .hfe-nav-menu__layout-horizontal {
  background: transparent !important;
  box-shadow: none !important;
  width: auto !important;
  left: auto !important;
  right: auto !important;
  min-width: 0 !important;
}

.elementor-element-4dbe833 .hfe-nav-menu,
.elementor-element-1c4d695 .hfe-nav-menu,
.elementor-element-4dbe833 ul.hfe-nav-menu,
.elementor-element-1c4d695 ul.hfe-nav-menu {
  width: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* =====================================================
   MENU / OFFCANVAS
===================================================== */

body:not(.elementor-editor-active) .side-menu .ekit_navSidebar-button,
body:not(.elementor-editor-active) .side-menu .ekit_navSidebar-button i,
body:not(.elementor-editor-active) .side-menu .ekit_close-side-widget,
body:not(.elementor-editor-active) .side-menu .ekit_close-side-widget i {
  transition:
    color 0.25s ease,
    opacity 0.25s ease,
    fill 0.25s ease,
    stroke 0.25s ease;
}

body:not(.elementor-editor-active) .elementor-element-1f2fdb1,
body:not(.elementor-editor-active) .elementor-element-d5676bc,
body:not(.elementor-editor-active) .elementor-element-7a40fb5,
body:not(.elementor-editor-active) .side-menu {
  position: relative !important;
  z-index: 100000 !important;
}

body:not(.elementor-editor-active) .side-menu .ekit-sidebar-group {
  z-index: 100001 !important;
}

body:not(.elementor-editor-active) .side-menu .ekit-overlay {
  z-index: 100002 !important;
}

body:not(.elementor-editor-active) .side-menu .ekit-sidebar-widget {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 100003 !important;
  height: 100dvh !important;
  max-height: 100dvh !important;
  overflow-y: auto !important;
}

body:not(.elementor-editor-active) .side-menu .ekit_sidebar-widget-container,
body:not(.elementor-editor-active) .side-menu .ekit_sidebar-textwidget,
body:not(.elementor-editor-active) .side-menu .ekit-widget-area-container {
  position: relative !important;
  z-index: 100004 !important;
  height: 100dvh !important;
  max-height: 100dvh !important;
  display: flex !important;
  flex-direction: column !important;
}

body:not(.elementor-editor-active) .side-menu .ekit_widget-heading,
body:not(.elementor-editor-active) .side-menu .ekit_close-side-widget,
body:not(.elementor-editor-active) .side-menu .ekit_close-side-widget i {
  position: relative !important;
  z-index: 100005 !important;
  pointer-events: auto !important;
}

.side-menu .ekit_close-side-widget,
.side-menu .ekit_close-side-widget i {
  color: #111111 !important;
  fill: #111111 !important;
  stroke: #111111 !important;
  font-size: 24px !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* =====================================================
   FOOTER BASE
===================================================== */

.vs-footer,
.vs-footer a,
.vs-footer p,
.vs-footer .elementor-button,
.vs-footer .elementor-button i,
.vs-footer .elementor-button svg {
  transition:
    color 0.25s ease,
    opacity 0.25s ease,
    fill 0.25s ease,
    stroke 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease;
}

/* =====================================================
   LIEN MENTIONS LÉGALES
===================================================== */

body.ui-on-dark a[href="https://www.versaty.fr/legal-notice/"] {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

body.ui-on-light a[href="https://www.versaty.fr/legal-notice/"] {
  color: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
}

/* =====================================================
   RÉSEAUX SOCIAUX LATÉRAUX
===================================================== */

.social-side {
  position: fixed !important;
  top: 50% !important;
  right: 45px !important;
  left: auto !important;
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translateY(-50%) !important;
}

.social-side.elementor-list-item-link-full_width,
.social-side.elementor-list-item-link-full_width .elementor-icon-list-item,
.social-side.elementor-list-item-link-full_width .elementor-icon-list-text {
  width: auto !important;
}

.social-side ul,
.social-side ul.elementor-icon-list-items {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  justify-content: center !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.social-side li,
.social-side li.elementor-icon-list-item {
  display: block !important;
  width: auto !important;
  margin: 15px 0 !important;
  padding: 0 !important;
}

.social-side .elementor-icon-list-text {
  display: inline-block !important;
  white-space: nowrap;
  letter-spacing: 1px;
  transform: rotate(-90deg);
  transform-origin: center;
}

@media (max-width: 768px) {
  .social-side {
    display: none !important;
  }
}

/* =====================================================
   MODE SOMBRE = UI BLANCHE
===================================================== */

body.ui-on-dark {
  color: #ffffff;
}

body.ui-on-dark .elementor-element-54b78d0 img {
  filter: brightness(0) invert(1) !important;
}

body.ui-on-dark .elementor-element-c89a44e .hfe-menu-item,
body.ui-on-dark .elementor-element-c89a44e .hfe-nav-menu-icon i,
body.ui-on-dark .elementor-element-c89a44e .ekit_navSidebar-button,
body.ui-on-dark .elementor-element-c89a44e .ekit_navSidebar-button i,
body.ui-on-dark .elementor-element-c89a44e .ekit_close-side-widget,
body.ui-on-dark .elementor-element-c89a44e .ekit_close-side-widget i,
body.ui-on-dark .elementor-element-c89a44e .btn-fullservices .elementor-button,
body.ui-on-dark .elementor-element-c89a44e .btn-fullservices .elementor-button i,
body.ui-on-dark .elementor-element-c89a44e .btn-fullservices .elementor-button-text {
  color: #ffffff !important;
  fill: #ffffff !important;
  stroke: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

body.ui-on-dark .vs-footer,
body.ui-on-dark .vs-footer a,
body.ui-on-dark .vs-footer p,
body.ui-on-dark .vs-footer .elementor-button,
body.ui-on-dark .vs-footer .elementor-button i,
body.ui-on-dark .vs-footer .elementor-button svg {
  color: #ffffff !important;
  fill: #ffffff !important;
  stroke: #ffffff !important;
}

body.ui-on-dark .social-side a,
body.ui-on-dark .social-side .elementor-icon-list-text {
  color: #ffffff !important;
}

body.ui-on-dark .cta-main .elementor-button,
body.ui-on-dark a.elementor-button {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.35) !important;
}

body.ui-on-dark .cta-main .elementor-button *,
body.ui-on-dark .cta-main .elementor-button i,
body.ui-on-dark .cta-main .elementor-button svg {
  color: #ffffff !important;
  fill: #ffffff !important;
  stroke: #ffffff !important;
}

/* =====================================================
   MODE CLAIR = UI NOIRE
===================================================== */

body.ui-on-light {
  color: #111111;
}

body.ui-on-light .elementor-element-54b78d0 img {
  filter: none !important;
}

body.ui-on-light .elementor-element-c89a44e .hfe-menu-item,
body.ui-on-light .elementor-element-c89a44e .hfe-nav-menu-icon i,
body.ui-on-light .elementor-element-c89a44e .ekit_navSidebar-button,
body.ui-on-light .elementor-element-c89a44e .ekit_navSidebar-button i,
body.ui-on-light .elementor-element-c89a44e .ekit_close-side-widget,
body.ui-on-light .elementor-element-c89a44e .ekit_close-side-widget i,
body.ui-on-light .elementor-element-c89a44e .btn-fullservices .elementor-button,
body.ui-on-light .elementor-element-c89a44e .btn-fullservices .elementor-button i,
body.ui-on-light .elementor-element-c89a44e .btn-fullservices .elementor-button-text {
  color: #111111 !important;
  fill: #111111 !important;
  stroke: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
}

body.ui-on-light .vs-footer,
body.ui-on-light .vs-footer a,
body.ui-on-light .vs-footer p,
body.ui-on-light .vs-footer .elementor-button,
body.ui-on-light .vs-footer .elementor-button i,
body.ui-on-light .vs-footer .elementor-button svg {
  color: #111111 !important;
  fill: #111111 !important;
  stroke: #111111 !important;
}

body.ui-on-light .social-side a,
body.ui-on-light .social-side .elementor-icon-list-text {
  color: #111111 !important;
}

body.ui-on-light .cta-main .elementor-button,
body.ui-on-light a.elementor-button {
  color: #111111 !important;
  background: rgba(255, 255, 255, 0.55) !important;
  border-color: rgba(17, 17, 17, 0.28) !important;
}

body.ui-on-light .cta-main .elementor-button *,
body.ui-on-light .cta-main .elementor-button i,
body.ui-on-light .cta-main .elementor-button svg {
  color: #111111 !important;
  fill: #111111 !important;
  stroke: #111111 !important;
}

/* =====================================================
   COULEUR PAR DÉFAUT HEADER
===================================================== */

.elementor-element-c89a44e .hfe-menu-item,
.elementor-element-c89a44e .hfe-nav-menu-icon i,
.elementor-element-c89a44e .ekit_navSidebar-button,
.elementor-element-c89a44e .ekit_navSidebar-button i,
.elementor-element-c89a44e .ekit_close-side-widget,
.elementor-element-c89a44e .ekit_close-side-widget i,
.elementor-element-c89a44e .btn-fullservices .elementor-button,
.elementor-element-c89a44e .btn-fullservices .elementor-button i,
.elementor-element-c89a44e .btn-fullservices .elementor-button-text {
  color: #111111 !important;
  fill: #111111 !important;
  stroke: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
}

/* =====================================================
   BOUTONS FULL HEIGHT
===================================================== */

.btn-full-height,
.btn-full-height > .elementor-widget-container,
.btn-full-height .elementor-button-wrapper,
.btn-full-height .elementor-button {
  height: 100% !important;
  min-height: 100% !important;
}

.btn-full-height .elementor-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  padding: 0 !important;
}

/* =====================================================
   MASQUAGE BOUTON FULL SERVICES
===================================================== */

.home .btn-fullservices,
.page-full-services .btn-fullservices,
.page-id-1222 .btn-fullservices {
  display: none !important;
}

/* =====================================================
   SÉCURITÉ CLICS
===================================================== */

body:not(.elementor-editor-active) .elementor-element-c89a44e,
body:not(.elementor-editor-active) .elementor-element-c89a44e *,
body:not(.elementor-editor-active) .vs-footer,
body:not(.elementor-editor-active) .vs-footer *,
body:not(.elementor-editor-active) .social-side,
body:not(.elementor-editor-active) .social-side *,
body:not(.elementor-editor-active) .side-menu,
body:not(.elementor-editor-active) .side-menu *,
body:not(.elementor-editor-active) .elementor-element-4dbe833,
body:not(.elementor-editor-active) .elementor-element-4dbe833 *,
body:not(.elementor-editor-active) .elementor-element-1c4d695,
body:not(.elementor-editor-active) .elementor-element-1c4d695 * {
  pointer-events: auto !important;
}

/* =====================================================
   FIX MENU IPHONE
===================================================== */

header,
.elementor-location-header {
  position: relative;
  z-index: 999999 !important;
}

.elementor-nav-menu,
.elementor-nav-menu a,
.elementor-menu-toggle {
  pointer-events: auto !important;
  z-index: 999999 !important;
}

@media (max-width: 767px) {
  header,
  .elementor-location-header,
  .elementor-nav-menu,
  .elementor-menu-toggle {
    z-index: 999999 !important;
    pointer-events: auto !important;
  }
}

/* Désactive les overlays qui bloquent le clic */
.elementor-background-overlay,
.elementor-section::before,
.elementor-section::after,
.elementor-widget-wrap::before,
.elementor-widget-wrap::after,
.elementor-background-video-container,
.stack-section video {
  pointer-events: none !important;
}

/* =====================================================
   TOUCH / ZOOM
===================================================== */

html,
body,
.stack-section {
  touch-action: pan-y;
}

/* important pour laisser le navigateur gérer le refresh natif */
@media (max-width: 1024px) {
  html,
  body {
    overscroll-behavior-y: auto;
  }

  .stack-section {
    overscroll-behavior-y: auto;
  }
}

/* =====================================================
   DERNIÈRE SECTION MOBILE
===================================================== */

@media (max-width: 1024px) {
  .elementor-element-9a9efa2 .animated,
  .elementor-element-9a9efa2 [data-settings*="animation_delay"] {
    animation-delay: 0ms !important;
    transition-delay: 0ms !important;
  }
}

/* =====================================================
   FOOTER PRINCIPAL
===================================================== */

/* Desktop : footer visible partout */
@media (min-width: 1025px) {
  .elementor-element-5efe1ca {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    width: 100% !important;
    z-index: 999 !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    background: transparent !important;
  }
}

/* Mobile : footer visible avec la classe JS */
@media (max-width: 1024px) {
  .elementor-element-5efe1ca {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    width: 100% !important;
    z-index: 10050 !important;
    transform: translateY(40px) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity 0.35s ease, transform 0.35s ease !important;
    background: transparent !important;
  }

  body.mobile-footer-visible .elementor-element-5efe1ca {
    transform: translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  body.mobile-footer-visible .elementor-element-49d8535,
  body.mobile-footer-visible .elementor-element-12bc21a,
  body.mobile-footer-visible .elementor-element-1439c39 {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    position: relative !important;
    z-index: 10051 !important;
  }
}

/* =====================================================
   COOKIE SIMPLE
===================================================== */

/* Desktop */
@media (min-width: 1025px) {
  button.cmplz-btn.cmplz-manage-consent.manage-consent-1.cmplz-show {
    position: fixed !important;
    right: 120px !important;
    bottom: 20px !important;
    left: auto !important;
    top: auto !important;
    z-index: 2147483647 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }
}

/* Mobile */
@media (max-width: 1024px) {
  button.cmplz-btn.cmplz-manage-consent.manage-consent-1.cmplz-show {
    position: fixed !important;
    right: 20px !important;
    bottom: 15px !important; /* au lieu de 15px */
    left: auto !important;
    top: auto !important;
    z-index: 2147483647 !important;
    transform: translateY(30px) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity 0.35s ease, transform 0.35s ease !important;
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  body.mobile-footer-visible button.cmplz-btn.cmplz-manage-consent.manage-consent-1.cmplz-show {
    transform: translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
}

button.cmplz-btn.cmplz-manage-consent.manage-consent-1.cmplz-show,
button.cmplz-btn.cmplz-manage-consent.manage-consent-1.cmplz-show * {
  pointer-events: auto !important;
}

/* =====================================================
   MENU LATÉRAL INDÉPENDANT DU CHANGEMENT DE SECTION
===================================================== */

/* fond du panneau */
.side-menu .ekit-sidebar-widget,
.side-menu .ekit_sidebar-widget-container,
.side-menu .ekit_sidebar-textwidget,
.side-menu .ekit-widget-area-container {
  background: #ffffff !important;
}

/* liens du menu latéral */
.side-menu .ekit-sidebar-widget a,
.side-menu .ekit-sidebar-widget .menu-item a,
.side-menu .ekit-sidebar-widget .elementor-icon-list-text,
.side-menu .ekit-sidebar-widget .elementor-heading-title,
.side-menu .ekit-sidebar-widget p,
.side-menu .ekit-sidebar-widget span,
.side-menu .ekit-sidebar-widget li {
  color: #111111 !important;
  fill: #111111 !important;
  stroke: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
}

/* icône de fermeture */
.side-menu .ekit_close-side-widget,
.side-menu .ekit_close-side-widget i,
.side-menu .ekit_close-side-widget svg {
  color: #111111 !important;
  fill: #111111 !important;
  stroke: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
}

/* hover du menu latéral */
.side-menu .ekit-sidebar-widget a:hover,
.side-menu .ekit-sidebar-widget .menu-item a:hover,
.side-menu .ekit-sidebar-widget .elementor-icon-list-text:hover {
  color: #111111 !important;
  fill: #111111 !important;
  stroke: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
}

/* =====================================================
   ANTI FLASH FALLBACK VIDEO HERO MOBILE
===================================================== */

@media (max-width: 1024px) {
  html:not(.stack-ready) .elementor-element-9a9efa2,
  body:not(.stack-ready) .elementor-element-9a9efa2 {
    opacity: 0 !important;
    visibility: hidden !important;
  }

  html.stack-ready .elementor-element-9a9efa2,
  body.stack-ready .elementor-element-9a9efa2 {
    opacity: 1 !important;
    visibility: visible !important;
    transition: opacity 0.25s ease !important;
  }
}

/* =====================================================
   ELEMENTOR EDITOR : autoriser l'ouverture du offcanvas
===================================================== */

body.elementor-editor-active .elementor-element-c89a44e {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  z-index: 999999 !important;
}

body.elementor-editor-active .elementor-element-1f2fdb1,
body.elementor-editor-active .elementor-element-1f2fdb1 *,
body.elementor-editor-active .side-menu,
body.elementor-editor-active .side-menu *,
body.elementor-editor-active .ekit_navSidebar-button,
body.elementor-editor-active .ekit_navSidebar-button * {
  pointer-events: auto !important;
}

/* éviter que les sections stack passent devant dans l’éditeur */
body.elementor-editor-active .stack-section,
body.elementor-editor-active .stack-placeholder,
body.elementor-editor-active .elementor-background-video-container,
body.elementor-editor-active .elementor-background-overlay {
  pointer-events: none !important;
}

/* =====================================================
   MENU LANGUE : JAMAIS HAMBURGER + COULEUR FIXE
===================================================== */

@media (max-width: 1024px) {
  .elementor-element-e5ce744 .hfe-nav-menu__toggle {
    display: none !important;
  }

  .elementor-element-e5ce744 .hfe-nav-menu__layout-horizontal,
  .elementor-element-e5ce744 .hfe-nav-menu,
  .elementor-element-e5ce744 ul.hfe-nav-menu {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: transparent !important;
    box-shadow: none !important;
    left: auto !important;
    right: auto !important;
  }

  .elementor-element-e5ce744 nav.hfe-dropdown {
    display: block !important;
    position: static !important;
    width: auto !important;
    left: auto !important;
    right: auto !important;
  }

  .elementor-element-e5ce744 .menu-item-has-children > .sub-menu,
  .elementor-element-e5ce744 .hfe-has-submenu-container + .sub-menu {
    display: none !important;
    position: absolute !important;
    width: auto !important;
    min-width: 140px !important;
    background: #ffffff !important;
    z-index: 99999 !important;
  }

  .elementor-element-e5ce744 .menu-item-has-children:hover > .sub-menu,
  .elementor-element-e5ce744 .menu-item-has-children:focus-within > .sub-menu,
  .elementor-element-e5ce744 .hfe-has-submenu-container:hover + .sub-menu,
  .elementor-element-e5ce744 .hfe-has-submenu-container:focus-within + .sub-menu {
    display: block !important;
  }
}

/* couleur fixe du menu langue */
body.ui-on-dark .elementor-element-c89a44e .elementor-element-e5ce744 .hfe-menu-item,
body.ui-on-dark .elementor-element-c89a44e .elementor-element-e5ce744 .hfe-sub-menu-item,
body.ui-on-dark .elementor-element-c89a44e .elementor-element-e5ce744 .sub-arrow,
body.ui-on-dark .elementor-element-c89a44e .elementor-element-e5ce744 .fa,
body.ui-on-dark .elementor-element-c89a44e .elementor-element-e5ce744 a,
body.ui-on-light .elementor-element-c89a44e .elementor-element-e5ce744 .hfe-menu-item,
body.ui-on-light .elementor-element-c89a44e .elementor-element-e5ce744 .hfe-sub-menu-item,
body.ui-on-light .elementor-element-c89a44e .elementor-element-e5ce744 .sub-arrow,
body.ui-on-light .elementor-element-c89a44e .elementor-element-e5ce744 .fa,
body.ui-on-light .elementor-element-c89a44e .elementor-element-e5ce744 a {
  color: #111111 !important;
  fill: #111111 !important;
  stroke: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
}

.elementor-element-e5ce744 .sub-menu {
  background: #ffffff !important;
}

/* =====================================================
   MENU LANGUE : MASQUE
===================================================== */
/* cacher FR par défaut */
.lang-fr {
  display: none;
}

/* cacher EN quand langue FR */
html[lang="fr-FR"] .lang-en {
  display: none;
}

html[lang="fr-FR"] .lang-fr {
  display: block;
}

/* =====================================================
   MENU LANGUE FR : jamais en hamburger
===================================================== */

.elementor-element-d884ef8 .hfe-nav-menu__toggle {
  display: none !important;
}

.elementor-element-d884ef8 .hfe-nav-menu__layout-horizontal,
.elementor-element-d884ef8 .hfe-nav-menu,
.elementor-element-d884ef8 ul.hfe-nav-menu {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: transparent !important;
  box-shadow: none !important;
  left: auto !important;
  right: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-element-d884ef8 nav.hfe-dropdown {
  display: block !important;
  position: static !important;
  width: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}