html {
  scroll-behavior: smooth;
  font-size: clamp(0.875rem, 0.786rem + 0.446vi, 1rem);
}
@media screen and (min-width: 1440px) {
  html {
    font-size: clamp(1rem, 0.66rem + 0.377vi, 1.25rem);
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
@media screen and (min-width: 768px) {
  body {
    --wp--style--root--padding-right: 3.5rem;
    --wp--style--root--padding-left: 3.5rem;
  }
}

main.has-global-padding {
  padding-bottom: 0 !important;
}

.full-image-100 img {
  max-width: unset;
  width: 100%;
}

.site-footer {
  margin: 0;
}

p.span-maniere span {
  font-size: clamp(1rem, 1rem + (1vw - 0.2rem) * 0.543, 1.38rem);
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}

#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

#footer-section {
  position: relative;
}
#footer-section::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: var(--wp--style--global--wide-size);
  height: 100%;
  background-image: url('data:image/svg+xml,<svg width="219" height="434" viewBox="0 0 219 434" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M218.768 217.252L1.51572 -0.000488281H0V125.804L91.4482 217.252L0 308.195V434H1.51572L218.768 217.252Z" fill="white"/></svg>');
  background-size: 15% 90%;
  background-repeat: no-repeat;
  background-position: left center;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}

.page-transition {
  display: flex;
  flex-direction: row;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  /* background-color: #fff; */
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
.page-transition li {
  background-color: var(--wp--preset--color--orange-light);
  width: 100%;
  height: 100%;
  transform: scaleY(1);
  /*   &:nth-child(1) {
      background-color: var(--wp--preset--color--orange-light);
  }
  &:nth-child(2) {
      background-color: var(--wp--preset--color--primary);
  }
  &:nth-child(3) {
      background-color: var(--wp--preset--color--orange-light);
  }
  &:nth-child(4) {
      background-color: var(--wp--preset--color--primary);
  }
  &:nth-child(5) {
      background-color: var(--wp--preset--color--orange-light);
  } */
}

.jojo {
  max-width: 150ch;
  -moz-column-width: 40ch;
       column-width: 40ch;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  -moz-column-rule: 0.5px solid var(--wp--preset--color--orange-light);
       column-rule: 0.5px solid var(--wp--preset--color--orange-light);
}

.grid-2-cols {
  display: block !important;
}

a:where(:not(.wp-element-button)) {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  position: relative;
  display: inline-block;
}

p a:where(:not(.wp-element-button)) {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  position: relative;
  display: inline-block;
}
p a:where(:not(.wp-element-button))::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0%;
  height: 1px;
  background-color: var(--wp--preset--color--orange-light);
  z-index: -1;
  transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
  border-radius: 4px;
}
p a:where(:not(.wp-element-button)):hover::after {
  width: 100%;
  left: 0;
}

.is-position-sticky.sticky-top-cerse {
  top: 48px !important;
}

.f-none {
  flex: none;
}

.vignette-membre {
  position: relative;
  --svg: url('data:image/svg+xml,<svg width="10" height="20" viewBox="0 0 10 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 10.0116L0.0692841 0H0V5.79744L4.18014 10.0116L0 14.2026V20H0.0692841L10 10.0116Z" fill="%23F9B000"/></svg>');
}
.vignette-membre::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 80px;
  height: 160px;
  transform: translateY(-50%);
  background-image: var(--svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  z-index: -1;
}
.vignette-membre::after {
  content: "";
  position: absolute;
  top: 80%;
  right: 10px;
  width: 45px;
  height: 90px;
  transform: translateY(-85%);
  background-image: var(--svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  z-index: -1;
}
.vignette-membre img {
  display: block;
  position: relative;
}

@media screen and (max-width: 540px) {
  #nouvelles {
    padding-inline: 1rem !important;
  }
}
@media screen and (min-width: 540px) and (max-width: 849px) {
  .mission-vision-valeur-slide-up {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .mission-vision-valeur-slide-up figure {
    flex: 0 0 auto;
    max-width: 35%;
  }
  .mission-vision-valeur-slide-up > div {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 820px) {
  .grid-2-cols {
    display: grid !important;
  }
}
#header-flex #site-logo {
  max-width: 220px !important;
  flex: none;
}
#header-flex .bouton-infolettre {
  display: none !important;
}

@media screen and (min-width: 585px) {
  #header-flex #site-logo {
    max-width: none !important;
    width: 296px !important;
  }
  #header-flex #site-logo + div {
    flex: 1 1 auto;
    min-width: 0;
    overflow-x: clip;
    overflow-y: visible !important;
  }
  #header-flex nav.menu-desktop {
    min-width: 0;
    overflow-x: clip;
    border-right: 1px solid var(--wp--preset--color--orange-light);
    padding-right: 10px;
  }
  #header-flex .bouton-infolettre {
    display: flex !important;
  }
}
@media screen and (min-width: 1180px) {
  #header-flex #site-logo + div {
    flex: 0 1 auto;
    min-width: none;
    overflow-x: visible;
    border-right: none;
    padding-right: 0;
  }
  #header-flex nav.menu-desktop {
    min-width: 0;
    overflow-x: visible;
    border-right: none;
    padding-right: 10px;
  }
}
