/* GE2Smart V0.7.6 — persistent callback and WhatsApp shortcuts. */
.smart-contact-dock{
	position:fixed;
	right:24px;
	bottom:96px;
	z-index:99989;
	display:grid;
	justify-items:end;
	gap:8px;
	pointer-events:none;
	transition:opacity .2s ease,visibility .2s ease,transform .2s ease;
}
.smart-contact-action{
	pointer-events:auto;
	display:inline-flex;
	align-items:center;
	justify-content:flex-start;
	gap:10px;
	min-height:44px;
	padding:0 15px 0 12px;
	border:1px solid rgba(255,255,255,.14);
	border-radius:999px;
	font:750 12px/1 Manrope,Arial,sans-serif;
	letter-spacing:.005em;
	box-shadow:0 16px 42px rgba(0,0,0,.24);
	backdrop-filter:blur(16px) saturate(125%);
	transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease;
}
.smart-contact-action svg{
	flex:0 0 auto;
	width:20px;
	height:20px;
	fill:none;
	stroke:currentColor;
	stroke-width:1.75;
	stroke-linecap:round;
	stroke-linejoin:round;
}
.smart-contact-callback{background:rgba(9,13,20,.94);color:#fff}
.smart-contact-callback:hover{transform:translateY(-2px);border-color:rgba(93,146,255,.5);background:#111925;box-shadow:0 20px 50px rgba(0,0,0,.3),0 0 0 5px rgba(47,111,255,.06)}
.smart-contact-whatsapp{background:rgba(20,118,77,.96);border-color:rgba(130,239,184,.3);color:#fff}
.smart-contact-whatsapp:hover{transform:translateY(-2px);background:#178b5a;border-color:rgba(166,246,204,.52);box-shadow:0 20px 50px rgba(0,0,0,.28),0 0 0 5px rgba(30,186,112,.08)}
.smart-contact-action:focus-visible{outline:3px solid rgba(88,141,255,.5);outline-offset:4px}
.smart-assistant-open .smart-contact-dock,.menu-open .smart-contact-dock{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(8px)}
.smart-assistant-open .smart-contact-action,.menu-open .smart-contact-action{pointer-events:none}
#formulaire-rappel{scroll-margin-top:96px}
.callback-topic{border-color:rgba(31,139,90,.28);background:rgba(31,139,90,.07)}
.callback-topic>span{color:#17754e}

@media(max-width:680px){
	.smart-contact-dock{right:12px;bottom:86px;gap:6px;max-width:calc(100vw - 24px)}
	.smart-contact-action{min-height:42px;padding:0 13px 0 11px;font-size:11.5px;box-shadow:0 13px 34px rgba(0,0,0,.24)}
	.smart-contact-action svg{width:19px;height:19px}
	#formulaire-rappel{scroll-margin-top:82px}
}

@media(max-width:360px){
	.smart-contact-action{min-height:40px;font-size:11px}
}

@media(prefers-reduced-motion:reduce){
	.smart-contact-dock,.smart-contact-action{transition:none}
}
