/* Accès rapides AD TRANS LOGISTICS — noir, blanc et typographies existantes. */
.adtl-elegant.adtl-home #parcours-rapides .quick-path-grid { gap: 16px; align-items: stretch; }
.adtl-elegant.adtl-home #parcours-rapides .quick-path-card {
  --qp-icon-bg: #fff;
  position: relative; isolation: isolate; min-width: 0; min-height: 364px;
  padding: 26px 24px 22px; border-radius: 24px; overflow: hidden;
  background: linear-gradient(155deg, #fff 25%, #f5f5f5 100%);
  border: 1px solid #dedede; color: #151515;
  box-shadow: inset 0 1px 0 #fff, 0 3px 5px rgb(0 0 0 / 2%), 0 20px 32px -26px rgb(0 0 0 / 25%);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.adtl-elegant.adtl-home #parcours-rapides .quick-path-card::before {
  content: ''; position: absolute; z-index: -1; pointer-events: none;
  width: 220px; height: 220px; border: 1px solid rgb(0 0 0 / 4%); border-radius: 50%;
  top: -108px; right: -78px; box-shadow: 0 0 0 28px rgb(0 0 0 / 1.4%);
}
.adtl-elegant.adtl-home #parcours-rapides .quick-path-simulation {
  --qp-icon-bg: #303030;
  color: #fff; border-color: #414141;
  background: radial-gradient(ellipse at 95% 0%, #3a3a3a, transparent 63%), linear-gradient(155deg, #222, #0c0c0c);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 18%), 0 22px 32px -25px rgb(0 0 0 / 55%);
}
.adtl-elegant.adtl-home #parcours-rapides .quick-path-simulation::before { border-color: rgb(255 255 255 / 8%); box-shadow: 0 0 0 28px rgb(255 255 255 / 2%); }
.adtl-elegant.adtl-home #parcours-rapides .quick-path-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 26px; }
.adtl-elegant.adtl-home #parcours-rapides .quick-path-icon {
  display: grid; place-items: center; flex-shrink: 0; width: 64px; height: 64px;
  margin: 0; border-radius: 19px; border: 1px solid #e2e2e2;
  background: linear-gradient(145deg, #fff, #f2f2f2); color: #111;
  box-shadow: inset 0 1px 0 #fff, 0 8px 14px -10px rgb(0 0 0 / 35%);
  transition: transform .3s ease, box-shadow .3s ease;
}
.adtl-elegant.adtl-home #parcours-rapides .quick-path-icon svg { display: block; width: 44px; height: 44px; overflow: visible; }
.adtl-elegant.adtl-home #parcours-rapides .quick-path-simulation .quick-path-icon {
  background: linear-gradient(145deg, #414141, #242424); color: #fff; border-color: #555;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 12%), 0 10px 20px -12px #000;
}
.adtl-elegant.adtl-home #parcours-rapides .quick-path-number { font-family: 'Space Grotesk', sans-serif; font-size: 44px; font-weight: 500; line-height: 1; letter-spacing: -.07em; color: #d3d3d3; }
.adtl-elegant.adtl-home #parcours-rapides .quick-path-simulation .quick-path-number { color: #646464; }
.adtl-elegant.adtl-home #parcours-rapides .quick-path-type { color: #6d6d6d; font-size: 10px; letter-spacing: .15em; margin: 0 0 12px; }
.adtl-elegant.adtl-home #parcours-rapides .quick-path-card h3 { color: #151515; font-size: clamp(17px, 1.38vw, 20px); font-weight: 600; line-height: 1.28; letter-spacing: -.025em; margin: 0 0 14px; min-height: 3.84em; text-wrap: pretty; }
.adtl-elegant.adtl-home #parcours-rapides .quick-path-card p { color: #686868; font-size: 13px; line-height: 1.65; margin: 0 0 24px; }
.adtl-elegant.adtl-home #parcours-rapides .quick-path-simulation h3 { color: #fff; }
.adtl-elegant.adtl-home #parcours-rapides .quick-path-simulation .quick-path-type { color: #b6b6b6; }
.adtl-elegant.adtl-home #parcours-rapides .quick-path-simulation p { color: #bebebe; }
.adtl-elegant.adtl-home #parcours-rapides .quick-path-footer { display: flex; align-items: center; justify-content: space-between; gap: 8px; width: 100%; margin-top: auto; padding-top: 16px; border-top: 1px solid #ddd; font-size: 11px; font-weight: 600; line-height: 1.4; color: #242424; }
.adtl-elegant.adtl-home #parcours-rapides .quick-path-simulation .quick-path-footer { border-color: #3e3e3e; color: #fff; }
.adtl-elegant.adtl-home #parcours-rapides .quick-path-arrow { display: grid; place-items: center; flex-shrink: 0; width: 34px; height: 34px; margin: 0; border: 1px solid #d4d4d4; border-radius: 50%; background: #fff; color: #171717; font-size: 23px; line-height: 1; transition: transform .25s ease, background-color .25s ease, color .25s ease; }
.adtl-elegant.adtl-home #parcours-rapides .quick-path-simulation .quick-path-arrow { background: #fff; border-color: #fff; color: #111; }
.adtl-elegant.adtl-home #parcours-rapides .quick-path-card:focus-visible { outline: 2px solid #111; outline-offset: 5px; }
@media (hover: hover) and (pointer: fine) {
  .adtl-elegant.adtl-home #parcours-rapides .quick-path-card:hover { transform: translateY(-7px); border-color: #aaa; box-shadow: 0 25px 42px -22px rgb(0 0 0 / 28%); }
  .adtl-elegant.adtl-home #parcours-rapides .quick-path-simulation:hover { border-color: #707070; box-shadow: 0 26px 44px -22px rgb(0 0 0 / 50%); }
  .adtl-elegant.adtl-home #parcours-rapides .quick-path-card:hover .quick-path-icon { transform: translateY(-3px) rotate(-4deg); }
  .adtl-elegant.adtl-home #parcours-rapides .quick-path-card:hover .quick-path-arrow { transform: translate(2px, -2px); background: #171717; border-color: #171717; color: #fff; }
  .adtl-elegant.adtl-home #parcours-rapides .quick-path-simulation:hover .quick-path-arrow { background: #e2e2e2; border-color: #e2e2e2; color: #111; }
}
@media (min-width: 601px) and (max-width: 1100px) {
  .adtl-elegant.adtl-home #parcours-rapides .quick-path-card { min-height: 350px; padding: 28px; }
  .adtl-elegant.adtl-home #parcours-rapides .quick-path-card h3 { font-size: 22px; min-height: 2.56em; }
}
@media (max-width: 600px) {
  .adtl-elegant.adtl-home #parcours-rapides .quick-path-grid { gap: 18px; }
  .adtl-elegant.adtl-home #parcours-rapides .quick-path-card { min-height: 0; padding: 26px; }
  .adtl-elegant.adtl-home #parcours-rapides .quick-path-top { margin-bottom: 22px; }
  .adtl-elegant.adtl-home #parcours-rapides .quick-path-card h3 { font-size: 23px; min-height: 0; margin-bottom: 12px; }
  .adtl-elegant.adtl-home #parcours-rapides .quick-path-card p { font-size: 14px; margin-bottom: 24px; }
  .adtl-elegant.adtl-home #parcours-rapides .quick-path-footer { font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .adtl-elegant.adtl-home #parcours-rapides :is(.quick-path-card, .quick-path-icon, .quick-path-arrow) { transition: none !important; transform: none !important; }
}
