.elementor-389 .elementor-element.elementor-element-b946634{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-389 .elementor-element.elementor-element-7700966{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-389 .elementor-element.elementor-element-3a7d501{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-389 .elementor-element.elementor-element-dec2a8a{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-389 .elementor-element.elementor-element-33e87f8{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-389 .elementor-element.elementor-element-697551c{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-389 .elementor-element.elementor-element-3350301{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-389 .elementor-element.elementor-element-067f9d5{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-389 .elementor-element.elementor-element-c9cf035{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a38097b *//* =========================================================
   PAGE SUPERVISION ÉNERGÉTIQUE — HERO
========================================================= */

.gtbox-energy-hero {
  position: relative;
  overflow: hidden;

  width: 100%;
  padding: 132px 0 96px;

  color: #ffffff;

  background:
    radial-gradient(circle at 78% 42%, rgba(143,205,55,0.18), transparent 34%),
    linear-gradient(135deg, #071c2c 0%, #0d243a 52%, #123454 100%);
}

.gtbox-energy-hero::before {
  content: "";

  position: absolute;
  right: -120px;
  top: -120px;

  width: 360px;
  height: 360px;

  border-radius: 42px;

  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,0.06),
      rgba(255,255,255,0.015)
    );

  transform: rotate(18deg);

  pointer-events: none;
}

.gtbox-energy-hero-inner {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 1240px;

  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;

  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
}

/* CONTENT */

.gtbox-energy-hero-content {
  max-width: 680px;
}

.gtbox-energy-hero-tag {
  display: inline-block;

  margin-bottom: 22px;
  padding: 10px 16px;

  border-radius: 999px;

  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);

  backdrop-filter: blur(10px);

  color: rgba(255,255,255,0.88);

  font-size: 13px;
  font-weight: 850;
}

.gtbox-energy-hero h1 {
  margin: 0 0 22px;

  color: #ffffff;

  font-size: clamp(2.8rem, 4vw, 4.5rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 850;
}

.gtbox-energy-hero-content p {
  max-width: 640px;

  margin: 0;

  color: rgba(255,255,255,0.82);

  font-size: 1.08rem;
  line-height: 1.75;
}

/* ACTIONS */

.gtbox-energy-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;

  margin-top: 34px;
}

.gtbox-energy-btn-primary,
.gtbox-energy-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 54px;
  padding: 0 28px;

  border-radius: 16px;

  font-size: 15px;
  font-weight: 850;

  text-decoration: none;

  transition:
    transform 0.2s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.gtbox-energy-btn-primary {
  background: #ff7a00;
  color: #ffffff;

  box-shadow:
    0 16px 34px rgba(255,122,0,0.30);
}

.gtbox-energy-btn-primary:hover {
  background: #ff8a1f;

  transform: translateY(-2px);
}

.gtbox-energy-btn-secondary {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.22);

  color: #ffffff;
}

.gtbox-energy-btn-secondary:hover {
  background: rgba(255,255,255,0.12);

  transform: translateY(-2px);
}

/* BADGES */

.gtbox-energy-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;

  margin-top: 30px;
}

.gtbox-energy-hero-badges span {
  padding: 10px 14px;

  border-radius: 999px;

  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);

  color: rgba(255,255,255,0.78);

  font-size: 0.84rem;
  font-weight: 700;
}

/* UI */

.gtbox-energy-hero-ui {
  position: relative;

  padding: 26px;

  border-radius: 30px;

  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0.08),
      rgba(255,255,255,0.04)
    );

  border: 1px solid rgba(255,255,255,0.12);

  backdrop-filter: blur(16px);

  box-shadow:
    0 30px 70px rgba(0,0,0,0.22);
}

.gtbox-energy-ui-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;

  margin-bottom: 24px;
}

.gtbox-energy-kpi {
  padding: 16px;
  border-radius: 18px;

  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
}

.gtbox-energy-kpi small {
  display: block;

  margin-bottom: 10px;

  color: rgba(255,255,255,0.62);

  font-size: 0.76rem;
  font-weight: 700;
}

.gtbox-energy-kpi strong {
  display: block;

  margin-bottom: 4px;

  color: #8fcd37;

  font-size: 1.7rem;
  font-weight: 850;
}

.gtbox-energy-kpi span {
  color: rgba(255,255,255,0.72);
  font-size: 0.82rem;
}

/* CHART */

.gtbox-energy-chart {
  position: relative;

  height: 240px;
  margin-bottom: 24px;

  border-radius: 24px;

  overflow: hidden;

  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0.04),
      rgba(255,255,255,0.02)
    );
}

.gtbox-energy-chart-grid {
  position: absolute;
  inset: 0;

  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);

  background-size: 42px 42px;
}

.gtbox-energy-chart svg {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;
}

.gtbox-energy-chart path {
  fill: none;

  stroke: #8fcd37;
  stroke-width: 4;

  stroke-linecap: round;
  stroke-linejoin: round;

  filter: drop-shadow(0 0 12px rgba(143,205,55,0.45));
}

.gtbox-energy-chart-glow {
  position: absolute;
  right: 10%;
  top: 12%;

  width: 180px;
  height: 180px;

  border-radius: 50%;

  background:
    radial-gradient(circle, rgba(143,205,55,0.18), transparent 70%);

  filter: blur(26px);
}

/* BOTTOM */

.gtbox-energy-ui-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.gtbox-energy-stat {
  padding: 14px 16px;
  border-radius: 16px;

  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
}

.gtbox-energy-stat span {
  display: block;

  margin-bottom: 8px;

  color: rgba(255,255,255,0.62);

  font-size: 0.76rem;
  font-weight: 700;
}

.gtbox-energy-stat strong {
  color: #ffffff;

  font-size: 1rem;
  font-weight: 800;
}

/* RESPONSIVE */

@media (max-width: 1080px) {

  .gtbox-energy-hero {
    padding: 118px 0 84px;
  }

  .gtbox-energy-hero-inner {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .gtbox-energy-hero-content {
    max-width: none;
  }
}

@media (max-width: 768px) {

  .gtbox-energy-hero {
    padding: 98px 0 70px;
  }

  .gtbox-energy-hero-inner {
    padding: 0 20px;
  }

  .gtbox-energy-hero h1 {
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }

  .gtbox-energy-hero-actions {
    flex-direction: column;
  }

  .gtbox-energy-btn-primary,
  .gtbox-energy-btn-secondary {
    width: 100%;
  }

  .gtbox-energy-ui-top,
  .gtbox-energy-ui-bottom {
    grid-template-columns: 1fr;
  }

  .gtbox-energy-chart {
    height: 200px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fbee4f9 *//* =========================================================
   PAGE SUPERVISION ÉNERGÉTIQUE — POURQUOI SUPERVISER
========================================================= */

.gtbox-energy-why-section {
  width: 100%;
  padding: 108px 0;
  background:
    radial-gradient(circle at 88% 18%, rgba(143,205,55,0.075), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
  color: #1c2f45;
}

.gtbox-energy-why-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.gtbox-energy-why-header {
  max-width: 820px;
  margin: 0 auto 58px;
  text-align: center;
}

.gtbox-energy-why-tag {
  display: inline-block;
  margin-bottom: 14px;
  color: #8fcd37;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtbox-energy-why-header h2 {
  margin: 0 0 18px;
  color: #17324d;
  font-size: clamp(2rem, 3vw, 2.85rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-weight: 850;
}

.gtbox-energy-why-header p {
  margin: 0 auto;
  max-width: 760px;
  color: #5c6f82;
  font-size: 1.05rem;
  line-height: 1.75;
}

.gtbox-energy-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.gtbox-energy-why-card {
  position: relative;
  min-height: 250px;
  padding: 30px 28px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e4edf3;
  box-shadow:
    0 14px 34px rgba(13,31,51,0.045),
    inset 0 1px 0 rgba(255,255,255,0.7);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.gtbox-energy-why-card:hover {
  transform: translateY(-4px);
  border-color: rgba(143,205,55,0.35);
  box-shadow: 0 20px 46px rgba(13,31,51,0.08);
}

.gtbox-energy-why-card.is-featured {
  border-color: rgba(143,205,55,0.34);
  background:
    radial-gradient(circle at top right, rgba(143,205,55,0.12), transparent 40%),
    #ffffff;
}

.gtbox-energy-why-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  border-radius: 16px;
  background: rgba(143,205,55,0.10);
  border: 1px solid rgba(143,205,55,0.20);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8fcd37;
}

.gtbox-energy-why-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gtbox-energy-why-card span {
  display: inline-block;
  margin-bottom: 12px;
  color: #8fcd37;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.gtbox-energy-why-card h3 {
  margin: 0 0 12px;
  color: #17324d;
  font-size: 1.16rem;
  line-height: 1.3;
  font-weight: 850;
}

.gtbox-energy-why-card p {
  margin: 0;
  color: #5c6f82;
  font-size: 0.95rem;
  line-height: 1.65;
}

@media (max-width: 1024px) {
  .gtbox-energy-why-section {
    padding: 84px 0;
  }

  .gtbox-energy-why-grid {
    grid-template-columns: 1fr;
  }

  .gtbox-energy-why-card {
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .gtbox-energy-why-inner {
    padding: 0 20px;
  }

  .gtbox-energy-why-header {
    text-align: left;
    margin-bottom: 42px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9e76970 *//* =========================================================
   PAGE SUPERVISION ÉNERGÉTIQUE — DONNÉES SUIVIES
========================================================= */

.gtbox-energy-data-section {
  width: 100%;
  padding: 108px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(143,205,55,0.07), transparent 30%),
    linear-gradient(180deg, #f7fafc 0%, #f2f6fa 100%);
  color: #1c2f45;
}

.gtbox-energy-data-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.gtbox-energy-data-header {
  max-width: 820px;
  margin: 0 auto 58px;
  text-align: center;
}

.gtbox-energy-data-tag {
  display: inline-block;
  margin-bottom: 14px;
  color: #8fcd37;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtbox-energy-data-header h2 {
  margin: 0 0 18px;
  color: #17324d;
  font-size: clamp(2rem, 3vw, 2.85rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-weight: 850;
}

.gtbox-energy-data-header p {
  margin: 0 auto;
  max-width: 760px;
  color: #5c6f82;
  font-size: 1.05rem;
  line-height: 1.75;
}

.gtbox-energy-data-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.gtbox-energy-data-card {
  position: relative;
  min-height: 210px;
  padding: 30px 28px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e4edf3;
  box-shadow:
    0 14px 34px rgba(13,31,51,0.045),
    inset 0 1px 0 rgba(255,255,255,0.7);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.gtbox-energy-data-card:hover {
  transform: translateY(-4px);
  border-color: rgba(143,205,55,0.35);
  box-shadow: 0 20px 46px rgba(13,31,51,0.08);
}

.gtbox-energy-data-card.is-featured {
  border-color: rgba(143,205,55,0.34);
  background:
    radial-gradient(circle at top right, rgba(143,205,55,0.12), transparent 40%),
    #ffffff;
}

.gtbox-energy-data-card span {
  display: inline-block;
  margin-bottom: 16px;
  color: #8fcd37;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.gtbox-energy-data-card h3 {
  margin: 0 0 12px;
  color: #17324d;
  font-size: 1.16rem;
  line-height: 1.3;
  font-weight: 850;
}

.gtbox-energy-data-card p {
  margin: 0;
  color: #5c6f82;
  font-size: 0.95rem;
  line-height: 1.65;
}

@media (max-width: 1024px) {
  .gtbox-energy-data-section {
    padding: 84px 0;
  }

  .gtbox-energy-data-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gtbox-energy-data-card {
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .gtbox-energy-data-inner {
    padding: 0 20px;
  }

  .gtbox-energy-data-header {
    text-align: left;
    margin-bottom: 42px;
  }

  .gtbox-energy-data-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c950e06 *//* =========================================================
   PAGE SUPERVISION ÉNERGÉTIQUE — DASHBOARD
========================================================= */

.gtbox-energy-dashboard-section {
  width: 100%;
  padding: 112px 0;

  background:
    radial-gradient(circle at 82% 22%, rgba(143,205,55,0.12), transparent 34%),
    linear-gradient(135deg, #071c2c 0%, #0d243a 55%, #123454 100%);

  color: #ffffff;
}

.gtbox-energy-dashboard-inner {
  width: 100%;
  max-width: 1240px;

  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.gtbox-energy-dashboard-header {
  max-width: 820px;

  margin: 0 auto 58px;

  text-align: center;
}

.gtbox-energy-dashboard-tag {
  display: inline-block;

  margin-bottom: 14px;

  color: #8fcd37;

  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtbox-energy-dashboard-header h2 {
  margin: 0 0 18px;

  color: #ffffff;

  font-size: clamp(2rem, 3vw, 2.9rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 850;
}

.gtbox-energy-dashboard-header p {
  margin: 0 auto;

  max-width: 760px;

  color: rgba(255,255,255,0.78);

  font-size: 1.05rem;
  line-height: 1.75;
}

/* LAYOUT */

.gtbox-energy-dashboard-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 42px;
  align-items: center;
}

/* UI */

.gtbox-energy-dashboard-ui {
  overflow: hidden;

  border-radius: 30px;

  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,0.08),
      rgba(255,255,255,0.04)
    );

  border: 1px solid rgba(255,255,255,0.10);

  backdrop-filter: blur(18px);

  box-shadow:
    0 30px 80px rgba(0,0,0,0.24);
}

.gtbox-energy-dashboard-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 16px 22px;

  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.gtbox-energy-dashboard-dots {
  display: flex;
  gap: 8px;
}

.gtbox-energy-dashboard-dots span {
  width: 10px;
  height: 10px;

  border-radius: 50%;

  background: rgba(255,255,255,0.22);
}

.gtbox-energy-dashboard-topbar small {
  color: rgba(255,255,255,0.62);

  font-size: 0.78rem;
}

.gtbox-energy-dashboard-body {
  display: grid;
  grid-template-columns: 180px 1fr;
}

/* SIDEBAR */

.gtbox-energy-dashboard-sidebar {
  padding: 20px;

  border-right: 1px solid rgba(255,255,255,0.06);

  display: grid;
  gap: 10px;
}

.gtbox-energy-dashboard-item {
  padding: 12px 14px;

  border-radius: 14px;

  color: rgba(255,255,255,0.72);

  font-size: 0.88rem;
  font-weight: 700;
}

.gtbox-energy-dashboard-item.active {
  background: rgba(143,205,55,0.14);

  border: 1px solid rgba(143,205,55,0.22);

  color: #ffffff;
}

/* MAIN */

.gtbox-energy-dashboard-main {
  padding: 22px;
}

/* KPI */

.gtbox-energy-dashboard-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;

  margin-bottom: 18px;
}

.gtbox-energy-dashboard-kpi {
  padding: 16px;

  border-radius: 18px;

  background: rgba(255,255,255,0.05);

  border: 1px solid rgba(255,255,255,0.08);
}

.gtbox-energy-dashboard-kpi.alert {
  border-color: rgba(255,122,0,0.24);
}

.gtbox-energy-dashboard-kpi span {
  display: block;

  margin-bottom: 6px;

  color: rgba(255,255,255,0.62);

  font-size: 0.74rem;
}

.gtbox-energy-dashboard-kpi strong {
  color: #ffffff;

  font-size: 0.92rem;
  font-weight: 800;
}

/* CHART */

.gtbox-energy-dashboard-chart {
  position: relative;

  height: 220px;

  margin-bottom: 18px;

  border-radius: 22px;

  overflow: hidden;

  background: rgba(255,255,255,0.04);

  border: 1px solid rgba(255,255,255,0.08);
}

.gtbox-energy-dashboard-grid {
  position: absolute;
  inset: 0;

  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);

  background-size: 34px 34px;
}

.gtbox-energy-dashboard-chart svg {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;
}

.gtbox-energy-dashboard-chart path {
  fill: none;

  stroke: #8fcd37;
  stroke-width: 4;

  stroke-linecap: round;
}

/* TABLE */

.gtbox-energy-dashboard-table {
  display: grid;
  gap: 10px;
}

.gtbox-energy-dashboard-row {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 14px 16px;

  border-radius: 16px;

  background: rgba(255,255,255,0.05);

  border: 1px solid rgba(255,255,255,0.08);
}

.gtbox-energy-dashboard-row span {
  color: rgba(255,255,255,0.72);

  font-size: 0.86rem;
}

.gtbox-energy-dashboard-row strong {
  color: #8fcd37;

  font-size: 0.84rem;
  font-weight: 800;
}

/* CONTENT */

.gtbox-energy-dashboard-content {
  display: grid;
  gap: 18px;
}

.gtbox-energy-dashboard-point {
  display: flex;
  gap: 18px;
  align-items: flex-start;

  padding: 26px 24px;

  border-radius: 24px;

  background: rgba(255,255,255,0.06);

  border: 1px solid rgba(255,255,255,0.10);

  backdrop-filter: blur(14px);

  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
}

.gtbox-energy-dashboard-point:hover {
  transform: translateY(-4px);

  background: rgba(255,255,255,0.085);

  border-color: rgba(143,205,55,0.26);
}

.gtbox-energy-dashboard-icon {
  flex-shrink: 0;

  width: 46px;
  height: 46px;

  border-radius: 16px;

  background: rgba(143,205,55,0.10);

  border: 1px solid rgba(143,205,55,0.20);

  display: flex;
  align-items: center;
  justify-content: center;

  color: #8fcd37;
}

.gtbox-energy-dashboard-icon svg {
  width: 21px;
  height: 21px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gtbox-energy-dashboard-point h3 {
  margin: 0 0 8px;

  color: #ffffff;

  font-size: 1.08rem;
  line-height: 1.3;
  font-weight: 850;
}

.gtbox-energy-dashboard-point p {
  margin: 0;

  color: rgba(255,255,255,0.74);

  line-height: 1.65;
}

/* RESPONSIVE */

@media (max-width: 1080px) {

  .gtbox-energy-dashboard-section {
    padding: 84px 0;
  }

  .gtbox-energy-dashboard-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {

  .gtbox-energy-dashboard-inner {
    padding: 0 20px;
  }

  .gtbox-energy-dashboard-header {
    text-align: left;
    margin-bottom: 42px;
  }

  .gtbox-energy-dashboard-body {
    grid-template-columns: 1fr;
  }

  .gtbox-energy-dashboard-sidebar {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }

  .gtbox-energy-dashboard-kpis {
    grid-template-columns: 1fr;
  }

  .gtbox-energy-dashboard-point {
    flex-direction: column;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1b42997 *//* =========================================================
   PAGE SUPERVISION ÉNERGÉTIQUE — DÉTECTION DES DÉRIVES
========================================================= */

.gtbox-energy-drift-section {
  width: 100%;
  padding: 112px 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(143,205,55,0.08), transparent 30%),
    linear-gradient(180deg, #f7fafc 0%, #f2f6fa 100%);
  color: #1c2f45;
}

.gtbox-energy-drift-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.gtbox-energy-drift-header {
  max-width: 820px;
  margin: 0 auto 58px;
  text-align: center;
}

.gtbox-energy-drift-tag {
  display: inline-block;
  margin-bottom: 14px;
  color: #8fcd37;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtbox-energy-drift-header h2 {
  margin: 0 0 18px;
  color: #17324d;
  font-size: clamp(2rem, 3vw, 2.9rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 850;
}

.gtbox-energy-drift-header p {
  margin: 0 auto;
  max-width: 760px;
  color: #5c6f82;
  font-size: 1.05rem;
  line-height: 1.75;
}

.gtbox-energy-drift-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 42px;
  align-items: center;
}

/* CONTENT */

.gtbox-energy-drift-content {
  display: grid;
  gap: 18px;
}

.gtbox-energy-drift-point {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 26px 24px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e4edf3;
  box-shadow: 0 14px 34px rgba(13,31,51,0.045);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.gtbox-energy-drift-point:hover {
  transform: translateY(-4px);
  border-color: rgba(143,205,55,0.32);
  box-shadow: 0 20px 46px rgba(13,31,51,0.08);
}

.gtbox-energy-drift-icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: rgba(143,205,55,0.10);
  border: 1px solid rgba(143,205,55,0.20);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8fcd37;
}

.gtbox-energy-drift-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gtbox-energy-drift-point h3 {
  margin: 0 0 8px;
  color: #17324d;
  font-size: 1.08rem;
  line-height: 1.3;
  font-weight: 850;
}

.gtbox-energy-drift-point p {
  margin: 0;
  color: #5c6f82;
  line-height: 1.65;
}

/* VISUAL */

.gtbox-energy-drift-visual {
  position: relative;
}

.gtbox-energy-drift-visual::before {
  content: "";
  position: absolute;
  inset: -60px;
  background: radial-gradient(circle, rgba(143,205,55,0.16), transparent 60%);
  filter: blur(34px);
  pointer-events: none;
}

.gtbox-energy-drift-panel {
  position: relative;
  z-index: 2;
  padding: 28px;
  border-radius: 30px;
  background: linear-gradient(135deg, #071c2c, #102b45);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 28px 70px rgba(13,31,51,0.16);
  overflow: hidden;
}

.gtbox-energy-drift-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.25;
  pointer-events: none;
}

.gtbox-energy-drift-panel > * {
  position: relative;
  z-index: 2;
}

.gtbox-energy-drift-panel-header {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: flex-start;
  margin-bottom: 22px;
}

.gtbox-energy-drift-panel-header strong {
  display: block;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 850;
}

.gtbox-energy-drift-panel-header span {
  color: rgba(255,255,255,0.62);
  font-size: 0.88rem;
}

.gtbox-energy-drift-panel-header small {
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255,122,0,0.12);
  border: 1px solid rgba(255,122,0,0.22);
  color: #ffb36b;
  font-size: 0.74rem;
  font-weight: 800;
}

/* ALERTS */

.gtbox-energy-drift-alert {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 17px 18px;
  margin-bottom: 12px;
  border-radius: 18px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.08);
}

.gtbox-energy-drift-alert.is-critical {
  border-color: rgba(255,122,0,0.28);
  background:
    radial-gradient(circle at top right, rgba(255,122,0,0.12), transparent 42%),
    rgba(255,255,255,0.055);
}

.gtbox-energy-drift-alert span {
  display: block;
  margin-bottom: 5px;
  color: rgba(255,255,255,0.58);
  font-size: 0.76rem;
  font-weight: 700;
}

.gtbox-energy-drift-alert strong {
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 800;
}

.gtbox-energy-drift-alert em {
  flex-shrink: 0;
  font-style: normal;
  color: #8fcd37;
  font-size: 0.86rem;
  font-weight: 850;
}

/* MINI CHART */

.gtbox-energy-drift-mini-chart {
  position: relative;
  height: 180px;
  margin-top: 18px;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}

.gtbox-energy-drift-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 32px 32px;
}

.gtbox-energy-drift-mini-chart svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.gtbox-energy-drift-mini-chart path {
  fill: none;
  stroke: #8fcd37;
  stroke-width: 4;
  stroke-linecap: round;
  filter: drop-shadow(0 0 12px rgba(143,205,55,0.35));
}

.gtbox-energy-drift-marker {
  position: absolute;
  right: 18px;
  top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255,122,0,0.12);
  border: 1px solid rgba(255,122,0,0.22);
  color: rgba(255,255,255,0.82);
  font-size: 0.74rem;
  font-weight: 800;
}

.gtbox-energy-drift-marker span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff7a00;
  box-shadow: 0 0 14px rgba(255,122,0,0.6);
}

/* RESPONSIVE */

@media (max-width: 1080px) {
  .gtbox-energy-drift-section {
    padding: 84px 0;
  }

  .gtbox-energy-drift-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .gtbox-energy-drift-inner {
    padding: 0 20px;
  }

  .gtbox-energy-drift-header {
    text-align: left;
    margin-bottom: 42px;
  }

  .gtbox-energy-drift-point {
    flex-direction: column;
  }

  .gtbox-energy-drift-panel {
    padding: 22px;
  }

  .gtbox-energy-drift-panel-header,
  .gtbox-energy-drift-alert {
    flex-direction: column;
    align-items: flex-start;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-850714d *//* =========================================================
   PAGE SUPERVISION ÉNERGÉTIQUE — MULTI-SITES
========================================================= */

.gtbox-energy-multisite-section {
  width: 100%;
  padding: 112px 0;
  background:
    radial-gradient(circle at 82% 22%, rgba(143,205,55,0.12), transparent 34%),
    linear-gradient(135deg, #071c2c 0%, #0d243a 55%, #123454 100%);
  color: #ffffff;
}

.gtbox-energy-multisite-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.gtbox-energy-multisite-header {
  max-width: 820px;
  margin: 0 auto 58px;
  text-align: center;
}

.gtbox-energy-multisite-tag {
  display: inline-block;
  margin-bottom: 14px;
  color: #8fcd37;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtbox-energy-multisite-header h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(2rem, 3vw, 2.9rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 850;
}

.gtbox-energy-multisite-header p {
  margin: 0 auto;
  max-width: 760px;
  color: rgba(255,255,255,0.78);
  font-size: 1.05rem;
  line-height: 1.75;
}

.gtbox-energy-multisite-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 42px;
  align-items: center;
}

/* VISUAL */

.gtbox-energy-multisite-visual {
  position: relative;
}

.gtbox-energy-multisite-visual::before {
  content: "";
  position: absolute;
  inset: -60px;
  background: radial-gradient(circle, rgba(143,205,55,0.18), transparent 62%);
  filter: blur(36px);
  pointer-events: none;
}

.gtbox-energy-multisite-panel {
  position: relative;
  z-index: 2;
  padding: 28px;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.09), rgba(255,255,255,0.04));
  border: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(18px);
  box-shadow: 0 30px 80px rgba(0,0,0,0.24);
}

.gtbox-energy-multisite-panel-header {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.gtbox-energy-multisite-panel-header strong {
  display: block;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 850;
}

.gtbox-energy-multisite-panel-header span {
  color: rgba(255,255,255,0.62);
  font-size: 0.88rem;
}

.gtbox-energy-multisite-panel-header small {
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(143,205,55,0.12);
  border: 1px solid rgba(143,205,55,0.22);
  color: #8fcd37;
  font-size: 0.74rem;
  font-weight: 800;
}

/* MAP */

.gtbox-energy-multisite-map {
  position: relative;
  height: 260px;
  margin-bottom: 18px;
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 35%, rgba(143,205,55,0.12), transparent 22%),
    radial-gradient(circle at 70% 62%, rgba(255,255,255,0.06), transparent 24%),
    rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}

.gtbox-energy-multisite-map::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 34px 34px;
  pointer-events: none;
}

.gtbox-energy-site {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(12px);
  color: rgba(255,255,255,0.82);
  font-size: 0.74rem;
  font-weight: 800;
}

.gtbox-energy-site span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #8fcd37;
  box-shadow: 0 0 14px rgba(143,205,55,0.6);
}

.gtbox-energy-site.is-warning span {
  background: #ff7a00;
  box-shadow: 0 0 14px rgba(255,122,0,0.6);
}

.gtbox-energy-site.is-active {
  border-color: rgba(143,205,55,0.28);
}

/* LIST */

.gtbox-energy-multisite-list {
  display: grid;
  gap: 10px;
}

.gtbox-energy-multisite-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
}

.gtbox-energy-multisite-row span {
  color: rgba(255,255,255,0.72);
  font-size: 0.86rem;
}

.gtbox-energy-multisite-row strong {
  color: #8fcd37;
  font-size: 0.84rem;
  font-weight: 850;
}

.gtbox-energy-multisite-row.warning strong {
  color: #ffb36b;
}

/* CONTENT */

.gtbox-energy-multisite-content {
  display: grid;
  gap: 18px;
}

.gtbox-energy-multisite-point {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 26px 24px;
  border-radius: 24px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(14px);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
}

.gtbox-energy-multisite-point:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,0.085);
  border-color: rgba(143,205,55,0.26);
}

.gtbox-energy-multisite-icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: rgba(143,205,55,0.10);
  border: 1px solid rgba(143,205,55,0.20);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8fcd37;
}

.gtbox-energy-multisite-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gtbox-energy-multisite-point h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 1.08rem;
  line-height: 1.3;
  font-weight: 850;
}

.gtbox-energy-multisite-point p {
  margin: 0;
  color: rgba(255,255,255,0.74);
  line-height: 1.65;
}

/* RESPONSIVE */

@media (max-width: 1080px) {
  .gtbox-energy-multisite-section {
    padding: 84px 0;
  }

  .gtbox-energy-multisite-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .gtbox-energy-multisite-inner {
    padding: 0 20px;
  }

  .gtbox-energy-multisite-header {
    text-align: left;
    margin-bottom: 42px;
  }

  .gtbox-energy-multisite-point {
    flex-direction: column;
  }

  .gtbox-energy-multisite-panel {
    padding: 22px;
  }

  .gtbox-energy-multisite-panel-header {
    flex-direction: column;
  }

  .gtbox-energy-multisite-map {
    height: 220px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1533174 *//* =========================================================
   PAGE SUPERVISION ÉNERGÉTIQUE — CAS D’USAGE
========================================================= */

.gtbox-energy-usecases-section {
  width: 100%;
  padding: 108px 0;
  background:
    radial-gradient(circle at 88% 18%, rgba(143,205,55,0.075), transparent 30%),
    linear-gradient(180deg, #f7fafc 0%, #f2f6fa 100%);
  color: #1c2f45;
}

.gtbox-energy-usecases-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.gtbox-energy-usecases-header {
  max-width: 820px;
  margin: 0 auto 58px;
  text-align: center;
}

.gtbox-energy-usecases-tag {
  display: inline-block;
  margin-bottom: 14px;
  color: #8fcd37;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtbox-energy-usecases-header h2 {
  margin: 0 0 18px;
  color: #17324d;
  font-size: clamp(2rem, 3vw, 2.85rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-weight: 850;
}

.gtbox-energy-usecases-header p {
  margin: 0 auto;
  max-width: 760px;
  color: #5c6f82;
  font-size: 1.05rem;
  line-height: 1.75;
}

.gtbox-energy-usecases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.gtbox-energy-usecase-card {
  position: relative;
  min-height: 240px;
  padding: 30px 28px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e4edf3;
  box-shadow:
    0 14px 34px rgba(13,31,51,0.045),
    inset 0 1px 0 rgba(255,255,255,0.7);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.gtbox-energy-usecase-card:hover {
  transform: translateY(-4px);
  border-color: rgba(143,205,55,0.35);
  box-shadow: 0 20px 46px rgba(13,31,51,0.08);
}

.gtbox-energy-usecase-card.is-featured {
  border-color: rgba(143,205,55,0.34);
  background:
    radial-gradient(circle at top right, rgba(143,205,55,0.12), transparent 40%),
    #ffffff;
}

.gtbox-energy-usecase-card span {
  display: inline-block;
  margin-bottom: 16px;
  color: #8fcd37;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.gtbox-energy-usecase-card h3 {
  margin: 0 0 12px;
  color: #17324d;
  font-size: 1.16rem;
  line-height: 1.3;
  font-weight: 850;
}

.gtbox-energy-usecase-card p {
  margin: 0;
  color: #5c6f82;
  font-size: 0.95rem;
  line-height: 1.65;
}

@media (max-width: 1024px) {
  .gtbox-energy-usecases-section {
    padding: 84px 0;
  }

  .gtbox-energy-usecases-grid {
    grid-template-columns: 1fr;
  }

  .gtbox-energy-usecase-card {
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .gtbox-energy-usecases-inner {
    padding: 0 20px;
  }

  .gtbox-energy-usecases-header {
    text-align: left;
    margin-bottom: 42px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-74dc407 *//* =========================================================
   PAGE SUPERVISION ÉNERGÉTIQUE — FAQ
========================================================= */

.gtbox-energy-faq-section {
  width: 100%;
  padding: 108px 0;
  background: #ffffff;
  color: #1c2f45;
}

.gtbox-energy-faq-inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.gtbox-energy-faq-header {
  margin: 0 auto 52px;
  text-align: center;
}

.gtbox-energy-faq-tag {
  display: inline-block;
  margin-bottom: 14px;
  color: #8fcd37;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtbox-energy-faq-header h2 {
  margin: 0 0 18px;
  color: #17324d;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.1;
  letter-spacing: -0.035em;
  font-weight: 850;
}

.gtbox-energy-faq-header p {
  margin: 0 auto;
  max-width: 720px;
  color: #5c6f82;
  font-size: 1.05rem;
  line-height: 1.7;
}

.gtbox-energy-faq-list {
  display: grid;
  gap: 14px;
}

.gtbox-energy-faq-item {
  border-radius: 20px;
  background: #f6f9fc;
  border: 1px solid #e7edf3;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(13,31,51,0.04);
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.gtbox-energy-faq-item[open] {
  border-color: rgba(143,205,55,0.35);
  box-shadow: 0 16px 38px rgba(13,31,51,0.06);
}

.gtbox-energy-faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 22px 24px;
  color: #17324d;
  font-size: 1.04rem;
  font-weight: 850;
}

.gtbox-energy-faq-item summary::-webkit-details-marker {
  display: none;
}

.gtbox-energy-faq-item summary::after {
  content: "+";
  float: right;
  color: #8fcd37;
  font-size: 1.4rem;
  line-height: 1;
}

.gtbox-energy-faq-item[open] summary::after {
  content: "–";
}

.gtbox-energy-faq-item p {
  margin: 0;
  padding: 0 24px 24px;
  color: #5c6f82;
  font-size: 0.98rem;
  line-height: 1.7;
}

@media (max-width: 768px) {

  .gtbox-energy-faq-section {
    padding: 84px 0;
  }

  .gtbox-energy-faq-inner {
    padding: 0 20px;
  }

  .gtbox-energy-faq-header {
    text-align: left;
    margin-bottom: 42px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a21d7f4 *//* =========================================================
   PAGE SUPERVISION ÉNERGÉTIQUE — CTA FINAL
========================================================= */

.gtbox-energy-cta-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 120px 0;
  background:
    radial-gradient(circle at 78% 20%, rgba(143,205,55,0.16), transparent 34%),
    radial-gradient(circle at 18% 80%, rgba(255,255,255,0.04), transparent 32%),
    linear-gradient(135deg, #071c2c 0%, #0d243a 52%, #123454 100%);
  color: #ffffff;
}

.gtbox-energy-cta-section::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 360px;
  height: 360px;
  border-radius: 42px;
  background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.015));
  transform: rotate(18deg);
  pointer-events: none;
}

.gtbox-energy-cta-section::after {
  content: "";
  position: absolute;
  left: -100px;
  bottom: -120px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(143,205,55,0.16), transparent 70%);
  filter: blur(24px);
  pointer-events: none;
}

.gtbox-energy-cta-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
  text-align: center;
}

.gtbox-energy-cta-tag {
  display: inline-block;
  margin-bottom: 18px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(10px);
  color: rgba(255,255,255,0.88);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtbox-energy-cta-inner h2 {
  max-width: 860px;
  margin: 0 auto 22px;
  color: #ffffff;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 850;
}

.gtbox-energy-cta-inner p {
  max-width: 760px;
  margin: 0 auto 34px;
  color: rgba(255,255,255,0.80);
  font-size: 1.08rem;
  line-height: 1.75;
}

.gtbox-energy-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.gtbox-energy-cta-primary,
.gtbox-energy-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 850;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.gtbox-energy-cta-primary {
  background: #ff7a00;
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(255,122,0,0.30);
}

.gtbox-energy-cta-primary:hover {
  background: #ff8a1f;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(255,122,0,0.34);
}

.gtbox-energy-cta-secondary {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.24);
  color: #ffffff;
}

.gtbox-energy-cta-secondary:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.38);
  color: #ffffff;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .gtbox-energy-cta-section {
    padding: 92px 0;
  }

  .gtbox-energy-cta-inner {
    padding: 0 20px;
  }

  .gtbox-energy-cta-inner h2 {
    font-size: clamp(2.1rem, 10vw, 3rem);
  }

  .gtbox-energy-cta-actions {
    flex-direction: column;
  }

  .gtbox-energy-cta-primary,
  .gtbox-energy-cta-secondary {
    width: 100%;
  }
}/* End custom CSS */