@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//isixfamilyoffice.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.4.1") format("woff2");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #cb9500;
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #000000;
	--btn-default-bgcolor-hover: #060606;
	--btn-accented-bgcolor: #CB9500;
	--btn-accented-bgcolor-hover: #c38f00;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #1A1A1A;
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: #0a0a0a;
}

/* ============================================== */
/* ========== MENU - MASQUER ITEMS ========== */
/* ============================================== */

header li#menu-item-402,
header li#menu-item-400 {
    display: none;
}


/* ============================================== */
/* ========== DÉSACTIVER LIENS SMART BANK ========== */
/* ============================================== */

.btn-smart-bank,
.btn-smart-bank * {
  pointer-events: none !important;
  cursor: default !important;
}

.btn-smart-bank a,
.btn-smart-bank a:hover {
  pointer-events: none !important;
  cursor: default !important;
  text-decoration: none !important;
}


/* ============================================== */
/* ========== DÉSACTIVER LIENS REVOLUTION VERS # ========== */
/* ============================================== */

rs-group[data-actions*="url:#"],
rs-group[data-actions*="url:#"] *,
rs-layer[data-actions*="url:#"],
rs-layer[data-actions*="url:#"] * {
  cursor: default !important;
  pointer-events: none !important;
}

rs-group[data-actions*="url:#"]:hover {
  background-color: rgba(10, 10, 10, 0.35) !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
}


/* ============================================== */
/* ========== ANIMATION TITRE SLIDE 2 SMART SLIDER ========== */
/* ============================================== */

/* État initial : texte caché et décalé vers le bas */
#n2-ss-2 [data-slide-public-id="2"] .n2-font-9fa85fc30908bba75d1899577545eb23-paragraph {
  opacity: 0;
  transform: translateY(60px);
  font-family: "Playfair Display", serif !important;
}

/* Animation au moment où la slide devient active */
#n2-ss-2 [data-slide-public-id="2"].n2-ss-slide-active .n2-font-9fa85fc30908bba75d1899577545eb23-paragraph {
  animation: txtSlideUp 1s ease-out 0.3s forwards;
}

@keyframes txtSlideUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* ============================================== */
/* ========== FIX MENU PRINCIPAL - UNE SEULE LIGNE ========== */
/* ============================================== */

/* Force le menu sur UNE seule ligne */
.wd-header-main-nav,
.wd-header-main-nav nav,
ul#menu-menu {
  display: flex !important;
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
  overflow: visible !important;
}

ul#menu-menu > li.menu-item {
  white-space: nowrap !important;
  flex: 0 0 auto !important;
  flex-shrink: 0 !important;
}

ul#menu-menu > li.menu-item > a {
  white-space: nowrap !important;
  font-size: 12px !important;
  padding: 10px 6px !important;
  letter-spacing: 0 !important;
  text-transform: uppercase;
  position: relative;
}

/* Réduit les espaces inutiles */
.wd-header-nav .wd-nav {
  --nav-gap: 4px !important;
  gap: 4px !important;
}

/* Élargit au max la zone du menu */
.whb-column.whb-col-center {
  flex: 1 1 100% !important;
  min-width: 0 !important;
  overflow: visible !important;
}

.whb-column.whb-col-left {
  flex: 0 0 auto !important;
}

.whb-column.whb-col-right {
  flex: 0 0 auto !important;
}

/* Logo : taille max */
.site-logo img {
  max-height: 50px !important;
  width: auto !important;
}

/* Sous-menus : taille normale (pas le petit font-size du menu principal) */
ul#menu-menu .wd-sub-menu,
ul#menu-menu .sub-sub-menu {
  flex-wrap: wrap !important;
  white-space: normal !important;
}

ul#menu-menu .wd-sub-menu li a,
ul#menu-menu .sub-sub-menu li a {
  font-size: 14px !important;
  padding: 8px 15px !important;
  white-space: normal !important;
  text-transform: none !important;
}


/* ============================================== */
/* ========== STYLE ACTIF DU MENU ========== */
/* ============================================== */

/* Item actif du menu principal */
ul#menu-menu > li.current-menu-item > a,
ul#menu-menu > li.current_page_item > a,
ul#menu-menu > li.current-menu-parent > a,
ul#menu-menu > li.current-menu-ancestor > a {
  color: #cb9500 !important;
}

ul#menu-menu > li.current-menu-item > a .nav-link-text,
ul#menu-menu > li.current_page_item > a .nav-link-text,
ul#menu-menu > li.current-menu-parent > a .nav-link-text,
ul#menu-menu > li.current-menu-ancestor > a .nav-link-text {
  color: #cb9500 !important;
}

/* Hover sur le menu principal */
ul#menu-menu > li.menu-item > a:hover,
ul#menu-menu > li.menu-item > a:hover .nav-link-text {
  color: #cb9500 !important;
  transition: color 0.3s ease;
}

/* Soulignement doré sous l'item actif */
ul#menu-menu > li.current-menu-item > a::after,
ul#menu-menu > li.current_page_item > a::after,
ul#menu-menu > li.current-menu-parent > a::after,
ul#menu-menu > li.current-menu-ancestor > a::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #cb9500;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* Style actif des sous-menus */
ul#menu-menu .wd-sub-menu li.current-menu-item > a,
ul#menu-menu .wd-sub-menu li.current_page_item > a,
ul#menu-menu .sub-sub-menu li.current-menu-item > a,
ul#menu-menu .sub-sub-menu li.current_page_item > a {
  color: #cb9500 !important;
  font-weight: 600;
}

/* Hover sur les sous-menus */
ul#menu-menu .wd-sub-menu li a:hover,
ul#menu-menu .sub-sub-menu li a:hover {
  color: #cb9500 !important;
}


/* ============================================== */
/* ========== TOP BAR - ESPACEMENTS ========== */
/* ============================================== */

/* Espace entre les icônes sociales */
.whb-top-bar .wd-social-icons {
  --wd-social-icons-gap: 12px;
  gap: 12px;
}

/* Espace entre les items du menu top bar */
ul#menu-top-bar-right.wd-nav {
  --nav-gap: 16px !important;
}

ul#menu-top-bar-right > li.menu-item {
  margin-right: 16px !important;
}

ul#menu-top-bar-right > li.menu-item:last-child {
  margin-right: 0 !important;
}


/* ============================================== */
/* ========== FIL D'ARIANE - PAGE CONTACT ========== */
/* ============================================== */

/* Cache le fil d'Ariane uniquement sur la page contact (ID 7959) */
body.page-id-7959 .wd-page-title,
body.page-id-7959 .wd-breadcrumbs {
  display: none !important;
}


/* ============================================== */
/* ========== FORMULAIRE CONTACT - SECTION ========== */
/* ============================================== */

.formulaire-contact-section {
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  padding: 60px 20px;
}



/* Contenu (formulaire) au-dessus du voile */
.formulaire-contact-section > .vc_column_container,
.formulaire-contact-section > .wpb_column,
.formulaire-contact-section .wpb_wrapper,
.formulaire-contact-section .vc_column-inner {
  position: relative;
  z-index: 2;
}

/* Parallax SEULEMENT sur desktop (PAS mobile/iOS) */
@media (min-width: 1025px) {
  .formulaire-contact-section {
    background-attachment: fixed !important;
  }
}


/* ============================================== */
/* ========== FORMULAIRE - STYLE DES CHAMPS ========== */
/* ============================================== */

/* Container du formulaire */
.formulaire-contact-section .wpcf7-form {
  padding: 40px 30px;
  border-radius: 8px;
  max-width: 700px;
  margin: 0 auto;
}

/* Labels en blanc */
.formulaire-contact-section .wpcf7 label {
  color: #ffffff !important;
  font-weight: 500;
  display: block;
  margin-bottom: 18px;
  font-size: 14px;
  letter-spacing: 0.5px;
}

/* Champs du formulaire */
.formulaire-contact-section .wpcf7 input[type="text"],
.formulaire-contact-section .wpcf7 input[type="email"],
.formulaire-contact-section .wpcf7 input[type="tel"],
.formulaire-contact-section .wpcf7 textarea {
  width: 100%;
  padding: 14px 18px;
  margin-top: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  border-radius: 6px;
  font-size: 16px;
  transition: all 0.3s ease;
}

/* Placeholder */
.formulaire-contact-section .wpcf7 input::placeholder,
.formulaire-contact-section .wpcf7 textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* Focus sur les champs */
.formulaire-contact-section .wpcf7 input:focus,
.formulaire-contact-section .wpcf7 textarea:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: #cb9500;
  outline: none;
  box-shadow: 0 0 0 3px rgba(203, 149, 0, 0.2);
}

/* Textarea */
.formulaire-contact-section .wpcf7 textarea {
  min-height: 130px;
  resize: vertical;
}

/* Bouton d'envoi - DORÉ ISIX */
.formulaire-contact-section .wpcf7-submit {
  background-color: #cb9500 !important;
  color: #ffffff !important;
  border: none !important;
  padding: 16px 40px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  border-radius: 6px !important;
  cursor: pointer !important;
  width: 100%;
  margin-top: 20px;
  font-size: 15px !important;
  transition: all 0.3s ease !important;
}

.formulaire-contact-section .wpcf7-submit:hover {
  background-color: #a87b00 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(203, 149, 0, 0.4) !important;
}


/* ============================================== */
/* ========== RESPONSIVE - TABLETTE ========== */
/* ============================================== */

@media screen and (max-width: 1024px) {
  
  /* Menu mobile top */
  header ul#menu-menu-top-mobile {
    padding-right: 15px;
  }
  
  header .wd-header-nav .wd-nav {
    gap: 10px !important;
  }
  
  /* Titre slide 2 */
  #n2-ss-2 [data-slide-public-id="2"] .n2-font-9fa85fc30908bba75d1899577545eb23-paragraph {
    font-size: 48px !important;
    line-height: 1.2 !important;
  }
}


/* ============================================== */
/* ========== RESPONSIVE - MOBILE ========== */
/* ============================================== */

@media screen and (max-width: 768px) {
  
  /* Marge top body */
  html.js_active.vc_desktop.vc_transform.vc_transform {
    margin-top: 10px !important;
  }
  
  /* Icônes sociales top bar */
  .whb-top-bar .wd-social-icons {
    --wd-social-icons-gap: 8px !important;
    gap: 19px 2px !important;
  }
  
  /* Titre slide 2 */
  #n2-ss-2 [data-slide-public-id="2"] .n2-font-9fa85fc30908bba75d1899577545eb23-paragraph {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }
  
  /* Formulaire contact */
  .formulaire-contact-section {
    padding: 40px 15px;
  }
  
  .formulaire-contact-section .wpcf7-form {
    padding: 25px 15px;
  }
  
  .formulaire-contact-section .wpcf7-submit {
    padding: 14px 30px !important;
    font-size: 14px !important;
  }
}


/* ============================================== */
/* ========== RESPONSIVE - PETIT MOBILE ========== */
/* ============================================== */

@media screen and (max-width: 480px) {
  
  /* Titre slide 2 */
  #n2-ss-2 [data-slide-public-id="2"] .n2-font-9fa85fc30908bba75d1899577545eb23-paragraph {
    font-size: 24px !important;
    line-height: 1.3 !important;
  }
}