#sommaire {background-color: #f5f5f5; border-radius: 1rem; padding: 2rem; margin-bottom : 2rem;}
#sommaire h2 {font-size: 1.4rem;}
ol li {list-style : auto;}

.wp-block-edd-checkout #edd-payment-mode-wrap label.edd-gateway-option.edd-gateway-option-selected, .wp-block-edd-checkout #edd-payment-mode-wrap label.edd-gateway-option:hover {
    background-color: #ffffff!important;
    color: #0d9cde!important;
}

.wp-block-edd-checkout #edd-payment-mode-wrap label.edd-gateway-option {
    border-radius : 10px!important;
    padding : .5rem 1rem 1.5rem 1rem!important;
}

#edd_checkout_form_wrap fieldset fieldset {margin-bottom :20px;}
#edd_checkout_form_wrap legend {font-size: 140%!important;}
#edd_checkout_form_wrap label {font-size: 80%!important;}

@media (max-width: 767px) {
    .container {
        max-width: 100%!important;
    }
}