.section-home {
  position: relative;
  width: 100%;
  max-width: 1840px;
  height: 100%;
  margin-right: auto;
  background-color: #D7E6D0;
  background: -webkit-gradient(linear,left top,left bottom,from(#D7E6D0),to(#F0EECA));
  background: -webkit-linear-gradient(top,#D7E6D0,#F0EECA);
  background: -moz-linear-gradient(top,#D7E6D0,#F0EECA);
  background: -ms-linear-gradient(top,#D7E6D0,#F0EECA);
  background: -o-linear-gradient(top,#D7E6D0,#F0EECA);
}
.section-home::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 38%;
  right: -380px;
  width: 1020px;
  height: 700px;
  background-image: url('/wp-content/themes/yatatheme/img/png/morceau-comte.png');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.section-home::after {
  z-index: 2;
  content: "";
  position: absolute;
  top: 51%;
  right: 25px;
  width: 230px;
  height: 400px;
  background-image: url('/wp-content/themes/yatatheme/img/png/pere-fille.png');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.section-home .section-home__inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-home .section-home__inner::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: -275px;
  left: -400px;
  width: 1250px;
  height: 1250px;
  background-image: url('/wp-content/themes/yatatheme/img/svg/pointcerclesblanc.svg');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.section-home .section-home__inner::after {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: -250px;
  left: -630px;
  width: 1250px;
  height: 1250px;
  background-image: url('/wp-content/themes/yatatheme/img/svg/pointcerclesblanc.svg');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.section-home .section-home__inner .home-global-container {
  position: relative;
  z-index: 2;
  display: flex;
  max-width: 1760px;
  margin: 0px 0px 0px auto;
}
.section-home .section-home__inner .home-global-container span.home-blank {
  display: block;
  width: 25%;
  flex-grow: 1;
  flex-basis: 250px;
  min-width: 250px;
}
.section-home .section-home__inner .home-global-container .home-row {
  width: 100%;
}
.section-home .section-home__inner .home-global-container .home-row .home-container {
  display: grid;
  grid-template-columns: repeat(9,1fr);
  grid-row: 1;
  column-gap: 16px;
  max-width: unset;
  padding: 0;
  margin: 0;
}
.section-home .section-home__inner .home-global-container .home-row .home-container .home-firstpart {
  position: relative;
  display: grid;
  min-height: 1080px;
  grid-template-columns: repeat(9,1fr);
  grid-column: 2 / 10;
  column-gap: 16px;
  padding: 120px 0px 0px 0px;
}
.section-home .section-home__inner .home-global-container .home-row .home-container .home-firstpart .home-inner__top {
  position: relative;
  grid-column: 1 / 6;
  grid-row: 1;
}
.section-home .section-home__inner .home-global-container .home-row .home-container .home-firstpart .home-inner__top p {
  font-size: 5.2rem;
  font-family: 'Cera Pro';
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0;
}
.section-home .section-home__inner .home-global-container .home-row .home-container .home-firstpart .home-intro {
  grid-column: 2 / 6;
  grid-row: 2;
}
.section-home .section-home__inner .home-global-container .home-row .home-container .home-firstpart .home-intro .home-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.section-home .section-home__inner .home-global-container .home-row .home-container .home-firstpart .home-intro .home-inner .home-inner__middle {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.section-home .section-home__inner .home-global-container .home-row .home-container .home-firstpart .home-intro .home-inner .home-inner__middle h1 {
  z-index: 2;
  font-size: 10.2rem;
  font-family: 'Cera PRO';
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.1;
  margin: 120px 0px 100px 0px;
}
.section-home .section-home__inner .home-global-container .home-row .home-container .home-firstpart .home-intro .home-inner .home-inner__middle h1 span {
  display: block;
  width: 480px;
  text-align: right;
  color: #2DA045;
}
.section-home .section-home__inner .home-global-container .home-row .home-container .home-firstpart .home-intro .home-inner .home-inner__middle .home-inner__cuve {
  z-index: 1;
  position: absolute;
  bottom: 20px;
  left: -340px;
  width: 350px;
  height: 496px;
  background-image: url('/wp-content/themes/yatatheme/img/png/fromager.png');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.section-home .section-home__inner .home-global-container .home-row .home-container .home-firstpart .home-intro .home-inner .home-inner__middle .home-inner__affineur {
  z-index: 1;
  position: absolute;
  bottom: 100px;
  right: -80px;
  width: 342px;
  height: 452px;
  background-image: url('/wp-content/themes/yatatheme/img/png/affineur2.png');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.section-home .section-home__inner .home-global-container .home-row .home-container .home-firstpart .home-intro .home-inner .home-inner__middle .home-inner__morceau {
  z-index: 5;
  position: absolute;
  bottom: 60px;
  right: 320px;
  width: 165px;
  height: 126px;
  background-image: url('/wp-content/themes/yatatheme/img/png/morceaux-comte.png');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.section-home .section-home__inner .home-global-container .home-row .home-container .home-firstpart .home-intro .home-inner .home-inner__middle::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: -160px;
  right: 10px;
  width: 480px;
  height: 290px;
  background-image: url('/wp-content/themes/yatatheme/img/png/productrice-vache.png');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.section-home .section-home__inner .home-global-container .home-row .home-container .home-firstpart .home-intro .home-inner .home-inner__middle::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 20px;
  left: -20px;
  width: 150px;
  height: 115px;
  background-image: url('/wp-content/themes/yatatheme/img/png/cubes-comte.png');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.section-home .section-home__inner .home-global-container .home-row .home-container .home-firstpart h2 {
  color: #2DA045;
  font-size: 2.6rem;
  font-weight: 500;
  font-style: italic;
  grid-column: 1 / 6;
}
.section-home .section-home__inner .home-global-container .home-row .home-container .home-firstpart .home-inner__bottom {
  grid-column: 1 / 6;
  font-size: 2.4rem;
  font-style: italic;
  color: #2DA045;
  margin: 0;
}
.section-home .section-home__inner .home-global-container .home-row .home-container .home-secondpart {
  position: relative;
  grid-column: 2 / 10;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(9,1fr);
  column-gap: 16px;
  padding-top: 140px;
  min-height: 739px;
}
.section-home .section-home__inner .home-global-container .home-row .home-container .home-secondpart .home-inner {
  z-index: 2;
  position: relative;
  grid-column: 1 / 6;
}
.section-home .section-home__inner .home-global-container .home-row .home-container .home-secondpart .home-inner h2 {
  position: relative;
  padding-bottom: 20px;
  margin: 0px 0px 40px 0px;
}
.section-home .section-home__inner .home-global-container .home-row .home-container .home-secondpart .home-inner h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 4px;
  background-color: #0F302D;
}
.section-home .section-home__inner .home-global-container .home-row .home-container .home-secondpart .home-inner p {
  margin: 0px 0px 30px 0px;
}
.section-home .section-home__inner .home-global-container .home-row .home-container .home-secondpart .home-inner .home-pop {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 230px;
  background-color: #2DA045;
  border-radius: 20px 20px 0px 0px;
  padding: 20px 25px;
}
.section-home .section-home__inner .home-global-container .home-row .home-container .home-secondpart .home-inner .home-pop ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.section-home .section-home__inner .home-global-container .home-row .home-container .home-secondpart .home-inner .home-pop ul li {
  display: flex;
  position: relative;
  text-transform: uppercase;
  color: #ffffff;
  align-items: center;
  margin-bottom: 15px;
}
.section-home .section-home__inner .home-global-container .home-row .home-container .home-secondpart .home-inner .home-pop ul li i {
  width: 30px;
  text-align: center;
  font-size: 3rem;
  display: block;
}
.section-home .section-home__inner .home-global-container .home-row .home-container .home-secondpart .home-inner .home-pop ul li p {
  font-size: 1.6rem;
  line-height: 1;
  margin: 0;
  padding: 0px 0px 0px 15px;
}
.section-home .section-home__inner .home-global-container .home-row .home-container .home-secondpart .home-inner .home-pop ul li:last-child {
  margin: 0;
}
.section-home .section-home__inner .home-global-container .home-row .home-container .home-secondpart .secondpart__carte {
  z-index: 1;
  position: absolute;
  width: 1350px;
  height: 1800px;
  right: -70px;
  top: 200px;
  background-image: url('/wp-content/themes/yatatheme/img/svg/carteblanc.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.section-home .section-home__inner .home-global-container .home-row .home-container .home-secondpart .secondpart__carte .secondpart__yellowpoint {
  z-index: 2;
  position: absolute;
  width: 85px;
  height: 125px;
  top: 300px;
  left: 400px;
  background-image: url('/wp-content/themes/yatatheme/img/svg/fruitieres.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.section-home .section-home__inner .home-global-container .home-row .home-container .home-secondpart .secondpart__carte .secondpart__redpoint {
  z-index: 2;
  position: absolute;
  width: 85px;
  height: 125px;
  top: 140px;
  left: 640px;
  background-image: url('/wp-content/themes/yatatheme/img/svg/cavesaffinage.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.section-home .section-home__inner .home-global-container .home-row .home-container .home-secondpart .secondpart__carte .secondpart__greenpoint {
  z-index: 2;
  position: absolute;
  width: 85px;
  height: 125px;
  top: 285px;
  right: 445px;
  background-image: url('/wp-content/themes/yatatheme/img/svg/fermes.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.section-home .section-home__inner .home-global-container .home-row .home-container .home-secondpart .secondpart__carte .secondpart__bluepoint {
  z-index: 2;
  position: absolute;
  width: 85px;
  height: 125px;
  top: 60px;
  right: 215px;
  background-image: url('/wp-content/themes/yatatheme/img/svg/lycee.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.section-home .section-home__inner .home-global-container .home-row .home-container .home-secondpart .secondpart__carte .secondpart__darkbluepoint {
  z-index: 2;
  position: absolute;
  width: 85px;
  height: 125px;
  top: 370px;
  left: 600px;
  background-image: url('/wp-content/themes/yatatheme/img/svg/autres.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.section-home .section-home__inner .home-global-container .logo__comte {
  position: absolute;
  top: 0;
  right: 0;
  width: 128px;
  height: 120px;
}
@media (max-width: 1650px) {
  .section-home::before {
    right: -450px;
  }
  .section-home::after {
    right: -25px;
  }
}
@media (max-width: 1500px) {
  .section-home .section-home__inner .home-global-container .home-row .home-container .home-secondpart .secondpart__carte {
    width: 1000px;
    height: 1400px;
    top: 250px;
  }
  .section-home .section-home__inner .home-global-container .home-row .home-container .home-secondpart .secondpart__carte .secondpart__greenpoint,
  .section-home .section-home__inner .home-global-container .home-row .home-container .home-secondpart .secondpart__carte .secondpart__redpoint,
  .section-home .section-home__inner .home-global-container .home-row .home-container .home-secondpart .secondpart__carte .secondpart__yellowpoint {
    width: 70px;
    height: 90px;
  }
}
@media (max-width: 1366px) {
  .section-home::before {
    right: -490px;
  }
  .section-home .section-home__inner .home-global-container .home-row .home-container .home-firstpart .home-intro .home-inner .home-inner__middle h1 {
    font-size: 8.2rem;
  }
  .section-home .section-home__inner .home-global-container .home-row .home-container .home-firstpart .home-intro .home-inner .home-inner__middle h1 span {
    width: 395px;
  }
  .section-home .section-home__inner .home-global-container .home-row .home-container .home-firstpart .home-intro .home-inner .home-inner__middle .home-inner__affineur {
    bottom: 65px;
    right: -90px;
    width: 300px;
    height: 450px;
  }
  .section-home .section-home__inner .home-global-container .home-row .home-container .home-firstpart .home-intro .home-inner .home-inner__middle .home-inner__morceau {
    bottom: 60px;
    right: 240px;
  }
  .section-home .section-home__inner .home-global-container .home-row .home-container .home-firstpart .home-intro .home-inner .home-inner__middle .home-inner__cuve {
    width: 280px;
    left: -270px;
  }
  .section-home .section-home__inner .home-global-container .home-row .home-container .home-firstpart h2 {
    font-size: 2.2rem;
  }
  .section-home .section-home__inner .home-global-container .home-row .home-container .home-firstpart .home-inner__bottom {
    font-size: 2rem;
  }
  .section-home .section-home__inner .home-global-container .home-row .home-container .home-secondpart .secondpart__carte {
    width: 800px;
    height: 1200px;
    top: 300px;
  }
  .section-home .section-home__inner .home-global-container .home-row .home-container .home-secondpart .secondpart__carte .secondpart__greenpoint,
  .section-home .section-home__inner .home-global-container .home-row .home-container .home-secondpart .secondpart__carte .secondpart__redpoint,
  .section-home .section-home__inner .home-global-container .home-row .home-container .home-secondpart .secondpart__carte .secondpart__yellowpoint {
    width: 50px;
    height: 80px;
  }
  .section-home .section-home__inner .home-global-container .home-row {
    padding: 30px;
  }
  .section-home .section-home__inner .home-global-container .home-row .home-container .home-secondpart .home-inner .home-pop {
    bottom: -30px;
    width: 185px;
    height: 150px;
    padding: 20px 25px;
  }
  .section-home .section-home__inner .home-global-container .home-row .home-container .home-secondpart .home-inner .home-pop ul li {
    font-size: 1.4rem;
  }
  .section-home .section-home__inner .home-global-container .home-row .home-container .home-firstpart .home-inner__top p {
    font-size: 4.2rem;
  }
  .section-home .section-home__inner .home-global-container .home-row .home-container .home-firstpart .home-intro .home-inner .home-inner__middle::before {
    right: -100px;
  }
  .section-home .section-home__inner .home-global-container .home-row .home-container .home-firstpart .home-intro .home-inner .home-inner__middle .home-inner__affineur {
    bottom: 15px;
    right: -90px;
    width: 250px;
    height: 350px;
  }
  .section-home .section-home__inner .home-global-container .home-row .home-container .home-firstpart .home-inner__top {
    grid-column: 1 / 10;
    z-index: 10;
  }
}
@media (max-width: 768px) {
  .section-home .section-home__inner .home-global-container .home-row .home-container .home-firstpart {
    grid-column: 1 / 10;
  }
  .section-home .section-home__inner .home-global-container .home-row .home-container .home-firstpart .home-intro {
    grid-column: 3 / 6;
  }
  .section-home .section-home__inner .home-global-container .home-row .home-container .home-firstpart .home-intro .home-inner .home-inner__middle h1 {
    font-size: 6.2rem;
  }
  .section-home .section-home__inner .home-global-container .home-row .home-container .home-firstpart .home-intro .home-inner .home-inner__middle h1 span {
    width: 300px;
  }
  .section-home .section-home__inner .home-global-container .home-row .home-container .home-firstpart h2 {
    grid-column: 1 / 10;
  }
  .section-home .section-home__inner .home-global-container .home-row .home-container .home-firstpart .home-inner__bottom {
    grid-column: 1 / 10;
  }
  .section-home::before,
  .section-home::after {
    opacity: 0.2;
  }
  .section-home::after {
    display: none;
  }
  .section-home .section-home__inner .home-global-container .home-row .home-container .home-secondpart {
    grid-column: 1 / 10;
  }
  .section-home .section-home__inner .home-global-container .home-row .home-container .home-firstpart .home-intro .home-inner .home-inner__middle .home-inner__cuve,
  .section-home .section-home__inner .home-global-container .home-row .home-container .home-firstpart .home-intro .home-inner .home-inner__middle::after {
    display: none;
  }
}
@media (max-width: 500px) {
  .section-home .section-home__inner .home-global-container .home-row .home-container .home-firstpart .home-intro {
    grid-column: 1 / 6;
  }
  .section-home .section-home__inner .home-global-container .home-row .home-container .home-firstpart .home-intro .home-inner .home-inner__middle::before {
    width: 280px;
    height: 170px;
    top: -50px;
  }
  .section-home .section-home__inner .home-global-container .home-row .home-container .home-firstpart .home-intro .home-inner .home-inner__middle .home-inner__affineur {
    bottom: 45px;
    right: -60px;
    width: 160px;
    height: 250px;
  }
  .section-home .section-home__inner .home-global-container .home-row .home-container .home-firstpart .home-inner__top p {
    font-size: 3.2rem;
  }
  .section-home .section-home__inner .home-global-container .home-row .home-container .home-firstpart .home-intro .home-inner .home-inner__middle h1 {
    font-size: 4.8rem;
  }
  .section-home .section-home__inner .home-global-container .home-row .home-container .home-firstpart .home-intro .home-inner .home-inner__middle h1 span {
    width: 232px;
  }
  .section-home .section-home__inner .home-global-container .home-row .home-container .home-firstpart .home-intro .home-inner .home-inner__middle .home-inner__morceau {
    width: 100px;
  }
  .section-home .section-home__inner .home-global-container .home-row .home-container .home-firstpart .home-intro .home-inner .home-inner__middle .home-inner__morceau {
    bottom: 40px;
    right: 150px;
  }
  .section-home::before {
    display: none;
  }
  .section-home .section-home__inner .home-global-container .home-row .home-container .home-secondpart {
    min-height: 800px;
  }
}
