.elementor-28917 .elementor-element.elementor-element-1b43b71{--display:flex;--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-28917 .elementor-element.elementor-element-81f1fcd > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-28917 .elementor-element.elementor-element-81f1fcd.xpro-widget-bg-overlay:before{transition:background 0.3s;}body.elementor-page-28917:not(.elementor-motion-effects-element-type-background), body.elementor-page-28917 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FEF6E6;}body.elementor-page-28917{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for container, class: .elementor-element-1b43b71 *//* ===== PAGE HUB ÉTUDES DE CAS - CAPT AGENCY ===== */

:root {
  --bg: #FEF6E6;
  --card: #ffffff;
  --ink: #1E1E1E;
  --muted: #6B6B6B;
  --coral: #FF7A45;
  --coral-200: #FFE2D1;
  --radius: 18px;
  --ring: 0 8px 30px rgba(255, 122, 69, 0.15);
}

/* ===== STRUCTURE ===== */
.cases-hub.cs-page {
  background: var(--bg);
  font-family: "Inter", system-ui, Arial, sans-serif;
}

.cs-wrap {
  max-width: 1150px;
  margin: 0 auto;
  padding-inline: clamp(20px, 4vw, 40px);
}

/* ===== HERO ===== */
.cases-hub .cs-hero {
  text-align: center;
  padding: clamp(140px, 10vw, 100px) 0 40px;
  max-width: 820px;
  margin: 0 auto;
}

.cases-hub .eyebrow {
  display: inline-block;
  background: var(--coral-200);
  color: #e25a2a;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.85rem;
  margin-bottom: 14px;
}

.cases-hub .cs-hero h1 {
  font-family: "Montserrat", system-ui, Arial, sans-serif;
  font-weight: 800;
  color: var(--ink);
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  margin-bottom: 10px;
}

.cases-hub .cs-hero .lead {
  color: var(--muted);
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.6;
}

/* ===== CARTES CATÉGORIES ===== */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(28px, 3vw, 40px);
  margin-top: 50px;
  margin-bottom: 80px;
}

.cat {
  background: var(--card);
  border: 1px solid var(--coral-200);
  border-radius: var(--radius);
  box-shadow: var(--ring);
  padding: clamp(24px, 3vw, 28px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cat:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 34px rgba(255, 122, 69, 0.25);
}

/* Image de tête */
.cat-head {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 14px;
  margin-bottom: 18px;
}
.cat-head img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Titres et textes */
.cat h2 {
  font-family: "Montserrat", system-ui, Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  color: var(--ink);
  margin-bottom: 6px;
}
.cat-intro {
  color: var(--muted);
  margin-bottom: 14px;
  line-height: 1.6;
}

.cat .check {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.cat .check li {
  padding-left: 26px;
  position: relative;
  color: var(--ink);
  margin: 8px 0;
  line-height: 1.5;
}
.cat .check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: linear-gradient(135deg, #ff9a69, #ff7a45);
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="white" d="M20.285 6.708a1 1 0 0 1 .007 1.414l-9 9a1 1 0 0 1-1.414 0l-4-4a1 1 0 0 1 1.414-1.414l3.293 3.293 8.293-8.293a1 1 0 0 1 1.407 0Z"/></svg>') center/12px 12px no-repeat;
}

/* Boutons */
.btn-row {
  text-align: center;
  margin-top: auto;
}

.btn {
  display: inline-block;
  padding: 0.9rem 1.4rem;
  border-radius: 999px;
  border: 2px solid transparent;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  text-decoration: none;
  transition: all 0.25s ease;
}

.btn--primary {
  background: var(--coral);
  color: #fff !important;
}
.btn--outline {
  background: #fff;
  border-color: var(--coral);
  color: #d34d20;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* ===== SECTION CTA ===== */
.hub-cta {
  text-align: center;
  margin-bottom: 0;
}

.cta-block {
  background: linear-gradient(180deg, #ffe9d4 0%, #fff5ec 100%);
  border: 1px solid #ffe2d1;
  border-radius: 20px;
  padding: clamp(30px, 5vw, 50px);
  box-shadow: 0 10px 30px rgba(255, 122, 69, 0.1);
  max-width: 950px;
  margin: 0 auto clamp(90px, 8vw, 120px);
}

.cta-block h2 {
  font-family: "Montserrat", system-ui, Arial, sans-serif;
  font-weight: 800;
  color: var(--ink);
  font-size: clamp(1.4rem, 2.8vw, 1.8rem);
  margin-bottom: 10px;
}
.cta-block .lead {
  color: #555;
  margin-bottom: 22px;
  line-height: 1.6;
}

.btn-container {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .cat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .cat-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .btn {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 10px auto;
    text-align: center;
  }

  .btn + .btn {
    margin-left: 0;
  }

  .cta-block {
    padding: 36px 20px;
  }
}

/* --- Patch HUB Études de cas (boutons + marge + fond) --- */

/* 1) Boutons : texte bien blanc */
.cases-hub .btn--primary,
.cases-hub .btn--primary *,
.cases-hub .btn--primary span,
.cases-hub .btn--primary a {
  color: #fff !important;
}

/* 2) Fond continu + suppression de la “bande blanche” avant le footer */
.cases-hub.cs-page,
.cases-hub.cs-page .cs-wrap,
.cases-hub.cs-page .hub-cta,
.site-main,
.elementor-section-wrap,
.content-area,
.elementor,
body {
  background: var(--bg) !important;
}

/* Supprime toute marge parasite sous le dernier bloc */
.cases-hub.cs-page {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.cases-hub .hub-cta {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Neutralise les marges éventuelles du conteneur suivant */
.cases-hub.cs-page + section,
.cases-hub.cs-page + div,
.cases-hub .cs-wrap + section,
.cases-hub .cs-wrap + div {
  margin-top: 0 !important;
  padding-top: 0 !important;
  background: transparent !important;
  border: none !important;
}/* End custom CSS */