.elementor-14020202 .elementor-element.elementor-element-b6742da{text-align:left;}/* Start custom CSS for html, class: .elementor-element-4b0686c *//* Par défaut : bouton caché (PC / desktop) */
.mobile-sticky-checkout{
  display:none;
}

@media (max-width: 767px){

  .mobile-sticky-checkout{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    z-index:9999;

    display:flex;
    justify-content:center;
    align-items:center;

    padding:18px 14px;            /* ⬅️ bouton plus haut */
    background:#00b3d6;
    text-decoration:none;

    box-shadow:0 -4px 14px rgba(0,0,0,.18);
  }

  .mobile-sticky-checkout__label{
    background:#fff;
    color:#00b3d6;

    padding:12px 26px;            /* ⬅️ carré blanc bien visible */
    border-radius:14px;           /* ⬅️ bords arrondis */

    font-size:18px;               /* ⬅️ texte plus gros */
    font-weight:900;              /* ⬅️ texte très lisible */
    letter-spacing:.3px;

    text-transform:none;
  }

  /* Empêche le bouton de masquer le contenu */
  body{
    padding-bottom:96px;
  }
}/* End custom CSS */