/*
Theme Name:   Le Sourire au pied de l'échelle BO
Theme URI:    http: //example.com/
Description:  Thème enfant du thème Twenty Seventeen 
Author:       Fred Rogé
Author URI:   http: //example.com/
Template:     twentyseventeen
Version:      0.1.0
*/

/* WCPOS : change display order of checkout payment method */
ul.wc_payment_methods.payment_methods.methods
{
    display: flex;
    flex-direction: column-reverse;
}
