.elementor-461 .elementor-element.elementor-element-03fb239{--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-461 .elementor-element.elementor-element-4fe1d68{--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-461 .elementor-element.elementor-element-fd4945a{--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-461 .elementor-element.elementor-element-a9f5e2f{--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-461 .elementor-element.elementor-element-ee95422{--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-461 .elementor-element.elementor-element-b316987{--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-461 .elementor-element.elementor-element-6c42064{--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-461 .elementor-element.elementor-element-1abbb2f{--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-461 .elementor-element.elementor-element-7d01f2a{--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-35c19fa *//* =========================================================
   PAGE ALERTES & MAINTENANCE — HERO
========================================================= */

.gtbox-alerts-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-alerts-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-alerts-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-alerts-hero-content {
  max-width: 700px;
}

.gtbox-alerts-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-alerts-hero h1 {
  margin: 0 0 22px;

  color: #ffffff;

  font-size: clamp(2.8rem, 4vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 850;
}

.gtbox-alerts-hero-content p {
  max-width: 650px;

  margin: 0;

  color: rgba(255,255,255,0.82);

  font-size: 1.08rem;
  line-height: 1.75;
}

/* ACTIONS */

.gtbox-alerts-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;

  margin-top: 34px;
}

.gtbox-alerts-btn-primary,
.gtbox-alerts-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;
}

.gtbox-alerts-btn-primary {
  background: #ff7a00;
  color: #ffffff;

  box-shadow:
    0 16px 34px rgba(255,122,0,0.30);
}

.gtbox-alerts-btn-primary:hover {
  background: #ff8a1f;
  transform: translateY(-2px);
}

.gtbox-alerts-btn-secondary {
  background: rgba(255,255,255,0.06);

  border: 1px solid rgba(255,255,255,0.22);

  color: #ffffff;
}

.gtbox-alerts-btn-secondary:hover {
  background: rgba(255,255,255,0.12);
  transform: translateY(-2px);
}

/* BADGES */

.gtbox-alerts-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;

  margin-top: 30px;
}

.gtbox-alerts-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;
}

/* VISUAL */

.gtbox-alerts-hero-visual {
  position: relative;
}

.gtbox-alerts-hero-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;
}

/* DASHBOARD */

.gtbox-alerts-dashboard {
  position: relative;

  padding: 28px;

  border-radius: 34px;

  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);

  overflow: hidden;
}

.gtbox-alerts-dashboard::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: 44px 44px;

  opacity: 0.35;
}

/* TOP */

.gtbox-alerts-dashboard-top {
  position: relative;
  z-index: 2;

  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;

  margin-bottom: 24px;
}

.gtbox-alerts-dashboard-top strong {
  display: block;

  margin-bottom: 4px;

  color: #ffffff;

  font-size: 1.08rem;
  font-weight: 850;
}

.gtbox-alerts-dashboard-top span {
  color: rgba(255,255,255,0.64);

  font-size: 0.84rem;
}

.gtbox-alerts-dashboard-top 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.72rem;
  font-weight: 850;
}

/* ALERTS */

.gtbox-alerts-list {
  position: relative;
  z-index: 2;

  display: grid;
  gap: 14px;

  margin-bottom: 24px;
}

.gtbox-alert-item {
  display: flex;
  align-items: center;
  gap: 16px;

  padding: 16px;

  border-radius: 20px;

  background: rgba(255,255,255,0.055);

  border: 1px solid rgba(255,255,255,0.08);
}

.gtbox-alert-item.critical {
  border-color: rgba(255,122,0,0.28);

  background:
    radial-gradient(circle at top right, rgba(255,122,0,0.10), transparent 42%),
    rgba(255,255,255,0.055);
}

.gtbox-alert-item-status {
  width: 12px;
  height: 12px;

  border-radius: 50%;

  background: #8fcd37;

  box-shadow:
    0 0 14px rgba(143,205,55,0.6);

  flex-shrink: 0;
}

.gtbox-alert-item.critical .gtbox-alert-item-status {
  background: #ff7a00;

  box-shadow:
    0 0 14px rgba(255,122,0,0.6);
}

.gtbox-alert-item-content {
  flex: 1;
}

.gtbox-alert-item-content span {
  display: block;

  margin-bottom: 4px;

  color: rgba(255,255,255,0.58);

  font-size: 0.74rem;
}

.gtbox-alert-item-content strong {
  color: #ffffff;

  font-size: 0.95rem;
  font-weight: 850;
}

.gtbox-alert-item em {
  font-style: normal;

  color: #8fcd37;

  font-size: 0.76rem;
  font-weight: 850;
}

.gtbox-alert-item.critical em {
  color: #ffb36b;
}

/* GRAPH */

.gtbox-alerts-graph {
  position: relative;

  z-index: 2;

  height: 220px;

  border-radius: 24px;

  overflow: hidden;

  background: rgba(255,255,255,0.04);

  border: 1px solid rgba(255,255,255,0.08);
}

.gtbox-alerts-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-alerts-graph svg {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;
}

.gtbox-alerts-graph path {
  fill: none;

  stroke-width: 4;

  stroke-linecap: round;
}

.gtbox-alerts-graph .line-main {
  stroke: #8fcd37;

  filter:
    drop-shadow(0 0 12px rgba(143,205,55,0.45));
}

/* RESPONSIVE */

@media (max-width: 1080px) {

  .gtbox-alerts-hero {
    padding: 118px 0 84px;
  }

  .gtbox-alerts-hero-inner {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .gtbox-alerts-hero-content {
    max-width: none;
  }
}

@media (max-width: 768px) {

  .gtbox-alerts-hero {
    padding: 98px 0 70px;
  }

  .gtbox-alerts-hero-inner {
    padding: 0 20px;
  }

  .gtbox-alerts-hero h1 {
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }

  .gtbox-alerts-hero-actions {
    flex-direction: column;
  }

  .gtbox-alerts-btn-primary,
  .gtbox-alerts-btn-secondary {
    width: 100%;
  }

  .gtbox-alerts-dashboard {
    padding: 22px;
  }

  .gtbox-alerts-dashboard-top {
    flex-direction: column;
  }

  .gtbox-alert-item {
    align-items: flex-start;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fc49fb3 *//* =========================================================
   PAGE ALERTES & MAINTENANCE — DÉFINITION
========================================================= */

.gtbox-alerts-definition-section {
  width: 100%;
  padding: 108px 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(143,205,55,0.08), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
  color: #1c2f45;
}

.gtbox-alerts-definition-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.gtbox-alerts-definition-header {
  max-width: 840px;
  margin: 0 auto 58px;
  text-align: center;
}

.gtbox-alerts-definition-tag {
  display: inline-block;
  margin-bottom: 14px;
  color: #8fcd37;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtbox-alerts-definition-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-alerts-definition-header p {
  margin: 0 auto;
  max-width: 780px;
  color: #5c6f82;
  font-size: 1.05rem;
  line-height: 1.75;
}

.gtbox-alerts-definition-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 42px;
  align-items: center;
}

/* CONTENT */

.gtbox-alerts-definition-content {
  display: grid;
  gap: 18px;
}

.gtbox-alerts-definition-card {
  padding: 28px 26px;
  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,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.gtbox-alerts-definition-card:hover {
  transform: translateY(-4px);
  border-color: rgba(143,205,55,0.32);
  box-shadow: 0 20px 46px rgba(13,31,51,0.08);
}

.gtbox-alerts-definition-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-alerts-definition-card span {
  display: inline-block;
  margin-bottom: 14px;
  color: #8fcd37;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.gtbox-alerts-definition-card h3 {
  margin: 0 0 10px;
  color: #17324d;
  font-size: 1.12rem;
  line-height: 1.3;
  font-weight: 850;
}

.gtbox-alerts-definition-card p {
  margin: 0;
  color: #5c6f82;
  line-height: 1.7;
}

/* VISUAL */

.gtbox-alerts-definition-visual {
  position: relative;
}

.gtbox-alerts-definition-visual::before {
  content: "";
  position: absolute;
  inset: -60px;
  background: radial-gradient(circle, rgba(143,205,55,0.14), transparent 60%);
  filter: blur(34px);
  pointer-events: none;
}

.gtbox-alerts-definition-panel {
  position: relative;
  z-index: 2;
  padding: 30px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, #071c2c, #102b45);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow:
    0 30px 80px rgba(13,31,51,0.20);
  overflow: hidden;
}

.gtbox-alerts-definition-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.24;
}

/* TOP */

.gtbox-alerts-definition-top {
  position: relative;
  z-index: 2;

  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;

  margin-bottom: 34px;
}

.gtbox-alerts-definition-top strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 850;
}

.gtbox-alerts-definition-top span {
  color: rgba(255,255,255,0.64);
  font-size: 0.84rem;
}

.gtbox-alerts-definition-top 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.72rem;
  font-weight: 850;
}

/* FLOW */

.gtbox-alerts-definition-flow {
  position: relative;
  z-index: 2;

  display: flex;
  flex-direction: column;
  gap: 18px;

  margin-bottom: 28px;
}

.gtbox-alert-step {
  display: flex;
  align-items: center;
  gap: 16px;

  padding: 18px 20px;

  border-radius: 20px;

  background: rgba(255,255,255,0.055);

  border: 1px solid rgba(255,255,255,0.08);
}

.gtbox-alert-step.critical {
  border-color: rgba(255,122,0,0.30);

  background:
    radial-gradient(circle at top right, rgba(255,122,0,0.10), transparent 42%),
    rgba(255,255,255,0.055);
}

.gtbox-alert-step .dot {
  width: 12px;
  height: 12px;

  border-radius: 50%;

  background: #8fcd37;

  box-shadow:
    0 0 14px rgba(143,205,55,0.5);

  flex-shrink: 0;
}

.gtbox-alert-step.critical .dot {
  background: #ff7a00;

  box-shadow:
    0 0 14px rgba(255,122,0,0.5);
}

.gtbox-alert-step span {
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 800;
}

.gtbox-alert-step-arrow {
  width: 2px;
  height: 18px;
  margin-left: 25px;
  background: rgba(255,255,255,0.14);
}

/* FOOTER */

.gtbox-alerts-definition-footer {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.gtbox-alerts-definition-footer div {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.08);
}

.gtbox-alerts-definition-footer span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255,255,255,0.62);
  font-size: 0.76rem;
}

.gtbox-alerts-definition-footer strong {
  color: #ffffff;
  font-size: 1.18rem;
  font-weight: 850;
}

/* RESPONSIVE */

@media (max-width: 1080px) {

  .gtbox-alerts-definition-section {
    padding: 84px 0;
  }

  .gtbox-alerts-definition-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {

  .gtbox-alerts-definition-inner {
    padding: 0 20px;
  }

  .gtbox-alerts-definition-header {
    text-align: left;
    margin-bottom: 42px;
  }

  .gtbox-alerts-definition-panel {
    padding: 22px;
  }

  .gtbox-alerts-definition-top {
    flex-direction: column;
  }

  .gtbox-alerts-definition-footer {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ed995c8 *//* =========================================================
   PAGE ALERTES & MAINTENANCE — DÉTECTION DES ANOMALIES
========================================================= */

.gtbox-alerts-detection-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-alerts-detection-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.gtbox-alerts-detection-header {
  max-width: 840px;
  margin: 0 auto 58px;
  text-align: center;
}

.gtbox-alerts-detection-tag {
  display: inline-block;
  margin-bottom: 14px;
  color: #8fcd37;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtbox-alerts-detection-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-alerts-detection-header p {
  margin: 0 auto;
  max-width: 780px;
  color: #5c6f82;
  font-size: 1.05rem;
  line-height: 1.75;
}

.gtbox-alerts-detection-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.gtbox-alerts-detection-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-alerts-detection-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-alerts-detection-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-alerts-detection-card span {
  display: inline-block;
  margin-bottom: 16px;
  color: #8fcd37;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.gtbox-alerts-detection-card h3 {
  margin: 0 0 12px;
  color: #17324d;
  font-size: 1.12rem;
  line-height: 1.3;
  font-weight: 850;
}

.gtbox-alerts-detection-card p {
  margin: 0;
  color: #5c6f82;
  font-size: 0.95rem;
  line-height: 1.65;
}

@media (max-width: 1080px) {
  .gtbox-alerts-detection-section {
    padding: 84px 0;
  }

  .gtbox-alerts-detection-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gtbox-alerts-detection-card {
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .gtbox-alerts-detection-inner {
    padding: 0 20px;
  }

  .gtbox-alerts-detection-header {
    text-align: left;
    margin-bottom: 42px;
  }

  .gtbox-alerts-detection-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4c9e6f5 *//* =========================================================
   PAGE ALERTES & MAINTENANCE — MAINTENANCE PRÉDICTIVE
========================================================= */

.gtbox-alerts-predictive-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-alerts-predictive-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.gtbox-alerts-predictive-header {
  max-width: 840px;
  margin: 0 auto 58px;
  text-align: center;
}

.gtbox-alerts-predictive-tag {
  display: inline-block;
  margin-bottom: 14px;
  color: #8fcd37;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtbox-alerts-predictive-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-alerts-predictive-header p {
  margin: 0 auto;
  max-width: 780px;
  color: rgba(255,255,255,0.78);
  font-size: 1.05rem;
  line-height: 1.75;
}

.gtbox-alerts-predictive-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 42px;
  align-items: center;
}

/* VISUAL */

.gtbox-alerts-predictive-visual {
  position: relative;
}

.gtbox-alerts-predictive-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-alerts-predictive-panel {
  position: relative;
  z-index: 2;
  padding: 28px;
  border-radius: 34px;
  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);
  overflow: hidden;
}

.gtbox-alerts-predictive-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: 44px 44px;
  opacity: 0.35;
}

/* TOP */

.gtbox-alerts-predictive-top {
  position: relative;
  z-index: 2;

  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;

  margin-bottom: 24px;
}

.gtbox-alerts-predictive-top strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 850;
}

.gtbox-alerts-predictive-top span {
  color: rgba(255,255,255,0.64);
  font-size: 0.84rem;
}

.gtbox-alerts-predictive-top small {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(143,205,55,0.12);
  border: 1px solid rgba(143,205,55,0.22);
  color: #8fcd37;
  font-size: 0.82rem;
  font-weight: 850;
}

/* CHART */

.gtbox-alerts-predictive-chart {
  position: relative;
  z-index: 2;
  height: 240px;
  margin-bottom: 24px;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}

.gtbox-alerts-predictive-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-alerts-predictive-chart svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.gtbox-alerts-predictive-chart path {
  fill: none;
  stroke-width: 4;
  stroke-linecap: round;
}

.gtbox-alerts-predictive-chart .line-normal {
  stroke: rgba(255,255,255,0.34);
}

.gtbox-alerts-predictive-chart .line-alert {
  stroke: #ff7a00;

  filter:
    drop-shadow(0 0 12px rgba(255,122,0,0.45));
}

/* BADGE */

.gtbox-alerts-predictive-badge {
  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-alerts-predictive-badge span {
  width: 9px;
  height: 9px;

  border-radius: 50%;

  background: #ff7a00;

  box-shadow:
    0 0 14px rgba(255,122,0,0.6);
}

/* FOOTER */

.gtbox-alerts-predictive-footer {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.gtbox-alerts-predictive-footer div {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.08);
}

.gtbox-alerts-predictive-footer span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255,255,255,0.62);
  font-size: 0.76rem;
}

.gtbox-alerts-predictive-footer strong {
  color: #ffffff;
  font-size: 1.18rem;
  font-weight: 850;
}

/* CONTENT */

.gtbox-alerts-predictive-content {
  display: grid;
  gap: 18px;
}

.gtbox-alerts-predictive-card {
  padding: 28px 26px;
  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-alerts-predictive-card:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,0.085);
  border-color: rgba(143,205,55,0.26);
}

.gtbox-alerts-predictive-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%),
    rgba(255,255,255,0.08);
}

.gtbox-alerts-predictive-card span {
  display: inline-block;
  margin-bottom: 14px;
  color: #8fcd37;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.gtbox-alerts-predictive-card h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 1.12rem;
  line-height: 1.3;
  font-weight: 850;
}

.gtbox-alerts-predictive-card p {
  margin: 0;
  color: rgba(255,255,255,0.74);
  line-height: 1.7;
}

/* RESPONSIVE */

@media (max-width: 1080px) {

  .gtbox-alerts-predictive-section {
    padding: 84px 0;
  }

  .gtbox-alerts-predictive-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {

  .gtbox-alerts-predictive-inner {
    padding: 0 20px;
  }

  .gtbox-alerts-predictive-header {
    text-align: left;
    margin-bottom: 42px;
  }

  .gtbox-alerts-predictive-panel {
    padding: 22px;
  }

  .gtbox-alerts-predictive-top {
    flex-direction: column;
  }

  .gtbox-alerts-predictive-footer {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e5e5237 *//* =========================================================
   PAGE ALERTES & MAINTENANCE — GESTION DES ALERTES
========================================================= */

.gtbox-alerts-management-section {
  width: 100%;
  padding: 108px 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(143,205,55,0.08), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
  color: #1c2f45;
}

.gtbox-alerts-management-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.gtbox-alerts-management-header {
  max-width: 840px;
  margin: 0 auto 58px;
  text-align: center;
}

.gtbox-alerts-management-tag {
  display: inline-block;
  margin-bottom: 14px;
  color: #8fcd37;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtbox-alerts-management-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-alerts-management-header p {
  margin: 0 auto;
  max-width: 780px;
  color: #5c6f82;
  font-size: 1.05rem;
  line-height: 1.75;
}

.gtbox-alerts-management-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 42px;
  align-items: center;
}

/* CONTENT */

.gtbox-alerts-management-content {
  display: grid;
  gap: 18px;
}

.gtbox-alerts-management-card {
  padding: 28px 26px;
  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,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.gtbox-alerts-management-card:hover {
  transform: translateY(-4px);
  border-color: rgba(143,205,55,0.32);
  box-shadow: 0 20px 46px rgba(13,31,51,0.08);
}

.gtbox-alerts-management-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-alerts-management-card span {
  display: inline-block;
  margin-bottom: 14px;
  color: #8fcd37;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.gtbox-alerts-management-card h3 {
  margin: 0 0 10px;
  color: #17324d;
  font-size: 1.12rem;
  line-height: 1.3;
  font-weight: 850;
}

.gtbox-alerts-management-card p {
  margin: 0;
  color: #5c6f82;
  line-height: 1.7;
}

/* VISUAL */

.gtbox-alerts-management-visual {
  position: relative;
}

.gtbox-alerts-management-visual::before {
  content: "";
  position: absolute;
  inset: -60px;
  background: radial-gradient(circle, rgba(143,205,55,0.14), transparent 60%);
  filter: blur(34px);
  pointer-events: none;
}

.gtbox-alerts-management-panel {
  position: relative;
  z-index: 2;
  padding: 28px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, #071c2c, #102b45);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow:
    0 30px 80px rgba(13,31,51,0.20);
  overflow: hidden;
}

.gtbox-alerts-management-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.24;
}

/* TOP */

.gtbox-alerts-management-top {
  position: relative;
  z-index: 2;

  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;

  margin-bottom: 24px;
}

.gtbox-alerts-management-top strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 850;
}

.gtbox-alerts-management-top span {
  color: rgba(255,255,255,0.64);
  font-size: 0.84rem;
}

.gtbox-alerts-management-top 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.72rem;
  font-weight: 850;
}

/* LIST */

.gtbox-alerts-management-list {
  position: relative;
  z-index: 2;

  display: grid;
  gap: 14px;

  margin-bottom: 24px;
}

.gtbox-alerts-ticket {
  display: flex;
  align-items: center;
  gap: 16px;

  padding: 18px;

  border-radius: 20px;

  background: rgba(255,255,255,0.055);

  border: 1px solid rgba(255,255,255,0.08);
}

.gtbox-alerts-ticket.critical {
  border-color: rgba(255,122,0,0.28);

  background:
    radial-gradient(circle at top right, rgba(255,122,0,0.10), transparent 42%),
    rgba(255,255,255,0.055);
}

.gtbox-alerts-ticket.warning {
  border-color: rgba(255,193,7,0.24);
}

.ticket-status {
  width: 12px;
  height: 12px;

  border-radius: 50%;

  background: #8fcd37;

  box-shadow:
    0 0 14px rgba(143,205,55,0.5);

  flex-shrink: 0;
}

.gtbox-alerts-ticket.warning .ticket-status {
  background: #ffc107;

  box-shadow:
    0 0 14px rgba(255,193,7,0.5);
}

.gtbox-alerts-ticket.critical .ticket-status {
  background: #ff7a00;

  box-shadow:
    0 0 14px rgba(255,122,0,0.5);
}

.ticket-content {
  flex: 1;
}

.ticket-content span {
  display: block;
  margin-bottom: 4px;
  color: rgba(255,255,255,0.58);
  font-size: 0.74rem;
}

.ticket-content strong {
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 850;
}

.gtbox-alerts-ticket em {
  font-style: normal;
  color: #8fcd37;
  font-size: 0.76rem;
  font-weight: 850;
}

.gtbox-alerts-ticket.warning em {
  color: #ffd75f;
}

.gtbox-alerts-ticket.critical em {
  color: #ffb36b;
}

/* FOOTER */

.gtbox-alerts-management-footer {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.gtbox-alerts-management-footer div {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.08);
}

.gtbox-alerts-management-footer span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255,255,255,0.62);
  font-size: 0.76rem;
}

.gtbox-alerts-management-footer strong {
  color: #ffffff;
  font-size: 1.18rem;
  font-weight: 850;
}

/* RESPONSIVE */

@media (max-width: 1080px) {

  .gtbox-alerts-management-section {
    padding: 84px 0;
  }

  .gtbox-alerts-management-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {

  .gtbox-alerts-management-inner {
    padding: 0 20px;
  }

  .gtbox-alerts-management-header {
    text-align: left;
    margin-bottom: 42px;
  }

  .gtbox-alerts-management-panel {
    padding: 22px;
  }

  .gtbox-alerts-management-top {
    flex-direction: column;
  }

  .gtbox-alerts-ticket {
    align-items: flex-start;
  }

  .gtbox-alerts-management-footer {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2628d98 *//* =========================================================
   PAGE ALERTES & MAINTENANCE — HISTORIQUE & INTERVENTIONS
========================================================= */

.gtbox-alerts-history-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-alerts-history-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.gtbox-alerts-history-header {
  max-width: 840px;
  margin: 0 auto 58px;
  text-align: center;
}

.gtbox-alerts-history-tag {
  display: inline-block;
  margin-bottom: 14px;
  color: #8fcd37;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtbox-alerts-history-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-alerts-history-header p {
  margin: 0 auto;
  max-width: 780px;
  color: rgba(255,255,255,0.78);
  font-size: 1.05rem;
  line-height: 1.75;
}

.gtbox-alerts-history-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 42px;
  align-items: center;
}

/* VISUAL */

.gtbox-alerts-history-visual {
  position: relative;
}

.gtbox-alerts-history-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-alerts-history-panel {
  position: relative;
  z-index: 2;
  padding: 28px;
  border-radius: 34px;
  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);
  overflow: hidden;
}

.gtbox-alerts-history-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: 44px 44px;
  opacity: 0.35;
}

/* TOP */

.gtbox-alerts-history-top {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 26px;
}

.gtbox-alerts-history-top strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 850;
}

.gtbox-alerts-history-top span {
  color: rgba(255,255,255,0.64);
  font-size: 0.84rem;
}

.gtbox-alerts-history-top small {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(143,205,55,0.12);
  border: 1px solid rgba(143,205,55,0.22);
  color: #8fcd37;
  font-size: 0.82rem;
  font-weight: 850;
}

/* TIMELINE */

.gtbox-alerts-history-timeline {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
}

.gtbox-alerts-history-event {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 16px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.08);
}

.gtbox-alerts-history-event.critical {
  border-color: rgba(255,122,0,0.28);
  background:
    radial-gradient(circle at top right, rgba(255,122,0,0.10), transparent 42%),
    rgba(255,255,255,0.055);
}

.gtbox-alerts-history-event.resolved {
  border-color: rgba(143,205,55,0.28);
}

.gtbox-alerts-history-event > span {
  color: #8fcd37;
  font-size: 0.82rem;
  font-weight: 850;
}

.gtbox-alerts-history-event.critical > span {
  color: #ffb36b;
}

.gtbox-alerts-history-event strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 0.96rem;
  font-weight: 850;
}

.gtbox-alerts-history-event p {
  margin: 0;
  color: rgba(255,255,255,0.64);
  font-size: 0.82rem;
  line-height: 1.55;
}

/* CONTENT */

.gtbox-alerts-history-content {
  display: grid;
  gap: 18px;
}

.gtbox-alerts-history-card {
  padding: 28px 26px;
  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-alerts-history-card:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,0.085);
  border-color: rgba(143,205,55,0.26);
}

.gtbox-alerts-history-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%),
    rgba(255,255,255,0.08);
}

.gtbox-alerts-history-card span {
  display: inline-block;
  margin-bottom: 14px;
  color: #8fcd37;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.gtbox-alerts-history-card h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 1.12rem;
  line-height: 1.3;
  font-weight: 850;
}

.gtbox-alerts-history-card p {
  margin: 0;
  color: rgba(255,255,255,0.74);
  line-height: 1.7;
}

@media (max-width: 1080px) {
  .gtbox-alerts-history-section {
    padding: 84px 0;
  }

  .gtbox-alerts-history-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .gtbox-alerts-history-inner {
    padding: 0 20px;
  }

  .gtbox-alerts-history-header {
    text-align: left;
    margin-bottom: 42px;
  }

  .gtbox-alerts-history-panel {
    padding: 22px;
  }

  .gtbox-alerts-history-top {
    flex-direction: column;
  }

  .gtbox-alerts-history-event {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d213263 *//* =========================================================
   PAGE ALERTES & MAINTENANCE — BÉNÉFICES
========================================================= */

.gtbox-alerts-benefits-section {
  width: 100%;
  padding: 108px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(143,205,55,0.07), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
  color: #1c2f45;
}

.gtbox-alerts-benefits-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.gtbox-alerts-benefits-header {
  max-width: 840px;
  margin: 0 auto 58px;
  text-align: center;
}

.gtbox-alerts-benefits-tag {
  display: inline-block;
  margin-bottom: 14px;
  color: #8fcd37;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtbox-alerts-benefits-header h2 {
  margin: 0 0 18px;
  color: #17324d;
  font-size: clamp(2rem, 3vw, 2.85rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 850;
}

.gtbox-alerts-benefits-header p {
  margin: 0 auto;
  max-width: 780px;
  color: #5c6f82;
  font-size: 1.05rem;
  line-height: 1.75;
}

/* GRID */

.gtbox-alerts-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* CARD */

.gtbox-alerts-benefit-card {
  position: relative;
  min-height: 250px;
  padding: 34px 30px;
  border-radius: 28px;
  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.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease;
}

.gtbox-alerts-benefit-card:hover {
  transform: translateY(-5px);

  border-color: rgba(143,205,55,0.34);

  box-shadow:
    0 22px 48px rgba(13,31,51,0.08);
}

.gtbox-alerts-benefit-card.is-featured {
  background:
    radial-gradient(circle at top right, rgba(143,205,55,0.14), transparent 42%),
    #ffffff;

  border-color: rgba(143,205,55,0.36);
}

/* NUMBER */

.gtbox-alerts-benefit-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 52px;
  height: 52px;

  margin-bottom: 22px;

  border-radius: 16px;

  background:
    linear-gradient(
      135deg,
      rgba(143,205,55,0.18),
      rgba(143,205,55,0.08)
    );

  border: 1px solid rgba(143,205,55,0.24);

  color: #8fcd37;

  font-size: 0.9rem;
  font-weight: 850;

  box-shadow:
    0 10px 24px rgba(143,205,55,0.14);
}

/* TEXT */

.gtbox-alerts-benefit-card h3 {
  margin: 0 0 14px;

  color: #17324d;

  font-size: 1.18rem;
  line-height: 1.3;
  font-weight: 850;
}

.gtbox-alerts-benefit-card p {
  margin: 0;

  color: #5c6f82;

  font-size: 0.96rem;
  line-height: 1.72;
}

/* RESPONSIVE */

@media (max-width: 1024px) {

  .gtbox-alerts-benefits-section {
    padding: 84px 0;
  }

  .gtbox-alerts-benefits-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gtbox-alerts-benefit-card {
    min-height: auto;
  }
}

@media (max-width: 768px) {

  .gtbox-alerts-benefits-inner {
    padding: 0 20px;
  }

  .gtbox-alerts-benefits-header {
    text-align: left;
    margin-bottom: 42px;
  }

  .gtbox-alerts-benefits-grid {
    grid-template-columns: 1fr;
  }

  .gtbox-alerts-benefit-card {
    padding: 28px 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6e50c64 *//* =========================================================
   PAGE ALERTES & MAINTENANCE — FAQ
========================================================= */

.gtbox-alerts-faq-section {
  width: 100%;
  padding: 108px 0;
  background: #ffffff;
  color: #1c2f45;
}

.gtbox-alerts-faq-inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.gtbox-alerts-faq-header {
  margin: 0 auto 52px;
  text-align: center;
}

.gtbox-alerts-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-alerts-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-alerts-faq-header p {
  margin: 0 auto;
  max-width: 720px;
  color: #5c6f82;
  font-size: 1.05rem;
  line-height: 1.7;
}

/* FAQ LIST */

.gtbox-alerts-faq-list {
  display: grid;
  gap: 14px;
}

.gtbox-alerts-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-alerts-faq-item[open] {
  border-color: rgba(143,205,55,0.35);

  box-shadow:
    0 16px 38px rgba(13,31,51,0.06);
}

.gtbox-alerts-faq-item summary {
  cursor: pointer;
  list-style: none;

  padding: 22px 24px;

  color: #17324d;

  font-size: 1.04rem;
  font-weight: 850;
}

.gtbox-alerts-faq-item summary::-webkit-details-marker {
  display: none;
}

.gtbox-alerts-faq-item summary::after {
  content: "+";
  float: right;

  color: #8fcd37;

  font-size: 1.4rem;
  line-height: 1;
}

.gtbox-alerts-faq-item[open] summary::after {
  content: "–";
}

.gtbox-alerts-faq-item p {
  margin: 0;
  padding: 0 24px 24px;

  color: #5c6f82;

  font-size: 0.98rem;
  line-height: 1.7;
}

/* RESPONSIVE */

@media (max-width: 768px) {

  .gtbox-alerts-faq-section {
    padding: 84px 0;
  }

  .gtbox-alerts-faq-inner {
    padding: 0 20px;
  }

  .gtbox-alerts-faq-header {
    text-align: left;
    margin-bottom: 42px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-98ae2d3 *//* =========================================================
   PAGE ALERTES & MAINTENANCE — CTA FINAL
========================================================= */

.gtbox-alerts-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-alerts-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-alerts-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-alerts-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-alerts-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-alerts-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-alerts-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-alerts-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.gtbox-alerts-cta-primary,
.gtbox-alerts-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-alerts-cta-primary {
  background: #ff7a00;
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(255,122,0,0.30);
}

.gtbox-alerts-cta-primary:hover {
  background: #ff8a1f;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(255,122,0,0.34);
}

.gtbox-alerts-cta-secondary {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.24);
  color: #ffffff;
}

.gtbox-alerts-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-alerts-cta-section {
    padding: 92px 0;
  }

  .gtbox-alerts-cta-inner {
    padding: 0 20px;
  }

  .gtbox-alerts-cta-inner h2 {
    font-size: clamp(2.1rem, 10vw, 3rem);
  }

  .gtbox-alerts-cta-actions {
    flex-direction: column;
  }

  .gtbox-alerts-cta-primary,
  .gtbox-alerts-cta-secondary {
    width: 100%;
  }
}/* End custom CSS */