
/*
*/
.loading.on {
  display: none !important;
}

.loading.off {
  display: block;
}

#loading-msg {
  margin-top: 20px !important; 
}

#swag-pay-online-5 img.logo.swag-pay {
    width: 150px;
}

#swag-pay-online-5 .loading h2, #swag-pay-online-5 .loading h2 {
  text-align: center;
  width: 100%;
}

#swag-pay-online-5 .plateforme {
  margin-bottom: 20px!important;
}

#swag-pay-online-5 .plateforme h1 {
    font-size: 20px;
}

.logo-ste, .txt-paiement {
  display: inline-block;
}

.logo-ste img {
    width: 80px;
    margin: 15px !important;
}
.logo-ste {
    width: 110px;
}

.txt-paiement  {
    width: calc(100% ); /* - 115px */
}
.txt-paiement h4, .txt-paiement h2, .txt-paiement h1, .txt-paiement h3 {
    text-align: center;
    margin-left: 15px !important;
    margin-right: 15px !important;
    color: #fff;
}

.numero-doc {
    font-weight: bold;
    width: 100%;
}

.loading {
    border: 1px solid #b5a4ed;
    padding: 15px;
    border-radius: 6px;
}
.loading ,  fieldset{
    margin: 5px !important;
}
.loading  legend {
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #cdd0f8;
    margin-bottom: 10px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.txt-paiement h2 b {
   font-weight: bolder !important;
}
table.payment-table.no-deposit tbody tr:nth-child(2) {
    display: none;
}

.footer a {
  color: #000 !important;
}

legend, button#submit, button#gobackWS {
    background-color: #32c5d2 !important;
    color: #fff !important;
    font-weight: bold!important;
}

button#gobackWS {
    margin-left: 10px !important;
    width: calc(100% - 20px);
    margin-bottom: 15px !important;
}

table.payment-table td {
    width: 50%;
    border: 1px solid rgba(34,36,38,.15);
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
table.payment-table {
    width: 100%;
    margin-bottom: 10px !important;
}
.padding-10px{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
table.payment-table tr td:nth-child(odd) {
    text-align: right;
    padding-right: 15px;
    background: rgba(0,0,0,.03);
}
@media (max-width: 670px) {
  .logo-ste, .txt-paiement {
    display: block;
  }
  .logo-ste {
    width: 100%;
    text-align: center;
  }
  .txt-paiement  {
      width: 100%;
  }
  main > .container-lg {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  main > .container-lg .swag_payzone {
    padding-top: 10px;
  }
  #swag-pay-online-5 .plateforme {
      margin-bottom: 0px!important;
  }
  #swag-pay-online-5 {
      height: 100% !important;
      box-shadow: none;
  }
}
.footer {
  margin-top: 20px!important;
}
.swag_payzone.swag-pay {
   background-color: #ffffff;
}
.txt-paiement h4, .txt-paiement h2, .txt-paiement h1, .txt-paiement h3 {
    color: #000;
}