/*
c'est la couleur par defaut.  
*/
.m-0 {
  margin: 0 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-1 {
  margin: 0.25rem 0.25rem !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem 0.5rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.m-3 {
  margin: 1rem 1rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.ml-3 {
  margin-left: 1rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.m-4 {
  margin: 1.5rem 1.5rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mr-4 {
  margin-right: 1.5rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4 {
  margin-left: 1.5rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.m-5 {
  margin: 3rem 3rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mr-5 {
  margin-right: 3rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.ml-5 {
  margin-left: 3rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.p-0 {
  padding: 0 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-1 {
  padding: 0.25rem 0.25rem !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pr-1 {
  padding-right: 0.25rem !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1 {
  padding-left: 0.25rem !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem 0.5rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.p-3 {
  padding: 1rem 1rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pr-3 {
  padding-right: 1rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pl-3 {
  padding-left: 1rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.p-4 {
  padding: 1.5rem 1.5rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pr-4 {
  padding-right: 1.5rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4 {
  padding-left: 1.5rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.p-5 {
  padding: 3rem 3rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pr-5 {
  padding-right: 3rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.pl-5 {
  padding-left: 3rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem 3rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem 3rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem 3rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-md-0 {
    padding: 0 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem 3rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem 3rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem 1rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem 3rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem 1rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem 3rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
.dropdown-menu > li > a {
  line-height: 40px;
}
.dropdown-menu > li > a:hover {
  color: #009ee0;
}
.menuNav .dropdown li {
  width: 100%;
}
.nav > li.nameCliSelected > a:hover {
  text-decoration: none;
  background-color: inherit;
}
.nav > li.nameCliSelected > a:focus {
  text-decoration: none;
  background-color: inherit;
}
li.nameCliSelected > a {
  font-size: 12px;
}
@media (min-width: 1200px) {
  .navbar#navbarlogin {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .navbar#navbarlogin {
    padding-bottom: 0px;
  }
}
.navCategorie {
  background: #ebebeb;
}
#navbarFiltre > ul > li > a {
  font-size: 1.5rem;
  color: #888;
  background-color: #ebebeb;
}
#navbarFiltre {
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  background: inherit;
}
#navbarFiltre > li ul {
  list-style-type: inherit;
}
ul.filterLi {
  list-style-type: inherit;
}
.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}
.dropdown.filterList#dropdown-filter:hover .filterParent,
.dropdown.filterList#dropdown-filter:hover .arrow-up {
  animation: 0.5s changeVisibility;
  animation-fill-mode: forwards;
}
@keyframes changeVisibility {
  99% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
.arrow-up {
  margin: 0px 38%;
  position: absolute;
  z-index: 200;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #009ee0;
  visibility: hidden;
}
.dropdown.filterList#dropdown-filter .filterParent {
  position: absolute;
  z-index: 200;
  padding: 10px 0;
  background: #fff;
  border-top: 5px solid #009ee0;
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  min-height: 200px;
  visibility: hidden;
}
.filterTitle {
  font-size: 16px;
  font-weight: 600;
}
.filterTitle a {
  display: block;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ddd;
}
#filterZone {
  margin-bottom: 10px;
}
#filterZone a {
  color: black;
}
@media (max-width: 767px) {
  .menuNav .open .dropdown-menu {
    background: #fff;
  }
  .menuNav .open .dropdown-menu li a {
    padding: 18px 30px ;
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 767px) {
  body {
    width: inherit;
    margin: inherit;
  }
  .container-fluid {
    padding: 0;
  }
  .container {
    padding: 0;
  }
  .row {
    width: -moz-fit-content;
    width: fit-content;
    width: 100%;
    margin: auto;
  }
  .no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
  }
  .removePadding,
  .removePadding > * {
    padding: 0 !important;
    margin: 0 !important;
  }
  .removeSidePadding,
  .removeSidePadding div {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #navbar {
    width: 100% !important;
    margin-left: inherit;
    margin-right: inherit;
    margin-top: 0%;
    padding-bottom: 1.8%;
    background: #009ee0;
  }
  #navbar > .navbar-nav li {
    line-height: 65px;
    border-bottom: 1px solid #aaa;
    width: 100%;
  }
  #navbar > .navbar-nav > li {
    width: auto !important;
    min-width: 100% !important;
    font-size: 1.3em;
    text-align: center;
  }
  #navbar > ul > li:not(:first-child) > a > i.fa {
    display: none;
  }
  #navbar > ul > li > a {
    padding: inherit !important;
    color: #fff !important;
    margin: inherit !important;
    border-left: inherit !important;
    line-height: 65px !important;
    height: 65px !important;
  }
  #navbar > ul > li.home > a > img {
    display: none;
  }
  .header {
    padding: inherit !important;
    margin: inherit !important;
  }
  .blocMontantPanier {
    background: #373D44 !important;
    color: white !important;
    border-radius: inherit !important;
  }
  .detailLigneCmdAccueil_Designation_Margin {
    margin: 10px 0px;
  }
  .top-masthead {
    min-height: 40px !important;
  }
  .bouton_Ajout_Client,
  .bouton_Valide_Visite {
    width: 100% !important;
    margin-bottom: 5px;
  }
  .modal-body {
    min-height: inherit !important;
  }
  .reflow-table > table {
    border: 0;
  }
  .reflow-table > table thead {
    display: none;
  }
  .reflow-table > table tr {
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 2px solid #ddd;
  }
  .reflow-table > table td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
  }
  .reflow-table > table td:last-child {
    border-bottom: 0;
  }
  .reflow-table > table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
  .reflow-table > table span:before {
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
  .reflow-table > table span:empty {
    content: "";
    display: inline-block;
    height: 20px;
  }
  .reflow-table > table.table-bis {
    border: 0;
  }
  .reflow-table > table.table-bis thead {
    display: none;
  }
  .reflow-table > .table-bis > tbody > tr > td {
    max-width: 100%;
  }
  .reflow-table > table.table-bis tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ddd;
  }
  .reflow-table > table.table-bis td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
  }
  .reflow-table > table.table-bis td:last-child {
    border-bottom: 0;
  }
  .reflow-table > table.table-bis td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
  }
  .reflow-table > table.table-bis span:before {
    float: left;
    text-transform: uppercase;
  }
  .reflow-table > table.table-bis td:empty {
    content: "";
    display: block;
    height: 30px;
  }
  .couleurBleu {
    color: #2395F9;
  }
  .cliSelected {
    width: 100%;
  }
  tbody > tr > td {
    min-height: 25px;
  }
  .ngdialog-content {
    width: 100%;
    min-width: inherit !important;
  }
  #mTabRecapPanier .totalRecapPanier {
    padding: 5px ;
    text-align: center;
    border-bottom: 1px solid #ccc;
    color: #444;
  }
  #mTabRecapPanier .totalRecapPanier p {
    margin: 0;
  }
  #mTabRecapPanier .totalRecapPanier#totalHT {
    font-size: 1.8em;
    color: #000;
  }
}
@media (orientation: landscape) and (min-width: 320px) and (max-width: 480px) {
  #navbar {
    margin-top: 0%;
    padding-bottom: 1.8%;
  }
  #navbar > .navbar-nav > li {
    font-size: 1.3em;
    text-align: center;
    line-height: 65px;
    height: 65px;
  }
}
@media (orientation: portrait) and (min-device-width: 240px) and (max-device-width: 767px) {
  .col-xs-8.col-xs-offset-2 .slider {
    display: none;
  }
  .bloc h3 {
    background: #009ee0;
    color: #fff;
    font-size: 0.7em;
    margin-top: 0.5%;
    text-align: center;
    padding: 5px 0;
    padding-left: inherit;
    margin-bottom: 20px;
  }
  .bloc h3 img {
    display: none;
  }
  .bouton_perso {
    margin-left: inherit;
    margin-right: inherit;
    background: #009ee0;
    border: none;
    color: #fff;
    padding: 1% 2.3%;
    margin-top: 6%;
    cursor: pointer;
  }
  .bg_bleu h1 {
    color: #fff;
    font-size: 1em;
    font-family: arial;
    margin: 0;
    font-weight: normal;
    margin-left: 20%;
    margin-top: 1.8%;
  }
  .bg_bleu h2 {
    color: #fff;
    font-size: 0.6em;
    font-family: arial;
    font-weight: normal;
    margin: 0;
    margin-left: 20%;
    margin-top: 1.6%;
    margin-bottom: 1.8%;
  }
  #login #mdp {
    margin-bottom: 15px;
  }
  .modal-footer {
    padding: 5%;
    text-align: right;
    border: inherit;
  }
  footer {
    width: 100%;
    height: 50px;
    position: inherit;
    padding: 10px;
    color: #777;
  }
  table tr {
    min-width: 100%;
  }
  .pagination ul > li > a,
  .pagination ul > li > span {
    float: left;
    padding: 0px 10px;
    line-height: 38px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #787878;
    border-left-width: 0;
  }
}
@media (min-device-width: 320px) and (max-device-width: 320px) {
  .bouton_perso {
    margin-left: 5%;
    margin-right: inherit;
    background: #009ee0;
    border: none;
    color: #fff;
    padding: 1% 2.3%;
    margin-top: 6%;
    cursor: pointer;
    font-size: 58%;
  }
  .img_connexion {
    position: absolute;
    margin-top: 25.9%;
    margin-left: -9%;
    width: 23.8%;
    height: 37%;
  }
}
@media (min-device-width: 240px) and (max-device-width: 240px) {
  .bouton_perso {
    margin-left: -23%;
    margin-right: inherit;
    background: #009ee0;
    border: none;
    color: #fff;
    padding: 1% 2.3%;
    margin-top: 6%;
    cursor: pointer;
    font-size: 58%;
  }
  .img_connexion {
    position: absolute;
    margin-top: 54.9%;
    margin-left: -14%;
    width: 26.8%;
    height: 35%;
  }
}
@media screen and (max-width: 1280px) {
  body {
    min-width: inherit !important;
    overflow-x: hidden;
  }
  .spec {
    margin: inherit !important;
  }
  header > .header > div > div.navbar-static-top > div.grey-cont {
    min-height: inherit;
  }
  #navbar {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
  .row {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    width: 100% ;
    margin: auto;
  }
}
@media only screen and (min-device-width: 991px) and (max-device-width: 1199px) {
  .row {
    margin-left: 5%;
    margin-right: 8%;
  }
  .ngdialog.ngdialog-theme-default .ngdialog-content {
    -webkit-animation: ngdialog-flyin 0.5s;
    animation: ngdialog-flyin 0.5s;
    background: #f0f0f0;
    border-radius: 5px;
    color: #444;
    font-family: 'Helvetica', sans-serif;
    font-size: 1.1em;
    line-height: 1.5em;
    margin: 0 auto;
    max-width: 100%;
    padding: 1em;
    position: relative;
    width: 80%;
  }
  .table > thead > tr > th {
    min-width: inherit;
  }
}
@media only screen and (orientation: landscape) and (min-width: 769px) and (max-width: 1280px) {
  body {
    width: 100% !important;
    margin: inherit !important;
  }
  div.Bloc-Rech {
    width: 100% !important;
  }
  .table > thead > tr > th {
    min-width: 100px;
  }
  .table > tbody > tr > td {
    min-width: 100px;
    word-wrap: break-word;
  }
  /*.table-bis when (@isDefaultTemplate = false) {
    width: 1000px;
    table-layout: fixed;
    margin-right: -150px;
  }*/
  .bouton_Ajout_Client,
  .bouton_Fiche_Client {
    height: 100%;
  }
  div.col-xs-12 > div > table {
    width: 100%;
    table-layout: fixed;
  }
  .control-label {
    text-align: inherit !important;
  }
  .bouton_Ajout_Client,
  .bouton_Valide_Visite {
    margin-bottom: 5px;
  }
  .resp-display {
    width: 100%;
  }
}
@media only screen and (orientation: portrait) and (min-width: 768px) and (max-width: 1025px) {
  .control-label {
    text-align: inherit !important;
  }
  .bouton_Ajout_Client,
  .bouton_Valide_Visite {
    width: 100% !important;
    margin-bottom: 5px;
  }
}
input[type=number] {
  /* Firefox */
  -moz-appearance: textfield;
}
.ngdialog-overlay {
  display: none;
}
.ngdialog {
  background: rgba(0, 0, 0, 0.4);
  animation: ngdialog-fadein 0.5s;
}
.ngdialog .ngdialog-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
}
.ngdialog .ngdialog-close:before {
  font-size: 40px !important;
  color: #009ee0 !important;
}
body {
  font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  width: auto;
  min-height: 100%;
  position: relative;
  background-color: #dcdcdc;
  overflow-x: hidden;
}
html {
  height: 10px;
}
a {
  text-decoration: none ;
}
/* Custom page header */
.header {
  width: 100%;
  position: static !important;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  padding-bottom: 19px;
}
/* Custom page footer */
.footer {
  bottom: 0;
  width: 100%;
  height: 0px;
  margin-top: 20px;
}
.footer a {
  color: inherit;
}
.main {
  height: 100%;
}
.blanket {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.38;
  z-index: 1050;
}
.helper-focused {
  background: white;
  outline: -webkit-focus-ring-color auto 5px;
  z-index: 1070;
}
.noResize {
  resize: none;
}
.horizontalLign {
  border-bottom: 1px solid #000;
}
.whiteHorizontalLign {
  border-bottom: 1px solid #ffffff;
}
/* :not(.fc-*)  */
/* Responsive: Portrait tablets and up */
.fc-time-grid-container.fc-scroller {
  min-height: 284px !important;
}
.fc table {
  margin-top: inherit !important;
}
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
  /* Space out the masthead */
  .header {
    width: 100%;
  }
}
.table {
  width: 100%;
  max-height: 820px;
  /*min-height: 820px;*/
}
.table > tbody > td > th {
  text-align: center;
}
.table > thead > tr > th {
  min-width: 100px;
}
.table-bis {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.table-bis > thead.levelTwo > tr > th {
  width: auto;
  padding: 0 5px 0 5px;
}
.table-bis > tbody > tr:nth-of-type(2n) {
  background-color: #bccae9;
}
.table-bis > tbody > tr:nth-of-type(2n+1) {
  background-color: #98b3f2;
}
.table-striped > tbody > tr:nth-of-type(4n+1),
.table-striped > tbody > tr:nth-of-type(4n+2) {
  background-color: #cec9cf;
}
.table-striped > tbody > tr:nth-of-type(4n+3),
.table-striped > tbody > tr:nth-of-type(4n) {
  background-color: #b3afb4;
}
.divider {
  height: 1px;
  margin: 5px 0;
  overflow: hidden;
  background-color: #009ee0;
}
.modal-content {
  min-height: 50px;
  width: 740px;
}
.modal-body {
  padding: inherit;
}
.modal-body-avertissement {
  min-height: 80px;
}
.ngdialog-content {
  margin: 15px auto;
  min-width: 760px;
  min-height: 50px;
  font-family: inherit !important;
}
.table > tbody,
thead > tr > * {
  min-width: 100%;
  max-width: 100%;
  text-align: center;
}
th {
  text-align: center;
}
.table > tbody > tr > th > .fa-plus-circle {
  color: green;
}
.table > tbody > tr > th > .fa-search {
  color: deepskyblue;
}
.bootstrap-row {
  margin-left: -15px;
  margin-right: -15px;
}
.bootstrap-row::before,
.bootstrap-row::after {
  display: table;
  content: " ";
}
.bootstrap-row::after {
  clear: both;
}
.clickableRow {
  cursor: pointer;
}
/* Surcharge de ng-dialog */
.ngdialog.ngdialog-theme-1200 .ngdialog-content {
  min-height: inherit !important;
}
.ngdialog-close {
  -webkit-appearance: none;
  background: none;
  border: none;
}
.modal-body-avertissement .row .col-md-10 ul li p {
  font-size: 12px;
}
/* Surcharge angular-ui-notification */
.ui-notification {
  width: auto;
  min-width: 300px;
  margin-left: 10px;
  z-index: 10000;
}
/* Page Fiche Produit */
.product-title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
}
.product-ref {
  float: right;
  font-family: oswald, Helvetica Neue, Arial, sans-serif;
  font-size: 14px;
  font-weight: lighter;
  letter-spacing: 1px;
  margin: 0 0 5px;
  padding: 0;
  text-transform: uppercase;
}
.product-price {
  font-size: 16px;
}
.product-price .net,
.prix.net {
  color: #FF9326;
}
.product-price .public,
.prix.public {
  color: green;
}
.product-documents {
  font-size: larger;
}
/* Fin Page Fiche Produit */
.input-small {
  width: 5em;
  display: inline-block;
}
.noselect {
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  not supported by any browser */
}
.top-masthead {
  background-color: #009ee0;
  color: white;
  min-height: 15px;
}
.grey-cont {
  background-color: inherit;
  min-height: 45px;
}
.white-cont {
  background-color: #ffffff;
  min-height: 15px;
}
.bg_bleu {
  background-color: #009ee0;
}
.bg_bleu h1 {
  color: #fff;
  font-size: 185.9%;
  font-family: arial;
  margin: 0;
  font-weight: normal;
  margin-left: 20%;
  margin-top: 1.8%;
}
.bg_bleu h2 {
  color: #fff;
  font-size: 128.5%;
  font-family: arial;
  font-weight: normal;
  margin: 0;
  margin-left: 20%;
  margin-top: 1.6%;
  margin-bottom: 1.8%;
}
.img_connexion {
  position: absolute;
  margin-top: -4.1%;
  margin-left: -1%;
  width: 18.8%;
  height: 131%;
}
.bouton_perso {
  /*margin-left: 26.5%; //115px
  margin-right: 24%;*/
  margin-left: auto;
  margin-right: auto;
  background: #009ee0;
  border: none;
  color: #fff;
  padding: 6px 12px;
  margin-top: 6%;
  cursor: pointer;
}
.bouton_perso:hover {
  color: #fff;
  text-decoration: none;
}
a.bouton_perso.view_fiche {
  display: inline-block;
  margin-left: 0;
  margin-top: 1em;
}
#navbar > ul > li.home > a {
  border: none;
}
.bloc {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding-bottom: 4%;
}
.bloc h3 {
  background: #009ee0;
  color: #fff;
  font-size: 1.5em;
  margin-top: 0px;
  text-align: left;
  padding: 5px 0;
  padding-left: 15px;
}
.bloc h3 img {
  /*position: absolute;
  left: 2.2%; //25px
  top: -4.2%; //-10px*/
  position: relative;
  margin: -6% 1% -4% -40px;
}
.bloc table {
  margin-top: 8px;
}
.bloc td {
  padding: 7px 0;
  font-family: arial;
  font-size: 85%;
  color: #009ee0;
}
.bloc td span {
  color: #333;
}
.bloc td a {
  color: #009ee0;
  text-decoration: underline;
}
.panier_bloc td a {
  text-decoration: none;
}
.panier_bloc td a:hover {
  text-decoration: underline;
}
.bloc th {
  font-size: 12px;
  color: #000;
  font-weight: normal;
  border-bottom: dashed 1px #000;
  padding-bottom: 10px;
}
.bloc.panier_bloc td {
  padding: 20px 0;
  border-bottom: dashed 1px #ececec;
  color: #333;
}
.bloc.panier_bloc td span.reference {
  color: #666666;
}
.datepicker td {
  padding: inherit !important;
  border-bottom: inherit !important;
  color: inherit !important;
}
.datepicker th {
  font-size: inherit !important;
  font-weight: bold !important;
  padding-bottom: inherit !important;
  border-bottom: inherit !important;
  color: inherit !important;
}
.form-label-textright .control-label {
  text-align: right !important;
}
.form-inline {
  padding: 20px 25px;
}
.produit {
  display: block;
  float: left;
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  border-left: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 10px;
}
.product_list .produit:hover {
  background-color: #eee;
  border: 1px solid #009ee0;
  transition: border 1s ease;
}
.produit.first {
  border: none;
  margin-top: 0;
}
.produit h2 {
  margin-top: 0;
  font-size: 114.5%;
  color: #009ee0;
}
.produit p {
  font-size: 85.5%;
  color: #333;
  line-height: 14px;
}
.produit p.prix {
  font-size: 16px;
  width: 100%;
  padding: 5px 0;
  border-radius: 5px;
  margin-top: 25px;
}
.add_cart h2 {
  background: #009ee0;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 2px 15px;
  margin: 0;
}
.add_cart .prix {
  font-size: 13px;
  color: #fff;
  background: #FF9326;
  width: 125px;
  padding: 3px 0;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 15px;
  text-align: center;
}
/* GENERIC TEMPLATE */
.col-xs-3 p.prix span.indice {
  font-size: 0.6em;
  line-height: 16px;
}
.pagination {
  height: 40px;
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 0 14px;
  line-height: 38px;
  text-decoration: none;
  background-color: #ffffff;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
/* Astuce pour cacher les selects sur firefox et IE   */
.modal-header .close {
  margin-top: -8px;
}
.modal-body h3.add_cart {
  background: #009ee0;
  color: #fff;
  font-size: 104%;
  text-transform: uppercase;
  font-weight: normal;
  padding: 10px 20px;
  margin: -15px -15px 25px;
}
.modal-body h2,
.add_cart h2 {
  background: #009ee0;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 2px 15px;
  margin: -15px -15px 25px;
}
.modal-body h5 {
  background: #009ee0;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 2px 39px;
  margin: -25px -15px 25px;
}
.modal-body img.ombre {
  width: 100%;
  margin-top: -61px;
}
.infos {
  margin-top: -45px;
}
.cliSelected {
  margin-top: 15px;
  margin-bottom: 10px;
}
.bouton_Ajout_Client {
  display: inline-block;
  border: none;
  background: #333;
  color: #fff;
  min-height: 28px;
  font-size: 12px;
  border-radius: 6px;
}
.bouton_Valide_Visite {
  display: inline-block;
  border: none;
  background: #3F9850;
  color: #fff;
  min-height: 28px;
  font-size: 12px;
  border-radius: 6px;
}
.bouton_Fiche_Client {
  display: inline-block;
  border: none;
  background: #333;
  color: #fff;
  min-height: 28px;
  font-size: 12px;
  border-radius: 6px;
}
h3.TitreRech {
  font-size: 20px;
  text-transform: uppercase;
}
div.LogoSociete {
  content: url('../Clients/LEBLANC/images/logo.png?v=81cde8e778');
  max-height: 75px;
  max-width: 100%;
  padding-bottom: 1px;
}
div.LogoSociete::after {
  background: url('../Clients/LEBLANC/images/logo.png?v=81cde8e778') no-repeat;
  background-size: auto auto;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 75px;
  width: 200px;
}
div.mLogoSociete {
  content: url('../Clients/LEBLANC/images/logo.png?v=81cde8e778');
  max-width: 125%;
  display: block;
  margin: auto;
}
div.mLogoSociete::after {
  background: url('../Clients/LEBLANC/images/logo.png?v=81cde8e778') no-repeat;
  background-size: auto auto;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 75px;
  width: 150px;
  margin-top: 0px;
}
div.bloc > table {
  margin: 10px auto;
  padding: 10px;
  width: 95%;
}
#login #mdp {
  margin-bottom: 15px;
}
.modal-footer {
  padding: 5%;
  text-align: right;
  border: inherit;
}
.navbar-fixed-top .navbar-nav > .active > a,
.navbar-fixed-top .navbar-nav > .open > a {
  background-image: -webkit-linear-gradient(top, #F43F3F 0, #efc6c6 100%);
  background-image: -o-linear-gradient(top, #F43F3F 0, #efc6c6 100%);
  background-image: -webkit-gradient(linearslider, left top, left bottom, from(#F43F3F), to(#efc6c6));
  background-image: linear-gradient(to bottom, #F43F3F 0, #efc6c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffF43F3F', endColorstr='#ffefc6c6', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.flexslider {
  background-color: transparent ;
  border: none;
}
.flexslider .slides img {
  object-fit: contain;
}
.flexslider ol.flex-control-nav.flex-control-thumbs {
  display: flex;
  align-items: center ;
}
.flexslider ol.flex-control-nav.flex-control-thumbs li {
  width: auto ;
}
.flexslider ol.flex-control-nav.flex-control-thumbs img {
  max-height: 100px;
  max-width: 100%;
  height: auto;
  width: auto;
}
.carousselListeArticle .flexslider .slides img,
.carousselListeArticle .img-nondispo {
  max-height: 160px;
}
.carousselFicheProduit .flexslider .slides img,
.carousselFicheProduit .img-nondispo {
  max-height: 300px;
}
textarea#textAreaCommentaire,
textarea#textAreaCommentaireVisite,
textarea#textAreaCompteRendu {
  max-width: 100%;
  height: 100px;
}
.nomSoc,
.adrSoc,
.BPSoc {
  padding-left: 13%;
  font-size: 12px;
}
.numTel {
  padding-left: 13%;
  margin-top: -3%;
}
.nomSoc {
  margin-top: -45px;
}
.itemRSocCliVis {
  margin-left: 21%;
  margin-top: -5%;
}
.couleurBleu {
  color: #2395F9;
}
.couleurRouge {
  color: #FF0000;
}
.couleurVert {
  color: #008000;
}
.selected {
  text-decoration: none;
  background-color: rgba(238, 238, 238, 0.5);
}
@keyframes boutonAnimNav {
  from {
    color: #009ee0;
  }
  to {
    color: #009ee0;
  }
}
.menuNav .nav > li > a:hover,
.menuNav .nav > li > a:focus {
  background-color: rgba(238, 238, 238, 0.5);
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  animation: boutonAnimNav 0.4s ease-in-out forwards;
  box-shadow: 0px -2px 0px #009ee0 inset;
}
@keyframes boutonAnimNavCat {
  from {
    color: #888;
  }
  to {
    background-color: #009ee0;
    color: white;
  }
}
.navCategorie .nav > li > a:hover,
.navCategorie .nav > li > a:focus {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  animation: boutonAnimNavCat 0.4s ease-in-out forwards;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: rgba(238, 238, 238, 0.5);
  border-color: #337ab7;
}
.bouton-badge {
  border: none;
  background: inherit;
}
.badge.danger {
  background-color: #d9534f;
}
.badge.info {
  background-color: #31b0d5;
}
.div-center {
  margin-top: 2%;
  margin-bottom: 2%;
  margin-left: auto;
  margin-right: auto;
}
img {
  max-width: 100%;
  /* les images seront limitées à la largeur de leur parent */
}
.nomArtPanier {
  font-size: 1.3em;
}
span.refPanier {
  color: #615C5C !important;
}
#BlocArticlePanier > div p {
  margin: 0px;
}
.valPrix {
  font-size: 40px;
}
.blocMontantPanier,
.accueil__totalCommande {
  background: #373D44;
  color: white;
  text-align: center ;
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 10px;
}
.PrixPanier {
  font-size: 2em;
}
.col-xs-3.blocMontantPanier > .container > .col-xs-12 > span.dollar {
  font-size: 2em;
}
.popover-title {
  padding: 8px 14px;
  padding-bottom: 8px !important;
  line-height: inherit !important;
}
.popover-footer {
  padding: 0 14px 9px;
}
div.special > div[class*="col-"] {
  padding: 5px;
}
.header_Modal {
  padding: 30px 0;
  border-bottom: inherit;
}
@media only screen and (max-width: 768px) {
  .header_Modal {
    padding: 50px 0 30px 0;
  }
  .footer_modal {
    padding-bottom: 10px;
  }
}
.only_Header_h2 {
  background: #009ee0;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 2px 15px;
  margin: -15px -15px 0px;
}
.header_Article_h2,
.header_h2 {
  background: #009ee0;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 2px 15px;
  margin: -15px -15px 25px;
}
.header_Article_h5 {
  background: #009ee0;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 2px 39px 0px 39px;
  margin: -25px -15px 0px;
}
.reference {
  float: right;
  text-transform: none;
  font-size: 12px;
  padding-top: 3px;
}
.addArticle_Blue_Zone {
  background-color: rgba(178, 230, 245, 0.46);
  border: 2px dashed rgba(0, 179, 221, 0.71);
  text-align: center;
}
.Add_Art_Button {
  margin-bottom: 20px;
  width: 250px;
}
.selection-Style {
  min-width: 100px;
  height: 25px;
}
.control {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  padding: 3px 8px;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
}
.vertical-center {
  /*min-height: 100%;
  min-height: 100vh;*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.bottomLine {
  border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}
.firstQuarter {
  background-color: #0095FF;
  color: white;
}
.secondQuarter {
  background-color: #14C553;
  color: white;
}
.thirdQuarter {
  background-color: #D83A3A;
  color: white;
}
.fourthQuarter {
  background-color: #32C5CC;
  color: white;
}
.header_ficheProduit {
  color: #2274ff;
}
.horizontalLign_HeaderficheProduit {
  border-bottom: 3px solid #2274FF;
}
.horizontalLign_ficheProduit {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.horizontalDottedLign {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
}
div.blocHeaderPere {
  height: 50px;
  line-height: 50px;
  text-align: center;
}
div.blocHeaderFils {
  vertical-align: middle;
  display: inline-block;
  line-height: 1.2;
  /* on rétablit le line-height */
  text-align: left;
  /* ... et l'alignement du texte */
  width: 100%;
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.Titre_Panier {
  background: #009ee0;
  color: #fff;
  margin-top: 0.5%;
  text-align: left;
  padding: 5px 10px !important;
  margin-bottom: 20px;
}
.prixArticle {
  margin-top: 10px;
  background: #5BC0DE;
  color: #fff;
  border-radius: 15px;
}
.prixArticle .mMontantHT {
  font-size: 1.4em;
  margin: 0px;
}
.prixArticle .mMontantTTC {
  font-size: 0.9em;
  color: #eee;
  margin: 0px;
}
img.imgCentered {
  vertical-align: middle;
}
.form-header {
  width: 85%;
  float: left;
  height: 34px;
  padding: 0 0.625rem;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.btn-form-header {
  width: 15%;
  background: #009ee0;
  height: 34px;
  overflow: hidden;
  display: inline-block;
  float: left;
  font-size: 1rem;
  border-top: 1px solid #009ee0;
  border-right: 1px solid #009ee0;
  border-bottom: 1px solid #009ee0;
  border-left: 0;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
}
.Valide_panier {
  display: flex;
  justify-content: center ;
  background: #2DCC70;
  color: #fff;
  margin: 5px;
  border-radius: 6px;
  padding: 10px;
}
.Valide_panier:hover {
  background-color: transparent;
  color: #2DCC70;
  text-decoration: none;
}
.Vider_panier {
  display: flex;
  justify-content: center ;
  background: #A7A7A7;
  color: #fff;
  margin: 5px;
  border-radius: 6px;
  padding: 10px;
}
.Vider_panier:hover {
  background-color: transparent;
  color: #A7A7A7;
  text-decoration: none ;
}
.Vider_panier span,
.Valide_panier span {
  padding: 5px;
}
.TitreFiltre {
  padding: 10px 0px;
  margin-left: 20px;
}
.blocAffFiltre {
  margin-bottom: 30px;
}
.blocAffFiltre > .col-lg-12.col-md-12.col-sm-12 {
  position: relative;
  background: #fff;
  border: 1px solid #ededed;
  padding: 0px;
}
.clickable {
  cursor: pointer;
}
.flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media screen and (min-width: 1224px) {
  .table-bordered > tbody > tr > td {
    resize: horizontal;
    overflow: auto;
  }
}
td#ComCmrxCli > span {
  word-break: break-word;
}
/* Responsive part */
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.colors-undo {
  float: right;
  position: relative;
  top: -27px;
  right: 10px;
}
.colors-background-preview {
  height: 130px;
  background-size: cover !important;
  border: solid 3px #fff;
  -moz-box-shadow: 1px 1px 5px #999;
  -webkit-box-shadow: 1px 1px 5px #999;
  box-shadow: 1px 1px 5px #999;
}
.colors-background-remove {
  width: 30px;
  height: 30px;
  float: right;
  position: relative;
  top: -16px;
  right: -16px;
  font-size: 1.7em;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  color: #fff;
  background: #d9534f;
  border: 2px solid #fff;
  border-radius: 50%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  #navbar {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  #navbar > .navbar-nav > li {
    min-width: 10%;
  }
}
@media only screen and (orientation: portrait) and (min-width: 768px) and (max-width: 800px) {
  body {
    width: 100%;
    margin: inherit;
  }
  .resp-display {
    width: 100%;
  }
  #navbar > .navbar-nav > li {
    min-width: 100px;
  }
  .table > thead > tr > th {
    min-width: 100px;
  }
  .table > tbody > tr > td {
    min-width: 100px;
    word-wrap: break-word;
  }
  .bouton_Ajout_Client,
  .bouton_Fiche_Client {
    width: 100%;
    height: 100%;
  }
  div.col-xs-12 > div > table {
    width: 100%;
    table-layout: fixed;
  }
  /*.ngdialog.ngdialog-theme-default .ngdialog-content {
    width: 100%;
  }*/
}
@media (max-width: 767px) {
  body {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    width: auto;
  }
  .only_Header_h2 {
    font-size: 14px;
  }
  #navbar {
    padding: 0;
    margin: 0;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #009ee0;
  }
  .bloc h3 img {
    display: none;
  }
  #navbartilisateur > ul > li > a {
    font-size: 0.8em;
    color: #009ee0;
    margin: inherit;
    border-left: 1px solid #fff;
  }
  #navbar > ul {
    margin-left: inherit;
    margin-right: inherit;
  }
  .pagination {
    min-width: 300px;
  }
  .pagination ul {
    padding: 0;
  }
  .produit .add_cart,
  .add_cart .add_cart {
    height: 38px;
    border: none;
    font-size: 120%;
    color: #6B6B6C;
    margin-top: 15px;
  }
  .produit p.prix {
    font-size: 13px;
    width: 100%;
    padding: 5px 0;
    border-radius: 5px;
    margin-top: 25px;
    margin-left: -7px;
  }
  .ngdialog.ngdialog-theme-default,
  .ngdialog.ngdialog-theme-1200,
  .ngdialog.ngdialog-theme-1500 {
    padding: 10px 5px;
  }
  .ngdialog.ngdialog-theme-default .ngdialog-content {
    display: inline-grid;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    width: 100%;
  }
  .ngdialog.ngdialog-theme-1200 .ngdialog-content {
    min-height: inherit;
  }
  .ngdialog.ngdialog-theme-1500 .ngdialog-content {
    min-height: inherit;
  }
  .modal-body img.ombre {
    width: 100%;
    margin-top: -71px;
  }
  #LogoFab {
    margin-left: -30%;
  }
  .panier_bloc .row .table,
  .span9 .placement-centre .table-bis {
    table-layout: fixed;
    width: 100%;
  }
  .table-bis {
    margin-left: -5px;
  }
  .bloc th {
    font-size: 0.7em;
    color: #000;
    font-weight: normal;
    border-bottom: dashed 1px #000;
    padding-bottom: 10px;
  }
  .table-responsive {
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin: 0 0 1em;
  }
  .table > thead > tr > th {
    min-width: inherit;
  }
  .table > tbody > tr > td {
    min-width: inherit;
    word-wrap: break-word;
  }
  .footer {
    margin: 0;
  }
  .bloc h3 {
    background: #009ee0;
    color: #fff;
    font-size: 1.5em;
    margin-top: 0px;
    text-align: center;
    padding: 5px;
    padding-left: inherit;
  }
  .bouton_perso {
    background: #009ee0;
    border: none;
    color: #fff;
    font-size: 100%;
    padding: 6px;
    margin-top: 6%;
    cursor: pointer;
  }
  .bg_bleu h1 {
    color: #fff;
    font-size: 1em;
    font-family: arial;
    margin: 0;
    font-weight: normal;
    margin-left: 20%;
    margin-top: 1.8%;
  }
  .bg_bleu h2 {
    color: #fff;
    font-size: 0.6em;
    font-family: arial;
    font-weight: normal;
    margin: 0;
    margin-left: 20%;
    margin-top: 1.6%;
    margin-bottom: 1.8%;
  }
  #login #mdp {
    margin-bottom: 15px;
  }
  .modal-footer {
    padding: 5%;
    text-align: right;
    border: inherit;
  }
  .resp-display {
    display: block;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .panier_bloc {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .panier_bloc.empty {
    text-align: center ;
  }
  .panier_bloc.empty img {
    width: 60%;
  }
  div.col-xs-4 > h2.content-Text-h2,
  div.col-xs-4 > p.content-Text-p {
    display: none;
  }
  table tr {
    min-width: 100%;
  }
  .bandeauMenu {
    border-bottom: 1px solid #e6e6e6;
  }
  .header-row {
    background: #fff;
    padding: 12px;
    border-bottom: 1px solid #e6e6e6;
  }
}
fieldset {
  padding: 15px;
}
.noresize {
  resize: none;
}
.creation_prospect input,
.creation_prospect select,
.creation_prospect .horizontalDottedLign {
  margin-bottom: 10px;
}
/* GESTION IMAGE */
/* Modal ajout image */
.upload-drop-zone {
  height: 200px;
  border-width: 2px;
  margin-bottom: 20px;
  display: flex ;
  flex-direction: column;
  justify-content: center ;
  color: #999;
  border-style: dashed;
  border-color: #009ee0;
  text-align: center;
  cursor: pointer ;
}
.upload-drop-zone.drop {
  color: #222;
  border-color: #222;
}
.image_preview {
  width: 100px;
}
#notifErreurAjoutImage {
  color: red ;
}
.addBorderBottom {
  border-bottom: 1px solid #ccc;
}
/* fin gestion image */
/* DEVELOPPEMENT FLAT DESIGN */
.loginPage {
  margin-top: 30px;
}
.bouton_login {
  margin: 10px auto ;
}
.bandeauMenu {
  width: 100%;
  height: 75px;
  background: #fff;
  z-index: 9999;
  color: #009ee0;
  font-size: 14px;
}
.bandeauMenu a {
  color: inherit;
}
@media (max-width: 1200px) {
  .bandeauMenu .container,
  .menuNav .container {
    width: 100%;
  }
}
#logoSocieteHeader {
  max-height: 75px;
  max-width: 100%;
}
.menuNav ul.nav {
  width: 100%;
}
@media (min-width: 768px) {
  .menuNav ul.nav {
    display: flex;
    align-content: center ;
    flex-wrap: wrap ;
    justify-content: center ;
    float: none ;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .menuNav ul.nav {
    margin: 0;
  }
}
@keyframes bandeauHeaderAppear {
  from {
    top: -75px;
  }
  to {
    top: 0;
  }
}
div.bandeauMenu.affix {
  animation: bandeauHeaderAppear 1s ease-in-out forwards;
  -moz-animation: bandeauHeaderAppear 1s ease-in-out forwards;
  /* Firefox */
  -webkit-animation: bandeauHeaderAppear 1s ease-in-out forwards;
  /* Safari et Chrome */
  -moz-box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.14);
}
.zonePanier {
  display: flex;
  justify-content: flex-end;
}
.boutonHeader {
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* When the input field gets focus, change its width to 100% */
}
.boutonHeader#barRechercheHeader form {
  width: 100%;
}
.boutonHeader#barRechercheHeader form .input-group {
  width: inherit;
}
.boutonHeader#barRechercheHeader .input-group-btn {
  display: block ;
}
.boutonHeader input[id="RechercheRapide"] {
  width: 80%;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
.boutonHeader input[id="RechercheRapide"]:focus {
  width: 280%;
}
@keyframes couleurMainBouton {
  to {
    background-color: #009ee0;
    color: white;
  }
}
#deconnexion:hover,
#monPanierHeader:hover,
#rechercheRapide:hover {
  animation: couleurMainBouton 0.5s ease-in-out forwards;
  cursor: pointer ;
  text-decoration: none ;
}
#logoDirective {
  height: 75px;
  display: flex ;
  align-items: center;
}
#navbarlogin #logologin {
  max-height: 18vh;
}
#monPanierHeader {
  text-decoration: none ;
}
.menuNav {
  background: white;
  color: #009ee0;
  font-size: 14px;
}
.menuNav .navbar-collapse ul li {
  display: inline-block;
  float: none ;
}
.menuNav .navbar-nav {
  float: none ;
}
.menuNav .navbar-nav > li > a {
  color: inherit;
}
/*   FIN HEADER  */
/* FOOTER */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  font-size: 25px;
  padding: 12px;
  border-radius: 50%;
  color: #fff;
  background: #000;
  opacity: 0.5;
}
.back-to-top:hover {
  opacity: 0.8;
  cursor: pointer;
}
.footer-top {
  background-color: #fff;
  color: #009ee0;
  min-height: 45px;
  padding: 10px 0px;
}
a#mentionLegales {
  text-decoration: none ;
  color: #337ab7;
}
.footer-bottom {
  background-color: #575757;
  color: #ccc;
  min-height: 45px;
  padding: 15px;
}
.footer-flex {
  display: flex ;
  align-items: stretch ;
  justify-content: center ;
  flex-wrap: wrap;
}
.piedPageComponent {
  flex-grow: 1 !important ;
  padding: 30px;
}
@media (min-width: 768px) {
  .piedPageComponent {
    width: 0px;
  }
}
/* FIN FOOTER */
#angucompleteArticle .angucomplete-dropdown,
#angucompleteAjoutImage .angucomplete-dropdown,
#angucompleteFiltre .angucomplete-dropdown {
  margin-top: 34px !important;
}
.highlight {
  color: #ff0000;
}
.flexslider {
  margin-bottom: 0px;
}
#diapoHome .flex-control-nav {
  bottom: 10px;
  z-index: 100;
}
.flex-direction-nav a {
  height: 50px;
}
.zoneRechercheClient {
  padding: 20px ;
  display: flex;
  justify-content: space-around;
  align-items: center ;
  flex-wrap: wrap ;
}
.zoneRechercheClient > div {
  margin-top: 10px;
}
.zoneRechercheArticle {
  padding: 20px ;
}
.zoneRechercheArticle .checkboxTousLesClients {
  display: flex;
  justify-content: space-around;
  align-items: center ;
}
.zoneRechercheArticle .infoRecherche {
  display: flex;
  justify-content: space-around;
  align-items: center ;
  flex-wrap: wrap ;
}
.zoneRechercheArticle .infoRecherche > div {
  margin: 10px 0px;
}
.zoneRechercheArticle .infoRecherche .selection-Style {
  width: 100%;
}
.zoneRechercheArticle > div {
  margin-top: 10px;
}
.btn-recherche-doc {
  border-radius: 0px ;
}
div.blocWithVertScrollBar {
  overflow-y: scroll !important;
  height: 300px;
}
.product_list_top {
  border-bottom: 1px solid #E8E8E8;
  padding: 10px;
}
.product_list_top .product_list_top_filter {
  display: flex;
  align-items: center ;
}
.product_list_top .product_list_top_filter_content {
  font-size: 1.5em;
  min-width: 7em ;
  padding: 10px 0px 0px 20px;
  cursor: pointer;
}
.product_list_top .product_list_top_sort {
  margin-left: 10px;
  display: flex;
  align-items: center ;
  min-width: 200px;
}
.product_list_top .btn-select_cli {
  display: inline-block;
}
.result_Search {
  width: 100%;
  position: relative ;
  padding: 0;
  overflow: hidden;
}
.filter_list {
  overflow: hidden;
  float: left ;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media (min-width: 768px) {
  .filter_list {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .filter_list {
    height: auto;
  }
}
.product_list {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  overflow: hidden;
}
@media (min-width: 768px) {
  .filter_list_off {
    margin-left: -25%;
  }
}
@media (max-width: 767px) {
  .filter_list_off {
    height: 0px;
  }
}
.filter_list button {
  background-color: transparent ;
  border: none ;
  height: 100%;
  width: 100%;
}
.filter_list li {
  border: none ;
  padding: 2px 0px;
}
.filter_list li input {
  position: absolute;
  visibility: hidden;
}
.filter_list li .block-element {
  margin-left: 20px;
}
.filter_list li label {
  position: relative;
  width: 80%;
  float: right;
  padding: 10px 0px 10px 10px;
  cursor: pointer ;
  z-index: 1000;
}
.filter_list li input:checked + label {
  border-right: 1px solid #009ee0;
  background: #eee;
}
button:focus {
  outline: 0 !important ;
}
input[type='number'].no-spin-button::-webkit-outer-spin-button,
input[type='number'].no-spin-button::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
button:focus,
a:focus {
  outline: 0 !important ;
  text-decoration: inherit ;
}
.creerVisite div.white-cont {
  display: inline-block;
  padding: 10px;
}
.btn-prix-public {
  background-color: green;
  color: #fff;
}
.btn-prix-net {
  background-color: #FF9326;
  color: #fff;
}
#navBarMenu > ul {
  background-color: white;
}
#navBarMenu > ul a {
  font-size: 14px;
  color: #009ee0;
}
@media (min-width: 768px) {
  #navBarMenu > ul {
    display: flex;
    justify-content: center ;
    float: none;
    flex-wrap: wrap;
  }
  #navBarMenu > ul li:hover {
    background-color: #009ee0;
  }
  #navBarMenu > ul li:hover a {
    color: white;
  }
}
#navBarMenu > ul .dropdown-menu {
  background-color: white;
}
#navBarMenu > ul .dropdown-menu a {
  color: white;
}
@media (max-width: 767px) {
  #navBarMenu > ul a {
    font-size: 21px;
  }
  #navBarMenu > ul li a {
    line-height: 33px;
    text-align: center ;
  }
}
#navbarFiltre ul {
  background-color: #ebebeb;
}
@media (min-width: 768px) {
  #navbarFiltre ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    float: none;
  }
}
#navbarFiltre ul > a {
  font-size: 1.5rem;
  color: #888;
}
#navbarFiltre ul > li {
  padding: 0;
}
@media (max-width: 767px) {
  .hideOnMobile {
    display: none !important ;
  }
}
@media (min-width: 768px) {
  .showOnMobile {
    display: none !important ;
  }
}
.creerVisite .inputDate div,
.creerVisite .inputTime div {
  z-index: 1151 !important;
}
.add_cart {
  height: 38px;
  border: none;
  color: #6B6B6C;
}
@media (min-width: 768px) {
  .add_cart {
    margin-top: 20px;
  }
}
button.add_cart:hover,
.zoneRecherche .input-group-btn button:hover {
  animation: boutonAddCartHover 0.5s ease-in-out forwards;
}
@keyframes boutonAddCartHover {
  from {
    color: #6B6B6C;
  }
  to {
    color: #009ee0;
    background: transparent;
  }
}
.picto-marque.promo {
  background-color: #da291c;
  font-size: 1.5rem;
  line-height: 1.75;
  color: #fff;
  font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: right;
}
.picto-marque.special {
  background-color: #449d44;
  font-size: 1.5rem;
  line-height: 1.75;
  color: #fff;
  font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: right;
}
.picto-marque {
  position: relative;
  text-align: left;
  width: 100%;
  height: 3rem;
  display: block;
  color: #000000;
  padding: 0.25rem 1rem 0.25rem 0.5rem;
  box-sizing: border-box;
  z-index: 1;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.ngdialog.ngdialog-theme-1500 .ngdialog-content {
  min-height: auto ;
}
.collapse.am-collapse {
  animation-duration: 0.3s;
  animation-timing-function: ease;
  animation-fill-mode: backwards;
  overflow: hidden;
}
.collapse.am-collapse.in-remove {
  animation-name: collapse;
  display: block;
}
.collapse.am-collapse.in-add {
  animation-name: expand;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
a.deco-none {
  color: inherit;
  text-decoration: none;
}
.bloc.panier_bloc h3 span {
  font-size: 0.7em;
  padding: 5px;
}
.etapes_panier li:hover,
#ComTour .typeRecherche li:hover,
.ImportRessource li:hover {
  cursor: pointer ;
}
.etapes_panier li.active > a,
#ComTour .typeRecherche li.active > a,
.ImportRessource li.active > a,
.etapes_panier li.active > a:hover,
#ComTour .typeRecherche li.active > a:hover,
.ImportRessource li.active > a:hover {
  color: white ;
  background-color: #009ee0;
}
.panierLivraison .radioContainer {
  background-color: #f5f5f5;
  border: #ddd;
  margin-top: 5px;
  padding: 10px;
  border-radius: 10px;
  display: flex;
}
.panierLivraison .radioContainer .labelSelection {
  width: 100%;
  margin: unset;
}
.panierLivraison .radioContainer input {
  margin: none;
}
#adresseLivraison .nav.nav-pills {
  margin: 10px 0px;
}
table.table_panier th {
  background-color: #ddd;
  font-weight: bold;
}
table.table_panier tfoot tr#montantHTDE span,
table.table_panier tfoot tr#montantTTC span {
  font-size: x-large;
}
table.table_panier tfoot tr td span {
  float: right ;
}
@media screen and (max-width: 768px) {
  .ajout_article_quantite {
    text-align: center ;
  }
}
.ajout_article_quantite .horizontalDottedLign {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  margin: 10px 0px;
}
.ajout_article_quantite .informations {
  font-size: 0.7em;
  font-weight: bold ;
  margin: 10px 0px 10px 0px !important;
  text-align: center ;
}
.ajout_article_quantite .libelles {
  margin-bottom: 5px;
}
@media screen and (min-width: 769px) {
  .ajout_article_quantite .libelles {
    text-align: right ;
  }
}
@media screen and (max-width: 768px) {
  .ajout_article_quantite .valeurs {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 769px) {
  .ajout_article_quantite .valeurs {
    text-align: left ;
  }
}
.ajout_article_quantite .prixUVte {
  font-size: 1.5em;
}
.ajout_article_quantite .prixUVte .prixNet {
  color: #FF9326;
}
.ajout_article_quantite .prixUVte .prixPub {
  color: green;
}
.ajout_article_quantite .zone_total {
  border-top: 1px solid #aaa;
  padding-top: 10px;
}
.ajout_article_quantite .zone_total #montant_total {
  font-size: 1.5em;
  color: #009ee0;
}
.articleFiltreCateg {
  background: #fff;
  padding: 0;
}
.articleFiltreCateg .articleFiltreCateg__top {
  padding: 5px 10px;
}
.articleFiltreCateg .articleFiltreCateg__top form {
  padding: 0;
  margin-bottom: 5px;
}
.articleFiltreCateg .articleFiltreCateg__result,
.articleFiltreCateg .ajoutImageCateg {
  display: flex !important;
  width: 100%;
  justify-content: space-around;
  padding: 0;
  flex-wrap: wrap;
}
.articleFiltreCateg .articleFiltreCateg__result:before,
.articleFiltreCateg .ajoutImageCateg:before,
.articleFiltreCateg .articleFiltreCateg__result:after,
.articleFiltreCateg .ajoutImageCateg:after {
  content: none ;
}
.articleFiltreCateg .articleFiltreCateg__result .blocSSFamille,
.articleFiltreCateg .ajoutImageCateg .blocSSFamille {
  width: 200px;
  height: 250px;
  margin: 15px 30px;
  position: relative ;
}
.articleFiltreCateg .articleFiltreCateg__result .blocSSFamille .image,
.articleFiltreCateg .ajoutImageCateg .blocSSFamille .image {
  width: 100%;
  height: 80%;
  overflow: hidden ;
  background-color: #fff;
  text-align: center;
}
.articleFiltreCateg .articleFiltreCateg__result .blocSSFamille .image img,
.articleFiltreCateg .ajoutImageCateg .blocSSFamille .image img {
  height: 100%;
  width: auto ;
  max-width: none ;
}
.articleFiltreCateg .articleFiltreCateg__result .blocSSFamille.polaroid,
.articleFiltreCateg .ajoutImageCateg .blocSSFamille.polaroid {
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: background-color 1s;
}
.articleFiltreCateg .articleFiltreCateg__result .blocSSFamille.polaroid:hover,
.articleFiltreCateg .ajoutImageCateg .blocSSFamille.polaroid:hover {
  background-color: #ccc;
}
.articleFiltreCateg .articleFiltreCateg__result .blocSSFamille .nomIC,
.articleFiltreCateg .ajoutImageCateg .blocSSFamille .nomIC {
  text-align: center;
  padding: 10px 20px;
}
.ajoutImageCateg .volet {
  position: absolute;
  top: 0;
  left: 100%;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  width: 0;
  height: 80%;
  transition: 0.5s ease;
  text-align: center ;
}
.ajoutImageCateg .image .__spinner {
  text-align: center ;
}
.ajoutImageCateg .polaroid:hover .volet {
  width: 100%;
  left: 0;
}
#loading {
  display: none;
}
.deferred-bootstrap-loading #loading {
  display: block !important;
}
#error {
  display: none;
}
.deferred-bootstrap-error #error {
  display: block !important;
  background: red;
}
.loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gapi-tabpanel {
  /* margin-bottom: 20px; */
  margin-bottom: inherit !important;
}
#infoSite .currentFooter,
#infoSite .currentMentionsLegale {
  box-shadow: 0px 0px 10px 2px green, inset 0px 0px 0px 0px green;
}
#infoSite .listePiedPage,
#infoSite .mentionLegale {
  display: flex ;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#infoSite .listePiedPage > div,
#infoSite .mentionLegale > div {
  margin: 5px 10px;
}
#infoSite .listeImageBanniere {
  display: flex ;
  flex-wrap: wrap ;
  justify-content: flex-start;
}
#infoSite .listeImageBanniere > div {
  margin: 10px 15px;
  position: relative ;
}
#infoSite .listeImageBanniere > div .spin {
  position: absolute;
}
#infoSite .listeImageBanniere > div > .volet {
  position: absolute;
  top: 0;
  left: 100%;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: 0.5s ease;
  text-align: center ;
}
#infoSite .listeImageBanniere > div:hover .volet {
  left: 0%;
  width: 100%;
}
#infoSite .listeImageBanniere > div.ajoutImage {
  width: 90px;
  height: 90px;
  background-color: rgba(153, 153, 153, 0.5);
  color: rgba(83, 81, 81, 0.91);
  transition: 0.5s ease;
  text-align: center ;
  padding: 10px;
}
#infoSite .listeImageBanniere > div.ajoutImage:hover {
  background-color: rgba(142, 138, 138, 0.8);
  color: #2e2e2e;
  cursor: pointer ;
}
#infoSite .listeImageBanniere img {
  height: 90px;
}
.DataVision .recherchePersonne input {
  width: 100%;
}
.DataVision .listeClient .list-group {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 300px !important;
}
.DataVision .listeClient .list-group li {
  border-bottom: 1px solid #BAB7B7;
}
.DataVision .listeClient .list-group li > div {
  padding: 10px 0px 10px 15px;
}
.DataVision .listeClient .list-group .selectedPerson {
  background: #dff0d8;
}
#ComTour #map {
  height: 50vh;
  width: 100%;
}
#ComTour .markerContent .firstHeadingClient {
  color: #0052bd;
}
#ComTour .markerContent .firstHeadingChantier {
  color: #8d4b00;
}
#ComTour .rechercheDansCarte {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
#ComTour .rechercheDansCarte > button {
  margin-left: 10px;
}
#ComTour .rechercheDansCarte #label {
  margin: auto 0px;
}
.ongletsCollapsables div.collapse.am-collapse.in {
  overflow-x: auto ;
  overflow-y: hidden;
}
.addOverflowXScroll {
  overflow-x: auto ;
}
#ex3_dropdown.angucomplete-dropdown {
  width: auto;
}
/*********     PAGE PANIER.HTML     *********/
/* The customcheck */
.customcheck {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 10px;
  margin-left: 30px;
  font-weight: lighter;
}
/* Hide the browser's default checkbox */
.customcheck input {
  position: relative;
  opacity: 0;
  cursor: pointer;
}
/* Create a custom checkbox */
.checkmark {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -30px;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 5px;
  cursor: pointer;
}
/* On mouse-over, add a grey background color */
.customcheck:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
  background-color: #4ab865;
  border-radius: 5px;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.customcheck .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.viderPanier a {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
