@charset "UTF-8";
.woocommerce-message, .woocommerce-info {
  display: none; }

.woocommerce-error {
  background-color: #F1A11E;
  border-color: #F1A11E;
  list-style-type: none;
  margin: 0;
  padding: 10px 15px;
  text-align: center;
  color: white !important;
  font-size: 16px;
  font-weight: normal; }
  .woocommerce-error li {
    line-height: 16px; }
  .woocommerce-error a.button {
    display: none; }
  .woocommerce-error::before {
    display: none; }
  .woocommerce-error a {
    color: white !important;
    text-decoration: underline; }

.woocommerce {
  /* L'étoile à côté des champs */ }
  .woocommerce h2 {
    text-transform: uppercase; }
  .woocommerce input[type=checkbox] {
    float: none; }
  .woocommerce .required {
    display: none; }

#customer_login {
  margin: 0 15%;
  text-align: center;
  width: 70%;
  /* Désactive le mode 2 columns */
  /* Par défaut, on cache le form d'inscription */ }
  #customer_login .col-1, #customer_login .col-2 {
    float: none;
    margin-right: 0px; }
  #customer_login .col-2 {
    display: none; }
  #customer_login label[for=username], #customer_login label[for=password] {
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
    white-space: nowrap;
    margin-top: 20px; }
  #customer_login .required {
    display: none; }
  #customer_login .woocommerce-form__label-for-checkbox inline {
    font-size: 13px;
    margin-left: 0px; }

form.lost_reset_password label[for=user_login] {
  text-align: left;
  text-transform: uppercase;
  font-size: 18px;
  white-space: nowrap;
  margin-top: 20px; }

form.register {
  /* On retire les champs email et password, car nous les ajoutons nous-mêmes */ }
  form.register label {
    text-align: left;
    font-size: 18px;
    white-space: nowrap;
    margin-top: 20px; }
  form.register .woocommerce-form-row {
    display: none; }

/* Retirer navigation de /mon-compte */
nav.woocommerce-MyAccount-navigation {
  display: none; }

#page-mon-compte #commandes-table h2 {
  text-transform: none; }

#page-mon-compte .info-facturation h2, #page-mon-compte .info-saved-cards h2 {
  text-transform: none; }

.finalisation-commande input {
  font-size: 14px !important; }

.finalisation-commande h3 {
  margin-top: 20px;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: normal; }

#payment .payment_methods li fieldset {
  /* Seulement en mode test en local */ }

.woocommerce-order-received .woocommerce-order p,
.woocommerce-order-received .woocommerce-order .woocommerce-order-overview,
.woocommerce-order-received .woocommerce-order .woocommerce-order-details,
.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
  display: none; }

.woocommerce-checkout-review-order-table .product-name {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .woocommerce-checkout-review-order-table .product-name div:first-child {
    width: calc(100% - 70px - 15px);
    display: flex;
    align-items: center;
    margin-right: 15px; }
    .woocommerce-checkout-review-order-table .product-name div:first-child span {
      display: inline-block;
      width: calc(100% - 83px); }
  .woocommerce-checkout-review-order-table .product-name .remove {
    padding: 0 10px;
    margin: 0 5px;
    display: inline-block; }
  .woocommerce-checkout-review-order-table .product-name .quantity {
    float: right;
    margin-right: 15px;
    width: 70px; }
    .woocommerce-checkout-review-order-table .product-name .quantity select {
      margin-bottom: 0;
      height: 35px; }

.woocommerce-checkout-review-order-table tfoot th {
  float: right;
  width: 200px;
  box-shadow: 0 1px 0 #eee; }

.woocommerce-checkout-review-order-table tfoot td {
  border-bottom: 1px solid #eee; }

.woocommerce-checkout-review-order-table tfoot th, .woocommerce-checkout-review-order-table tfoot td {
  font-size: 100% !important; }

.woocommerce-checkout-review-order-table tfoot tr {
  border-bottom: 0 !important;
  border-top: 0 !important; }

.woocommerce-billing-fields__field-wrapper {
  display: inline-block;
  width: 80%;
  margin: 0 -15px; }
  .woocommerce-billing-fields__field-wrapper p {
    margin: 0 !important;
    padding: 0 10px !important;
    width: 50% !important; }
    .woocommerce-billing-fields__field-wrapper p input, .woocommerce-billing-fields__field-wrapper p select {
      margin: 0 0 15px 0 !important; }

#customer_details .col-1 {
  margin-right: 0; }

#payment input[id*="payment_method_"] {
  display: none; }
  #payment input[id*="payment_method_"] + label {
    position: relative; }
    #payment input[id*="payment_method_"] + label:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      height: 16px;
      width: 16px;
      border-radius: 100%;
      border: 1px solid #b9b9b9;
      background: white;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
      transition: all .2s; }
    #payment input[id*="payment_method_"] + label:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 4px;
      transform: translateY(-50%) rotate(-45deg);
      height: 4px;
      width: 8px;
      border-left: 1.5px solid white;
      border-bottom: 1.5px solid white; }
  #payment input[id*="payment_method_"]:checked + label:before {
    background: #478E01;
    border-color: #478E01;
    box-shadow: 0 0 0; }

#payment ul li.wc_payment_method {
  padding: 20px 30px 20px 10px !important; }
  #payment ul li.wc_payment_method:first-child, #payment ul li.wc_payment_method.selected {
    background: white !important; }
    #payment ul li.wc_payment_method:first-child label[for*="payment_method_"], #payment ul li.wc_payment_method.selected label[for*="payment_method_"] {
      margin-bottom: 5px; }
  #payment ul li.wc_payment_method.not-selected {
    background: #f6f6f6 !important; }
    #payment ul li.wc_payment_method.not-selected label[for*="payment_method_"] {
      margin-bottom: 0; }
  #payment ul li.wc_payment_method label[for*="payment_method_"] {
    width: 100%;
    font-size: 18px;
    color: black;
    margin-bottom: 0;
    transition: all .2s;
    padding-left: 30px; }
    #payment ul li.wc_payment_method label[for*="payment_method_"] img {
      float: right;
      height: 30px; }
      #payment ul li.wc_payment_method label[for*="payment_method_"] img:not(:last-child) {
        margin-left: 5px; }
    #payment ul li.wc_payment_method label[for*="payment_method_"][for*="payment_method_paypal"] {
      width: 100%;
      margin-right: -10px;
      padding-left: 32px; }

#payment .payment_box {
  padding-left: 50px;
  width: 100% !important; }
  #payment .payment_box fieldset {
    padding: 0 !important;
    margin-top: 25px !important; }
    #payment .payment_box fieldset .form-row {
      display: inline-block !important;
      background: white !important;
      max-width: none !important;
      padding: 0 !important;
      margin-top: 15px !important; }
      #payment .payment_box fieldset .form-row label {
        margin-bottom: 0 !important; }
      #payment .payment_box fieldset .form-row .StripeElement {
        border: 1px solid #000 !important;
        padding-left: 10px !important; }
    #payment .payment_box fieldset #stripe-exp-element {
      margin-right: 15px !important; }
  #payment .payment_box .woocommerce-validated {
    max-width: none;
    margin-top: 20px; }

#payment .wc-saved-payment-methods {
  margin: 20px 0 0 0 !important; }
  #payment .wc-saved-payment-methods li {
    padding: 0 !important;
    border: none; }
    #payment .wc-saved-payment-methods li:not(:last-child) {
      margin-bottom: 10px; }
  #payment .wc-saved-payment-methods label {
    width: 100%;
    margin: 0;
    padding: 8px 10px 8px 35px;
    border: 1px solid #ddd;
    border-radius: 3px;
    position: relative; }
    #payment .wc-saved-payment-methods label:before {
      content: '';
      width: 13px;
      height: 13px;
      display: inline-block;
      border-radius: 40px;
      background: white;
      position: absolute;
      top: 50%;
      left: 10px;
      transform: translateY(-50%);
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
      transition: all .2s; }
  #payment .wc-saved-payment-methods input[type=radio] {
    display: none; }
    #payment .wc-saved-payment-methods input[type=radio]:checked + label {
      border-color: #4A90E2; }
      #payment .wc-saved-payment-methods input[type=radio]:checked + label:before {
        box-shadow: 0 0 0 5px #4A90E2 inset; }

.stripe-source-errors .wc-stripe-error {
  background: red;
  margin-top: 15px; }
  .stripe-source-errors .wc-stripe-error li {
    border-bottom: none;
    padding-top: 0; }
    .stripe-source-errors .wc-stripe-error li:not(:first-child) {
      margin-top: 5px;
      padding-top: 5px;
      border-top: 1px solid white; }

.woocommerce-checkout #payment input[type=radio] {
  position: initial !important; }

.woocommerce-checkout #payment .payment_box {
  padding-left: 42px; }

.woocommerce-checkout #payment .stripe-sepa-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  padding-top: 20px;
  border-top: 1px solid #2F2F2F;
  color: #2F2F2F;
  text-transform: uppercase;
  text-align: center; }

.woocommerce-checkout #payment .stripe-sepa-description {
  font-size: 14px;
  font-weight: 400; }

.woocommerce-checkout #payment .wc-stripe-sepa-mandate {
  display: none; }

.woocommerce-checkout #payment #wc-stripe_sepa-form .form-row {
  width: 49%;
  max-width: 100% !important;
  margin: 0 auto;
  display: inline-block !important;
  margin-top: 30px !important; }

.woocommerce-checkout #payment #wc-stripe_sepa-form p:nth-of-type(2) {
  margin-right: 9px; }

.woocommerce-checkout #payment #wc-stripe_sepa-form label {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px !important;
  font-size: 15px; }

.woocommerce-checkout #payment #wc-stripe_sepa-form input {
  height: 45px;
  border: 1px solid #979797;
  width: 100%; }

.woocommerce-checkout #payment .stripe-sepa-infobox {
  font-size: 14px;
  line-height: 18px;
  padding: 15px 25px;
  border: 1px solid #979797; }

@media (max-width: 767px) {
  .woocommerce-checkout #payment #wc-stripe_sepa-form .form-row {
    width: 100%; }
  .woocommerce-checkout-review-order-table .product-name {
    display: table-cell; }
    .woocommerce-checkout-review-order-table .product-name div:first-child {
      width: 100%;
      margin-right: 0; }
    .woocommerce-checkout-review-order-table .product-name .quantity {
      float: none;
      margin: 10px 0 3px 35px; }
  .woocommerce-billing-fields__field-wrapper {
    width: 100%; }
    .woocommerce-billing-fields__field-wrapper p {
      width: 100% !important; }
  .woocommerce-checkout-payment label[for*="payment_method_"] img {
    float: none !important;
    height: 25px !important;
    margin-top: 5px;
    margin-bottom: 5px; }
    .woocommerce-checkout-payment label[for*="payment_method_"] img:not(:last-child) {
      margin-left: 0 !important;
      margin-right: 5px; }
  .woocommerce-checkout-payment .payment_box fieldset #stripe-exp-element {
    margin-right: 0 !important; } }
