.onsale.customtext::before{
	content: "Promotion";
}

/* Footer - 13gramm - Bekannt aus */
div#reference-image-slider:after{
	content: "connue des:";
}

/* Checkout - Bezahlen mit Amazon Pay */
div#pay_with_amazon:after{
	content:'Utilisez votre compte Amazon';
}
/* Checkout - Bezahlen mit Google Pay */
p#wcpay-payment-request-button-separator:before{
	content: "Utilisez votre compte Google-Pay" !important;
}
/* Checkout - Bezahlen mit ODER */
p#wcpay-payment-request-button-separator:after,
.wc-amazon-checkout-message.wc-amazon-payments-advanced-populated:after{
	content: "———— ou ————";
}

/* Checkout - Adresseingabe */
/* Hausnummer und Straße */
p#billing_address_1_field label::before, p#shipping_address_1_field label::before{
	content: "Rue et numéro de maison";
}
/* Checkout - Adresszusatz */
p#billing_address_2_field label::before, p#shipping_address_2_field label::before{
	content: "Complément d'adresse : Appartement, suite, unité, etc.";
}
/* Checkout - Stadt */
p#billing_city_field label::before, p#shipping_city_field label::before{
	content: "Ville";
}
/* Checkout - Postleitzahl */
p#billing_postcode_field label::before, p#shipping_postcode_field label::before{
	content: "Code postal";
}


/* Checkout - Bezahlmöglichkeitne */
/* Checkout - Überschrift Bezahlmöglichkeiten */
h3#order_payment_heading::before{
	content: "Modes de paiement";
}
/* Checkout - Bezahlmöglichkeit Kreditkarte (WooPay) */
ul.wc_payment_methods li.wc_payment_method.payment_method_woocommerce_payments label::after{
	content: "Carte de crédit/carte de débit";
}
/* Checkout - Direktüberweisung (WooPay) */
ul.wc_payment_methods li.payment_method_bacs label::after{
	content: "Virement bancaire direct";
}
/* Checkout - Direktüberweisung Text */
ul.wc_payment_methods li.payment_method_bacs p::before{
	content: "Virement directement sur notre compte bancaire. Veuillez utiliser le numéro de commande comme motif de paiement. Votre commande sera expédiée une fois que l'argent aura été crédité sur notre compte.";
}
/* Checkout - Bezahlen mit Amazon Text */
ul.wc_payment_methods li.payment_method_amazon_payments_advanced p::before{
	 content: "Utilisez Amazon Pay pour payer votre commande.";
 }
 
/* Checkout - Navigation */
/* Checkout - Schritt 1 - Persönliche Daten */
a.step-address span.step-title::before {
  content: "Données personnelles";
}
/* Checkout - Schritt 2 - Bezahlmethoden */
a.step-payment span.step-title::before {
	content: "Paiement";
}
/* Checkout - Schritt 3 - Bestellen */
a.step-order span.step-title::before {
	content: "Commander";
}
/* Checkout - Übersicht Bearbeiten Button */
a.edit.step-trigger::before{
	content: "Éditer";
}
 /* Checkout - Nächster Schritt Button */
 .woocommerce-multistep-checkout .step-buttons .next-step-button::before{
	content: "Passer à l'étape suivante";
}
/* Checkout - Vorheriger Schritt Button */
a.prev-step-button::before{
	content:"Vers l'étape précédente";
}


/* Checkout - Bestellübersicht *//
/* Checkout - Bestellübersicht - Persönliche Daten */
/* Checkout - Rechnungsadresse */
/* Checkout - Überschrift */
 h3.order_review_heading::before{
	content: " Votre commande";
}
div.addresses div.col-1::before {
	content: "Adresse de facturation";
}
/* Checkout - Rechnungsadresse */
div.addresses div.col-2::before {
	content: "Adresse de livraison";
}
/* Checkout - Bezahlmethode */
.wc-gzdp-payment-gateway::before {
	content: "Méthode de paiement : ";
}
/* Checkout - Bestell-Übersicht Produkte */
/* Checkout - Produkt-Übersicht */
.woocommerce-checkout-review-order-table th.product-name::before {
	content: "Produits";
}
/* Checkout - Produkt-Übersicht */
.woocommerce-checkout-review-order-table th.product-total::before {
	content: "Prix";
}
/* Checkout - Produkt-Summe */
.woocommerce-checkout-review-order-table th.product-name::before {
	content: "Produits";
}
/* Checkout - Zwischensumme */
.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal th::before{
	content: "Sous-total";
}
/* Checkout - Versandkosten */
.shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals th::before{
	content: "Frais de port (gratuit à partir de 25€)"
}
/* Checkout - Gesamtkosten */
.shop_table.woocommerce-checkout-review-order-table tr.order-total th::before {
  content: "Somme totale";
}
/* Checkout - Kaufen Button */
#place_order::before {
	content: "Terminer la commande";
}


/* ABG Zustimmungstext zusammensetzen aus: Vortext + AGBS + Zwischentext + Widerrufsvereinbarung + Schlusstext
/* Checkout - Zustimmungstext - Vortext */
span.zustimmung-vortext-checkout::before{
	content: "J'accepte les ";
}
/* Checkout - Zustimmungstext - Datenschutzvereinbarung */
span.zustimmung-agbs-checkout::before{
	content: "conditions générales";
}
/* Checkout - Zustimmungstext - Zwischentext */
span.zustimmung-zwischentext-checkout::before{
	content: " et les ";
}
/* Checkout - Zustimmungstext - Widerrufsvereinbarung */
span.zustimmung-widerrufsvereinbarung-checkout::before{
	content: "accord de rétractation.";
}
/* Checkout - Zustimmungstext - Schlusstext */
span.zustimmung-schlusstext-checkout::before{
	content: ".";
}
/* Checkout - Zustimmungstext - Error */
span.zustimmung-error-checkout::before{
	content: "Veuillez accepter nos conditions générales de vente et notre accord de rétractation.";
}