/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */


/* ---------------- CORRECTION BUG MOBILE PRODUCT PAGE 05/11/21 ---------------- */


  #producttabs {
    display: inline-block;
    width: 100%;
    margin-top: :40px;
  }


  .product-descrription-mobile-fix {
    z-index:10;
  }


/* ---------------- MODIFICATION FICHIER THEME ---------------- */

    .row.carrier-extra-content {      /* Pour bloc Deliver.ee */
        margin: -33px 0px 30px 0px;
    }

    .cart-grid-body .card-block .h1 { 
        margin:0px !important;
        font-weight: 300 !important;
        padding: 10px;
    }

    .card.cart-container { 
        margin:0 auto;
        max-width: 800px;
    }

    #cart nav.breadcrumb.hidden-sm-down {   /* Pour faire disparaitre l'image de catégorie du panier */
        display:none;
    }
   



/* ---------------- AMÉLIORATION PANIER LEOFEATURE ---------------- */

    .cart-dropdow-checkout {      /* Cacher le bouton COMMANDER du pannier leo */
        display: none;
    }

    .leo-dropdown-cart-total {      /* Cacher du pannier leo */
      display: none;   
    }

    .shipping.clearfix {      /* Cacher du pannier leo */
      display: none;   
    }

    .discount.clearfix {      /* Cacher du pannier leo */
      display: none;   
    }

     .gift_wrapping.clearfix {      /* Cacher le lien "Créer un compte" du pannier leo */
      display: none;   
    }

     .leo-quicklogin-modal .lql-form-content-element > div:first-child {      /* Cacher checkbox "Rester connecter" du pannier leo */
      display: none;   
    }




/* ---------------- AMÉLIORATION POPUP ACCES COMPTE LEO ---------------- */

     a.lql-callregister-action {      /* Cacher du popup leo */
      display: none;   
    }

     .leo-quicklogin-modal .modal-header {      /* Cacher du popup leo */
      border: none;
      background-color: transparent;
    }

     .leo-quicklogin-form  {      /* margin du popup leo */
      overflow: visible;
      text-align: center;
      margin:-10px -10px -13px -10px
    }




/* ---------------- AMÉLIORATION DESIGN BOUTON PANIER CHECKOUT "COMMANDER" ---------------- */

    .text-sm-center .btn {                  
      margin: -25px -1.25rem -1px -1.25rem;
      width: 100%;
    }

    .checkout.cart-detailed-actions.card-block {  
        padding:0px;
    }




/* ------------------------ AMÉLIORATION CHECKOUT ----------------------  */

    /* Redesign blocs transporteurs */


     .carrier-delay {             
        padding: 10px 15px 10px 10px; }

     .carrier-name {             
        margin-bottom: 0px!important;
        font-size: 15px!important;
        font-weight:600;
     }

     .carrier-price {             
        font-size: 15px;
        font-weight:600;
        padding-right:20px;     }


    /* Redesign du bouton "Détail des produits" */

    .cart-summary-products .btn.btn-outline {   
        margin-top: -25px;
        text-transform: none;
        color: #e94f1b;
        background-color: #f8f8f8;
        padding: 0px;
        font-size: 13px;
    }


    /* Redesign etape 1 */

    @media (min-width: 768px) {
        ul.nav.nav-inline.my-2 {
            padding-bottom: 13px;
        }
    }

    #customer-form .registration-field-tooltip {
        display: block !important;
    }

/*  #customer-form .password-creation-bloc {
        margin-top: 20px!important;
        padding: 0px 0px 0px 20px;
        border-left-style:solid; 
        border-color: rgb(233, 79, 27);
        font-weight: 400;
    } */

    #customer-form .password-creation-title {
        display : block !important;
        margin-bottom: 4px;
        padding: 0px;
        font-weight: 400;
    }

    #customer-form .password-creation-avantages {
        margin-top: 4px;
        font-weight: 300;
    }
        @media (max-width: 768px) {
            #customer-form .password-creation-avantages {
                font-size: 11px;
                padding-bottom: 0px !important;
            }
        }

    #customer-form .password-creation-label {
        margin-right:-9px;
    }

    #customer-form .password-creation-form {
        padding:0px;
        margin-right:9px;
    }

    #customer-form .opt-out-newsletter {
        display : none !important;
    }

    .opt-in-message {
        margin-top: 25px;
        font-weight:300;
    }
        @media (max-width: 768px) {
           .opt-in-message {
               font-size: 12px;
           }
        }

    /* Redesign etape 2 (adresses) */

    #invoice-address .tooltip-phone-invoice {
        display:inline!important;
    }

    #delivery-address .tooltip-phone-delivery {
        display:inline!important;
    }

    .title-address-checkout {
        font-size:15px;
        font-weight : 600;
    }

    @media (max-width: 768px) {
        .bouton-address-checkout {
            float: left !important;
            margin-right:15px !important;
        }
        .bloc-boutons-adress-checkout {
            margin: 13px 0px 3px 18px !important;
            padding: 0px!important;
            float: left;
        }
    }

    select[disabled] {
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: '';
    }

    ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #d0d0d0!important;
      opacity: 1; /* Firefox */
    }

    :-ms-input-placeholder { /* Internet Explorer 10-11 */
      color: #d0d0d0!important;
    }

    ::-ms-input-placeholder { /* Microsoft Edge */
      color: #d0d0d0!imoortant;
    }


    /* Autres en vrac */

    .order-options {
        margin:20px 0px 30px 0px;
    }

    #cart-summary-product-list {   
        margin:-10px 0px 20px 0px;
    }

    textarea#gift_message {  
        padding: 10px;
    }

    .card.cart-summary {  
        background-color: #f4f4f4;
        border: 0px;
        border-radius: 10px;
    }

  


/* ------------------------ AUTRES ------------------------ */

    /* Partie inutile du bloc footer qui disparait en mobile */

    @media screen and (max-width: 1200px) {             
      .footer-non-indispensable {
        display:none;
      }
    }

    /* Déjà là dès le début, je ne sais pas à quoi ca sert */

    .block-social li.vimeo:before {
    content: "\f0e1";
    }




/* ------------------------ CSS WEBFLOW ------------------------ */


.tr-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 940px;
  margin-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tr-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
}

.tr-separation {
  width: 100%;
  height: 1px;
  margin-top: -4px;
  margin-bottom: 24px;
  background-color: #ebebeb;
}

.tr-bloc__header__title {
  margin-top: 18px;
  margin-bottom: 18px;
  margin-left: 18px;
  font-size: 20px;
  line-height: 1.8rem;
  font-style: normal;
  text-align: justify;
}

.tr-bloc__header__title.is-iconless {
  margin-left: 0px;
}

.tr-c-tarif__droite {
  display: inline;
  margin-bottom: 0px;
  margin-left: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 18px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  color: #2f8132;
  font-size: 14px;
  text-align: right;
}

.tr-c-tarif {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px;
  padding-bottom: 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px none #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  text-align: left;
}

.tr-c-tarif.is-hidden {
  display: none;
}

.tr-c-shop__infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tr-c-shop__infos.hours {
  padding-bottom: 8px;
}

.css-a-sup {
  margin: 14px;
}

.tr-c-shops {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -19px;
  padding-top: 28px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px none #e2e2e2;
}

.tr-c-shop {
  min-width: 200px;
  margin-bottom: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 14px;
  border-left: 3px solid #e0e0e0;
}

.tr-c-tarif__gauche {
  display: inline;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.tr-t-legende {
  margin-bottom: 12px;
  border-top: 1px none #e2e2e2;
  color: #adadad;
  font-size: 12px;
  line-height: 1rem;
  font-style: italic;
  text-align: justify;
}

.tr-list {
  font-weight: 600;
}

.tr-list-item {
  margin-bottom: 8px;
  margin-left: 24px;
  text-align: justify;
  list-style-type: disc;
}

.tr-bloc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 940px;
  margin-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 12px;
  background-color: #f8f8f8;
}

.tr-bloc__infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 940px;
  padding-right: 36px;
  padding-bottom: 16px;
  padding-left: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 12px;
  background-color: #f8f8f8;
}

.tr-bloc__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 940px;
  padding: 12px 36px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 12px 12px 0px 0px;
  background-color: #f1f1f1;
}

.tr-bloc__info__description {
  margin-bottom: 12px;
  padding-top: 20px;
  text-align: justify;
}

.tr-c-intro {
  margin-bottom: 32px;
  text-align: justify;
}

.tr-c-faq__question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-weight: 500;
  text-align: left;
}

.tr-c-faq {
  padding-bottom: 12px;
}

.tr-c-faq__reponse {
  margin-left: 32px;
  padding-bottom: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #757575;
  text-align: justify;
}

.tr-icone {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.tr-c-faq__question__txt {
  display: block;
  margin-top: 10px;
  margin-left: 12px;
  font-weight: 600;
  text-align: left;
}

.tr-c-faq__question__icone {
  margin-bottom: 6px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.tr-c-shop__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
  font-size: 13px;
}

.tr-c-shop__link__icn {
  margin-right: 6px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.tr-link {
  color: #f26924;
  text-decoration: none;
}

.tr-link.is-black {
  color: #333;
  text-decoration: underline;
}

.tr-is-exposant {
  position: relative;
  top: -0.8em;
  font-size: 0.6em;
}

.tr-message-information {
  margin-top: 24px;
  margin-bottom: 4px;
  padding: 16px 16px 16px 20px;
  border-radius: 8px;
  background-color: #deebf8;
  color: #3d67b0;
  font-weight: 400;
}

.is-hidden {
  display: none;
}

@media screen and (max-width: 991px) {
  .tr-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tr-c-shops {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .tr-container {
    margin-bottom: 32px;
  }

  .tr-separation {
    margin-bottom: 18px;
  }

  .tr-bloc__header__title {
    text-align: left;
  }

  .tr-c-tarif__droite {
    display: block;
    margin-left: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }

  .tr-c-tarif {
    display: block;
    padding-top: 20px;
    padding-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tr-c-shops {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tr-c-tarif__gauche {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .tr-c-tarifs {
    margin-top: 4px;
  }

  .tr-t-legende {
    text-align: left;
  }

  .tr-list-item {
    text-align: left;
  }

  .tr-bloc {
    margin-bottom: 32px;
  }

  .tr-bloc__infos {
    padding-right: 24px;
    padding-bottom: 14px;
    padding-left: 24px;
  }

  .tr-bloc__header {
    padding-right: 28px;
    padding-left: 24px;
  }

  .tr-bloc__info__description {
    text-align: left;
  }

  .tr-c-intro {
    text-align: left;
  }

  .tr-c-faq__question {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .tr-c-faq__reponse {
    margin-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }

  .tr-icone {
    max-width: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .tr-c-faq__question__txt {
    margin-left: 0px;
  }

  .tr-c-faq__question__icone {
    max-width: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .tr-c-faq__question__icone.is-hiden-mobile {
    display: none;
  }

  .tr-c-shop__link__icn {
    max-width: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .tr-message-information {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .tr-container {
    width: 100%;
  }

  .tr-section {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tr-c-tarif__droite {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .tr-c-tarif {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tr-c-shop__infos {
    margin-bottom: 0px;
  }

  .tr-c-shops {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .tr-c-tarif__gauche {
    margin-bottom: 0px;
  }

  .tr-c-faq__question__txt {
    text-align: left;
  }
}