.elementor-7 .elementor-element.elementor-element-241a3f8{--display:flex;--min-height:0px;--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-7 .elementor-element.elementor-element-91c1aac{background-color:#F8B133;padding:0px 0px 11px 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-7 .elementor-element.elementor-element-7fb31e0{--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;}.elementor-7 .elementor-element.elementor-element-af4dad6{--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;}body.elementor-page-7:not(.elementor-motion-effects-element-type-background), body.elementor-page-7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;background-image:url("https://www.devbts.if2m-informatique.fr/wp-content/uploads/2025/12/fond-site-scaled.png");background-repeat:no-repeat;background-size:cover;}@media(min-width:1367px){body.elementor-page-7:not(.elementor-motion-effects-element-type-background), body.elementor-page-7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}/* Start custom CSS for html, class: .elementor-element-91c1aac *//* =========================================================
   BTS HERO — VERSION FINALE (JAUNE #F8B133)
   ========================================================= */

:root{
  --bts-yellow: #F8B133;
  --bts-yellow-rgb: 248,177,51;
  --bts-bg-dark: #0b0f16;
}

/* HERO */
.bts-hero{
  position: relative;
  overflow: hidden;
  min-height: 78vh;
  display: grid;
  align-items: center;
  padding: clamp(22px, 4vw, 64px);
  color: #fff;

  background-image:
    radial-gradient(900px 600px at 20% 25%, rgba(255,255,255,.12), rgba(0,0,0,0) 55%),
    linear-gradient(120deg, rgba(11,15,22,.88), rgba(11,15,22,.52), rgba(11,15,22,.90)),
    url("https://www.devbts.if2m-informatique.fr/wp-content/uploads/2025/12/fond2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Canvas FX */
.bts-hero__bg{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
}
#btsFx{
  width:100%;
  height:100%;
  opacity:.35;
}

/* Layout */
.bts-hero__wrap{
  position:relative;
  z-index:2;
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:28px;
  align-items:center;
}

@media(max-width:920px){
  .bts-hero{min-height:auto}
  .bts-hero__wrap{grid-template-columns:1fr}
}

/* Titres */
.bts-hero__title{
  font-family:"Ethnocentric",sans-serif;
  text-transform:uppercase;
  letter-spacing:.9px;
  font-size:clamp(28px,3.8vw,56px);
  line-height:1.04;
  margin:0;
  text-shadow:0 10px 40px rgba(0,0,0,.35);
}

.bts-hero__subtitle{
  margin-top:14px;
  max-width:66ch;
  font-size:clamp(14px,1.25vw,18px);
  line-height:1.6;
  color:rgba(255,255,255,.88);
}

/* Badges */
.bts-hero__badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}

.bts-badge{
  padding:10px 12px;
  border-radius:999px;
  font-size:13px;
  backdrop-filter:blur(10px);

  border:1px solid rgba(var(--bts-yellow-rgb),.35);
  background:rgba(var(--bts-yellow-rgb),.10);
  color:#fff;

  transition:transform .15s ease, background .15s ease, border-color .15s ease;
}

.bts-badge:hover{
  transform:translateY(-1px);
  border-color:rgba(var(--bts-yellow-rgb),.55);
  background:rgba(var(--bts-yellow-rgb),.14);
}

/* CTA */
.bts-hero__cta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:18px;
}

.bts-btn{
  border:0;
  cursor:pointer;
  border-radius:14px;
  padding:12px 16px;
  font-weight:800;
  display:inline-flex;
  align-items:center;
  gap:10px;
  transition:transform .15s ease, box-shadow .15s ease;
}

/* Bouton jaune verrouillé */
.bts-hero .bts-btn--primary{
  background:#F8B133 !important;
  color:#0b0f16 !important;
  box-shadow:0 18px 45px rgba(var(--bts-yellow-rgb),.30) !important;
}

.bts-hero .bts-btn--primary:hover{
  transform:translateY(-1px);
  box-shadow:0 26px 70px rgba(var(--bts-yellow-rgb),.42) !important;
}

/* Bouton ghost */
.bts-hero .bts-btn--ghost{
  background:rgba(255,255,255,.08) !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.16) !important;
}

.bts-hero .bts-btn--ghost:hover{
  transform:translateY(-1px);
  background:rgba(255,255,255,.10) !important;
}

/* Card droite */
.bts-hero__card{
  padding:18px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(0,0,0,.28);
  backdrop-filter:blur(12px);
}

.bts-hero__cardTitle{
  font-family:"Ethnocentric",sans-serif;
  text-transform:uppercase;
  letter-spacing:.7px;
  font-size:16px;
  margin:0 0 12px;
}

.bts-stats{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

@media(max-width:520px){
  .bts-stats{grid-template-columns:1fr}
}

.bts-stat{
  padding:12px;
  border-radius:16px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
}

.bts-stat__value{
  font-family:"Ethnocentric",sans-serif;
  font-size:20px;
  margin:0;
  color:#F8B133;
}

.bts-stat__label{
  margin-top:6px;
  font-size:12px;
  color:rgba(255,255,255,.78);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a79f300 *//* ===== BTS HERO FORCE LOAD ===== */

/* Fond + layout */
.bts-hero{
  position: relative !important;
  overflow: hidden !important;
  min-height: 78vh !important;
  display: grid !important;
  align-items: center !important;
  padding: clamp(22px, 4vw, 64px) !important;

  background-image:
    linear-gradient(120deg, rgba(11,15,22,.88), rgba(11,15,22,.52), rgba(11,15,22,.90)),
    url("https://www.devbts.if2m-informatique.fr/wp-content/uploads/2025/12/fond2.png") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;

  color: #fff !important;
}

/* Wrap */
.bts-hero__wrap{
  position: relative !important;
  z-index: 2 !important;
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;

  display: grid !important;
  grid-template-columns: 1.15fr 0.85fr !important;
  gap: clamp(16px, 2.4vw, 28px) !important;
  align-items: center !important;
}

@media (max-width: 920px){
  .bts-hero{ min-height:auto !important; padding:22px !important; }
  .bts-hero__wrap{ grid-template-columns:1fr !important; }
}

/* Titres */
.bts-hero__title{
  font-family: "Ethnocentric", sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: .9px !important;
  font-size: clamp(28px, 3.8vw, 56px) !important;
  line-height: 1.04 !important;
  margin: 0 !important;
}

/* Sous-texte */
.bts-hero__subtitle{
  margin: 14px 0 0 0 !important;
  max-width: 66ch !important;
  font-size: clamp(14px, 1.25vw, 18px) !important;
  line-height: 1.6 !important;
  color: rgba(255,255,255,.88) !important;
}

/* Badges */
.bts-hero__badges{ display:flex !important; flex-wrap:wrap !important; gap:10px !important; margin-top:14px !important; }
.bts-badge{
  border:1px solid rgba(255,255,255,.18) !important;
  background:rgba(0,0,0,.25) !important;
  padding:10px 12px !important;
  border-radius:999px !important;
  font-size:13px !important;
  color:rgba(255,255,255,.92) !important;
}

/* Boutons */
.bts-hero__cta{ display:flex !important; flex-wrap:wrap !important; gap:12px !important; margin-top:16px !important; }

.bts-btn{
  border:0 !important;
  cursor:pointer !important;
  border-radius:14px !important;
  padding:12px 16px !important;
  font-weight:800 !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
}

.bts-btn--primary{
  background:#EE8422 !important;
  color:#0b0f16 !important;
}

.bts-btn--ghost{
  background:rgba(255,255,255,.08) !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.16) !important;
}

/* Card */
.bts-hero__card{
  border-radius:22px !important;
  border:1px solid rgba(255,255,255,.14) !important;
  background:rgba(0,0,0,.28) !important;
  padding:18px !important;
}

.bts-hero__cardTitle{
  font-family: "Ethnocentric", sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: .7px !important;
  font-size: 16px !important;
  margin: 0 0 12px 0 !important;
}

.bts-stats{ display:grid !important; grid-template-columns:1fr 1fr !important; gap:12px !important; }
@media (max-width:520px){ .bts-stats{ grid-template-columns:1fr !important; } }
.bts-stat{ padding:12px !important; border-radius:16px !important; background:rgba(255,255,255,.06) !important; border:1px solid rgba(255,255,255,.10) !important; }
.bts-stat__value{ font-family:"Ethnocentric", sans-serif !important; text-transform:uppercase !important; letter-spacing:.6px !important; font-size:20px !important; margin:0 !important; }
.bts-stat__label{ margin:6px 0 0 0 !important; font-size:12px !important; color:rgba(255,255,255,.78) !important; }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-fedf0bb *//* ==========================
   1) Font-face (fiable Safari)
========================== */
@font-face{
  font-family: "Ethnocentric";
  src:
    url("/wp-content/uploads/fonts/ethnocentric.woff2") format("woff2"),
    url("/wp-content/uploads/fonts/ethnocentric.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ==========================
   2) Variables
========================== */
:root{
  --btsx-title-font: "Ethnocentric", Arial, sans-serif;
  --btsx-accent: #EE8422;
  --btsx-ink: rgba(20,20,20,.92);
  --btsx-muted: rgba(20,20,20,.72);
  --btsx-border: rgba(0,0,0,.14);
}

/* ==========================
   3) Scope du bloc
========================== */
[data-btsx] .btsx-wrap{
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 18px;
}

/* ==========================
   4) TITRES — force Ethnocentric
   (le !important est volontaire pour écraser Elementor)
========================== */
[data-btsx] .btsx-h2,
[data-btsx] .btsx-h3,
[data-btsx] .btsx-card h3{
  font-family: var(--btsx-title-font) !important;
  text-transform: uppercase;
  letter-spacing: .08em;
}

/* intro */
[data-btsx] .btsx-kicker{
  display:inline-block;
  letter-spacing:.28em;
  font-size:12px;
  text-transform:uppercase;
  opacity:.75;
}

[data-btsx] .btsx-h2{
  line-height: 1.05;
  margin: 12px 0 18px;
  font-size: clamp(28px, 4vw, 44px);
  position: relative;
  color: var(--btsx-ink);
}

[data-btsx] .btsx-h2::after{
  content:"";
  display:block;
  width: 120px;
  height: 3px;
  margin-top: 10px;
  background: linear-gradient(90deg, var(--btsx-accent), transparent);
}

[data-btsx] .btsx-lead{
  font-size: clamp(16px, 1.6vw, 20px);
  max-width: 78ch;
  color: var(--btsx-ink);
}

[data-btsx] .btsx-text,
[data-btsx] .btsx-obj{
  max-width: 92ch;
  color: var(--btsx-muted);
}

/* grid */
[data-btsx] .btsx-grid{
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

/* card */
[data-btsx] .btsx-card{
  position: relative;
  border-radius: 18px;
  border: 1px solid var(--btsx-border);
  padding: 22px;
  overflow: hidden;
  backdrop-filter: blur(8px);
  opacity: 1;
  transform: none;
  transition: transform .45s cubic-bezier(.2,.8,.2,1), border-color .25s ease;
}

[data-btsx].btsx-js .btsx-card{
  opacity: 0;
  transform: translateY(18px) scale(.985);
  transition: opacity .65s ease, transform .65s cubic-bezier(.2,.8,.2,1), border-color .25s ease;
}
[data-btsx].btsx-js .btsx-card.is-in{
  opacity: 1;
  transform: translateY(0) scale(1);
}

[data-btsx] .btsx-card h3{
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.15;
  color: var(--btsx-ink);
}

[data-btsx] .btsx-p,
[data-btsx] .btsx-card{
  line-height: 1.55;
  color: var(--btsx-muted);
}
[data-btsx] .btsx-card strong{ color: var(--btsx-ink); }

[data-btsx] .btsx-card::before{
  content:"";
  position:absolute;
  inset:-1px;
  background:
    radial-gradient(520px 260px at var(--mx, 50%) var(--my, 50%),
      rgba(238,132,34,.22), transparent 60%);
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events:none;
}

@media (pointer:fine){
  [data-btsx] .btsx-card:hover{
    transform: translateY(-6px) scale(1.02);
    border-color: rgba(238,132,34,.38);
  }
  [data-btsx] .btsx-card:hover::before{ opacity:1; }
}

@media (max-width: 980px){
  [data-btsx] .btsx-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px){
  [data-btsx] .btsx-grid{ grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-66e1072 *//* ===== BTS HERO FORCE LOAD ===== */

/* Fond + layout */
.bts-hero{
  position: relative !important;
  overflow: hidden !important;
  min-height: 78vh !important;
  display: grid !important;
  align-items: center !important;
  padding: clamp(22px, 4vw, 64px) !important;

  background-image:
    linear-gradient(120deg, rgba(11,15,22,.88), rgba(11,15,22,.52), rgba(11,15,22,.90)),
    url("https://www.devbts.if2m-informatique.fr/wp-content/uploads/2025/12/fond2.png") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;

  color: #fff !important;
}

/* Wrap */
.bts-hero__wrap{
  position: relative !important;
  z-index: 2 !important;
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;

  display: grid !important;
  grid-template-columns: 1.15fr 0.85fr !important;
  gap: clamp(16px, 2.4vw, 28px) !important;
  align-items: center !important;
}

@media (max-width: 920px){
  .bts-hero{ min-height:auto !important; padding:22px !important; }
  .bts-hero__wrap{ grid-template-columns:1fr !important; }
}

/* Titres */
.bts-hero__title{
  font-family: "Ethnocentric", sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: .9px !important;
  font-size: clamp(28px, 3.8vw, 56px) !important;
  line-height: 1.04 !important;
  margin: 0 !important;
}

/* Sous-texte */
.bts-hero__subtitle{
  margin: 14px 0 0 0 !important;
  max-width: 66ch !important;
  font-size: clamp(14px, 1.25vw, 18px) !important;
  line-height: 1.6 !important;
  color: rgba(255,255,255,.88) !important;
}

/* Badges */
.bts-hero__badges{ display:flex !important; flex-wrap:wrap !important; gap:10px !important; margin-top:14px !important; }
.bts-badge{
  border:1px solid rgba(255,255,255,.18) !important;
  background:rgba(0,0,0,.25) !important;
  padding:10px 12px !important;
  border-radius:999px !important;
  font-size:13px !important;
  color:rgba(255,255,255,.92) !important;
}

/* Boutons */
.bts-hero__cta{ display:flex !important; flex-wrap:wrap !important; gap:12px !important; margin-top:16px !important; }

.bts-btn{
  border:0 !important;
  cursor:pointer !important;
  border-radius:14px !important;
  padding:12px 16px !important;
  font-weight:800 !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
}

.bts-btn--primary{
  background:#EE8422 !important;
  color:#0b0f16 !important;
}

.bts-btn--ghost{
  background:rgba(255,255,255,.08) !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.16) !important;
}

/* Card */
.bts-hero__card{
  border-radius:22px !important;
  border:1px solid rgba(255,255,255,.14) !important;
  background:rgba(0,0,0,.28) !important;
  padding:18px !important;
}

.bts-hero__cardTitle{
  font-family: "Ethnocentric", sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: .7px !important;
  font-size: 16px !important;
  margin: 0 0 12px 0 !important;
}

.bts-stats{ display:grid !important; grid-template-columns:1fr 1fr !important; gap:12px !important; }
@media (max-width:520px){ .bts-stats{ grid-template-columns:1fr !important; } }
.bts-stat{ padding:12px !important; border-radius:16px !important; background:rgba(255,255,255,.06) !important; border:1px solid rgba(255,255,255,.10) !important; }
.bts-stat__value{ font-family:"Ethnocentric", sans-serif !important; text-transform:uppercase !important; letter-spacing:.6px !important; font-size:20px !important; margin:0 !important; }
.bts-stat__label{ margin:6px 0 0 0 !important; font-size:12px !important; color:rgba(255,255,255,.78) !important; }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-4ca44c2 */:root{
  --bts-yellow: #F8B133;
  --bts-yellow-rgb: 248,177,51;
}

/* =========================
   BTS PARC (NAMESPACE SAFE)
========================= */
.bts-parc{
  padding: clamp(70px, 6vw, 115px) 0;
}

.bts-parc__inner{
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.bts-parc__head{
  text-align:center;
  margin-bottom: clamp(26px, 3vw, 50px);
}

.bts-parc__kicker{
  display:inline-block;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
  margin:0 0 10px;
  color: rgba(0,0,0,.6);
}

.bts-parc__title{
  font-family:"Ethnocentric", sans-serif;
  text-transform:uppercase;
  letter-spacing: 1.6px;
  line-height:1.02;
  margin:0 0 14px;
  font-size: clamp(34px, 4.2vw, 68px);
  color:#000;
  text-shadow: 0 18px 55px rgba(0,0,0,.10);
}

.bts-parc__title span{
  display:inline-block;
  margin-top: 10px;
  font-size: clamp(18px, 2.1vw, 34px);
  letter-spacing: 2.2px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(var(--bts-yellow-rgb), .22);
  box-shadow: 0 14px 40px rgba(var(--bts-yellow-rgb), .18);
}

.bts-parc__desc{
  max-width: 980px;
  margin: 0 auto 10px;
  font-size: 18px;
  line-height: 1.65;
  color:#111;
}

.bts-parc__tagline{
  font-weight:900;
  font-size:16px;
  margin:0;
  color: rgba(0,0,0,.75);
}

/* GRID */
.bts-parc__grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 28px);
}

@media (max-width: 1024px){
  .bts-parc__grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px){
  .bts-parc__grid{ grid-template-columns: 1fr; }
  .bts-parc__desc{ font-size: 16px; }
}

/* ITEMS + ANIMS */
.bts-parc__item{
  position:relative;
  line-height:0;
  opacity:0;
  transform: translateY(14px) scale(.98);
}

.bts-parc__item.is-in{
  animation: btsParcIn .55s ease forwards;
}

@keyframes btsParcIn{
  to{ opacity:1; transform: translateY(0) scale(1); }
}

.bts-parc__item img{
  width:100%;
  height:auto;
  display:block;
  transition: transform .35s ease, filter .35s ease;
  will-change: transform, filter;
}

/* Halo + reflet sans box */
.bts-parc__item::after{
  content:"";
  position:absolute;
  inset: 10% 10% 12% 10%;
  border-radius: 26px;
  background: radial-gradient(circle at 50% 40%,
    rgba(var(--bts-yellow-rgb), .22),
    rgba(var(--bts-yellow-rgb), 0) 65%
  );
  filter: blur(18px);
  opacity:0;
  transform: scale(.96);
  transition: opacity .3s ease, transform .3s ease;
  pointer-events:none;
}

.bts-parc__item:hover img{
  transform: translateY(-10px) scale(1.04) rotate(-0.35deg);
  filter: drop-shadow(0 24px 34px rgba(0,0,0,.22));
}
.bts-parc__item:hover::after{
  opacity:1;
  transform: scale(1.03);
}

/* hidden */
.bts-parc__item.is-hidden{ display:none; }

/* BOUTON — ANTI ELEMENTOR SANS CASSER LE RESTE */
.bts-parc__actions{
  text-align:center;
  margin-top: clamp(34px, 4vw, 60px);
}

/* Sélecteur ultra précis (Elementor ne passe plus) */
#parc .bts-parc__actions #btsParcToggle.bts-parc__btn{
  font-family:"Ethnocentric", sans-serif !important;
  padding: 18px 38px !important;
  font-size: 13px !important;
  letter-spacing: 1.6px !important;

  border: 0 !important;
  border-radius: 999px !important;
  cursor: pointer !important;

  color: #0b0f16 !important;
  background: linear-gradient(135deg, #F8B133, #F2A21B) !important;

  box-shadow: 0 20px 55px rgba(var(--bts-yellow-rgb), .30) !important;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease !important;
}

#parc .bts-parc__actions #btsParcToggle.bts-parc__btn:hover{
  transform: translateY(-2px) !important;
  filter: brightness(1.05) !important;
  box-shadow: 0 30px 90px rgba(var(--bts-yellow-rgb), .42) !important;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-32ad90d *//* ============================
   BTS — POURQUOI NOUS CHOISIR
============================ */

.bts-why {
  padding: clamp(80px, 8vw, 140px) 0;
  background: #fff;
}

.bts-why-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.bts-why-head {
  text-align: center;
  margin-bottom: clamp(50px, 6vw, 80px);
}

.bts-why-title {
  font-family: "Ethnocentric", sans-serif;
  font-size: clamp(42px, 6vw, 96px);
  line-height: 1.05;
  letter-spacing: 0.08em;
  color: #000;
  margin-bottom: 20px;
}

.bts-why-title span {
  display: block;
  font-size: 0.45em;
  letter-spacing: 0.12em;
  opacity: 0.9;
}

.bts-why-desc {
  max-width: 780px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.7;
  color: #444;
}

/* GRID */
.bts-why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}

/* CARD */
.bts-why-card {
  position: relative;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  padding: 42px 34px;
  transition: all 0.35s ease;
  overflow: hidden;
}

.bts-why-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(0,0,0,0.05), transparent);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.bts-why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.12);
}

.bts-why-card:hover::before {
  opacity: 1;
}

/* ICON */
.bts-why-icon {
  font-size: 42px;
  color: #000;
  margin-bottom: 22px;
  transition: transform 0.35s ease, color 0.35s ease;
}

.bts-why-card:hover .bts-why-icon {
  transform: scale(1.15) rotate(-3deg);
  color: #111;
}

/* TITRE */
.bts-why-card h3 {
  font-family: "Ethnocentric", sans-serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 14px;
  color: #000;
}

/* TEXTE */
.bts-why-card p {
  font-size: 15px;
  line-height: 1.65;
  color: #444;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-5668bfa *//* ===========================
   BTS — CONTACT (PRO)
=========================== */

.bts-contact{
  position: relative;
  padding: clamp(70px, 6vw, 120px) 0;
  overflow: hidden;
}

.bts-contact-inner{
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.bts-contact-bg{
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 380px at 15% 15%, rgba(30,155,216,.10), transparent 60%),
    radial-gradient(900px 380px at 85% 25%, rgba(72,72,143,.12), transparent 60%),
    radial-gradient(900px 420px at 50% 90%, rgba(30,155,216,.08), transparent 60%);
  pointer-events: none;
  z-index: 1;
}

/* Head */
.bts-contact-head{
  text-align: center;
  margin-bottom: clamp(28px, 3vw, 44px);
}

.bts-contact-kicker{
  display: inline-block;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #48488F;
  margin: 0 0 10px;
}

.bts-contact-title{
  font-family: "Ethnocentric", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
  font-size: clamp(44px, 6vw, 96px);
  line-height: 1.02;
  margin: 0 0 14px;
}

.bts-contact-desc{
  max-width: 860px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.65;
  color: #111;
}

/* Grid */
.bts-contact-grid{
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(16px, 2vw, 26px);
  align-items: stretch;
}

.bts-contact-card{
  position: relative;
  border-radius: 26px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 20px 60px rgba(0,0,0,.10);
  backdrop-filter: blur(10px);
  padding: clamp(18px, 2vw, 26px);
  opacity: 0;
  translate: 0 18px;
}

.bts-contact-card.is-in{
  opacity: 1;
  translate: 0 0;
  transition: opacity .55s ease, translate .55s ease;
}

.bts-contact-cardtitle{
  font-family: "Ethnocentric", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  color: #000;
  font-size: 22px;
  margin: 0 0 18px;
}

/* Infos */
.bts-contact-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.bts-contact-item{
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px 12px;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.06);
  background: rgba(255,255,255,.70);
}

.bts-contact-ico{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(30,155,216,.18), rgba(72,72,143,.14));
  color: #111;
  font-size: 18px;
}

.bts-contact-label{
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(0,0,0,.6);
  margin-bottom: 2px;
}

.bts-contact-link{
  color: #000;
  font-weight: 800;
  text-decoration: none;
}

.bts-contact-link:hover{ color: #1E9BD8; }

.bts-contact-text{
  color: #111;
  font-weight: 650;
}

.bts-contact-cta{
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(0,0,0,.08);
}

.bts-contact-note{
  margin: 10px 0 0;
  color: rgba(0,0,0,.65);
  font-size: 13px;
}

/* FORM */
.bts-contact-formwrap{ display: grid; gap: 14px; }

.bts-contact-row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.bts-contact-field span{
  display: block;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(0,0,0,.65);
  margin: 0 0 8px;
}

.bts-contact-field input,
.bts-contact-field textarea,
.bts-contact-field select{
  width: 100%;
  padding: 14px 14px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.78);
  outline: none;
  font-size: 15px;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.bts-contact-field textarea{ resize: vertical; min-height: 150px; }

.bts-contact-field input:focus,
.bts-contact-field textarea:focus,
.bts-contact-field select:focus{
  border-color: rgba(248,177,51,.80);
  box-shadow: 0 0 0 6px rgba(248,177,51,.22);
}

/* Checkbox */
.bts-contact-check{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  color: rgba(0,0,0,.72);
  line-height: 1.45;
  margin-top: 4px;
}

.bts-contact-check input{
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

/* ===========================
   BOUTONS — FORCER CONTRE ELEMENTOR
   =========================== */

/* CTA gauche (lien) */
.bts-contact .bts-contact-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 18px;
  border-radius: 16px;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  font-weight: 950;
  color: #111 !important;
  background: linear-gradient(135deg, #F8B133, #F2A21B) !important;
  box-shadow:
    0 18px 40px rgba(248,177,51,.32),
    inset 0 -2px 0 rgba(0,0,0,.18);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

/* Bouton submit (Elementor adore l’écraser => on verrouille) */
.bts-contact .bts-contact-formwrap .bts-contact-actions .bts-contact-submit{
  appearance: none !important;
  -webkit-appearance: none !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;

  padding: 15px 18px !important;
  border-radius: 16px !important;
  border: 0 !important;

  cursor: pointer !important;
  font-weight: 950 !important;
  line-height: 1 !important;

  color: #111 !important;
  background: linear-gradient(135deg, #F8B133, #F2A21B) !important;
  box-shadow:
    0 18px 40px rgba(248,177,51,.32),
    inset 0 -2px 0 rgba(0,0,0,.18) !important;

  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease !important;
}

.bts-contact .bts-contact-btn:hover,
.bts-contact .bts-contact-formwrap .bts-contact-actions .bts-contact-submit:hover{
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow:
    0 26px 60px rgba(248,177,51,.42),
    inset 0 -2px 0 rgba(0,0,0,.22) !important;
}

.bts-contact-btnico{
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: rgba(0,0,0,.12);
}

/* Responsive */
@media (max-width: 980px){
  .bts-contact-grid{ grid-template-columns: 1fr; }
  .bts-contact-row{ grid-template-columns: 1fr; }
}/* End custom CSS */