@font-face {
  font-family: Baseticatrial;
  src: url('../fonts/BaseticaTrial-Medium.otf') format("opentype"), url('../fonts/BaseticaTrial-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Baseticatrial;
  src: url('../fonts/BaseticaTrial-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --blanc-cassé: #ddd;
  --white: white;
  --vert: #a0ffae;
  --vert-officiel: #307c3b;
  --vert-flash: #4bac59;
  --black: black;
}

.body {
  background-color: #fff0;
  border-radius: 0;
  font-family: Poppins, sans-serif;
}

.entete {
  z-index: 1001;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-left: 0;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image_bkg {
  z-index: 0;
  filter: brightness(55%);
  background-image: url('../images/ferme-bio_lafermelestroispetitspois_concombre-zoom.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.image_bkg.bloc {
  border-radius: 0;
}

.logo {
  z-index: 100;
  background-color: var(--blanc-cassé);
  border-radius: 100%;
  padding: 12px;
  display: inline-block;
  position: static;
  top: 100px;
  box-shadow: 7px 9px 20px 4px #00000070;
}

.logo.invisible {
  display: flex;
}

.image_logo {
  mix-blend-mode: multiply;
  width: 200px;
}

.slogan {
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-left: 0;
  display: flex;
  position: relative;
}

.heading {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 7px;
  font-family: Londrina Solid, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 100%;
}

.couleur_bkg {
  z-index: 0;
  background-image: linear-gradient(to bottom, var(--vert), var(--vert));
  filter: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bande-bas {
  z-index: 100;
  background-color: var(--vert-officiel);
  height: 50px;
  position: absolute;
  inset: auto 0% 0%;
}

.logo-animation {
  z-index: 100;
  background-color: var(--blanc-cassé);
  border-radius: 100%;
  padding: 12px;
  display: inline-block;
  position: static;
  top: 100px;
  box-shadow: 7px 9px 20px 4px #00000070;
}

.logo-animation.invisible {
  display: none;
}

.logo-animation.centre {
  background-color: var(--white);
  width: 270px;
  height: 275px;
  box-shadow: none;
  margin-bottom: 0;
  margin-left: 0;
  padding: 7px;
  position: relative;
  top: auto;
}

.vert {
  color: var(--vert-flash);
}

.menu {
  z-index: 1001;
  margin-left: 40px;
  position: relative;
}

.menu-principal {
  z-index: 1001;
  margin-top: 25px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.menu-principal.invisible {
  z-index: 1000;
  margin-top: 25px;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.contenu_landing {
  z-index: 50;
  color: var(--white);
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  margin: 120px 100px 100px 40px;
  font-family: Work Sans, sans-serif;
  font-size: 1.5em;
  line-height: 120%;
  display: flex;
  position: absolute;
  inset: 176px 0% 0%;
}

.button {
  background-color: var(--vert-officiel);
  border-radius: 10px;
  margin-top: 10px;
  padding: 12px 22px;
  font-size: 20px;
  font-weight: 600;
  transition: background-color .5s;
  position: relative;
}

.button:hover {
  background-color: var(--vert-flash);
}

.paragraph {
  max-width: 50%;
  color: var(--white);
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: Baseticatrial, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 110%;
  display: inline-block;
}

.coordonnees {
  z-index: 1000;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-top: 50px;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
}

.link {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  font-family: Baseticatrial, Arial, sans-serif;
  font-size: 1.25em;
  text-decoration: none;
}

.burger {
  z-index: 1001;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding: 0 20px 0 0;
  display: flex;
  position: relative;
}

.image {
  width: 45px;
}

.menu_contenu {
  z-index: 1001;
  height: 500px;
  padding-top: 0;
  padding-right: 25px;
  position: absolute;
  inset: 60px 0 auto auto;
}

.fond_menu {
  background-color: var(--white);
  text-align: right;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lien_menu {
  color: var(--vert-officiel);
  white-space: nowrap;
  padding: 10px 18px 10px 50px;
  font-family: Londrina Solid, sans-serif;
  font-size: 2em;
  line-height: 120%;
  text-decoration: none;
  position: relative;
}

.lien_menu:hover {
  background-color: var(--vert-officiel);
  color: var(--white);
}

.image_logo_texteseul {
  pointer-events: none;
  mix-blend-mode: multiply;
  width: 260px;
  margin: 7px;
  position: absolute;
  inset: 0% 0% 0% -2px;
}

.image_logo_logoseul {
  mix-blend-mode: multiply;
  width: 260px;
  margin: 7px;
  position: absolute;
  inset: 0% 0% 0% -2px;
}

.reseaux {
  margin-bottom: 3px;
}

.reseaux.gauche {
  text-align: left;
  margin-top: 5px;
}

.image-2 {
  width: 25px;
}

.link-block {
  margin-right: 9px;
}

.text-span {
  font-size: 1em;
}

.texte-cta {
  z-index: 1000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-content {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-points-de-chute {
  z-index: 100;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding: 100px;
  display: flex;
  position: relative;
}

.titre-2 {
  color: var(--white);
  text-align: center;
  position: relative;
}

.grille-points-de-chute {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.bloc {
  background-color: var(--vert-officiel);
  border-radius: 10px;
  padding: 15px;
}

.titre-3-blanc {
  color: var(--white);
  margin-top: 0;
  font-family: Baseticatrial, Arial, sans-serif;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.titre-4-blanc {
  color: var(--white);
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: Londrina Solid, sans-serif;
  font-size: 1.5em;
}

.paragraph_blanc {
  color: var(--white);
  font-family: Baseticatrial, Arial, sans-serif;
  font-weight: 400;
}

.cta-2 {
  background-color: var(--white);
  color: var(--vert-officiel);
  border-radius: 10px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 22px;
  font-family: Londrina Solid, sans-serif;
  font-size: 20px;
  font-weight: 600;
  transition: background-color .5s;
  position: relative;
}

.cta-2:hover {
  background-color: var(--white);
}

.footer {
  z-index: 100;
  background-color: var(--vert-officiel);
  padding: 50px 100px;
  position: relative;
}

.grille-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bloc-footer {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bloc-footer.centre {
  justify-content: center;
  align-items: center;
}

.logo-footer {
  width: 150px;
  margin-bottom: 15px;
  margin-left: -3px;
}

.lien-footer {
  color: var(--white);
  text-align: center;
  margin-bottom: 5px;
  font-family: Baseticatrial, Arial, sans-serif;
  font-size: 1em;
  text-decoration: none;
}

.credits-footer {
  color: var(--white);
  font-family: Baseticatrial, Arial, sans-serif;
  font-size: .95em;
}

.lien_footer {
  color: var(--white);
  font-weight: 900;
  text-decoration: none;
}

.lien_footer:hover {
  text-decoration: underline;
}

.fond-fonce {
  z-index: 0;
  background-color: var(--black);
  opacity: .4;
  height: 100vh;
  position: fixed;
  inset: 0;
}

.image-3 {
  z-index: 0;
  filter: brightness(55%);
  object-fit: cover;
  width: 100%;
  min-height: 100vh;
  position: fixed;
  inset: 0;
}

@media screen and (max-width: 991px) {
  .entete {
    padding-left: 50px;
    padding-right: 50px;
  }

  .contenu_landing {
    margin-right: 80px;
  }

  .paragraph {
    max-width: none;
  }

  .section-points-de-chute, .footer {
    padding-left: 50px;
    padding-right: 50px;
  }

  .image-3 {
    filter: brightness(65%);
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-position: 50%;
    background-repeat: no-repeat;
    min-height: 100vh;
  }

  .heading {
    font-size: 4em;
  }

  .logo-animation.centre {
    width: 250px;
    height: 250px;
  }

  .contenu_landing {
    margin-right: 40px;
  }

  .button {
    font-size: 1.35em;
  }

  .paragraph {
    font-size: 1.3em;
  }

  .image_logo_texteseul, .image_logo_logoseul {
    width: 240px;
  }

  .grille-points-de-chute {
    grid-template-columns: 1fr 1fr;
  }

  .grille-footer {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .body {
    min-height: 100vh;
  }

  .entete {
    padding-top: 25px;
  }

  .image_bkg {
    height: 100vh;
  }

  .slogan {
    display: flex;
  }

  .heading {
    font-size: 3em;
  }

  .bande-bas {
    position: absolute;
    inset: auto 0% 0%;
  }

  .logo-animation.centre {
    width: 210px;
    height: 210px;
  }

  .contenu_landing {
    margin-left: 21px;
  }

  .button {
    white-space: nowrap;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 1.2em;
  }

  .paragraph {
    font-size: 1.2em;
  }

  .coordonnees {
    margin-top: 20px;
    margin-bottom: 90px;
  }

  .link {
    line-height: 100%;
  }

  .image_logo_texteseul, .image_logo_logoseul {
    width: 200px;
  }

  .hero-content {
    justify-content: space-around;
  }

  .section-points-de-chute {
    justify-content: flex-start;
    align-items: center;
    padding: 50px 25px;
  }

  .grille-points-de-chute {
    grid-template-columns: 1fr;
  }

  .bloc {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .cta-2 {
    text-align: center;
    align-self: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.5em;
  }
}

#w-node-_610450a4-c6c8-9d17-2290-48e7ee5df5f9-afecaf49, #w-node-fed52fea-e831-097f-bd54-baa4c1245d96-afecaf49, #w-node-e9b17742-900f-6f9e-ac0f-cccdd9ef51e2-afecaf49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b43dc39b-c356-33ba-d33e-d38d83303323-afecaf49 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 767px) {
  #w-node-b43dc39b-c356-33ba-d33e-d38d83303323-afecaf49 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fed52fea-e831-097f-bd54-baa4c1245d96-afecaf49, #w-node-e9b17742-900f-6f9e-ac0f-cccdd9ef51e2-afecaf49 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Baseticatrial';
  src: url('../fonts/BaseticaTrial-Medium.otf') format('opentype'), url('../fonts/BaseticaTrial-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baseticatrial';
  src: url('../fonts/BaseticaTrial-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}