body {
  font-family: "Arial";
  font-size: 14px;
}

#div_errors {
  background-color: #FFE4E4;
  border: 1px solid #D38282;
  color: #D38282;
  padding: 5px;
  margin-bottom: 20px;
  font-size: 14px;
}

#div_success {
  background-color: #96e8bf;
  border: 1px solid #00af5a;
  color: #00af5a;
  padding: 5px;
  margin-bottom: 20px;
  font-size: 14px;
}

.color-green {
  color: #8FAF32;
}

.underline-green {
  border-bottom: 2px solid #8FAF32;
}

.bouton {
  background-color: #8FAF32;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 3px;
  cursor: pointer;
  font-size: 16px;
}

.bouton.bouton-petit {
  font-size: 14px;
}

.bouton.bouton-margin {
  margin-top: 20px;
}

.bouton.gris {
  background-color: #808080;
}

.bouton.bouton-suppr {
  background-color: #d11b1b;
}

.bouton.bouton-suppr:hover {
  color: #d11b1b;
  background-color: #ffffff;
  border: 1px solid #d11b1b;
}

.bloc-boutons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lien, a {
  cursor: pointer;
  color: #8FAF32;
  text-decoration: none;
}

.lien:hover, a:hover {
  color: #212529;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.main.with-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}

.wrapper {
  width: 100%;
  padding-left: 230px;
  padding-bottom: 40px;
}

#bloc_content {
  padding-top: 70px;
  padding-left: 20px;
  padding-right: 20px;
}

.bloc-titre-bouton {
  padding-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bloc-titre-bouton .bouton {
  margin-left: 30px;
}

.titre-BO {
  font-size: 24px;
}

.bloc-carte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #F3F6F9;
  border-radius: 0.42rem;
  border: 0;
  padding: 30px 40px;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 500px;
}

.bloc-carte input, .bloc-carte textarea {
  padding: 9px 13px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: none;
  border-radius: 3px;
}

.label-carte {
  color: #8FAF32;
  font-weight: bold;
}

.bloc-info-non-modifiable {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #e9ecef;
  border: none;
  min-height: 36px;
}

.bloc-client-modification {
  border: 1px solid #ced4da;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 10px;
}

#client_nouvelle_facture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

label.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

.radio input[type="radio"] {
  margin-right: 5px;
}

.aside-fixed.aside {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 98;
}

.aside {
  background-color: #1e1e2d;
  width: 230px;
}

.flex-row-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 25px;
  height: 65px;
}

#menu_aside_menu {
  padding-top: 30px;
}

#menu_aside_menu .menu-nav {
  margin: 0;
  list-style: none;
  padding: 15px 0;
  padding-left: 30px;
}

.menu-item {
  margin-bottom: 20px;
}

.menu-link {
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  color: #8FAF32;
}

.menu-link:hover {
  color: #ffffff;
}

.header.header-fixed {
  height: 65px;
  position: fixed;
  top: 0;
  right: 0;
  left: 230px;
  z-index: 97;
  border-bottom: 2px solid #8FAF32;
  background-color: #ffffff;
}

.topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 50px;
}

#logout img {
  width: 30px;
  margin-left: 20px;
  cursor: pointer;
}

.main.page-connexion {
  padding: 200px 200px;
  background-color: #F3F6F9;
}

.main.page-connexion.row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bloc-left-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 20px;
}

.img-logo {
  background-color: #000000;
  padding: 20px;
}

.titre {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 40px;
}

.bloc-saisie {
  margin-bottom: 10px;
}

.bloc-saisie input {
  padding: 10px;
  width: 300px;
}

table.dataTable.display tbody tr {
  cursor: pointer;
}

.bloc-avec-pastille {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pastille-verte,
.pastille-orange,
.pastille-rouge {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin-right: 5px;
}

.pastille-verte {
  background-color: green;
}

.pastille-orange {
  background-color: orange;
}

.pastille-rouge {
  background-color: red;
}

.bloc-table {
  margin-top: 30px;
}

#table_length {
  margin-bottom: 20px;
}

thead {
  border-bottom: 1px solid #8FAF32;
}

table tr {
  height: 40px;
}

#table_filter {
  display: none;
}

.DTTT_button_print {
  display: none !important;
}

#table_info,
#table_paginate {
  margin-top: 20px;
}

.btn-primary {
  color: #fff;
  background-color: #8FAF32;
  border-color: #8FAF32;
}

.btn-primary:hover {
  color: #fff;
  background-color: #455418;
  border-color: #455418;
}

.btn.btn-light-primary {
  color: #8FAF32;
  background-color: #e4f4b2;
  border-color: transparent;
}

.btn.btn-light-primary:hover {
  color: #ffffff;
  background-color: #8FAF32;
  border-color: #8FAF32;
}

.btn.btn-hover-primary:hover:not(.btn-text):not(:disabled):not(.disabled) {
  color: #FFFFFF !important;
  background-color: #8FAF32 !important;
  border-color: #8FAF32 !important;
}

.btn.btn-hover-primary:not(:disabled):not(.disabled).active {
  color: #FFFFFF !important;
  background-color: #8FAF32 !important;
  border-color: #8FAF32 !important;
}

.btn-paginate {
  margin-left: 5px;
  margin-right: 5px;
}

.btn-paginate img {
  width: 15px;
}

.picto_moyen {
  width: 20px;
}

/*modal*/
.modal-title {
  color: #8FAF32;
}

button.close {
  border-radius: 3px;
  border: 1px solid #8FAF32;
}

/* autocompletion */
.typeahead,
.tt-query,
.tt-hint {
  outline: none;
}

.typeahead {
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: -internal-light-dark(#767676, #858585);
  -o-border-image: initial;
     border-image: initial;
}

.tt-query {
  -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);
}

.tt-hint {
  color: #999;
}

.tt-menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1000 !important;
  margin: 0px 0;
  padding: 0px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
}

.tt-suggestion {
  padding: 3px 20px 3px 10px;
  font-size: 14px;
  line-height: 24px;
  border-top: 1px solid #ddd;
  white-space: nowrap;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #1e1e2d;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #1e1e2d;
}

.tt-suggestion p {
  margin: 0;
}

#scrollable-dropdown-menu .tt-menu {
  max-height: 150px;
  overflow-y: auto;
}

.twitter-typeahead {
  width: 100%;
}

.twitter-typeahead > input[type="text"] {
  -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
  width: 100% !important;
  font-size: 13px !important;
  padding: 2px;
  margin-right: 15px;
  line-height: 1.5;
  height: 22px;
}

.tt-menu {
  width: 100% !important;
}

.twitter-typeahead {
  background-color: #f3f6f9;
  border-color: #f3f6f9;
  color: #3f4254;
  -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
  height: calc(1.5em + 1.3rem + 2px);
  padding: 0.65rem 1rem !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  border: 0px;
  border-radius: 0.42rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.twitter-typeahead > input[type="text"] {
  height: 39px !important;
}
/*# sourceMappingURL=custom.css.map */