
/** css stylesheet */

.form-box .header,#login .bg-loginbtn{background-color:#3d9970; color:#FFFFFF; }
body, .invoice-box {
  font-family:
    Arial, Helvetica, sans-serif,
    'Segoe UI Emoji',
    'Apple Color Emoji',
    'Noto Color Emoji',
    sans-serif;
}
.submit_button {
margin-top: 0px !important;
margin-left: -30px !important;
display: block !important;
}
.textepaiement {display:none !important}
.selectionpaiement {display:none !important}
.task_toggle_long_description {
font-size: 20px !important;
}
.form-box .header, #login .bg-loginbtn {
    background-color: #ba1003;
    color: #FFFFFF;
}
.submit_button {
font-size: 12px;
padding: 3px;
}

.invoice-box {
        max-width: 800px;
        margin: auto;
        padding: 30px;
        border: 1px solid #eee;
        box-shadow: 0 0 10px rgba(0, 0, 0, .15);
        font-size: 16px;
        line-height: 24px;
        font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
        color: #555;
    }

.invoice-box2 {
        max-width: 500px;
        margin: auto;
        padding: 30px;
        border: 1px solid #eee;
        box-shadow: 0 0 10px rgba(0, 0, 0, .15);
        font-size: 12px;
        line-height: 20px;
        font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
        color: #555;
    }
    
    .invoice-box table {
        width: 100%;
        line-height: inherit;
        text-align: left;
    }

 .invoice-box2 table {
        width: 60%;
        line-height: inherit;
        text-align: left;
    }
    
    .invoice-box table td {
        padding: 5px;
        vertical-align: top;
    }
    
    .invoice-box table tr td:nth-child(2) {
        text-align: right;
    }
    
    .invoice-box table tr.top table td {
        padding-bottom: 20px;
    }
    
    .invoice-box table tr.top table td.title {
        font-size: 45px;
        line-height: 45px;
        color: #333;
    }
    
    .invoice-box table tr.information table td {
        padding-bottom: 40px;
    }
    
    .invoice-box table tr.heading td {
        background: #eee;
        border-bottom: 1px solid #ddd;
        font-weight: bold;
    }
    
    .invoice-box table tr.details td {
        padding-bottom: 20px;
    }
    
    .invoice-box table tr.item td{
        border-bottom: 1px solid #eee;
    }
    
    .invoice-box table tr.item.last td {
        border-bottom: none;
    }
    
    .invoice-box table tr.total td:nth-child(2) {
        border-top: 2px solid #eee;
        font-weight: bold;
    }
    
    @media only screen and (max-width: 600px) {
        .invoice-box table tr.top table td {
            width: 100%;
            display: block;
            text-align: center;
        }
        
        .invoice-box table tr.information table td {
            width: 100%;
            display: block;
            text-align: center;
        }
    }
/* -------- Base -------- */
.invoice-box {
  max-width: 800px;
  margin: auto;
  padding: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #555;
  box-sizing: border-box;
}
.invoice-box table {
  width: 100%;
  border-collapse: collapse;
}
.invoice-box img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* -------- Mobile -------- */
@media only screen and (max-width: 600px) {
  .invoice-box {
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
  }
  .invoice-box tr.top td,
  .invoice-box tr.information td {
    display: block;
    width: 100%;
    text-align: center;
  }
  .invoice-box h2 {
    font-size: 20px;
    margin: 15px 0;
  }
  .invoice-box h3 {
    font-size: 18px;
    margin: 10px 0;
  }
  .invoice-box tr.heading td,
  .invoice-box tr.item td,
  .invoice-box tr.total td {
    text-align: left;
  }
/* 1. On force le tableau à mode “block” */
  #invoice_payment_methods,
  #invoice_payment_methods tbody,
  #invoice_payment_methods tr {
    display: block !important;
    width: 100% !important;
  }

  /* 2. Chaque cellule prend 100% et est centrée */
  #invoice_payment_methods td {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box;
    padding: 10px 0;          /* un peu d’air entre les blocs */
    text-align: center;       /* si tu veux centrer le contenu */
  }
.payordi {display:none;}
}
/* -------- Ordi -------- */
@media only screen and (min-width: 601px) {
.paymobil {display:none;}