Pour mieux vous servir, nos réponses aux messages seront disponibles 7j/7 de 9h du AM à 12h PM. En dehors de ces horaires, nous traitons vos demandes avec soin et vous répondrons dès que possible.
.wa-booking-button {
position: relative;
isolation: isolate;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
padding: 16px 28px;
border-radius: 50px;
background: #25d366;
color: #ffffff;
font-family: inherit;
font-size: 17px;
font-weight: 700;
line-height: 1;
text-decoration: none;
box-shadow: 0 10px 25px rgba(37, 211, 102, 0.3);
transition:
transform 0.25s ease,
background-color 0.25s ease,
box-shadow 0.25s ease;
animation: wa-button-float 2.5s ease-in-out infinite;
}.wa-booking-button::before {
content: "";
position: absolute;
z-index: -1;
inset: 0;
border: 2px solid rgba(37, 211, 102, 0.55);
border-radius: inherit;
animation: wa-button-pulse 2.5s ease-out infinite;
}.wa-booking-button:hover {
color: #ffffff;
background: #128c4a;
transform: translateY(-3px) scale(1.03);
box-shadow: 0 14px 30px rgba(18, 140, 74, 0.35);
}.wa-booking-button:focus-visible {
outline: 3px solid rgba(37, 211, 102, 0.35);
outline-offset: 4px;
}.wa-booking-button svg {
width: 25px;
height: 25px;
flex-shrink: 0;
fill: currentColor;
}@keyframes wa-button-float {
0%, 100% {
transform: translateY(0);
}50% {
transform: translateY(-4px);
}
}@keyframes wa-button-pulse {
0%, 55% {
opacity: 0;
transform: scale(1);
}65% {
opacity: 1;
}100% {
opacity: 0;
transform: scale(1.15, 1.4);
}
}@media (prefers-reduced-motion: reduce) {
.wa-booking-button,
.wa-booking-button::before {
animation: none;
}
}
Réserver via WhatsApp