.grntn-offre-page h2 {
  margin-bottom: 2.5rem;
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .grntn-offre-page h2 {
    font-size: 32px;
    padding: 0 1rem;;
  }

}
.grntn-offre-page .btn {
  font-weight: 600;
}

.grntn-offre-section--layout {
  width: 92%;
  max-width: 1440px;
  margin: auto;
}

.grntn-offre-section--hero {
  background-color: #FFECDA;
  text-align: center;
  padding: 4rem 0;
  border-radius: 30px;
  max-width: 88%;
  margin: 0 auto;
}

.grntn-offre-section--hero h1,
.grntn-offre-section--hero p:not(:first-child) {
  max-width: 80%;
  margin: 0 auto 1.5rem;
}

.grntn-offre-section--hero_tag {
  color: #EE7D27;
  font-weight: 600;
  font-size: 18px;
}

@media screen and (max-width: 1024px) {
  .grntn-offre-section--hero {
    padding: 4rem 4% 4rem;
    border-radius: 20px;
    max-width: 92%;
    margin: 5rem auto 0;
  }

  .grntn-offre-section--hero h1,
  .grntn-offre-section--hero p:not(:first-child) {
    max-width: 100%;
  }
  .grntn-offre-section--hero .btn {
    font-size: 16px !important;
    margin: 0 !important;
    padding: 0.75rem 1.2rem;
  }  
}

.grntn-offre-section--infos {
  display: grid;
  place-items: start center;
  padding: 120px 0 120px;
  text-align: center;
  background: url("/wp-content/uploads/2025/09/pattern-bg.svg") no-repeat top center;
}
.grntn-offre-section--infos h2{
  max-width: 60%;
  margin-left: auto; margin-right: auto;
}
.grntn-offre-section--infos_stack {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.grntn-offre-section--infos_stack_card {
  width: 100%;
  background: #fcfcfc;
  border-radius: 24px;
  will-change: transform, filter;
  position: relative;
  z-index: 1;
  padding: 60px;
  display: flex;
  align-items: center;
  text-align: justify;
}
.grntn-offre-section--infos_stack_card h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1rem;
}
.grntn-offre-section--infos_stack_card ul {
  list-style: initial;
}
.grntn-offre-section--infos_stack_card.has-image.has-text {
  gap: 20px;
  min-height: 400px;
}
.grntn-offre-section--infos_stack_card.has-image.has-text .infos-content {
  width: 100%;
}
.grntn-offre-section--infos_stack_card.has-image.has-text img {
  height: 300px;
  width: auto;
  object-fit: contain;
}
.grntn-offre-section--infos_stack_card.is-no-image {
  min-height: 400px;
}
.grntn-offre-section--infos_stack_card.is-image-only {
  height: 500px;
  justify-content: center;
  padding: 10px 30px;
}
.grntn-offre-section--infos_stack_card.is-image-only img {
  height: 480px;
  width: auto;
}
@media screen and (max-width: 1024px) {
  .grntn-offre-section--infos h2{
    max-width: 96%;
  }
  .grntn-offre-section--infos_stack_card.is-image-only,
  .grntn-offre-section--infos_stack_card.is-no-image,
  .grntn-offre-section--infos_stack_card.has-image.has-text {
    height: 100%;
  }
  .grntn-offre-section--infos_stack_card.has-image.has-text {
    flex-direction: column;
  }
  .grntn-offre-section--infos_stack_card {
    padding: 20px;
	text-align: initial;
  }
  .grntn-offre-section--infos_stack_card.is-image-only img {
    height: 300px;
    object-fit: contain;
  }
  .grntn-offre-section--infos_stack_card.has-image.has-text img {
    height: 150px;
  }
  .grntn-offre-section--infos_stack_card .infos-content a {
    display: block !important;
    margin: auto;
    width: max-content;
  }
}

.grntn-offre-section--target {
  text-align: center;
  margin-bottom: 120px;
}

.grntn-offre-section--target_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 2.5rem;
}

.grntn-offre-section--target_container .grntn-offre-section--target_item {
  width: 100%;
  border: solid #BFBFBF 1px;
  border-radius: 12px;
  padding: 20px;
  text-align: left;
}

.grntn-offre-section--target_container .grntn-offre-section--target_item div {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.grntn-offre-section--target_container .grntn-offre-section--target_item span {
  font-weight: bold;
  font-size: 18px;
}

.grntn-offre-section--target_container .grntn-offre-section--target_item p {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .grntn-offre-section--target_container {
    grid-template-columns: 1fr;
  }
}


.grntn-offre-section--packs {
  padding-bottom: 120px;
}

.grntn-offre-section--packs h2 {
  text-align: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.grntn-offre-section--packs_container {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.grntn-offre-section--packs_container .grntn-offre-section--packs_item {
  padding: 30px;
  background-color: #FFF8E6;
  border-radius: 12px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.grntn-offre-section--packs_container .grntn-offre-section--packs_item div {
  margin-bottom: 2rem;
}

.grntn-offre-section--packs_container .grntn-offre-section--packs_item div h3 {
  color: #EE7D27 !important;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.grntn-offre-section--packs_container .grntn-offre-section--packs_item div span {
  font-size: 20px;
  font-weight: 600;
}

.grntn-offre-section--packs_container .grntn-offre-section--packs_item ul {
  padding-left: 0 !important;
  font-size: 16px;
  margin-bottom: 3rem;
}

.grntn-offre-section--packs_container .grntn-offre-section--packs_item ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.grntn-offre-section--packs_container .grntn-offre-section--packs_item a {
  display: block;
  width: max-content;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .grntn-offre-section--packs h2 {
    width: 100%;
  }

  .grntn-offre-section--packs_container {
    flex-direction: column;
  }
}



.grntn-offre-section--steps {
  border-radius: 24px;
  padding: 60px;
  width: 100%;
  margin-bottom: 120px;
  height: 100%;
  display: flex;
  justify-content: end;
  background: url("/wp-content/uploads/2025/09/greenation-bg-maison.webp") no-repeat center center;
  background-size: cover;
  position: relative;
}
.grntn-offre-section--steps::before {
  content: "";
  background: linear-gradient(90deg,rgba(0, 0, 0, 0.20)0%, rgba(0, 0, 0, 0.5) 60%);
  position: absolute; inset: 0;
  height: 100%; width: 100%; border-radius: 24px;
}

.grntn-offre-section--steps div {
  width: 50%;
  position: relative;
}

.grntn-offre-section--steps h2 {
  text-align: center;
}
.grntn-offre-section--steps h2,
.grntn-offre-section--steps span,
.grntn-offre-section--steps p {
  color: white !important;
}

.grntn-offre-section--steps ul {
  padding-left: 0;
  margin-bottom: 3rem;
}

.grntn-offre-section--steps ul li {
  display: flex;
  gap: 20px;
  align-items: center;
}

.grntn-offre-section--steps ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.grntn-offre-section--steps ul li p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
}

.grntn-offre-section--steps ul li span {
  background-color: rgb(21, 21, 21);
  color: white;
  font-size: 20px;
  padding: 12px 24px;
  border-radius: 12px;
}
.grntn-offre-section--steps  .btn {
  display: block !important;
  margin: auto;
  width: max-content;
}

@media screen and (max-width: 1024px) {
  .grntn-offre-section--steps {
    border-radius: 0;
    padding: 60px 4%;
  }
  .grntn-offre-section--steps::before {
    background: rgba(0, 0, 0, 0.65); border-radius: 0px;
  }
  .grntn-offre-section--steps div {
    width: 100%;
  }
}


/* AVANTAGES */
.grntn-offre-section--avantages {
  padding-bottom: 120px;
}
.grntn-offre-section--avantages h2 {
  text-align: center;
}
.grntn-offre-section--avantages a {
  display: block !important; margin: auto; width: max-content;
}
.grntn-offre-section--avantages_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 2rem;
}
.grntn-offre-section--avantages_container > div {
  width: calc(33.33% - 20px);
  padding: 20px 30px;
  border-radius: 12px;
}
.grntn-offre-section--avantages_container > div:nth-child(1) {
  background-color: #FEF1D2;
}
.grntn-offre-section--avantages_container > div:nth-child(2) {
  background-color: #DCEEF4;
}
.grntn-offre-section--avantages_container > div:nth-child(3) {
  background-color: #D7F1D0;
}
.grntn-offre-section--avantages_container > div:nth-child(4) {
  background-color: #FFDFF0;
}
.grntn-offre-section--avantages_container > div:nth-child(5) {
  background-color: #FBE1C8;
}
.grntn-offre-section--avantages_container > div span {
  font-weight: bold;
  font-size: 20px;
  display: block;
  margin-bottom: 1rem;
}
.grntn-offre-section--avantages_container > div .fa {
  font-size: 2em!important;
  line-height: 2em!important;
}
@media screen and (max-width: 1024px) {
  .grntn-offre-section--avantages_container > div {
    width: 100%;
  }
  .grntn-offre-section--avantages_container > div:nth-child(4),
  .grntn-offre-section--avantages_container > div:nth-child(5) {
    display: none;
  }
}


/* FAQ */
.grntn-offre-section--faq {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 120px;
}
.grntn-offre-section--faq > div:nth-child(1) {
  width: calc(70% - 15px);
}
.grntn-offre-section--faq > div:nth-child(2) {
  width: calc(30% - 15px);
}
.grntn-offre-section--faq > div:nth-child(2) img {
  border-radius: 10px;
}
.grntn-offre-section--faq_container {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.grntn-offre-section--faq_container .vc_toggle:last-of-type {
  margin-bottom: 0;
}
.grntn-offre-section--faq_container .vc_toggle_title {
  padding: 12px 20px;
}
.grntn-offre-section--faq_container .vc_toggle_title h3{
  font-weight: 600 !important;
  font-size: 18px !important;

}
.grntn-offre-section--faq_container .vc_toggle_content {
  font-size: 16px;
  font-weight: 400;
}
.grntn-offre-section--faq_container .vc_toggle_content p {
  margin-bottom: 0 !important;
}
.grntn-offre-section--faq_container .vc_toggle_content ul {
  list-style: initial !important;
}
.grntn-offre-section--faq_container .vc_toggle_active .vc_toggle_title { 
  background-color: #E7F9FF;
  border-radius: 8px;
}
.grntn-offre-section--faq_container .vc_toggle_icon { 
  right: 10px;
  left: initial !important;
}
@media screen and (max-width: 1024px) {
  .grntn-offre-section--faq > div:nth-child(1) {
    width: 100%
  }
  .grntn-offre-section--faq > div:nth-child(2) {
    display: none;
  }
}

/* ANIMATION */
.fadeInUp {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.7s ease-out !important;
}

.fadeInUp.start {
  opacity: 1;
  transform: translateY(0);
}
