.elementor-582 .elementor-element.elementor-element-41a3f1f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-582 .elementor-element.elementor-element-940e6f5{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 for html, class: .elementor-element-940e6f5 */html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

/* Accessibilité : texte masqué mais lisible par lecteurs d'écran */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* =========================
   MOBILE HEADER
========================= */

.bm {
  --bm-ink: #00214B;
  --bm-cta: #FF817D;
  --bm-bg: #FDF9F6;

  display: none;
  font-family: Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.bm-topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10050;
  height: 66px;
  padding: 0 16px;
  background: var(--bm-bg);
  border-bottom: 1px solid rgba(0,33,75,.10);

  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo mobile sans balise img */
.bm-logo {
  display: inline-flex;
  align-items: center;
  width: 120px;
  height: 38px;
  text-decoration: none !important;
}

.bm-logo__image {
  display: block;
  width: 120px;
  height: 38px;
  background-image: url("/wp-content/uploads/2026/02/beryss_logo_def.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.bm-burger {
  width: 42px;
  height: 42px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  display: grid;
  place-content: center;
  gap: 5px;
  cursor: pointer;
}

.bm-burger-line {
  display: block;
  width: 26px;
  height: 2.5px;
  background: var(--bm-ink);
  border-radius: 999px;
}

.bm-panel {
  position: fixed;
  inset: 66px 0 0 0;
  z-index: 10040;
  background: #fff;
  padding: 12px 18px 110px;
  display: none;
  overflow-y: auto;
}

body.bm-open .bm-panel {
  display: block;
}

body.bm-open {
  overflow: hidden;
}

.bm-item {
  display: block;
  padding: 17px 4px;
  color: var(--bm-ink) !important;
  text-decoration: none !important;
  font-size: 20px;
  font-weight: 800;
  border-bottom: 1px solid rgba(0,33,75,.10);
}

.bm-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10045;
  padding: 16px;
  background: #fff;
  border-top: 1px solid rgba(0,33,75,.10);
  display: grid;
  gap: 12px;
}

.bm-btn {
  height: 54px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 900;
}

.bm-btn--primary {
  background: var(--bm-cta);
  color: #fff !important;
}

.bm-btn--outline {
  background: #fff;
  color: var(--bm-ink) !important;
  border: 2px solid rgba(0,33,75,.28);
}

/* =========================
   DESKTOP HEADER
========================= */

.beryss-header {
  --ink: #00214B;
  --cta: #FF817D;
  --bgTop: #FDF9F6;
  --bgScrolled: rgba(255,255,255,.86);
  --shadow: 0 14px 34px rgba(0,0,0,.10);

  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99995;
  background: var(--bgTop);
  border-bottom: none !important;
  backdrop-filter: blur(10px);
  transition: background .2s ease, box-shadow .2s ease;
  font-family: Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.beryss-header__inner {
  width: min(1600px, 100%);
  height: 86px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;

  transition: height .22s ease;
}

/* Logo desktop sans balise img */
.beryss-header__logo {
  display: inline-flex;
  align-items: center;
  width: 120px;
  height: 34px;
  text-decoration: none !important;
  flex: 0 0 auto;
}

.beryss-header__logoImage {
  display: block;
  width: 120px;
  height: 34px;
  background-image: url("/wp-content/uploads/2026/02/beryss_logo_def.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.beryss-nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.beryss-nav__link,
.beryss-nav__btn {
  color: var(--ink) !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  padding: 10px;
  border-radius: 999px;
}

.beryss-nav__link:hover,
.beryss-nav__btn:hover {
  background: rgba(0,33,75,.06) !important;
}

.beryss-nav__dropdown {
  position: relative;
}

.beryss-nav__btn {
  border: 0 !important;
  background: transparent !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: none !important;
}

.beryss-nav__chev {
  width: 8px;
  height: 8px;
  border-right: 2px solid rgba(0,33,75,.65);
  border-bottom: 2px solid rgba(0,33,75,.65);
  transform: rotate(45deg);
  margin-top: -2px;
}

.beryss-nav__panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 260px;
  padding: 10px;
  border-radius: 16px;
  background: #fff !important;
  border: 1px solid rgba(0,33,75,.12);
  box-shadow: 0 14px 34px rgba(0,0,0,.12);
  display: none;
}

.beryss-nav__dropdown:hover .beryss-nav__panel,
.beryss-nav__dropdown:focus-within .beryss-nav__panel {
  display: block;
}

.beryss-nav__item {
  display: block;
  padding: 10px 12px;
  border-radius: 12px;
  color: rgba(0,33,75,.92) !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
}

.beryss-nav__item:hover {
  background: rgba(0,33,75,.06);
}

.beryss-header__ctas {
  display: flex;
  align-items: center;
  gap: 10px;
}

.beryss-hbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  border-radius: 999px;
  text-decoration: none !important;
  font-size: 13.5px;
  font-weight: 800;
  white-space: nowrap;
  border: 2px solid transparent;
}

.beryss-hbtn--primary {
  background: var(--cta);
  color: #fff !important;
  box-shadow: 0 14px 26px rgba(255,129,125,.28);
}

.beryss-hbtn--ghost {
  background: rgba(255,255,255,.55);
  color: var(--ink) !important;
  border-color: rgba(0,33,75,.28);
}

.beryss-header.is-scrolled {
  background: var(--bgScrolled);
  box-shadow: var(--shadow);
  border-bottom: 1px solid rgba(0,33,75,.10) !important;
}

.beryss-header.is-scrolled .beryss-header__inner {
  height: 78px;
}

.beryss-header.is-scrolled .beryss-header__logo,
.beryss-header.is-scrolled .beryss-header__logoImage {
  height: 34px;
}

.beryss-header-spacer {
  display: block;
  height: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Supprime les espaces ajoutés par Elementor autour du header */
.elementor-location-header {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

main#content,
.site-main,
.elementor-location-single,
.elementor[data-elementor-type="wp-page"] {
  margin-top: 0 !important;
}

/* Pont invisible entre le bouton et le panel pour garder le hover */
.beryss-nav__dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 8px;
  display: none;
}

/* Pont invisible entre le bouton et le panel pour garder le hover */
.beryss-nav__dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 8px;
  display: none;
}

.beryss-nav__dropdown:hover::after,
.beryss-nav__dropdown:focus-within::after {
  display: block;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1024px) {
  .beryss-header,
  .beryss-header-spacer {
    display: none !important;
  }

  .bm {
    display: block;
  }

  body {
    padding-top: 0 !important;
  }

  .elementor-location-header {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  main#content,
  .site-main,
  .elementor-location-single,
  .elementor[data-elementor-type="wp-page"] {
    margin-top: 0 !important;
  }
}/* End custom CSS */