/* Bandeaux de commande : ponctuation et lien forment une seule ligne compacte. */
body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  align-items:center;
  display:flex !important;
  flex-wrap:wrap;
  font-size:0;
  gap:.25rem;
  justify-content:flex-start;
  min-height:50px;
  padding:.8rem 1.1rem;
  word-spacing:0;
}
body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info::before,
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
  color:#111;
  display:inline;
  font-family:Arial, Helvetica, sans-serif;
  font-size:.84rem;
  line-height:1.35;
  margin:0;
  position:static;
}
body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info::before {
  content:"Déjà client ?";
}
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
  content:"Avez-vous un code promo ?";
}
body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a,
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a {
  color:#3434d9;
  font-family:Arial, Helvetica, sans-serif;
  font-size:.84rem;
  line-height:1.35;
  margin:0;
  text-decoration:underline;
  text-underline-offset:2px;
}
body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a:hover,
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a:hover {
  color:#111;
}
