.elementor-237 .elementor-element.elementor-element-12aa9ac{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-237 .elementor-element.elementor-element-48609a9{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS *//* =========================================================
   HEADER GLOBAL SCHMITT RAVALEMENT
========================================================= */

.sr-global-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 9999;
  width: min(1240px, calc(100% - 28px));
  transform: translateX(-50%);
  border: 1px solid rgba(31, 26, 23, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 18px 46px rgba(31, 26, 23, 0.08);
  transition:
    top 0.28s ease,
    background 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

body.scrolled .sr-global-header {
  top: 10px;
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(31, 26, 23, 0.12);
  box-shadow: 0 20px 56px rgba(31, 26, 23, 0.13);
}

.sr-global-header .e-con-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 22px;
  padding-inline: 18px;
}

.sr-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #1f1a17;
  white-space: nowrap;
}

.sr-brand-mark {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: linear-gradient(135deg, #c89d5a 0%, #a9793d 100%);
  color: #1f1a17;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.sr-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  font-weight: 850;
  letter-spacing: -0.03em;
}

.sr-brand-text small {
  margin-top: 4px;
  color: #6b6258;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0;
}

.sr-global-header .elementor-nav-menu {
  gap: 4px;
}

.sr-global-header .elementor-nav-menu a {
  border-radius: 999px;
  color: #1f1a17 !important;
  font-size: 0.92rem;
  font-weight: 750;
  transition: background 0.25s ease, color 0.25s ease;
}

.sr-global-header .elementor-nav-menu a:hover,
.sr-global-header .elementor-nav-menu .elementor-item-active {
  background: rgba(31, 26, 23, 0.07);
  color: #1f1a17 !important;
}

.sr-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sr-header-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 850;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.sr-header-btn:hover {
  transform: translateY(-2px);
}

.sr-header-btn-call {
  color: #1f1a17;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(31, 26, 23, 0.12);
}

.sr-header-btn-devis {
  color: #1f1a17;
  background: linear-gradient(135deg, #c89d5a 0%, #a9793d 100%);
  box-shadow: 0 12px 28px rgba(169, 121, 61, 0.22);
}

@media (max-width: 1024px) {
  .sr-global-header {
    top: 10px;
    width: min(100% - 20px, 760px);
    border-radius: 28px;
  }

  .sr-global-header .e-con-inner {
    min-height: 68px;
  }

  .sr-brand-text small {
    display: none;
  }

  .sr-header-actions {
    display: none;
  }
}

@media (max-width: 767px) {
  .sr-global-header {
    width: calc(100% - 18px);
    border-radius: 24px;
  }

  .sr-brand-mark {
    width: 42px;
    height: 42px;
    font-size: 0.9rem;
  }

  .sr-brand-text {
    font-size: 0.92rem;
  }
}/* End custom CSS */