/* Start custom CSS for html, class: .elementor-element-23905cd *//* =========================================================
   VARIABLES GLOBALES & STYLE TOPBAR + HEADER
   ========================================================= */
:root {
  --blue: #0056B3;
  --blue-dark: #003D80;
  --ink: #0E1626;
  --gray: #616670;
  --white: #FFFFFF;
  --font-head: 'Barlow', sans-serif;
  --font-body: 'Inter', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: var(--font-body); color: var(--ink); background: #0b1018; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

/* Icônes inline minimalistes */
.ic {
  display: inline-block; width: 14px; height: 14px; vertical-align: -2px;
  background: var(--blue); -webkit-mask-size: contain; mask-size: contain;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; margin-right: 4px;
}
.ic-phone { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10 21 3 14 3 5c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.6.1.4 0 .8-.3 1z'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10 21 3 14 3 5c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.6.1.4 0 .8-.3 1z'/></svg>"); }
.ic-mail { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M4 4h16c1 0 2 1 2 2v12c0 1-1 2-2 2H4c-1 0-2-1-2-2V6c0-1 1-2 2-2zm8 7L4 6.5V6h16v.5L12 11z'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M4 4h16c1 0 2 1 2 2v12c0 1-1 2-2 2H4c-1 0-2-1-2-2V6c0-1 1-2 2-2zm8 7L4 6.5V6h16v.5L12 11z'/></svg>"); }
.ic-pin { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 2C8 2 5 5 5 9c0 5 7 13 7 13s7-8 7-13c0-4-3-7-7-7zm0 9.5A2.5 2.5 0 1112 6.5a2.5 2.5 0 010 5z'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 2C8 2 5 5 5 9c0 5 7 13 7 13s7-8 7-13c0-4-3-7-7-7zm0 9.5A2.5 2.5 0 1112 6.5a2.5 2.5 0 010 5z'/></svg>"); }
.ic-truck { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M3 5h11v9H3zM14 8h4l3 3v3h-7zM7 18a2 2 0 100-4 2 2 0 000 4zm10 0a2 2 0 100-4 2 2 0 000 4z'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M3 5h11v9H3zM14 8h4l3 3v3h-7zM7 18a2 2 0 100-4 2 2 0 000 4zm10 0a2 2 0 100-4 2 2 0 000 4z'/></svg>"); }

/* TOP BAR TICKER */
.topbar { background: var(--ink); overflow: hidden; height: 38px; display: flex; align-items: center; }
.ticker { width: 100%; overflow: hidden; }
.ticker-track { display: flex; width: max-content; animation: scroll 30s linear infinite; }
.ticker:hover .ticker-track { animation-play-state: paused; }
.ticker-group { display: flex; align-items: center; }
.ticker-item { color: #e9ecf2; font-size: 13px; white-space: nowrap; padding: 0 6px; display: inline-flex; align-items: center; }
.dot { width: 6px; height: 6px; background: var(--blue); border-radius: 50%; margin: 0 22px; }
@keyframes scroll { to { transform: translateX(-50%); } }

/* HEADER */
.header { position: sticky; top: 0; z-index: 900; background: var(--white); box-shadow: 0 2px 14px rgba(0,0,0,.05); transition: .3s; }
.header.scrolled { box-shadow: 0 6px 24px rgba(0,0,0,.12); }
.header-inner { max-width: 1280px; margin: auto; padding: 8px 28px; display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; align-items: center; flex-shrink: 0; }
.logo-img { width: 200px; height: 70px; max-width: 200px; max-height: 70px; object-fit: contain; display: block; transition: width 0.3s, height 0.3s; }

.nav-desktop { display: flex; gap: 30px; }
.nav-desktop a { font-family: var(--font-head); font-weight: 600; font-size: 15px; position: relative; padding: 4px 0; transition: .25s; }
.nav-desktop a::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px; background: var(--blue); transition: .3s; }
.nav-desktop a:hover { color: var(--blue); }
.nav-desktop a:hover::after { width: 100%; }

.header-actions { display: flex; align-items: center; gap: 18px; }
.btn-quote { background: var(--blue); color: #fff; font-family: var(--font-head); font-weight: 700; text-transform: uppercase; letter-spacing: 1px; font-size: 13px; padding: 12px 20px; border-radius: 4px; transition: .3s; white-space: nowrap; }
.btn-quote:hover { background: var(--ink); }

.burger { width: 46px; height: 46px; border: none; background: var(--ink); border-radius: 8px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px; cursor: pointer; transition: .3s; }
.burger span { width: 20px; height: 2px; background: #fff; transition: .35s cubic-bezier(.6,0,.3,1); }
.burger span:nth-child(1) { width: 14px; align-self: flex-end; margin-right: 13px; }
.burger span:nth-child(3) { width: 14px; align-self: flex-start; margin-left: 13px; }
.burger:hover { background: var(--blue); }
.burger:hover span { width: 20px; margin: 0; }
.burger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.active span:nth-child(2) { opacity: 0; }
.burger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* MENU LATÉRAL */
.overlay { position: fixed; inset: 0; background: rgba(8,12,20,.55); backdrop-filter: blur(6px); z-index: 950; opacity: 0; visibility: hidden; transition: .4s; }
.overlay.active { opacity: 1; visibility: visible; }

.drawer { position: fixed; top: 0; right: 0; width: 420px; max-width: 88vw; height: 100%; background: linear-gradient(165deg,#0E1626 0%,#141d30 55%,#0b1220 100%); z-index: 960; transform: translateX(100%); transition: transform .6s cubic-bezier(.76,0,.24,1); display: flex; flex-direction: column; padding: 38px 30px; color: #fff; box-shadow: -24px 0 60px rgba(0,0,0,.55); overflow-y: auto; }
.drawer.active { transform: translateX(0); }
.drawer-glow { position: absolute; top: -130px; right: -130px; width: 340px; height: 340px; background: radial-gradient(circle, var(--blue), transparent 70%); opacity: .22; filter: blur(20px); pointer-events: none; animation: glowFloat 9s ease-in-out infinite; }
@keyframes glowFloat { 0%,100% { transform: translate(0,0); } 50% { transform: translate(-30px,45px); } }

.drawer-head { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; }
.drawer-title { font-family: var(--font-head); text-transform: uppercase; letter-spacing: 4px; font-size: 13px; font-weight: 600; color: #8f97a5; }

.drawer-close { width: 44px; height: 44px; background: none; border: 1px solid #2a3340; border-radius: 50%; position: relative; cursor: pointer; transition: .3s; }
.drawer-close span { position: absolute; top: 50%; left: 50%; width: 16px; height: 2px; background: #fff; transition: .3s; }
.drawer-close span:nth-child(1) { transform: translate(-50%,-50%) rotate(45deg); }
.drawer-close span:nth-child(2) { transform: translate(-50%,-50%) rotate(-45deg); }
.drawer-close:hover { background: var(--blue); border-color: var(--blue); transform: rotate(90deg); }

.drawer-nav { position: relative; z-index: 2; margin: 24px 0; display: flex; flex-direction: column; }
.drawer-nav a { position: relative; display: flex; align-items: center; gap: 16px; font-family: var(--font-head); font-size: 24px; font-weight: 800; text-transform: uppercase; letter-spacing: .5px; color: #eef1f6; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.06); opacity: 0; transform: translateX(40px); transition: color .3s, padding-left .3s; }
.drawer-nav a em { font-style: normal; font-size: 13px; font-weight: 700; letter-spacing: 2px; color: var(--blue); transition: .3s; }
.drawer-nav a .arrow { margin-left: auto; width: 26px; height: 12px; position: relative; opacity: 0; transform: translateX(-12px); transition: .3s; }
.drawer-nav a .arrow::before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background: var(--blue); transform: translateY(-50%); }
.drawer-nav a .arrow::after { content: ""; position: absolute; top: 50%; right: 0; width: 9px; height: 9px; border-top: 2px solid var(--blue); border-right: 2px solid var(--blue); transform: translateY(-50%) rotate(45deg); }
.drawer.active .drawer-nav a { animation: slideIn .55s cubic-bezier(.2,.8,.2,1) forwards; animation-delay: calc(.09s * var(--i) + .15s); }
.drawer-nav a:hover { color: var(--blue); padding-left: 14px; }
.drawer-nav a:hover em { color: #fff; }
.drawer-nav a:hover .arrow { opacity: 1; transform: translateX(0); }
@keyframes slideIn { to { opacity: 1; transform: translateX(0); } }

.drawer-footer { position: relative; z-index: 2; border-top: 1px solid rgba(255,255,255,.08); padding-top: 20px; font-size: 14px; color: #9aa3b2; }
.drawer-cta { display: block; text-align: center; background: var(--blue); color: #fff; font-family: var(--font-head); font-weight: 700; text-transform: uppercase; letter-spacing: 1px; font-size: 14px; padding: 14px; border-radius: 6px; margin-bottom: 18px; transition: .3s; }
.drawer-cta:hover { background: #fff; color: var(--ink); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,86,179,.35); }
.drawer-footer p { margin-bottom: 8px; font-size: 13px; word-break: break-word; }
.socials { display: flex; gap: 10px; margin-top: 14px; }
.socials a { width: 38px; height: 38px; border: 1px solid #2a3340; border-radius: 50%; display: grid; place-items: center; color: var(--blue); font-weight: 700; font-size: 13px; transition: .3s; }
.socials a:hover { background: var(--blue); color: #fff; border-color: var(--blue); }

@media (max-width: 1024px) {
  .nav-desktop { display: none; }
  .header-inner { padding: 10px 20px; }
  .logo-img { width: 160px; height: 55px; }
}
@media (max-width: 768px) {
  .topbar { height: 32px; }
  .ticker-item { font-size: 11px; }
  .dot { margin: 0 12px; }
  .header-inner { padding: 8px 16px; }
  .logo-img { width: 140px; height: 48px; }
  .btn-quote { display: none; }
}
@media (max-width: 480px) {
  .drawer { width: 100vw; max-width: 100vw; padding: 30px 20px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-36b7519 *//* =========================================================
   1. LOADER (THEME BLEU)
   ========================================================= */
:root {
  --blue: #0056B3;
  --cat-yellow: #FFB800;
  --cat-yellow-dark: #D49B00;
}

.tfs-loader {
  position: fixed; inset: 0; z-index: 9999;
  background: radial-gradient(circle at 50% 40%, #1a2333, #080c14 75%);
  display: flex; align-items: center; justify-content: center;
  transition: opacity .6s ease, visibility .6s;
}
.tfs-loader.done { opacity: 0; visibility: hidden; }

.loader-inner { display: flex; flex-direction: column; align-items: center; width: min(340px,80vw); }
.loader-logo { position: relative; width: 96px; height: 96px; display: grid; place-items: center; margin-bottom: 26px; animation: logoPop .8s cubic-bezier(.2,.9,.3,1.2) both; }
.loader-mark { font-family: 'Barlow', sans-serif; font-weight: 800; font-size: 26px; letter-spacing: 1px; color: #fff; width: 64px; height: 64px; display: grid; place-items: center; background: var(--blue); border-radius: 16px; box-shadow: 0 8px 24px rgba(0,86,179,.4); animation: markPulse 1.6s ease-in-out infinite; }
.loader-ring { position: absolute; inset: 0; border-radius: 50%; border: 2px solid rgba(0,86,179,.6); border-top-color: transparent; border-left-color: transparent; animation: spinRing 1.2s linear infinite; }
.loader-ring--2 { inset: -12px; border-color: rgba(255,255,255,.12); border-top-color: var(--blue); border-left-color: transparent; animation-duration: 2s; animation-direction: reverse; }

@keyframes spinRing { to { transform: rotate(360deg); } }
@keyframes markPulse { 0%,100% { transform: scale(1); box-shadow: 0 8px 24px rgba(0,86,179,.4); } 50% { transform: scale(.92); box-shadow: 0 8px 30px rgba(0,86,179,.7); } }
@keyframes logoPop { from { opacity: 0; transform: scale(.5); } to { opacity: 1; transform: scale(1); } }

.loader-brand { font-family: 'Barlow', sans-serif; font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 2px; color: #8f97a5; margin-bottom: 24px; text-align: center; }
.loader-brand strong { display: block; color: #fff; font-size: 16px; font-weight: 800; letter-spacing: 1px; }

.loader-bar { width: 100%; height: 4px; background: #1e2734; border-radius: 99px; overflow: hidden; }
.loader-bar span { display: block; height: 100%; width: 0; border-radius: 99px; background: linear-gradient(90deg, var(--blue), #4d94ff); box-shadow: 0 0 12px rgba(0,86,179,.6); }
.loader-meta { display: flex; justify-content: space-between; width: 100%; margin-top: 12px; font-family: 'Barlow', sans-serif; text-transform: uppercase; letter-spacing: 2px; font-size: 11px; color: #c7ccd6; }
.loader-percent { color: var(--blue); font-weight: 700; font-size: 13px; }

/* =========================================================
   2. CURSEUR PERSONNALISÉ (JAUNE CAT CONSERVÉ)
   ========================================================= */
body.has-custom-cursor,
body.has-custom-cursor * { cursor: none !important; }

.tfs-cursor {
  position: fixed; top: 0; left: 0; width: 75px; height: 55px;
  margin: -40px 0 0 -15px; pointer-events: none !important;
  z-index: 800; filter: drop-shadow(0 6px 8px rgba(0,0,0,.5));
  will-change: transform; transition: transform 0.08s ease-out;
}
.tfs-cursor .excavator-svg { width: 100%; height: 100%; overflow: visible; }

.tfs-cursor .cat-arm-main { transform-origin: 32px 30px; transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); }
.tfs-cursor .cat-arm-sub { transform-origin: 52px 18px; transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); }
.tfs-cursor .cat-bucket { transform-origin: 64px 34px; transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1); }

.tfs-cursor.active .cat-arm-main { transform: rotate(-12deg); }
.tfs-cursor.active .cat-arm-sub { transform: rotate(20deg); }
.tfs-cursor.active .cat-bucket { transform: rotate(-25deg); }

.tfs-cursor.digging .cat-arm-main { transform: rotate(15deg); }
.tfs-cursor.digging .cat-arm-sub { transform: rotate(-15deg); }
.tfs-cursor.digging .cat-bucket { transform: rotate(45deg); }

.smoke-part {
  position: fixed; border-radius: 50%; pointer-events: none !important;
  z-index: 799; background: rgba(120, 120, 120, 0.6); opacity: .8;
  animation: smokeFade .6s ease-out forwards;
}
@keyframes smokeFade {
  to { opacity: 0; transform: translate(var(--dx),var(--dy)) scale(2.5); filter: blur(3px); }
}

@media (hover: none), (max-width: 1024px) {
  .tfs-cursor, .smoke-part { display: none !important; }
  body.has-custom-cursor, body.has-custom-cursor * { cursor: auto !important; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6a62bf4 *//* ============ VARIABLES TFS (Bleu #0056B3) ============ */
#tfs-about {
  --tfs-primary: #0056B3;
  --tfs-secondary: #080c14;
  --tfs-text: #444444;       /* Un peu plus sombre pour la lisibilité */
  --tfs-title: #080c14;
  --tfs-bg-1: #ffffff;
  --tfs-bg-2: #f8f9fa;
}

.tfs-about {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  font-family: "Roboto", system-ui, sans-serif;
  color: var(--tfs-text);
  background: linear-gradient(135deg, var(--tfs-bg-1), var(--tfs-bg-2));
}

/* ============ PLEIN LARGEUR ============ */
.tfs-about__container { width: 100%; padding: 0 5%; }
.tfs-about__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 50px; align-items: center; }

/* ---- Visuel (Image compacte) ---- */
.tfs-about__figure {
  position: relative; border-radius: 20px; overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,.1);
}
.tfs-about__img { 
  display: block; 
  width: 100%; 
  height: 200px; /* Hauteur réduite pour compacité */
  object-fit: cover; 
}

/* ---- Contenu (Texte agrandi) ---- */
.tfs-about__eyebrow {
  display: inline-block; font-family: "Poppins", sans-serif;
  font-size: .85rem; font-weight: 600; text-transform: uppercase;
  color: var(--tfs-primary); margin-bottom: 10px;
}

.tfs-about__title {
  font-family: "Poppins", sans-serif; 
  font-size: clamp(2rem, 3.5vw, 2.8rem); /* Taille agrandie */
  font-weight: 700; line-height: 1.1; color: var(--tfs-title); margin: 0 0 20px;
}
.tfs-about__title span { color: var(--tfs-primary); }

.tfs-about__text { 
  font-size: 1.15rem; /* Texte agrandi */
  line-height: 1.6; margin: 0 0 25px; 
}

/* Listes */
.tfs-about__list { list-style: none; padding: 0; margin: 0 0 25px; }
.tfs-about__list li { 
  display: flex; align-items: center; gap: 12px; margin-bottom: 12px; 
  font-weight: 600; font-size: 1.05rem; /* Texte agrandi */
}
.tfs-about__list svg {
  width: 22px; height: 22px; padding: 4px; border-radius: 50%;
  background: var(--tfs-primary); color: #fff; flex-shrink: 0;
}

/* Stats */
.tfs-about__stats {
  display: flex; gap: 30px; margin-bottom: 25px;
  border-top: 1px dashed #ddd; border-bottom: 1px dashed #ddd;
  padding: 15px 0;
}
.tfs-stat { display: flex; flex-direction: column; }
.tfs-stat__num { font-size: 1.8rem; font-weight: 700; color: var(--tfs-secondary); }
.tfs-stat__label { font-size: 0.9rem; color: var(--tfs-text); }

/* CTA */
.tfs-about__cta {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--tfs-secondary); color: #fff;
  padding: 14px 30px; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 1rem;
  transition: background .3s;
}
.tfs-about__cta:hover { background: var(--tfs-primary); }

/* RESPONSIVE */
@media (max-width: 900px) {
  .tfs-about__grid { grid-template-columns: 1fr; gap: 30px; }
  .tfs-about__content { text-align: center; display: flex; flex-direction: column; align-items: center; }
  .tfs-about__list { text-align: left; align-self: flex-start; }
  .tfs-about__img { height: 220px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5a9e5ae */#tfs-services {
  /* Palette Site */
  --tfs-primary:   #0056B3;   /* Bleu TFS */
  --tfs-secondary: #080c14;   /* Noir Profond */
  --tfs-text:      #555555;   /* Gris texte */
  --tfs-bg:        #f8f9fa;   /* Fond section */
}

.tfs-serv {
  padding: 80px 0;
  background: var(--tfs-bg);
  font-family: "Roboto", system-ui, sans-serif;
  color: var(--tfs-text);
}
.tfs-serv__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* En-tête */
.tfs-serv__header { text-align: center; max-width: 640px; margin: 0 auto 50px; }
.tfs-serv__eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: "Poppins", sans-serif;
  font-size: .8rem; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--tfs-primary);
  margin-bottom: 14px;
}
.tfs-serv__eyebrow i { width: 26px; height: 2px; background: var(--tfs-primary); display: inline-block; }

.tfs-serv__title {
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  font-weight: 700; line-height: 1.15;
  color: var(--tfs-secondary);
  margin: 0 0 14px;
}
.tfs-serv__title span { color: var(--tfs-primary); }
.tfs-serv__subtitle { font-size: 1.05rem; line-height: 1.6; margin: 0; }

/* Grille */
.tfs-serv__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

/* Cartes */
.tfs-card {
  display: flex; flex-direction: column; align-items: flex-start; justify-content: center;
  background: #FFFFFF; border: 1px solid rgba(0,0,0,.05);
  border-radius: 16px; padding: 34px 28px;
  min-height: 260px; box-shadow: 0 4px 15px rgba(0,0,0,.03);
  transition: all .3s ease;
}
.tfs-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,.08); }

.tfs-card__icon {
  width: 58px; height: 58px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  background: var(--tfs-primary); color: #fff;
  margin-bottom: 20px;
}
.tfs-card__icon svg { width: 30px; height: 30px; }

.tfs-card__title { font-family: "Poppins", sans-serif; font-size: 1.25rem; font-weight: 700; margin: 0 0 10px; color: var(--tfs-secondary); }
.tfs-card__desc { font-size: .96rem; line-height: 1.6; margin: 0; }

/* Carte CTA */
.tfs-card.tfs-card--cta { background: var(--tfs-secondary); border: none; }
.tfs-card.tfs-card--cta .tfs-card__title { color: #fff; }
.tfs-card.tfs-card--cta .tfs-card__desc { color: rgba(255,255,255,.8); margin-bottom: 22px; }
.tfs-card.tfs-card--cta .tfs-card__icon { background: var(--tfs-primary); }

.tfs-card__btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: "Poppins", sans-serif; font-size: .9rem; font-weight: 600;
  text-decoration: none; color: var(--tfs-secondary);
  background: #fff; padding: 12px 22px; border-radius: 8px;
  transition: background .3s ease;
}
.tfs-card__btn:hover { background: var(--tfs-primary); color: #fff; }

/* Responsive */
@media (max-width: 900px) { .tfs-serv__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) {
  .tfs-serv__grid { grid-template-columns: 1fr; }
  .tfs-card { min-height: auto; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-004f146 *//* ============================================= */
/* SECTION RÉALISATIONS - TFS (Palette Harmonisée) */
/* ============================================= */

#section-realisations-tfs {
  /* Palette Site */
  --tfs-primary:   #0056B3;    /* Bleu TFS */
  --tfs-accent:    #003D80;    /* Bleu sombre pour les accents */
  --tfs-dark:      #080c14;    /* Noir Profond */
  --tfs-light:     #f8f9fa;    /* Fond */
  --tfs-white:     #FFFFFF;
  --tfs-gray:      #555555;
  
  --tfs-radius: 18px;
  --tfs-shadow: 0 15px 40px rgba(8, 12, 20, 0.12);

  background: var(--tfs-light);
  padding: 100px 0;
  font-family: 'Inter', 'Poppins', sans-serif;
  position: relative;
  overflow: hidden;
}

/* Motif décoratif de fond */
#section-realisations-tfs::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(0,86,179,0.08) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

#section-realisations-tfs .tfs-real-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

/* ===== EN-TÊTE ===== */
#section-realisations-tfs .tfs-real-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 50px;
}
#section-realisations-tfs .tfs-real-eyebrow {
  display: inline-block;
  color: var(--tfs-primary);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 3px;
  margin-bottom: 14px;
  position: relative;
  padding-left: 42px;
}
#section-realisations-tfs .tfs-real-eyebrow::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  width: 32px; height: 3px;
  background: var(--tfs-primary);
  transform: translateY(-50%);
}
#section-realisations-tfs .tfs-real-title {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800;
  color: var(--tfs-dark);
  line-height: 1.1;
  margin: 0 0 18px;
  font-family: 'Montserrat', 'Poppins', sans-serif;
}
#section-realisations-tfs .tfs-real-title span {
  color: var(--tfs-primary);
  position: relative;
}
#section-realisations-tfs .tfs-real-subtitle {
  color: var(--tfs-gray);
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0;
}

/* ===== FILTRES ===== */
#section-realisations-tfs .tfs-real-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 50px;
}
#section-realisations-tfs .tfs-filter-btn {
  padding: 11px 24px;
  border: 2px solid transparent;
  background: var(--tfs-white);
  color: var(--tfs-dark);
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.92rem;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
#section-realisations-tfs .tfs-filter-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 22px rgba(0,86,179,0.2);
}
#section-realisations-tfs .tfs-filter-btn.active {
  background: var(--tfs-dark);
  color: var(--tfs-white);
  border-color: var(--tfs-primary);
}

/* ===== GRILLE PROJETS ===== */
#section-realisations-tfs .tfs-real-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* ===== CARTE PROJET ===== */
#section-realisations-tfs .tfs-project-card {
  position: relative;
  border-radius: var(--tfs-radius);
  overflow: hidden;
  box-shadow: var(--tfs-shadow);
  cursor: pointer;
  background: var(--tfs-dark);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  min-height: 340px;
}
#section-realisations-tfs .tfs-project-card.is-hidden { display: none; }
#section-realisations-tfs .tfs-project-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(8, 12, 20, 0.2);
}

/* Image */
#section-realisations-tfs .tfs-project-img {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 340px;
}
#section-realisations-tfs .tfs-project-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}
#section-realisations-tfs .tfs-project-card:hover .tfs-project-img img { transform: scale(1.1); }

/* Tags (Mapping des couleurs sur la palette) */
#section-realisations-tfs .tfs-project-tag {
  position: absolute;
  top: 16px; left: 16px;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 3;
  opacity: 0;
  transition: all 0.4s ease;
}
#section-realisations-tfs .tfs-project-card:hover .tfs-project-tag { opacity: 1; }
#section-realisations-tfs .tag-yellow { background: var(--tfs-primary); color: #fff; } /* Bleu */
#section-realisations-tfs .tag-red { background: var(--tfs-accent); color: #fff; } /* Bleu foncé */

/* Overlay */
#section-realisations-tfs .tfs-project-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 26px;
  background: linear-gradient(to top, rgba(8, 12, 20, 0.9) 0%, transparent 80%);
  opacity: 0;
  transition: opacity 0.5s ease;
}
#section-realisations-tfs .tfs-project-card:hover .tfs-project-overlay { opacity: 1; }

#section-realisations-tfs .tfs-project-info {
  transform: translateY(15px);
  transition: transform 0.5s ease;
  color: #fff;
}
#section-realisations-tfs .tfs-project-card:hover .tfs-project-info { transform: translateY(0); }
#section-realisations-tfs .tfs-project-type { color: var(--tfs-primary); font-size: 0.78rem; font-weight: 700; text-transform: uppercase; margin-bottom: 6px; display: block; }

/* ===== BOUTON VOIR PLUS ===== */
#section-realisations-tfs .tfs-btn-more {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 16px 40px;
  background: var(--tfs-dark);
  color: var(--tfs-white);
  border: none; border-radius: 50px;
  font-weight: 700; cursor: pointer;
  transition: all 0.4s ease;
}
#section-realisations-tfs .tfs-btn-more:hover {
  background: var(--tfs-primary);
  transform: translateY(-4px);
}

/* RESPONSIVE */
@media (max-width: 992px) { #section-realisations-tfs .tfs-real-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) {
  #section-realisations-tfs .tfs-real-grid { display: flex; overflow-x: auto; gap: 18px; padding: 24px; scroll-snap-type: x mandatory; }
  #section-realisations-tfs .tfs-project-card { flex: 0 0 82%; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-25aed4c *//* ============================================= */
/* SECTION TÉMOIGNAGES - TERRASSEMENT FORCE SOLUTION */
/* ============================================= */

#section-temoignages-tfs {
  --tfs-primary: #0056B3;    /* Bleu TFS */
  --tfs-accent: #003D80;     /* Bleu Sombre */
  --tfs-dark: #080c14;       /* Noir Profond */
  --tfs-text: #333333;
  --tfs-white: #FFFFFF;

  position: relative;
  padding: 100px 0;
  background: var(--tfs-dark);
  overflow: hidden;
  font-family: 'Poppins', 'Inter', sans-serif;
}

/* Texture décorative de fond */
#section-temoignages-tfs::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 15% 20%, rgba(0,86,179,0.15), transparent 40%),
    radial-gradient(circle at 85% 80%, rgba(0,86,179,0.1), transparent 40%);
  pointer-events: none;
}

.tfs-temoignages-container {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 2;
}

/* ---------- EN-TÊTE ---------- */
.tfs-temoignages-header { text-align: center; margin-bottom: 60px; }

.tfs-temoignages-surtitre {
  display: inline-block;
  color: var(--tfs-primary);
  font-weight: 700;
  letter-spacing: 4px;
  font-size: 0.85rem;
  margin-bottom: 14px;
  position: relative;
  padding: 0 14px;
}
.tfs-temoignages-surtitre::before,
.tfs-temoignages-surtitre::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 28px;
  height: 2px;
  background: var(--tfs-primary);
}
.tfs-temoignages-surtitre::before { right: 100%; }
.tfs-temoignages-surtitre::after { left: 100%; }

.tfs-temoignages-titre {
  color: var(--tfs-white);
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800;
  margin: 0 0 16px;
  line-height: 1.1;
}

.tfs-temoignages-soustitre {
  color: rgba(255,255,255,0.7);
  font-size: 1.05rem;
  max-width: 560px;
  margin: 0 auto;
}

/* ---------- CARROUSEL DÉFILANT ---------- */
.tfs-carousel-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 20px 0;
}

/* Effet de fondu sur les côtés pour un design pro */
.tfs-carousel-wrapper::before,
.tfs-carousel-wrapper::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 100px;
  z-index: 3;
  pointer-events: none;
}
.tfs-carousel-wrapper::before {
  left: 0;
  background: linear-gradient(to right, var(--tfs-dark), transparent);
}
.tfs-carousel-wrapper::after {
  right: 0;
  background: linear-gradient(to left, var(--tfs-dark), transparent);
}

.tfs-temoignages-track {
  display: flex;
  gap: 30px;
  width: max-content;
  animation: tfsScroll 35s linear infinite;
}

.tfs-carousel-wrapper:hover .tfs-temoignages-track {
  animation-play-state: paused;
}

@keyframes tfsScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-50% - 15px)); }
}

/* ---------- CARTE TÉMOIGNAGE ---------- */
.tfs-temoignage-card {
  width: 380px;
  background: var(--tfs-white);
  border-radius: 20px;
  padding: 38px 32px 32px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  border-bottom: 4px solid transparent;
  flex-shrink: 0;
  transition: transform .45s ease, box-shadow .45s ease, border-color .45s ease;
}

.tfs-temoignage-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
  border-bottom-color: var(--tfs-primary);
}

.tfs-quote-icon {
  position: absolute;
  top: 14px; right: 26px;
  font-family: Georgia, serif;
  font-size: 5.5rem;
  line-height: 1;
  color: var(--tfs-primary);
  opacity: 0.15;
}

.tfs-stars { display: flex; gap: 4px; margin-bottom: 18px; }
.tfs-star-filled { color: var(--tfs-primary); }
.tfs-star-empty  { color: #d8d8d8; }

.tfs-temoignage-texte { color: var(--tfs-text); font-size: 1rem; line-height: 1.7; margin: 0 0 26px; }

.tfs-temoignage-author { display: flex; align-items: center; gap: 16px; padding-top: 20px; border-top: 1px solid #eee; }
.tfs-author-photo { width: 56px; height: 56px; border-radius: 50%; background-size: cover; background-position: center; border: 3px solid var(--tfs-primary); flex-shrink: 0; }
.tfs-author-info h4 { margin: 0; font-size: 1.05rem; font-weight: 700; color: var(--tfs-dark); }
.tfs-author-info span { font-size: 0.85rem; color: #666; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 768px) {
  #section-temoignages-tfs { padding: 70px 0; }
  .tfs-temoignage-card { width: 300px; padding: 28px 22px 22px; }
  .tfs-carousel-wrapper::before, .tfs-carousel-wrapper::after { width: 40px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-16a79e0 *//* ============================================= */
/* SECTION CTA INTERMÉDIAIRE - TFS               */
/* ============================================= */

#section-cta-tfs {
  --tfs-primary: #0056B3;    /* Bleu TFS */
  --tfs-accent: #003D80;     /* Bleu Sombre */
  --tfs-dark: #080c14;       /* Noir Profond */
  --tfs-white: #FFFFFF;

  position: relative;
  overflow: hidden;
  padding: 80px 24px;
  background: linear-gradient(120deg, #080c14 0%, #051329 60%, #00224d 100%);
  isolation: isolate;
}

/* --- Motif décoratif animé en fond --- */
#section-cta-tfs .cta-tfs__pattern {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    repeating-linear-gradient(45deg,
      rgba(255,255,255,0.03) 0px,
      rgba(255,255,255,0.03) 2px,
      transparent 2px,
      transparent 20px);
  opacity: 0.6;
  animation: cta-tfs-slide 20s linear infinite;
}

/* Halo lumineux bleu décoratif */
#section-cta-tfs::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(0,86,179,0.35) 0%, transparent 70%);
  z-index: -1;
  border-radius: 50%;
  animation: cta-tfs-pulse 6s ease-in-out infinite;
}

@keyframes cta-tfs-slide {
  from { background-position: 0 0; }
  to   { background-position: 400px 0; }
}

@keyframes cta-tfs-pulse {
  0%, 100% { transform: scale(1);   opacity: 0.7; }
  50%      { transform: scale(1.2); opacity: 1;   }
}

/* --- Conteneur --- */
#section-cta-tfs .cta-tfs__container {
  max-width: 1100px;
  margin: 0 auto;
}

#section-cta-tfs .cta-tfs__content {
  text-align: center;
  color: var(--tfs-white);
}

/* --- Badge --- */
#section-cta-tfs .cta-tfs__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  margin-bottom: 24px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--tfs-white);
  background: var(--tfs-primary);
  border-radius: 50px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.3);

  opacity: 0;
  transform: translateY(20px) scale(0.9);
  transition: all 0.6s cubic-bezier(.16,1,.3,1);
}

/* --- Titre --- */
#section-cta-tfs .cta-tfs__title {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 16px;
  text-shadow: 0 4px 16px rgba(0,0,0,0.3);

  opacity: 0;
  transform: translateY(30px);
  transition: all 0.7s cubic-bezier(.16,1,.3,1) 0.1s;
}

/* --- Sous-titre --- */
#section-cta-tfs .cta-tfs__subtitle {
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 400;
  margin: 0 auto 36px;
  max-width: 600px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.7s cubic-bezier(.16,1,.3,1) 0.2s;
}

#section-cta-tfs .cta-tfs__subtitle strong {
  color: #4da3ff;
  font-weight: 700;
}

/* --- Actions --- */
#section-cta-tfs .cta-tfs__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;

  opacity: 0;
  transform: translateY(30px);
  transition: all 0.7s cubic-bezier(.16,1,.3,1) 0.35s;
}

/* --- Bouton principal (blanc) --- */
#section-cta-tfs .cta-tfs__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 38px;
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
  color: var(--tfs-primary);
  background: var(--tfs-white);
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}

#section-cta-tfs .cta-tfs__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--tfs-primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(.16,1,.3,1);
  z-index: 0;
}

#section-cta-tfs .cta-tfs__btn span,
#section-cta-tfs .cta-tfs__btn svg {
  position: relative;
  z-index: 1;
}

#section-cta-tfs .cta-tfs__btn:hover {
  transform: translateY(-4px);
  color: var(--tfs-white);
  box-shadow: 0 16px 40px rgba(0,0,0,0.35);
}

#section-cta-tfs .cta-tfs__btn:hover::before {
  transform: scaleX(1);
}

#section-cta-tfs .cta-tfs__btn:hover svg {
  transform: translateX(5px);
}

#section-cta-tfs .cta-tfs__btn svg {
  transition: transform 0.3s ease;
}

#section-cta-tfs .cta-tfs__btn:active {
  transform: translateY(-1px) scale(0.98);
}

/* --- Téléphone secondaire --- */
#section-cta-tfs .cta-tfs__phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--tfs-white);
  text-decoration: none;
  border: 2px solid rgba(255,255,255,0.6);
  border-radius: 14px;
  transition: all 0.3s ease;
}

#section-cta-tfs .cta-tfs__phone:hover {
  background: rgba(255,255,255,0.15);
  border-color: var(--tfs-white);
  transform: translateY(-4px);
}

/* ============================================= */
/* ÉTAT VISIBLE                                  */
/* ============================================= */
#section-cta-tfs.cta-tfs--visible .cta-tfs__badge,
#section-cta-tfs.cta-tfs--visible .cta-tfs__title,
#section-cta-tfs.cta-tfs--visible .cta-tfs__subtitle,
#section-cta-tfs.cta-tfs--visible .cta-tfs__actions {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* ============================================= */
/* RESPONSIVE                                    */
/* ============================================= */
@media (max-width: 600px) {
  #section-cta-tfs {
    padding: 60px 18px;
  }
  #section-cta-tfs .cta-tfs__actions {
    flex-direction: column;
  }
  #section-cta-tfs .cta-tfs__btn,
  #section-cta-tfs .cta-tfs__phone {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  #section-cta-tfs * {
    animation: none !important;
    transition: opacity 0.3s ease !important;
    transform: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4958594 *//* =========================================================
   SECTION CONTACT WHATSAPP — THÈME CLAIR & BLEU (TFS)
========================================================= */
.tfs-wa {
  --tfs-primary: #0056B3;    /* Bleu TFS */
  --tfs-accent: #003D80;     /* Bleu Sombre */
  --tfs-dark: #1a202c;       /* Texte Sombre */
  --tfs-white: #FFFFFF;
  --tfs-muted: #5a6270;

  position: relative;
  overflow: hidden;
  padding: 120px 24px;
  background: linear-gradient(120deg, #f4f7fb 0%, #edf2f7 60%, #e2e8f0 100%);
  background-size: 200% 200%;
  animation: waBgShift 18s ease infinite;
  color: var(--tfs-dark);
}

@keyframes waBgShift {
  0%, 100% { background-position: 0% 50%; }
  50%      { background-position: 100% 50%; }
}

/* --- Blobs lumineux de fond (version claire) --- */
.tfs-wa__blobs {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  filter: blur(80px);
}

.tfs-wa__blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.5;
  mix-blend-mode: multiply;
}

.tfs-wa__blob.b1 {
  width: 460px;
  height: 460px;
  top: -140px;
  right: -100px;
  background: radial-gradient(circle, rgba(0,86,179,0.15), transparent 70%);
  animation: waFloatBlob 14s ease-in-out infinite;
}

.tfs-wa__blob.b2 {
  width: 400px;
  height: 400px;
  bottom: -160px;
  left: -120px;
  background: radial-gradient(circle, rgba(37,211,102,0.15), transparent 70%);
  animation: waFloatBlob 18s ease-in-out infinite reverse;
}

.tfs-wa__blob.b3 {
  width: 320px;
  height: 320px;
  top: 40%;
  left: 50%;
  background: radial-gradient(circle, rgba(77,163,255,0.2), transparent 70%);
  animation: waFloatBlob 22s ease-in-out infinite;
}

@keyframes waFloatBlob {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(40px, -30px) scale(1.12); }
  66%      { transform: translate(-30px, 25px) scale(0.92); }
}

.tfs-wa__inner {
  position: relative;
  z-index: 2;
  max-width: 1160px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

/* --- Colonne infos --- */
.tfs-wa__eyebrow {
  font-family: var(--font-head, inherit);
  color: var(--tfs-primary);
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  animation: waFadeUp 0.8s 0.1s both;
}

.tfs-wa__title {
  font-family: var(--font-head, inherit);
  font-weight: 800;
  line-height: 1.05;
  font-size: clamp(34px, 4vw, 52px);
  margin: 16px 0 20px;
  text-transform: uppercase;
  color: var(--tfs-dark);
  animation: waFadeUp 0.8s 0.2s both;
}

.tfs-wa__title span {
  color: var(--tfs-primary);
}

.tfs-wa__lead {
  color: var(--tfs-muted);
  font-size: 16px;
  line-height: 1.7;
  max-width: 440px;
  margin-bottom: 34px;
  animation: waFadeUp 0.8s 0.3s both;
}

.tfs-wa__coords {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 30px;
  padding: 0;
}

.tfs-wa__coords li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 18px;
  border-radius: 14px;
  background: var(--tfs-white);
  box-shadow: 0 8px 22px rgba(14, 22, 38, 0.05);
  border: 1px solid #e2e8f0;
  transition: 0.3s;
  animation: waFadeUp 0.8s both;
}

.tfs-wa__coords li:nth-child(1) { animation-delay: 0.4s; }
.tfs-wa__coords li:nth-child(2) { animation-delay: 0.5s; }
.tfs-wa__coords li:nth-child(3) { animation-delay: 0.6s; }

.tfs-wa__coords li:hover {
  transform: translateX(8px);
  border-color: var(--tfs-primary);
  box-shadow: 0 14px 30px rgba(0, 86, 179, 0.12);
}

.tfs-wa__ico {
  width: 46px;
  height: 46px;
  flex: none;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(0,86,179,0.1), rgba(0,86,179,0.03));
  border: 1px solid rgba(0,86,179,0.2);
  transition: 0.3s;
}

.tfs-wa__coords li:hover .tfs-wa__ico {
  background: var(--tfs-primary);
  transform: rotate(-8deg) scale(1.05);
}

.tfs-wa__coords li:hover .tfs-wa__ico .ic {
  background: var(--tfs-white);
}

.tfs-wa__coords small {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--tfs-muted);
}

.tfs-wa__coords a,
.tfs-wa__coords div > span {
  font-family: var(--font-head, inherit);
  font-weight: 600;
  font-size: 15px;
  color: var(--tfs-dark);
  text-decoration: none;
  transition: 0.25s;
}

.tfs-wa__coords a:hover {
  color: var(--tfs-primary);
}

.tfs-wa__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #0f8a44;
  font-weight: 600;
  padding: 10px 16px;
  border-radius: 99px;
  background: rgba(37, 211, 102, 0.12);
  border: 1px solid rgba(37, 211, 102, 0.35);
  animation: waFadeUp 0.8s 0.7s both;
}

.tfs-wa__pulse {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #25D366;
  position: relative;
}

.tfs-wa__pulse::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid #25D366;
  animation: waPulse 1.8s ease-out infinite;
}

@keyframes waPulse {
  0%   { transform: scale(0.6); opacity: 0.8; }
  100% { transform: scale(2.2); opacity: 0; }
}

/* --- Carte conversation --- */
.tfs-wa__card {
  background: var(--tfs-white);
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  box-shadow: 0 30px 70px rgba(14, 22, 38, 0.1);
  overflow: hidden;
  animation: waCardIn 1s 0.3s both, waFloat 6s 1.3s ease-in-out infinite;
  color: var(--tfs-dark);
}

@keyframes waCardIn {
  from { opacity: 0; transform: translateY(50px) scale(0.96); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes waFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-12px); }
}

.tfs-wa__head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  background: linear-gradient(90deg, #e9fbef, #ffffff);
  border-bottom: 1px solid #e2e8f0;
}

.tfs-wa__avatar {
  width: 46px;
  height: 46px;
  flex: none;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--font-head, inherit);
  font-weight: 800;
  color: #fff;
  background: var(--tfs-primary);
  letter-spacing: 1px;
  box-shadow: 0 6px 16px rgba(0, 86, 179, 0.35);
  animation: waAvatarPop 0.7s 0.6s both;
}

@keyframes waAvatarPop {
  from { transform: scale(0) rotate(-40deg); }
  to   { transform: scale(1) rotate(0); }
}

.tfs-wa__meta {
  flex: 1;
  line-height: 1.3;
}

.tfs-wa__meta strong {
  display: block;
  font-family: var(--font-head, inherit);
  font-size: 15px;
  color: var(--tfs-dark);
}

.tfs-wa__meta span {
  font-size: 12px;
  color: #0f8a44;
  display: flex;
  align-items: center;
  gap: 6px;
}

.tfs-wa__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #25D366;
  display: inline-block;
  animation: waBlink 1.4s ease-in-out infinite;
}

@keyframes waBlink {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.3; }
}

.tfs-wa__logo {
  flex: none;
}

/* Corps de la conversation */
.tfs-wa__body {
  padding: 26px 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: #f8fafc;
}

.tfs-wa__bubble {
  max-width: 85%;
  padding: 12px 16px;
  font-size: 14.5px;
  line-height: 1.5;
  border-radius: 16px;
  position: relative;
}

.tfs-wa__bubble--in {
  align-self: flex-start;
  background: var(--tfs-white);
  color: var(--tfs-dark);
  border: 1px solid #eef0f3;
  border-bottom-left-radius: 4px;
  box-shadow: 0 4px 12px rgba(14, 22, 38, 0.05);
  animation: waBubbleIn 0.5s 0.8s both;
}

.tfs-wa__bubble--out {
  align-self: flex-end;
  background: linear-gradient(135deg, #25D366, #1eae57);
  color: #fff;
  border-bottom-right-radius: 4px;
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.3);
  opacity: 0;
  transform: translateY(12px) scale(0.95);
  transition: 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.tfs-wa__bubble--out.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@keyframes waBubbleIn {
  from { opacity: 0; transform: translateY(12px) scale(0.9); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* Indicateur "en train d'écrire" */
.tfs-wa__typing {
  align-self: flex-end;
  display: none;
  gap: 5px;
  padding: 14px 18px;
  background: #e4e8ee;
  border-radius: 16px;
  border-bottom-right-radius: 4px;
}

.tfs-wa__typing.show {
  display: flex;
}

.tfs-wa__typing span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9aa3b2;
  animation: waTyping 1s infinite ease-in-out;
}

.tfs-wa__typing span:nth-child(2) { animation-delay: 0.2s; }
.tfs-wa__typing span:nth-child(3) { animation-delay: 0.4s; }

@keyframes waTyping {
  0%, 60%, 100% { transform: translateY(0); opacity: 0.4; }
  30%           { transform: translateY(-6px); opacity: 1; }
}

.tfs-wa__field {
  display: block;
  animation: waBubbleIn 0.5s 0.9s both;
}

.tfs-wa__field > span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--tfs-muted);
  margin-bottom: 8px;
  font-family: var(--font-head, inherit);
}

.tfs-wa__select {
  position: relative;
}

.tfs-wa__select select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  background: var(--tfs-white);
  color: var(--tfs-dark);
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  padding: 15px 46px 15px 16px;
  font-family: var(--font-body, inherit);
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.25s;
}

.tfs-wa__select select:hover {
  border-color: var(--tfs-primary);
  transform: translateY(-1px);
}

.tfs-wa__select select:focus {
  outline: none;
  border-color: var(--tfs-primary);
  box-shadow: 0 0 0 4px rgba(0, 86, 179, 0.15);
}

.tfs-wa__select i {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-60%) rotate(45deg);
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--tfs-primary);
  border-bottom: 2px solid var(--tfs-primary);
  pointer-events: none;
  transition: 0.3s;
}

.tfs-wa__select select:focus + i {
  transform: translateY(-30%) rotate(225deg);
}

/* Bouton d'envoi */
.tfs-wa__send {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 16px 22px 24px;
  padding: 16px;
  border-radius: 14px;
  background: linear-gradient(135deg, #25D366, #1eae57);
  color: #fff;
  font-family: var(--font-head, inherit);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.4);
  transition: 0.3s;
  text-decoration: none;
  animation: waBubbleIn 0.5s 1s both, waSendPulse 2.4s 1.6s ease-in-out infinite;
}

@keyframes waSendPulse {
  0%, 100% { box-shadow: 0 12px 30px rgba(37, 211, 102, 0.4); }
  50%      { box-shadow: 0 12px 40px rgba(37, 211, 102, 0.7); }
}

.tfs-wa__send::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transform: skewX(-20deg);
  animation: waShine 3.5s infinite;
}

@keyframes waShine {
  0%        { left: -120%; }
  45%, 100% { left: 150%; }
}

.tfs-wa__send:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 18px 46px rgba(37, 211, 102, 0.55);
}

.tfs-wa__send svg {
  transition: transform 0.3s;
}

.tfs-wa__send:hover svg {
  transform: translateX(5px) rotate(8deg);
}

/* --- Utilitaire animation --- */
@keyframes waFadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* --- Responsive --- */
@media (max-width: 900px) {
  .tfs-wa__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .tfs-wa__card {
    max-width: 460px;
    margin: auto;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tfs-wa, .tfs-wa__card, .tfs-wa__blob, .tfs-wa__logo, .tfs-wa__send {
    animation: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4ccaafd *//* ================= FOOTER - TERRASSEMENT FORCE SOLUTION (DARK MODE) ================= */
:root{
  --tfs-primary: #3b82f6;    /* Bleu plus lumineux pour contraste sur fond sombre */
  --tfs-accent: #60a5fa;
  --tfs-dark: #ffffff;       /* Texte principal en blanc */
  --tfs-bg: #0f172a;         /* Fond du footer sombre */
  --tfs-muted: #94a3b8;      /* Gris clair pour le texte secondaire */
  --tfs-line: #334155;       /* Lignes/Bordures sombres */
}

.tfs-footer{
  position: relative;
  background: var(--tfs-bg);
  color: var(--tfs-dark);
  font-family: var(--font-body, 'Poppins', 'Segoe UI', sans-serif);
  overflow: hidden;
  padding-top: 90px;
}

/* --- Bande de terrain animée en haut --- */
.tfs-footer__topline{
  position: absolute; top: 0; left: 0; width: 100%; height: 60px;
  overflow: hidden; line-height: 0;
}
.tfs-footer__topline svg{ width: 100%; height: 100%; display: block; }
.tfs-footer__topline path{ fill: var(--tfs-bg); } /* La vague se fond dans le footer */

/* --- Chenilles animées (déco de fond) --- */
.tfs-footer__tracks{
  position: absolute; bottom: 0; left: 0; width: 100%; height: 12px;
  background-image: repeating-linear-gradient(90deg,
    var(--tfs-primary) 0 14px, transparent 14px 28px);
  opacity: .12;
  animation: tfs-track 1.2s linear infinite;
}
@keyframes tfs-track{to{background-position:-28px 0;}}

/* --- Poussière flottante --- */
.tfs-footer__dust{
  position: absolute; bottom: 0;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--tfs-primary); opacity: 0;
  animation: tfs-rise 7s linear infinite;
}
@keyframes tfs-rise{
  0%{transform:translateY(0) scale(.4);opacity:0;}
  15%{opacity:.4;}
  100%{transform:translateY(-260px) scale(1);opacity:0;}
}

/* ================= CONTENU ================= */
.tfs-footer__container{
  position: relative; z-index: 2;
  max-width: 1200px; margin: 0 auto; padding: 0 24px 40px;
}

.tfs-footer__grid{
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 48px;
  padding-bottom: 50px;
}

/* --- Colonne marque --- */
.tfs-footer__brand h3{
  font-size: 1.6rem; font-weight: 800; color: var(--tfs-dark); margin: 0 0 6px;
  font-family: var(--font-head, inherit);
}
.tfs-footer__brand h3 span{ color: var(--tfs-primary); }
.tfs-footer__brand p{
  font-size: .92rem; line-height: 1.7; color: var(--tfs-muted);
  max-width: 320px; margin: 14px 0 24px;
}

/* --- Socials --- */
.tfs-footer__socials{ display: flex; gap: 12px; }
.tfs-footer__socials a{
  width: 42px; height: 42px; border-radius: 12px;
  display: grid; place-items: center;
  background: rgba(255,255,255,0.05); border: 1px solid var(--tfs-line);
  transition: .35s cubic-bezier(.2,.8,.2,1);
}
.tfs-footer__socials a svg{ width: 19px; height: 19px; fill: var(--tfs-muted); transition: .35s; }
.tfs-footer__socials a:hover{
  background: var(--tfs-primary); transform: translateY(-6px) rotate(-6deg);
  border-color: var(--tfs-primary);
}
.tfs-footer__socials a:hover svg{ fill: #fff; }

/* --- Colonnes liens --- */
.tfs-footer__col h4{
  color: var(--tfs-dark); font-size: 1rem; font-weight: 700; margin: 0 0 20px;
  position: relative; padding-bottom: 10px;
  font-family: var(--font-head, inherit);
}
.tfs-footer__col h4::after{
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 32px; height: 3px; border-radius: 3px; background: var(--tfs-primary);
}
.tfs-footer__col ul{ list-style: none; margin: 0; padding: 0; }
.tfs-footer__col li{ margin-bottom: 12px; }
.tfs-footer__col a,
.tfs-footer__link-btn{
  color: var(--tfs-muted); text-decoration: none; font-size: .9rem;
  background: none; border: none; cursor: pointer; padding: 0; font-family: inherit;
  position: relative; display: inline-flex; align-items: center; gap: 8px;
  transition: .3s;
}
.tfs-footer__col a:hover,
.tfs-footer__link-btn:hover{ color: var(--tfs-primary); transform: translateX(4px); }

/* --- Contact --- */
.tfs-footer__contact li{
  display: flex; align-items: flex-start; gap: 10px;
  font-size: .9rem; color: var(--tfs-muted); margin-bottom: 16px;
}
.tfs-footer__contact a {
  color: var(--tfs-muted);
  text-decoration: none;
  transition: color 0.2s;
}
.tfs-footer__contact a:hover {
  color: var(--tfs-primary);
}
.tfs-footer__contact svg{
  width: 18px; height: 18px; stroke: var(--tfs-primary); flex-shrink: 0; margin-top: 2px;
  fill: none; stroke-width: 2;
}

/* --- Barre du bas --- */
.tfs-footer__bottom{
  border-top: 1px solid var(--tfs-line);
  padding-top: 24px;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 14px;
}
.tfs-footer__bottom p{ margin: 0; font-size: .85rem; color: var(--tfs-muted); }
.tfs-footer__bottom p a{ color: var(--tfs-primary); text-decoration: none; font-weight: 600; }
.tfs-footer__legal{ display: flex; gap: 22px; flex-wrap: wrap; }

/* --- Bouton retour haut --- */
.tfs-footer__top{
  position: absolute; right: 24px; top: 20px; z-index: 3;
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--tfs-primary); border: none; cursor: pointer;
  display: grid; place-items: center;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.3);
  animation: tfs-bounce 2s ease-in-out infinite;
}
.tfs-footer__top svg{ width: 20px; height: 20px; stroke: #fff; stroke-width: 2.5; fill: none; }
@keyframes tfs-bounce{0%,100%{transform:translateY(0);}50%{transform:translateY(-8px);}}

/* ================= POPUP / MODAL ================= */
.tfs-modal{
  position: fixed; inset: 0; z-index: 9999;
  display: flex; align-items: center; justify-content: center;
  padding: 20px; opacity: 0; visibility: hidden;
  transition: .35s ease;
}
.tfs-modal.is-open{ opacity: 1; visibility: visible; }
.tfs-modal__overlay{
  position: absolute; inset: 0;
  background: rgba(0, 0, 0, 0.7); backdrop-filter: blur(6px);
}
.tfs-modal__box{
  position: relative; z-index: 2;
  width: 100%; max-width: 640px; max-height: 82vh; overflow: hidden;
  background: #fff; /* On garde le popup blanc pour la lisibilité */
  border: 1px solid var(--tfs-line); border-radius: 20px;
  box-shadow: 0 25px 50px rgba(0,0,0,0.3);
  transform: translateY(40px) scale(.96); opacity: 0;
  transition: .4s cubic-bezier(.2,.9,.2,1);
  display: flex; flex-direction: column;
}
.tfs-modal.is-open .tfs-modal__box{ transform: translateY(0) scale(1); opacity: 1; }
.tfs-modal__head{
  padding: 24px 28px; border-bottom: 1px solid #edf2f7;
  display: flex; align-items: center; justify-content: space-between;
  background: #f8fafc;
}
.tfs-modal__head h3{ margin: 0; color: #1a202c; font-size: 1.25rem; font-weight: 700; }
.tfs-modal__head h3 span{ color: var(--tfs-primary); }
.tfs-modal__close{
  width: 38px; height: 38px; border-radius: 10px; border: none; cursor: pointer;
  background: #edf2f7; color: #1a202c; font-size: 1.3rem; line-height: 1;
  transition: .3s;
}
.tfs-modal__close:hover{ background: var(--tfs-primary); color: #fff; transform: rotate(90deg); }
.tfs-modal__body{
  padding: 26px 28px; overflow-y: auto; color: #4a5568;
  font-size: .92rem; line-height: 1.75;
}
.tfs-modal__body h4{ color: var(--tfs-primary); margin: 20px 0 8px; font-size: 1rem; }

/* ================= APPARITION AU SCROLL ================= */
[data-tfs-fa]{ opacity: 0; transform: translateY(30px); transition: .7s cubic-bezier(.2,.8,.2,1); }
[data-tfs-fa].is-in{ opacity: 1; transform: none; }

@media(max-width:900px){
  .tfs-footer__grid{ grid-template-columns: 1fr 1fr; gap: 40px; }
  .tfs-footer__brand{ grid-column: 1 / -1; }
}
@media(max-width:560px){
  .tfs-footer__grid{ grid-template-columns: 1fr; }
  .tfs-footer__bottom{ flex-direction: column; text-align: center; }
}/* End custom CSS */