.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal.modalcv {
  display: block;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
}
.modal #RetourModalAchat,
.modal #CloseModalAchat,
.modal #PaiementModalAchat {
  display: none;
}
.modal [id^="CloseModal"] {
  display: none;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-content .modal-body img {
  max-width: 200px;
  height: auto;
  margin: auto;
  display: block;
}
.modal-content #TexteAchatModal {
  font-family: 'Futura Md BT', sans-serif;
  text-align: center;
  font-size: 13px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
@media screen and (max-width: 767px) {
  .modal-footer {
    display: block;
    justify-content: center;
  }
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-footer > .btn.primary,
.modal-footer > .btn.tertiary {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .modal-footer > .btn.primary,
  .modal-footer > .btn.tertiary {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .modal-footer > .btn.primary {
    margin-top: 10px;
  }
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.w-100 {
  width: 100%!important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-small {
  font-size: 11px !important;
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
/* COMMON */
section.shop {
  font-family: 'Futura Md BT', sans-serif;
}
@media screen and (min-width: 769px) {
  section.shop {
    padding-top: 30px;
  }
}
.steps {
  position: relative;
  text-align: center;
}
.steps:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #f2f2f2;
  top: 25px;
}
.steps li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 100px;
  margin: 0 5px;
  padding-top: 5px;
  z-index: 100;
}
.steps li span {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  margin: auto;
  border: 1px solid #9E9E9E;
  font-size: 30px;
  font-weight: bold;
  color: #9E9E9E;
  z-index: 100;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.steps li p {
  font-size: 13px;
  color: #a8b2bf;
  text-align: center;
  margin-top: 10px;
}
.steps li:after {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 1px;
  background: #9E9E9E;
  top: 25px;
  right: -50px;
  z-index: 10;
}
.steps li:last-child:after {
  display: none;
}
.steps li.active {
  padding-top: 0;
}
.steps li.active span {
  width: 50px;
  height: 50px;
  background: #6ECEB2;
  margin: auto;
  border: 1px solid #6ECEB2;
  padding-top: 5px;
  color: #3d3b3c;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.steps li.active p {
  margin-top: 5px;
}
.steps li.done span {
  width: 39px;
  height: 39px;
  background: #FFFFFF;
  margin: auto;
  border: 2px solid #6ECEB2;
  color: #6ECEB2;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.steps li.done:after {
  background: #6ECEB2;
}
@media screen and (max-width: 767px) {
  .steps li {
    width: 65px;
  }
  .steps li p {
    font-size: 11px;
  }
}
/* CARTÂ */
section.cart h2 svg {
  display: inline-block;
  vertical-align: middle;
  max-width: 48px;
  height: auto;
  fill: #605f60;
}
section.cart h2 p {
  font-size: 26px;
  font-weight: normal;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 0;
}
section.cart h3 svg {
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  fill: #605f60;
}
section.cart h3 span {
  display: inline-block;
  vertical-align: middle;
  color: #605f60;
  font-size: 15px;
  font-weight: normal;
}
section.cart p.left {
  flex: 0 1 1;
  margin: 0;
  text-align: left;
  font-weight: bold;
}
section.cart p.left.dscnt {
  font-size: 16px;
}
section.cart p.left.total {
  font-size: 16px;
  text-transform: uppercase;
}
section.cart p.right {
  flex: 1 1 0;
  margin: 0;
  text-align: right;
  font-weight: bold;
}
section.cart p.right.dscnt {
  font-size: 20px;
}
section.cart p.right.total {
  font-size: 24px;
}
section.cart p.right .solderest {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}
section.cart #total-top {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  text-align: right;
}
section.cart .separator {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
section.cart .legend {
  margin-top: 30px;
}
section.cart .legend p {
  font-family: 'Futura Bk BT', sans-serif;
  font-size: 14px;
  color: #a8b2bf;
}
section.cart .cart-item-container::empty:after {
  content: 'Aucun article dans votre panier';
  display: block;
}
section.cart .cart-item {
  color: #3d3b3c;
  border: 1px solid #f2f2f2;
  background: #F7F7F7;
  padding: 10px;
}
section.cart .cart-item:not(:last-child) {
  border-bottom: none;
}
section.cart .cart-item .photo {
  display: block;
}
section.cart .cart-item .photo img {
  max-width: 84px;
  max-height: 100px;
}
section.cart .cart-item .label {
  display: block;
}
section.cart .cart-item .label p {
  margin: 0;
  font-size: 14px;
}
section.cart .cart-item .legend-in {
  font-size: 11px;
  color: #a8b2bf;
  margin-bottom: 0;
}
section.cart .cart-item .qty input {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 40px;
  border: 1px solid #f2f2f2;
  border-right: none;
  background: #FFFFFF;
  padding: 5px 0 5px 10px;
  font-size: 16px;
  color: #605f60;
}
section.cart .cart-item .qty button {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #f2f2f2;
  border-left: none;
  color: #605f60;
  font-size: 14px;
  cursor: pointer;
}
section.cart .cart-item .qty button:hover {
  color: #3d3b3c;
}
section.cart .cart-item .delete {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  font-size: 14px;
  cursor: pointer;
  color: #605f60;
}
section.cart .cart-item .delete:hover {
  color: #3d3b3c;
}
section.cart .cart-item .price {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
section.cart .cart-item .price.total {
  color: #6ECEB2;
}
@media screen and (max-width: 991px) {
  section.cart .cart-item .qty input {
    width: 45px;
  }
  section.cart .cart-item .qty button {
    width: 35px;
  }
}
@media screen and (max-width: 767px) {
  section.cart .cart-item .photo {
    position: absolute;
  }
  section.cart .cart-item .label {
    margin-bottom: 10px;
  }
  section.cart .cart-item .qty {
    margin-bottom: 10px;
  }
  section.cart .cart-item .qty input {
    width: 35px;
  }
  section.cart .cart-item .qty button {
    width: 30px;
  }
}
section.cart .delivery-type {
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
section.cart .delivery-type li {
  position: relative;
  width: 48%;
}
section.cart .delivery-type li input {
  position: absolute;
  top: 42px;
  left: 15px;
}
section.cart .delivery-type li label {
  display: block;
  width: 100%;
  border: 1px solid #f2f2f2;
  padding: 15px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
section.cart .delivery-type li label:hover {
  border-color: #a8b2bf;
}
section.cart .delivery-type li label span {
  display: block;
}
section.cart .delivery-type li label .title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
section.cart .delivery-type li label .shipping {
  padding-left: 20px;
}
section.cart .delivery-type li label[for="port_4"] .shipping {
  color: #f01819;
}
section.cart .delivery-type li input[type="radio"]:checked + label {
  border: 2px solid #6ECEB2;
  padding: 14px;
}
@media screen and (max-width: 767px) {
  section.cart .delivery-type {
    display: block;
  }
  section.cart .delivery-type li {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}
/* DELIVERY ADDRESSÂ */
section.delivery-address .in-round > P {
  font-size: 13px;
}
section.delivery-address #currentAddress {
  display: none;
}
section.delivery-address #currentAddress.active {
  display: block;
}
section.delivery-address #newAddress {
  display: none;
}
section.delivery-address #newAddress.active {
  display: block;
}
section.delivery-address #newAddress h3 {
  font-size: 13px;
  color: #8f8778;
  margin-bottom: 15px;
}
section.delivery-address #editFact {
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  background: #e5df37;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* STORE CHOICEÂ */
section.store-choice .store {
  border: 1px solid #f2f2f2;
  background: #F7F7F7;
  padding: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
section.store-choice .store h2 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
section.store-choice .store h3 {
  font-size: 15px;
  font-style: italic;
  font-weight: normal;
}
section.store-choice .store p {
  font-size: 13px;
}
section.store-choice .store p > a:hover {
  text-decoration: underline;
  color: #6ECEB2;
}
section.store-choice .store .btn {
  display: inline-block;
  font-size: 13px;
  background: #FFFFFF;
  padding: 10px 20px;
  border: 1px solid #f2f2f2;
}
section.store-choice .store .btn:hover {
  background: #6ECEB2;
  border-color: #6ECEB2;
  color: #3d3b3c;
}
/* PAYMENTÂ */
section.payment .solderest-content {
  padding: 0 15px;
  font-size: 14px;
  font-style: italic;
  text-align: right;
  margin-bottom: 15px;
}
section.payment .solderest-content:empty {
  display: none;
}
section.payment .in-round {
  background: none;
}
section.payment .in-round p {
  font-size: 13px;
}
section.payment #cvg_ok + label:hover {
  text-decoration: none;
}
section.payment #cvg_ok + label a {
  text-decoration: underline;
}
section.payment #cvg_ok + label a:hover {
  color: #6ECEB2;
}
section.payment .btn-pay {
  display: block;
  background: #6ECEB2;
  color: #FFFFFF;
  padding: 15px;
  text-align: center;
}
section.payment .btn-pay span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
section.payment .btn-pay svg {
  font-size: 36px;
}
section.payment .cart-summary {
  border: 1px solid #f2f2f2;
  height: 100%;
  padding-top: 20px;
  font-family: 'Futura Lt BT', sans-serif;
}
section.payment .cart-summary .title {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 20px;
  text-align: center;
}
section.payment .cart-summary .total {
  display: flex;
  justify-content: space-between;
}
section.payment .cart-summary .total .left {
  width: 40%;
  padding-left: 10px;
  font-style: 13px;
}
section.payment .cart-summary .total .left span {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  margin-top: 5px;
  font-family: 'Futura Md BT', sans-serif;
}
section.payment .cart-summary .total .right {
  width: 40%;
  padding-right: 10px;
  text-align: right;
  font-style: 13px;
}
section.payment .cart-summary .total .right span {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  margin-top: 5px;
  font-family: 'Futura Md BT', sans-serif;
}
section.payment .cart-summary ul li {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #f2f2f2;
  padding: 10px;
}
section.payment .cart-summary ul li:last-child {
  border-bottom: 1px solid #f2f2f2;
}
section.payment .cart-summary ul li .photo {
  width: 20%;
}
section.payment .cart-summary ul li .label {
  width: 45%;
  font-size: 13px;
}
section.payment .cart-summary ul li .label span {
  font-family: 'Futura Md BT', sans-serif;
  font-weight: bold;
}
section.payment .cart-summary ul li .price {
  width: 25%;
  font-size: 18px;
}
/* ACCOUNTÂ */
section.my-account h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 30px;
}
section.my-account .tracking {
  display: inline-block;
  vertical-align: middle;
  background: #6ECEB2;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 15px;
}
section.my-account .tracking:hover {
  color: #3d3b3c;
}
section.my-account .logout {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  text-decoration: underline;
  padding: 10px 15px;
}
section.my-account .logout:hover {
  color: #3d3b3c;
}
section.my-account .title {
  display: block;
  background: #f2f2f2;
  padding: 5px 10px;
  color: #3d3b3c;
  margin-top: 15px;
}
section.my-account .title p {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
section.my-account .title span {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  text-align: right;
  font-size: 16px;
}
section.my-account .title:not(.collapsed) span svg {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
section.my-account .content {
  padding: 15px;
  background: #F7F7F7;
}
/*  ORDER TRACKINGÂ */
section.order-tracking h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 30px;
}
section.order-tracking .order-list {
  display: block;
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid #f2f2f2;
  background: #F7F7F7;
  overflow: hidden;
  cursor: pointer;
  font-size: 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
section.order-tracking .order-list:hover {
  border-color: #6ECEB2;
}
section.order-tracking .order-list p {
  margin-bottom: 0;
}
section.order-tracking .order-list .status a {
  margin-left: 10px;
  text-decoration: underline;
}
section.order-tracking .order-list .status span {
  font-style: italic;
}
section.order-tracking .order-list .total b {
  color: #6ECEB2;
}
section.order-tracking .order-list .toggle {
  color: #605f60;
  text-align: right;
  font-size: 12px;
  text-transform: uppercase;
}
section.order-tracking .order-list .toggle svg {
  margin-left: 5px;
}
section.order-tracking .details-list {
  display: block;
  margin-bottom: 30px;
  border: 1px solid #f2f2f2;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
section.order-tracking .details-list .details {
  padding: 15px;
  border-bottom: 1px solid #f2f2f2;
  font-size: 14px;
}
section.order-tracking .details-list .details:last-child {
  border-bottom: none;
}
section.order-tracking .details-list .details img {
  max-width: 100%;
  height: auto;
  margin: auto;
  margin-bottom: 10px;
}
section.order-tracking .details-list .details span {
  color: #a8b2bf;
}
section.order-tracking .details-list .details .status {
  font-style: italic;
}
section.order-tracking .details-list .details .return {
  background: #F7F7F7;
  border: 1px solid #f2f2f2;
  padding: 10px;
  text-align: center;
}
section.order-tracking .details-list .details .return .title {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
}
section.order-tracking .shipping {
  background: #f2f2f2;
  padding: 15px;
  text-align: right;
}
section.order-tracking .shipping p:not(.title) {
  margin-bottom: 0;
}
section.order-tracking .shipping p.title {
  font-size: 12px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  section.order-tracking .inner {
    padding: 15px 0;
    margin-bottom: 30px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    max-height: 250px;
    -ms-overflow-y: auto;
    overflow-y: auto;
  }
}
#column-cart h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 7px 0;
  color: #3d3b3c;
}
#column-cart h3 span:first-child {
  display: block;
}
#column-cart h3 span:last-child {
  display: none;
}
#column-cart.active h3 span:first-child {
  display: none;
}
#column-cart.active h3 span:last-child {
  display: block;
}
#column-cart.active .items-list li .infos .name {
  font-size: 14px;
}
#column-cart.active .items-list li .infos .price {
  font-size: 14px;
}
#column-cart.active .items-list li .infos .settings .field label {
  display: none;
}
#column-cart .box {
  background: #f2f2f2;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 0 15px 15px 15px;
}
#column-cart #panier_vide {
  color: #3d3b3c;
}
.btn-next {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6ECEB2;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  transition: all ease 0.2s;
}
.btn-next i,
.btn-next svg {
  margin-left: 10px;
}
.btn-next:hover {
  color: #FFFFFF;
  background-color: #94dbc6;
}
.btn.edit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background-color: #FFFFFF;
  border: 1px solid #a8b2bf;
  margin-bottom: 10px;
}
.btn.edit span {
  color: #605f60;
  transition: all ease-in-out 0.2s;
}
.btn.edit i,
.btn.edit svg {
  font-size: 16px;
  color: #605f60;
  transition: all ease-in-out 0.2s;
  margin-right: 10px;
}
.btn.edit:hover {
  border-color: #6ECEB2;
}
.btn.edit:hover span,
.btn.edit:hover i,
.btn.edit:hover svg {
  color: #6ECEB2;
}
@media screen and (max-width: 719px) {
  .btn.edit span {
    display: none;
  }
  .btn.edit i,
  .btn.edit svg {
    margin: 0;
  }
}
.btn.dashed {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 42px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background-color: #FFFFFF;
  border: 1px dashed #a8b2bf;
  margin-bottom: 15px;
}
.btn.dashed span {
  padding-top: 2px;
  color: #a8b2bf;
  transition: all ease-in-out 0.2s;
}
.btn.dashed svg,
.btn.dashed i {
  font-size: 14px;
  width: 14px;
  height: 14px;
  color: #a8b2bf;
  transition: all ease-in-out 0.2s;
}
.btn.dashed:hover {
  border-color: #3d3b3c;
}
.btn.dashed:hover span,
.btn.dashed:hover svg,
.btn.dashed:hover i {
  color: #3d3b3c;
}
.btn.dashed span + svg,
.btn.dashed span + i {
  margin-left: 10px;
}
.btn.dashed svg + span,
.btn.dashed i + span {
  margin-left: 10px;
}
.billing-address {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.billing-address p {
  flex: 1 1 0;
  font-size: 14px;
  color: #3d3b3c;
}
.billing-address > div {
  flex: 0 0 120px;
}
@media screen and (max-width: 719px) {
  .billing-address > div {
    flex: 0 0 50px;
  }
}
div[class^=total-] {
  padding: 15px 0;
  color: #3d3b3c;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}
div[class^=total-] .right {
  text-align: right;
}
div[class^=total-] img {
  max-width: 50px;
  margin-top: 5px;
}
.total-cart {
  display: flex;
}
.total-cart .left {
  font-size: 16px;
}
.total-cart .right {
  font-size: 16px;
  margin-bottom: 0;
}
.total-delivery {
  display: flex;
}
.total-delivery .left.prov img {
  display: none;
}
.total-delivery .left.final p {
  display: none;
}
.total-order {
  display: flex;
}
.total-order .left {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.total-order .right {
  font-size: 18px;
  font-weight: 700;
  color: #6ECEB2;
  margin-bottom: 0;
}
div[class^=infosum-] {
  padding: 15px 0;
  color: #3d3b3c;
}
div[class^=infosum-] p {
  font-size: 14px;
}
div[class^=infosum-] p b {
  font-weight: 400;
}
.infosum-account {
  border-bottom: 1px solid #e5e5e5;
  display: block;
}
.infosum-delivery {
  flex-basis: 50%;
  padding-left: 15px!important;
  border-bottom: 1px solid #e5e5e5;
  display: block;
}
.infosum-billing {
  flex-basis: 50%;
  display: block;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
#info_compte {
  display: none;
}
#info_compte.active {
  display: block;
}
.cart_step_box {
  display: block;
  margin-bottom: 30px;
}
.cart_step_box .header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 7px 0;
  border-bottom: 3px solid #e5e5e5;
}
.cart_step_box .header h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #3d3b3c;
}
.cart_step_box .header .step-number {
  font-size: 20px;
  font-weight: 700;
}
.cart_step_box .header i {
  font-size: 24px;
}
@media screen and (max-width: 719px) {
  .cart_step_box .header .title.secondary {
    font-size: 16px;
  }
  .cart_step_box .header .step-number {
    font-size: 16px;
  }
  .cart_step_box .header i {
    font-size: 16px;
  }
}
.cart_step_box .content {
  position: relative;
  padding: 0 15px;
}
.cart_step_box .content > div {
  padding: 15px;
  border: 1px solid #f2f2f2;
  border-top: none;
}
.cart_step_box .content > div h4 {
  font-size: 18px;
  font-weight: 700;
  color: #999999;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.cart_step_box .content > div hr {
  display: block;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin: 15px 0;
}
.cart_step_box .content > div .fields-line {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}
.cart_step_box .content > div .fields-line .field {
  flex: 0 1 50%;
  margin: 0;
}
.cart_step_box .content > div .fields-line .field:last-child {
  margin-left: 15px;
}
.cart_step_box.awaiting .content {
  display: none;
}
.cart_step_box.awaiting .header {
  border-bottom: 3px solid #cccccc;
}
.cart_step_box.awaiting .header svg {
  color: #cccccc;
  stroke: #cccccc;
}
.cart_step_box.awaiting .header h3 {
  color: #808080;
}
.cart_step_box.awaiting .header .step-number {
  color: #808080;
}
.cart_step_box.active .header {
  border-bottom: 3px solid #6ECEB2;
}
.cart_step_box.active .header svg {
  color: #b2b2b2;
  stroke: #b2b2b2;
}
.cart_step_box.active .header h3 {
  color: #3d3b3c;
}
.cart_step_box.active .header .step-number {
  color: #3d3b3c;
}
.cart_step_box.done .content {
  display: none;
}
.cart_step_box.done .header {
  border-bottom: 3px solid #6ECEB2;
}
.cart_step_box.done .header svg {
  color: #65ce1f;
  stroke: #65ce1f;
}
.cart_step_box.done .header h3 {
  color: #6ECEB2;
}
.cart_step_box.done .header .step-number {
  color: #6ECEB2;
}
.cart_step_box#step_login .content #login_form:before {
  content: "";
  position: absolute;
  width: 1px;
  background: #e5e5e5;
  height: 100%;
  left: 50%;
  top: 0;
}
.cart_step_box#step_login .login-align {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cart_step_box#step_login .login-align > div {
  flex: 1 1 0;
}
.cart_step_box#step_login .login-align > div p {
  font-size: 14px;
  text-align: justify;
  color: #3d3b3c;
}
@media screen and (max-width: 719px) {
  .cart_step_box#step_login .content #login_form:before {
    display: none;
  }
  .cart_step_box#step_login .login-align:last-child {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e5e5e5;
  }
  .cart_step_box#step_login .login-align:last-child .btn.primary {
    margin-top: 15px;
  }
}
.billing-address {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.billing-address p {
  flex: 1 1 0;
  font-size: 14px;
  color: #3d3b3c;
}
.billing-address > div {
  flex: 0 0 120px;
}
@media screen and (max-width: 719px) {
  .billing-address > div {
    flex: 0 0 50px;
  }
}
.delivery-address-list li {
  display: none;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px 0;
}
.delivery-address-list li.active {
  display: flex;
}
.delivery-address-list li p {
  flex: 1 1 0;
  font-size: 14px;
}
.delivery-address-list li > div {
  flex: 0 0 120px;
}
@media screen and (max-width: 719px) {
  .delivery-address-list li > div {
    flex: 0 0 50px;
  }
}
.delivery-address-list li > div:first-child {
  flex: 1 1 0;
}
.delivery-address-list li > div:last-child {
  flex: 0 0 120px;
}
@media screen and (max-width: 719px) {
  .delivery-address-list li > div:last-child {
    flex: 0 0 50px;
  }
}
.delivery-address-list li input {
  display: none;
}
.delivery-address-list li label {
  display: block;
  cursor: pointer;
  color: #3d3b3c;
  font-size: 14px;
  position: relative;
}
.store-card {
  border: 1px solid #ebebeb;
  padding: 15px;
  height: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.store-card .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.store-card .title div:last-child {
  flex: 0 0 50px;
}
.store-card .title div:last-child img {
  max-height: 40px;
}
.store-card .title div:first-child {
  flex: 1 1 0;
}
.store-card h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
.store-card h4 {
  font-size: 15px;
  font-style: italic;
  font-weight: normal;
}
.store-card p {
  font-size: 13px;
}
.store-card p > a:hover {
  text-decoration: underline;
  color: #e5df37;
}
.store-card .opening {
  text-transform: uppercase;
  font-weight: bold;
  color: #6ECEB2;
}
.store-card iframe {
  width: 100%;
  height: 200px;
  margin-top: 15px;
}
.store-card .btn.store-select {
  border: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #3d3b3c;
  padding: 7px;
}
.store-card .btn.store-select:hover {
  color: #6ECEB2;
  border-color: #6ECEB2;
}
#type_port {
  list-style: inside none;
}
#type_port li {
  margin-bottom: 10px;
}
#type_port li input {
  display: none;
}
#type_port li label {
  position: relative;
  padding: 10px 15px 10px 45px;
  cursor: pointer;
  display: flex;
  background: #FFFFFF;
  border: 2px solid #e5e5e5;
  border-radius: 6px;
  align-items: center;
  transition: all ease-in-out 0.2s;
}
#type_port li label img {
  max-width: 60px;
  margin: 0 30px;
}
#type_port li label p {
  color: #3d3b3c;
  font-size: 14px;
  margin-bottom: 0;
}
#type_port li label:hover {
  border-color: #cccccc;
}
#type_port li label:hover:before {
  background: #cccccc;
}
#type_port li label:before {
  content: '';
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  border: 4px solid #f2f2f2;
  background: #f2f2f2;
  border-radius: 9px;
  transition: all ease-in-out 0.2s;
}
@media screen and (max-width: 719px) {
  #type_port li label img {
    margin-left: 0;
    margin-bottom: 10px;
    max-width: 50px;
    margin: 0 10px 0 0;
  }
  #type_port li label p {
    margin-left: 0;
    font-size: 13px;
  }
}
#type_port li input[checked] + label {
  border-color: #6ECEB2;
}
#type_port li input[checked] + label span {
  color: #6ECEB2;
  font-weight: 700;
}
#type_port li input[checked] + label:before {
  background: #6ECEB2;
}
main#account .delivery-address-list li {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}
.items-legend {
  display: block;
  background: #e5e5e5;
  padding: 6px 15px 6px 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.items-legend p {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  color: #999999;
  margin: 0;
}
.items-legend p:first-child {
  flex: 1 1 0;
  text-align: left;
}
.items-legend p:last-child,
.items-legend p:nth-last-child(2) {
  flex-basis: 80px;
  margin-left: 10px;
  text-align: right;
}
@media screen and (max-width: 719px) {
  .items-legend p {
    display: none;
    flex-basis: 55px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 719px) {
  .items-legend {
    display: none;
  }
}
.items-list {
  list-style: inside none;
  background: #FFFFFF;
  margin-bottom: 15px;
}
.items-list li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 15px 15px 0;
  color: #3d3b3c;
}
.items-list li .photo {
  padding: 0 5px;
  flex: 0 1 90px;
}
.items-list li .infos {
  flex: 1 1 0;
}
.items-list li .settings {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.items-list li .name {
  display: block;
  width: 100%;
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 719px) {
  .items-list li .name {
    font-size: 12px;
  }
}
.items-list li .price {
  margin: 0;
  font-size: 14px;
  flex: 0 0 100px;
  text-align: right;
}
.items-list li .price .lgnd {
  display: none;
}
.items-list li .price.single {
  flex: 1 1 0;
}
.items-list li .price.single span:not(.lgnd) {
  display: block;
}
.items-list li .price.single span:not(.lgnd).crossed {
  text-decoration: line-through;
}
.items-list li .price.single span:not(.lgnd).crossed:not(:empty) + .regular {
  font-weight: 700;
  color: #f01819;
}
.items-list li .price.single span:not(.lgnd).dscnt {
  font-size: 12px;
  text-align: right;
  color: #f01819;
  text-transform: lowercase;
}
.items-list li .price.total {
  font-weight: 700;
}
@media screen and (max-width: 719px) {
  .items-list li .price {
    font-size: 12px;
    flex: 0 0 50%;
    text-align: left;
  }
}
.items-list li .field {
  flex: 1 1 0;
  display: flex;
  align-items: center;
}
.items-list li .field label {
  margin-right: 10px;
  font-size: 10px;
  color: #999999;
}
.items-list li .field input {
  flex-shrink: 0;
  flex-grow: 0;
  width: 44px;
  height: 44px;
  padding-left: 5px;
  padding-right: 0;
  background: #FFFFFF;
  border: 2px solid #f2f2f2;
  border-right: none;
  font-style: 14px;
  color: #3d3b3c;
}
.items-list li .field button {
  flex-basis: 42px;
  flex-shrink: 0;
  flex-grow: 0;
  width: 44px;
  height: 44px;
  background: #f2f2f2;
  color: #4c4c4c;
  padding-top: 6px;
  border: none;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
.items-list li .field button svg {
  width: 18px;
  height: 18px;
}
.items-list li .field button:hover {
  color: #FFFFFF;
  background: #6ECEB2;
}
.items-list li .field button.delete {
  background: none;
  margin-left: 10px;
}
.items-list li .field button.delete:hover {
  color: #f01819;
  background: none;
}
@media screen and (max-width: 719px) {
  .items-list li .field label {
    display: none;
  }
  .items-list li .field input {
    border-right: 2px solid #f2f2f2;
    font-style: 13px;
  }
  .items-list li .field input,
  .items-list li .field button {
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 959px) {
  .items-list li {
    align-items: center;
  }
  .items-list li .settings {
    flex-wrap: wrap;
  }
  .items-list li .settings .field {
    flex: 1 0 1;
    width: 100%;
    margin-bottom: 5px;
  }
  .items-list li .price .lgnd {
    display: inline;
    width: 100%;
    font-size: 12px;
    color: #6ECEB2 !important;
  }
  .items-list li .name {
    font-size: 14px;
  }
  .items-list li .field label {
    font-size: 10px;
  }
  .items-list li .delete {
    position: relative;
    right: 0;
  }
}
.items-list-v2 {
  list-style: inside none;
  background: #FFFFFF;
  margin-bottom: 15px;
}
.items-list-v2 li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 15px 15px 0;
  color: #3d3b3c;
}
.items-list-v2 li .photo {
  padding: 0 5px;
  flex: 0 1 90px;
}
.items-list-v2 li .infos {
  flex: 1 1 0;
}
.items-list-v2 li .settings {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.items-list-v2 li .name {
  display: block;
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 719px) {
  .items-list-v2 li .name {
    font-size: 12px;
  }
}
.items-list-v2 li .price {
  margin: 0;
  font-size: 14px;
  flex: 0 0 100px;
  text-align: right;
}
.items-list-v2 li .price .lgnd {
  display: none;
}
.items-list-v2 li .price.single {
  flex: 1 1 0;
}
.items-list-v2 li .price.single span:not(.lgnd) {
  display: block;
}
.items-list-v2 li .price.single span:not(.lgnd).crossed {
  text-decoration: line-through;
}
.items-list-v2 li .price.single span:not(.lgnd).crossed:not(:empty) + .regular {
  font-weight: 700;
  color: #f01819;
}
.items-list-v2 li .price.single span:not(.lgnd).dscnt {
  font-size: 12px;
  text-align: right;
  color: #f01819;
  text-transform: lowercase;
}
.items-list-v2 li .price.total {
  font-weight: 700;
}
@media screen and (max-width: 719px) {
  .items-list-v2 li .price {
    font-size: 12px;
    flex: 0 0 50%;
    text-align: left;
  }
}
.items-list-v2 li .field {
  flex: 1 1 0;
  display: flex;
  align-items: center;
}
.items-list-v2 li .field label {
  margin-right: 10px;
  font-size: 10px;
  color: #999999;
}
.items-list-v2 li .field input {
  flex-shrink: 0;
  flex-grow: 0;
  width: 44px;
  height: 44px;
  padding-left: 5px;
  padding-right: 0;
  background: #FFFFFF;
  border: 2px solid #f2f2f2;
  border-right: none;
  font-style: 14px;
  color: #3d3b3c;
}
.items-list-v2 li .field button {
  flex-basis: 42px;
  flex-shrink: 0;
  flex-grow: 0;
  width: 44px;
  height: 44px;
  background: #f2f2f2;
  color: #4c4c4c;
  padding-top: 6px;
  border: none;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
.items-list-v2 li .field button svg {
  width: 18px;
  height: 18px;
}
.items-list-v2 li .field button:hover {
  color: #FFFFFF;
  background: #6ECEB2;
}
.items-list-v2 li .field button.delete {
  background: none;
  margin-left: 10px;
}
.items-list-v2 li .field button.delete:hover {
  color: #f01819;
  background: none;
}
.items-list-v2 li .field.promo-code {
  display: flex;
}
.items-list-v2 li .field.promo-code input {
  flex: 1 1 1;
  border-right: none;
}
.items-list-v2 li .field.promo-code button {
  flex: 0 1 0;
  display: inline-block;
  border-left: none;
  text-align: center;
  padding: 5px 10px;
  cursor: pointer;
}
@media screen and (max-width: 719px) {
  .items-list-v2 li .field label {
    display: none;
  }
  .items-list-v2 li .field input {
    border-right: 2px solid #f2f2f2;
    font-style: 13px;
  }
  .items-list-v2 li .field input,
  .items-list-v2 li .field button {
    width: 38px;
    height: 38px;
  }
}
.items-list-v2 li.savings {
  background: #F2F2F2;
  border-bottom: none;
  padding-right: 0;
}
.items-list-v2 li.savings p {
  text-align: right;
  width: 100%;
}
.items-list-v2 li.savings p span {
  color: #f01819;
}
@media screen and (max-width: 959px) {
  .items-list-v2 li {
    align-items: center;
  }
  .items-list-v2 li .settings {
    flex-wrap: wrap;
  }
  .items-list-v2 li .settings .field {
    flex: 1 0 1;
    width: 100%;
    margin-bottom: 5px;
  }
  .items-list-v2 li .name {
    font-size: 14px;
  }
  .items-list-v2 li .field label {
    font-size: 10px;
  }
  .items-list-v2 li .delete {
    position: relative;
    right: 0;
  }
}
@media screen and (max-width: 719px) {
  .items-list-v2 li {
    flex-wrap: wrap;
    align-items: center;
  }
  .items-list-v2 li .settings {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .items-list-v2 li .settings .field {
    flex: 1 1 100%;
    width: 100%;
    margin-bottom: 5px;
  }
  .items-list-v2 li .price {
    text-align: right;
  }
  .items-list-v2 li .price .lgnd {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #6ECEB2 !important;
  }
  .items-list-v2 li .price.single {
    flex: 1 1 0;
  }
  .items-list-v2 li .price.total {
    flex: 0 0 80px;
  }
  .items-list-v2 li .name {
    font-size: 14px;
  }
  .items-list-v2 li .field label {
    font-size: 10px;
  }
  .items-list-v2 li .delete {
    position: relative;
    right: 0;
  }
}
@media screen and (min-width: 576px) {
  #modal_nouvcli .modal-dialog {
    max-width: 700px;
  }
}
#modal_nouvcli_statut .modal-header h5.alt {
  display: none;
}
#modal_nouvcli_statut .btn.modify {
  display: none;
}
#modal_nouvcli_statut .modal-subtitle {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #a8b2bf;
  margin-bottom: 15px;
}
#modal_nouvcli_statut.modification #identifiants {
  display: none;
}
#modal_nouvcli_statut.modification .modal-header h5.alt {
  display: inline;
}
#modal_nouvcli_statut.modification .modal-header h5.base {
  display: none;
}
#modal_nouvcli_statut.modification .btn.modify {
  display: block;
}
#modal_nouvcli_statut.modification .btn.create {
  display: none;
}
#modal_nouvcli_statut.modification .news-field {
  display: none;
}
@media screen and (min-width: 767px) {
  #modal_surplace .modal-dialog {
    width: 100%!important;
    max-width: 1000px!important;
  }
}
@media screen and (min-width: 768px) {
  .modal .modal-body {
    max-height: 800px;
    overflow-y: auto;
  }
}
@media screen and (max-width: 767px) {
  .modal .modal-body {
    max-height: 500px;
    overflow-y: auto;
  }
}
.order-list-legend {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  font-size: 12px;
  color: #6ECEB2;
  padding-bottom: 7px;
}
.order-list-legend p {
  margin-bottom: 0;
}
.order-list-legend .date {
  flex: 1 1 15%;
}
.order-list-legend .number {
  flex: 1 1 15%;
}
.order-list-legend .status {
  flex: 1 1 20%;
}
.order-list-legend .tracking {
  flex: 1 1 20%;
}
.order-list-legend .quantity {
  flex: 1 1 10%;
}
.order-list-legend .total {
  flex: 0 1 20%;
}
.order-list-legend .details {
  flex: 0 0 40px;
  margin-left: 15px;
}
@media screen and (max-width: 959px) {
  .order-list-legend .date {
    flex: 1 1 15%;
  }
  .order-list-legend .number {
    flex: 1 1 15%;
  }
  .order-list-legend .status {
    flex: 1 1 25%;
  }
  .order-list-legend .tracking {
    flex: 1 1 28%;
  }
  .order-list-legend .quantity {
    flex: 1 1 7%;
  }
  .order-list-legend .total {
    flex: 0 1 10%;
  }
}
@media screen and (max-width: 959px) {
  .order-list-legend {
    display: none;
  }
}
.order-list {
  list-style: inside none;
}
.order-list > li {
  border-bottom: 1px solid #e5e5e5;
}
.order-list > li.order .summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  padding: 7px 0;
  color: #3d3b3c;
}
.order-list > li.order .summary .date {
  flex: 1 1 15%;
}
.order-list > li.order .summary .number {
  flex: 1 1 15%;
}
.order-list > li.order .summary .status {
  flex: 1 1 20%;
}
.order-list > li.order .summary .tracking {
  flex: 1 1 20%;
}
.order-list > li.order .summary .tracking:hover {
  color: #f01819;
  text-decoration: underline;
}
.order-list > li.order .summary .quantity {
  flex: 1 1 10%;
}
.order-list > li.order .summary .total {
  flex: 0 1 20%;
}
.order-list > li.order .summary .total span {
  font-size: 12px;
  color: #cccccc;
}
.order-list > li.order .summary .details {
  display: flex;
  align-items: center;
  flex: 0 0 40px;
  margin-left: 15px;
  font-size: 18px;
  text-align: center;
  background: none;
  border: none;
  color: #cccccc;
  cursor: pointer;
  transition: color ease 0.2s;
}
.order-list > li.order .summary .details svg {
  width: 24px;
  height: 24px;
}
.order-list > li.order .summary .details .hide-order {
  display: none;
}
.order-list > li.order .summary .details:hover {
  color: #6ECEB2;
}
.order-list > li.order .summary .details:focus {
  outline: none;
}
.order-list > li.order .summary .details.active {
  color: #6ECEB2;
}
.order-list > li.order .summary .details.active .hide-order {
  display: inline-block;
}
.order-list > li.order .summary .details.active .show-order {
  display: none;
}
.order-list > li.order .summary .lgnd {
  display: none;
}
@media screen and (max-width: 959px) {
  .order-list > li.order .summary .date {
    flex: 1 1 15%;
  }
  .order-list > li.order .summary .number {
    flex: 1 1 15%;
  }
  .order-list > li.order .summary .status {
    flex: 1 1 25%;
  }
  .order-list > li.order .summary .tracking {
    flex: 1 1 28%;
  }
  .order-list > li.order .summary .quantity {
    flex: 1 1 7%;
  }
  .order-list > li.order .summary .total {
    flex: 0 1 10%;
  }
}
@media screen and (max-width: 959px) {
  .order-list > li.order .summary {
    position: relative;
    margin-right: 40px;
    flex-wrap: wrap;
  }
  .order-list > li.order .summary .date {
    flex: 1 1 50%;
  }
  .order-list > li.order .summary .number {
    flex: 1 1 50%;
  }
  .order-list > li.order .summary .status {
    flex: 1 1 50%;
  }
  .order-list > li.order .summary .tracking {
    flex: 1 1 100%;
  }
  .order-list > li.order .summary .quantity {
    flex: 1 1 50%;
  }
  .order-list > li.order .summary .total {
    flex: 0 1 50%;
  }
  .order-list > li.order .summary .details {
    position: absolute;
    right: -40px;
    top: 50%;
    margin-top: -20px;
  }
  .order-list > li.order .summary .lgnd {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    color: #6ECEB2 !important;
  }
  .order-list > li.order .summary p,
  .order-list > li.order .summary a {
    margin-bottom: 5px;
  }
}
.order-list > li.order .items {
  border: 1px solid #e5e5e5;
  border-bottom: none;
  background: #FFFFFF;
  display: none;
}
.order-list > li.order .items .items-list-legend {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #FFFFFF;
  background: #808080;
  padding: 7px 15px;
}
.order-list > li.order .items .items-list-legend p {
  margin-bottom: 0;
}
.order-list > li.order .items .items-list-legend p:first-child {
  flex: 0 1 36%;
}
.order-list > li.order .items .items-list-legend p:nth-child(2) {
  flex: 0 1 7%;
  text-align: center;
}
.order-list > li.order .items .items-list-legend p:nth-child(3) {
  flex: 0 1 10%;
}
.order-list > li.order .items .items-list-legend p:nth-child(4) {
  flex: 0 1 47%;
}
@media screen and (max-width: 719px) {
  .order-list > li.order .items .items-list-legend {
    display: none;
    padding: 7px;
  }
  .order-list > li.order .items .items-list-legend p:first-child {
    flex: 0 1 40%;
  }
  .order-list > li.order .items .items-list-legend p:nth-child(2) {
    flex: 0 1 7%;
  }
  .order-list > li.order .items .items-list-legend p:nth-child(3) {
    flex: 0 1 23%;
  }
  .order-list > li.order .items .items-list-legend p:nth-child(4) {
    flex: 0 1 30%;
  }
}
.order-list > li.order .items ul {
  padding: 0;
}
.order-list > li.order .items li {
  display: flex;
  padding: 7px 15px;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  font-size: 12px;
  color: #3d3b3c;
}
.order-list > li.order .items li a {
  flex: 0 1 10%;
  padding-right: 15px;
}
.order-list > li.order .items li .name {
  flex: 0 1 26%;
}
.order-list > li.order .items li .quantity {
  flex: 0 1 7%;
  text-align: center;
}
.order-list > li.order .items li .total {
  flex: 0 1 10%;
}
.order-list > li.order .items li .status {
  flex: 0 1 22%;
}
.order-list > li.order .items li .return {
  flex: 0 1 25%;
}
.order-list > li.order .items li .lgnd {
  display: none;
}
@media screen and (max-width: 719px) {
  .order-list > li.order .items li {
    padding: 7px;
    flex-wrap: wrap;
  }
  .order-list > li.order .items li a {
    flex: 0 1 30%;
    margin-bottom: 10px;
  }
  .order-list > li.order .items li .name {
    flex: 0 1 70%;
    margin-bottom: 10px;
  }
  .order-list > li.order .items li .quantity {
    flex: 0 1 20%;
    text-align: left;
  }
  .order-list > li.order .items li .total {
    flex: 0 1 30%;
  }
  .order-list > li.order .items li .status {
    flex: 0 1 50%;
  }
  .order-list > li.order .items li .return {
    flex: 0 1 100%;
    margin-top: 10px;
  }
  .order-list > li.order .items li .lgnd {
    display: inline-block;
    width: 100%;
    font-size: 11px;
    color: #6ECEB2 !important;
  }
}
.order-list > li.order .items .reorder {
  padding: 15px;
  text-align: right;
}
.order-list > li.order .items .reorder button.btn.primary {
  display: inline-block;
  font-size: 12px;
  height: 36px;
}
.order-list > li.order .items-v2 {
  border: 1px solid #e5e5e5;
  border-bottom: none;
  background: #e5e5e5;
  display: none;
}
.order-list > li.order .items-v2 .items-list-legend {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  color: #FFFFFF;
  background: #808080;
  padding: 7px 15px;
}
.order-list > li.order .items-v2 .items-list-legend p {
  margin-bottom: 0;
}
.order-list > li.order .items-v2 .items-list-legend p:first-child {
  flex: 0 1 380px;
}
.order-list > li.order .items-v2 .items-list-legend p:nth-child(2) {
  flex: 0 0 40px;
}
.order-list > li.order .items-v2 .items-list-legend p:nth-child(3) {
  flex: 0 0 90px;
}
.order-list > li.order .items-v2 .items-list-legend p:nth-child(4) {
  flex: 1 1 0;
}
@media screen and (max-width: 719px) {
  .order-list > li.order .items-v2 .items-list-legend {
    padding: 7px;
  }
  .order-list > li.order .items-v2 .items-list-legend p:first-child {
    flex: 1 1 0;
  }
  .order-list > li.order .items-v2 .items-list-legend p:nth-child(2) {
    flex: 0 0 40px;
  }
  .order-list > li.order .items-v2 .items-list-legend p:nth-child(3) {
    flex: 0 0 90px;
  }
  .order-list > li.order .items-v2 .items-list-legend p:nth-child(4) {
    display: none;
  }
}
.order-list > li.order .items-v2 ul {
  padding: 0;
}
.order-list > li.order .items-v2 li {
  display: flex;
  padding: 7px 15px;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
}
.order-list > li.order .items-v2 li a {
  flex: 0 0 80px;
  padding-right: 15px;
}
.order-list > li.order .items-v2 li .name {
  flex: 0 0 200px;
}
.order-list > li.order .items-v2 li .quantity {
  flex: 0 0 40px;
}
.order-list > li.order .items-v2 li .total {
  flex: 0 0 90px;
}
.order-list > li.order .items-v2 li .total mark {
  background: none;
  text-decoration: line-through;
  display: block;
}
.order-list > li.order .items-v2 li .total mark:empty {
  display: none;
}
.order-list > li.order .items-v2 li .status {
  flex: 0 0 150px;
}
.order-list > li.order .items-v2 li .return {
  flex: 1 1 0;
}
.order-list > li.order .items-v2 li .lgnd {
  display: none;
}
@media screen and (max-width: 959px) {
  .order-list > li.order .items-v2 li {
    flex-wrap: wrap;
  }
  .order-list > li.order .items-v2 li .status {
    flex: 1 1 0;
  }
  .order-list > li.order .items-v2 li .return {
    flex: 1 1 100%;
  }
}
@media screen and (max-width: 719px) {
  .order-list > li.order .items-v2 li {
    font-size: 12px;
    padding: 7px;
  }
  .order-list > li.order .items-v2 li a {
    flex: 0 0 40px;
    padding-right: 10px;
  }
  .order-list > li.order .items-v2 li .name {
    flex: 1 1 0;
  }
  .order-list > li.order .items-v2 li .quantity {
    flex: 0 0 40px;
  }
  .order-list > li.order .items-v2 li .total {
    flex: 0 0 70px;
  }
  .order-list > li.order .items-v2 li .status {
    flex: 1 1 100%;
    margin-top: 7px;
    text-align: right;
    font-weight: 700;
  }
}
.order-list > li.order .order-return-controls {
  background: #e5e5e5;
  display: none;
}
.order-list > li.order .order-return-controls > div {
  display: flex;
  justify-content: flex-end;
  padding: 15px;
}
.order-list > li p {
  margin: 0;
}
main#account .btn.return {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  border: 1px solid #4c4c4c;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #4c4c4c;
  padding: 0 10px;
  background-color: #FFFFFF;
  white-space: nowrap;
}
main#account .btn.return span {
  padding-top: 2px;
}
main#account .btn.return:hover {
  border-color: #6ECEB2;
  color: #FFFFFF;
  background-color: #6ECEB2;
}
main#account .btn.return svg {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.fidelity {
  padding: 15px 0 0 0;
  display: none;
  border-bottom: 1px solid #e5e5e5;
}
.fidelity.active {
  display: block;
}
.fidelity p.txt-info {
  font-style: italic;
}
.fidelity h5 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 0;
}
.fidelity a {
  text-align: left;
  cursor: pointer;
  color: #6ECEB2;
}
.fidelity a span {
  color: #6ECEB2;
}
.fidelity a i,
.fidelity a svg {
  margin-right: 4px;
  color: #6ECEB2;
}
.fidelity .total {
  display: flex;
  padding: 15px 0;
  color: #3d3b3c;
  align-items: center;
  justify-content: space-between;
}
.fidelity .total p {
  margin: 0;
}
.fidelity .total .right {
  text-align: right;
}
.fidelity .modal-body .fid-info-link {
  font-weight: 700;
  color: #6ECEB2;
  font-size: 14px;
}
.fidelity .modal-body .fid-info-link:hover {
  text-decoration: underline;
}
section#account-v2 {
  padding-bottom: 60px;
}
section#account-v2 .title-primary {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 30px;
}
section#account-v2 .delivery-address-list li {
  display: flex!important;
}
.user-infos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.user-infos p {
  font-size: 12px;
  color: #808080;
  margin: 0 auto 0 0;
}
.user-infos p span {
  font-size: 16px;
  font-weight: 700;
}
.account-control-bar {
  display: block;
  margin: 15px 0;
  padding: 15px;
  background: #FFFFFF;
}
.account-user-name {
  font-size: 14px;
  text-transform: uppercase;
  color: #808080;
  padding: 10px 0;
}
.account-user-name span {
  font-size: 18px;
  color: #6ECEB2;
  font-weight: 700;
}
.account-menu {
  position: relative;
}
.account-menu a {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #f2f2f2;
  color: #3d3b3c;
  transition: all ease-in-out 0.2s;
  margin-bottom: 10px;
}
.account-menu a:last-child {
  border-bottom: none;
}
.account-menu a i {
  flex: 0 0 24px;
  text-align: center;
  margin-right: 10px;
  font-size: 16px;
}
.account-menu a:hover {
  color: #6ECEB2;
}
.account-menu a.active {
  color: #FFFFFF;
  background: #6ECEB2;
}
.account-menu a.active:hover {
  background: #6ECEB2;
}
.panel-content {
  display: none;
  background: #f2f2f2;
  border-left: 5px solid #6ECEB2;
  padding: 15px 30px;
  min-height: 100%;
}
.panel-content h2 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #808080;
}
.panel-content h3 {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 7px;
  color: #4c4c4c;
}
.panel-content.active {
  display: block;
}
@media screen and (max-width: 959px) {
  .account-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    padding: 0 15px;
  }
  .account-menu a {
    padding: 15px 7px;
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-radius: 6px 6px 0 0;
  }
  .account-menu a + a {
    margin-left: 10px;
  }
  .account-menu a span {
    display: none;
  }
  .account-menu a i {
    font-size: 20px;
    margin-right: 0;
  }
  .panel-content {
    border-left: none;
    border-top: 3px solid #6ECEB2;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 719px) {
  .account-control-bar {
    display: block;
    margin: 15px 0;
    padding: 0;
    background: none;
  }
  .account-user-name {
    text-align: center;
  }
  .account-menu {
    padding: 0;
  }
  .account-menu a i {
    font-size: 18px;
  }
  .panel-content {
    padding: 15px;
  }
}
main#account .delivery-address-list li {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}
.order-list-legend {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  font-size: 12px;
  color: #808080;
  padding-bottom: 7px;
}
.order-list-legend p {
  margin-bottom: 0;
}
.order-list-legend .date {
  flex: 1 1 15%;
}
.order-list-legend .number {
  flex: 1 1 15%;
}
.order-list-legend .status {
  flex: 1 1 20%;
}
.order-list-legend .tracking {
  flex: 1 1 20%;
}
.order-list-legend .quantity {
  flex: 1 1 10%;
}
.order-list-legend .total {
  flex: 0 1 20%;
}
.order-list-legend .details {
  flex: 0 0 40px;
  margin-left: 15px;
}
@media screen and (max-width: 959px) {
  .order-list-legend .date {
    flex: 1 1 15%;
  }
  .order-list-legend .number {
    flex: 1 1 15%;
  }
  .order-list-legend .status {
    flex: 1 1 25%;
  }
  .order-list-legend .tracking {
    flex: 1 1 28%;
  }
  .order-list-legend .quantity {
    flex: 1 1 7%;
  }
  .order-list-legend .total {
    flex: 0 1 10%;
  }
}
@media screen and (max-width: 719px) {
  .order-list-legend {
    display: none;
  }
}
.order-list {
  list-style: inside none;
}
.order-list > li {
  border-bottom: 1px solid #e5e5e5;
}
.order-list > li.order .summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  padding: 7px 0;
}
.order-list > li.order .summary .date {
  flex: 1 1 15%;
}
.order-list > li.order .summary .number {
  flex: 1 1 15%;
}
.order-list > li.order .summary .status {
  flex: 1 1 20%;
}
.order-list > li.order .summary .tracking {
  flex: 1 1 20%;
}
.order-list > li.order .summary .tracking:hover {
  color: #6ECEB2;
  text-decoration: underline;
}
.order-list > li.order .summary .quantity {
  flex: 1 1 10%;
}
.order-list > li.order .summary .total {
  flex: 0 1 20%;
}
.order-list > li.order .summary .total span {
  font-size: 12px;
  color: #cccccc;
}
.order-list > li.order .summary .details {
  flex: 0 0 40px;
  margin-left: 15px;
  font-size: 18px;
  text-align: center;
  background: none;
  border: none;
  color: #cccccc;
  cursor: pointer;
  transition: color ease 0.2s;
}
.order-list > li.order .summary .details .fa-times {
  display: none;
}
.order-list > li.order .summary .details:hover {
  color: #6ECEB2;
}
.order-list > li.order .summary .details.active .fa-times {
  display: inline;
}
.order-list > li.order .summary .details.active .fa-search {
  display: none;
}
.order-list > li.order .summary .lgnd {
  display: none;
}
@media screen and (max-width: 959px) {
  .order-list > li.order .summary .date {
    flex: 1 1 15%;
  }
  .order-list > li.order .summary .number {
    flex: 1 1 15%;
  }
  .order-list > li.order .summary .status {
    flex: 1 1 25%;
  }
  .order-list > li.order .summary .tracking {
    flex: 1 1 28%;
  }
  .order-list > li.order .summary .quantity {
    flex: 1 1 7%;
  }
  .order-list > li.order .summary .total {
    flex: 0 1 10%;
  }
}
@media screen and (max-width: 719px) {
  .order-list > li.order .summary {
    position: relative;
    margin-right: 40px;
    flex-wrap: wrap;
  }
  .order-list > li.order .summary .date {
    flex: 1 1 50%;
  }
  .order-list > li.order .summary .number {
    flex: 1 1 50%;
  }
  .order-list > li.order .summary .status {
    flex: 1 1 50%;
  }
  .order-list > li.order .summary .tracking {
    flex: 1 1 100%;
  }
  .order-list > li.order .summary .quantity {
    flex: 1 1 50%;
  }
  .order-list > li.order .summary .total {
    flex: 0 1 50%;
  }
  .order-list > li.order .summary .details {
    position: absolute;
    right: -40px;
    top: 50%;
    margin-top: -20px;
  }
  .order-list > li.order .summary .lgnd {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    color: #6ECEB2 !important;
  }
  .order-list > li.order .summary p,
  .order-list > li.order .summary a {
    margin-bottom: 5px;
  }
}
.order-list > li.order .items {
  border: 1px solid #e5e5e5;
  border-bottom: none;
  background: #e5e5e5;
  display: none;
}
.order-list > li.order .items .items-list-legend {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #FFFFFF;
  background: #808080;
  padding: 7px 15px;
}
.order-list > li.order .items .items-list-legend p {
  margin-bottom: 0;
}
.order-list > li.order .items .items-list-legend p:first-child {
  flex: 0 1 40%;
}
.order-list > li.order .items .items-list-legend p:nth-child(2) {
  flex: 0 1 10%;
}
.order-list > li.order .items .items-list-legend p:nth-child(3) {
  flex: 0 1 15%;
}
.order-list > li.order .items .items-list-legend p:nth-child(4) {
  flex: 0 1 35%;
}
@media screen and (max-width: 719px) {
  .order-list > li.order .items .items-list-legend {
    padding: 7px;
  }
  .order-list > li.order .items .items-list-legend p:first-child {
    flex: 0 1 40%;
  }
  .order-list > li.order .items .items-list-legend p:nth-child(2) {
    flex: 0 1 7%;
  }
  .order-list > li.order .items .items-list-legend p:nth-child(3) {
    flex: 0 1 23%;
  }
  .order-list > li.order .items .items-list-legend p:nth-child(4) {
    flex: 0 1 30%;
  }
}
.order-list > li.order .items ul {
  padding: 0;
}
.order-list > li.order .items li {
  display: flex;
  padding: 7px 15px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
}
.order-list > li.order .items li a {
  flex: 0 1 10%;
  padding-right: 15px;
}
.order-list > li.order .items li .name {
  flex: 1 1 30%;
}
.order-list > li.order .items li .quantity {
  flex: 1 1 10%;
}
.order-list > li.order .items li .total {
  flex: 1 1 15%;
}
.order-list > li.order .items li .status {
  flex: 1 1 35%;
}
@media screen and (max-width: 719px) {
  .order-list > li.order .items li {
    padding: 7px;
  }
  .order-list > li.order .items li a {
    display: none;
  }
  .order-list > li.order .items li .name {
    flex: 1 1 40%;
  }
  .order-list > li.order .items li .quantity {
    flex: 1 1 7%;
  }
  .order-list > li.order .items li .total {
    flex: 1 1 23%;
  }
  .order-list > li.order .items li .status {
    flex: 1 1 30%;
  }
}
.order-list > li.order .items .reorder {
  padding: 15px;
  text-align: right;
}
.order-list > li.order .items .reorder button.btn.primary {
  display: inline-block;
  font-size: 12px;
  height: 36px;
}
.order-list > li p {
  margin: 0;
}
.pay-mod .btn.primary span {
  display: inline-block;
  width: 100%;
}
.pay-mod .btn.primary svg {
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
}
.fid-info-link {
  font-weight: 700;
  color: #6ECEB2;
  font-size: 14px;
}
.fid-info-link:hover {
  text-decoration: underline;
}
