.section-home-cta-comte .cta_inner {
  text-align: center;
  position: relative;
  padding: 70px 150px;
}
.section-home-cta-comte .cta_inner:not(.withimg) {
  border: 1px solid #02281A;
}
.section-home-cta-comte .cta_inner::after {
  content: "";
  position: absolute;
  top: 55px;
  right: -85px;
  width: 350px;
  height: 475px;
  background: url('/wp-content/themes/yatatheme-child/template-parts/gutenberg/home-cta-comte/images/carte_jura.svg') no-repeat center center;
  background-size: contain;
  z-index: 5;
}
.section-home-cta-comte .contenutexte {
  position: relative;
  background: linear-gradient(180deg,#F0EBC9 0%,#D8E5D1 100%);
  padding: 5.7rem 14rem 4rem;
  z-index: 5;
  border-radius: 2rem;
}
.section-home-cta-comte .contenutexte .cloche {
  width: 60px;
  height: 60px;
  background: #00462D;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
}
.section-home-cta-comte .contenutexte .cloche .icon-cloche {
  color: #F5F4EE;
  font-size: 30px;
}
.section-home-cta-comte .contenutexte h2,
.section-home-cta-comte .contenutexte h3,
.section-home-cta-comte .contenutexte p {
  color: #02281A;
  margin-bottom: 2.5rem;
}
.section-home-cta-comte .contenutexte h2 {
  font-size: 4.4rem;
}
.section-home-cta-comte .contenutexte h3 {
  font-weight: 900;
}
.section-home-cta-comte .contenutexte p {
  line-height: 1.6;
  font-size: 2.4rem;
}
.section-home-cta-comte .contenutexte p a:hover {
  text-decoration: underline;
}
.section-home-cta-comte .contenutexte::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: -164px;
  width: 260px;
  height: 200px;
  background: url('/wp-content/themes/yatatheme-child/template-parts/gutenberg/home-cta-comte/images/packshot-comte.png') no-repeat center center;
  background-size: contain;
  z-index: 2;
}
.section-home-cta-comte .contenutexte::after {
  content: "";
  position: absolute;
  bottom: -25px;
  right: -265px;
  width: 175px;
  height: 283px;
  background: url('/wp-content/themes/yatatheme-child/template-parts/gutenberg/home-cta-comte/images/affineur.png') no-repeat center center;
  background-size: contain;
  z-index: 6;
  transform: scaleX(-1);
}
@media (max-width: 1200px) {
  .section-home-cta-comte .cta_inner {
    padding: 50px 15px;
  }
  .section-home-cta-comte .cta_inner::after {
    top: 50px;
    right: -30px;
    width: 200px;
    height: 275px;
  }
  .section-home-cta-comte .contenutexte::after {
    width: 100px;
    bottom: -71px;
    right: -25px;
  }
  .section-home-cta-comte .contenutexte::before {
    left: -25px;
    bottom: -65px;
    width: 200px;
  }
}
@media (max-width: 767px) {
  .section-home-cta-comte .cta_inner {
    padding: 0;
  }
  .section-home-cta-comte .cta_inner .contenutexte {
    padding: 50px 15px;
  }
  .section-home-cta-comte .cta_inner .contenutexte p {
    font-size: 1.8rem;
  }
  .section-home-cta-comte .cta_inner .contenutexte::before {
    bottom: -100px;
    width: 100px;
  }
  .section-home-cta-comte .cta_inner .contenutexte::after {
    bottom: -100px;
    width: 100px;
    right: -15px;
    display: none;
  }
  .section-home-cta-comte .cta_inner::after {
    width: 130px;
    height: 180px;
    left: -27px;
    top: -66px;
  }
}
