/* Design system for the Salon de la restauration Colabor pages (SC-146).
   "Le service" direction: a distributor's own vocabulary (front/back of house, the
   day's menu, line items on an order) instead of a generic card-grid look. Brand
   colors (red/bordeaux) are mandated by Colabor; everything else is a deliberate
   choice, not a copy of the source marketing site's Tailwind card layout. */
:root {
	--salon-red:#e40032;
	--salon-red-hover:#cc0029;
	--salon-red-dark:#ab001f;
	--salon-bordeaux:#88000a;
	--salon-charcoal:#18181b;
	--salon-ink:#1b1410;
	--salon-text:#2a2118;
	--salon-muted:#7a6f5e;
	--salon-border:#e6ddc9;
	--salon-bone:#f5f0e4;
	--salon-brass:#a8863f;
	--salon-white:#ffffff;
	--salon-radius-pill:999px;
	--salon-radius-card:14px;
	--salon-font:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	--salon-ease:cubic-bezier(.4,0,.2,1);
}

@media (prefers-reduced-motion:no-preference) {
	html {scroll-behavior:smooth}
}

.salon-home {font-family:var(--salon-font);color:var(--salon-text)}
.salon-home section {padding:64px 20px}
.salon-home .salon-container {max-width:1180px;margin:0 auto}

/* these pages size to their own content; don't let the generic .body min-height (main.css)
   stretch a short page (e.g. login-only home) and leave a blank gap above the footer */
.body:has(.salon-home) {min-height:0 !important}

/* the home page only (its hero, unlike faq/informations/plan-de-salle, is the only .salon-home
   view without a .salon-page-hero/.salon-intro-header) doesn't need the fixed-navbar offset or
   the extra footer spacing that the rest of the app relies on (main.css .body/.salon-footer margin-top) */
body:has(.salon-hero) .body {margin-top:0 !important}
body:has(.salon-hero) .salon-footer {margin-top:0 !important}

/* ---- Scroll reveal system: mirrors the source site's .insight/.fade-*/.delay--N classes
   so the same markup vocabulary drives salonHome.js (IntersectionObserver, vanilla). ---- */
.insight {position:relative}
.insight.ghost,.insight.fade-up,.insight.fade-left,.insight.fade-right,.insight.fade-down,.insight.zoom {opacity:0;transition:opacity .5s var(--salon-ease),transform .5s var(--salon-ease)}
.insight.fade-left {transform:translateX(-60px)}
.insight.fade-right {transform:translateX(60px)}
.insight.fade-up {transform:translateY(60px)}
.insight.fade-down {transform:translateY(-60px)}
.insight.zoom {transform:scale(.85)}
.insight.alive {opacity:1;transform:none}
.insight.delay--1 {transition-delay:.1s}
.insight.delay--2 {transition-delay:.2s}
.insight.delay--3 {transition-delay:.3s}
.insight.delay--4 {transition-delay:.4s}
.insight.delay--5 {transition-delay:.5s}
@media (prefers-reduced-motion:reduce) {
	.insight.ghost,.insight.fade-up,.insight.fade-left,.insight.fade-right,.insight.fade-down,.insight.zoom {opacity:1;transform:none;transition:none}
}

/* ---- Signature element: the "stamp" - a reserved-seat mark reused across the pages
   (event date in the hero, a confirmation mark near key actions). ---- */
.salon-stamp {display:inline-flex;flex-direction:column;align-items:center;justify-content:center;width:88px;height:88px;border:2px solid var(--salon-brass);border-radius:50%;transform:rotate(-6deg);color:var(--salon-brass);text-align:center;flex:0 0 auto}
.salon-stamp-day {font-size:26px;font-weight:800;line-height:1}
.salon-stamp-month {font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}

/* ---- Eyebrows: section labels drawn from the distributor's own vocabulary, not
   generic numbering - they name what the section actually is. ---- */
.salon-eyebrow {display:block;margin:0 0 10px;font-size:13px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--salon-red)}
.salon-eyebrow--center {text-align:center}

/* ---- Headings ---- */
.salon-title-lg {margin:0 0 20px;font-size:30px;line-height:1.08;font-weight:800;letter-spacing:-.01em;color:var(--salon-text)}
.salon-title-lg--center {text-align:center}
.salon-title-md {margin:0 0 14px;font-size:24px;line-height:1.15;font-weight:800;letter-spacing:-.01em;color:var(--salon-text)}
.salon-title-sm {margin:0 0 8px;font-size:20px;line-height:1.2;font-weight:800;color:var(--salon-text);text-align:center}
@media (min-width:768px) {
	.salon-title-lg {font-size:40px}
	.salon-title-md {font-size:30px}
}
@media (min-width:1024px) {
	.salon-title-lg {font-size:48px}
	.salon-title-md {font-size:34px}
}

/* ---- Buttons ---- */
.salon-btn {display:inline-flex;align-items:center;gap:8px;padding:13px 28px;border-radius:var(--salon-radius-pill);font-size:16px;font-weight:700;text-decoration:none;white-space:nowrap;transition:background-color .3s var(--salon-ease),color .3s var(--salon-ease),border-color .3s var(--salon-ease)}
.salon-btn--red {background:var(--salon-red);color:var(--salon-white) !important;border:1px solid var(--salon-red)}
.salon-btn--red:hover,.salon-btn--red:focus {background:var(--salon-red-hover);border-color:var(--salon-red-hover);color:var(--salon-white) !important;text-decoration:none}
.salon-btn--ghost {background:var(--salon-white);color:var(--salon-text) !important;border:1px solid var(--salon-border)}
.salon-btn--ghost:hover,.salon-btn--ghost:focus {border-color:var(--salon-ink);color:var(--salon-text) !important;text-decoration:none}
.salon-btn--outline-white {background:transparent;color:var(--salon-white) !important;border:1px solid var(--salon-white)}
.salon-btn--outline-white:hover,.salon-btn--outline-white:focus {background:rgba(255,255,255,.15);color:var(--salon-white) !important;text-decoration:none}
.salon-link-arrow {display:inline-flex;align-items:center;gap:6px;color:var(--salon-red);font-size:14px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;text-decoration:none;transition:color .3s var(--salon-ease)}
.salon-link-arrow:hover,.salon-link-arrow:focus {color:var(--salon-red-dark);text-decoration:none}

/* ---- Hero ---- */
.salon-hero {background:var(--salon-bordeaux);padding:0}
.salon-hero-inner {display:flex;flex-direction:column-reverse;max-width:1280px;margin:0 auto}
.salon-hero-auth {width:100%;padding:36px 20px}
.salon-hero-image {position:relative;width:100%;padding:0 8px 12px}
.salon-hero-image img {display:block;width:100%;height:auto}
.salon-hero-stamp {position:absolute;top:20px;right:24px;background:var(--salon-white);box-shadow:0 8px 24px rgba(0,0,0,.25)}
@media (min-width:1024px) {
	.salon-hero-inner {flex-direction:row;align-items:center}
	.salon-hero-auth {width:46%;padding:64px 24px 64px 40px}
	.salon-hero-image {width:54%;padding:0 16px 0 4px}
}

/* auth panel restyle: same markup/logic as before, Colabor red/bordeaux accents */
.salon-hero-auth .login-center-row {min-height:0}
.salon-hero-auth .login-view {max-width:480px !important}
.salon-hero-auth .login-center-col {max-width:480px}
.salon-hero-auth .login-card {background:rgba(255,255,255,.97);max-width:480px !important;margin:0 auto;border-radius:var(--salon-radius-card)}
.salon-hero-auth .login-card>.panel-heading {background:var(--salon-bordeaux)}
.salon-hero-auth .btn-login-submit,
.salon-hero-auth #loginForm .btn-login-submit {background:var(--salon-red) !important;color:var(--salon-white) !important;border:0}
.salon-hero-auth #loginForm .btn-login-submit:hover,.salon-hero-auth #loginForm .btn-login-submit:focus {background:var(--salon-red-hover) !important}
.salon-hero-auth .btn-pci-guest-login {background:var(--salon-red)}
.salon-hero-auth .btn-pci-guest-login:hover,.salon-hero-auth .btn-pci-guest-login:focus {background:var(--salon-red-hover)}
.salon-hero-auth .btn-login-alt-action {border-color:var(--salon-red);color:var(--salon-red)}
.salon-hero-auth .btn-login-alt-action:hover,.salon-hero-auth .btn-login-alt-action:focus {background:var(--salon-red);color:var(--salon-white)}

/* ---- Standalone auth action pages (reset password / account activation links) - same
   card language as the login hero, without the bordeaux hero band since there's no
   accompanying photo here. ---- */
.salon-auth-page {background:var(--salon-bone);padding:56px 20px;min-height:calc(100vh - 78px);display:flex;align-items:center;box-sizing:border-box}
.salon-auth-page>.container {width:100%}
.salon-auth-stamp {display:flex;align-items:center;justify-content:center;width:56px;height:56px;margin:0 auto 16px;border-radius:50%;background:var(--salon-white);color:var(--salon-red);font-size:22px;border:2px solid var(--salon-bordeaux);box-shadow:0 8px 20px rgba(24,24,27,.12)}
.salon-auth-card.panel {background:var(--salon-white);border:1px solid var(--salon-border);border-radius:var(--salon-radius-card);box-shadow:0 12px 32px rgba(24,24,27,.08);overflow:hidden}
.salon-auth-card>.panel-heading {background:var(--salon-bordeaux);border-color:var(--salon-bordeaux);border-radius:0;padding:20px 24px}
.salon-auth-card>.panel-heading .panel-title {color:var(--salon-white);font-weight:800}
.salon-auth-card>.panel-body {padding:26px}
.salon-auth-tips {color:var(--salon-muted)}
.salon-auth-card .btn-primary {background:var(--salon-red);border-color:var(--salon-red);border-radius:var(--salon-radius-pill);font-weight:700}
.salon-auth-card .btn-primary:hover,.salon-auth-card .btn-primary:focus {background:var(--salon-red-hover);border-color:var(--salon-red-hover)}
.salon-auth-card .btn-default {border-radius:var(--salon-radius-pill);font-weight:700;border-color:var(--salon-border);color:var(--salon-text)}
.salon-auth-card .btn-default:hover,.salon-auth-card .btn-default:focus {border-color:var(--salon-ink);background:var(--salon-white);color:var(--salon-text)}

/* forgot-password: black band and alert colors per marketing ticket, hover kept separate from the shared --salon-red-hover */
.forgot-password-view .salon-auth-card>.panel-heading {background:#000000;border-color:#000000}
.forgot-password-view .salon-auth-card .btn-primary:hover,.forgot-password-view .salon-auth-card .btn-primary:focus {background:#AB001F;border-color:#AB001F}
.forgot-password-view .alert-success {background-color:#FECACA;color:#870017;border-color:rgba(135,0,23,.35)}
.forgot-password-view .alert-success .close {color:#870017;opacity:.6}
.forgot-password-view .alert-success .close:hover,.forgot-password-view .alert-success .close:focus {color:#870017;opacity:1}

/* ---- Section: opener + 3 photos, asymmetric editorial collage instead of 3 equal tiles ---- */
.salon-collage {display:grid;grid-template-columns:1fr;gap:12px}
.salon-collage img {display:block;width:100%;object-fit:cover;border-radius:var(--salon-radius-card)}
.salon-collage-lead {aspect-ratio:4/3}
.salon-collage-side {display:grid;grid-template-columns:1fr 1fr;gap:12px}
.salon-collage-side img {aspect-ratio:1/1}
@media (min-width:768px) {
	.salon-collage {grid-template-columns:1.4fr 1fr;align-items:stretch}
	.salon-collage-lead {aspect-ratio:auto;height:100%}
	.salon-collage-side {grid-template-columns:1fr;gap:12px}
}

/* ---- Text + image split (used for "Vous ne connaissez pas Colabor?" and "Pourquoi y être") ---- */
.salon-split {display:flex;flex-direction:column-reverse;gap:28px;align-items:center}
.salon-split-text {width:100%}
.salon-split-text p {margin:0 0 14px;font-size:17px;line-height:1.65;color:var(--salon-text)}
.salon-split-text p.salon-lede::first-letter {float:left;font-size:52px;line-height:.85;font-weight:800;padding-right:8px;color:var(--salon-red)}
.salon-split-image {width:100%}
.salon-split-image img {display:block;width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:var(--salon-radius-card)}
.salon-split .btn-wrapper {margin-top:24px}
@media (min-width:1024px) {
	.salon-split {flex-direction:row;align-items:center;gap:64px}
	.salon-split-text,.salon-split-image {width:50%}
}

/* ---- Line items: hairline-divided list used for reasons/features/highlights instead
   of boxed cards - reads like items on an order rather than a wall of tiles. ---- */
.salon-line-list {margin:24px 0 0;border-top:1px solid var(--salon-border)}
.salon-line-item {display:flex;gap:16px;align-items:flex-start;padding:18px 0;border-bottom:1px solid var(--salon-border)}
.salon-line-item-mark {flex:0 0 auto;width:8px;height:8px;margin-top:9px;border-radius:50%;background:var(--salon-red)}
.salon-line-item-body strong {display:block;margin-bottom:4px;font-size:17px;font-weight:700;color:var(--salon-text)}
.salon-line-item-body span {font-size:15px;line-height:1.55;color:var(--salon-muted)}

/* ---- Section: partner directory - a manifest-style list with hairline rules,
   not a wall of bordered boxes. ---- */
.salon-section-header {display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:32px}
.salon-section-header .salon-title-md {margin:0}
.salon-logo-grid {display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--salon-border);border-left:1px solid var(--salon-border)}
.salon-logo-grid figure {display:flex;align-items:center;justify-content:center;margin:0;padding:24px 16px;border-right:1px solid var(--salon-border);border-bottom:1px solid var(--salon-border)}
.salon-logo-grid img {max-width:100%;max-height:56px;object-fit:contain;filter:grayscale(1) contrast(1.05);opacity:.75;transition:filter .3s var(--salon-ease),opacity .3s var(--salon-ease)}
.salon-logo-grid figure:hover img {filter:none;opacity:1}
@media (min-width:768px) {
	.salon-logo-grid {grid-template-columns:repeat(4,1fr)}
}

/* ---- Video ---- */
.salon-video-wrap {position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:var(--salon-radius-card)}
.salon-video-wrap iframe {position:absolute;inset:0;width:100%;height:100%;border:0}
.salon-video-caption {margin:14px 0 0;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--salon-muted);text-align:center}

/* ---- Leaderboard banner ---- */
.salon-ad-banner {display:block;text-align:center}
.salon-ad-banner img {display:inline-block;max-width:100%;height:auto}

/* ---- Leaderboard banner carousel (SC-151): reuses Bootstrap's carousel slide mechanics,
   just constrained to the 728x90 leaderboard format and centered like the rest of the page ---- */
.salon-ad-carousel {max-width:728px;margin:0 auto}
.salon-ad-carousel .carousel-inner {overflow:hidden;border-radius:var(--salon-radius-card)}
.salon-ad-carousel .item .salon-ad-banner {line-height:0}

/* ---- Gallery + lightbox ---- */
.salon-gallery-grid {display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.salon-gallery-grid--spaced {margin-top:32px}
.salon-gallery-grid a {display:block;overflow:hidden;border-radius:var(--salon-radius-card);cursor:pointer}
.salon-gallery-grid img {display:block;width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .3s var(--salon-ease)}
.salon-gallery-grid a:hover img {transform:scale(1.05)}
@media (min-width:768px) {
	.salon-gallery-grid {grid-template-columns:repeat(3,1fr);gap:16px}
}

.salon-lightbox {position:fixed;inset:0;z-index:2000;display:none;align-items:center;justify-content:center;background:rgba(27,20,16,.94);padding:24px}
.salon-lightbox.is-open {display:flex}
.salon-lightbox img {max-width:100%;max-height:90vh;border-radius:8px;box-shadow:0 20px 60px rgba(0,0,0,.5)}
.salon-lightbox-close,.salon-lightbox-prev,.salon-lightbox-next {position:absolute;background:rgba(255,255,255,.12);color:var(--salon-white);border:0;border-radius:50%;width:44px;height:44px;font-size:20px;cursor:pointer;transition:background-color .2s var(--salon-ease)}
.salon-lightbox-close:hover,.salon-lightbox-prev:hover,.salon-lightbox-next:hover {background:rgba(255,255,255,.25)}
.salon-lightbox-close {top:20px;right:20px}
.salon-lightbox-prev {left:20px;top:50%;transform:translateY(-50%)}
.salon-lightbox-next {right:20px;top:50%;transform:translateY(-50%)}

/* ---- Social icons ---- */
.salon-social-icons {display:flex;flex-wrap:wrap;justify-content:center;gap:14px}
.salon-social-icons a {display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;border:1px solid var(--salon-border);border-radius:50%;color:var(--salon-ink);transition:border-color .3s var(--salon-ease),transform .2s var(--salon-ease),background-color .3s var(--salon-ease)}
.salon-social-icons a:hover,.salon-social-icons a:focus {border-color:var(--salon-red);background:var(--salon-red);color:var(--salon-white);transform:translateY(-2px)}
.salon-social-icons svg {width:20px;height:20px;fill:currentColor}

/* ---- Footer (charcoal, logo left / text block center, legal bar untouched below) ---- */
.salon-footer {background:var(--salon-charcoal);color:#cfc6b8;margin-top:48px}
.salon-footer hr {border-color:rgba(255,255,255,.12);margin:0}
.salon-footer-main {display:flex;flex-direction:column;align-items:center;gap:28px;padding:48px 20px;text-align:center}
.salon-footer-brand {display:inline-flex;background:var(--salon-white);padding:10px 18px;border-radius:var(--salon-radius-card)}
.salon-footer-brand img {display:block;height:32px;width:auto}
.salon-footer-text p {margin:0 0 10px;font-size:15px;line-height:1.5;color:#cfc6b8}
.salon-footer-text a {color:#ffffff;text-decoration:underline}
.salon-footer-text a:hover,.salon-footer-text a:focus {color:var(--salon-brass)}
.salon-footer-links {display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin:10px 0 0;padding:0;list-style:none}
.salon-footer-links a {color:#ffffff;font-weight:600;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.4)}
.salon-footer-links a:hover,.salon-footer-links a:focus {color:var(--salon-brass);border-color:var(--salon-brass)}
.salon-footer .text-muted {color:#9c9384 !important}
.salon-footer .text-danger {color:var(--salon-brass) !important}
@media (min-width:768px) {
	.salon-footer {margin-top:64px}
	.salon-footer-main {flex-direction:row;justify-content:space-between;text-align:left;padding:56px 40px}
	.salon-footer-links {justify-content:flex-start}
}

/* ---- Shared intro header (FAQ / Informations pages: centered title + lead paragraph) ---- */
.salon-intro-header {max-width:720px;margin:0 auto 56px;text-align:center}
.salon-intro-header h1 {margin:0 0 16px;font-size:30px;font-weight:800;letter-spacing:-.01em;color:var(--salon-text)}
.salon-intro-header p {margin:0;font-size:17px;line-height:1.6;color:var(--salon-muted)}
@media (min-width:768px) {
	.salon-intro-header h1 {font-size:38px}
}

/* ---- Shared page hero (Plan de la salle): dark card, text left, image right ---- */
.salon-page-hero {display:flex;flex-direction:column-reverse;background:var(--salon-charcoal);border-radius:var(--salon-radius-card);overflow:hidden;margin-bottom:48px}
.salon-page-hero-text {padding:32px 24px}
.salon-page-hero-text h1 {margin:0 0 16px;font-size:26px;font-weight:800;letter-spacing:-.01em;color:var(--salon-white)}
.salon-page-hero-text p {margin:0 0 10px;font-size:16px;line-height:1.6;color:#cfc6b8}
.salon-page-hero-image img {display:block;width:100%;height:100%;aspect-ratio:16/10;object-fit:cover}
@media (min-width:1024px) {
	.salon-page-hero {flex-direction:row;align-items:stretch}
	.salon-page-hero-text {width:50%;padding:56px 48px;display:flex;flex-direction:column;justify-content:center}
	.salon-page-hero-image {width:50%}
}

/* ---- Numbered steps: the ONLY place numbering is used, because "how to get in" is a
   real, ordered sequence - unlike the reasons/features lists, which are not. ---- */
.salon-steps {display:grid;grid-template-columns:1fr;gap:24px;margin-top:32px;counter-reset:salon-step}
.salon-step {position:relative;padding-left:52px;counter-increment:salon-step}
.salon-step::before {content:counter(salon-step);position:absolute;left:0;top:0;width:36px;height:36px;border-radius:50%;background:var(--salon-bordeaux);color:var(--salon-white);font-size:15px;font-weight:800;display:flex;align-items:center;justify-content:center}
.salon-step h3 {margin:0 0 6px;font-size:17px;font-weight:700;color:var(--salon-text)}
.salon-step p {margin:0;font-size:15px;line-height:1.55;color:var(--salon-muted)}
@media (min-width:768px) {
	.salon-steps {grid-template-columns:repeat(3,1fr)}
}

/* ---- Reservation cards: hotel/venue cards on a bone ground with a dashed edge,
   echoing a ticket stub rather than a generic gray box. ---- */
.salon-card-grid {display:grid;grid-template-columns:1fr;gap:16px;margin-top:24px}
.salon-card,.salon-hotel-card {background:var(--salon-bone);border:1px dashed var(--salon-border);border-radius:var(--salon-radius-card);padding:24px}
.salon-card h3,.salon-hotel-card h3 {margin:0 0 8px;font-size:17px;font-weight:800;color:var(--salon-text)}
.salon-card p,.salon-hotel-card p {margin:0 0 6px;font-size:15px;line-height:1.5;color:var(--salon-muted)}
.salon-card .salon-link-arrow,.salon-hotel-card a.salon-link-arrow {margin-top:10px;display:inline-flex}
@media (min-width:768px) {
	.salon-card-grid--2,.salon-card-grid--4 {grid-template-columns:repeat(2,1fr)}
	.salon-card-grid--3 {grid-template-columns:repeat(3,1fr)}
}
@media (min-width:1024px) {
	.salon-card-grid--4 {grid-template-columns:repeat(4,1fr)}
}

/* ---- FAQ accordion, styled as an order/receipt line rather than a boxed panel ---- */
.salon-faq-category {margin-bottom:56px}
.salon-faq-category-head {display:flex;align-items:baseline;gap:14px;margin-bottom:8px}
.salon-faq-category-title {margin:0;font-size:22px;font-weight:800;color:var(--salon-text)}
.salon-faq-category-note {margin:0 0 24px;font-size:14px;color:var(--salon-muted)}
.salon-accordion {border-bottom:1px solid var(--salon-border)}
.salon-accordion summary {list-style:none;cursor:pointer;padding:18px 32px 18px 0;position:relative;font-size:16px;font-weight:700;color:var(--salon-text)}
.salon-accordion summary::-webkit-details-marker {display:none}
.salon-accordion summary::after {content:"+";position:absolute;right:4px;top:14px;font-size:22px;line-height:1;color:var(--salon-red);transition:transform .2s var(--salon-ease)}
.salon-accordion[open] summary::after {transform:rotate(45deg)}
.salon-accordion summary:focus-visible {outline:2px solid var(--salon-red);outline-offset:2px}
.salon-accordion-body {padding:0 0 20px;font-size:15px;line-height:1.6;color:var(--salon-muted)}
.salon-accordion-body p {margin:0 0 10px}
.salon-accordion-body a {color:var(--salon-red)}

/* ---- Disabled placeholder action (show floor plan link, not yet available) ---- */
.salon-disabled-action {display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border-radius:var(--salon-radius-pill);background:rgba(255,255,255,.9);color:var(--salon-muted);font-size:16px;font-weight:700;cursor:not-allowed}
.salon-plan-block {position:relative}
.salon-plan-block-action {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
