.elementor-29477 .elementor-element.elementor-element-1d80354{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-1d80354 *//* ===============================
   CSS — Thermographie par drone (SANS FORM)
   Brand: #018AD8
   Modern + glow + reveal
   =============================== */
:root{
  --brand:#018AD8;
  --ink:#07121f;
  --muted:#5d6b7c;
  --border:rgba(7,18,31,.12);
  --card:rgba(255,255,255,.80);
  --shadow: 0 22px 65px rgba(15, 23, 42, .10);
  --shadow2: 0 12px 30px rgba(15, 23, 42, .08);
  --r:22px;
}

.ldstherm-page{
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(1000px 520px at 15% 0%, rgba(1,138,216,.12), transparent 62%),
    radial-gradient(1000px 520px at 85% 15%, rgba(1,138,216,.10), transparent 60%),
    linear-gradient(180deg, #fff, #fff);
}

.ldstherm-container{
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

/* HERO */
.ldstherm-hero{
  position:relative;
  padding: 52px 0 18px;
  overflow:hidden;
}
.ldstherm-hero__inner{
  position:relative;
  z-index:2;
  text-align:center;
}
.ldstherm-badge{
  display:inline-flex;
  align-items:center;
  padding: 8px 12px;
  border-radius: 999px;
  border:1px solid rgba(1,138,216,.22);
  background: rgba(1,138,216,.08);
  color: var(--brand);
  font-weight: 900;
  font-size: 12.5px;
  letter-spacing:.2px;
}
.ldstherm-h1{
  margin: 14px 0 8px;
  font-size: clamp(26px, 3.1vw, 40px);
  line-height: 1.12;
  letter-spacing: -0.8px;
}
.ldstherm-lead{
  margin: 0 auto;
  max-width: 80ch;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}
.ldstherm-chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
  margin-top: 16px;
}
.ldstherm-chip{
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(7,18,31,.10);
  background: rgba(255,255,255,.72);
  color: var(--muted);
  font-weight: 800;
  font-size: 12.5px;
  box-shadow: 0 10px 24px rgba(15,23,42,.06);
}

/* Decorative */
.ldstherm-orb{
  position:absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  pointer-events:none;
  background: radial-gradient(circle at 35% 35%, rgba(1,138,216,.18), transparent 65%);
  animation: ldsthermFloat 9s ease-in-out infinite;
  opacity:.95;
}
.ldstherm-orb--a{ left: -220px; top: -260px; }
.ldstherm-orb--b{ right: -240px; top: -160px; animation-delay: -2.7s; opacity:.85; }
@keyframes ldsthermFloat{
  0%,100%{ transform: translate3d(0,0,0); }
  50%{ transform: translate3d(0,18px,0); }
}
.ldstherm-gridlines{
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.55;
  background:
    radial-gradient(900px 260px at 50% 0%, rgba(1,138,216,.10), transparent 70%),
    linear-gradient(rgba(7,18,31,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7,18,31,.06) 1px, transparent 1px);
  background-size: auto, 64px 64px, 64px 64px;
  mask-image: radial-gradient(circle at 50% 30%, rgba(0,0,0,.95), transparent 70%);
}

/* Sections */
.ldstherm-section{ padding: 26px 0; }
.ldstherm-section--alt{
  padding: 32px 0;
  background:
    radial-gradient(1000px 520px at 85% 35%, rgba(1,138,216,.08), transparent 62%),
    linear-gradient(180deg, rgba(255,255,255,1), rgba(255,255,255,1));
}

/* Grid */
.ldstherm-grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:18px;
  align-items:stretch;
}
.ldstherm-grid--reverse{
  grid-template-columns: .95fr 1.05fr;
}
@media (max-width: 980px){
  .ldstherm-grid, .ldstherm-grid--reverse{ grid-template-columns: 1fr; }
}

/* Cards */
.ldstherm-card{
  border-radius: var(--r);
  border: 1px solid var(--border);
  background: var(--card);
  box-shadow: var(--shadow2);
  overflow:hidden;
  position:relative;
  backdrop-filter: blur(10px);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.ldstherm-card::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:0;
  background:
    radial-gradient(600px 240px at 20% 10%, rgba(1,138,216,.14), transparent 60%),
    radial-gradient(600px 240px at 80% 60%, rgba(1,138,216,.10), transparent 62%);
  transition: opacity .28s ease;
}
.ldstherm-card:hover{
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: rgba(1,138,216,.22);
}
.ldstherm-card:hover::before{ opacity:1; }

.ldstherm-card--text{ padding: 22px; }
.ldstherm-card--media{ padding: 14px; }

/* Typography */
.ldstherm-h2{
  margin:0;
  font-size: 18px;
  letter-spacing: -0.2px;
}
.ldstherm-h3{
  margin: 14px 0 8px;
  font-size: 15px;
  letter-spacing: -0.15px;
}
.ldstherm-p{
  margin: 12px 0 0;
  color: rgba(7,18,31,.88);
  font-size: 14px;
  line-height: 1.75;
}
.ldstherm-muted{ color: var(--muted); }

/* Mini */
.ldstherm-mini{
  margin-top: 14px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:10px;
}
@media (max-width: 560px){
  .ldstherm-mini{ grid-template-columns: 1fr; }
}
.ldstherm-mini__item{
  border-radius: 16px;
  border: 1px solid rgba(7,18,31,.08);
  background: rgba(255,255,255,.66);
  padding: 12px 12px;
  display:grid;
  gap:4px;
}
.ldstherm-mini__item span{ font-size: 18px; }
.ldstherm-mini__item b{ font-size: 13px; }
.ldstherm-mini__item small{ color: var(--muted); font-size: 12px; }

/* Media */
.ldstherm-media{
  position:relative;
  border-radius: 18px;
  overflow:hidden;
  transform: translateZ(0);
}
.ldstherm-media img{
  width:100%;
  height:auto;
  display:block;
  border-radius: 18px;
  border: 1px solid rgba(7,18,31,.10);
  box-shadow: 0 18px 45px rgba(15, 23, 42, .10);
  transform: scale(1);
  transition: transform .35s ease;
}
.ldstherm-card:hover .ldstherm-media img{ transform: scale(1.02); }

/* Shine + glow */
.ldstherm-media__shine{
  position:absolute;
  inset:-50%;
  background: linear-gradient(120deg, transparent 40%, rgba(255,255,255,.55), transparent 60%);
  transform: translateX(-28%);
  animation: ldsthermShine 6.2s ease-in-out infinite;
  opacity:.60;
  pointer-events:none;
}
@keyframes ldsthermShine{
  0%,55%{ transform: translateX(-28%); }
  100%{ transform: translateX(28%); }
}
.ldstherm-media__glow{
  position:absolute;
  inset:auto 10% -35% 10%;
  height: 240px;
  background: radial-gradient(circle at 50% 40%, rgba(1,138,216,.22), transparent 70%);
  filter: blur(10px);
  pointer-events:none;
}

/* Advantages list */
.ldstherm-adv{
  margin: 12px 0 0;
  padding: 0;
  list-style:none;
  display:grid;
  gap:10px;
}
.ldstherm-adv li{
  border-radius: 16px;
  border: 1px solid rgba(7,18,31,.08);
  background: rgba(255,255,255,.66);
  padding: 12px 12px;
  color: var(--muted);
  line-height:1.65;
  font-size: 13.5px;
}
.ldstherm-adv b{ color: var(--ink); }

/* Note */
.ldstherm-note{
  margin-top: 14px;
  border-radius: 16px;
  border: 1px solid rgba(7,18,31,.08);
  background: rgba(255,255,255,.66);
  padding: 12px 12px;
  display:flex;
  gap:10px;
  align-items:flex-start;
}
.ldstherm-note__dot{
  width:10px; height:10px; border-radius:50%;
  background: var(--brand);
  box-shadow: 0 0 0 6px rgba(1,138,216,.12);
  transform: translateY(6px);
}
.ldstherm-note p{
  margin:0;
  color: var(--muted);
  line-height: 1.65;
}
.ldstherm-note b{ color: var(--ink); }

/* Reveal */
.ldstherm-reveal{
  opacity: 0;
  transform: translateY(16px) scale(.99);
  filter: blur(6px);
  transition:
    opacity .7s ease,
    transform .7s cubic-bezier(.2,.8,.2,1),
    filter .7s ease;
}
.ldstherm-reveal.is-in{
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}/* End custom CSS */