h2 {
  color: #1d1d1d !important;
}

.margin-bottom {
  margin-bottom: 3.75rem;
}

strong {
  color: #27A22D !important;
}

.button {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #27A22D !important;
  color: #FFFFFF !important;
  border-radius: 0.625rem !important;
  padding: 1.25rem 1.875rem !important;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.button:hover {
  background-color: #1d7522 !important;
}
.button * {
  text-decoration: none !important;
}

.social-media-button {
  height: 100%;
  padding: 0.5625rem !important;
  transition: all 0.2s ease-in-out;
}
.social-media-button:hover {
  background-color: #1d7522 !important;
}

.shadow-box {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.gap-0 {
  gap: 0px !important;
}

.w-100 {
  width: 100% !important;
  box-sizing: border-box;
}

.w-50 {
  width: 50% !important;
}

.w-70 {
  width: 70% !important;
}

.w-30 {
  width: 30% !important;
}

.margin-50 {
  margin-left: 50px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
}

main {
  margin: 0 !important;
}
main > div {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

[id] {
  scroll-margin-top: 140px; /* adapte selon la hauteur de ton header */
}

header {
  position: fixed;
  width: 100%;
  background: #FFF;
  overflow: visible;
  z-index: 999;
}
header .gap-40 {
  gap: 40px;
}
header .w-140 {
  min-width: 140px !important;
  height: 100px !important;
}
header .button-header {
  position: absolute !important;
  right: 0 !important;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #27A22D !important;
  color: #FFFFFF !important;
  border-radius: 0.625rem !important;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
header .button-header:hover {
  background-color: #1d7522 !important;
}
header .button-header * {
  text-decoration: none !important;
}
header .button-header a {
  padding: 1.25rem 1.875rem !important;
}
@media (max-width: 840px) {
  header .nav-mobile {
    justify-content: flex-end;
  }
  header .nav-mobile ul {
    display: flex;
    justify-content: center;
  }
  header .nav-mobile ul li {
    width: -moz-fit-content;
    width: fit-content;
  }
  header .button-header {
    position: relative !important;
  }
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:last-child {
  background-color: #27A22D !important;
  color: #FFFFFF !important;
}

.wp-block-navigation__responsive-container-content {
  width: 100%;
}

.wp-block-navigation__responsive-dialog {
  display: flex;
  justify-content: center;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  padding-top: 100px !important;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

.cover-ont {
  width: 100%;
  max-width: 700px;
  min-width: 260px;
  min-height: 0;
  height: auto;
  aspect-ratio: 12/4;
  padding: 30px 40px;
}

@media (max-width: 800px) {
  .cover-container {
    display: flex !important;
    flex-direction: column !important;
  }
  .cover-container > div {
    width: 100% !important;
  }
}

.boutons-onglets {
  display: flex;
  gap: 0px;
  flex-wrap: nowrap;
  overflow-x: scroll;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px 10px 0 0;
  background-color: #D9D9D9 !important;
}
.boutons-onglets button {
  all: unset;
  cursor: pointer;
  padding: 30px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.boutons-onglets button .icon_legume {
  max-height: 40px;
  height: 40px;
}
@media (max-width: 800px) {
  .boutons-onglets button {
    padding: 30px 10px;
  }
}
.boutons-onglets button.actif {
  background-color: #FFFFFF !important;
  border-radius: 10px 10px 0 0;
}

.onglet {
  display: none !important;
  border-radius: 0 10px 10px 10px !important;
}
@media (max-width: 1300px) {
  .onglet {
    border-radius: 0 0 10px 10px !important;
  }
}
.onglet.actif {
  display: block !important;
}
@media (max-width: 1000px) {
  .onglet .legumes-ligne {
    flex-direction: column !important;
  }
  .onglet .legumes-ligne > div {
    width: 100% !important;
    margin: 0 !important;
  }
}

@media (max-width: 800px) {
  .qsn-photos {
    overflow-x: scroll;
  }
  .qsn-photos figure {
    min-width: 200px !important;
  }
}

@media (max-width: 740px) {
  .mobile-justify-content {
    justify-content: center;
  }
}

.carousel-partenaires {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.carousel-partenaires .carousel-track {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  animation: defilement-infini 15s linear infinite;
}
.carousel-partenaires .carousel-track:hover {
  animation-play-state: paused;
}
.carousel-partenaires .carousel-track div {
  flex: 0 0 20%; /* Chaque enfant prend 20% du container */
  padding: 0 20px;
}
@keyframes defilement-infini {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.contact-section {
  padding-bottom: 150px !important;
}
.contact-section .contact-img {
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (min-width: 540px) and (max-width: 950px) {
  .contact-section .contact-img {
    display: none;
  }
}

@media (max-width: 1200px) {
  .footer-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-info > div {
    align-items: center;
  }
  .footer-info > div > p {
    text-align: center;
  }
}

.mentions-legales-section {
  margin-top: 140px !important;
}
.mentions-legales-section h2 {
  margin-top: 100px !important;
}/*# sourceMappingURL=style.css.map */