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

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

.entete {
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 100vh;
  margin-left: 0;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.image_bkg {
  z-index: 10;
  filter: brightness(70%);
  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: absolute;
  inset: 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: none;
}

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

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

.heading {
  color: var(--white);
  text-align: left;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 7px;
  font-family: Work Sans, sans-serif;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 110%;
}

.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-copy {
  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-copy.invisible {
  display: none;
}

.logo-copy.blanc {
  box-shadow: none;
  background-color: #fff0;
  margin-left: 160px;
  padding: 0;
}

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

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

.slogan_menu {
  display: flex;
}

.slogan_menu.invisible {
  display: none;
}

.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);
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  transition: background-color .5s;
}

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

.paragraph {
  max-width: 50%;
  color: var(--blanc-cassé);
  margin-top: 3px;
  margin-bottom: 11px;
  font-size: .9em;
  font-weight: 400;
  line-height: 110%;
  display: inline-block;
}

.coordonnees {
  margin-top: 50px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.link {
  color: var(--white);
  font-size: .8em;
  text-decoration: none;
}

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

.image {
  width: 75px;
}

.menu_contenu {
  z-index: 200;
  height: 500px;
  padding-top: 30px;
  padding-right: 50px;
  position: absolute;
  inset: 91px 0 auto auto;
}

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

.lien_menu {
  color: var(--black);
  white-space: nowrap;
  padding: 15px 18px 15px 30px;
  font-family: Work Sans, sans-serif;
  font-size: 1.5em;
  line-height: 120%;
  text-decoration: none;
}

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

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

.image_logo_logoseul {
  mix-blend-mode: multiply;
  width: 200px;
  position: absolute;
  inset: 0%;
}

.reseaux {
  margin-bottom: 3px;
}

.image-2 {
  width: 25px;
}

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

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

.div-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .entete {
    height: 100vh;
  }

  .contenu_landing {
    margin-right: 80px;
  }

  .paragraph {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .contenu_landing {
    margin-right: 40px;
  }
}

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

  .slogan {
    display: flex;
  }

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

  .contenu_landing {
    margin-left: 21px;
  }

  .button {
    font-size: .9em;
  }

  .paragraph {
    font-size: .8em;
  }

  .coordonnees {
    margin-top: 20px;
  }

  .link {
    line-height: 100%;
  }
}


