/*
Theme Name: Voyance Channel
Theme URI: https://staging.voyance-channel.com/
Description: Thème enfant mobile-first de Divi pour Voyance Channel.
Author: Voyance Channel
Template: Divi
Version: 1.2.0
Text Domain: voyance-channel
*/

:root {
  --vc-ink: #251c2c;
  --vc-muted: #6d6572;
  --vc-plum-950: #2d104d;
  --vc-plum-900: #3c155f;
  --vc-plum-800: #512178;
  --vc-plum-700: #6b3292;
  --vc-plum-600: #7e43a1;
  --vc-lilac-100: #eee4f2;
  --vc-lilac-50: #f7f0f8;
  --vc-gold: #c68f58;
  --vc-gold-dark: #9f6736;
  --vc-ivory: #fffaf7;
  --vc-blush: #fbf1f1;
  --vc-white: #fff;
  --vc-border: rgba(60, 21, 95, .13);
  --vc-shadow-soft: 0 18px 50px rgba(50, 22, 66, .10);
  --vc-shadow-card: 0 13px 36px rgba(53, 27, 67, .08);
  --vc-radius-sm: 14px;
  --vc-radius: 24px;
  --vc-radius-lg: 34px;
  --vc-shell: 1180px;
  --vc-serif: Georgia, "Times New Roman", serif;
  --vc-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
body { margin: 0; color: var(--vc-ink); background: var(--vc-ivory); font-family: var(--vc-sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.vc-menu-open { overflow: hidden; }
body.home { padding-bottom: 104px; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input { font: inherit; }
svg { width: 1.35em; height: 1.35em; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.vc-shell { width: min(100% - 28px, var(--vc-shell)); margin-inline: auto; }
.vc-skip-link { position: fixed; z-index: 99999; top: 10px; left: 10px; padding: 10px 16px; color: var(--vc-white); background: var(--vc-plum-950); border-radius: 8px; text-decoration: none; transform: translateY(-160%); }
.vc-skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #d9a679; outline-offset: 3px; }

/* Header */
.vc-header { position: sticky; z-index: 600; top: 0; min-height: 86px; background: rgba(255, 250, 247, .96); border-bottom: 1px solid rgba(60, 21, 95, .08); backdrop-filter: blur(18px); }
.vc-header__inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 4px; }
.vc-brand { min-width: 0; height: 76px; display: inline-flex; align-items: center; gap: 3px; color: var(--vc-plum-900); text-decoration: none; }
.vc-brand img { width: 58px; height: 58px; flex: 0 0 58px; object-fit: contain; }
.vc-brand__name { display: block; font-family: var(--vc-serif); line-height: .88; }
.vc-brand__name strong { display: block; font-size: 24px; font-weight: 500; letter-spacing: -.04em; }
.vc-brand__name small { display: block; margin-top: 5px; color: var(--vc-gold-dark); font-family: var(--vc-sans); font-size: 8px; font-weight: 750; letter-spacing: .28em; text-transform: uppercase; }
.vc-header__actions { display: flex; align-items: center; gap: 2px; }
.vc-header-action { min-width: 48px; min-height: 60px; padding: 5px 2px; display: inline-grid; place-items: center; gap: 1px; color: var(--vc-plum-900); background: transparent; border: 0; border-radius: 12px; font-size: 10px; line-height: 1.05; text-decoration: none; cursor: pointer; }
.vc-header-action:hover { background: var(--vc-lilac-50); }
.vc-header-action__icon { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--vc-border); border-radius: 50%; }
.vc-header-action__icon svg { width: 20px; height: 20px; stroke-width: 1.8; }

/* Menu latéral */
.vc-menu-layer[hidden] { display: none; }
.vc-menu-layer { position: fixed; z-index: 10000; inset: 0; display: grid; grid-template-columns: minmax(30px, 1fr) min(88vw, 390px); opacity: 0; transition: opacity .22s ease; }
.vc-menu-layer.is-open { opacity: 1; }
.vc-menu-backdrop { grid-column: 1; width: 100%; height: 100%; padding: 0; background: rgba(34, 16, 42, .52); border: 0; backdrop-filter: blur(3px); }
.vc-menu-panel { grid-column: 2; height: 100%; padding: 24px 22px 32px; overflow-y: auto; color: var(--vc-ink); background: var(--vc-ivory); box-shadow: -18px 0 50px rgba(38, 13, 49, .18); transform: translateX(100%); transition: transform .22s ease; }
.vc-menu-layer.is-open .vc-menu-panel { transform: translateX(0); }
.vc-menu-panel__head { margin-bottom: 26px; display: flex; align-items: center; justify-content: space-between; }
.vc-menu-panel__head p { margin: 0; color: var(--vc-plum-950); font-family: var(--vc-serif); font-size: 26px; }
.vc-menu-close { width: 44px; height: 44px; display: grid; place-items: center; color: var(--vc-plum-900); background: var(--vc-white); border: 1px solid var(--vc-border); border-radius: 50%; cursor: pointer; }
.vc-menu-list, .vc-menu-list ul { margin: 0; padding: 0; list-style: none; }
.vc-menu-list > li { border-bottom: 1px solid var(--vc-border); }
.vc-menu-list > li > a, .vc-menu-list summary { min-height: 58px; padding: 15px 4px; display: flex; align-items: center; color: var(--vc-plum-950); font-size: 17px; font-weight: 700; text-decoration: none; cursor: pointer; }
.vc-menu-list summary { justify-content: space-between; list-style: none; }
.vc-menu-list summary::-webkit-details-marker { display: none; }
.vc-menu-list summary::after { content: "+"; color: var(--vc-gold-dark); font-family: var(--vc-serif); font-size: 24px; font-weight: 400; }
.vc-menu-list details[open] summary::after { content: "−"; }
.vc-menu-list ul { padding: 0 0 14px 14px; }
.vc-menu-list ul a { min-height: 44px; padding: 10px 7px; display: block; color: var(--vc-muted); font-size: 15px; text-decoration: none; }
.vc-menu-list a:hover { color: var(--vc-plum-700); }
.vc-menu-panel__cta { margin-top: 28px; width: 100%; }

/* Typographie et boutons */
.vc-home p, .vc-footer p { padding: 0; }
.vc-home h1, .vc-home h2, .vc-home h3 { padding: 0; color: var(--vc-plum-950); font-family: var(--vc-serif); font-weight: 500; letter-spacing: -.025em; }
.vc-home h1 { margin: 0; font-size: clamp(33px, 9.2vw, 66px); line-height: .96; }
.vc-home h2 { margin: 0; font-size: clamp(31px, 7.5vw, 48px); line-height: 1.08; }
.vc-home h3 { margin: 0; font-size: 25px; line-height: 1.18; }
.vc-eyebrow, .vc-kicker { margin: 0 0 10px; color: var(--vc-gold-dark); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.vc-signature { margin: 14px 0 3px; color: var(--vc-gold); font-family: "Segoe Script", "Brush Script MT", cursive; font-size: clamp(39px, 10.8vw, 72px); line-height: 1; transform: rotate(-2deg); }
.vc-star-divider { width: 100%; margin: 3px 0 10px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 8px; color: var(--vc-gold); }
.vc-star-divider::before, .vc-star-divider::after { content: ""; height: 1px; background: currentColor; }
.vc-hero__role { margin: 0; color: var(--vc-plum-800); font-size: 15px; font-weight: 750; line-height: 1.28; }
.vc-hero__text { max-width: 600px; margin: 12px 0 0; color: #4c444f; font-size: 12.5px; line-height: 1.5; }
.vc-actions { margin-top: 16px; display: grid; gap: 8px; }
.vc-button { min-height: 46px; padding: 9px 10px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; border: 1px solid transparent; border-radius: 999px; font-size: 12px; font-weight: 750; line-height: 1.15; text-align: center; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.vc-button > svg:last-child { width: 15px; margin-left: auto; }
.vc-button:hover { transform: translateY(-2px); }
.vc-button--primary { color: var(--vc-white); background: linear-gradient(135deg, var(--vc-plum-700), var(--vc-plum-800)); box-shadow: 0 13px 28px rgba(81, 33, 120, .22); }
.vc-button--primary:hover { background: linear-gradient(135deg, var(--vc-plum-600), var(--vc-plum-700)); }
.vc-button--secondary { color: var(--vc-plum-800); background: rgba(255,255,255,.68); border-color: rgba(81,33,120,.52); }
.vc-button--secondary:hover { background: var(--vc-white); }

/* Hero */
.vc-hero { position: relative; overflow: hidden; padding: 0; background: radial-gradient(circle at 12% 16%, rgba(255,255,255,.92), transparent 29%), radial-gradient(circle at 88% 12%, rgba(198,143,88,.12), transparent 24%), linear-gradient(145deg, #fbf1f2 0%, #f3e8f4 56%, #f8f0f5 100%); }
.vc-hero::after { content: ""; position: absolute; z-index: 0; width: 520px; height: 520px; right: -265px; top: 35px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; box-shadow: 0 0 0 46px rgba(255,255,255,.12), 0 0 0 92px rgba(198,143,88,.06); }
.vc-hero__grid { position: relative; z-index: 1; width: 100%; display: grid; grid-template-columns: 44% 56%; align-items: stretch; gap: 0; }
.vc-hero__content { position: relative; z-index: 2; grid-column: 2; grid-row: 1; min-width: 0; padding: 22px 11px 18px; align-self: center; }
.vc-hero__portrait { position: relative; grid-column: 1; grid-row: 1; min-height: 505px; margin: 0; overflow: hidden; background: linear-gradient(180deg, transparent, rgba(69,25,91,.08)); }
.vc-hero__portrait::after { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(90deg, transparent 72%, rgba(246,235,244,.74)), linear-gradient(0deg, rgba(246,235,244,.68), transparent 24%); pointer-events: none; }
.vc-hero__portrait img { position: absolute; z-index: 1; inset: 0 0 0 50%; width: 100%; height: 100%; object-fit: cover; object-position: 50% 38%; transform: translateX(-50%); }
.vc-hero__portrait figcaption { display: none; position: absolute; z-index: 3; right: 18px; bottom: 18px; padding: 8px 13px; color: var(--vc-plum-900); background: rgba(255,250,247,.86); border: 1px solid rgba(255,255,255,.75); border-radius: 999px; font-size: 12px; font-weight: 750; backdrop-filter: blur(8px); }
.vc-hero__halo { position: absolute; z-index: 0; width: 370px; height: 370px; left: 50%; bottom: -70px; border: 1px solid rgba(198,143,88,.30); border-radius: 50%; transform: translateX(-50%); box-shadow: 0 0 0 38px rgba(255,255,255,.16), 0 0 0 76px rgba(107,50,146,.05); }

/* Réassurance */
.vc-trust { position: relative; z-index: 3; padding: 18px 0 24px; background: var(--vc-ivory); border-bottom: 1px solid rgba(60,21,95,.08); }
.vc-trust .vc-shell { width: min(100% - 12px, var(--vc-shell)); }
.vc-trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.vc-trust__item { min-width: 0; min-height: 116px; padding: 10px 4px 9px; display: grid; place-items: center; align-content: center; gap: 8px; text-align: center; border-right: 1px solid var(--vc-border); }
.vc-trust__item:last-child { border-right: 0; }
.vc-trust__icon { width: 47px; height: 47px; display: grid; place-items: center; color: var(--vc-plum-700); background: linear-gradient(145deg, #f1e6f3, #f7eef4); border-radius: 50%; }
.vc-trust__icon svg { width: 25px; height: 25px; }
.vc-trust__item p { max-width: 86px; margin: 0; color: var(--vc-plum-900); font-size: 10.5px; font-weight: 700; line-height: 1.3; }

/* Sections */
.vc-section { padding: 74px 0; }
.vc-section-heading { max-width: 720px; margin: 0 0 32px; }
.vc-section-heading > p:last-child { max-width: 610px; margin: 15px 0 0; color: var(--vc-muted); font-size: 17px; }
.vc-service-grid { display: grid; gap: 16px; }
.vc-service-card { padding: 26px; display: flex; flex-direction: column; background: rgba(255,255,255,.88); border: 1px solid var(--vc-border); border-radius: var(--vc-radius); box-shadow: var(--vc-shadow-card); }
.vc-service-card__icon { width: 52px; height: 52px; margin-bottom: 24px; display: grid; place-items: center; color: var(--vc-plum-700); background: var(--vc-lilac-100); border-radius: 50%; }
.vc-service-card__icon svg { width: 27px; height: 27px; }
.vc-service-card p { margin: 11px 0 23px; color: var(--vc-muted); }
.vc-service-card > a { min-height: 44px; margin-top: auto; display: flex; align-items: center; gap: 9px; color: var(--vc-plum-700); font-size: 14px; font-weight: 800; text-decoration: none; }
.vc-service-card > a svg { width: 17px; transition: transform .2s ease; }
.vc-service-card > a:hover svg { transform: translateX(4px); }

/* Horoscopes */
.vc-horoscopes { position: relative; overflow: hidden; color: rgba(255,255,255,.78); background: var(--vc-plum-950); }
.vc-horoscopes::before { content: ""; position: absolute; width: 460px; height: 460px; right: -230px; top: -140px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 42px rgba(255,255,255,.03), 0 0 0 84px rgba(198,143,88,.05); }
.vc-section-heading--light { position: relative; z-index: 1; }
.vc-section-heading--light h2 { color: var(--vc-white); }
.vc-section-heading--light .vc-kicker { color: #e7bb91; }
.vc-section-heading--light > p:last-child { color: rgba(255,255,255,.67); }
.vc-horoscope-grid { position: relative; z-index: 1; display: grid; gap: 12px; }
.vc-horoscope-card { position: relative; min-height: 160px; padding: 22px; display: grid; grid-template-columns: auto 1fr auto; grid-template-rows: auto auto; align-items: center; gap: 3px 15px; color: var(--vc-white); background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.12); border-radius: var(--vc-radius); text-decoration: none; transition: transform .2s ease, background .2s ease; }
.vc-horoscope-card:hover { transform: translateY(-3px); background: rgba(255,255,255,.11); }
.vc-horoscope-card__symbol { grid-row: 1 / 3; width: 55px; height: 55px; display: grid; place-items: center; color: #ecc49f; background: rgba(255,255,255,.09); border-radius: 50%; font-family: var(--vc-serif); font-size: 27px; }
.vc-horoscope-card__period { align-self: end; color: #ecc49f; font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.vc-horoscope-card strong { align-self: start; font-family: var(--vc-serif); font-size: 19px; font-weight: 500; }
.vc-horoscope-card__arrow { grid-column: 3; grid-row: 1 / 3; }

/* Présentation */
.vc-about { background: var(--vc-white); }
.vc-about__grid { display: grid; gap: 34px; align-items: center; }
.vc-about__visual { position: relative; min-height: 310px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #f2e7f2, #fcf3ee); border-radius: var(--vc-radius-lg); }
.vc-about__orbit { position: absolute; border: 1px solid rgba(81,33,120,.18); border-radius: 50%; }
.vc-about__orbit--one { width: 235px; height: 235px; }
.vc-about__orbit--two { width: 165px; height: 165px; border-color: rgba(198,143,88,.32); }
.vc-about__monogram { position: relative; z-index: 2; color: var(--vc-plum-700); font-family: var(--vc-serif); font-size: 76px; }
.vc-about__content > p:not(.vc-kicker) { margin: 18px 0 0; color: var(--vc-muted); }
.vc-check-list { margin: 22px 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.vc-check-list li { position: relative; padding-left: 27px; }
.vc-check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--vc-gold-dark); font-weight: 900; }
.vc-text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; color: var(--vc-plum-700); font-weight: 800; text-decoration: none; }
.vc-text-link svg { width: 18px; }

/* CTA final */
.vc-final { background: var(--vc-ivory); }
.vc-final__card { position: relative; overflow: hidden; padding: 42px 24px; text-align: center; background: linear-gradient(145deg, #f5e8f3, #fcede5); border: 1px solid rgba(81,33,120,.12); border-radius: var(--vc-radius-lg); }
.vc-final__card h2 { max-width: 720px; margin-inline: auto; }
.vc-final__card > p:not(.vc-kicker) { max-width: 590px; margin: 16px auto 25px; color: var(--vc-muted); }
.vc-final__card .vc-button { width: 100%; max-width: 390px; }
.vc-final__sparkle { position: absolute; right: 18px; top: 9px; color: rgba(198,143,88,.36); font-size: 74px; line-height: 1; }

/* Footer */
.vc-footer { padding: 58px 0 118px; color: rgba(255,255,255,.7); background: #240d3d; }
.vc-footer__grid { display: grid; gap: 34px; }
.vc-brand--footer { width: max-content; padding-right: 13px; background: var(--vc-white); border-radius: 15px; }
.vc-brand--footer .vc-brand__name { display: block; }
.vc-footer__brand p { max-width: 410px; margin: 16px 0 0; }
.vc-footer__title { margin: 0 0 12px; color: #e7bb91; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.vc-footer ul { margin: 0; padding: 0; display: grid; gap: 8px; list-style: none; }
.vc-footer a { text-decoration: none; }
.vc-footer a:hover { color: var(--vc-white); }
.vc-footer__bottom { margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }

/* Barre basse mobile */
.vc-mobile-dock { position: fixed; z-index: 8000; left: 10px; right: 10px; bottom: 9px; height: 76px; padding: 7px 7px 5px; display: grid; grid-template-columns: repeat(5, 1fr); align-items: end; background: rgba(255,253,252,.96); border: 1px solid rgba(81,33,120,.11); border-radius: 24px; box-shadow: 0 13px 42px rgba(47,18,59,.19); backdrop-filter: blur(18px); }
.vc-mobile-dock a, .vc-mobile-dock button { min-width: 0; min-height: 57px; padding: 5px 1px; display: grid; place-items: center; align-content: center; gap: 2px; color: var(--vc-plum-800); background: transparent; border: 0; border-radius: 14px; text-decoration: none; cursor: pointer; }
.vc-mobile-dock span { height: 27px; display: grid; place-items: center; }
.vc-mobile-dock svg { width: 24px; height: 24px; }
.vc-mobile-dock small { width: 100%; overflow: hidden; font-size: 10px; font-weight: 700; line-height: 1.1; text-overflow: ellipsis; white-space: nowrap; }
.vc-mobile-dock__primary { position: relative; top: -20px; }
.vc-mobile-dock__primary span { width: 62px; height: 62px; color: var(--vc-white); background: linear-gradient(145deg, var(--vc-plum-700), var(--vc-plum-900)); border: 4px solid var(--vc-white); border-radius: 50%; box-shadow: 0 8px 22px rgba(67,25,91,.28), 0 0 0 1px var(--vc-gold); }
.vc-mobile-dock__primary svg { width: 27px; height: 27px; }
.vc-mobile-dock__primary small { color: var(--vc-plum-900); }

@media (min-width: 560px) {
  .vc-shell { width: min(100% - 48px, var(--vc-shell)); }
  .vc-brand { height: 78px; }
  .vc-brand img { width: 72px; height: 72px; flex-basis: 72px; }
  .vc-brand__name { display: block; }
  .vc-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vc-trust__grid { grid-template-columns: repeat(4, 1fr); }
  .vc-service-grid, .vc-horoscope-grid { grid-template-columns: repeat(2, 1fr); }
  .vc-footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
}

@media (min-width: 780px) {
  body.home { padding-bottom: 0; }
  .vc-header, .vc-header__inner { min-height: 94px; }
  .vc-brand { height: 86px; }
  .vc-brand img { width: 80px; height: 80px; flex-basis: 80px; }
  .vc-brand__name strong { font-size: 34px; }
  .vc-brand__name small { font-size: 11px; }
  .vc-header-action { min-width: 74px; font-size: 13px; }
  .vc-header-action__icon { width: 46px; height: 46px; }
  .vc-hero { padding: 0; }
  .vc-hero__grid { width: min(100% - 48px, var(--vc-shell)); min-height: 650px; grid-template-columns: minmax(310px, .9fr) minmax(420px, 1.1fr); align-items: stretch; gap: 38px; }
  .vc-hero__content { padding: 78px 0 72px; align-self: center; }
  .vc-hero__portrait { min-height: 650px; margin: 0; order: -1; }
  .vc-hero__portrait::after { inset: auto 0 0; height: 42%; background: linear-gradient(180deg, transparent, rgba(246,235,244,.88)); }
  .vc-hero__portrait img { object-position: 50% 38%; border-radius: 0 0 var(--vc-radius-lg) var(--vc-radius-lg); }
  .vc-hero__portrait figcaption { display: block; bottom: 28px; }
  .vc-home h1 { font-size: clamp(48px, 5.2vw, 66px); }
  .vc-eyebrow, .vc-kicker { margin-bottom: 12px; font-size: 12px; letter-spacing: .16em; }
  .vc-signature { margin-top: 15px; font-size: clamp(52px, 6vw, 72px); }
  .vc-star-divider { width: min(245px, 72%); margin: 4px 0 12px; gap: 12px; }
  .vc-hero__role { font-size: clamp(18px, 2vw, 23px); }
  .vc-hero__text { margin-top: 16px; font-size: 17px; line-height: 1.65; }
  .vc-actions { margin-top: 26px; gap: 12px; }
  .vc-button { min-height: 54px; padding: 13px 19px; gap: 10px; font-size: 15px; line-height: 1.2; }
  .vc-button > svg:last-child { width: 18px; }
  .vc-trust { padding: 28px 0; }
  .vc-trust__item { min-height: 145px; }
  .vc-section { padding: 100px 0; }
  .vc-about__grid { grid-template-columns: .82fr 1.18fr; gap: 64px; }
  .vc-final__card { padding: 64px 54px; }
  .vc-mobile-dock { display: none; }
  .vc-footer { padding-bottom: 34px; }
}

@media (min-width: 1020px) {
  .vc-service-grid { grid-template-columns: repeat(3, 1fr); }
  .vc-horoscope-grid { grid-template-columns: repeat(4, 1fr); }
  .vc-horoscope-card { min-height: 220px; grid-template-columns: 1fr auto; grid-template-rows: auto auto 1fr; align-content: start; }
  .vc-horoscope-card__symbol { grid-column: 1 / 3; grid-row: 1; margin-bottom: 22px; }
  .vc-horoscope-card__period { grid-column: 1 / 3; grid-row: 2; }
  .vc-horoscope-card strong { grid-column: 1; grid-row: 3; margin-top: 5px; }
  .vc-horoscope-card__arrow { grid-column: 2; grid-row: 3; align-self: end; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
/* Adaptation durable des blocs Divi 5 natifs de la homepage V1. */
body.vc-divi-home #main-header,
body.vc-divi-home #main-footer { display: none !important; }
body.vc-divi-home #page-container { padding-top: 0 !important; }
body.vc-divi-home #et-main-area { overflow: clip; }
body.vc-divi-home .et_pb_section,
body.vc-divi-home .et_pb_row { width: 100%; max-width: none; margin: 0; padding: 0; }
body.vc-divi-home .et_pb_row.vc-shell { width: min(100% - 28px, var(--vc-shell)); max-width: var(--vc-shell); margin-inline: auto; }
body.vc-divi-home .et_pb_column { min-width: 0; }
body.vc-divi-home .et_pb_module { margin-bottom: 0; }
body.vc-divi-home .vc-divi-header.et_pb_section { position: sticky; z-index: 600; top: 0; min-height: 86px; padding: 0; background: rgba(255,250,247,.96); }
body.vc-divi-home .vc-header-row,
body.vc-divi-home .vc-header-row > .et_pb_column { width: 100% !important; margin: 0 !important; }
body.vc-divi-home .vc-header__module .et_pb_text_inner { width: 100%; }
body.vc-divi-home .vc-hero__grid > .et_pb_column,
body.vc-divi-home .vc-trust__grid > .et_pb_column,
body.vc-divi-home .vc-service-grid > .et_pb_column,
body.vc-divi-home .vc-horoscope-grid > .et_pb_column,
body.vc-divi-home .vc-about__grid > .et_pb_column { width: 100% !important; margin: 0 !important; }
body.vc-divi-home .vc-hero__image,
body.vc-divi-home .vc-hero__image .et_pb_image_wrap { width: 100%; height: 100%; display: block; }
body.vc-divi-home .vc-hero__image img { width: 100%; height: 100%; }
body.vc-divi-home .vc-hero__copy .et_pb_text_inner > main { display: contents; }
body.vc-divi-home .et_pb_button_module_wrapper.vc-button { min-height: 0; padding: 0; display: block; background: none; border: 0; border-radius: 0; box-shadow: none; }
body.vc-divi-home .vc-button .et_pb_button { min-height: 46px; width: 100%; padding: 10px 20px !important; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent !important; border-radius: 999px; font-family: var(--vc-sans); font-size: 12px; font-weight: 750; line-height: 1.15 !important; }
body.vc-divi-home .vc-button--primary .et_pb_button { color: var(--vc-white) !important; background: linear-gradient(135deg,var(--vc-plum-700),var(--vc-plum-800)); box-shadow: 0 13px 28px rgba(81,33,120,.22); }
body.vc-divi-home .vc-button--secondary .et_pb_button { color: var(--vc-plum-800) !important; background: rgba(255,255,255,.68); border-color: rgba(81,33,120,.52) !important; }
body.vc-divi-home .vc-button .et_pb_button::after { position: static; margin-left: auto; font-size: 18px; }
body.vc-divi-home .vc-hero__button { margin-top: 8px; }
body.vc-divi-home .vc-service-card,
body.vc-divi-home .vc-service-card .et_pb_text_inner { height: 100%; }
body.vc-divi-home .vc-service-card .et_pb_text_inner { display: flex; flex-direction: column; }
body.vc-divi-home .vc-service-card .et_pb_text_inner > a { margin-top: auto; }
body.vc-divi-home .vc-horoscope-card__module,
body.vc-divi-home .vc-horoscope-card__module .et_pb_text_inner { height: 100%; }
body.vc-divi-home .vc-about__visual-module .et_pb_text_inner { height: 100%; }
body.vc-divi-home .vc-final__content { text-align: center; }
body.vc-divi-home .vc-final__button { width: min(100%,390px); margin: 22px auto 0; }
body.vc-divi-home .vc-divi-footer.et_pb_section { padding: 58px 0 118px; }
body.vc-divi-home .vc-footer__module .vc-footer__grid { display: grid; gap: 34px; }
body.vc-divi-home .vc-dock-section { height: 0; padding: 0 !important; }
body.vc-divi-home .vc-dock-row,
body.vc-divi-home .vc-dock-row > .et_pb_column { width: 100% !important; margin: 0 !important; padding: 0 !important; }

@media (min-width: 560px) {
  body.vc-divi-home .et_pb_row.vc-shell { width: min(100% - 48px, var(--vc-shell)); }
  body.vc-divi-home .vc-footer__module .vc-footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
}

@media (min-width: 780px) {
  body.vc-divi-home .vc-divi-header.et_pb_section { min-height: 94px; }
  body.vc-divi-home .vc-button .et_pb_button { min-height: 54px; padding: 13px 22px !important; font-size: 15px; }
  body.vc-divi-home .vc-divi-footer.et_pb_section { padding-bottom: 34px; }
}
body.vc-divi-home .et_pb_button.vc-button { min-height: 46px; width: min(100%,390px); padding: 10px 20px !important; display: flex; align-items: center; justify-content: center; border: 1px solid transparent !important; border-radius: 999px; color: var(--vc-plum-800) !important; background: rgba(255,255,255,.68); font-family: var(--vc-sans); font-size: 12px; font-weight: 750; line-height: 1.15 !important; }
body.vc-divi-home .et_pb_button.vc-button--primary { color: var(--vc-white) !important; background: linear-gradient(135deg,var(--vc-plum-700),var(--vc-plum-800)) !important; box-shadow: 0 13px 28px rgba(81,33,120,.22); }
body.vc-divi-home .et_pb_button.vc-button--secondary { color: var(--vc-plum-800) !important; background: rgba(255,255,255,.68) !important; border-color: rgba(81,33,120,.52) !important; }
body.vc-divi-home .et_pb_button.vc-button::after { position: static; margin-left: auto; font-size: 18px; }
body.vc-divi-home .vc-hero__button { margin-top: 8px; }
body.vc-divi-home .vc-trust__item .et_pb_text_inner { min-height: 116px; display: grid; place-items: center; align-content: center; gap: 8px; }
