.psav-rdv { --psav-accent:#e84925; --psav-accent-dark:#b83218; --psav-ink:#172033; --psav-muted:#667085; --psav-line:#d9dee7; max-width:880px; color:var(--psav-ink); font-family:inherit; }
.psav-rdv h3 { margin:1.6rem 0 .8rem; font-size:1.25rem; }
.psav-rdv__status { padding:1rem; border-radius:.6rem; background:#f4f6f8; }
.psav-rdv__status:empty { display:none; }
.psav-rdv__status--error { color:#9f1d1d; background:#fff0f0; }
.psav-rdv__category-step { max-width:720px; }
.psav-rdv__category-label { max-width:520px; }
.psav-rdv__warning { margin:1rem 0; padding:1rem 1.1rem; border:2px solid #c62828; border-radius:.7rem; color:#7f1d1d; background:#fff1f1; box-shadow:0 4px 16px rgba(127,29,29,.08); }
.psav-rdv__warning strong { display:block; font-size:1.05rem; }
.psav-rdv__warning p { margin:.5rem 0 0; }
.psav-rdv .psav-rdv__category-ack { flex-direction:row; align-items:flex-start; padding:.85rem; border-radius:.55rem; background:#fff8dd; font-weight:700; }
.psav-rdv__category-ack input { width:auto; margin-top:.2rem; flex:0 0 auto; }
.psav-rdv__continue,.psav-rdv__submit { border:0; border-radius:.55rem; background:var(--psav-accent); color:#fff; padding:.9rem 1.2rem; font:inherit; font-weight:700; cursor:pointer; }
.psav-rdv__continue { margin-top:1rem; }
.psav-rdv__continue:disabled,.psav-rdv__submit:disabled { opacity:.45; cursor:not-allowed; }
.psav-rdv__picker-header { display:flex; justify-content:space-between; gap:1rem; }
.psav-rdv__picker-header p { margin:.3rem 0 1rem; }
.psav-rdv__change { border:0; background:none; color:var(--psav-accent-dark); text-decoration:underline; cursor:pointer; font:inherit; }
.psav-rdv__calendar { max-width:650px; padding:1rem; border:1px solid var(--psav-line); border-radius:.8rem; background:#fff; box-shadow:0 8px 24px rgba(23,32,51,.06); }
.psav-rdv__calendar-nav { display:grid; grid-template-columns:44px 1fr 44px; align-items:center; margin-bottom:.8rem; text-align:center; text-transform:capitalize; }
.psav-rdv__calendar-nav button { width:40px; height:40px; border:1px solid var(--psav-line); border-radius:50%; background:#fff; color:var(--psav-ink); cursor:pointer; font-size:1.1rem; }
.psav-rdv__calendar-nav button:disabled { opacity:.3; cursor:not-allowed; }
.psav-rdv__weekdays,.psav-rdv__days { display:grid; grid-template-columns:repeat(7,1fr); gap:.3rem; }
.psav-rdv__weekdays span { padding:.35rem 0; color:var(--psav-muted); text-align:center; font-size:.8rem; font-weight:700; }
.psav-rdv__day { position:relative; aspect-ratio:1/1; min-height:48px; border:1px solid transparent; border-radius:.55rem; background:#f7f8fa; color:var(--psav-ink); cursor:pointer; font:inherit; font-weight:600; }
.psav-rdv__day:not(:disabled):hover { border-color:var(--psav-accent); }
.psav-rdv__day[aria-pressed="true"] { border-color:var(--psav-accent); background:#fff3ef; color:var(--psav-accent-dark); box-shadow:0 0 0 2px rgba(232,73,37,.17); }
.psav-rdv__day--available::after { content:""; position:absolute; left:50%; bottom:7px; width:6px; height:6px; margin-left:-3px; border-radius:50%; background:var(--psav-accent); }
.psav-rdv__day--today { border-color:#98a2b3; }
.psav-rdv__day--weekend { background:#eceff3; color:#98a2b3; text-decoration:line-through; }
.psav-rdv__day--outside { opacity:.35; }
.psav-rdv__day--blank { background:transparent; }
.psav-rdv__day-message { max-width:650px; box-sizing:border-box; margin:.8rem 0; padding:.75rem; border-radius:.55rem; background:#f4f6f8; }
.psav-rdv__day-message--error { color:#8a2a16; background:#fff3ef; font-weight:600; }
.psav-rdv__slots { display:flex; flex-wrap:wrap; gap:.55rem; min-height:10px; }
.psav-rdv__slot { min-width:78px; appearance:none; border:1px solid var(--psav-line); border-radius:.65rem; background:#fff; color:var(--psav-ink); padding:.8rem; cursor:pointer; font:inherit; }
.psav-rdv__slot[aria-pressed="true"] { border-color:var(--psav-accent); box-shadow:0 0 0 2px rgba(232,73,37,.17); }
.psav-rdv__form { margin-top:1.5rem; border-top:1px solid var(--psav-line); }
.psav-rdv__selection { display:inline-block; padding:.65rem .9rem; border-radius:99px; background:#fff5f1; color:#9a321b; font-weight:700; text-transform:capitalize; }
.psav-rdv__grid { display:grid; grid-template-columns:1fr 1fr; gap:1rem; }
.psav-rdv label { display:flex; flex-direction:column; gap:.35rem; font-weight:600; }
.psav-rdv input,.psav-rdv select,.psav-rdv textarea { width:100%; box-sizing:border-box; border:1px solid var(--psav-line); border-radius:.45rem; padding:.75rem; font:inherit; background:#fff; color:var(--psav-ink); }
.psav-rdv input:focus,.psav-rdv select:focus,.psav-rdv textarea:focus { border-color:var(--psav-accent); outline:2px solid rgba(232,73,37,.17); }
.psav-rdv__wide { grid-column:1/-1; }
.psav-rdv__chosen-category { margin:0; padding:.75rem; border-radius:.5rem; background:#f4f6f8; }
.psav-rdv .psav-rdv__privacy { flex-direction:row; align-items:flex-start; margin:1rem 0; font-weight:400; }
.psav-rdv__privacy input { width:auto; margin-top:.25rem; }
.psav-rdv__trap { position:absolute!important; left:-10000px!important; width:1px!important; height:1px!important; overflow:hidden!important; }
.psav-rdv__success { padding:1.2rem; border-radius:.7rem; background:#eaf8ef; color:#155c31; }
@media (max-width:620px) { .psav-rdv__grid { grid-template-columns:1fr; } .psav-rdv__wide { grid-column:auto; } .psav-rdv__calendar { padding:.65rem; } .psav-rdv__weekdays,.psav-rdv__days { gap:.15rem; } .psav-rdv__day { min-height:39px; font-size:.9rem; } }

/* 0.4.0 : interface publique isolée des styles globaux de Divi. */
.psav-rdv {
  --psav-blue:#079bc3;
  width:100%;
  max-width:760px;
  margin-inline:auto;
  font-size:16px;
  line-height:1.5;
}
.psav-rdv,
.psav-rdv * { box-sizing:border-box; }
.psav-rdv [hidden] { display:none!important; }
.psav-rdv h3 { margin:0; color:var(--psav-ink); font-size:clamp(1.2rem,2vw,1.5rem); line-height:1.25; }
.psav-rdv p { line-height:1.55; }

.psav-rdv__card {
  width:100%;
  max-width:none;
  padding:clamp(1.25rem,3vw,2rem);
  border:1px solid #e1e6ee;
  border-radius:16px;
  background:#fff;
  box-shadow:0 14px 36px rgba(23,32,51,.08);
}
.psav-rdv__step-heading { display:flex; align-items:flex-start; gap:.9rem; margin-bottom:1.4rem; }
.psav-rdv__step-heading p { margin:.25rem 0 0; color:var(--psav-muted); font-size:.95rem; }
.psav-rdv__step-number {
  display:grid;
  flex:0 0 36px;
  width:36px;
  height:36px;
  place-items:center;
  border-radius:50%;
  background:var(--psav-blue);
  color:#fff;
  font-size:1rem;
  font-weight:800;
}
.psav-rdv .psav-rdv__category-label {
  display:flex;
  width:100%;
  max-width:none;
  flex-direction:column;
  gap:.45rem;
  margin:0;
  color:var(--psav-ink);
  font-size:.95rem;
  font-weight:700;
}
.psav-rdv__required { color:var(--psav-accent-dark); }
.psav-rdv .psav-rdv__category-label select {
  width:100%;
  height:52px;
  margin:0;
  padding:0 2.75rem 0 .95rem;
  border:1px solid #cfd6e1;
  border-radius:10px;
  background-color:#fff;
  color:var(--psav-ink);
  font:inherit;
  font-size:1rem;
  box-shadow:none;
}

.psav-rdv .psav-rdv__warning {
  display:grid;
  grid-template-columns:32px minmax(0,1fr);
  gap:.8rem;
  margin:1.15rem 0 .8rem;
  padding:1rem;
  border:1px solid #efb4aa;
  border-radius:12px;
  background:#fff7f5;
  color:#7f2919;
  box-shadow:none;
}
.psav-rdv__warning-icon { display:grid; width:30px; height:30px; place-items:center; border-radius:50%; background:#c93b20; color:#fff; font-weight:800; }
.psav-rdv .psav-rdv__warning strong { display:block; color:#7a2114; font-size:1rem; line-height:1.35; }
.psav-rdv .psav-rdv__warning p { margin:.3rem 0 0; color:#7f2919; font-size:.9rem; line-height:1.5; }
.psav-rdv .psav-rdv__warning .psav-rdv__warning-example { margin-top:.4rem; color:#98503f; font-size:.82rem; font-style:italic; }

.psav-rdv .psav-rdv__category-ack {
  display:grid!important;
  width:100%!important;
  grid-template-columns:20px minmax(0,1fr)!important;
  align-items:start!important;
  gap:.75rem!important;
  margin:0!important;
  padding:.9rem 1rem!important;
  border:1px solid #ead89d!important;
  border-radius:12px!important;
  background:#fffaf0!important;
  color:#493d1d!important;
  font-size:.9rem!important;
  font-weight:400!important;
  line-height:1.45!important;
  cursor:pointer;
}
.psav-rdv .psav-rdv__category-ack:hover { border-color:#d4b85c!important; background:#fff8e6!important; }
.psav-rdv .psav-rdv__category-ack strong { color:#302812; }
.psav-rdv input[type="checkbox"] {
  appearance:auto!important;
  display:block!important;
  width:20px!important;
  min-width:20px!important;
  max-width:20px!important;
  height:20px!important;
  min-height:20px!important;
  margin:1px 0 0!important;
  padding:0!important;
  flex:0 0 20px!important;
  border:initial!important;
  border-radius:4px!important;
  box-shadow:none!important;
  accent-color:var(--psav-accent);
}
.psav-rdv input[type="checkbox"]:disabled { cursor:not-allowed; opacity:.55; }

.psav-rdv .psav-rdv__continue,
.psav-rdv .psav-rdv__submit {
  display:inline-flex;
  min-height:48px;
  align-items:center;
  justify-content:center;
  gap:.65rem;
  border:0;
  border-radius:10px;
  padding:.8rem 1.2rem;
  font:inherit;
  font-size:.95rem;
  font-weight:750;
  line-height:1.25;
  box-shadow:0 7px 16px rgba(232,73,37,.2);
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}
.psav-rdv .psav-rdv__continue { width:auto; max-width:100%; margin-top:1rem; }
.psav-rdv .psav-rdv__continue:not(:disabled):hover,
.psav-rdv .psav-rdv__submit:not(:disabled):hover { background:var(--psav-accent-dark); transform:translateY(-1px); box-shadow:0 10px 20px rgba(184,50,24,.24); }
.psav-rdv .psav-rdv__continue:focus-visible,
.psav-rdv .psav-rdv__submit:focus-visible { outline:3px solid rgba(7,155,195,.26); outline-offset:3px; }
.psav-rdv .psav-rdv__continue:disabled,
.psav-rdv .psav-rdv__submit:disabled { background:#c7cbd2; color:#fff; cursor:not-allowed; box-shadow:none; opacity:1; }

.psav-rdv .psav-rdv__privacy { display:grid; grid-template-columns:20px minmax(0,1fr); align-items:start; gap:.65rem; font-size:.9rem; }
.psav-rdv__privacy-link { grid-column:2; margin-top:.15rem; color:var(--psav-accent-dark); }
.psav-rdv__calendar { width:100%; }
.psav-rdv__weekdays,
.psav-rdv__days { grid-template-columns:repeat(7,minmax(0,1fr)); }
.psav-rdv__day { min-width:0; padding:.35rem; }

@media (max-width:620px) {
  .psav-rdv { font-size:15px; }
  .psav-rdv__card { padding:1rem; border-radius:13px; }
  .psav-rdv__step-heading { gap:.7rem; margin-bottom:1.1rem; }
  .psav-rdv__step-number { width:32px; height:32px; flex-basis:32px; }
  .psav-rdv .psav-rdv__warning { grid-template-columns:26px minmax(0,1fr); gap:.65rem; padding:.85rem; }
  .psav-rdv__warning-icon { width:26px; height:26px; }
  .psav-rdv .psav-rdv__category-ack { padding:.8rem!important; }
  .psav-rdv .psav-rdv__continue { width:100%; }
  .psav-rdv__weekdays span { font-size:.7rem; }
}
