.elementor-115 .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-115 .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;}.elementor-115 .elementor-element.elementor-element-33e8f53{--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-115 .elementor-element.elementor-element-08e4053{--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-115 .elementor-element.elementor-element-a87eb54{--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 PAGE PLACOPLATRE
   VERSION COMPACTE
   ========================= */

.hq-pla-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #071423 0%, #0d223b 48%, #243342 100%);
  padding: 0;
}

.hq-container {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.hq-pla-hero__grid {
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  min-height: 430px;
  align-items: stretch;
}

.hq-pla-hero__content {
  position: relative;
  z-index: 3;
  padding: 28px 34px 24px 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
}

.hq-pla-hero__content::after {
  content: "";
  position: absolute;
  top: 0;
  right: -110px;
  bottom: 0;
  width: 200px;
  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-pla-hero__eyebrow {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 12px;
  padding: 6px 12px;
  border: 1px solid rgba(242, 194, 58, 0.55);
  border-radius: 999px;
  color: #f2c23a;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hq-pla-hero h1 {
  margin: 0 0 12px;
  max-width: 430px;
  font-size: clamp(1.7rem, 2.8vw, 2.5rem);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.hq-pla-hero h1 span {
  color: #f2c23a;
}

.hq-pla-hero__text {
  margin: 0 0 16px;
  max-width: 420px;
  font-size: 0.88rem;
  line-height: 1.58;
  color: rgba(255, 255, 255, 0.84);
}

.hq-pla-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.hq-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 700;
  transition: all 0.25s ease;
}

.hq-btn--primary {
  background: linear-gradient(135deg, #f2c23a 0%, #d8a918 100%);
  color: #10151d;
  box-shadow: 0 10px 20px rgba(242, 194, 58, 0.18);
}

.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-pla-hero__facts {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.hq-pla-hero__fact {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.hq-pla-hero__fact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  color: #f2c23a;
  font-size: 0.82rem;
  font-weight: 700;
  flex-shrink: 0;
}

.hq-pla-hero__fact strong,
.hq-pla-hero__fact small {
  display: block;
}

.hq-pla-hero__fact strong {
  font-size: 0.86rem;
  color: #ffffff;
}

.hq-pla-hero__fact small {
  margin-top: 1px;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.45;
}

.hq-pla-hero__media {
  position: relative;
  min-height: 430px;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}

.hq-pla-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(7, 20, 35, 0.90) 0%,
      rgba(7, 20, 35, 0.56) 16%,
      rgba(7, 20, 35, 0.16) 32%,
      rgba(7, 20, 35, 0) 48%
    ),
    linear-gradient(
      270deg,
      rgba(36, 51, 66, 0.36) 0%,
      rgba(36, 51, 66, 0.10) 10%,
      rgba(36, 51, 66, 0) 18%
    ),
    linear-gradient(
      180deg,
      rgba(7, 20, 35, 0.08) 0%,
      rgba(7, 20, 35, 0) 18%,
      rgba(7, 20, 35, 0.08) 100%
    );
}

.hq-pla-hero__media::after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  width: 70px;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    270deg,
    rgba(36, 51, 66, 0.95) 0%,
    rgba(36, 51, 66, 0.35) 45%,
    rgba(36, 51, 66, 0) 100%
  );
}

.hq-pla-hero__image {
  display: block;
  width: calc(100% + 30px);
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: center center;
  margin-left: -6px;
  transition: transform 0.6s ease;
  align-self: stretch;
}

.hq-pla-hero:hover .hq-pla-hero__image {
  transform: scale(1.02);
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1024px) {
  .hq-pla-hero__grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hq-pla-hero__content {
    padding: 34px 0 20px;
  }

  .hq-pla-hero__content::after {
    display: none;
  }

  .hq-pla-hero__media {
    min-height: 280px;
    height: auto;
  }

  .hq-pla-hero__image {
    width: 100%;
    min-height: 280px;
    height: 280px;
    margin-left: 0;
  }

  .hq-pla-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-pla-hero__media::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .hq-container {
    width: min(100% - 24px, 1280px);
  }

  .hq-pla-hero h1 {
    font-size: clamp(1.55rem, 8vw, 2.2rem);
    max-width: 100%;
  }

  .hq-pla-hero__text {
    max-width: 100%;
    font-size: 0.88rem;
    line-height: 1.58;
  }

  .hq-pla-hero__actions {
    flex-direction: column;
    margin-bottom: 16px;
  }

  .hq-btn {
    width: 100%;
  }

  .hq-pla-hero__facts {
    gap: 10px;
  }

  .hq-pla-hero__media {
    min-height: 200px;
  }

  .hq-pla-hero__image {
    min-height: 200px;
    height: 200px;
  }
}/* 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 2 - PLACOPLATRE
   INTRO / REASSURANCE
   ========================= */

.hq-pla-block-intro {
  padding: 74px 0 34px;
  background: #f8f8f8;
}

.hq-container {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.hq-pla-block-intro__grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 44px;
  align-items: start;
}

.hq-pla-block-intro__eyebrow {
  margin: 0 0 14px;
  color: #d3a21a;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hq-pla-block-intro__left h2 {
  margin: 0 0 22px;
  max-width: 720px;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #142033;
}

.hq-pla-block-intro__left h2 span {
  color: #d6a817;
}

.hq-pla-block-intro__left p {
  margin: 0 0 18px;
  max-width: 590px;
  color: #445164;
  font-size: 1.02rem;
  line-height: 1.82;
}

.hq-pla-block-intro__right {
  padding: 26px;
  border-radius: 24px;
  background: #f1f2f4;
  display: grid;
  gap: 18px;
  border: 1px solid rgba(20, 32, 51, 0.05);
}

.hq-pla-mini-card strong {
  display: block;
  margin-bottom: 6px;
  color: #142033;
  font-size: 1.02rem;
  font-weight: 800;
}

.hq-pla-mini-card span {
  display: block;
  color: #606b7a;
  font-size: 0.96rem;
  line-height: 1.7;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1024px) {
  .hq-pla-block-intro__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .hq-pla-block-intro {
    padding: 58px 0 24px;
  }

  .hq-container {
    width: min(100% - 24px, 1280px);
  }

  .hq-pla-block-intro__left h2 {
    font-size: clamp(1.85rem, 8vw, 2.5rem);
  }

  .hq-pla-block-intro__left p {
    font-size: 0.98rem;
    line-height: 1.74;
  }

  .hq-pla-block-intro__right {
    padding: 22px 18px;
  }

  .hq-pla-mini-card strong {
    font-size: 0.98rem;
  }

  .hq-pla-mini-card span {
    font-size: 0.94rem;
    line-height: 1.65;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e4c5f39 *//* =========================
   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-33e8f53 *//* =========================
   CONTENEUR 3 - PLACOPLATRE
   CLOISONS / AMENAGEMENT
   ========================= */

.hq-pla-feature {
  padding: 34px 0 40px;
  background: #f8f8f8;
}

.hq-container {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.hq-pla-feature__grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 46px;
  align-items: center;
}

.hq-pla-feature__media {
  position: relative;
}

.hq-pla-feature__image-wrap {
  border-radius: 24px;
  overflow: hidden;
  background: #dfe5ec;
  box-shadow: 0 22px 55px rgba(16, 28, 46, 0.08);
}

.hq-pla-feature__image {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.hq-pla-feature__image-wrap:hover .hq-pla-feature__image {
  transform: scale(1.03);
}

.hq-pla-feature__content {
  color: #142033;
}

.hq-pla-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-pla-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-pla-feature__subtitle {
  margin: 0 0 18px;
  color: #d6a817;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.hq-pla-feature__text {
  margin: 0 0 22px;
  max-width: 620px;
  color: #4b5868;
  font-size: 1.03rem;
  line-height: 1.85;
}

.hq-pla-feature__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.hq-pla-feature__list li {
  position: relative;
  padding-left: 28px;
  color: #243244;
  font-size: 0.98rem;
  line-height: 1.7;
  font-weight: 600;
}

.hq-pla-feature__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #d6a817;
  font-weight: 800;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1024px) {
  .hq-pla-feature__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hq-pla-feature__image {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .hq-container {
    width: min(100% - 24px, 1280px);
  }

  .hq-pla-feature {
    padding: 24px 0 32px;
  }

  .hq-pla-feature h2 {
    font-size: clamp(1.8rem, 8vw, 2.4rem);
  }

  .hq-pla-feature__text {
    font-size: 1rem;
    line-height: 1.75;
  }

  .hq-pla-feature__image {
    height: 220px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aa66f53 *//* =========================
   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-08e4053 *//* =========================
   CONTENEUR 3 - PLACOPLATRE
   CLOISONS / AMENAGEMENT
   ========================= */

.hq-pla-feature {
  padding: 34px 0 40px;
  background: #f8f8f8;
}

.hq-container {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.hq-pla-feature__grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 46px;
  align-items: center;
}

.hq-pla-feature__media {
  position: relative;
}

.hq-pla-feature__image-wrap {
  border-radius: 24px;
  overflow: hidden;
  background: #dfe5ec;
  box-shadow: 0 22px 55px rgba(16, 28, 46, 0.08);
}

.hq-pla-feature__image {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.hq-pla-feature__image-wrap:hover .hq-pla-feature__image {
  transform: scale(1.03);
}

.hq-pla-feature__content {
  color: #142033;
}

.hq-pla-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-pla-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-pla-feature__subtitle {
  margin: 0 0 18px;
  color: #d6a817;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.hq-pla-feature__text {
  margin: 0 0 22px;
  max-width: 620px;
  color: #4b5868;
  font-size: 1.03rem;
  line-height: 1.85;
}

.hq-pla-feature__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.hq-pla-feature__list li {
  position: relative;
  padding-left: 28px;
  color: #243244;
  font-size: 0.98rem;
  line-height: 1.7;
  font-weight: 600;
}

.hq-pla-feature__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #d6a817;
  font-weight: 800;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1024px) {
  .hq-pla-feature__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hq-pla-feature__image {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .hq-container {
    width: min(100% - 24px, 1280px);
  }

  .hq-pla-feature {
    padding: 24px 0 32px;
  }

  .hq-pla-feature h2 {
    font-size: clamp(1.8rem, 8vw, 2.4rem);
  }

  .hq-pla-feature__text {
    font-size: 1rem;
    line-height: 1.75;
  }

  .hq-pla-feature__image {
    height: 220px;
  }
}

/* =========================
   CONTENEUR 4 - PLACOPLATRE
   ISOLATION / FAUX PLAFONDS
   ========================= */

.hq-pla-feature--alt {
  padding-top: 12px;
  padding-bottom: 56px;
}

.hq-pla-feature--alt .hq-pla-feature__image {
  height: 300px;
}

@media (max-width: 1024px) {
  .hq-pla-feature--alt .hq-pla-feature__image {
    height: 260px;
  }
}

@media (max-width: 767px) {
  .hq-pla-feature--alt .hq-pla-feature__image {
    height: 220px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-90137de *//* =========================
   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-a87eb54 *//* =========================
   CONTENEUR 5 - CTA FINAL
   PAGE PLACOPLATRE
   ========================= */

.hq-pla-cta {
  padding: 22px 0 90px;
  background: #f8f8f8;
}

.hq-container {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.hq-pla-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-pla-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-pla-cta__content {
  position: relative;
  z-index: 2;
  color: #ffffff;
}

.hq-pla-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-pla-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-pla-cta__text {
  margin: 0;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.03rem;
  line-height: 1.8;
}

.hq-pla-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-pla-cta__box {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 30px 28px;
  }

  .hq-pla-cta__actions {
    min-width: 100%;
    max-width: 320px;
  }
}

@media (max-width: 767px) {
  .hq-pla-cta {
    padding: 18px 0 64px;
  }

  .hq-container {
    width: min(100% - 24px, 1280px);
  }

  .hq-pla-cta__box {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .hq-pla-cta h2 {
    font-size: clamp(1.8rem, 8vw, 2.4rem);
  }

  .hq-pla-cta__text {
    font-size: 1rem;
    line-height: 1.72;
  }

  .hq-pla-cta__actions {
    max-width: none;
  }

  .hq-pla-cta__actions .hq-btn {
    width: 100%;
  }
}/* End custom CSS */