.elementor-1352 .elementor-element.elementor-element-96db0ec{--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;}.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-1352 .elementor-element.elementor-element-8d783e3{margin:-21px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for text-editor, class: .elementor-element-fc0ee52 *//* ==========================================
   HERO – PONT (MISE EN PLACE DE PONT) – ANIM
   Accent : #F8B133
   Font titres : Ethnocentric
========================================== */

.bts-hero-pont{
  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_0513-scaled.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center calc(50% + var(--bts-pont-hero-shift, 0px));
}

.bts-hero-pont .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.58) 100%),
    linear-gradient(110deg, rgba(0,0,0,0.84) 0%, rgba(0,0,0,0.58) 45%, rgba(0,0,0,0.30) 100%);
}

.bts-hero-pont .bts-hero-content{
  position: relative;
  z-index: 2;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  color: #fff !important;
}

.bts-hero-pont .bts-hero-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  letter-spacing:.28em;
  text-transform:uppercase;
  font-size:12px;
  opacity:.84;
  margin:0 0 18px;
  color:#fff !important;
}

.bts-hero-pont .bts-hero-kicker::before{
  content:"";
  width:46px;
  height:2px;
  background:#F8B133;
}

/* Titres Ethnocentric */
.bts-hero-pont h1{
  margin: 0 0 18px;
  font-family: "Ethnocentric", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .03em;

  color:#fff !important;
  font-size: clamp(34px, 6vw, 70px);
  font-weight: 900;
  line-height: 1.02;
  text-shadow: 0 18px 55px rgba(0,0,0,.62);
}

.bts-hero-pont h1 span{
  display:block;
  margin-top:14px;
  font-family: inherit;
  font-size: clamp(15px, 2vw, 22px);
  font-weight: 400;
  opacity: .90;
  text-transform: none;
  letter-spacing: 0;
}

.bts-hero-pont p{
  max-width: 760px;
  margin: 0 0 30px;
  font-size: 17px;
  line-height: 1.75;
  opacity: .93;
  color:#fff !important;
  text-shadow: 0 14px 40px rgba(0,0,0,.45);
}

.bts-hero-pont .bts-hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-bottom: 18px;
}

.bts-hero-pont .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: 10px;
  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-pont .bts-btn-primary:hover{
  transform: translateY(-2px);
  filter: brightness(.98) saturate(1.06);
  box-shadow: 0 24px 60px rgba(0,0,0,.46);
}

.bts-hero-pont .bts-btn-ghost{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:16px 24px;
  min-height:54px;

  color:#fff !important;
  font-weight: 850;
  text-decoration:none !important;

  border-radius:10px;
  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-pont .bts-btn-ghost:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,.14);
  box-shadow: 0 22px 55px rgba(0,0,0,.35);
}

/* Objectifs (3 badges) */
.bts-hero-pont .bts-hero-goals{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 10px;

  max-width: 820px;
  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-pont .bts-hero-goal{
  border: 1px dashed rgba(255,255,255,.22);
  border-radius: 14px;
  padding: 12px;
  background: rgba(0,0,0,.10);
}

.bts-hero-pont .bts-hero-goalLabel{
  display:block;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  opacity: .82;
  margin-bottom: 6px;
}

.bts-hero-pont .bts-hero-goalValue{
  display:block;
  font-weight: 950;
}

/* Reveal */
.bts-hero-pont .bts-reveal{
  opacity: 0;
  transform: translateY(18px);
  filter: blur(6px);
  transition: opacity .85s ease, transform .85s ease, filter .85s ease;
}
.bts-hero-pont .bts-reveal.is-in{
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

/* Responsive */
@media (max-width: 980px){
  .bts-hero-pont .bts-hero-goals{ grid-template-columns: 1fr; }
}

@media (max-width: 768px){
  .bts-hero-pont{ min-height: 75vh; }
  .bts-hero-pont .bts-btn-primary,
  .bts-hero-pont .bts-btn-ghost{ width:100%; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-8d783e3 *//* ==========================================
   PONT – BG FIXE + GLASS + ANIMS (JAUNE LIGHT)
   Fond : fond-site-scaled.png
   Accent : #F8B133 (touches uniquement)
========================================== */

:root{
  --bts-pont-accent:#F8B133;
  --bts-pont-border: rgba(255,255,255,.16);
  --bts-pont-shadow: 0 20px 60px rgba(0,0,0,.18);
  --bts-pont-radius: 18px;
  --bts-pont-title-font: "Ethnocentric", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* Section + fond fixe */
.bts-pont.bts-pont--bgfixed{
  position: relative;
  overflow: hidden;
  isolation: isolate;
  --bts-bg-shift: 0px;
}

.bts-pont.bts-pont--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-pont.bts-pont--bgfixed::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    radial-gradient(circle at 30% 20%, rgba(0,0,0,.18), rgba(0,0,0,.58) 72%),
    linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.70));
}

/* Container */
.bts-pont-wrap{
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 18px;
  color:#fff;
}

/* Head */
.bts-pont-head{ margin-bottom: 26px; }
.bts-pont-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-pont-kicker::before{
  content:""; width:44px; height:2px;
  background: var(--bts-pont-accent);
  opacity:.85; /* discret */
}

.bts-pont-title{
  font-family: var(--bts-pont-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-pont-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);
}

/* Grid intro */
.bts-pont-heroGrid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 16px;
  margin-top: 26px;
}

/* Glass blocks (plus neutre, moins jaune) */
.bts-pont-card,
.bts-pont-step,
.bts-pont-shot,
.bts-pont-tile,
.bts-pont-guarantees{
  border: 1px solid var(--bts-pont-border);
  border-radius: var(--bts-pont-radius);
  box-shadow: var(--bts-pont-shadow);
  background: rgba(255,255,255,.08);          /* plus soft */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow: hidden;
}

/* Text card */
.bts-pont-card--text{ padding: 22px; }
.bts-pont-h3{
  font-family: var(--bts-pont-title-font);
  text-transform: uppercase;
  font-size: 18px;
  margin:0 0 12px;
  position:relative;
  display:inline-block;
}

/* underline MINI (un seul trait discret) */
.bts-pont-h3::after{
  content:"";
  display:block;
  width:46px;
  height:2px;
  margin-top:10px;
  border-radius:999px;
  background: rgba(248,177,51,.75);
  opacity:.65;
}

.bts-pont-card--text p{
  margin:0 0 14px;
  opacity:.92;
  line-height:1.75;
}

/* Bullets (jaune OK ici) */
.bts-pont-bullets{
  margin:0; padding:0; list-style:none;
  display:grid; gap:10px;
}
.bts-pont-bullets li{
  position:relative;
  padding-left:18px;
  font-weight:800;
}
.bts-pont-bullets li::before{
  content:"";
  position:absolute;
  left:0; top:.55em;
  width:8px; height:8px; border-radius:999px;
  background: var(--bts-pont-accent);
}

/* CTA */
.bts-pont-cta{
  display:flex;
  gap:12px;
  margin-top:16px;
  flex-wrap:wrap;
}
.bts-pont-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,.20);
  box-shadow:0 18px 50px rgba(0,0,0,.26);
  transition:transform .18s ease, box-shadow .18s ease, filter .18s ease, background .18s ease;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.bts-pont-btn--primary{
  background:var(--bts-pont-accent);
  color:#111;
  border-color:rgba(0,0,0,.15);
}
.bts-pont-btn--ghost{
  background:rgba(255,255,255,.08);
  color:#fff;
}
@media (hover:hover){
  .bts-pont-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 26px 80px rgba(0,0,0,.30);
    filter:saturate(1.03);
  }
}
@media (max-width: 520px){
  .bts-pont-btn{ width:100%; }
}

/* Media card */
.bts-pont-card--media img{
  width:100%;
  height:100%;
  max-height:420px;
  object-fit:cover;
  display:block;
}
.bts-pont-card--media figcaption{
  padding:12px 14px;
  font-size:13px;
  opacity:.85;
  border-top:1px solid rgba(255,255,255,.14);
}

/* Blocks */
.bts-pont-block{ margin-top: 28px; padding-top: 18px; }
.bts-pont-blockHead{ display:grid; gap:8px; margin-bottom: 14px; }
.bts-pont-h2{
  font-family: var(--bts-pont-title-font);
  text-transform: uppercase;
  letter-spacing:.03em;
  font-size: clamp(20px, 2.8vw, 32px);
  margin:0;
  position:relative;
  display:inline-block;
}

/* underline MINI (idem h3) */
.bts-pont-h2::after{
  content:"";
  display:block;
  width:46px;
  height:2px;
  margin-top:10px;
  border-radius:999px;
  background: rgba(248,177,51,.75);
  opacity:.60;
}

.bts-pont-sub{ margin:0; opacity:.92; line-height:1.7; }

/* Steps */
.bts-pont-steps{
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap:12px;
  margin-top:12px;
}
.bts-pont-step{
  padding:16px;
  transform-style:preserve-3d;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.bts-pont-stepNum{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:34px;
  padding:0 10px;
  border-radius:999px;
  background: var(--bts-pont-accent);
  color:#111;
  font-weight:1000;
  letter-spacing:.08em;
  margin-bottom:10px;
  box-shadow: 0 14px 34px rgba(248,177,51,.16); /* plus léger */
}
.bts-pont-step h4{
  margin:0 0 8px;
  font-size:14px;
  text-transform: uppercase;
  letter-spacing:.06em;
}
.bts-pont-step p{ margin:0; opacity:.92; line-height:1.7; font-size:14px; }

/* Gallery */
.bts-pont-gallery{
  margin-top:14px;
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:12px;
}
.bts-pont-shot{ transition: transform .25s ease, box-shadow .25s ease; }
.bts-pont-shot img{
  width:100%;
  height:260px;
  object-fit:cover;
  display:block;
}

/* Tiles */
.bts-pont-cards{
  margin-top:14px;
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap:14px;
}
.bts-pont-tile{
  display:grid;
  grid-template-columns: 220px 1fr;
  transform-style: preserve-3d;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.bts-pont-tileMedia img{
  width:100%;
  height:100%;
  min-height:210px;
  object-fit:cover;
  display:block;
}
.bts-pont-tileBody{ padding:16px; }
.bts-pont-tileBody h4{
  margin:0 0 8px;
  font-family: var(--bts-pont-title-font);
  text-transform: uppercase;
  font-size: 16px;
  line-height:1.2;
}
.bts-pont-tileBody p{ margin:0 0 10px; opacity:.9; line-height:1.7; }
.bts-pont-tileBody ul{ margin:0; padding-left:18px; font-weight:800; }
.bts-pont-tileBody li{ margin:6px 0; }
.bts-pont-tileBody li::marker{ color: rgba(248,177,51,.85); } /* moins violent */

/* Guarantees */
.bts-pont-guarantees{
  margin-top:18px;
  padding:16px;
}
.bts-pont-guarantees h4{
  margin:0 0 10px;
  font-family: var(--bts-pont-title-font);
  text-transform: uppercase;
  font-size: 16px;
}
.bts-pont-guaranteesGrid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap:10px;
}
.bts-pont-guar{
  border:1px dashed rgba(255,255,255,.18);
  border-radius:14px;
  padding:12px;
  font-weight:900;
  background: rgba(0,0,0,.10);
}

/* Reveal */
.bts-pont .bts-reveal{
  opacity:0;
  transform: translateY(18px) scale(.985);
  filter: blur(6px);
  transition: opacity .8s ease, transform .8s ease, filter .8s ease;
}
.bts-pont .bts-reveal.is-in{
  opacity:1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

/* Hover boost : warm mais discret (pas de traits jaunes) */
@media (hover:hover){
  .bts-pont-step:hover,
  .bts-pont-shot:hover,
  .bts-pont-tile:hover,
  .bts-pont-card:hover,
  .bts-pont-guarantees:hover{
    border-color: rgba(255,255,255,.22);
    box-shadow:
      0 26px 80px rgba(0,0,0,.30),
      0 0 0 1px rgba(248,177,51,.08) inset; /* juste une chaleur */
  }
}

/* Responsive */
@media (max-width: 980px){
  .bts-pont-heroGrid{ grid-template-columns: 1fr; }
  .bts-pont-steps{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  .bts-pont-gallery{ grid-template-columns: 1fr; }
  .bts-pont-shot img{ height: 260px; }
  .bts-pont-cards{ grid-template-columns: 1fr; }
  .bts-pont-tile{ grid-template-columns: 1fr; }
  .bts-pont-tileMedia img{ min-height: 240px; }
  .bts-pont-guaranteesGrid{ grid-template-columns: 1fr; }
}

/* Mobile perf: désactive "fixed" si besoin */
@media (max-width: 768px){
  .bts-pont.bts-pont--bgfixed::before{ background-attachment: scroll; }
}/* End custom CSS */