.elementor-kit-5{--e-global-color-primary:#5E7489;--e-global-color-secondary:#EA6E11;--e-global-color-text:#777777;--e-global-color-accent:#EA6E11;--e-global-color-80dd8a2:#4E6278;--e-global-color-73db61b:#F8F8F8;--e-global-color-9a5182d:#011D38;--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-fa964be-font-family:"DM Sans";--e-global-typography-fa964be-font-size:clamp(2rem, 3.2vw, 2.5rem);--e-global-typography-fa964be-font-weight:700;--e-global-typography-fa964be-line-height:1.1;--e-global-typography-fa964be-letter-spacing:-0.02em;--e-global-typography-617c3b3-font-family:"DM Sans";--e-global-typography-617c3b3-font-size:clamp(1.5rem, 2.4vw, 1.875rem);--e-global-typography-617c3b3-font-weight:600;--e-global-typography-617c3b3-line-height:1.25;--e-global-typography-ca4f4f5-font-family:"DM Sans";--e-global-typography-ca4f4f5-font-size:clamp(1.125rem, 1.6vw, 1.25rem);--e-global-typography-ca4f4f5-font-weight:600;--e-global-typography-ca4f4f5-line-height:1.3;--e-global-typography-2990b23-font-family:"Nunito";--e-global-typography-2990b23-font-size:clamp(1rem, 1.2vw, 1rem);--e-global-typography-2990b23-font-weight:700;--e-global-typography-2990b23-line-height:1.56;--e-global-typography-39a76c6-font-family:"Nunito";--e-global-typography-39a76c6-font-size:clamp(1rem, 1vw, 1rem);--e-global-typography-39a76c6-font-weight:400;--e-global-typography-39a76c6-line-height:1.56;--e-global-typography-f07c464-font-family:"Nunito";--e-global-typography-f07c464-font-size:clamp(0.875rem, 0.95vw, 0.875rem);--e-global-typography-f07c464-font-weight:400;--e-global-typography-f07c464-line-height:1.57;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.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);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@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 *//* ================================
   TAP / MOBILE FLASH RESET
   ================================ */
a,
button {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

/* ================================
   CLEAN FOCUS (ACCESSIBLE MODERNE)
   ================================ */
a:focus,
button:focus {
  outline: none;
}

/* Focus visible clavier (WCAG OK) */
a:focus-visible,
button:focus-visible {
  box-shadow: 0 0 0 3px rgba(0,0,0,0.08);
  border-radius: 4px;
}

/* ================================
   ELEMENTOR NAV MENU
   ================================ */

/* Neutralise focus / active Elementor sans casser UI */
.elementor-nav-menu a:focus,
.elementor-nav-menu a:active {
  color: inherit !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Hover color */
.elementor-nav-menu a:hover {
  color: var(--e-global-color-primary);
}

/* Underline nav default hidden */
.elementor-nav-menu a::after {
  opacity: 0 !important;
  transform: scaleX(0) !important;
  transform-origin: left center;
}

/* Underline hover + current page */
.elementor-nav-menu a:hover::after,
.elementor-nav-menu .current-menu-item > a::after {
  opacity: 1 !important;
  transform: scaleX(1) !important;
  transition: transform .2s ease, opacity .2s ease;
}

/* */
/* ===== HEADER BASE ===== */
:root{
  --header-h: 120px;
}
@media (max-width: 1024px){
  :root{
    --header-h: 105px; /* mobile fallback réaliste */
  }
}
body{
  padding-top: var(--header-h);
}

/* Fixed header wrapper */
.site-header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  transform: translateY(0);
  will-change: transform, opacity;
  backface-visibility: hidden;
}

/* Header content visual */
.site-header__content{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;

  backdrop-filter: blur(8px);
  background: rgba(255,255,255,.85);
  box-shadow: 0 10px 30px rgba(0,0,0,.08);

  transition:
    background .3s ease,
    box-shadow .3s ease;
}

/* Prevent Elementor widget entrance animations */
.site-header *{
  animation: none !important;
}

/* Mobile & Tablet: header always visible */
@media (max-width: 1024px){
  .site-header{
    transform: translateY(0) !important;
    opacity: 1 !important;
  }

  /* Remove body offset on mobile (optional but recommended) */
  body{
    padding-top: var(--header-h);
  }
}

/* =============================
   BURGER BUTTON (CORPORATE)
   ============================= */

.burger{
  /* Taille des lignes */
  width: 18px;          /* longueur des traits */
  height: 12px;          /* espace vertical entre traits */

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;

  /* Cercle discret */
  padding: 8px;          /* taille du bouton */
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(6px);

  /* IMPORTANT pour Elementor flex */
  align-self: center;
  flex-shrink: 0;
  box-sizing: content-box;
}

/* Lignes */
.burger span{
  display: block;
  width: 100%;
  height: 2px;
  background: white;
  border-radius: 2px;
  transition: all .25s cubic-bezier(.22,.61,.36,1);
}

/* Hover premium subtil */
.burger:hover span:nth-child(1){
  transform: translateY(-2px);
}
.burger:hover span:nth-child(2){
  width: 60%;
}
.burger:hover span:nth-child(3){
  transform: translateY(2px);
}

/* Optionnel : hover cercle */
.burger:hover{
  background: rgba(255,255,255,0.25);
}

/* Focus clavier (accessibilité) */
.burger:focus-visible{
  outline: 2px solid rgba(255,255,255,.4);
  outline-offset: 3px;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://www.preexapatrimoine.com/wp-content/uploads/2026/01/DMSans-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://www.preexapatrimoine.com/wp-content/uploads/2026/01/DMSans-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://www.preexapatrimoine.com/wp-content/uploads/2026/01/DMSans-Bold.woff2') format('woff2');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://www.preexapatrimoine.com/wp-content/uploads/2026/01/Nunito-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://www.preexapatrimoine.com/wp-content/uploads/2026/01/Nunito-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://www.preexapatrimoine.com/wp-content/uploads/2026/01/Nunito-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.preexapatrimoine.com/wp-content/uploads/2026/01/Nunito-Regular.woff2') format('woff2');
}
/* End Custom Fonts CSS */