:root {
  --cassiopeia-color-primary: #6f890d;
  --cassiopeia-color-link: #607b08;
  --cassiopeia-color-hover: #405704;
  --bionheur-green: #829f0a;
  --bionheur-dark: #24371a;
  --bionheur-cream: #f7f5e8;
}

body.site {
  background: #fff;
  color: #35402f;
  font-family: "Trebuchet MS", Arial, sans-serif;
}

.container-header {
  background: #fff;
  background-image: none;
  box-shadow: 0 2px 16px rgb(20 40 15 / 12%);
  position: relative;
  z-index: 10;
}

.container-header .grid-child,
.container-footer .grid-child {
  max-width: 1170px;
}

.container-header .navbar-brand {
  padding: 1.15rem 0 0.75rem;
}

.container-header .navbar-brand a.brand-logo {
  align-items: center;
  color: var(--bionheur-dark);
  display: inline-flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 6vw, 4.1rem);
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1;
  text-decoration: none;
  text-shadow: none;
}

.container-header .navbar-brand a.brand-logo::before {
  color: var(--bionheur-green);
  content: "❧";
  font-size: 0.72em;
  font-style: normal;
  margin-right: 0.18em;
  transform: rotate(-18deg);
}

.container-header .container-nav {
  background: var(--bionheur-dark);
  max-width: none;
  padding-inline: max(calc((100% - 1170px) / 2), 1rem);
}

.container-header .mod-menu > li > a {
  color: #fff;
  font-size: 0.96rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 0.95rem 1rem;
}

.container-header .mod-menu > li.active > a,
.container-header .mod-menu > li > a:hover,
.container-header .mod-menu > li > a:focus {
  background: var(--bionheur-green);
  color: #fff;
}

.container-header .mod-menu__sub {
  background: #fff;
  border: 0;
  border-top: 4px solid var(--bionheur-green);
  box-shadow: 0 12px 30px rgb(24 45 16 / 22%);
}

.container-header .mod-menu__sub a {
  color: var(--bionheur-dark);
}

.container-banner {
  margin: 0;
  max-width: none;
}

.bionheur-hero {
  align-items: center;
  background-image: linear-gradient(90deg, rgb(21 38 15 / 78%), rgb(21 38 15 / 24%)), url("/images/slideshow/front14.jpg");
  background-position: center bottom;
  background-size: cover;
  color: #fff;
  display: flex;
  min-height: clamp(390px, 55vw, 620px);
  padding: 3rem max(calc((100% - 1170px) / 2), 1.25rem);
}

.bionheur-hero__inner {
  max-width: 660px;
}

.bionheur-hero__eyebrow {
  color: #dce9a3;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
}

.bionheur-hero h1 {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 7vw, 5.5rem);
  line-height: 0.98;
  margin: 0 0 1rem;
  text-shadow: 0 3px 18px rgb(0 0 0 / 35%);
}

.bionheur-hero__intro {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.5;
  margin: 0 0 1.6rem;
  max-width: 570px;
}

.bionheur-hero__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.bionheur-hero__links a {
  background: var(--bionheur-green);
  border: 2px solid var(--bionheur-green);
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  padding: 0.72rem 1rem;
  text-decoration: none;
}

.bionheur-hero__links a:last-child {
  background: rgb(255 255 255 / 10%);
  border-color: #fff;
}

.bionheur-hero__links a:hover,
.bionheur-hero__links a:focus {
  background: #fff;
  border-color: #fff;
  color: var(--bionheur-dark);
}

.bionheur-promises {
  background: var(--bionheur-green);
  color: #fff;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 max(calc((100% - 1170px) / 2), 1.25rem);
}

.bionheur-promises a {
  color: #fff;
  display: block;
  padding: 1.5rem 1.2rem;
  text-align: center;
  text-decoration: none;
}

.bionheur-promises strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  margin-bottom: 0.2rem;
}

.bionheur-promises a:hover,
.bionheur-promises a:focus {
  background: rgb(39 56 23 / 22%);
}

.itemid-102 .site-grid {
  display: block;
  max-width: none;
  padding: 0;
}

.itemid-102 .container-component {
  display: none;
}

.site-grid {
  max-width: 1170px;
  padding-block: 2.5rem;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--bionheur-dark);
  font-family: Georgia, "Times New Roman", serif;
}

.container-footer {
  background: var(--bionheur-dark);
  background-image: none;
  color: #eef2e8;
  margin-top: 0;
}

.bionheur-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.5rem;
  justify-content: space-between;
  width: 100%;
}

.bionheur-footer a {
  color: #dce9a3;
}

@media (max-width: 991.98px) {
  .container-header .container-nav {
    padding: 0.65rem 1rem;
  }
}

@media (max-width: 700px) {
  .bionheur-hero {
    background-image: linear-gradient(rgb(21 38 15 / 62%), rgb(21 38 15 / 72%)), url("/images/slideshow/front14.jpg");
    min-height: 460px;
  }

  .bionheur-promises {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .bionheur-promises a {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    padding: 1rem;
  }
}
