:root {
  --lg-bg: #f0f0f0;
  --lg-card: #ffffff;
  --lg-blue: #10324f;
  --lg-pink: #ea5198;
  --lg-pink-dark: #b92165;
  --lg-muted: #63798b;
  --lg-border: #e4ebf0;
  --lg-shadow: 0 4px 18px rgba(16, 50, 79, 0.12);
}

html {
  background: var(--lg-bg);
}

.lg-body {
  background: var(--lg-bg);
  color: var(--lg-blue);
  font-family: "Montserrat", sans-serif;
  margin: 0;
}

.lg-body a {
  color: var(--lg-pink);
  font-weight: 700;
  text-decoration: none;
}

.lg-body a:hover {
  color: var(--lg-pink-dark);
}

.lg-page-shell {
  margin-inline: auto;
  max-width: 1120px;
  min-height: 100vh;
}

.lg-site-header {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(16, 50, 79, 0.08);
  border-radius: 0 0 28px 28px;
  box-shadow: 0 18px 44px rgba(16, 50, 79, 0.12);
  overflow: visible;
  position: sticky;
  top: 0;
  z-index: 2000;
}

.lg-header-inner {
  display: grid;
  gap: 14px;
  padding: 18px 24px 12px;
}

.lg-header-top {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(160px, auto) minmax(0, 1fr);
}

.lg-logo-link {
  display: inline-flex;
}

.lg-logo {
  display: block;
  height: 88px;
  width: auto;
}

.lg-menu-toggle {
  align-items: center;
  background: var(--lg-pink);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(234, 81, 152, 0.24);
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 1.55rem;
  height: 48px;
  justify-content: center;
  padding: 0;
  width: 48px;
}

.lg-menu-toggle:focus-visible {
  outline: 4px solid rgba(234, 81, 152, 0.18);
  outline-offset: 3px;
}

.lg-header-filters {
  align-items: center;
  border: 0;
  display: grid;
  flex: 1;
  gap: 8px;
  grid-template-columns: minmax(240px, 1fr) 48px minmax(150px, auto) minmax(190px, auto);
  justify-self: end;
  max-width: 940px;
  padding: 10px;
  position: relative;
  width: 100%;
  z-index: 200;
}

.lg-header-search {
  align-items: center;
  background: #fff;
  border: 2px solid rgba(16, 50, 79, 0.13);
  border-radius: 999px;
  color: #253044;
  display: flex;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  position: relative;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.lg-header-search:focus-within {
  border-color: var(--lg-pink);
  box-shadow: 0 0 0 4px rgba(234, 81, 152, 0.14);
}

.lg-header-search input {
  background: transparent;
  border: 0;
  color: #253044;
  flex: 1;
  font: inherit;
  min-width: 0;
  outline: 0;
}
.lg-search-suggestions {
  background: #fff;
  border: 1px solid rgba(16, 50, 79, 0.12);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(16, 50, 79, 0.2);
  left: 0;
  max-height: min(420px, 60vh);
  overflow-y: auto;
  padding: 6px;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 10000;
}
.lg-search-suggestions[hidden] { display: none; }
.lg-search-suggestion {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 13px;
  color: #253044;
  cursor: pointer;
  display: flex;
  font: inherit;
  gap: 12px;
  justify-content: space-between;
  padding: 11px 12px;
  text-align: left;
  width: 100%;
}
.lg-search-suggestion span { font-size: 0.88rem; font-weight: 700; }
.lg-search-suggestion small {
  color: var(--lg-muted);
  flex: 0 0 auto;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}
.lg-search-suggestion:hover,
.lg-search-suggestion.is-active {
  background: rgba(234, 81, 152, 0.11);
  color: var(--lg-pink-dark);
  outline: 0;
}

.lg-header-select {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #253044 !important;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 800;
  gap: 8px;
  min-height: 48px;
  padding: 0 38px 0 16px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
  white-space: nowrap;
}

.lg-header-search-button {
  align-items: center;
  background: var(--lg-pink);
  border: 1px solid var(--lg-pink);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.25rem;
  height: 48px;
  justify-content: center;
  padding: 0;
  transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
  width: 48px;
}

.lg-header-search-button:hover,
.lg-header-search-button:focus-visible {
  background: #d93f86;
  border-color: #d93f86;
  box-shadow: 0 12px 26px rgba(234, 81, 152, 0.3);
  color: #fff;
  outline: 0;
  transform: translateY(-1px);
}

.lg-header-select {
  appearance: none;
  border: 2px solid transparent;
  background-color: #efefef;
  background-image: linear-gradient(45deg, transparent 50%, #607186 50%), linear-gradient(135deg, #607186 50%, transparent 50%);
  background-position: calc(100% - 18px) 52%, calc(100% - 13px) 52%;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  cursor: pointer;
  line-height: 1;
  max-width: 230px;
}

.lg-header-select:hover,
.lg-header-select:focus-visible {
  border-color: rgba(234, 81, 152, 0.45);
  box-shadow: 0 0 0 4px rgba(234, 81, 152, 0.16);
  outline: 0;
}

.lg-header-select-category {
  background: var(--lg-pink);
  background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%);
  background-position: calc(100% - 18px) 52%, calc(100% - 13px) 52%;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  border-color: var(--lg-pink);
  color: #fff !important;
  text-transform: uppercase;
}

.lg-header-nav {
  display: flex;
  grid-column: 1 / -1;
  justify-content: center;
  padding: 0 0 2px;
  position: relative;
  z-index: 20;
}

.lg-header-nav .bm-menu {
  background: transparent;
  box-shadow: none;
  position: relative;
  z-index: 60;
}

.lg-header-nav .bm-menu > .bm-menu-list {
  align-items: center;
  border-radius: 999px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
  margin: 0;
  max-width: none;
  padding: 5px;
}

.lg-header-nav .bm-menu-link {
  border-radius: 999px;
  color: #253044;
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 800;
  min-height: auto;
  padding: 10px 18px;
  position: relative;
  text-transform: uppercase;
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.lg-header-nav .bm-menu-link::after {
  display: none;
}

.lg-header-nav .bm-menu-link:hover,
.lg-header-nav .bm-menu-item.is-active > .bm-menu-link {
  background: var(--lg-pink);
  box-shadow: 0 10px 20px rgba(234, 81, 152, 0.22);
  color: #fff;
  transform: translateY(-1px);
}

.lg-header-nav .bm-submenu {
  text-align: left;
}

.lg-main {
  padding: 0 0 34px;
}

.lg-home-hero {
  background: linear-gradient(90deg, #fff 0%, #fff 48%, #fff6fa 100%);
  border-radius: 0 0 18px 18px;
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(360px, 1.1fr);
  overflow: hidden;
  padding: 0px 0px 21px 50px;
  position: relative;
}

.lg-home-copy {
  position: relative;
  z-index: 2;
}

.lg-home-copy h1 {
}

.lg-home-copy h1 span {
  color: var(--lg-pink);
}

.lg-home-copy p {
  color: #253044;
  font-size: 1.03rem;
  line-height: 1.6;
  margin: 0 0 12px;
  max-width: 560px;
}

.lg-primary-cta {
  align-items: center;
  background: var(--lg-pink);
  border-radius: 40px;
  color: #fff !important;
  display: inline-flex;
  font-weight: 800;
  gap: 10px;
  margin-top: 20px;
  min-height: 33px;
  padding: 12px 22px;
}

.lg-primary-cta:hover {
  background: var(--lg-pink-dark);
}

.lg-home-visual {
  min-height: 420px;
  position: relative;
}


.lg-home-visual img {

}

.lg-local-badge {
  align-items: center;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(16, 50, 79, 0.15);
  color: var(--lg-blue);
  display: grid;
  font-size: 0.76rem;
  font-weight: 900;
  height: 118px;
  justify-items: center;
  line-height: 1.1;
  padding: 15px;
  position: absolute;
  right: 6%;
  text-align: center;
  text-transform: uppercase;
  top: 6%;
  width: 118px;
}

.lg-local-badge i {
  color: var(--lg-pink);
  font-size: 2rem;
}

.lg-home-bento {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  margin: 0 0 24px;
}

.lg-bento-card {
  border-radius: 14px;
  color: #fff;
  display: grid;
  min-height: 170px;
  overflow: hidden;
  padding: 26px;
  position: relative;
  text-decoration: none;
  transition: box-shadow 0.22s ease, transform 0.22s ease;
}

.lg-bento-card::before {
  background: linear-gradient(135deg, rgba(234, 81, 152, 0.34), rgba(16, 50, 79, 0.12));
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.22s ease;
  z-index: 1;
}

.lg-bento-card:hover {
  box-shadow: 0 16px 34px rgba(16, 50, 79, 0.22);
  color: #fff;
  transform: translateY(-5px);
}

.lg-bento-card:hover::before {
  opacity: 1;
}

.lg-bento-card strong {
  color: #fff;
  display: block;
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0 0 0px;
  position: relative;
  z-index: 2;
}

.lg-bento-kicker,
.lg-bento-title,
.lg-bento-headline,
.lg-bento-subtitle,
.lg-bento-desc {
  color: #fff;
  display: block;
  position: relative;
  z-index: 2;
}

.lg-bento-kicker {
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 2px;
}

.lg-bento-headline {
  font-size: 2.15rem;
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
}

.lg-bento-title {
  font-size: 1.55rem;
  font-weight: 900;
  line-height: 1.15;
}

.lg-bento-desc,
.lg-bento-card > span:not(.lg-bento-arrow):not(.lg-bento-icon):not(.lg-bento-medal):not(.lg-bento-content) {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}

.lg-bento-large {
  grid-column: span 6;
  grid-row: span 2;
  min-height: 300px;
}

.lg-bento-large .lg-bento-content {
  align-content: start;
  justify-self: end;
  margin-top: 18px;
  max-width: 245px;
}

.lg-bento-large .lg-bento-medal {
  left: 24px;
  position: absolute;
  top: 24px;
}

.lg-bento-large .lg-bento-desc {

}

.lg-bento-wide {
  grid-column: span 6;

}

.lg-bento-wide .lg-bento-content {
  align-content: center;

}

.lg-bento-card:not(.lg-bento-large):not(.lg-bento-wide):not(.lg-bento-mini) {
  grid-column: span 3;
}

.lg-bento-mini {
  align-items: center;
  grid-column: span 4;
  grid-template-columns: auto 1fr;
  min-height: 70px;
}

.lg-bento-mini strong {
  font-size: 1.55rem;
  line-height: 1.08;
  margin: 0;
}

.lg-bento-mini .lg-bento-title {
  font-size: 1.55rem;
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
}

.lg-bento-mini .lg-bento-subtitle {
  display: block;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: none;
}

.lg-bento-image {
  background: #111926;
  color: #fff;
}

.lg-bento-image img {
  filter: brightness(0.5);
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  transition: filter 0.28s ease, transform 0.28s ease;
  width: 100%;
  z-index: 0;
}

.lg-bento-concours {
  background: #10324f;
  color: #fff;
}

.lg-bento-concours img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  transition: filter 0.28s ease, transform 0.28s ease;
  width: 100%;
  z-index: 0;
}

.lg-bento-concours::after {
  background: linear-gradient(90deg, rgba(16,50,79,0.94) 0%, rgba(16,50,79,0.76) 45%, rgba(16,50,79,0.18) 100%);
  content: "";
  inset: 0;
  position: absolute;
  transition: background 0.28s ease;
  z-index: 1;
}

.lg-bento-content {
  align-content: center;
  display: grid;
  max-width: 270px;
  z-index: 2;
}

.lg-bento-dark,
.lg-bento-dark:hover,
.lg-bento-green,
.lg-bento-green:hover,
.lg-bento-navy,
.lg-bento-navy:hover,
.lg-bento-brown,
.lg-bento-brown:hover,
.lg-bento-pink,
.lg-bento-pink:hover {
  color: #fff;
}

.lg-bento-concours:hover {
  color: #fff;
}

.lg-bento-card:hover img {
  filter: brightness(0.62) saturate(1.08);
  transform: scale(1.07);
}

.lg-bento-concours:hover::after {
  background: linear-gradient(90deg, rgba(234,81,152,0.88) 0%, rgba(16,50,79,0.76) 48%, rgba(16,50,79,0.22) 100%);
}

.lg-bento-soft {
  background: linear-gradient(135deg, #6f7d8c, #253044);
}

.lg-bento-archives {
  background-color: #253044;
  background-image: linear-gradient(135deg, rgba(16, 50, 79, 0.9), rgba(37, 48, 68, 0.58)), url("../img/archives.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.lg-bento-archives:hover {
  background-image: linear-gradient(135deg, rgba(16, 50, 79, 0.76), rgba(234, 81, 152, 0.5)), url("../img/archives.jpg");
}

.lg-bento-green {
  background: linear-gradient(135deg, #277653, #1e8a63);
}

.lg-bento-map {
  background-color: #164c3d;
  background-image: linear-gradient(135deg, rgba(16, 50, 79, 0.88), rgba(30, 138, 99, 0.62)), url("../img/map.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.lg-bento-map:hover {
  background-image: linear-gradient(135deg, rgba(16, 50, 79, 0.76), rgba(234, 81, 152, 0.48)), url("../img/map.jpg");
}

.lg-bento-navy {
  background: #17202d;
}

.lg-bento-brown {
  background: linear-gradient(135deg, #7d3739, #9b4a4a);
}

.lg-bento-pink {
  background: linear-gradient(135deg, var(--lg-pink), #e02d82);
}

.lg-bento-icon,
.lg-bento-medal {
  align-items: center;
  background: #fff;
  border-radius: 999px;
  color: var(--lg-pink);
  display: inline-flex;
  font-size: 2rem;
  height: 62px;
  justify-content: center;
  margin-bottom: 22px;
  position: relative;
  width: 62px;
  z-index: 2;
}

.lg-bento-medal {
  background: #f4b42b;
  color: #fff;
  height: 52px;
  width: 52px;
}

.lg-bento-large .lg-bento-medal {
  left: 24px;
  margin: 0;
  position: absolute;
  top: 24px;
}

.lg-bento-green .lg-bento-icon {
  color: #277653;
}

.lg-bento-navy .lg-bento-icon,
.lg-bento-brown .lg-bento-icon,
.lg-bento-pink .lg-bento-icon {
	margin: 0px 17px 0px 0px;
}

.lg-bento-arrow {
  align-items: center;
  background: #fff;
  border-radius: 999px;
  bottom: 28px;
  color: var(--lg-pink);
  display: inline-flex;
  font-size: 1.5rem;
  height: 54px;
  justify-content: center;
  position: absolute;
  right: 28px;
  transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
  width: 54px;
  z-index: 3;
}

.lg-bento-card:hover .lg-bento-arrow {
  background: var(--lg-pink);
  color: #fff;
  transform: translateX(6px);
}

.lg-bento-green .lg-bento-arrow {
  color: #277653;
}

.lg-bento-green:hover .lg-bento-arrow {
  color: #fff;
}

.lg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ea5198;
  color: #fff !important;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(234, 81, 152, 0.24);
}

.lg-btn:hover {
  background: #d93f86;
  color: #fff !important;
}

.lg-home-stats {
  background: linear-gradient(90deg, #fff6fa, #fff);
  border-radius: 14px;
  display: grid;
  gap: 22px 0;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 0 48px;
  padding: 26px 24px;
}

.lg-home-stats div {
  align-items: center;
  border-right: 1px solid #eadde5;
  display: grid;
  gap: 2px 16px;
  grid-template-columns: auto auto;
  justify-content: center;
}

.lg-home-stats div:last-child {
  border-right: 0;
}

.lg-home-stats-title {
  border-right: 0 !important;
  grid-column: 1 / -1;
  justify-content: center;
  padding-bottom: 4px;
}

.lg-home-stats-title strong {
  color: var(--lg-blue);
  font-size: clamp(1.25rem, 2.4vw, 1.8rem);
  font-weight: 600;
}

.lg-stat-icon {
  align-items: center;
  background: #fde4f0;
  border-radius: 999px;
  color: var(--lg-pink);
  display: inline-flex;
  font-size: 2rem;
  grid-row: span 2;
  height: 66px;
  justify-content: center;
  width: 66px;
}

.lg-home-stats div:not(.lg-home-stats-title) strong {
  color: var(--lg-pink);
  font-size: clamp(2.3rem, 5vw, 3.5rem);
  font-weight: 500;
  line-height: 1;
}

.lg-home-stats span:last-child {
  color: #253044;
  font-weight: 500;
}

.lg-list-intro,
.lg-content-card {
  background: var(--lg-card);
  border-radius: 15px;
  box-shadow: var(--lg-shadow);
  margin-bottom: 24px;
  padding: 24px;
}

.lg-list-intro h1,
.lg-content-header h1 {
  color: var(--lg-blue);
  font-family: "Roboto Slab", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
}

.lg-content-header.lg-product-heading {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.lg-content-header.lg-product-heading h1 {
  margin: 0;
}

.lg-product-heading-back {
  background: var(--lg-pink);
  border: 1px solid var(--lg-pink);
  border-radius: 25px;
  color: #fff !important;
  display: inline-flex;
  font: inherit;
  font-weight: 900;
  padding: 12px 18px;
  text-decoration: none;
  white-space: nowrap;
}

.lg-product-heading-back:hover,
.lg-product-heading-back:focus-visible {
  background: #d93f86;
  border-color: #d93f86;
  color: #fff !important;
  outline: 0;
}

.lg-detail-title {
  color: var(--lg-blue);
  font-family: "Roboto Slab", serif;
  font-size: 2rem;
  line-height: 1.15;
  margin: 0 0 8px;
}

.lg-list-intro p,
.lg-content-header p {
  color: var(--lg-muted);
  font-size: 1.05rem;
  margin: 10px 0 0;
}

.lg-hero {
  background: var(--lg-card);
  border-radius: 18px 18px 0 0;
  box-shadow: var(--lg-shadow);
  margin: 0 0 18px;
  overflow: hidden;
}

.lg-hero img {
  display: block;
  height: 420px;
  object-fit: cover;
  width: 100%;
}

.lg-content {
  color: #223d56;
  font-size: 1rem;
  line-height: 1.7;
}

.lg-content h2,
.lg-content h3 {
  border-left: 4px solid var(--lg-pink);
  color: var(--lg-blue);
  font-family: "Roboto Slab", serif;
  margin: 28px 0 12px;
  padding-left: 10px;
}

.lg-content img {
  border-radius: 12px;
  height: auto;
  max-width: 100%;
}

.lg-content blockquote {
  background: #fff6fa;
  border-left: 4px solid var(--lg-pink);
  border-radius: 0 10px 10px 0;
  margin: 20px 0;
  padding: 14px 16px;
}

.lg-content .scf-wrap {
  background: #fff;
  border: 0;
  border-left: 7px solid var(--lg-pink);
  border-radius: 22px;
  box-shadow: 0 22px 54px rgba(16, 50, 79, 0.14);
  margin: 32px 0 0;
  padding: 32px;
}

.lg-content .scf-form {
  display: grid;
  gap: 22px;
}

.lg-content .scf-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lg-content .scf-field {
  color: #344d63;
  display: grid;
  font-weight: 700;
  gap: 8px;
  margin: 0;
}

.lg-content .scf-field span {
  align-items: center;
  display: flex;
  font-size: 0.88rem;
  gap: 4px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-transform: uppercase;
}

.lg-content .scf-field em {
  color: var(--lg-pink);
  font-style: normal;
}

.lg-content .scf-form input,
.lg-content .scf-form select,
.lg-content .scf-form textarea {
  background: #f6f8fb;
  border: 1px solid transparent;
  border-radius: 14px;
  box-sizing: border-box;
  color: var(--lg-blue);
  font: inherit;
  font-weight: 400;
  min-height: 54px;
  padding: 14px 16px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  width: 100%;
}

.lg-content .scf-form select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #607186 50%), linear-gradient(135deg, #607186 50%, transparent 50%);
  background-position: calc(100% - 20px) 52%, calc(100% - 14px) 52%;
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px;
  padding-right: 44px;
}

.lg-content .scf-form input:focus,
.lg-content .scf-form select:focus,
.lg-content .scf-form textarea:focus {
  background: #fff;
  border-color: var(--lg-pink);
  box-shadow: 0 0 0 4px rgba(234, 81, 152, 0.16), 0 12px 24px rgba(16, 50, 79, 0.08);
  outline: 0;
}

.lg-content .scf-form textarea {
  min-height: 180px;
  resize: vertical;
}

.lg-content .scf-field-company {
  grid-column: 1 / -1;
}

.lg-content .scf-field-message {
  grid-column: 1 / -1;
}

.lg-content .scf-hp {
  height: 0 !important;
  left: -9999px !important;
  opacity: 0 !important;
  position: absolute !important;
  width: 0 !important;
}

.lg-content .scf-consent {
  align-items: flex-start;
  background: #f8fbf9;
  border: 1px solid rgba(39, 118, 83, 0.16);
  border-radius: 14px;
  color: #344d63;
  display: flex !important;
  font-weight: 500 !important;
  gap: 12px;
  margin: 0;
  padding: 16px 18px;
}

.lg-content .scf-consent input {
  accent-color: var(--lg-pink);
  flex: 0 0 auto;
  margin-top: 5px;
  width: auto;
}

.lg-content .scf-consent-text {
  display: grid;
  gap: 0px;
  line-height: 1.3;
  font-size: 12px;
}

.lg-content .scf-consent-text strong {
  color: var(--lg-blue);
  font-weight: 700;
}

.lg-content .scf-consent-text em {
  color: var(--lg-pink);
  font-style: normal;
}

.lg-content .scf-consent-text a {
  color: var(--lg-pink);
  font-weight: 700;
  text-decoration: underline;
}

.lg-content .scf-submit {
  align-items: center;
  background: var(--lg-pink);
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 800;
  justify-content: center;
  justify-self: start;
  box-shadow: 0 14px 26px rgba(234, 81, 152, 0.24);
  min-height: 52px;
  min-width: 180px;
  padding: 13px 28px;
  transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.lg-content .scf-submit:hover,
.lg-content .scf-submit:focus-visible {
  background: #d93f86;
  box-shadow: 0 10px 24px rgba(234, 81, 152, 0.24);
  outline: 0;
  transform: translateY(-1px);
}

.lg-content .scf-submit:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.lg-content .scf-response {
  background: #fff;
  border: 2px solid #dfe7ee;
  border-radius: 10px;
  color: #344d63;
  font-weight: 600;
  line-height: 1.45;
  padding: 14px 16px;
}

.lg-content .scf-response[hidden] {
  display: none;
}

.lg-content .scf-response--success {
  background: #f1fbf6;
  border-color: #46b17d;
  color: #126a46;
}

.lg-content .scf-response--error {
  background: #fff3f1;
  border-color: #d75b50;
  color: #8d251c;
}

.lg-content .scf-response--pending {
  background: #f6f9fc;
  border-color: #9bb2c7;
  color: var(--lg-blue);
}

.lg-card-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lg-list-card {
  margin: 0;
}

.lg-list-card a {
  background: var(--lg-card);
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(16, 50, 79, 0.12);
  color: var(--lg-blue);
  display: block;
  height: 100%;
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.lg-list-card a:hover {
  box-shadow: 0 12px 26px rgba(16, 50, 79, 0.18);
  transform: scale(1.03);
}

.lg-card-image {
  background: #edf1f4;
  display: block;
}

.lg-card-image img {
  display: block;
  height: 180px;
  object-fit: cover;
  width: 100%;
}

.lg-card-body {
  display: block;
  padding: 16px 14px 18px;
  text-align: center;
}

.lg-card-title {
  color: var(--lg-blue);
  display: block;
  font-family: "Roboto Slab", serif;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 8px;
}

.lg-card-desc {
  color: var(--lg-blue);
  display: block;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.4;
}

.lg-footer {
  background: var(--lg-card);
  border-top: 1px solid var(--lg-border);
  color: var(--lg-muted);
  padding: 24px;
  text-align: center;
}

.lg-footer-logos {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: center;
  margin-bottom: 18px;
}

.lg-footer-logos a {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.lg-footer-logos img {
  display: block;
  height: auto;
  max-height: 82px;
  max-width: 170px;
  object-fit: contain;
}

.lg-footer-bottom {
  align-items: center;
  color: var(--lg-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9rem;
  gap: 8px 14px;
  justify-content: center;
}

.lg-footer-bottom small {
  font-size: inherit;
}

.lg-footer-bottom .bm-menu--footer {
  background: transparent;
  border: 0;
  font: inherit;
  margin: 0;
  padding: 0;
}

.lg-footer-bottom .bm-menu--footer > .bm-menu-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  justify-content: center;
}

.lg-footer-bottom .bm-menu--footer .bm-menu-item {
  align-items: center;
  display: inline-flex;
}

.lg-footer-bottom .bm-menu--footer .bm-menu-item::before {
  color: var(--lg-border);
  content: "|";
  margin-right: 14px;
}

.lg-footer-bottom .bm-menu--footer .bm-menu-link {
  background: transparent;
  border-radius: 0;
  color: var(--lg-muted);
  font-size: inherit;
  font-weight: 600;
  min-height: auto;
  padding: 0;
}

.lg-footer-bottom .bm-menu--footer .bm-menu-link:hover,
.lg-footer-bottom .bm-menu--footer .bm-menu-item.is-active > .bm-menu-link {
  background: transparent;
  color: var(--lg-pink);
}

.lg-content .button,
.lg-content button,
.lg-content input[type="submit"] {
  background: var(--lg-pink);
  border: 1px solid var(--lg-pink);
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 800;
  padding: 10px 16px;
}

@media (max-width: 980px) {
  .lg-header-top {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .lg-header-filters {
    grid-template-columns: minmax(220px, 1fr) 48px;
    max-width: 560px;
    width: 100%;
  }

  .lg-header-search,
  .lg-header-select {
    max-width: none;
    width: 90%;
  }

  .lg-header-select {
    grid-column: 1 / -1;
  }

  .lg-header-nav .bm-menu,
  .lg-header-nav .bm-menu > .bm-menu-list {
    justify-content: center;
  }

  .lg-home-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 40px 24px 0;
  }

  .lg-home-visual {
    min-height: 360px;
  }

  .lg-home-visual img {
    object-position: center top;
    transform: none;
  }

  .lg-home-bento {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg-bento-large,
  .lg-bento-wide {
    grid-column: span 6;
  }

  .lg-bento-card:not(.lg-bento-large):not(.lg-bento-wide):not(.lg-bento-mini) {
    grid-column: span 3;
  }

  .lg-bento-mini {
    grid-column: span 6;
  }

  .lg-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .lg-page-shell {
    padding-inline: 12px;
  }

  .lg-site-header {
    border-radius: 0 0 12px 12px;
    position: static;
  }

  .lg-header-inner {
    gap: 10px;
    padding: 12px;
  }

  .lg-header-top {
    gap: 10px;
    grid-template-columns: 1fr auto;
    justify-items: stretch;
  }

  .lg-logo {
    height: 70px;
  }

  .lg-logo-link {
    justify-self: start;
  }

  .lg-menu-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .lg-header-filters {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr) 48px;
    order: 3;
  }

  .lg-header-nav {
    grid-column: 1 / -1;
    display: none;
    order: 2;
    padding: 4px 0 0;
  }

  .lg-site-header.is-menu-open .lg-header-nav {
    display: block;
  }

  .lg-header-nav .bm-menu,
  .lg-header-nav .bm-menu > .bm-menu-list {
    width: 100%;
  }

  .lg-header-nav .bm-menu > .bm-menu-list {
    background: #10324f;
    border: 0;
    border-radius: 18px;
    display: grid;
    gap: 6px;
    padding: 8px;
  }

  .lg-header-nav .bm-menu-link {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    justify-content: center;
    padding: 13px 16px;
    width: 100%;
  }

  .lg-header-nav .bm-menu-link:hover,
  .lg-header-nav .bm-menu-item.is-active > .bm-menu-link {
    background: var(--lg-pink);
    color: #fff;
    transform: none;
  }

  .lg-home-hero {
    border-radius: 0 0 14px 14px;
    padding: 28px 18px 0;
  }

  .lg-home-copy h1 {
    font-size: 2rem;
  }

  .lg-home-copy p {
    font-size: 0.98rem;
  }

  .lg-home-visual {
    min-height: 280px;
  }

  .lg-local-badge {
    height: 88px;
    right: 2%;
    top: 8%;
    width: 88px;
  }

  .lg-local-badge i {
    font-size: 1.45rem;
  }

  .lg-home-bento {
    grid-template-columns: 1fr;
  }

  .lg-bento-large,
  .lg-bento-wide,
  .lg-bento-card:not(.lg-bento-large):not(.lg-bento-wide):not(.lg-bento-mini),
  .lg-bento-mini {
    grid-column: auto;
  }

  .lg-bento-large {

  }

  .lg-bento-wide,
  .lg-bento-card {
  }

  .lg-bento-mini {
    min-height: 70px;
    padding: 20px;
  }

  .lg-bento-card strong {
    font-size: 1.45rem;
  }

  .lg-bento-kicker {
    font-size: 1.08rem;
  }

  .lg-bento-headline {
    font-size: 1.75rem;
  }

  .lg-bento-title,
  .lg-bento-mini .lg-bento-title {
    font-size: 1.35rem;
  }

  .lg-bento-mini .lg-bento-subtitle {
    font-size: 1.16rem;
  }

  .lg-bento-large .lg-bento-content {
    justify-self: start;
    margin-top: 72px;
    max-width: 240px;
  }

  .lg-home-stats {
    gap: 18px;
    grid-template-columns: 1fr;
    padding: 22px 18px;
  }

  .lg-home-stats div {
    border-right: 0;
    border-bottom: 1px solid #eadde5;
    justify-content: start;
    padding-bottom: 18px;
  }

  .lg-home-stats-title {
    justify-content: start;
  }

  .lg-home-stats div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .lg-hero img {
    height: 260px;
  }

  .lg-list-intro,
  .lg-content-card {
    padding: 18px;
  }

  .lg-content .scf-wrap {
    padding: 18px;
  }

  .lg-content .scf-grid {
    grid-template-columns: 1fr;
  }

  .lg-content .scf-submit {
    justify-self: stretch;
  }

  .lg-card-grid {
    grid-template-columns: 1fr;
  }
}

/* Responsive header and product detail refinements */
@media (min-width: 641px) and (max-width: 1100px) {
  .lg-header-inner { gap: 10px; padding: 12px 16px 10px; }
  .lg-header-top { gap: 14px; grid-template-columns: 150px minmax(0, 1fr); justify-items: stretch; }
  .lg-logo { height: 68px; max-width: 150px; }
  .lg-header-filters { gap: 6px; grid-template-columns: repeat(3, minmax(0, 1fr)) 44px; max-width: none; padding: 4px; }
  .lg-header-search { grid-column: 1 / -1; padding-right: 58px; }
  .lg-header-search-button { grid-column: 4; }
  .lg-header-select-category { grid-column: 1; }
  .lg-header-select:not(.lg-header-select-category) { grid-column: 2; }
  .lg-header-search,
  .lg-header-select { max-width: none; min-height: 44px; width: 90%; }
  .lg-header-search-button { height: 44px; width: 44px; }
  .lg-header-nav .bm-menu-link { font-size: 0.84rem; padding: 8px 13px; }
  .lg-content-card { padding: 18px; }
  .lg-content-header h1 { font-size: 2.25rem; }
}

@media (max-width: 760px) {
  .lg-page-shell { padding-inline: 8px; }
  .lg-site-header { border-radius: 0 0 12px 12px; position: static; }
  .lg-header-inner { gap: 8px; padding: 10px; }
  .lg-header-top { gap: 8px; grid-template-columns: minmax(0, 1fr) 42px; justify-items: stretch; }
  .lg-logo { height: 56px; max-width: min(250px, 72vw); }
  .lg-logo-link { justify-self: start; }
  .lg-menu-toggle { display: inline-flex; height: 42px; justify-self: end; width: 42px; }
  .lg-header-filters { grid-column: 1 / -1; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: none; order: 3; padding: 4px 0 0; position: relative; }
  .lg-header-search { grid-column: 1 / -1; padding-right: 58px; }
  .lg-header-search-button { grid-column: auto; height: 38px; position: absolute; right: 5px; top: 9px; width: 38px; }
  .lg-header-select-category { grid-column: 1; }
  .lg-header-select:not(.lg-header-select-category) { grid-column: 2; }
  .lg-header-search,
  .lg-header-select { font-size: 0.82rem; max-width: none; min-height: 42px; width: 90%; }
  .lg-header-search { padding-inline: 14px; }

.lg-header-select { background-position: calc(100% - 16px) 52%, calc(100% - 11px) 52%; padding: 0 34px 0 15px; }
  .lg-header-nav { display: none; grid-column: 1 / -1; order: 2; padding: 2px 0 0; }
  .lg-site-header.is-menu-open .lg-header-nav { display: block; }
  .lg-header-nav .bm-menu, .lg-header-nav .bm-menu > .bm-menu-list { width: 100%; }
  .lg-header-nav .bm-menu > .bm-menu-list { background: #10324f; border: 0; border-radius: 12px; display: grid; gap: 4px; padding: 6px; }
  .lg-header-nav .bm-menu-link { background: rgba(255, 255, 255, 0.08); color: #fff; justify-content: center; padding: 10px 12px; width: 100%; }
  .lg-content-card { border-radius: 10px; margin-bottom: 14px; padding: 14px; }
  .lg-content-header.lg-product-heading { align-items: start; display: grid; gap: 12px; grid-template-columns: 1fr; }
  .lg-content-header h1 { font-size: 1.9rem; line-height: 1.12; }
  .lg-product-heading-back { justify-self: start; padding: 9px 14px; }
}

@media (max-width: 480px) {
  .lg-logo { height: 50px; max-width: 68vw; }
  .lg-header-filters { grid-template-columns: minmax(0, 1fr); }
  .lg-header-search { grid-column: 1 / -1; padding-right: 54px; }
  .lg-header-search-button { grid-column: auto; height: 36px; right: 4px; top: 8px; width: 36px; }
  .lg-header-select-category, .lg-header-select:not(.lg-header-select-category) { grid-column: 1 / -1; }
  .lg-header-search,
  .lg-header-select { min-height: 40px; }
  .lg-content-card { padding: 12px; }
  .lg-content-header h1 { font-size: 1.65rem; }
  .lg-product-heading-back { font-size: 0.86rem; padding: 8px 12px; }
}
.lg-download-dialog{background:transparent;border:0;color:var(--lg-blue);max-width:min(92vw,560px);padding:0;width:100%}
.lg-download-dialog::backdrop{backdrop-filter:blur(7px);background:rgba(16,50,79,.72)}
.lg-download-dialog-content{background:#fff;border:1px solid rgba(228,235,240,.95);border-radius:18px;box-shadow:0 28px 80px rgba(16,50,79,.34);overflow:hidden;padding:38px 42px 36px;position:relative;text-align:center}
.lg-download-dialog-content::before{background:linear-gradient(90deg,var(--lg-pink),#f7a7cf);content:"";display:block;height:5px;left:0;position:absolute;right:0;top:0}
.lg-download-dialog-close{align-items:center;background:#f4f7fa;border:1px solid #e6edf2;border-radius:50%;color:var(--lg-blue);cursor:pointer;display:inline-flex;font-size:1.08rem;height:44px;justify-content:center;position:absolute;right:18px;top:18px;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;width:44px}
.lg-download-dialog-close:hover,.lg-download-dialog-close:focus-visible{background:var(--lg-blue);border-color:var(--lg-blue);color:#fff;outline:0;transform:translateY(-1px)}
.lg-download-dialog-icon{align-items:center;background:#fde7f1;border:1px solid #f9c9df;border-radius:50%;box-shadow:0 12px 26px rgba(234,81,152,.18);color:var(--lg-pink);display:inline-flex;font-size:2.15rem;height:78px;justify-content:center;margin-bottom:20px;width:78px}
.lg-download-dialog h2{border:0;color:var(--lg-blue);font-family:"Roboto Slab",serif;font-size:clamp(1.65rem,4vw,2.05rem);line-height:1.16;margin:0 auto 12px;max-width:420px;padding:0}
.lg-download-dialog p{color:#647b91;font-size:1.06rem;line-height:1.6;margin:0 auto 28px;max-width:430px}
.lg-download-dialog-actions{align-items:center;display:grid;gap:12px;grid-template-columns:minmax(130px,.8fr) minmax(210px,1.35fr);justify-content:center;margin-inline:auto;max-width:420px}
.lg-download-dialog-primary,.lg-download-dialog-secondary{align-items:center;border-radius:999px;cursor:pointer;display:inline-flex;font:inherit;font-size:.95rem;font-weight:900;gap:8px;justify-content:center;min-height:54px;padding:13px 20px;text-decoration:none;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease,transform .18s ease;white-space:nowrap}
.lg-download-dialog-primary{background:var(--lg-pink);border:1px solid var(--lg-pink);box-shadow:0 14px 30px rgba(234,81,152,.28);color:#fff!important}
.lg-download-dialog-primary:hover,.lg-download-dialog-primary:focus-visible{background:#d93f86;border-color:#d93f86;box-shadow:0 18px 34px rgba(234,81,152,.34);color:#fff!important;outline:0;transform:translateY(-1px)}
.lg-download-dialog-secondary{background:#fff;border:1px solid #dce6ee;color:var(--lg-blue)}
.lg-download-dialog-secondary:hover,.lg-download-dialog-secondary:focus-visible{background:#f7f9fb;border-color:#cbd8e2;color:var(--lg-blue);outline:0;transform:translateY(-1px)}
@media(max-width:560px){.lg-download-dialog{max-width:min(94vw,420px)}.lg-download-dialog-content{padding:34px 22px 24px}.lg-download-dialog-close{height:40px;right:14px;top:14px;width:40px}.lg-download-dialog-icon{height:70px;width:70px}.lg-download-dialog p{font-size:1rem}.lg-download-dialog-actions{grid-template-columns:1fr}.lg-download-dialog-primary{order:-1}.lg-download-dialog-primary,.lg-download-dialog-secondary{width:100%}}
/* Responsive header and homepage hero fixes */
.lg-header-filters {
  isolation: isolate;
}

.lg-header-filters:focus-within {
  z-index: 500;
}

.lg-header-search {
  min-width: 0;
  z-index: 300;
}

.lg-header-search-button {
  flex: 0 0 auto;
  position: relative;
  z-index: 4;
}

.lg-home-hero {
  align-items: center;
  max-height: none;
  min-height: 500px;
}

.lg-home-copy {
  min-width: 0;
  padding-block: 42px;
}

.lg-home-copy h1 {
  font-size: clamp(2rem, 3.5vw, 1.35rem);
  line-height: 1.08;
  margin: 0 0 28px;
  max-width: 640px;
  min-width: 0;
  overflow-wrap: anywhere;
}

.lg-home-copy p {
  font-size: clamp(.98rem, 1.45vw, 1.08rem);
  max-width: 620px;
}

.lg-home-visual {
  align-self: stretch;
  min-height: 430px;
  overflow: hidden;
}

.lg-home-visual img {
  display: block;
  height: 67%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
}

@media (min-width: 981px) and (max-width: 1180px) {
  .lg-header-top {
    gap: 14px;
    grid-template-columns: 190px minmax(0, 1fr);
  }

  .lg-logo {
    height: auto;
    max-width: 180px;
    width: 100%;
  }

  .lg-header-filters {
    gap: 7px;
    grid-template-columns: minmax(0, 1fr) 46px;
    max-width: none;
    padding-inline: 0;
  }

  .lg-header-search {
    grid-column: 1;
  }

  .lg-header-search-button {
    grid-column: 2;
    height: 46px;
    width: 46px;
  }

  .lg-header-select-category,
  .lg-header-select:not(.lg-header-select-category) {
    grid-column: auto;
    max-width: none;
    width: 100%;
  }

  .lg-home-hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr);
    padding: 0 32px;
  }

  .lg-home-copy h1 {
    font-size: clamp(2.25rem, 4vw, 3rem);
  }
}

@media (max-width: 980px) {
  .lg-home-hero {
    gap: 0;
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    padding: 0;
  }

  .lg-home-copy {
    padding: 38px 28px 30px;
  }

  .lg-home-copy h1 {
    font-size: clamp(2rem, 6vw, 3rem);
    max-width: 760px;
    min-width: 0;
  }

  .lg-home-copy p {
    max-width: 720px;
  }

  .lg-home-visual {
    aspect-ratio: 16 / 9;
    min-height: 0;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .lg-header-filters {
    gap: 6px;
  }

  .lg-header-search-button {
    z-index: 5;
  }

  .lg-home-copy {
    padding: 28px 18px 24px;
  }

  .lg-home-copy h1 {
    font-size: clamp(1.8rem, 9vw, 2.45rem);
    line-height: 1.12;
    margin-bottom: 22px;
    max-width: none;
    min-width: 0;
  }

  .lg-home-copy p {
    font-size: .96rem;
    line-height: 1.55;
  }

  .lg-primary-cta {
    justify-content: center;
    margin-top: 12px;
    text-align: center;
  }

  .lg-home-visual {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 480px) {
  .lg-header-search {
    padding-inline: 13px;
  }

  .lg-header-search input {
    font-size: .82rem;
  }

  .lg-home-copy h1 {
    font-size: clamp(1.65rem, 8.5vw, 2.15rem);
  }

  .lg-home-visual {
    aspect-ratio: 1 / 1;
  }
}
@media (max-width: 760px) {
  .lg-header-search-button {
    box-shadow: 0 8px 18px rgba(234, 81, 152, 0.24);
    font-size: 1.05rem;
  }

  .lg-header-search-button:hover,
  .lg-header-search-button:focus-visible {
    box-shadow: 0 10px 22px rgba(234, 81, 152, 0.3);
  }
}
@media (max-width: 760px) {
  .lg-header-search {
    padding: 0 58px 0 14px;
  }
}

@media (max-width: 480px) {
  .lg-header-search {
    padding: 0 54px 0 13px;
  }
}
/* Recherche mobile : champ + loupe sur une même ligne */
@media (max-width: 760px) {
  .lg-header-filters {
    column-gap: 8px;
    grid-template-columns: minmax(0, 1fr) 44px;
    position: relative;
    row-gap: 10px;
  }

  .lg-header-search {
    grid-column: 1;
    min-width: 0;
    padding: 0 16px;
  }

  .lg-header-search-button {
    grid-column: 2;
    height: 44px;
    min-height: 44px;
    position: static;
    right: auto;
    top: auto;
    width: 44px;
  }

  .lg-header-select-category,
  .lg-header-select:not(.lg-header-select-category) {
    grid-column: 1 / -1;
  }
}

@media (max-width: 480px) {
  .lg-header-filters {
    grid-template-columns: minmax(0, 1fr) 42px;
  }

  .lg-header-search {
    grid-column: 1;
    padding: 0 14px;
  }

  .lg-header-search-button {
    grid-column: 2;
    height: 42px;
    min-height: 42px;
    position: static;
    width: 42px;
  }
}
/* Correctif final header responsive : recherche + loupe toujours alignées */
@media (max-width: 1180px) {
  .lg-header-filters {
    align-items: center !important;
    column-gap: 8px !important;
    grid-template-columns: minmax(0, 1fr) 46px !important;
    row-gap: 10px !important;
  }

  .lg-header-search {
    grid-column: 1 !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 0 16px !important;
    width: 90% !important;
  }

  .lg-header-search-button {
    grid-column: 2 !important;
    height: 46px !important;
    min-height: 46px !important;
    position: static !important;
    right: auto !important;
    top: auto !important;
    width: 46px !important;
  }

  .lg-header-select-category {
    grid-column: 1 !important;
  }

  .lg-header-select:not(.lg-header-select-category) {
    grid-column: 2 !important;
  }
}

@media (max-width: 760px) {
  .lg-header-filters {
    grid-template-columns: minmax(0, 1fr) 44px !important;
  }

  .lg-header-search-button {
    height: 44px !important;
    min-height: 44px !important;
    width: 44px !important;
  }

  .lg-header-select-category,
  .lg-header-select:not(.lg-header-select-category) {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 480px) {
  .lg-header-filters {
    grid-template-columns: minmax(0, 1fr) 42px !important;
  }

  .lg-header-search {
    padding: 0 14px !important;
  }

  .lg-header-search-button {
    height: 42px !important;
    min-height: 42px !important;
    width: 42px !important;
  }
}
/* Formulaire contact : champs obligatoires bien visibles */
.lg-content .scf-required-note {
  color: #344d63 !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  margin: 0 !important;
  padding: 14px 16px !important;
}

.lg-content .scf-required-note strong {
  color: var(--lg-blue) !important;
  display: block !important;
  font-weight: 900 !important;
  margin-bottom: 3px !important;
}

.lg-content .scf-required-note span,
.lg-content .scf-field em,
.lg-content .scf-consent-text em {
  border-radius: 999px !important;
  color: #ea5198 !important;
  display: inline-flex !important;
  font-size: 0.95rem !important;
  font-style: normal !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  margin-left: 2px !important;
  padding: 4px 7px !important;
  text-transform: uppercase !important;
  vertical-align: middle !important;
}

.lg-content .scf-field-required input,
.lg-content .scf-field-required textarea {
  border-color: rgba(234, 81, 152, 0.28) !important;
}