/* =========================================================
   SAVON PETIT PARIS — FOOTER PREMIUM 2026
   Elementor = HTML uniquement / thème enfant = CSS + JS
   Toutes les règles sont isolées sous vvvdesigner-spp-footer-*
========================================================= */

.vvvdesigner-spp-footer,
.vvvdesigner-spp-footer *{
  box-sizing:border-box;
}

.vvvdesigner-spp-footer{
  --vvv-spp-footer-black:#0b0b0b;
  --vvv-spp-footer-black-soft:#141414;
  --vvv-spp-footer-pink:#fbc7b7;
  --vvv-spp-footer-pink-strong:#ebbaa9;
  --vvv-spp-footer-cream:#fff7f2;
  --vvv-spp-footer-white:#fff;
  --vvv-spp-footer-muted:rgba(255,255,255,.58);
  --vvv-spp-footer-line:rgba(255,255,255,.12);
  --vvv-spp-footer-shell:1480px;
  position:relative;
  isolation:isolate;
  width:100%;
  overflow:hidden;
  background:var(--vvv-spp-footer-black);
  color:var(--vvv-spp-footer-white);
  font-family:'Mulish',Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}

.vvvdesigner-spp-footer a{
  color:inherit;
  text-decoration:none;
}

.vvvdesigner-spp-footer button,
.vvvdesigner-spp-footer input,
.vvvdesigner-spp-footer select{
  font:inherit;
}

.vvvdesigner-spp-footer-shell{
  width:min(var(--vvv-spp-footer-shell),calc(100% - 72px));
  margin-inline:auto;
}

.vvvdesigner-spp-footer-ambient{
  position:absolute;
  inset:0;
  z-index:-1;
  overflow:hidden;
  pointer-events:none;
}

.vvvdesigner-spp-footer-ambient::before{
  content:"";
  position:absolute;
  width:760px;
  height:760px;
  left:-300px;
  top:5%;
  border-radius:50%;
  background:radial-gradient(circle,rgba(251,199,183,.20) 0%,rgba(251,199,183,.06) 33%,transparent 70%);
  filter:blur(12px);
}

.vvvdesigner-spp-footer-ambient::after{
  content:"";
  position:absolute;
  width:620px;
  height:620px;
  right:-220px;
  bottom:-210px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(235,186,169,.18),transparent 68%);
  filter:blur(18px);
}

.vvvdesigner-spp-footer-gridfx{
  position:absolute;
  inset:0;
  opacity:.22;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:52px 52px;
  -webkit-mask-image:linear-gradient(to bottom,transparent,black 18%,black 76%,transparent);
  mask-image:linear-gradient(to bottom,transparent,black 18%,black 76%,transparent);
}

/* -------------------------
   GRAND CTA D'OUVERTURE
------------------------- */
.vvvdesigner-spp-footer-cta{
  padding:clamp(72px,8vw,126px) 0 60px;
  border-bottom:1px solid var(--vvv-spp-footer-line);
}

.vvvdesigner-spp-footer-cta-card{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(330px,.65fr);
  align-items:stretch;
  min-height:430px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:42px;
  background:
    linear-gradient(115deg,rgba(255,255,255,.08),rgba(255,255,255,.015) 50%),
    #111;
  box-shadow:0 55px 130px rgba(0,0,0,.38);
}

.vvvdesigner-spp-footer-cta-card::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(115deg,rgba(251,199,183,.16),transparent 38%,rgba(255,255,255,.04));
}

.vvvdesigner-spp-footer-cta-copy{
  position:relative;
  z-index:2;
  padding:clamp(38px,5.4vw,84px);
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
}

.vvvdesigner-spp-footer-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:24px;
  color:var(--vvv-spp-footer-pink);
  font-size:11px;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.vvvdesigner-spp-footer-eyebrow::before{
  content:"";
  width:28px;
  height:1px;
  background:currentColor;
}

.vvvdesigner-spp-footer-cta h2{
  margin:0;
  max-width:900px;
  color:#fff;
  font-size:clamp(42px,5.7vw,88px);
  line-height:.9;
  letter-spacing:-.065em;
  font-weight:900;
}

.vvvdesigner-spp-footer-cta h2 em{
  color:var(--vvv-spp-footer-pink);
  font-style:normal;
}

.vvvdesigner-spp-footer-cta-copy > p{
  max-width:720px;
  margin:26px 0 0;
  color:rgba(255,255,255,.68);
  font-size:clamp(15px,1.25vw,18px);
  line-height:1.72;
  font-weight:600;
}

.vvvdesigner-spp-footer-cta-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:34px;
}

.vvvdesigner-spp-footer-button{
  position:relative;
  min-height:58px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:15px;
  padding:0 24px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.15);
  font-size:13px;
  font-weight:900;
  letter-spacing:.03em;
  transition:transform .28s ease,background .28s ease,color .28s ease,border-color .28s ease,box-shadow .28s ease;
}

.vvvdesigner-spp-footer-button svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
}

.vvvdesigner-spp-footer-button--primary{
  background:var(--vvv-spp-footer-pink);
  color:#111 !important;
  border-color:var(--vvv-spp-footer-pink);
  box-shadow:0 18px 48px rgba(251,199,183,.18);
}

.vvvdesigner-spp-footer-button--ghost{
  background:rgba(255,255,255,.055);
  color:#fff !important;
}

.vvvdesigner-spp-footer-button:hover{
  transform:translateY(-3px);
}

.vvvdesigner-spp-footer-button--primary:hover{
  background:#fff;
  border-color:#fff;
  box-shadow:0 24px 58px rgba(251,199,183,.25);
}

.vvvdesigner-spp-footer-button--ghost:hover{
  background:#fff;
  color:#111 !important;
  border-color:#fff;
}

.vvvdesigner-spp-footer-cta-visual{
  position:relative;
  overflow:hidden;
  min-height:430px;
  background:#f5d2c7;
}

.vvvdesigner-spp-footer-cta-visual img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.02);
  filter:saturate(.92) contrast(1.02);
}

.vvvdesigner-spp-footer-cta-visual::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,#111 0%,rgba(17,17,17,.58) 10%,transparent 43%),linear-gradient(180deg,transparent 50%,rgba(0,0,0,.34));
}

.vvvdesigner-spp-footer-cta-stamp{
  position:absolute;
  z-index:3;
  right:24px;
  bottom:24px;
  width:132px;
  height:132px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(17,17,17,.82);
  border:1px solid rgba(255,255,255,.2);
  box-shadow:0 20px 50px rgba(0,0,0,.28);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

.vvvdesigner-spp-footer-cta-stamp span{
  width:92px;
  text-align:center;
  color:#fff;
  font-size:11px;
  line-height:1.45;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

/* -------------------------
   BANDE DE CONFIANCE
------------------------- */
.vvvdesigner-spp-footer-trust{
  border-bottom:1px solid var(--vvv-spp-footer-line);
  overflow:hidden;
}

.vvvdesigner-spp-footer-trust-track{
  display:grid;
  grid-template-columns:repeat(4,1fr);
}

.vvvdesigner-spp-footer-trust-item{
  min-height:122px;
  display:flex;
  align-items:center;
  gap:16px;
  padding:26px 34px;
  border-right:1px solid var(--vvv-spp-footer-line);
}

.vvvdesigner-spp-footer-trust-item:last-child{
  border-right:0;
}

.vvvdesigner-spp-footer-trust-icon{
  width:44px;
  height:44px;
  flex:0 0 44px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:rgba(251,199,183,.1);
  border:1px solid rgba(251,199,183,.18);
  color:var(--vvv-spp-footer-pink);
}

.vvvdesigner-spp-footer-trust-icon svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.vvvdesigner-spp-footer-trust-item strong{
  display:block;
  margin-bottom:3px;
  color:#fff;
  font-size:14px;
  font-weight:900;
}

.vvvdesigner-spp-footer-trust-item span{
  display:block;
  color:var(--vvv-spp-footer-muted);
  font-size:12px;
  line-height:1.45;
  font-weight:650;
}

/* -------------------------
   CORPS PRINCIPAL
------------------------- */
.vvvdesigner-spp-footer-main{
  padding:clamp(62px,7vw,104px) 0 48px;
}

.vvvdesigner-spp-footer-main-grid{
  display:grid;
  grid-template-columns:minmax(280px,1.15fr) minmax(0,1.85fr);
  gap:clamp(54px,7vw,116px);
  align-items:start;
}

.vvvdesigner-spp-footer-brand{
  position:sticky;
  top:40px;
}

.vvvdesigner-spp-footer-logo{
  display:inline-flex;
  width:min(340px,88%);
  margin-bottom:24px;
}

.vvvdesigner-spp-footer-logo img{
  width:100%;
  height:auto;
  display:block;
}

.vvvdesigner-spp-footer-brand > p{
  max-width:470px;
  margin:0;
  color:rgba(255,255,255,.64);
  font-size:15px;
  line-height:1.72;
  font-weight:600;
}

.vvvdesigner-spp-footer-address{
  display:grid;
  gap:8px;
  margin-top:28px;
  padding-top:26px;
  border-top:1px solid var(--vvv-spp-footer-line);
}

.vvvdesigner-spp-footer-address span,
.vvvdesigner-spp-footer-address a{
  color:rgba(255,255,255,.82);
  font-size:13px;
  line-height:1.5;
  font-weight:700;
}

.vvvdesigner-spp-footer-address a:hover{
  color:var(--vvv-spp-footer-pink);
}

.vvvdesigner-spp-footer-socials{
  display:flex;
  gap:10px;
  margin-top:24px;
}

.vvvdesigner-spp-footer-social{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:15px;
  background:rgba(255,255,255,.05);
  border:1px solid var(--vvv-spp-footer-line);
  color:#fff;
  transition:transform .25s ease,background .25s ease,color .25s ease,border-color .25s ease;
}

.vvvdesigner-spp-footer-social svg{
  width:20px;
  height:20px;
  fill:currentColor;
}

.vvvdesigner-spp-footer-social:hover{
  transform:translateY(-3px) rotate(-2deg);
  background:var(--vvv-spp-footer-pink);
  border-color:var(--vvv-spp-footer-pink);
  color:#111;
}

.vvvdesigner-spp-footer-columns{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:42px 36px;
}

.vvvdesigner-spp-footer-column{
  border:0;
}

.vvvdesigner-spp-footer-column summary{
  list-style:none;
  cursor:default;
}

.vvvdesigner-spp-footer-column summary::-webkit-details-marker{
  display:none;
}

.vvvdesigner-spp-footer-column-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:20px;
  color:#fff;
  font-size:12px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.vvvdesigner-spp-footer-column-title::after{
  content:"";
  width:28px;
  height:1px;
  background:var(--vvv-spp-footer-pink);
  opacity:.8;
}

.vvvdesigner-spp-footer-column-icon{
  display:none;
}

.vvvdesigner-spp-footer-links{
  display:grid;
  gap:5px;
}

.vvvdesigner-spp-footer-link{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:39px;
  color:rgba(255,255,255,.61) !important;
  font-size:14px;
  line-height:1.35;
  font-weight:650;
  transition:color .25s ease,transform .25s ease;
}

.vvvdesigner-spp-footer-link::after{
  content:"";
  flex:0 0 auto;
  width:13px;
  height:13px;
  background:var(--vvv-spp-footer-pink);
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 17 17 7M7 7h10v10' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 17 17 7M7 7h10v10' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  opacity:0;
  transform:translate(-5px,5px);
  transition:opacity .25s ease,transform .25s ease;
}

.vvvdesigner-spp-footer-link:hover{
  color:#fff !important;
  transform:translateX(5px);
}

.vvvdesigner-spp-footer-link:hover::after{
  opacity:1;
  transform:translate(0,0);
}

.vvvdesigner-spp-footer-link--important{
  color:var(--vvv-spp-footer-pink) !important;
}

/* -------------------------
   RACCOURCIS COMPTE / PANIER
------------------------- */
.vvvdesigner-spp-footer-utilities{
  grid-column:1/-1;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:10px;
}

.vvvdesigner-spp-footer-utility{
  position:relative;
  min-height:88px;
  display:flex;
  align-items:center;
  gap:14px;
  padding:18px;
  border-radius:20px;
  background:rgba(255,255,255,.045);
  border:1px solid var(--vvv-spp-footer-line);
  transition:transform .25s ease,border-color .25s ease,background .25s ease;
}

.vvvdesigner-spp-footer-utility:hover{
  transform:translateY(-3px);
  border-color:rgba(251,199,183,.34);
  background:rgba(251,199,183,.075);
}

.vvvdesigner-spp-footer-utility-icon{
  width:42px;
  height:42px;
  flex:0 0 42px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:var(--vvv-spp-footer-pink);
  color:#111;
}

.vvvdesigner-spp-footer-utility-icon svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.vvvdesigner-spp-footer-utility-copy small{
  display:block;
  margin-bottom:3px;
  color:rgba(255,255,255,.42);
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.vvvdesigner-spp-footer-utility-copy strong{
  display:block;
  color:#fff;
  font-size:13px;
  font-weight:900;
}

.vvvdesigner-spp-footer-cart-badge{
  position:absolute;
  top:12px;
  right:12px;
  min-width:24px;
  height:24px;
  padding:0 6px;
  display:none;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#fff;
  color:#111;
  font-size:10px;
  font-weight:1000;
}

.vvvdesigner-spp-footer-cart-badge.is-visible{
  display:flex;
}

/* -------------------------
   NEWSLETTER INTÉGRÉE
------------------------- */
.vvvdesigner-spp-footer-newsletter{
  margin-top:clamp(56px,6vw,86px);
  padding-top:48px;
  border-top:1px solid var(--vvv-spp-footer-line);
}

.vvvdesigner-spp-footer-newsletter-card{
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
  gap:34px;
  padding:clamp(28px,4vw,50px);
  border-radius:32px;
  background:
    radial-gradient(circle at 8% 0%,rgba(251,199,183,.22),transparent 28%),
    linear-gradient(135deg,#171717,#101010 55%,#181313);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 30px 90px rgba(0,0,0,.28);
}

.vvvdesigner-spp-footer-newsletter-copy h3{
  margin:0;
  color:#fff;
  font-size:clamp(30px,3.3vw,48px);
  line-height:.96;
  letter-spacing:-.05em;
  font-weight:900;
}

.vvvdesigner-spp-footer-newsletter-copy p{
  max-width:560px;
  margin:18px 0 0;
  color:rgba(255,255,255,.61);
  font-size:14px;
  line-height:1.65;
  font-weight:600;
}

.vvvdesigner-spp-footer-newsletter-form{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:11px;
  align-content:center;
}

.vvvdesigner-spp-footer-field{
  position:relative;
}

.vvvdesigner-spp-footer-field--wide{
  grid-column:1/-1;
}

.vvvdesigner-spp-footer-field input,
.vvvdesigner-spp-footer-field select{
  width:100%;
  height:56px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  background:rgba(255,255,255,.06);
  color:#fff;
  padding:0 16px;
  outline:none;
  font-size:14px;
  font-weight:700;
  transition:border-color .25s ease,background .25s ease,box-shadow .25s ease;
}

.vvvdesigner-spp-footer-field input::placeholder{
  color:rgba(255,255,255,.38);
}

.vvvdesigner-spp-footer-field select{
  color:rgba(255,255,255,.82);
}

.vvvdesigner-spp-footer-field select option{
  color:#111;
  background:#fff;
}

.vvvdesigner-spp-footer-field input:focus,
.vvvdesigner-spp-footer-field select:focus{
  border-color:var(--vvv-spp-footer-pink);
  background:rgba(255,255,255,.09);
  box-shadow:0 0 0 4px rgba(251,199,183,.08);
}

.vvvdesigner-spp-footer-newsletter-consent{
  grid-column:1/-1;
  display:flex;
  align-items:flex-start;
  gap:9px;
  color:rgba(255,255,255,.5);
  font-size:11px;
  line-height:1.45;
  font-weight:650;
}

.vvvdesigner-spp-footer-newsletter-consent input{
  flex:0 0 auto;
  width:15px;
  height:15px;
  margin-top:1px;
  accent-color:var(--vvv-spp-footer-pink);
}

.vvvdesigner-spp-footer-newsletter-consent a{
  color:var(--vvv-spp-footer-pink);
  text-decoration:underline;
  text-underline-offset:3px;
}

.vvvdesigner-spp-footer-newsletter-submit{
  grid-column:1/-1;
  min-height:58px;
  border:0;
  border-radius:16px;
  background:var(--vvv-spp-footer-pink);
  color:#111;
  cursor:pointer;
  font-size:13px;
  font-weight:1000;
  letter-spacing:.04em;
  text-transform:uppercase;
  transition:transform .25s ease,background .25s ease,box-shadow .25s ease;
}

.vvvdesigner-spp-footer-newsletter-submit:hover{
  transform:translateY(-2px);
  background:#fff;
  box-shadow:0 18px 45px rgba(251,199,183,.16);
}

.vvvdesigner-spp-footer-newsletter-submit[disabled]{
  opacity:.65;
  cursor:wait;
  transform:none;
}

.vvvdesigner-spp-footer-newsletter-message{
  grid-column:1/-1;
  min-height:18px;
  color:#fff;
  font-size:12px;
  font-weight:800;
}

.vvvdesigner-spp-footer-newsletter-message.is-success{
  color:#bff4cc;
}

.vvvdesigner-spp-footer-newsletter-message.is-error{
  color:#ffc5c5;
}

/* -------------------------
   SIGNATURE GÉANTE + BASE
------------------------- */
.vvvdesigner-spp-footer-signature{
  padding-top:56px;
  overflow:hidden;
}

.vvvdesigner-spp-footer-wordmark{
  margin:0 -1vw -1.5vw;
  color:transparent;
  -webkit-text-stroke:1px rgba(255,255,255,.13);
  text-stroke:1px rgba(255,255,255,.13);
  font-size:clamp(72px,13.9vw,260px);
  line-height:.72;
  letter-spacing:-.09em;
  font-weight:1000;
  white-space:nowrap;
  user-select:none;
  pointer-events:none;
}

.vvvdesigner-spp-footer-bottom{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:26px 0 calc(26px + env(safe-area-inset-bottom));
  border-top:1px solid var(--vvv-spp-footer-line);
  color:rgba(255,255,255,.45);
  font-size:11px;
  line-height:1.5;
  font-weight:700;
}

.vvvdesigner-spp-footer-bottom-left,
.vvvdesigner-spp-footer-bottom-right{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px 18px;
}

.vvvdesigner-spp-footer-bottom a,
.vvvdesigner-spp-footer-cookie-trigger{
  color:rgba(255,255,255,.62) !important;
  transition:color .22s ease;
}

.vvvdesigner-spp-footer-bottom a:hover,
.vvvdesigner-spp-footer-cookie-trigger:hover{
  color:var(--vvv-spp-footer-pink) !important;
}

.vvvdesigner-spp-footer-cookie-trigger{
  appearance:none;
  border:0;
  padding:0;
  background:none;
  cursor:pointer;
  font:inherit;
}

/* -------------------------
   BOUTON RETOUR EN HAUT
------------------------- */
.vvvdesigner-spp-footer-top{
  position:fixed;
  right:24px;
  bottom:calc(24px + env(safe-area-inset-bottom));
  z-index:2147483647;
  width:56px;
  height:56px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(14,14,14,.92);
  color:#fff;
  box-shadow:0 18px 50px rgba(0,0,0,.25);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  cursor:pointer;
  opacity:0;
  visibility:hidden;
  transform:translateY(20px) scale(.86);
  pointer-events:none;
}

.vvvdesigner-spp-footer-top.is-visible{
  opacity:1;
  visibility:visible;
  transform:translateY(0) scale(1);
  pointer-events:auto;
}

.vvvdesigner-spp-footer-top svg{
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.vvvdesigner-spp-footer-top:hover{
  background:var(--vvv-spp-footer-pink, #fbc7b7);
  color:#111;
}

body.vvvdesigner-spp-footer-cookie-open .vvvdesigner-spp-footer-top{
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
}

/* -------------------------
   RESPONSIVE
------------------------- */
@media(max-width:1200px){
  .vvvdesigner-spp-footer-shell{
    width:min(var(--vvv-spp-footer-shell),calc(100% - 48px));
  }

  .vvvdesigner-spp-footer-cta-card{
    grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);
  }

  .vvvdesigner-spp-footer-trust-track{
    grid-template-columns:repeat(2,1fr);
  }

  .vvvdesigner-spp-footer-trust-item:nth-child(2){
    border-right:0;
  }

  .vvvdesigner-spp-footer-trust-item:nth-child(-n+2){
    border-bottom:1px solid var(--vvv-spp-footer-line);
  }

  .vvvdesigner-spp-footer-main-grid{
    grid-template-columns:1fr;
  }

  .vvvdesigner-spp-footer-brand{
    position:relative;
    top:auto;
    max-width:720px;
  }
}

@media(max-width:880px){
  .vvvdesigner-spp-footer-shell{
    width:min(100% - 32px,var(--vvv-spp-footer-shell));
  }

  .vvvdesigner-spp-footer-cta{
    padding-top:54px;
  }

  .vvvdesigner-spp-footer-cta-card{
    grid-template-columns:1fr;
    border-radius:30px;
  }

  .vvvdesigner-spp-footer-cta-copy{
    padding:38px 30px 36px;
  }

  .vvvdesigner-spp-footer-cta h2{
    font-size:clamp(42px,10vw,68px);
  }

  .vvvdesigner-spp-footer-cta-visual{
    min-height:300px;
  }

  .vvvdesigner-spp-footer-cta-visual::after{
    background:linear-gradient(180deg,#111 0%,rgba(17,17,17,.42) 16%,transparent 48%,rgba(0,0,0,.35));
  }

  .vvvdesigner-spp-footer-columns{
    grid-template-columns:1fr 1fr;
  }

  .vvvdesigner-spp-footer-newsletter-card{
    grid-template-columns:1fr;
  }
}

@media(max-width:767px){
  .vvvdesigner-spp-footer-shell{
    width:calc(100% - 24px);
  }

  .vvvdesigner-spp-footer{
    overflow:clip;
  }

  .vvvdesigner-spp-footer-cta{
    padding:34px 0 34px;
  }

  .vvvdesigner-spp-footer-cta-card{
    min-height:0;
    border-radius:26px;
  }

  .vvvdesigner-spp-footer-cta-copy{
    padding:30px 20px 28px;
  }

  .vvvdesigner-spp-footer-eyebrow{
    margin-bottom:18px;
    font-size:9px;
    letter-spacing:.14em;
  }

  .vvvdesigner-spp-footer-cta h2{
    font-size:clamp(38px,13.4vw,58px);
    line-height:.92;
  }

  .vvvdesigner-spp-footer-cta-copy > p{
    margin-top:18px;
    font-size:14px;
    line-height:1.62;
  }

  .vvvdesigner-spp-footer-cta-actions{
    display:grid;
    width:100%;
    margin-top:24px;
  }

  .vvvdesigner-spp-footer-button{
    width:100%;
    min-height:54px;
  }

  .vvvdesigner-spp-footer-cta-visual{
    min-height:240px;
  }

  .vvvdesigner-spp-footer-cta-stamp{
    right:14px;
    bottom:14px;
    width:104px;
    height:104px;
  }

  .vvvdesigner-spp-footer-cta-stamp span{
    width:76px;
    font-size:9px;
  }

  .vvvdesigner-spp-footer-trust-track{
    display:flex;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }

  .vvvdesigner-spp-footer-trust-track::-webkit-scrollbar{
    display:none;
  }

  .vvvdesigner-spp-footer-trust-item{
    flex:0 0 min(83vw,310px);
    min-height:104px;
    padding:20px;
    border-bottom:0 !important;
    border-right:1px solid var(--vvv-spp-footer-line) !important;
    scroll-snap-align:start;
  }

  .vvvdesigner-spp-footer-main{
    padding:50px 0 34px;
  }

  .vvvdesigner-spp-footer-main-grid{
    gap:42px;
  }

  .vvvdesigner-spp-footer-logo{
    width:min(290px,82vw);
    margin-bottom:18px;
  }

  .vvvdesigner-spp-footer-brand > p{
    font-size:14px;
  }

  .vvvdesigner-spp-footer-address{
    margin-top:22px;
    padding-top:20px;
  }

  .vvvdesigner-spp-footer-columns{
    display:grid;
    grid-template-columns:1fr;
    gap:8px;
  }

  .vvvdesigner-spp-footer-column{
    border-bottom:1px solid var(--vvv-spp-footer-line);
  }

  .vvvdesigner-spp-footer-column summary{
    min-height:62px;
    display:flex;
    align-items:center;
    cursor:pointer;
  }

  .vvvdesigner-spp-footer-column-title{
    width:100%;
    margin:0;
  }

  .vvvdesigner-spp-footer-column-title::after{
    display:none;
  }

  .vvvdesigner-spp-footer-column-icon{
    display:block;
    margin-left:auto;
    color:var(--vvv-spp-footer-pink);
    font-size:20px;
    font-weight:500;
    transition:transform .25s ease;
  }

  .vvvdesigner-spp-footer-column[open] .vvvdesigner-spp-footer-column-icon{
    transform:rotate(45deg);
  }

  .vvvdesigner-spp-footer-links{
    gap:1px;
    padding:0 0 16px;
  }

  .vvvdesigner-spp-footer-link{
    min-height:42px;
    padding:0 2px;
  }

  .vvvdesigner-spp-footer-link::after{
    opacity:.6;
    transform:none;
  }

  .vvvdesigner-spp-footer-utilities{
    grid-template-columns:1fr;
    margin-top:18px;
  }

  .vvvdesigner-spp-footer-utility{
    min-height:76px;
  }

  .vvvdesigner-spp-footer-newsletter{
    margin-top:48px;
    padding-top:34px;
  }

  .vvvdesigner-spp-footer-newsletter-card{
    gap:24px;
    padding:24px 18px;
    border-radius:24px;
  }

  .vvvdesigner-spp-footer-newsletter-copy h3{
    font-size:34px;
  }

  .vvvdesigner-spp-footer-newsletter-form{
    grid-template-columns:1fr;
  }

  .vvvdesigner-spp-footer-field,
  .vvvdesigner-spp-footer-field--wide,
  .vvvdesigner-spp-footer-newsletter-consent,
  .vvvdesigner-spp-footer-newsletter-submit,
  .vvvdesigner-spp-footer-newsletter-message{
    grid-column:1;
  }

  .vvvdesigner-spp-footer-wordmark{
    margin:0 -2vw -2vw;
    font-size:clamp(64px,23vw,118px);
    line-height:.75;
  }

  .vvvdesigner-spp-footer-bottom{
    align-items:flex-start;
    flex-direction:column;
    padding:22px 0 calc(24px + env(safe-area-inset-bottom));
  }

  .vvvdesigner-spp-footer-bottom-left,
  .vvvdesigner-spp-footer-bottom-right{
    align-items:flex-start;
    flex-direction:column;
    gap:8px;
  }

  .vvvdesigner-spp-footer-top{
    right:14px;
    bottom:calc(14px + env(safe-area-inset-bottom));
    width:50px;
    height:50px;
  }




}

@media(max-width:390px){
  .vvvdesigner-spp-footer-cta h2{
    font-size:39px;
  }

  .vvvdesigner-spp-footer-cta-copy{
    padding-inline:17px;
  }

}


/* =====================================================
   COOKIES — VERSION HISTORIQUE PETIT PARIS
   Visuel restauré à l'identique, CSS externalisé.
===================================================== */
.vvv-savonpetitparis-cookies,
.vvv-savonpetitparis-cookies *{
  box-sizing:border-box;
}

.vvv-savonpetitparis-cookies{
  position:fixed;
  left:20px;
  right:20px;
  bottom:20px;
  z-index:2147483646;
  display:none;
  justify-content:center;
  font-family:'Mulish',sans-serif;
  pointer-events:none;
}

.vvv-savonpetitparis-cookies-active{
  display:flex;
}

.vvv-savonpetitparis-cookies-card{
  position:relative;
  width:min(920px,100%);
  display:grid;
  grid-template-columns:1fr 250px;
  align-items:center;
  gap:26px;
  padding:42px 34px 30px;
  border-radius:34px;
  background:#fff1ec;
  background-image:
    radial-gradient(circle at 82% 20%,rgba(255,255,255,.85),transparent 30%),
    radial-gradient(circle at 12% 85%,rgba(235,186,169,.46),transparent 34%),
    linear-gradient(135deg,#fffaf7 0%,#fff1ec 42%,#fbc7b7 100%);
  border:1px solid rgba(255,255,255,.85);
  box-shadow:0 35px 100px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.9);
  overflow:hidden;
  pointer-events:auto;
  opacity:1 !important;
}

.vvv-savonpetitparis-cookies-card::before{
  content:"";
  position:absolute;
  inset:8px;
  border-radius:27px;
  border:1px solid rgba(255,255,255,.62);
  pointer-events:none;
}

.vvv-savonpetitparis-cookies-soft-close{
  position:absolute;
  top:14px;
  right:20px;
  z-index:8;
  border:0;
  background:transparent;
  color:rgba(0,0,0,.48);
  font-size:12px;
  font-family:'Mulish',sans-serif;
  font-weight:900;
  text-decoration:underline;
  text-underline-offset:4px;
  cursor:pointer;
}

.vvv-savonpetitparis-cookies-content{
  position:relative;
  z-index:2;
}

.vvv-savonpetitparis-cookies-label{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 16px;
  margin-bottom:14px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(255,255,255,.85);
  color:#111;
  font-size:11px;
  font-weight:1000;
  letter-spacing:.16em;
  text-transform:uppercase;
  overflow:hidden;
}

.vvv-savonpetitparis-cookies-label::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:2px;
  background:linear-gradient(90deg,#EBBAA9,#FBC7B7,#EBBAA9);
}

.vvv-savonpetitparis-cookies-content h3{
  margin:0;
  font-size:clamp(28px,4vw,44px);
  line-height:.95;
  font-weight:1000;
  letter-spacing:-.055em;
  color:#111;
}

.vvv-savonpetitparis-cookies-content p{
  max-width:590px;
  margin:14px 0 20px;
  font-size:15px;
  line-height:1.6;
  font-weight:700;
  color:rgba(0,0,0,.66);
}

.vvv-savonpetitparis-cookies-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.vvv-savonpetitparis-cookies-actions button{
  min-height:50px;
  padding:0 24px;
  border-radius:999px;
  font-family:'Mulish',sans-serif;
  font-size:13px;
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.06em;
  cursor:pointer;
}

.vvv-savonpetitparis-cookies-accept{
  border:0;
  background:#111;
  color:#fff;
  box-shadow:0 18px 45px rgba(0,0,0,.22);
}

.vvv-savonpetitparis-cookies-decline{
  border:1px solid rgba(0,0,0,.12);
  background:#fff;
  color:#111;
}

.vvv-savonpetitparis-cookies-mascotte{
  position:relative;
  z-index:2;
  height:245px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.vvv-savonpetitparis-cookies-mascotte picture,
.vvv-savonpetitparis-cookies-mascotte img{
  display:block;
}

.vvv-savonpetitparis-cookies-mascotte img{
  width:245px;
  max-width:100%;
  height:auto;
  filter:drop-shadow(0 24px 36px rgba(0,0,0,.20));
}

@media(max-width:767px){
  .vvv-savonpetitparis-cookies{
    left:10px;
    right:10px;
    bottom:10px;
  }

  .vvv-savonpetitparis-cookies-card{
    width:100%;
    max-height:92vh;
    overflow-y:auto;
    display:flex;
    flex-direction:column;
    gap:10px;
    padding:18px 16px 18px;
    border-radius:28px;
    text-align:center;
  }

  .vvv-savonpetitparis-cookies-card::before{
    inset:7px;
    border-radius:22px;
  }

  .vvv-savonpetitparis-cookies-soft-close{
    position:relative;
    top:auto;
    right:auto;
    order:1;
    align-self:center;
    margin:0 0 4px;
    font-size:11px;
    color:rgba(0,0,0,.45);
  }

  .vvv-savonpetitparis-cookies-mascotte{
    order:2;
    width:100%;
    height:auto;
    min-height:0;
    justify-content:center;
    margin-top:0;
  }

  .vvv-savonpetitparis-cookies-mascotte img{
    width:min(245px,72vw);
    filter:drop-shadow(0 18px 28px rgba(0,0,0,.18));
  }

  .vvv-savonpetitparis-cookies-content{
    order:3;
  }

  .vvv-savonpetitparis-cookies-label{
    margin-bottom:12px;
    font-size:10px;
    padding:9px 13px;
  }

  .vvv-savonpetitparis-cookies-content h3{
    font-size:30px;
  }

  .vvv-savonpetitparis-cookies-content p{
    max-width:none;
    font-size:14px;
    margin:12px 0 16px;
  }

  .vvv-savonpetitparis-cookies-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
  }

  .vvv-savonpetitparis-cookies-actions button{
    width:100%;
    min-height:48px;
  }
}

@media(max-width:390px){
  .vvv-savonpetitparis-cookies-card{
    padding:16px 14px;
  }

  .vvv-savonpetitparis-cookies-mascotte img{
    width:min(210px,68vw);
  }

  .vvv-savonpetitparis-cookies-content h3{
    font-size:27px;
  }

  .vvv-savonpetitparis-cookies-content p{
    font-size:13px;
  }
}

@media(prefers-reduced-motion:reduce){
  .vvvdesigner-spp-footer *,
  .vvvdesigner-spp-footer *::before,
  .vvvdesigner-spp-footer *::after{
    scroll-behavior:auto !important;
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.01ms !important;
  }
}
