.elementor-kit-7{--e-global-color-primary:#C4724E;--e-global-color-secondary:#1B3A4B;--e-global-color-text:#1B3A4B;--e-global-color-accent:#F5F1EB;--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;}.elementor-kit-7 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 .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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === HEADER STICKY v2 — vacances-turkiye.fr === */
.elementor-section.elementor-sticky,.e-con.elementor-sticky{position:sticky!important;top:0!important;z-index:9999!important;width:100%!important}
.elementor-sticky--effects{box-shadow:0 2px 20px rgba(0,0,0,.1)!important;background-color:rgba(255,255,255,.97)!important;backdrop-filter:blur(8px)!important}
.elementor-nav-menu--main .elementor-item{padding:10px 12px!important;border-radius:6px;transition:background .2s ease!important}
.elementor-nav-menu--main .elementor-item:hover,.elementor-nav-menu--main .elementor-item-active{background:rgba(196,114,78,.06)!important;color:#C4724E!important}
.elementor-nav-menu--main .sub-menu{min-width:220px!important;border-top:3px solid #C4724E!important;border-radius:0 0 10px 10px!important;box-shadow:0 8px 30px rgba(0,0,0,.12)!important;background:#fff!important}
.elementor-nav-menu--main .sub-menu a{padding:10px 18px!important;font-size:13px!important;color:#1B3A4B!important;border-left:3px solid transparent!important;transition:all .15s ease!important;font-family:'Poppins',sans-serif!important}
.elementor-nav-menu--main .sub-menu a:hover{color:#C4724E!important;background:rgba(196,114,78,.04)!important;border-left-color:#C4724E!important;padding-left:22px!important}
[data-elementor-type="header"] .elementor-widget-theme-site-logo img{height:44px!important;width:auto!important;max-width:180px!important}
[data-elementor-type="header"] .elementor-widget-button .elementor-button{transition:all .25s ease!important}
[data-elementor-type="header"] .elementor-widget-button .elementor-button:hover{transform:translateY(-1px)!important;box-shadow:0 4px 15px rgba(196,114,78,.35)!important}
@media(max-width:767px){.elementor-nav-menu--dropdown .elementor-nav-menu{background:#fff!important;border-top:2px solid #C4724E!important}}
/* Fix couleurs nav — override accent vert Elementor */
.elementor-kit-7 { --e-global-color-accent: #C4724E !important; }
.elementor-nav-menu--main .elementor-item,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item { color: #1B3A4B !important; }
.elementor-nav-menu--main .elementor-item:hover,
.elementor-nav-menu--main .elementor-item.elementor-item-active,
.elementor-nav-menu--main .elementor-item.highlighted { color: #C4724E !important; background: rgba(196,114,78,0.06) !important; }
.elementor-nav-menu--main .elementor-item::before,
.elementor-nav-menu--main .elementor-item::after { display: none !important; }


/* Bloc Préparer son voyage — hover cards */
.preparer-card { transition: transform 0.3s ease, box-shadow 0.3s ease !important; cursor: pointer; }
.preparer-card:hover { transform: translateY(-6px) scale(1.02) !important; box-shadow: 0 20px 50px rgba(0,0,0,0.25) !important; }
.preparer-card:hover .elementor-widget-text-editor p[style*="F0A070"] { color: #FFFFFF !important; }


/* =============================================
   REDESIGN HOMEPAGE — Polices + Cards modernes
   ============================================= */

/* Import Playfair Display */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;800&display=swap');

/* ── BLOC DESTINATIONS ── */
.dest-card-wrap {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  display: block;
  cursor: pointer;
  text-decoration: none;
}
.dest-card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.dest-card-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.45) 35%, rgba(0,0,0,0.08) 65%, transparent 100%);
  transition: background 0.4s ease;
  pointer-events: none;
}
.dest-card-wrap:hover img { transform: scale(1.06); }
.dest-card-wrap:hover {
  box-shadow: 0 20px 50px rgba(0,0,0,0.30) !important;
  transform: translateY(-5px) !important;
  transition: transform 0.35s ease, box-shadow 0.35s ease !important;
}
.dest-card-wrap:hover::after {
  background: linear-gradient(to top, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.55) 35%, rgba(0,0,0,0.15) 65%, transparent 100%);
}
.dest-card-label {
  display: inline-block;
  background: rgba(196, 114, 78, 0.92);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
}
.dest-card-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 8px;
  text-shadow: 0 2px 6px rgba(0,0,0,0.4);
}
.dest-card-sub {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,0.80);
  margin: 0;
  line-height: 1.5;
}
.dest-card-arrow {
  display: inline-block;
  margin-top: 12px;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #9DB5AD;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: transform 0.3s ease;
}
.dest-card-wrap:hover .dest-card-arrow { transform: translateX(5px); }

/* ── SECTION TITRES ── */
.section-eyebrow {
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #C4724E;
}
.section-h2-playfair {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-weight: 800 !important;
  letter-spacing: -0.5px !important;
  color: #1B3A4B !important;
}

/* CTA button: terracotta text on white */
.elementor-element-25dfe2f .elementor-button {
  color: #C4724E !important;
  background-color: #FFFFFF !important;
}
.elementor-element-25dfe2f .elementor-button:hover {
  background-color: #F5F1EB !important;
  color: #AD6342 !important;
}
/* Fix secondary link-style button */
.elementor-element-72b5b21 .elementor-button {
  color: rgba(255,255,255,0.85) !important;
  text-decoration: underline !important;
}

/* Fix Hébergements button: white-on-white */
.elementor-element-f95ba64 .elementor-button {
  color: #C4724E !important;
  background-color: #FFFFFF !important;
  border: 2px solid #C4724E !important;
}
.elementor-element-f95ba64 .elementor-button:hover {
  background-color: #C4724E !important;
  color: #ffffff !important;
}

/* Fix Infos Pratiques button: white-on-white */
.elementor-element-fed397a .elementor-button {
  color: #FFFFFF !important;
  background-color: #C4724E !important;
  border: none !important;
}
.elementor-element-fed397a .elementor-button:hover {
  background-color: #AD6342 !important;
}


/* ── BLOC GUIDES PRATIQUES V3 ── */
.guide-card-v3 {
  transition: transform 0.35s ease, box-shadow 0.35s ease !important;
  cursor: pointer;
}
.guide-card-v3:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12) !important;
}
.guide-card-v3:hover a span {
  transform: translateX(4px) !important;
}


/* =============================================
   LIENS CONTENU — Couleur terracotta + style
   ============================================= */
.entry-content a,
.elementor-widget-post-content a,
.elementor-widget-theme-post-content a {
  color: #C0603A !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(192,96,58,.3) !important;
  transition: color .2s, border-color .2s !important;
}
.entry-content a:hover,
.elementor-widget-post-content a:hover,
.elementor-widget-theme-post-content a:hover {
  color: #a94029 !important;
  border-bottom-color: rgba(169,64,41,.6) !important;
}
.entry-content .elementor-button,
.entry-content img,
.entry-content h1 a,
.entry-content h2 a,
.entry-content h3 a {
  border-bottom: none !important;
}

/* ====== Bloc Expériences — hover effects ====== */
.exp-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
  cursor: pointer;
}
.exp-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 12px 40px rgba(0,0,0,0.12) !important;
}
.exp-card a {
  border-bottom: none !important;
  transition: gap 0.2s ease !important;
}
.exp-card a:hover {
  gap: 10px !important;
}
@media (max-width: 768px) {
  #exp_section_v1, [data-id="exp_section_v1"] {
    padding: 60px 24px !important;
  }
  [data-id="exp_grid_01"] {
    flex-direction: column !important;
  }
  [data-id^="exp_card_"] {
    width: 100% !important;
    min-width: unset !important;
  }
}

/* ====== Expériences section padding fix ====== */
[data-id="exp_section_v1"] {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
/* Subtle separator between white section and adjacent beige */
[data-id="exp_section_v1"] {
  border-top: 1px solid rgba(0,0,0,0.06) !important;
  border-bottom: 1px solid rgba(0,0,0,0.06) !important;
}

/* ===== Destinations page — cards hover ===== */
.dest-card:hover img {
  transform: scale(1.06) !important;
}
.dest-card:hover > div:nth-child(2) {
  opacity: 0.85 !important;
}
.dest-card {
  transition: box-shadow 0.3s ease !important;
}
.dest-card:hover {
  box-shadow: 0 16px 48px rgba(0,0,0,0.25) !important;
}
/* Responsive cards grid */
@media (max-width: 768px) {
  #dest-panel-regions > div,
  #dest-panel-villes > div {
    gap: 14px !important;
  }
  #dest-panel-regions .dest-card {
    flex: 0 0 calc(50% - 7px) !important;
    min-width: unset !important;
  }
  #dest-panel-villes .dest-card {
    flex: 0 0 calc(50% - 7px) !important;
    min-width: unset !important;
  }
  #dest-tabs-root {
    padding: 0 4px !important;
  }
  [data-id="dest_hero_01"] {
    padding: 60px 24px !important;
  }
  [data-id="dest_hero_01"] h1 {
    font-size: 36px !important;
  }
  [data-id="dest_tabs_section"],
  [data-id="dest_faq_section"] {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
/* FAQ link color override */
.faq-answer a {
  color: #C0603A !important;
  border-bottom: 1px solid rgba(192,96,58,0.3) !important;
}

/* ===== Destinations page — hide WP title ===== */
.page-id-13 .page-header,
.page-id-13 .entry-header,
.page-id-13 .entry-title,
.page-id-13 h1.entry-title {
  display: none !important;
}
.page-id-13 .entry-content {
  padding-top: 0 !important;
}/* End custom CSS */