.elementor-1882 .elementor-element.elementor-element-abc750d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-c1a48f3 *//* =========================================================
   PAGE FORFAITS AUDIOTEL — AMOUR TÉLÉPHONE
   À ajouter à la fin du CSS global
========================================================= */

.amtel-forfaits-page {
  width: 100%;
  background: #FFFFFF;
  color: #111111;
  overflow: hidden;
}


/* =========================================================
   BOUTONS ROUGES PAGE FORFAITS
========================================================= */

.amtel-forfaits-page .amtel-forfaits-btn,
.amtel-forfaits-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-height: 44px;
  padding: 0 18px;

  color: #FFFFFF !important;
  background: linear-gradient(135deg, #CC0000 0%, #990000 100%) !important;
  border: 1px solid #CC0000 !important;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(204, 0, 0, 0.18);

  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !important;

  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.amtel-forfaits-page .amtel-forfaits-btn:hover,
.amtel-forfaits-btn:hover {
  transform: translateY(-2px);
  color: #FFFFFF !important;
  background: linear-gradient(135deg, #B30000 0%, #800000 100%) !important;
  border-color: #990000 !important;
  box-shadow: 0 10px 22px rgba(204, 0, 0, 0.24);
  text-decoration: none !important;
}


/* Correction importante : empêche les styles de liens du bloc appel de casser les boutons */
.amtel-forfaits-page .amtel-home-call__links a.amtel-forfaits-btn,
.amtel-forfaits-page .amtel-forfaits-final-call__buttons a.amtel-forfaits-btn {
  color: #FFFFFF !important;
  background: linear-gradient(135deg, #CC0000 0%, #990000 100%) !important;
  border: 1px solid #CC0000 !important;
  border-bottom: 1px solid #CC0000 !important;
  text-decoration: none !important;
}

.amtel-forfaits-page .amtel-home-call__links a.amtel-forfaits-btn:hover,
.amtel-forfaits-page .amtel-forfaits-final-call__buttons a.amtel-forfaits-btn:hover {
  color: #FFFFFF !important;
  background: linear-gradient(135deg, #B30000 0%, #800000 100%) !important;
  border-color: #990000 !important;
  border-bottom-color: #990000 !important;
}


/* =========================================================
   ACTIONS PAGE FORFAITS
========================================================= */

.amtel-forfaits-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;

  width: 100%;
  margin-top: 18px;
}

.amtel-forfaits-actions--center {
  justify-content: center;
}


/* =========================================================
   HERO SIMPLE PAGE FORFAITS
========================================================= */

.amtel-forfaits-hero {
  width: 100%;
  padding: 28px 20px 18px;
  box-sizing: border-box;
  background: linear-gradient(135deg, #FFFFFF 0%, #FFF9F9 100%);
}

.amtel-forfaits-hero__inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 30px 28px;

  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 30px;
  align-items: center;

  background: #FFFFFF;
  border: 1px solid rgba(204, 0, 0, 0.12);
  border-radius: 20px;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.045);
  box-sizing: border-box;
}

.amtel-forfaits-hero__content {
  min-width: 0;
}

.amtel-forfaits-hero__eyebrow {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;

  width: auto !important;
  max-width: max-content !important;
  margin: 0 0 10px 0 !important;
  padding: 5px 11px !important;

  color: #CC0000 !important;
  background: #FFF8F8 !important;
  border: 1px solid rgba(204, 0, 0, 0.12) !important;
  border-radius: 999px;

  font-size: 9px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase;
}

.amtel-forfaits-hero__title {
  max-width: 720px;
  margin: 0 0 14px 0 !important;

  color: #111111 !important;
  font-size: clamp(32px, 3.5vw, 46px) !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.02em !important;
}

.amtel-forfaits-hero__text {
  max-width: 720px;
  margin: 0 !important;

  color: #333333 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.68 !important;
}

.amtel-forfaits-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.amtel-forfaits-hero__badges span {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 8px 12px;

  color: #111111;
  background: #FFFFFF;
  border: 1px solid rgba(204, 0, 0, 0.12);
  border-radius: 999px;

  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.2;
}

.amtel-forfaits-hero__badges span::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 17px;
  height: 17px;
  margin-right: 7px;

  color: #FFFFFF;
  background: #CC0000;
  border-radius: 50%;

  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}

.amtel-forfaits-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 22px;
}

.amtel-forfaits-hero__side {
  min-width: 0;
}

.amtel-forfaits-hero__number-card {
  padding: 22px 18px;

  background: linear-gradient(135deg, #FFF8F8 0%, #FFFFFF 100%);
  border: 1px solid rgba(204, 0, 0, 0.14);
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(17, 17, 17, 0.05);

  text-align: center;
}

.amtel-forfaits-hero__number-label {
  margin: 0 0 10px 0 !important;

  color: #CC0000 !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.amtel-forfaits-hero__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  min-height: 68px;
  padding: 0 14px;
  margin-bottom: 12px;

  color: #FFFFFF !important;
  background: linear-gradient(135deg, #CC0000 0%, #990000 100%);
  border: 1px solid #CC0000;
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(204, 0, 0, 0.16);

  font-size: 31px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0.03em;
  text-decoration: none !important;
}

.amtel-forfaits-hero__number-text {
  margin: 0 !important;

  color: #444444 !important;
  font-size: 13.5px !important;
  line-height: 1.5 !important;
}

.amtel-forfaits-hero__number-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}

.amtel-forfaits-hero__number-links .amtel-forfaits-btn {
  width: 100%;
}


/* =========================================================
   IMAGES HORIZONTALES PAGE FORFAITS
========================================================= */

.amtel-forfaits-page .amtel-home-service--landscape .amtel-home-service__image-link {
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 900 / 650;
}

.amtel-forfaits-page .amtel-home-service--landscape .amtel-home-service__image {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  aspect-ratio: 900 / 650;
  object-fit: cover !important;
  object-position: center center !important;
}


/* =========================================================
   IFRAME FORFAITS RESPONSIVE
========================================================= */

.amtel-forfaits-iframe-wrap {
  margin-top: 18px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(204, 0, 0, 0.12);
  box-shadow: 0 8px 22px rgba(17, 17, 17, 0.045);
  background: #FFFFFF;
}

.amtel-forfaits-iframe-wrap iframe {
  width: 100% !important;
  border: 0 !important;
  display: block !important;
  height: 420px !important;
  background: #FFFFFF;
}


/* =========================================================
   CTA FINAL PAGE FORFAITS
========================================================= */

.amtel-forfaits-final-call .amtel-home-call__inner {
  align-items: center;
}

.amtel-forfaits-final-call__cta {
  gap: 12px;
}

.amtel-forfaits-final-call__number {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  min-width: 310px;
  padding: 14px 26px;

  color: #FFFFFF !important;
  background: linear-gradient(135deg, #CC0000 0%, #990000 100%);
  border: 1px solid #CC0000;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(204, 0, 0, 0.18);

  text-decoration: none !important;
  line-height: 1.15;
}

.amtel-forfaits-final-call__number:hover {
  color: #FFFFFF !important;
  background: linear-gradient(135deg, #B30000 0%, #800000 100%);
  text-decoration: none !important;
}

.amtel-forfaits-final-call__number-main {
  display: block;
  color: #FFFFFF !important;
  font-size: 28px !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  letter-spacing: 0.03em;
}

.amtel-forfaits-final-call__number-sub {
  display: block;
  margin-top: 3px;

  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.amtel-forfaits-final-call__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 12px;
  width: 100%;
}


/* =========================================================
   RESPONSIVE TABLETTE
========================================================= */

@media (max-width: 1024px) {
  .amtel-forfaits-hero__inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .amtel-forfaits-hero__number-card {
    max-width: 440px;
    margin: 0 auto;
  }

  .amtel-forfaits-iframe-wrap iframe {
    height: 750px !important;
  }

  .amtel-forfaits-page .amtel-home-service--landscape .amtel-home-service__inner {
    grid-template-columns: 340px minmax(0, 1fr);
  }

  .amtel-forfaits-page .amtel-home-service--reverse.amtel-home-service--landscape .amtel-home-service__inner {
    grid-template-columns: minmax(0, 1fr) 340px;
  }
}


/* =========================================================
   RESPONSIVE MOBILE
========================================================= */

@media (max-width: 767px) {
  .amtel-forfaits-hero {
    padding: 22px 17px 16px;
  }

  .amtel-forfaits-hero__inner {
    padding: 22px 16px;
    border-radius: 16px;
  }

  .amtel-forfaits-hero__title {
    font-size: 28px !important;
    line-height: 1.16 !important;
  }

  .amtel-forfaits-hero__text {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  .amtel-forfaits-hero__badges {
    gap: 8px;
  }

  .amtel-forfaits-hero__badges span {
    width: 100%;
    justify-content: flex-start;
  }

  .amtel-forfaits-hero__actions,
  .amtel-forfaits-actions,
  .amtel-forfaits-final-call__buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .amtel-forfaits-hero__actions .amtel-forfaits-btn,
  .amtel-forfaits-actions .amtel-forfaits-btn,
  .amtel-forfaits-final-call__buttons .amtel-forfaits-btn {
    width: 100%;
  }

  .amtel-forfaits-hero__number {
    font-size: 24px !important;
    min-height: 58px;
  }

  .amtel-forfaits-hero__number-card {
    max-width: none;
    width: 100%;
    padding: 18px 14px;
  }

  .amtel-forfaits-page .amtel-home-service--landscape .amtel-home-service__image-link,
  .amtel-forfaits-page .amtel-home-service--landscape .amtel-home-service__image {
    aspect-ratio: 900 / 650;
  }

  .amtel-forfaits-iframe-wrap iframe {
    height: 1400px !important;
  }

  .amtel-forfaits-final-call__number {
    width: 100%;
    min-width: 0;
    max-width: 320px;
    margin: 0 auto;
    padding: 13px 20px;
  }

  .amtel-forfaits-final-call__number-main {
    font-size: 23px !important;
  }
}/* End custom CSS */