.elementor-3083 .elementor-element.elementor-element-de4fa84{--display:flex;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-206098f *//* DEXIUM HOME - CSS
Prévu pour une intégration dans Elementor.
Toutes les classes sont préfixées en dx- ou dexium-home pour éviter les conflits.
*/

.dexium-home,
.dexium-home * {
  box-sizing: border-box;
}

.dexium-home {
  --dx-bg: #f7f5ef;
  --dx-bg-soft: #ebe7dc;
  --dx-dark: #111111;
  --dx-text: #171717;
  --dx-muted: #64645f;
  --dx-gold: #c7b27a;
  --dx-orange: #d97836;
  --dx-orange-hover: #c86c2d;
  --dx-radius-xl: 28px;
  --dx-radius-lg: 22px;
  --dx-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  --dx-shadow-hover: 0 24px 60px rgba(0, 0, 0, 0.16);
  background: var(--dx-bg);
  color: var(--dx-text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.45;
  overflow: hidden;
}

.dexium-home a {
  color: inherit;
  text-decoration: none;
}

.dx-container {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

/* Buttons */

.dx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 24px;
  border-radius: 18px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.dx-btn:hover {
  transform: translateY(-2px);
}

.dx-btn--primary {
  background: var(--dx-orange);
  color: #fff !important;
}

.dx-btn--primary:hover {
  background: var(--dx-orange-hover);
}

.dx-btn--ghost {
  background: rgba(255, 255, 255, 0.06);
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.28);
}

.dx-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.14);
}

.dx-btn--gold {
  background: var(--dx-gold);
  color: #111 !important;
}

.dx-btn--gold:hover {
  background: #b8a36e;
}

.dx-btn--outline {
  background: transparent;
  border-color: #171717;
  color: #171717 !important;
}

.dx-btn--outline:hover {
  background: #171717;
  color: #fff !important;
}

.dx-btn--full {
  width: 100%;
}

/* Hero */

.dx-hero {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  background: #050505;
  isolation: isolate;
}

.dx-hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.72) 40%, rgba(0, 0, 0, 0.35) 100%),
    url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?q=80&w=1800&auto=format&fit=crop") center/cover no-repeat;
  z-index: -1;
}

.dx-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 72px;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 110px;
}

.dx-hero__content {
  color: #fff;
}

.dx-eyebrow,
.dx-section-head > span,
.dx-section-head div > span {
  display: inline-flex;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--dx-muted);
}

.dx-eyebrow {
  background: var(--dx-gold);
  color: #111;
  padding: 8px 14px;
  border-radius: 999px;
  letter-spacing: 0.08em;
}

.dx-hero h1 {
  margin: 0 0 24px;
  max-width: 760px;
  color: #fff;
  font-size: clamp(44px, 6vw, 70px);
  line-height: 0.96;
  font-weight: 950;
  letter-spacing: -0.06em;
}

.dx-hero p {
  margin: 0 0 38px;
  max-width: 610px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(17px, 1.7vw, 22px);
}

.dx-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.dx-hero__card {
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 34px;
  background: rgba(18, 18, 18, 0.78);
  backdrop-filter: blur(16px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
}

.dx-hero__card h2 {
  margin: 0 0 24px;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.dx-hero-kit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 24px;
}

.dx-hero-kit-item {
  padding: 18px;
  min-height: 125px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
}

.dx-hero-kit-item span {
  display: block;
  margin-bottom: 12px;
  font-size: 34px;
}

.dx-hero-kit-item strong {
  display: block;
  color: #fff;
  font-size: 15px;
}

/* Sections */

.dx-section {
  padding: 90px 0;
}

.dx-section-head {
  margin-bottom: 54px;
}

.dx-section-head--center {
  text-align: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.dx-section-head--split {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 36px;
}

.dx-section-head h2 {
  margin: 0 0 16px;
  color: var(--dx-text);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.02;
  font-weight: 950;
  letter-spacing: -0.055em;
}

.dx-section-head p {
  margin: 0;
  max-width: 720px;
  color: var(--dx-muted);
  font-size: 19px;
}

.dx-section-head--center p {
  margin-left: auto;
  margin-right: auto;
}

.dx-center {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

/* Cards */

.dx-card-grid {
  display: grid;
  gap: 24px;
}

.dx-card-grid--situations {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.dx-card-grid--kits {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dx-card-grid--guides {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dx-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: var(--dx-radius-xl);
  background: #fff;
  box-shadow: var(--dx-shadow);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.dx-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--dx-shadow-hover);
}

.dx-card-img {
  position: relative;
  height: 178px;
  overflow: hidden;
  background: #ddd;
}

.dx-card-img--large {
  height: 245px;
}

.dx-card-img--guide {
  height: 250px;
}

.dx-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.dx-card:hover .dx-card-img img {
  transform: scale(1.06);
}

.dx-card-body {
  flex: 1;
  padding: 26px;
}

.dx-card h3 {
  margin: 0 0 12px;
  color: var(--dx-text);
  font-size: 25px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.dx-situation-card h3 {
  font-size: 22px;
}

.dx-guide-card h3 {
  font-size: 28px;
}

.dx-card p {
  margin: 0;
  color: var(--dx-muted);
  font-size: 15px;
}

.dx-card-label {
  display: block;
  margin-bottom: 12px;
  color: #77766f;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.dx-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 22px;
}

.dx-card-bottom small {
  display: block;
  margin-bottom: 4px;
  color: var(--dx-muted);
  font-size: 13px;
}

.dx-card-bottom strong {
  display: block;
  color: var(--dx-text);
  font-size: 26px;
  font-weight: 950;
}

.dx-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 52px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 24px;
  transition: background 0.25s ease, color 0.25s ease;
}

.dx-card:hover .dx-arrow {
  background: var(--dx-gold);
  color: #111;
}

.dx-read-more {
  display: inline-flex;
  margin-top: 18px;
  color: #111;
  font-weight: 800;
}

/* Kits section */

.dx-kits {
  background: var(--dx-bg-soft);
}

/* Benefits */

.dx-benefits {
  padding-top: 58px;
  padding-bottom: 58px;
}

.dx-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.dx-benefit {
  padding: 30px 22px;
  border-radius: 24px;
  background: #fff;
  text-align: center;
  box-shadow: var(--dx-shadow);
}

.dx-benefit span {
  display: block;
  margin-bottom: 16px;
  font-size: 42px;
}

.dx-benefit strong {
  display: block;
  margin-bottom: 6px;
  font-size: 19px;
  font-weight: 900;
}

.dx-benefit p {
  margin: 0;
  color: var(--dx-muted);
  font-size: 14px;
}

/* Guides */

.dx-guides {
  background: #fff;
}

.dx-guide-card {
  background: var(--dx-bg);
}

/* Audiences */

.dx-audiences {
  background: var(--dx-bg);
  padding-top: 80px;
}

.dx-audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.dx-audience-card {
  display: block;
  padding: 28px;
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--dx-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.dx-audience-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--dx-shadow-hover);
}

.dx-audience-card span {
  display: block;
  margin-bottom: 18px;
  font-size: 38px;
}

.dx-audience-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 900;
}

.dx-audience-card p {
  margin: 0;
  color: var(--dx-muted);
  font-size: 15px;
}

/* Responsive */

@media (max-width: 1100px) {
  .dx-hero__inner {
    grid-template-columns: 1fr;
  }

  .dx-hero__card {
    max-width: none;
    margin-left: 0;
  }

  .dx-card-grid--situations {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dx-card-grid--kits,
  .dx-benefit-grid,
  .dx-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .dx-container {
    width: min(100% - 32px, 1240px);
  }

  .dx-hero {
    min-height: auto;
  }

  .dx-hero__inner {
    padding-top: 78px;
    padding-bottom: 78px;
    gap: 36px;
  }

  .dx-hero__bg {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.70) 100%),
      url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?q=80&w=1400&auto=format&fit=crop") center/cover no-repeat;
  }

  .dx-section {
    padding: 68px 0;
  }

  .dx-section-head--split {
    display: block;
  }

  .dx-section-head--split .dx-btn {
    margin-top: 24px;
  }

  .dx-card-grid--situations,
  .dx-card-grid--kits,
  .dx-card-grid--guides,
  .dx-benefit-grid,
  .dx-audience-grid {
    grid-template-columns: 1fr;
  }

  .dx-card-img,
  .dx-card-img--large,
  .dx-card-img--guide {
    height: 220px;
  }

  .dx-hero-kit-grid {
    grid-template-columns: 1fr;
  }

  .dx-btn {
    width: 100%;
  }

  .dx-hero__actions {
    width: 100%;
  }

  .dx-hero__actions .dx-btn {
    flex: 1 1 100%;
  }
}

@media (max-width: 520px) {
  .dx-hero h1 {
    font-size: 42px;
  }

  .dx-section-head h2 {
    font-size: 34px;
  }

  .dx-hero__card {
    padding: 24px;
    border-radius: 26px;
  }

  .dx-card-body {
    padding: 22px;
  }
}/* End custom CSS */