.elementor-74 .elementor-element.elementor-element-2399385{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-74 .elementor-element.elementor-element-8a512c1{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-74 .elementor-element.elementor-element-d50d946{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-74 .elementor-element.elementor-element-12a2ffe{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-74 .elementor-element.elementor-element-07cdff2{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-2399385 *//* =========================
   HERO TRAVAUX EXTERIEURS
   VERSION PLUS COMPACTE
   ========================= */

.hq-ext-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #071423 0%, #0d223b 48%, #1f2c3a 100%);
  padding: 0;
}

.hq-container {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.hq-ext-hero__grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  min-height: 560px;
  align-items: stretch;
}

.hq-ext-hero__content {
  position: relative;
  z-index: 3;
  padding: 42px 42px 36px 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
}

.hq-ext-hero__content::after {
  content: "";
  position: absolute;
  top: 0;
  right: -130px;
  bottom: 0;
  width: 250px;
  background: linear-gradient(
    90deg,
    rgba(7, 20, 35, 1) 0%,
    rgba(7, 20, 35, 0.92) 25%,
    rgba(7, 20, 35, 0.48) 68%,
    rgba(7, 20, 35, 0) 100%
  );
  pointer-events: none;
  z-index: 2;
}

.hq-ext-hero__eyebrow {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  padding: 7px 13px;
  border: 1px solid rgba(242, 194, 58, 0.55);
  border-radius: 999px;
  color: #f2c23a;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hq-ext-hero h1 {
  margin: 0 0 16px;
  max-width: 470px;
  font-size: clamp(2rem, 3.5vw, 3.4rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.hq-ext-hero h1 span {
  color: #f2c23a;
}

.hq-ext-hero__text {
  margin: 0 0 22px;
  max-width: 450px;
  font-size: 0.96rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.84);
}

.hq-ext-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 26px;
}

.hq-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 14px;
  text-decoration: none;
  font-size: 0.93rem;
  font-weight: 700;
  transition: all 0.25s ease;
}

.hq-btn--primary {
  background: linear-gradient(135deg, #f2c23a 0%, #d8a918 100%);
  color: #10151d;
  box-shadow: 0 14px 28px rgba(242, 194, 58, 0.22);
}

.hq-btn--primary:hover {
  transform: translateY(-2px);
}

.hq-btn--outline {
  color: #ffffff;
  border: 1px solid rgba(242, 194, 58, 0.65);
  background: rgba(255, 255, 255, 0.02);
}

.hq-btn--outline:hover {
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-2px);
}

.hq-ext-hero__facts {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.hq-ext-hero__fact {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.hq-ext-hero__fact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  color: #f2c23a;
  font-size: 0.95rem;
  font-weight: 700;
}

.hq-ext-hero__fact strong,
.hq-ext-hero__fact small {
  display: block;
}

.hq-ext-hero__fact strong {
  font-size: 0.95rem;
  color: #ffffff;
}

.hq-ext-hero__fact small {
  margin-top: 1px;
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.82);
}

.hq-ext-hero__media {
  position: relative;
  min-height: 560px;
  overflow: hidden;
}

.hq-ext-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(7, 20, 35, 0.92) 0%,
      rgba(7, 20, 35, 0.58) 16%,
      rgba(7, 20, 35, 0.18) 32%,
      rgba(7, 20, 35, 0) 48%
    ),
    linear-gradient(
      270deg,
      rgba(31, 44, 58, 0.42) 0%,
      rgba(31, 44, 58, 0.12) 10%,
      rgba(31, 44, 58, 0) 18%
    ),
    linear-gradient(
      180deg,
      rgba(7, 20, 35, 0.10) 0%,
      rgba(7, 20, 35, 0) 18%,
      rgba(7, 20, 35, 0.08) 100%
    );
}

.hq-ext-hero__media::after {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  bottom: 0;
  width: 90px;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    270deg,
    rgba(31, 44, 58, 0.95) 0%,
    rgba(31, 44, 58, 0.35) 45%,
    rgba(31, 44, 58, 0) 100%
  );
}

.hq-ext-hero__image {
  display: block;
  width: calc(100% + 60px);
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center center;
  margin-left: -20px;
  transition: transform 0.6s ease;
}

.hq-ext-hero:hover .hq-ext-hero__image {
  transform: scale(1.03);
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1024px) {
  .hq-ext-hero__grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hq-ext-hero__content {
    padding: 46px 0 28px;
  }

  .hq-ext-hero__content::after {
    display: none;
  }

  .hq-ext-hero__media {
    min-height: 360px;
  }

  .hq-ext-hero__image {
    width: 100%;
    min-height: 360px;
    margin-left: 0;
  }

  .hq-ext-hero__media::before {
    background:
      linear-gradient(
        180deg,
        rgba(7, 20, 35, 0.14) 0%,
        rgba(7, 20, 35, 0.02) 20%,
        rgba(7, 20, 35, 0.10) 100%
      );
  }

  .hq-ext-hero__media::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .hq-container {
    width: min(100% - 24px, 1280px);
  }

  .hq-ext-hero h1 {
    font-size: clamp(1.9rem, 9vw, 2.8rem);
    max-width: 100%;
  }

  .hq-ext-hero__text {
    max-width: 100%;
    font-size: 0.95rem;
    line-height: 1.65;
  }

  .hq-ext-hero__actions {
    flex-direction: column;
    margin-bottom: 22px;
  }

  .hq-btn {
    width: 100%;
  }

  .hq-ext-hero__facts {
    gap: 14px;
    flex-direction: column;
  }

  .hq-ext-hero__media,
  .hq-ext-hero__image {
    min-height: 240px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8a512c1 *//* =========================
   BLOC INTRO TRAVAUX EXTERIEURS
   PROCHE MAQUETTE
   ========================= */

.hq-ext-block-intro {
  padding: 82px 0 36px;
  background: #f8f8f8;
}

.hq-ext-block-intro__grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 44px;
  align-items: start;
}

.hq-ext-block-intro__eyebrow {
  margin: 0 0 14px;
  color: #d3a21a;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hq-ext-block-intro__left h2 {
  margin: 0 0 22px;
  max-width: 720px;
  font-size: clamp(2rem, 3vw, 3.4rem);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #142033;
}

.hq-ext-block-intro__left h2 span {
  color: #d6a817;
}

.hq-ext-block-intro__left p {
  margin: 0;
  max-width: 560px;
  color: #445164;
  font-size: 1.06rem;
  line-height: 1.85;
}

.hq-ext-block-intro__right {
  padding: 26px;
  border-radius: 24px;
  background: #f1f2f4;
  display: grid;
  gap: 18px;
}

.hq-ext-mini-card strong {
  display: block;
  margin-bottom: 6px;
  color: #142033;
  font-size: 1.04rem;
  font-weight: 800;
}

.hq-ext-mini-card span {
  display: block;
  color: #606b7a;
  font-size: 0.97rem;
  line-height: 1.7;
}

@media (max-width: 1024px) {
  .hq-ext-block-intro__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .hq-ext-block-intro {
    padding: 64px 0 24px;
  }

  .hq-ext-block-intro__left h2 {
    font-size: clamp(1.9rem, 9vw, 2.6rem);
  }

  .hq-ext-block-intro__left p {
    font-size: 1rem;
    line-height: 1.75;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e479319 *//* =========================
   CONTENEUR 3 - NOS SERVICES
   ========================= */

.hq-services {
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.hq-services__top {
  max-width: 860px;
  margin: 0 auto 42px;
  text-align: center;
}

.hq-services__top h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #101828;
}

.hq-services__intro {
  margin: 0 auto;
  max-width: 760px;
  font-size: 1.04rem;
  line-height: 1.85;
  color: #4b586b;
}

.hq-services__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.hq-service-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 26px;
  overflow: hidden;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid rgba(16, 28, 46, 0.08);
  box-shadow: 0 18px 45px rgba(16, 28, 46, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.hq-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 55px rgba(16, 28, 46, 0.10);
  border-color: rgba(242, 194, 58, 0.30);
}

.hq-service-card__image {
  min-height: 210px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(135deg, rgba(16, 28, 46, 0.07), rgba(242, 194, 58, 0.08));
  border-bottom: 1px solid rgba(16, 28, 46, 0.06);
}

.hq-service-card__image span {
  display: block;
  margin-bottom: 8px;
  color: #162234;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.hq-service-card__image small {
  display: block;
  color: #5f6b7d;
  font-size: 0.92rem;
  line-height: 1.5;
}

.hq-service-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px 22px 22px;
}

.hq-service-card__content h3 {
  margin: 0 0 12px;
  font-size: 1.22rem;
  line-height: 1.3;
  color: #101828;
  font-weight: 800;
}

.hq-service-card__content p {
  margin: 0 0 18px;
  color: #556274;
  font-size: 0.97rem;
  line-height: 1.75;
}

.hq-service-card__link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #a37800;
  font-size: 0.95rem;
  font-weight: 700;
}

.hq-service-card__link::after {
  content: "→";
  font-size: 1rem;
  transition: transform 0.25s ease;
}

.hq-service-card:hover .hq-service-card__link::after {
  transform: translateX(4px);
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1180px) {
  .hq-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .hq-services__top {
    margin-bottom: 28px;
  }

  .hq-services__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hq-services__top h2 {
    font-size: clamp(1.75rem, 8vw, 2.5rem);
  }

  .hq-services__intro {
    font-size: 1rem;
    line-height: 1.75;
  }

  .hq-service-card__image {
    min-height: 180px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-d50d946 *//* =========================
   CONTENEUR 3 - RAVALEMENT
   PAGE TRAVAUX EXTERIEURS
   ========================= */

.hq-ext-feature {
  padding: 34px 0 40px;
  background: #f8f8f8;
}

.hq-container {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.hq-ext-feature__grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 46px;
  align-items: center;
}

.hq-ext-feature__media {
  position: relative;
}

.hq-ext-feature__image-wrap {
  border-radius: 24px;
  overflow: hidden;
  background: #dfe5ec;
  box-shadow: 0 22px 55px rgba(16, 28, 46, 0.08);
}

.hq-ext-feature__image {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.hq-ext-feature__image-wrap:hover .hq-ext-feature__image {
  transform: scale(1.03);
}

.hq-ext-feature__content {
  color: #142033;
}

.hq-ext-feature__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 32px;
  padding: 0 10px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(242, 194, 58, 0.18);
  color: #c79205;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.hq-ext-feature h2 {
  margin: 0 0 10px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #142033;
}

.hq-ext-feature__subtitle {
  margin: 0 0 18px;
  color: #d6a817;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.hq-ext-feature__text {
  margin: 0 0 22px;
  max-width: 620px;
  color: #4b5868;
  font-size: 1.03rem;
  line-height: 1.85;
}

.hq-ext-feature__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.hq-ext-feature__list li {
  position: relative;
  padding-left: 28px;
  color: #243244;
  font-size: 0.98rem;
  line-height: 1.7;
  font-weight: 600;
}

.hq-ext-feature__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #d6a817;
  font-weight: 800;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1024px) {
  .hq-ext-feature__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hq-ext-feature__image {
    height: 340px;
  }
}

@media (max-width: 767px) {
  .hq-container {
    width: min(100% - 24px, 1280px);
  }

  .hq-ext-feature {
    padding: 24px 0 32px;
  }

  .hq-ext-feature h2 {
    font-size: clamp(1.8rem, 8vw, 2.4rem);
  }

  .hq-ext-feature__text {
    font-size: 1rem;
    line-height: 1.75;
  }

  .hq-ext-feature__image {
    height: 240px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-286b61a *//* =========================
   CONTENEUR 3 - NOS SERVICES
   ========================= */

.hq-services {
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.hq-services__top {
  max-width: 860px;
  margin: 0 auto 42px;
  text-align: center;
}

.hq-services__top h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #101828;
}

.hq-services__intro {
  margin: 0 auto;
  max-width: 760px;
  font-size: 1.04rem;
  line-height: 1.85;
  color: #4b586b;
}

.hq-services__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.hq-service-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 26px;
  overflow: hidden;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid rgba(16, 28, 46, 0.08);
  box-shadow: 0 18px 45px rgba(16, 28, 46, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.hq-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 55px rgba(16, 28, 46, 0.10);
  border-color: rgba(242, 194, 58, 0.30);
}

.hq-service-card__image {
  min-height: 210px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(135deg, rgba(16, 28, 46, 0.07), rgba(242, 194, 58, 0.08));
  border-bottom: 1px solid rgba(16, 28, 46, 0.06);
}

.hq-service-card__image span {
  display: block;
  margin-bottom: 8px;
  color: #162234;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.hq-service-card__image small {
  display: block;
  color: #5f6b7d;
  font-size: 0.92rem;
  line-height: 1.5;
}

.hq-service-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px 22px 22px;
}

.hq-service-card__content h3 {
  margin: 0 0 12px;
  font-size: 1.22rem;
  line-height: 1.3;
  color: #101828;
  font-weight: 800;
}

.hq-service-card__content p {
  margin: 0 0 18px;
  color: #556274;
  font-size: 0.97rem;
  line-height: 1.75;
}

.hq-service-card__link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #a37800;
  font-size: 0.95rem;
  font-weight: 700;
}

.hq-service-card__link::after {
  content: "→";
  font-size: 1rem;
  transition: transform 0.25s ease;
}

.hq-service-card:hover .hq-service-card__link::after {
  transform: translateX(4px);
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1180px) {
  .hq-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .hq-services__top {
    margin-bottom: 28px;
  }

  .hq-services__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hq-services__top h2 {
    font-size: clamp(1.75rem, 8vw, 2.5rem);
  }

  .hq-services__intro {
    font-size: 1rem;
    line-height: 1.75;
  }

  .hq-service-card__image {
    min-height: 180px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-12a2ffe *//* =========================
   CONTENEUR 4 - ITE
   PAGE TRAVAUX EXTERIEURS
   VERSION CORRIGÉE
   ========================= */

.hq-ext-feature--alt {
  padding-top: 12px;
  padding-bottom: 56px;
}

.hq-ext-feature--alt .hq-ext-feature__image {
  height: 300px;
}

@media (max-width: 1024px) {
  .hq-ext-feature--alt .hq-ext-feature__image {
    height: 260px;
  }
}

@media (max-width: 767px) {
  .hq-ext-feature--alt .hq-ext-feature__image {
    height: 220px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-af21a5e *//* =========================
   CONTENEUR 3 - NOS SERVICES
   ========================= */

.hq-services {
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.hq-services__top {
  max-width: 860px;
  margin: 0 auto 42px;
  text-align: center;
}

.hq-services__top h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #101828;
}

.hq-services__intro {
  margin: 0 auto;
  max-width: 760px;
  font-size: 1.04rem;
  line-height: 1.85;
  color: #4b586b;
}

.hq-services__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.hq-service-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 26px;
  overflow: hidden;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid rgba(16, 28, 46, 0.08);
  box-shadow: 0 18px 45px rgba(16, 28, 46, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.hq-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 55px rgba(16, 28, 46, 0.10);
  border-color: rgba(242, 194, 58, 0.30);
}

.hq-service-card__image {
  min-height: 210px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(135deg, rgba(16, 28, 46, 0.07), rgba(242, 194, 58, 0.08));
  border-bottom: 1px solid rgba(16, 28, 46, 0.06);
}

.hq-service-card__image span {
  display: block;
  margin-bottom: 8px;
  color: #162234;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.hq-service-card__image small {
  display: block;
  color: #5f6b7d;
  font-size: 0.92rem;
  line-height: 1.5;
}

.hq-service-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px 22px 22px;
}

.hq-service-card__content h3 {
  margin: 0 0 12px;
  font-size: 1.22rem;
  line-height: 1.3;
  color: #101828;
  font-weight: 800;
}

.hq-service-card__content p {
  margin: 0 0 18px;
  color: #556274;
  font-size: 0.97rem;
  line-height: 1.75;
}

.hq-service-card__link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #a37800;
  font-size: 0.95rem;
  font-weight: 700;
}

.hq-service-card__link::after {
  content: "→";
  font-size: 1rem;
  transition: transform 0.25s ease;
}

.hq-service-card:hover .hq-service-card__link::after {
  transform: translateX(4px);
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1180px) {
  .hq-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .hq-services__top {
    margin-bottom: 28px;
  }

  .hq-services__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hq-services__top h2 {
    font-size: clamp(1.75rem, 8vw, 2.5rem);
  }

  .hq-services__intro {
    font-size: 1rem;
    line-height: 1.75;
  }

  .hq-service-card__image {
    min-height: 180px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-07cdff2 *//* =========================
   CONTENEUR 5 - CTA FINAL
   PAGE TRAVAUX EXTERIEURS
   ========================= */

.hq-ext-cta {
  padding: 22px 0 90px;
  background: #f8f8f8;
}

.hq-container {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.hq-ext-cta__box {
  display: grid;
  grid-template-columns: 1.2fr auto;
  gap: 28px;
  align-items: center;
  padding: 34px 36px;
  border-radius: 28px;
  background: linear-gradient(135deg, #142033 0%, #1b2b42 100%);
  box-shadow: 0 24px 60px rgba(16, 28, 46, 0.12);
  overflow: hidden;
  position: relative;
}

.hq-ext-cta__box::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(242, 194, 58, 0.12), transparent 26%),
    radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.04), transparent 24%);
  pointer-events: none;
}

.hq-ext-cta__content {
  position: relative;
  z-index: 2;
  color: #ffffff;
}

.hq-ext-cta__eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(242, 194, 58, 0.14);
  color: #f2c23a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hq-ext-cta h2 {
  margin: 0 0 16px;
  max-width: 760px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.hq-ext-cta__text {
  margin: 0;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.03rem;
  line-height: 1.8;
}

.hq-ext-cta__actions {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 240px;
}

.hq-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.98rem;
  transition: all 0.25s ease;
}

.hq-btn--primary {
  background: linear-gradient(135deg, #f2c23a 0%, #d8a918 100%);
  color: #10151d;
  box-shadow: 0 14px 30px rgba(242, 194, 58, 0.18);
}

.hq-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(242, 194, 58, 0.24);
}

.hq-btn--secondary {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  backdrop-filter: blur(8px);
}

.hq-btn--secondary:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.12);
}

.hq-btn--light {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.10);
  color: #ffffff;
}

.hq-btn--light:hover {
  background: rgba(255, 255, 255, 0.16);
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1024px) {
  .hq-ext-cta__box {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 30px 28px;
  }

  .hq-ext-cta__actions {
    min-width: 100%;
    max-width: 320px;
  }
}

@media (max-width: 767px) {
  .hq-ext-cta {
    padding: 18px 0 64px;
  }

  .hq-container {
    width: min(100% - 24px, 1280px);
  }

  .hq-ext-cta__box {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .hq-ext-cta h2 {
    font-size: clamp(1.8rem, 8vw, 2.4rem);
  }

  .hq-ext-cta__text {
    font-size: 1rem;
    line-height: 1.72;
  }

  .hq-ext-cta__actions {
    max-width: none;
  }

  .hq-ext-cta__actions .hq-btn {
    width: 100%;
  }
}/* End custom CSS */