html,
body {
  font-family: "Source Sans Pro", sans-serif;
  height: 100%;
  /* padding-top: 46px; */
}
::-webkit-scrollbar {
  display: none;
}

body {
  /*display: flex;*/
  align-items: center;
  background-color: transparent !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
b {
  font-weight: 600;
}
.bold {
  font-weight: 600;
}
a {
  text-decoration: none;
}
.dark {
  color: #1e2b3c;
}
.bgDark {
  color: #1e2b3c;
}
.bgWhite {
  background: #fff;
}
.primary {
  color: #1c324e;
}
.danger {
  color: #d33043;
}
.danger:hover {
  color: #92202e;
}
.secondary {
  color: #bda562;
}
.secondary:hover {
  color: #7e6d3e;
}
.alert-info {
  color: initial;
  background-color: rgb(236, 236, 236);
  font-weight: 700;
}

.bgPrimary {
  background: #1c324e;
}
.text-extra-light {
  font-weight: 200 !important;
}

.grey {
  color: lightslategray;
}
h1 {
  font-weight: 100;
}

.table td,
.table th {
  vertical-align: middle;
}

.txt-light {
  font-weight: 300;
}

.noPadding {
  padding: 0;
}

.noMargin {
  margin: 0 !important;
}

.bg {
  position: fixed;
  background: url(../img/bg.jpg) no-repeat center center fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.bgColor {
  position: fixed;
  background: #1c324e;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.formLogin {
  background: #fff;
  padding: 70px;
  max-width: 450px;
  border-radius: 25px;
  box-shadow: 0 0 40px rgba(0,0,0, 0.2);
}

.inputPerso {
  border-bottom: 1px solid #ddd !important;
  border-radius: 0 !important;
  border-top: none;
  border-left: none;
  border-right: none;
  background: #ffffff;
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
}

.logo-header {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}

.btn-primary {
  border-color: transparent;
  border-radius: 25px;
  background: #1c324e;
  padding: 5px 25px 5px 25px;
}

.btn-primary-outline {
  border: solid 1px rgba(121, 121, 121, 0.7);
  border-radius: 20px;
  padding: 5px 25px 5px 25px;
}

.btn-info {
  background: #F5CE7A;
  border-color: #F5CE7A;
}
.btn-info:hover {
  background: #e2b554;
  border-color: #e2b554;
}

.btn {
  border-color: transparent;
  border-radius: 25px;
  padding: 5px 25px 5px 25px;
}
.btn-primary:hover {
  background: #1e2b3c;
}
.navbar {
  box-shadow: 0 0 20px rgba(0,0,0,0.2) !important;
}
.pwdOublie > a {
  color: #585858;
  font-style: italic;
  font-weight: 200;
}

.pwdOublie {
  color: #585858;
  font-style: italic;
  font-weight: 200;
}

.FooterLogin {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 20px rgba(0,0,0,0.2) !important;
}

.FooterLogin a {
  color: #343434;
  text-decoration: none;
  font-weight: 300;
}

header img {
  width: 160px !important;
  margin-bottom: 0;
}

.monCompte {
  padding-left: 30px;
  margin-left: 30px;
  border-left: 1px solid #1c324e;
}

.dropdown-menu {
  border-radius: 0;
}

.bloc-home {
  background: #fff;
  padding: 50px 0 50px 0;
  text-align: center;
  font-size: 22px;
  font-weight: 100;
  line-height: 25px;
  border-radius: 25px;
  box-shadow: 0 0 40px rgba(0,0,0, 0.3);
}

.scroll {
  max-height: 50vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.bloc-home-admin {
  border: 1px solid #585858;
  padding: 50px 0 50px 0;
  margin: 5px;
  text-align: center;
  font-size: 22px;
  font-weight: 100;
  line-height: 25px;
}

.picto {
  width: 100px;
  margin: 30px 0 30px 0;
}

.border_top_none {
  border-top: none !important;
}

.border_left_none {
  border-left: none !important;
}

.border_right_none {
  border-right: none !important;
}

table,
th,
tr,
td {
  font-size: 14px;
  /*background: #fff;*/
  padding: 10px !important;
}

.card {
  border-radius: 15px;
  border:none;
  background: transparent;
}

.card h5 {
  font-size: 16px;
}

.dz-image {
  background: #f1f1f1 !important;
  border-radius: 0 !important;
}

.dropzone {
  margin-left: 50px;
  margin-right: 50px;
}

.alert-msg {
  /*margin-top: 100px;*/
  position: fixed;
}

@media screen and (max-width: 768px) {
  .bloc-home {
    margin: 15px;
  }
  .bloc-home:first-child {
    margin-top: 100px;
  }
  footer {
    border-top: 1px solid #1c324e;
  }
  
  .monCompte {
    padding: 0;
    margin: 0;
    border: none;
  }
}

.navbar-light .navbar-toggler {
  border: none;
}

button {
  background: transparent;
  border: none;
}

#loading {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}

#calendar {
  margin-top: 4%;
}

.fc-today-button {
  background: #bda562 !important;
  border: 1px solid #bda562 !important;
}
.card-header-arz-commande-archive {
  background: #eff7e6;
}

.card-header {
  border-radius: 10px;
  background: #fff;
  border: none;
  margin-top: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  cursor: pointer !important;
  z-index: 1;
}

.card-header:first-child{
  border-radius: 10px;
  background: #fff;
  border: none;
  /* margin-bottom: 30px; */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  cursor: pointer !important;
  z-index: 1;
}

.card-body-arz {
  background: #fff;
  top: -10px;
  position: relative;
  padding: 5rem 2rem;
}
.fa-input {
  font-family: FontAwesome;
  font-style: normal;
}

.alert-user {
  margin-top: 7%;
  z-index: 10000;
}

.error {
  color: #db364a;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}
.inputError {
  border: 1px solid #db364a;
}

/*cookies*/
.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  -webkit-transition: transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
  transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-top {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cc-animate.cc-revoke.cc-active.cc-bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cc-revoke:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}

.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cc-revoke {
  padding: 0.5em;
}

.cc-revoke:hover {
  text-decoration: underline;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
  text-decoration: underline;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active,
.cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}

.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.cc-window.cc-banner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}

.cc-compliance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.cc-floating .cc-compliance > .cc-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: 0.5em;
}

@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait),
screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner,
  .cc-window.cc-floating,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

.cc-btn {
  color: #1c324e !important;
  border-color: #1c324e !important;
  background-color: transparent;
}

.archive {
  background: #fff;
  opacity: 0.7;
  z-index: 100;
  height: 500px;
  width: 100%;
  position: absolute;
}
.pad-10 {
  padding-right: 10px;
}

.dropzone-text {
  font-size: 18px;
  color: #585858;
  font-weight: 100;
}
#table_modele3d_filter [type="search"],
#table_document_filter [type="search"],
#table_commande_filter [type="search"],
#table_user_filter [type="search"]
{
  font-family: "Source Sans Pro", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  padding: 5px 50px 5px 20px;
  border-radius: 20px;
  border: 1px solid #a0a0a0;
}

table.display thead tr th {
  cursor: pointer;
}

.dataTables_wrapper .dataTables_filter {
  justify-content: center;
}

.isDisabled,
.isDisabled-2 {
  cursor: not-allowed;
  opacity: 0.5;
}
.isDisabled > a,
.isDisabled-2 > a {
  /* color: currentColor; */
  display: inline-block; /* For IE11/ MS Edge bug */
  pointer-events: none;
  text-decoration: none;
}
.pointer {
  cursor: pointer;
}

input[type="submit"]:disabled {
  background: #1e2b3c;
  border: #1e2b3c;
  opacity: 0.2;
  cursor: not-allowed;
}

.picto_mand_max input {
  width: 60px;
}

input.selected {
  opacity: 0.4;
}
input.selected:hover {
  opacity: 0.4;
  transition: 0.5s;
}

input:hover {
  opacity: 0.8;
  transition: 0.5s;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  left: -150%;
}


.envoiDoc {
  background: #f7f7f7;
  padding: 5rem 0;
  border-radius: 30px;
}

.envoiStl {
  background: #fff;
  padding: 5rem 0;
  border-radius: 30px;
}

.dataTables_filter {
  text-align: center;
}

#show-sidebar {
  position: fixed;
  left: 0;
  top: 10px;
  transition-delay: 0.3s;
  padding: 10px 15px;
  z-index: 10;
  border-radius: 0 10px 10px 0;
  background: #fff;
  color: #31353D;
  box-shadow: 0 2px 40px rgb(0 0 0 / 20%);
  border: none;
}

#show-sidebar:hover, #show-sidebar:focus, #show-sidebar:active {
  border: none;
  
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10000000000;
  background: url('../img/load.svg') center no-repeat transparent;
}

.badge-yellow {
  background-color: #F5CE7A;
}