body {
  font-family: var(--wp--preset--font-family--montserrat);
  font-optical-sizing: auto;
  font-style: normal;
  overflow-x: hidden;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--wp--preset--color--luzerne-vert-1);
}
body * {
  box-sizing: border-box;
}
body a {
  transition: all 0.2s ease-in-out;
}
body .wp-block-button a.has-luzerne-vert-1-background-color, body .wp-block-button a.has-luzerne-violet-background-color, body .wp-block-button a.has-luzerne-anis-background-color, body .wp-block-button a.has-luzerne-peche-background-color {
  position: relative;
  padding-right: 51px;
}
body .wp-block-button a.has-luzerne-vert-1-background-color::after, body .wp-block-button a.has-luzerne-violet-background-color::after, body .wp-block-button a.has-luzerne-anis-background-color::after, body .wp-block-button a.has-luzerne-peche-background-color::after {
  position: absolute;
  content: "";
  bottom: calc(50% - 8px);
  right: 20px;
  height: 16px;
  width: 16px;
  background-image: url(../images/chevron-white.png);
  background-repeat: no-repeat;
  background-size: contain;
}
body .wp-block-button a.has-luzerne-vert-1-background-color:hover {
  background-color: #1c4944 !important;
}
body .wp-block-button a.has-luzerne-violet-background-color:hover {
  background-color: #c56cd6 !important;
}
body .wp-block-button a.has-luzerne-anis-background-color:hover {
  background-color: #dbe380 !important;
}
body .wp-block-button a.has-luzerne-anis-background-color::after {
  background-image: url(../images/chevron-green.png);
}
body .wp-block-button a.has-luzerne-peche-background-color:hover {
  background-color: #fbaa8c !important;
}
body .wp-block-button a.has-luzerne-peche-background-color::after {
  background-image: url(../images/chevron-green.png);
}
body .entry-content {
  margin-block-start: 0;
}
@media (max-width: 1024px) {
  :root {
    --wp--preset--font-size--x-large: 36px;
    --wp--preset--font-size--xx-large: 42px;
  }
}
@media (max-width: 820px) {
  :root {
    --wp--preset--font-size--large: 21px;
    --wp--preset--font-size--x-large: 24px;
    --wp--preset--font-size--xx-large: 26px;
  }
}
.yoast-breadcrumbs {
  padding-top: 29px;
  padding-bottom: 45px;
  margin: 0;
}
@media (max-width: 781px) {
  .yoast-breadcrumbs {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
.yoast-breadcrumbs .fa-house-chimney {
  width: 24px;
  height: 24px;
  vertical-align: text-bottom;
}
@media (max-width: 781px) {
  .yoast-breadcrumbs .fa-house-chimney {
    width: 20px;
    height: 20px;
  }
}
.yoast-breadcrumbs .fa-circle-chevron-right {
  width: 16px;
  height: 16px;
  padding: 0 8px;
}
.yoast-breadcrumbs a {
  color: var(--Luzerne-Vert-1, #153733);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  /* 144.444% */
  letter-spacing: 0.5px;
  text-decoration: none;
  font-family: var(--wp--preset--font-family--montserratalternates);
}
@media (max-width: 781px) {
  .yoast-breadcrumbs a {
    font-size: 16px;
  }
}
.yoast-breadcrumbs .breadcrumb_last {
  font-family: var(--wp--preset--font-family--montserratalternates);
  color: var(--Luzerne-Vert-1, #153733);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 26px;
  /* 144.444% */
  letter-spacing: 0.5px;
  font-weight: 900;
}
@media (max-width: 781px) {
  .yoast-breadcrumbs .breadcrumb_last {
    font-size: 16px;
  }
}
.is-root-container.is-desktop-preview {
  padding-left: 0;
  padding-right: 0;
}
.wp-block-button a {
  padding: 10px 20px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .wp-block-cover {
    min-height: 480px !important;
  }
}
h1 {
  text-align: center;
  font-weight: 800;
  line-height: 120%;
  /* 72px */
  letter-spacing: 0.5px;
}
h2 {
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  /* 46.2px */
  letter-spacing: 0.5px;
}
h3 {
  font-weight: 600;
  line-height: 120%;
  /* 30px */
  letter-spacing: 0.5px;
}
body.wp-singular.no-banner .entry-content {
  padding-top: 130px;
}
body.wp-singular.no-banner .entry-content h2::before {
  left: 20px;
}
body.wp-singular.no-banner .entry-content p a {
  /* Allows the text to break at any character to prevent layout overflow */
  word-break: break-all;
  /* Modern standard backup to wrap long words cleanly */
  overflow-wrap: anywhere;
}
body.page.page-template-default:not(.home, .page-id-20) .entry-content, body.wp-singular.post-template-default:not(.home, .page-id-20) .entry-content {
  background-color: #FCFCF4;
  padding-bottom: 90px;
}
body.page.page-template-default:not(.home, .page-id-20) .entry-content > *:not(.wp-block-cover, .wp-block-group), body.wp-singular.post-template-default:not(.home, .page-id-20) .entry-content > *:not(.wp-block-cover, .wp-block-group) {
  max-width: 1090px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
body.page.page-template-default:not(.home, .page-id-20) .entry-content > * > h2, body.wp-singular.post-template-default:not(.home, .page-id-20) .entry-content > * > h2 {
  padding-left: 80px;
}
body.page.page-template-default:not(.home, .page-id-20) .entry-content > * > h2::before, body.wp-singular.post-template-default:not(.home, .page-id-20) .entry-content > * > h2::before {
  left: 30px;
}
body.page.page-template-default:not(.home, .page-id-20) .entry-content .wp-block-cover h1, body.wp-singular.post-template-default:not(.home, .page-id-20) .entry-content .wp-block-cover h1 {
  color: var(--Luzerne-Background-color, #FCFCF4);
  text-align: center;
  text-shadow: 0 0 11.9px #000;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  /* 72px */
  letter-spacing: 0.5px;
}
body.page.page-template-default:not(.home, .page-id-20) .entry-content .intro, body.wp-singular.post-template-default:not(.home, .page-id-20) .entry-content .intro {
  color: var(--Luzerne-Background-color, #FCFCF4);
  text-align: center;
  text-shadow: 0 0 11.9px #000;
  font-size: 25px;
  font-weight: 600;
  line-height: 120%;
  /* 30px */
  letter-spacing: 0.5px;
}
@media (max-width: 781px) {
  body.page.page-template-default:not(.home, .page-id-20) .entry-content .intro, body.wp-singular.post-template-default:not(.home, .page-id-20) .entry-content .intro {
    font-size: 20px !important;
  }
}
body.page.page-template-default:not(.home, .page-id-20) .entry-content p, body.page.page-template-default:not(.home, .page-id-20) .entry-content li, body.wp-singular.post-template-default:not(.home, .page-id-20) .entry-content p, body.wp-singular.post-template-default:not(.home, .page-id-20) .entry-content li {
  color: var(--Luzerne-Vert-1, #153733);
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  /* 20px */
  letter-spacing: 0.5px;
}
body.page.page-template-default:not(.home, .page-id-20) .entry-content ul, body.wp-singular.post-template-default:not(.home, .page-id-20) .entry-content ul {
  padding: 0;
}
body.page.page-template-default:not(.home, .page-id-20) .entry-content li, body.wp-singular.post-template-default:not(.home, .page-id-20) .entry-content li {
  list-style: none;
  padding-left: 30px;
  position: relative;
}
body.page.page-template-default:not(.home, .page-id-20) .entry-content li::before, body.wp-singular.post-template-default:not(.home, .page-id-20) .entry-content li::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 16.5px;
  height: 16.5px;
  background: url(../images/circle-check-duotone-solid.png) 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
body.page.page-template-default:not(.home, .page-id-20) .entry-content li.wp-block-post::before, body.wp-singular.post-template-default:not(.home, .page-id-20) .entry-content li.wp-block-post::before {
  content: none;
}
body.page.page-template-default:not(.home, .page-id-20) .entry-content .group-intro, body.wp-singular.post-template-default:not(.home, .page-id-20) .entry-content .group-intro {
  text-align: center;
}
@media (max-width: 820px) {
  body.page.page-template-default:not(.home, .page-id-20) .entry-content .group-intro, body.wp-singular.post-template-default:not(.home, .page-id-20) .entry-content .group-intro {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
body.page.page-template-default:not(.home, .page-id-20) .entry-content h2, body.wp-singular.post-template-default:not(.home, .page-id-20) .entry-content h2 {
  position: relative;
  padding-left: 50px;
}
body.page.page-template-default:not(.home, .page-id-20) .entry-content h2::before, body.wp-singular.post-template-default:not(.home, .page-id-20) .entry-content h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 31.68px;
  height: 38.5px;
  background: url(../images/luzerne-titre.png) 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 781px) {
  body.page.page-template-default:not(.home, .page-id-20) .entry-content h2::before, body.wp-singular.post-template-default:not(.home, .page-id-20) .entry-content h2::before {
    width: 16px;
    height: 19.5px;
  }
}
body.page.page-template-default:not(.home, .page-id-20) .entry-content h2.has-text-align-center, body.wp-singular.post-template-default:not(.home, .page-id-20) .entry-content h2.has-text-align-center {
  display: inline;
}
@media (max-width: 781px) {
  body.page.page-template-default:not(.home, .page-id-20) .entry-content h2, body.wp-singular.post-template-default:not(.home, .page-id-20) .entry-content h2 {
    padding-left: 25px;
  }
}
body.page.page-template-default:not(.home, .page-id-20) .entry-content .text-img, body.page.page-template-default:not(.home, .page-id-20) .entry-content .img-text, body.wp-singular.post-template-default:not(.home, .page-id-20) .entry-content .text-img, body.wp-singular.post-template-default:not(.home, .page-id-20) .entry-content .img-text {
  margin-block-start: 0;
}
body.page.page-template-default:not(.home, .page-id-20) .entry-content .text-img .col-text .wp-block-group, body.page.page-template-default:not(.home, .page-id-20) .entry-content .img-text .col-text .wp-block-group, body.wp-singular.post-template-default:not(.home, .page-id-20) .entry-content .text-img .col-text .wp-block-group, body.wp-singular.post-template-default:not(.home, .page-id-20) .entry-content .img-text .col-text .wp-block-group {
  padding-left: 50px;
}
@media (max-width: 781px) {
  body.page.page-template-default:not(.home, .page-id-20) .entry-content .text-img .col-text .wp-block-group, body.page.page-template-default:not(.home, .page-id-20) .entry-content .img-text .col-text .wp-block-group, body.wp-singular.post-template-default:not(.home, .page-id-20) .entry-content .text-img .col-text .wp-block-group, body.wp-singular.post-template-default:not(.home, .page-id-20) .entry-content .img-text .col-text .wp-block-group {
    padding-left: 0;
  }
}
body.page.page-template-default:not(.home, .page-id-20) .entry-content .text-img h2, body.page.page-template-default:not(.home, .page-id-20) .entry-content .img-text h2, body.wp-singular.post-template-default:not(.home, .page-id-20) .entry-content .text-img h2, body.wp-singular.post-template-default:not(.home, .page-id-20) .entry-content .img-text h2 {
  padding-left: 0;
}
@media (max-width: 781px) {
  body.page.page-template-default:not(.home, .page-id-20) .entry-content .text-img h2, body.page.page-template-default:not(.home, .page-id-20) .entry-content .img-text h2, body.wp-singular.post-template-default:not(.home, .page-id-20) .entry-content .text-img h2, body.wp-singular.post-template-default:not(.home, .page-id-20) .entry-content .img-text h2 {
    padding-left: 25px;
  }
}
body.page.page-template-default:not(.home, .page-id-20) .entry-content .text-img h2::before, body.page.page-template-default:not(.home, .page-id-20) .entry-content .img-text h2::before, body.wp-singular.post-template-default:not(.home, .page-id-20) .entry-content .text-img h2::before, body.wp-singular.post-template-default:not(.home, .page-id-20) .entry-content .img-text h2::before {
  left: -50px;
}
@media (max-width: 781px) {
  body.page.page-template-default:not(.home, .page-id-20) .entry-content .text-img h2::before, body.page.page-template-default:not(.home, .page-id-20) .entry-content .img-text h2::before, body.wp-singular.post-template-default:not(.home, .page-id-20) .entry-content .text-img h2::before, body.wp-singular.post-template-default:not(.home, .page-id-20) .entry-content .img-text h2::before {
    left: 0px;
  }
}
@media (max-width: 820px) {
  body.page.page-template-default:not(.home, .page-id-20) .entry-content .text-img, body.page.page-template-default:not(.home, .page-id-20) .entry-content .img-text, body.wp-singular.post-template-default:not(.home, .page-id-20) .entry-content .text-img, body.wp-singular.post-template-default:not(.home, .page-id-20) .entry-content .img-text {
    padding-bottom: 45px !important;
  }
  body.page.page-template-default:not(.home, .page-id-20) .entry-content .text-img > div.wp-block-columns, body.page.page-template-default:not(.home, .page-id-20) .entry-content .img-text > div.wp-block-columns, body.wp-singular.post-template-default:not(.home, .page-id-20) .entry-content .text-img > div.wp-block-columns, body.wp-singular.post-template-default:not(.home, .page-id-20) .entry-content .img-text > div.wp-block-columns {
    row-gap: 45px;
  }
}
@media (max-width: 781px) {
  body.page.page-template-default:not(.home, .page-id-20) .entry-content .img-text > .wp-block-columns, body.wp-singular.post-template-default:not(.home, .page-id-20) .entry-content .img-text > .wp-block-columns {
    flex-wrap: wrap-reverse !important;
  }
}
body.page.page-template-default.no-banner .entry-content, body.wp-singular.post-template-default.no-banner .entry-content {
  padding-top: 130px;
  padding-left: 30px;
  padding-right: 30px;
}
body.page.page-template-default.no-banner .entry-content h2, body.wp-singular.post-template-default.no-banner .entry-content h2 {
  padding-left: 50px !important;
}
.text-img .col-text .wp-block-group, .img-text .col-text .wp-block-group {
  padding-left: 50px;
}
p a, li a {
  color: var(--wp--preset--color--luzerne-violet);
  font-weight: 600;
}
.entry-content ul li {
  text-align: left;
}
body.page-id-18 .wp-block-accordion-heading {
  color: var(--wp--preset--color--Luzerne-Vert-1);
  font-family: var(--wp--preset--font-family--montserratalternates);
  font-size: var(--wp--preset--font-size--large);
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  z-index: 1;
  padding-right: calc(31px + 70px);
  background: #D2DC5F;
  padding: 27px 31px;
}
@media (max-width: 781px) {
  body.page-id-18 .wp-block-accordion-heading {
    font-size: 18px !important;
  }
}
body.page-id-18 .wp-block-accordion-heading__toggle {
  padding: 0;
}
body.page-id-18 .wp-block-accordion-panel {
  padding: 0px 31px;
}
@media (max-width: 1024px) {
  body.blog ul.wp-block-post-template {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 1024px) {
  body.blog ul.wp-block-post-template {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 600px) {
  body.blog ul.wp-block-post-template {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
.wp-block-latest-posts__featured-image, .wp-block-post-featured-image {
  position: relative !important;
  padding-top: 66%;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  margin-bottom: 30px;
}
.wp-block-latest-posts__featured-image img, .wp-block-post-featured-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
}
.wp-block-latest-posts__featured-image a:hover img, .wp-block-post-featured-image a:hover img {
  transform: scale(1.1);
}
.wp-block-post h3 a:hover {
  color: var(--wp--preset--color--luzerne-peche);
}
.abcs-nav-btn {
  background-color: #fff !important;
  background-size: 100%;
  border: 0px;
  width: 42px;
  height: 42px;
}
.abcs-nav-btn:hover {
  box-shadow: none;
  background-color: #fff !important;
}
.abcs-nav-btn svg {
  display: none;
}
.abcs-nav-btn:disabled {
  opacity: 0.5;
  visibility: visible;
}
.abcs-nav-btn--prev {
  background: url("../images/arrow-green-prev.png") 0 0 no-repeat;
  background-size: 100%;
  left: -45px;
}
@media (max-width: 1300px) {
  .abcs-nav-btn--prev {
    left: calc(50% - 60px);
    bottom: -40px;
    transform: none;
    top: unset;
  }
}
.abcs-nav-btn--next {
  background: url("../images/arrow-green-next.png") 0 0 no-repeat;
  background-size: 100%;
  right: -45px;
}
@media (max-width: 1300px) {
  .abcs-nav-btn--next {
    right: calc(50% - 60px);
    bottom: -40px;
    transform: none;
    top: unset;
  }
}
.abcs-markers {
  display: none;
}
.carousel-fond-vert .abcs-nav-btn {
  background-color: transparent !important;
}
.carousel-fond-vert .abcs-nav-btn:hover {
  background-color: transparent !important;
}
.carousel-fond-vert .abcs-nav-btn--prev {
  background: url("../images/arrow-white-prev.png") 0 0 no-repeat;
  background-size: 100%;
  left: -45px;
}
@media (max-width: 1300px) {
  .carousel-fond-vert .abcs-nav-btn--prev {
    left: calc(50% - 60px);
    bottom: -40px;
    transform: none;
    top: unset;
  }
}
.carousel-fond-vert .abcs-nav-btn--next {
  background: url("../images/arrow-white-next.png") 0 0 no-repeat;
  background-size: 100%;
  right: -45px;
}
@media (max-width: 1300px) {
  .carousel-fond-vert .abcs-nav-btn--next {
    right: calc(50% - 60px);
    bottom: -40px;
    transform: none;
    top: unset;
  }
}
.carousel-fond-vert p {
  color: #fff !important;
}
