/*
Theme Name: Divi child noa guides
Description: Thème enfant pour le site NOA Guides
Author: Sarah
Template: Divi
*/

/* 1. Base */
:root {
  --noa-blue: #1897E4;
  --noa-yellow: #FED61F;
  --noa-orange: #F28C28;
  --noa-orange-hover: #d97718;
  --noa-green: #1A5D57;
  --noa-moss: #8DBF8A;
  --noa-stone: #F5F5F5;
  --noa-text: #2B2B2B;
}

.home .et_pb_button,
.home .et_pb_button:hover,
.home .et_pb_button:focus,
.home .et_pb_button:active,
.home .noa-btn-primary,
.home .noa-btn-primary:hover,
.home .noa-btn-primary:focus,
.home .noa-btn-primary:active {
  text-decoration: none !important;
}

.home .noa-btn-primary,
.home .noa-home-hero .et_pb_button,
.home .noa-home-custom .et_pb_button {
  min-height: 48px;
  padding: 13px 22px !important;
  border-radius: 8px !important;
  background: var(--noa-orange) !important;
  border-color: var(--noa-orange) !important;
  color: #fff !important;
  font-weight: 700;
  line-height: 1.2 !important;
  text-align: center;
}

.home .noa-btn-primary:hover,
.home .noa-home-hero .et_pb_button:hover,
.home .noa-home-custom .et_pb_button:hover {
  background: var(--noa-orange-hover) !important;
  border-color: var(--noa-orange-hover) !important;
  color: #fff !important;
}

/* 2. Hero */
.home .noa-home-hero {
  position: relative;
  min-height: clamp(520px, 78vh, 760px);
  display: flex;
  align-items: center;
  padding: clamp(72px, 9vw, 120px) 0 clamp(48px, 7vw, 96px) !important;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.home .noa-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(13, 55, 52, 0.90) 0%, rgba(26, 93, 87, 0.70) 42%, rgba(26, 93, 87, 0.24) 100%),
    linear-gradient(180deg, rgba(43, 43, 43, 0.16) 0%, rgba(43, 43, 43, 0.46) 100%);
}

.home .noa-home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 24%),
    linear-gradient(0deg, rgba(10, 40, 38, 0.34) 0%, rgba(10, 40, 38, 0) 34%);
}

.home .noa-home-hero .et_pb_row {
  position: relative;
  z-index: 1;
}

.home .noa-home-hero__content {
  max-width: 680px;
}

.home .noa-home-hero h1 {
  color: #fff !important;
  font-family: "Lora", Georgia, serif;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.08;
  margin-bottom: 16px;
  text-wrap: balance;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.home .noa-home-hero p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.94) !important;
  font-family: "Lora", Georgia, serif;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.55;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.24);
}

.home .noa-home-hero .et_pb_button_module_wrapper {
  margin-top: 22px !important;
}

/* 3. Nos activités */
.home #noa-home-activities {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #fbfbfa !important;
}

.home #noa-home-activities > .et_pb_row {
  position: relative;
  z-index: 2 !important;
}

.home #noa-home-activities .et_pb_row:first-child {
  padding-top: 0 !important;
}

.home #noa-home-activities h2 {
  color: var(--noa-green) !important;
  font-family: "Lora", Georgia, serif;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.15;
  margin-bottom: 14px;
  text-wrap: balance;
}

.home #noa-home-activities .noa-floating-card,
.home #noa-home-activities .noa-card,
.home #noa-home-activities .noa-card-pad {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.home #noa-home-activities .et_pb_text.noa-activity-card {
  position: relative;
  width: 100%;
  min-height: 0 !important;
  margin-bottom: 0 !important;
  padding: 22px 24px 24px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 245, 245, 0.92) 100%);
  border: 1px solid rgba(26, 93, 87, 0.18);
  border-radius: 8px;
  box-shadow:
    0 16px 36px rgba(43, 43, 43, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.home #noa-home-activities .et_pb_text.noa-activity-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 4px;
  background: linear-gradient(90deg, var(--noa-blue) 0%, var(--noa-moss) 100%);
  border-radius: 0 0 8px 8px;
}

.home #noa-home-activities .et_pb_text.noa-activity-card h3 {
  color: var(--noa-green) !important;
  font-family: "Lora", Georgia, serif;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.18;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

.home #noa-home-activities .et_pb_text.noa-activity-card p {
  color: var(--noa-text) !important;
  font-size: 16px;
  line-height: 1.5 !important;
  padding-bottom: 0 !important;
}

.home #noa-home-activities .et_pb_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  text-align: center;
}

/* 4. Niveaux */
.home .noa-home-levels {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #fbfbfa !important;
  border-top: 1px solid rgba(26, 93, 87, 0.10);
}

.home .noa-home-levels > .et_pb_row {
  position: relative;
  z-index: 2 !important;
}

.home .noa-home-levels .et_pb_row.noa-level-card {
  width: min(92%, 1180px);
  max-width: 1180px;
  align-items: stretch !important;
}

.home .noa-home-levels .et_pb_row.noa-level-card > .et_pb_column {
  display: flex;
}

.home .noa-home-levels .et_pb_text.noa-level-card {
  width: 100%;
  min-height: 245px;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 26px 24px 28px !important;
  background: linear-gradient(180deg, #ffffff 0%, rgba(245, 245, 245, 0.94) 100%);
  border: 1px solid rgba(26, 93, 87, 0.15);
  border-radius: 8px;
  box-shadow:
    0 14px 30px rgba(43, 43, 43, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.home .noa-home-levels .et_pb_text.noa-level-card p {
  margin-bottom: 18px !important;
}

.home .noa-home-levels .et_pb_text.noa-level-card a {
  display: inline-block;
  margin-top: 10px;
  font-weight: 700;
  color: var(--noa-blue);
  text-decoration: none !important;
}

.home .noa-home-levels .et_pb_button_module_wrapper,
.home .noa-home-levels .et_pb_button_wrapper {
  margin-top: 18px !important;
}

.home .noa-home-levels .et_pb_button,
.home .noa-home-levels a.et_pb_button {
  margin-top: 8px !important;
  margin-right: 10px !important;
  margin-bottom: 0 !important;
}

/* 5. Réassurance */
.home .noa-home-safety {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #fbfbfa !important;
  border-top: 6px solid rgba(141, 191, 138, 0.34);
}

.home .noa-home-safety > .et_pb_row {
  position: relative;
  z-index: 2 !important;
}

.home .noa-home-safety > .et_pb_row.noa-reassurance-item {
  background: transparent !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.home .noa-home-safety .et_pb_row.noa-reassurance-item {
  width: min(92%, 1180px);
  max-width: 1180px;
  align-items: stretch !important;
}

.home .noa-home-safety .et_pb_row.noa-reassurance-item > .et_pb_column {
  display: flex;
}

.home .noa-home-safety .et_pb_text.noa-reassurance-item {
  width: 100%;
  min-height: 190px;
  height: 100%;
  padding: 24px 24px 26px !important;
  background: linear-gradient(180deg, rgba(245, 245, 245, 0.92) 0%, rgba(255, 255, 255, 0.96) 100%);
  border-left: 4px solid var(--noa-moss) !important;
  border-radius: 8px;
  box-shadow:
    0 14px 30px rgba(43, 43, 43, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.home .noa-home-safety .et_pb_text.noa-reassurance-item p {
  padding-bottom: 0 !important;
}

/* 6. Avis */
.home .noa-home-reviews {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #fbfbfa !important;
  border-top: 1px solid rgba(24, 151, 228, 0.16);
}

.home .noa-home-reviews > .et_pb_row {
  position: relative;
  z-index: 2 !important;
}

.home .noa-home-reviews .et_pb_text.noa-review {
  padding: 22px 24px !important;
  background: linear-gradient(180deg, #ffffff 0%, rgba(245, 245, 245, 0.96) 100%);
  border-left: 4px solid var(--noa-yellow) !important;
  border-radius: 8px;
  box-shadow:
    0 14px 32px rgba(43, 43, 43, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.home .noa-home-reviews .et_pb_text.noa-review blockquote {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border-left: 0 !important;
  box-shadow: none !important;
}

/* 7. Sorties sur mesure */
.home .noa-home-custom {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 8vw, 112px) 0 !important;
  background-position: center center;
  background-size: cover;
}

.home .noa-home-custom::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(13, 55, 52, 0.95) 0%, rgba(26, 93, 87, 0.82) 48%, rgba(26, 93, 87, 0.40) 100%),
    linear-gradient(180deg, rgba(43, 43, 43, 0.08) 0%, rgba(43, 43, 43, 0.36) 100%);
}

.home .noa-home-custom .et_pb_row {
  position: relative;
  z-index: 1;
}

.home .noa-home-custom__content {
  max-width: 620px;
}

.home .noa-home-custom h2 {
  color: #fff !important;
  font-family: "Lora", Georgia, serif;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.12;
  margin-bottom: 16px;
  text-wrap: balance;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.24);
}

.home .noa-home-custom p,
.home .noa-home-custom li {
  color: rgba(255, 255, 255, 0.96) !important;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.6;
}

.home .noa-home-custom p {
  max-width: 600px;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.24);
}

.home .noa-home-custom .et_pb_button_module_wrapper {
  margin-top: 24px !important;
}

.home .noa-home-custom .noa-btn-primary {
  box-shadow: 0 12px 26px rgba(43, 43, 43, 0.24);
}

/* 8. CTA final */
.home .noa-final-cta {
  position: relative;
  background: linear-gradient(180deg, var(--noa-stone) 0%, #ffffff 100%) !important;
  border-top: 1px solid rgba(26, 93, 87, 0.12);
  text-align: left !important;
  padding-top: clamp(52px, 6vw, 78px) !important;
  padding-bottom: clamp(56px, 6vw, 84px) !important;
  box-shadow: inset 0 1px 0 rgba(26, 93, 87, 0.10);
}

.home .noa-final-cta .et_pb_row {
  width: min(90%, 760px);
  max-width: 760px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.home .noa-final-cta .et_pb_row::before,
.home .noa-final-cta .et_pb_row::after {
  content: none !important;
  display: none !important;
}

.home .noa-final-cta .et_pb_row_15 {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.home .noa-final-cta .et_pb_row_16 {
  padding-top: 0 !important;
  margin-top: -4px !important;
}

.home .noa-final-cta .et_pb_row_16 > .et_pb_column {
  display: block !important;
}

.home .noa-final-cta .et_pb_text_22,
.home .noa-final-cta .et_pb_text_23 {
  text-align: left !important;
}

.home .noa-final-cta h2 {
  color: var(--noa-green) !important;
  font-family: "Lora", Georgia, serif;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.12;
  margin-bottom: 10px !important;
}

.home .noa-final-cta p,
.home .noa-final-cta .et_pb_text_23 {
  max-width: 620px;
  margin-bottom: 0 !important;
}

.home .noa-final-cta p {
  margin-left: 0 !important;
  margin-right: 0 !important;
  color: var(--noa-text) !important;
}

.home .noa-final-cta .et_pb_button_module_wrapper {
  margin-top: 12px !important;
  text-align: left !important;
}

.home .noa-final-cta .noa-btn-primary {
  background: var(--noa-orange) !important;
  border: 2px solid var(--noa-orange) !important;
  color: #fff !important;
  box-shadow:
    0 12px 26px rgba(43, 43, 43, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.home .noa-final-cta .noa-btn-primary:hover {
  border-color: var(--noa-orange-hover) !important;
}

/* 9. Fonds naturels */
.home #noa-home-activities::before,
.home #noa-home-activities::after,
.home .noa-home-levels::before,
.home .noa-home-levels::after,
.home .noa-home-safety::before,
.home .noa-home-safety::after,
.home .noa-home-reviews::before,
.home .noa-home-reviews::after {
  content: "";
  position: absolute;
  inset: 0 !important;
  z-index: 1 !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  pointer-events: none;
  border-radius: 0 !important;
  filter: none !important;
  transform: none !important;
  mix-blend-mode: normal !important;
}

.home #noa-home-activities::before {
  background:
    radial-gradient(ellipse at 80% 12%, rgba(24, 151, 228, 0.06) 0%, rgba(24, 151, 228, 0) 42%),
    repeating-radial-gradient(ellipse at 82% 18%, rgba(24, 151, 228, 0.12) 0, rgba(24, 151, 228, 0.12) 1px, transparent 2px, transparent 16px) !important;
  mask-image: linear-gradient(115deg, transparent 0%, #000 18%, #000 56%, transparent 82%);
  opacity: 0.36 !important;
}

.home #noa-home-activities::after {
  background:
    repeating-radial-gradient(ellipse at 12% 92%, rgba(26, 93, 87, 0.07) 0, rgba(26, 93, 87, 0.07) 1px, transparent 2px, transparent 20px) !important;
  mask-image: linear-gradient(35deg, transparent 0%, #000 22%, #000 54%, transparent 78%);
  opacity: 0.24 !important;
}

.home .noa-home-levels::before {
  background:
    repeating-radial-gradient(ellipse at 10% 20%, rgba(43, 43, 43, 0.10) 0, rgba(43, 43, 43, 0.10) 1px, transparent 2px, transparent 18px) !important;
  mask-image: linear-gradient(105deg, transparent 0%, #000 16%, #000 58%, transparent 84%);
  opacity: 0.34 !important;
}

.home .noa-home-levels::after {
  background:
    repeating-radial-gradient(ellipse at 92% 88%, rgba(26, 93, 87, 0.065) 0, rgba(26, 93, 87, 0.065) 1px, transparent 2px, transparent 22px) !important;
  mask-image: linear-gradient(220deg, transparent 0%, #000 20%, #000 56%, transparent 82%);
  opacity: 0.26 !important;
}

.home .noa-home-safety::before {
  background:
    repeating-radial-gradient(ellipse at 86% 16%, rgba(141, 191, 138, 0.11) 0, rgba(141, 191, 138, 0.11) 1px, transparent 2px, transparent 19px) !important;
  mask-image: linear-gradient(130deg, transparent 0%, #000 20%, #000 58%, transparent 84%);
  opacity: 0.34 !important;
}

.home .noa-home-safety::after {
  background:
    repeating-radial-gradient(ellipse at 12% 88%, rgba(26, 93, 87, 0.055) 0, rgba(26, 93, 87, 0.055) 1px, transparent 2px, transparent 24px) !important;
  mask-image: linear-gradient(40deg, transparent 0%, #000 24%, #000 58%, transparent 84%);
  opacity: 0.22 !important;
}

.home .noa-home-reviews::before {
  background:
    repeating-radial-gradient(ellipse at 76% 10%, rgba(24, 151, 228, 0.105) 0, rgba(24, 151, 228, 0.105) 1px, transparent 2px, transparent 18px) !important;
  mask-image: linear-gradient(135deg, transparent 0%, #000 16%, #000 60%, transparent 86%);
  opacity: 0.36 !important;
}

.home .noa-home-reviews::after {
  background:
    repeating-radial-gradient(ellipse at 8% 90%, rgba(26, 93, 87, 0.07) 0, rgba(26, 93, 87, 0.07) 1px, transparent 2px, transparent 22px) !important;
  mask-image: linear-gradient(35deg, transparent 0%, #000 20%, #000 58%, transparent 82%);
  opacity: 0.26 !important;
}

/* 10. Responsive */
@media (min-width: 981px) {
  .home .noa-home-hero {
    min-height: clamp(450px, 58vh, 580px);
    padding-top: clamp(48px, 5vw, 72px) !important;
    padding-bottom: clamp(36px, 4vw, 56px) !important;
  }

  .home .noa-home-hero__content {
    max-width: 940px;
  }

  .home .noa-home-hero h1 {
    max-width: 940px;
    font-size: clamp(42px, 4.4vw, 60px);
    white-space: nowrap;
  }

  .home .noa-home-hero p {
    max-width: 620px;
  }
}

@media (min-width: 768px) {
  .home #noa-home-activities .noa-floating-card {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 5.5%;
    row-gap: 16px;
    align-items: stretch !important;
  }

  .home #noa-home-activities .noa-floating-card > .et_pb_column {
    display: contents !important;
  }

  .home #noa-home-activities .et_pb_text.noa-activity-card {
    grid-row: 1;
    height: 100% !important;
  }

  .home #noa-home-activities .et_pb_button_module_wrapper {
    grid-row: 2;
    align-self: start !important;
    justify-self: start !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    text-align: left !important;
  }
}

@media (max-width: 1100px) and (min-width: 981px) {
  .home .noa-home-hero h1 {
    max-width: 760px;
    white-space: normal;
  }
}

@media (max-width: 767px) {
  .home .noa-home-hero {
    min-height: auto;
    align-items: flex-end;
    padding: 70px 0 28px !important;
    background-position: center center;
  }

  .home .noa-home-hero::before {
    background:
      linear-gradient(180deg, rgba(26, 93, 87, 0.48) 0%, rgba(13, 55, 52, 0.88) 54%, rgba(13, 55, 52, 0.96) 100%);
  }

  .home .noa-home-hero__content {
    max-width: 100%;
  }

  .home .noa-home-hero h1 {
    font-size: clamp(32px, 9vw, 42px);
    margin-bottom: 8px !important;
  }

  .home .noa-home-hero p {
    font-size: 15.8px !important;
    line-height: 1.36 !important;
    padding-bottom: 0.55em !important;
  }

  .home .noa-home-hero .et_pb_button_module_wrapper {
    margin-top: 10px !important;
  }

  .home .noa-home-hero .et_pb_button,
  .home .noa-home-custom .et_pb_button,
  .home .noa-final-cta .noa-btn-primary {
    width: 100%;
  }

  .home #noa-home-activities .noa-floating-card > .et_pb_column {
    display: flex !important;
    flex-direction: column !important;
  }

  .home #noa-home-activities .et_pb_text.noa-activity-card {
    flex: 0 1 auto !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 22px 20px !important;
  }

  .home #noa-home-activities .et_pb_button_module_wrapper {
    align-self: stretch !important;
    margin-top: 14px !important;
    margin-bottom: 24px !important;
    text-align: left !important;
  }

  .home #noa-home-activities .et_pb_button {
    width: 100%;
  }

  .home .noa-home-levels .et_pb_row.noa-level-card > .et_pb_column,
  .home .noa-home-safety .et_pb_row.noa-reassurance-item > .et_pb_column {
    display: block;
  }

  .home .noa-home-levels .et_pb_text.noa-level-card,
  .home .noa-home-safety .et_pb_text.noa-reassurance-item {
    min-height: 0;
    height: auto;
  }

  .home .noa-home-levels .et_pb_text.noa-level-card {
    padding: 24px 22px 26px !important;
  }

  .home .noa-home-levels .et_pb_button,
  .home .noa-home-levels a.et_pb_button {
    width: 100%;
    margin-right: 0 !important;
  }

  .home .noa-home-safety .et_pb_text.noa-reassurance-item {
    padding: 22px 22px 24px !important;
  }

  .home .noa-home-custom {
    padding-top: 50px !important;
    padding-bottom: 48px !important;
    background-position: center center;
  }

  .home .noa-home-custom::before {
    background:
      linear-gradient(180deg, rgba(26, 93, 87, 0.78) 0%, rgba(13, 55, 52, 0.96) 64%, rgba(13, 55, 52, 0.98) 100%);
  }

  .home .noa-final-cta .et_pb_row_16 {
    margin-top: 0 !important;
  }

  .home .noa-final-cta .et_pb_button_module_wrapper {
    margin-top: 14px !important;
  }

  .home #noa-home-activities::before,
  .home .noa-home-levels::before,
  .home .noa-home-safety::before,
  .home .noa-home-reviews::before {
    opacity: 0.42 !important;
    background-size: 130% 130% !important;
  }

  .home #noa-home-activities::after,
  .home .noa-home-levels::after,
  .home .noa-home-safety::after,
  .home .noa-home-reviews::after {
    opacity: 0.30 !important;
    background-size: 135% 135% !important;
  }
}
/* Correctif boutons Divi : pas de flèche hover + centrage */
.home .et_pb_button::after,
.home .et_pb_button::before,
.home .noa-btn-primary::after,
.home .noa-btn-primary::before {
  display: none !important;
  content: none !important;
}

.home .et_pb_button,
.home .et_pb_button:hover,
.home .noa-btn-primary,
.home .noa-btn-primary:hover {
  padding: 13px 22px !important;
  text-align: center !important;
}

.home #noa-home-activities .et_pb_button_module_wrapper,
.home .noa-home-custom .et_pb_button_module_wrapper,
.home .noa-final-cta .et_pb_button_module_wrapper {
  text-align: center !important;
}

@media (min-width: 768px) {
  .home #noa-home-activities .et_pb_button_module_wrapper {
    justify-self: center !important;
  }
}
/* Correctif Divi mobile : supprimer l'icone "5" au hover/touch */
.home a.et_pb_button::after,
.home a.et_pb_button::before,
.home a.et_pb_button:hover::after,
.home a.et_pb_button:hover::before,
.home a.et_pb_button:focus::after,
.home a.et_pb_button:focus::before,
.home a.et_pb_button:active::after,
.home a.et_pb_button:active::before,
.home .et_pb_module a.et_pb_button::after,
.home .et_pb_module a.et_pb_button::before,
.home .et_pb_module a.et_pb_button:hover::after,
.home .et_pb_module a.et_pb_button:hover::before,
.home .et_pb_module a.et_pb_button:focus::after,
.home .et_pb_module a.et_pb_button:focus::before,
.home .et_pb_module a.et_pb_button:active::after,
.home .et_pb_module a.et_pb_button:active::before {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
}

/* Empêcher Divi de modifier le padding au hover/touch */
.home a.et_pb_button,
.home a.et_pb_button:hover,
.home a.et_pb_button:focus,
.home a.et_pb_button:active,
.home .et_pb_module a.et_pb_button,
.home .et_pb_module a.et_pb_button:hover,
.home .et_pb_module a.et_pb_button:focus,
.home .et_pb_module a.et_pb_button:active {
  padding: 13px 22px !important;
  text-align: center !important;
}

/* Mobile : garder les boutons propres et centrés */
@media (max-width: 767px) {
  .home .et_pb_button_module_wrapper {
    text-align: center !important;
  }

  .home a.et_pb_button,
  .home a.et_pb_button:hover,
  .home a.et_pb_button:focus,
  .home a.et_pb_button:active {
    width: 100%;
    justify-content: center !important;
  }
}
