.elementor-1349 .elementor-element.elementor-element-f4c5f2e{--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-1349 .elementor-element.elementor-element-f4c5f2e:not(.elementor-motion-effects-element-type-background), .elementor-1349 .elementor-element.elementor-element-f4c5f2e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8B13300;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1349 .elementor-element.elementor-element-a6745d6{margin:-26px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for text-editor, class: .elementor-element-a5ecc3d *//* ==========================================
   HERO – TRAVAUX D’ENROCHEMENT (ANIM + MODERNE)
   Accent bouton : #F8B133
========================================== */

.bts-hero-enrochement{
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  overflow: hidden;

  background-image: url("https://www.devbts.if2m-informatique.fr/wp-content/uploads/2025/12/IMG_2375-scaled.jpeg");
  background-size: cover;
  background-position: center calc(50% + var(--bts-hero-shift, 0px));
}

/* Overlay sombre + vignette (lisibilité premium) */
.bts-hero-enrochement .bts-hero-overlay{
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 35% 40%, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.22) 45%, rgba(0,0,0,0.55) 100%),
    linear-gradient(110deg, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.56) 45%, rgba(0,0,0,0.26) 100%);
}

/* Contenu */
.bts-hero-enrochement .bts-hero-content{
  position: relative;
  z-index: 2;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  color: #fff !important;
}

/* Kicker */
.bts-hero-enrochement .bts-hero-kicker{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  letter-spacing: .28em;
  text-transform: uppercase;
  font-size: 12px;
  opacity: .82;
  margin: 0 0 18px;
  color: #fff !important;
}

.bts-hero-enrochement .bts-hero-kicker::before{
  content:"";
  width: 46px;
  height: 2px;
  background: #F8B133;
}

/* Titre */
.bts-hero-enrochement h1{
  margin: 0 0 18px;
  color: #fff !important;
  font-size: clamp(36px, 6vw, 72px);
  font-weight: 900;
  line-height: 1.02;
  text-transform: uppercase;
  text-shadow: 0 18px 55px rgba(0,0,0,.60);
}

.bts-hero-enrochement h1 span{
  display: block;
  margin-top: 14px;
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 400;
  opacity: .88;
  text-transform: none;
}

/* Texte */
.bts-hero-enrochement p{
  max-width: 720px;
  margin: 0 0 30px;
  font-size: 17px;
  line-height: 1.7;
  opacity: .92;
  color: #fff !important;
  text-shadow: 0 14px 40px rgba(0,0,0,.45);
}

/* Actions */
.bts-hero-enrochement .bts-hero-actions{
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

/* Bouton principal */
.bts-hero-enrochement .bts-btn-primary{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 34px;
  min-height: 54px;

  background: #F8B133;
  color: #111 !important;
  font-weight: 900;
  text-decoration: none !important;

  border-radius: 8px;
  border: 1px solid rgba(0,0,0,.10);
  box-shadow: 0 18px 44px rgba(0,0,0,.35);

  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.bts-hero-enrochement .bts-btn-primary:hover{
  transform: translateY(-2px);
  filter: brightness(.98) saturate(1.06);
  box-shadow: 0 24px 60px rgba(0,0,0,.45);
}

/* Bouton ghost */
.bts-hero-enrochement .bts-btn-ghost{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  min-height: 54px;

  color: #fff !important;
  font-weight: 800;
  text-decoration: none !important;

  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.bts-hero-enrochement .bts-btn-ghost:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,.14);
  box-shadow: 0 22px 55px rgba(0,0,0,.35);
}

/* Metrics glass */
.bts-hero-enrochement .bts-hero-metrics{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;

  max-width: 760px;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.20);
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 22px 70px rgba(0,0,0,.30);

  transform-style: preserve-3d;
  transition: transform .25s ease;
}

.bts-hero-enrochement .bts-hero-metric{
  border: 1px dashed rgba(255,255,255,.22);
  border-radius: 14px;
  padding: 12px;
  background: rgba(0,0,0,.10);
}

.bts-hero-enrochement .bts-hero-metricLabel{
  display:block;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  opacity: .82;
  margin-bottom: 6px;
}

.bts-hero-enrochement .bts-hero-metricValue{
  display:block;
  font-weight: 950;
}

/* Reveal animation */
.bts-hero-enrochement .bts-reveal{
  opacity: 0;
  transform: translateY(18px);
  filter: blur(6px);
  transition: opacity .85s ease, transform .85s ease, filter .85s ease;
}
.bts-hero-enrochement .bts-reveal.is-in{
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

/* Responsive */
@media (max-width: 980px){
  .bts-hero-enrochement .bts-hero-metrics{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px){
  .bts-hero-enrochement{ min-height: 75vh; }
  .bts-hero-enrochement .bts-btn-primary,
  .bts-hero-enrochement .bts-btn-ghost{
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-a6745d6 *//* ==========================================
   ENROCHEMENT – BG FULL FIXE + ANIMS + CTA
   Accent : #F8B133
========================================== */

:root{
  --bts-enroch-accent:#F8B133;
  --bts-enroch-border: rgba(255,255,255,.18);
  --bts-enroch-shadow: 0 20px 60px rgba(0,0,0,.18);
  --bts-enroch-radius: 18px;
  --bts-enroch-title-font: "Ethnocentric", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* Section + fond fixe via pseudo-element */
.bts-enroch.bts-enroch--bgfixed{
  position: relative;
  overflow: hidden;
  isolation: isolate;
  --bts-bg-shift: 0px;
}

.bts-enroch.bts-enroch--bgfixed::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background-image:url("https://www.devbts.if2m-informatique.fr/wp-content/uploads/2025/12/fond-site-scaled.png");
  background-size:cover;
  background-position:center calc(50% + var(--bts-bg-shift));
  background-attachment:fixed;
  background-repeat:no-repeat;
  filter:saturate(1.05) contrast(1.02);
}

/* Voile de lecture */
.bts-enroch.bts-enroch--bgfixed::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    radial-gradient(circle at 30% 20%, rgba(0,0,0,.20), rgba(0,0,0,.55) 70%),
    linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.70));
}

/* Container */
.bts-enroch-wrap{
  max-width:1200px;
  margin:0 auto;
  padding:80px 18px;
  color:#fff;
}

/* Head */
.bts-enroch-head{ margin-bottom: 18px; }
.bts-enroch-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:12px;
  letter-spacing:.28em;
  text-transform:uppercase;
  opacity:.85;
  margin:0 0 10px;
}
.bts-enroch-kicker::before{
  content:"";
  width:44px;
  height:2px;
  background:var(--bts-enroch-accent);
}
.bts-enroch-title{
  font-family:var(--bts-enroch-title-font);
  text-transform:uppercase;
  letter-spacing:.03em;
  font-size:clamp(30px, 4.2vw, 52px);
  line-height:1.05;
  margin:0 0 12px;
  text-shadow:0 22px 60px rgba(0,0,0,.55);
}
.bts-enroch-lead{
  max-width:860px;
  opacity:.92;
  font-size:16px;
  line-height:1.75;
  margin:0;
  text-shadow:0 18px 50px rgba(0,0,0,.45);
}

/* CTA (utilisé uniquement dans la carte "savoir-faire") */
.bts-enroch-cta{
  display:flex;
  gap:12px;
  margin-top:16px;
  flex-wrap:wrap;
}
.bts-enroch-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:50px;
  padding:0 20px;
  border-radius:999px;
  font-weight:950;
  text-decoration:none;
  letter-spacing:.02em;
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 18px 50px rgba(0,0,0,.28);
  transition:transform .18s ease, box-shadow .18s ease, filter .18s ease, background .18s ease;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.bts-enroch-btn--primary{
  background:var(--bts-enroch-accent);
  color:#111;
  border-color:rgba(0,0,0,.15);
}

@media (hover:hover){
  .bts-enroch-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 26px 80px rgba(0,0,0,.32);
    filter:saturate(1.05);
  }
}
@media (max-width: 520px){
  .bts-enroch-btn{ width:100%; }
}

/* Grid intro */
.bts-enroch-heroGrid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:16px;
  margin-top:22px;
}

/* Cards "glass" */
.bts-enroch-card,
.bts-enroch-step,
.bts-enroch-shot,
.bts-enroch-tile,
.bts-enroch-guarantees{
  border:1px solid var(--bts-enroch-border);
  border-radius:var(--bts-enroch-radius);
  box-shadow:var(--bts-enroch-shadow);
  background:rgba(255,255,255,.10);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  overflow:hidden;
}

/* Text card */
.bts-enroch-card--text{ padding:22px; }
.bts-enroch-h3{
  font-family:var(--bts-enroch-title-font);
  text-transform:uppercase;
  font-size:18px;
  margin:0 0 12px;
}
.bts-enroch-card--text p{
  margin:0 0 14px;
  opacity:.92;
  line-height:1.75;
}
.bts-enroch-bullets{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}
.bts-enroch-bullets li{
  position:relative;
  padding-left:18px;
  font-weight:800;
}
.bts-enroch-bullets li::before{
  content:"";
  position:absolute;
  left:0;
  top:.55em;
  width:8px;
  height:8px;
  border-radius:999px;
  background:var(--bts-enroch-accent);
}

/* Media card */
.bts-enroch-card--media img{
  width:100%;
  height:100%;
  max-height:420px;
  object-fit:cover;
  display:block;
}
.bts-enroch-card--media figcaption{
  padding:12px 14px;
  font-size:13px;
  opacity:.85;
  border-top:1px solid rgba(255,255,255,.16);
}

/* Blocks */
.bts-enroch-block{ margin-top:28px; padding-top:18px; }
.bts-enroch-blockHead{ display:grid; gap:8px; margin-bottom:14px; }
.bts-enroch-h2{
  font-family:var(--bts-enroch-title-font);
  text-transform:uppercase;
  letter-spacing:.03em;
  font-size:clamp(20px, 2.8vw, 32px);
  margin:0;
}
.bts-enroch-sub{ margin:0; opacity:.9; line-height:1.7; }

/* Steps */
.bts-enroch-steps{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:12px;
  margin-top:12px;
}
.bts-enroch-step{
  padding:16px;
  transform-style:preserve-3d;
  transition:transform .25s ease, box-shadow .25s ease;
}
.bts-enroch-stepNum{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:34px;
  padding:0 10px;
  border-radius:999px;
  background:var(--bts-enroch-accent);
  color:#111;
  font-weight:1000;
  letter-spacing:.08em;
  margin-bottom:10px;
}
.bts-enroch-step h4{
  margin:0 0 8px;
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.bts-enroch-step p{ margin:0; opacity:.9; line-height:1.7; font-size:14px; }

/* Gallery */
.bts-enroch-gallery{
  margin-top:14px;
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:12px;
}
.bts-enroch-shot{ transition:transform .25s ease, box-shadow .25s ease; }
.bts-enroch-shot img{
  width:100%;
  height:260px;
  object-fit:cover;
  display:block;
}

/* Tiles */
.bts-enroch-cards{
  margin-top:14px;
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:14px;
}
.bts-enroch-tile{
  display:grid;
  grid-template-columns:220px 1fr;
  transform-style:preserve-3d;
  transition:transform .25s ease, box-shadow .25s ease;
}
.bts-enroch-tileMedia img{
  width:100%;
  height:100%;
  min-height:210px;
  object-fit:cover;
  display:block;
}
.bts-enroch-tileBody{ padding:16px; }
.bts-enroch-tileBody h4{
  margin:0 0 8px;
  font-family:var(--bts-enroch-title-font);
  text-transform:uppercase;
  font-size:16px;
  line-height:1.2;
}
.bts-enroch-tileBody p{ margin:0 0 10px; opacity:.9; line-height:1.7; }
.bts-enroch-tileBody ul{ margin:0; padding-left:18px; font-weight:800; }
.bts-enroch-tileBody li{ margin:6px 0; }
.bts-enroch-tileBody li::marker{ color:var(--bts-enroch-accent); }

/* Guarantees */
.bts-enroch-guarantees{
  margin-top:18px;
  padding:16px;
}
.bts-enroch-guarantees h4{
  margin:0 0 10px;
  font-family:var(--bts-enroch-title-font);
  text-transform:uppercase;
  font-size:16px;
}
.bts-enroch-guaranteesGrid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:10px;
}
.bts-enroch-guar{
  border:1px dashed rgba(255,255,255,.22);
  border-radius:14px;
  padding:12px;
  font-weight:900;
  background:rgba(0,0,0,.12);
}

/* Reveal animation */
.bts-enroch .bts-reveal{
  opacity:0;
  transform:translateY(18px) scale(.985);
  filter:blur(6px);
  transition:opacity .8s ease, transform .8s ease, filter .8s ease;
}
.bts-enroch .bts-reveal.is-in{
  opacity:1;
  transform:translateY(0) scale(1);
  filter:blur(0);
}

/* Hover boost desktop */
@media (hover:hover){
  .bts-enroch-step:hover,
  .bts-enroch-shot:hover,
  .bts-enroch-tile:hover{
    box-shadow:0 26px 80px rgba(0,0,0,.30);
  }
}

/* Responsive */
@media (max-width: 980px){
  .bts-enroch-heroGrid{ grid-template-columns:1fr; }
  .bts-enroch-steps{ grid-template-columns:repeat(2, minmax(0,1fr)); }
  .bts-enroch-gallery{ grid-template-columns:1fr; }
  .bts-enroch-shot img{ height:260px; }
  .bts-enroch-cards{ grid-template-columns:1fr; }
  .bts-enroch-tile{ grid-template-columns:1fr; }
  .bts-enroch-tileMedia img{ min-height:240px; }
}

/* Mobile perf: désactive fixed si besoin */
@media (max-width: 768px){
  .bts-enroch.bts-enroch--bgfixed::before{ background-attachment:scroll; }
}/* End custom CSS */