/* V9.6.78 — fiabilisation tactile du CTA mobile de l'accueil. */
@media (max-width: 699px) {
  body.home .v9-mobile-book[data-v9678-mobile-book="1"] {
    display:block;
    pointer-events:auto;
    touch-action:manipulation;
    -webkit-tap-highlight-color:rgba(255,255,255,.12);
    bottom:max(10px, env(safe-area-inset-bottom));
  }
}
