.elementor-2363 .elementor-element.elementor-element-a6077af{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-c278a0e *//* =========================
   HEADER SOLIDHOME
   PC + SMARTPHONE
   ========================= */

.sh-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.sh-header-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

/* =========================
   LOGO
   ========================= */

.sh-header-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.sh-header-logo a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.sh-header-logo img {
  display: block;
  height: 56px;
  width: auto;
  max-width: 100%;
}

/* =========================
   MENU CENTRE
   ========================= */

.sh-header-nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  min-width: 0;
}

.sh-header-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sh-header-menu li {
  margin: 0;
  padding: 0;
}

.sh-header-menu a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  color: #0f172a;
  text-decoration: none;
  padding: 6px 0;
  transition: color 0.25s ease;
}

.sh-header-menu a:hover,
.sh-header-menu a:focus {
  color: #f97316;
}

.sh-header-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: #f97316;
  transition: width 0.25s ease;
}

.sh-header-menu a:hover::after,
.sh-header-menu a:focus::after {
  width: 100%;
}

/* =========================
   BOUTON DROITE
   ========================= */

.sh-header-cta {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.sh-header-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(249, 115, 22, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.sh-header-cta a:hover,
.sh-header-cta a:focus {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(249, 115, 22, 0.28);
  opacity: 0.98;
}

/* =========================
   TABLETTE
   ========================= */

@media (max-width: 1024px) {
  .sh-header-inner {
    padding: 12px 18px;
    gap: 16px;
  }

  .sh-header-logo img {
    height: 48px;
  }

  .sh-header-menu {
    gap: 18px;
  }

  .sh-header-menu a {
    font-size: 14px;
  }

  .sh-header-cta a {
    min-height: 42px;
    padding: 0 16px;
    font-size: 14px;
  }
}

/* =========================
   SMARTPHONE
   ========================= */

@media (max-width: 767px) {
  .sh-header-inner {
    max-width: 100%;
    padding: 10px 14px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-areas:
      "logo spacer cta"
      "nav nav nav";
    align-items: center;
    gap: 10px 12px;
  }

  .sh-header-logo {
    grid-area: logo;
  }

  .sh-header-nav {
    grid-area: nav;
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 2px;
  }

  .sh-header-nav::-webkit-scrollbar {
    display: none;
  }

  .sh-header-cta {
    grid-area: cta;
    justify-content: flex-end;
  }

  .sh-header-logo img {
    height: 40px;
  }

  .sh-header-menu {
    justify-content: flex-start;
    gap: 18px;
    width: max-content;
    min-width: 100%;
    padding-top: 2px;
  }

  .sh-header-menu a {
    font-size: 14px;
    padding: 8px 0;
    white-space: nowrap;
  }

  .sh-header-cta a {
    min-height: 38px;
    padding: 0 14px;
    font-size: 13px;
  }
}

/* =========================
   TRÈS PETITS ÉCRANS
   ========================= */

@media (max-width: 480px) {
  .sh-header-inner {
    padding: 10px 12px;
  }

  .sh-header-logo img {
    height: 36px;
  }

  .sh-header-cta a {
    min-height: 36px;
    padding: 0 12px;
    font-size: 12px;
  }

  .sh-header-menu {
    gap: 16px;
  }

  .sh-header-menu a {
    font-size: 13px;
  }
}/* End custom CSS */