.color_verte {
  color: green !important;
  font-weight: bold !important;
}

.color_rouge {
  color: rgb(232, 42, 42) !important;
  font-weight: bold !important;
}

.tailleGrandpx {
  font-size: 3rem !important;
}

/* Icone devant la methode de paiement */
/* Par defaut */
label[for="payment_method_komipay_woocommerce"] > img {
  height: 85px !important;
  width: 85px !important;
  max-height: unset !important;
  margin-top: -15px;
}

/* Ecran LG */
@media screen and (max-width: 768px) and (min-width: 600px) {
  label[for="payment_method_komipay_woocommerce"] > img {
    margin-top: unset;
    max-height: unset !important;
    height: 85px !important;
    width: 85px !important;
  }
}

/* Ecran SM */
@media screen and (max-width: 1024px) {
  label[for="payment_method_komipay_woocommerce"] > img {
    margin-top: unset;
    max-height: 62px !important;
    max-width: 70px !important;
  }
}

/* Ecran XS */
@media screen and (max-width: 600px) {
  label[for="payment_method_komipay_woocommerce"] > img {
    margin-top: unset;
    max-height: 55px !important;
    max-width: 62px !important;
  }
}
