/**
 * 2014 - 2022 Watt Is It
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the MIT License X11
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/mit-license.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@paygreen.fr so we can send you a copy immediately.
 *
 * @author    PayGreen <contact@paygreen.fr>
 * @copyright 2014 - 2022 Watt Is It
 * @license   https://opensource.org/licenses/mit-license.php MIT License X11
 * @version   4.10.0
 *
 */
#paygreen-payment-button-list .pg-checkout__button-list{list-style-type:none;margin:0;padding:0}#paygreen-payment-button-list .pg-checkout__button-list li.pg-checkout__payment-button{position:relative;margin:16px 0;padding:0}#paygreen-payment-button-list .pg-checkout__button-list li.pg-checkout__payment-button:first-child{margin-top:0}#paygreen-payment-button-list .pg-checkout__button-list li.pg-checkout__payment-button:last-child{margin-bottom:0}#paygreen-payment-button-list .pg-checkout__button-list li.pg-checkout__payment-button [type=radio]{z-index:1;position:absolute;transform:translate(-50%,-100%);outline:none;top:29px;left:14.5px;margin-top:-2px}#paygreen-payment-button-list .pg-checkout__button-list li.pg-checkout__payment-button [type=radio]+label{cursor:pointer;position:relative;display:flex;margin:0!important;padding:8px 4px!important;border-radius:4px;font-weight:400;line-height:21px}#paygreen-payment-button-list .pg-checkout__button-list li.pg-checkout__payment-button [type=radio]+label:after,#paygreen-payment-button-list .pg-checkout__button-list li.pg-checkout__payment-button [type=radio]+label:before{z-index:2;box-sizing:border-box;flex-shrink:0;transition:all .3s}#paygreen-payment-button-list .pg-checkout__button-list li.pg-checkout__payment-button [type=radio]+label:before{content:"";display:block;background-color:#fff;border:2px solid #aaa;margin-right:8px;height:21px;width:21px;border-radius:50%}#paygreen-payment-button-list .pg-checkout__button-list li.pg-checkout__payment-button [type=radio]+label:after{content:"";position:absolute;height:11px;width:11px;border-radius:50%;background-color:#33ad73;top:13px;left:9px;transform:scale(0);transform-origin:center}#paygreen-payment-button-list .pg-checkout__button-list li.pg-checkout__payment-button [type=radio]+label img{opacity:.6;transition:all .3s}#paygreen-payment-button-list .pg-checkout__button-list li.pg-checkout__payment-button [type=radio]:active+label:after,#paygreen-payment-button-list .pg-checkout__button-list li.pg-checkout__payment-button [type=radio]:focus+label:after,#paygreen-payment-button-list .pg-checkout__button-list li.pg-checkout__payment-button [type=radio]:hover+label:after{background-color:#aaa;transform:scale(.7)}#paygreen-payment-button-list .pg-checkout__button-list li.pg-checkout__payment-button [type=radio]:active+label img,#paygreen-payment-button-list .pg-checkout__button-list li.pg-checkout__payment-button [type=radio]:focus+label img,#paygreen-payment-button-list .pg-checkout__button-list li.pg-checkout__payment-button [type=radio]:hover+label img{opacity:1}#paygreen-payment-button-list .pg-checkout__button-list li.pg-checkout__payment-button [type=radio]:checked+label{background-color:#e4f3ec;font-weight:700}#paygreen-payment-button-list .pg-checkout__button-list li.pg-checkout__payment-button [type=radio]:checked+label:after{background-color:#33ad73;transform:scale(1)}#paygreen-payment-button-list .pg-checkout__button-list li.pg-checkout__payment-button [type=radio]:checked+label img{opacity:1}#paygreen-payment-button-list .pg-checkout__button-list li.pg-checkout__payment-button .pg-payment-button{display:block;flex:1}#paygreen-payment-button-list .pg-checkout__button-list li.pg-checkout__payment-button .pg-payment-button img{display:block;max-width:100%;max-height:inherit;float:inherit}#paygreen-payment-button-list .pg-checkout__button-list li.pg-checkout__payment-button .pg-payment-button span{display:block}#paygreen-payment-button-list .pg-checkout__button-list li.pg-checkout__payment-button--DEFAULT span{margin-bottom:4px}#paygreen-payment-button-list .pg-checkout__button-list li.pg-checkout__payment-button--PICTURE{display:flex;align-items:center}#paygreen-payment-button-list .pg-checkout__button-list li.pg-checkout__payment-button--PICTURE [type=radio]{top:inherit;transform:translate(-50%);margin-top:0}#paygreen-payment-button-list .pg-checkout__button-list li.pg-checkout__payment-button--PICTURE [type=radio]+label{flex:1;display:flex;align-items:center}#paygreen-payment-button-list .pg-checkout__button-list li.pg-checkout__payment-button--PICTURE [type=radio]+label:after{top:inherit}#colophon .block_paygreen_infos{padding:5px 0;align-items:flex-start}