@font-face {
  font-family: "zmirakle-light";
  src: url("../fonts/OpenSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: "zmirakle-regular";
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "zmirakle-bold";
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
}
.ff-light {
  font-family: "zmirakle-light", Arial !important;
}

.ff-regular {
  font-family: "zmirakle-regular", Arial !important;
}

.ff-bold {
  font-family: "zmirakle-bold", Arial !important;
}

.vw-fixe-90 {
  width: 90vw !important;
  min-width: 90vw !important;
  max-width: 90vw !important;
}

.vw-fixe-95 {
  width: 95vw !important;
  min-width: 95vw !important;
  max-width: 95vw !important;
}

.vh-fixe-90 {
  height: 90vh !important;
  min-height: 90vh !important;
  max-height: 90vh !important;
}

.vh-fixe-95 {
  height: 95vh !important;
  min-height: 95vh !important;
  max-height: 95vh !important;
}

.vh-max-70 {
  max-height: 70vh !important;
}

.vh-max-80 {
  max-height: 80vh !important;
}

.cl-20 {
  color: rgb(20, 20, 20) !important;
}

.cl-40 {
  color: rgb(40, 40, 40) !important;
}

.cl-60 {
  color: rgb(60, 60, 60) !important;
}

.cl-80 {
  color: rgb(80, 80, 80) !important;
}

.cl-100 {
  color: rgb(100, 100, 100) !important;
}

.cl-120 {
  color: rgb(120, 120, 120) !important;
}

.cl-140 {
  color: rgb(140, 140, 140) !important;
}

.cl-160 {
  color: rgb(160, 160, 160) !important;
}

.cl-180 {
  color: rgb(180, 180, 180) !important;
}

.cl-200 {
  color: rgb(200, 200, 200) !important;
}

.cl-210 {
  color: rgb(210, 210, 210) !important;
}

.cl-220 {
  color: rgb(220, 220, 220) !important;
}

.cl-230 {
  color: rgb(230, 230, 230) !important;
}

.cl-240 {
  color: rgb(240, 240, 240) !important;
}

.cl-250 {
  color: rgb(250, 250, 250) !important;
}

.cl-blanc {
  color: rgb(255, 255, 255) !important;
}

.cl-blanc-t5 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.cl-blanc-t7 {
  color: rgba(255, 255, 255, 0.7) !important;
}

.cl-Z100 {
  color: rgb(200, 0, 0) !important;
}

.cl-Z100-t5 {
  color: rgba(200, 0, 0, 0.5) !important;
}

.bg-20 {
  background-color: rgb(20, 20, 20) !important;
}

.bg-40 {
  background-color: rgb(40, 40, 40) !important;
}

.bg-60 {
  background-color: rgb(60, 60, 60) !important;
}

.bg-80 {
  background-color: rgb(80, 80, 80) !important;
}

.bg-100 {
  background-color: rgb(100, 100, 100) !important;
}

.bg-120 {
  background-color: rgb(120, 120, 120) !important;
}

.bg-140 {
  background-color: rgb(140, 140, 140) !important;
}

.bg-160 {
  background-color: rgb(160, 160, 160) !important;
}

.bg-180 {
  background-color: rgb(180, 180, 180) !important;
}

.bg-200 {
  background-color: rgb(200, 200, 200) !important;
}

.bg-210 {
  background-color: rgb(210, 210, 210) !important;
}

.bg-220 {
  background-color: rgb(220, 220, 220) !important;
}

.bg-230 {
  background-color: rgb(230, 230, 230) !important;
}

.bg-240 {
  background-color: rgb(240, 240, 240) !important;
}

.bg-250 {
  background-color: rgb(250, 250, 250) !important;
}

.bg-blc {
  background-color: rgb(255, 255, 255) !important;
}

.bg-Z100 {
  background-color: rgb(200, 0, 0) !important;
}

.fs-8 {
  font-size: 8pt !important;
}

.fs-9 {
  font-size: 9pt !important;
}

.fs-10 {
  font-size: 10pt !important;
}

.fs-11 {
  font-size: 11pt !important;
}

.fs-12 {
  font-size: 12pt !important;
}

.fs-14 {
  font-size: 14pt !important;
}

.fs-16 {
  font-size: 16pt !important;
}

.fs-18 {
  font-size: 18pt !important;
}

.fs-20 {
  font-size: 20pt !important;
}

.fs-30 {
  font-size: 30pt !important;
}

.fs-40 {
  font-size: 40pt !important;
}

.line-h06 {
  line-height: 0.6 !important;
}

.line-h08 {
  line-height: 0.8 !important;
}

.line-h10 {
  line-height: 1 !important;
}

.line-h12 {
  line-height: 1.2 !important;
}

.line-h14 {
  line-height: 1.4 !important;
}

.line-h16 {
  line-height: 1.6 !important;
}

.line-h18 {
  line-height: 1.8 !important;
}

.line-h20 {
  line-height: 2 !important;
}

.line-h30 {
  line-height: 3 !important;
}

.line-h40 {
  line-height: 4 !important;
}

.line-h50 {
  line-height: 5 !important;
}

.fw-n {
  font-weight: normal !important;
}

.fw-b {
  font-weight: bold !important;
}

.cursor-pointer {
  cursor: pointer;
}

.dispaly-sm-n {
  display: table-cell;
}

@media all and (max-width: 540px) {
  .dispaly-sm-n {
    display: none;
  }
}
html {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-y: scroll;
}

body {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  cursor: default;
  background-color: rgb(250, 250, 250);
  font-family: "zmirakle-regular", Arial;
}

b, h1, h2, h3, h4, h5, h6 {
  font-family: "zmirakle-bold", Arial;
  font-weight: normal;
}

::-webkit-scrollbar {
  -webkit-appearance: none !important;
  width: 5px !important;
  height: 3px !important;
}

::-webkit-scrollbar-thumb {
  border-radius: 0 !important;
  background-color: rgb(200, 0, 0) !important;
  -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0) !important;
}

.error-page {
  display: flex;
  max-width: 100%;
  height: 400px;
}
.error-page .error-content {
  margin: auto;
  padding: 0;
  text-align: center;
}
.error-page .error-content .fas {
  margin-bottom: 5px;
  font-size: 70pt;
  color: rgb(220, 220, 220);
}
.error-page .error-content h3 {
  color: rgb(220, 220, 220);
}
.error-page .error-content p {
  max-width: 300px;
  color: rgb(120, 120, 120);
  line-height: 1.2;
}

.bt-modal {
  display: block;
  position: fixed;
  bottom: 40px;
  right: 20px;
  border-radius: 50%;
  background-color: rgb(250, 250, 250);
  font-size: 16pt;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3) !important;
}
.bt-modal i {
  padding: 15px;
  color: rgb(200, 0, 0);
  transition: all 500ms ease;
}
.bt-modal:hover > i, .bt-modal:focus > i {
  color: rgb(100, 100, 100);
}

.bt-modal-2 {
  bottom: 105px;
}

.bt-modal-3 {
  bottom: 170px;
}

@media all and (max-width: 540px) {
  .bt-modal {
    bottom: 30px;
    right: 10px;
  }
  .bt-modal-2 {
    bottom: 100px;
    right: 10px;
  }
}
.article-tab {
  font-size: 12pt;
  line-height: 1.2;
  color: rgb(40, 40, 40);
}
.article-tab categ {
  font-family: "zmirakle-bold", Arial;
  font-size: 9pt;
  text-transform: uppercase;
  color: rgb(140, 140, 140);
}
.article-tab categ span {
  display: none;
}

@media all and (max-width: 540px) {
  .article-tab {
    font-size: 10pt;
  }
  .article-tab categ {
    font-size: 8pt;
  }
  .article-tab categ span {
    display: inline-block;
  }
}
.btn-exe {
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: transparent;
  line-height: 32px;
  font-size: 11pt !important;
  color: rgb(160, 160, 160);
  cursor: pointer;
  transition: all 500ms ease;
}
.btn-exe:hover {
  color: rgb(200, 0, 0) !important;
  background-color: rgb(230, 230, 230);
}
.btn-exe:focus {
  outline: none;
}

.btn-exe.dim-moyen {
  width: 24px;
  height: 24px;
  line-height: 26px !important;
  font-size: 10pt !important;
}

.btn-exe.bg-sombre {
  background-color: transparent;
  color: rgb(160, 160, 160) !important;
}
.btn-exe.bg-sombre:hover {
  color: rgb(240, 240, 240) !important;
  background-color: rgba(250, 250, 250, 0.1) !important;
}

.hr-titre {
  width: 100%;
  height: 0;
  margin: 30px 0;
  border-bottom: 1px solid rgb(220, 220, 220);
}
.hr-titre span {
  float: left;
  margin: -12px 0 0 10px;
  padding: 0 10px;
  background-color: rgb(250, 250, 250);
  font-family: "zmirakle-bold", Arial;
  font-size: 11pt;
  color: rgb(160, 160, 160);
}

tag-lieu {
  display: inline-block;
  margin: 2px 5px 3px 0;
  padding: 2px 8px 2px 4px;
  border: 1px solid rgb(220, 220, 220);
  border-radius: 15px;
  font-size: 10pt;
  text-transform: uppercase;
  color: rgb(120, 120, 120);
}
tag-lieu i {
  margin-right: 4px;
  font-size: 9pt;
  color: rgb(200, 200, 200);
}

.badge-circle {
  display: inline-block;
  width: 18px;
  height: 18px;
  padding: 0;
  border-radius: 9px;
  font-family: "zmirakle-bold", Arial;
  font-size: 8pt;
  line-height: 18px;
  text-align: center;
  color: rgb(250, 250, 250);
}

.users-list li {
  position: relative;
  width: 76px !important;
  padding: 10px 0 0 0 !important;
  text-align: center;
}
.users-list li img {
  display: block;
  margin: 0 auto;
  width: 42px !important;
  height: 42px !important;
  border: 3px solid rgb(120, 120, 120);
}
.users-list li .users-list-name {
  max-width: 80px !important;
  margin-top: 1px;
  font-family: "zmirakle-regular", Arial;
  font-size: 9pt;
  color: rgb(20, 20, 20);
  text-overflow: clip !important;
}
.users-list li .users-list-date {
  max-width: 76px !important;
  margin-top: -5px;
  font-family: "zmirakle-regular", Arial;
  font-size: 7.5pt;
  color: rgb(120, 120, 120);
}
.users-list li .users-list-date i {
  font-size: 5pt;
}
.users-list li .badge-circle {
  line-height: 16px;
  border: 1px solid rgb(250, 250, 250);
}
.users-list li .badge-circle.top-left {
  position: absolute;
  top: 11px;
  left: 13px;
}
.users-list li .badge-circle.bottom-right {
  position: absolute;
  top: 32px;
  right: 11px;
}

.text-warning {
  color: rgb(230, 150, 0) !important;
}

.tooltip {
  z-index: 9999999;
}

.modal modal-fond {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
.modal .modal-content {
  border: none;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3) !important;
}
.modal .modal-content .modal-body {
  overflow-y: auto !important;
  padding: 0 24px;
  background-color: rgb(250, 250, 250);
}
.modal .modal-content .modal-body .card {
  box-shadow: none !important;
}
.modal .modal-content .modal-header {
  padding-top: 10px;
  padding-bottom: 8px;
  background-color: rgb(250, 250, 250);
  border-bottom: 1px solid rgb(220, 220, 220);
  z-index: 10;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.07) !important;
}
.modal .modal-content .modal-header .modal-title {
  font-family: "zmirakle-bold", Arial;
  color: rgb(60, 60, 60);
}
.modal .modal-content .modal-header .modal-title i {
  margin-right: 10px;
}
.modal .modal-content .modal-header .modal-title .user-block .img-circle {
  width: 33px;
  height: 33px;
  margin-right: 10px;
  padding: 2px;
  background-color: rgb(255, 255, 255);
}
.modal .modal-content .modal-header .close {
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border-radius: 15px;
  line-height: 30px;
  transition: all 500ms ease;
}
.modal .modal-content .modal-header .close:hover, .modal .modal-content .modal-header .close:focus {
  outline: none;
  background-color: rgb(220, 220, 220);
}
.modal .modal-footer {
  background-color: rgb(250, 250, 250);
  z-index: 10;
}

@media all and (max-width: 540px) {
  .modal .modal-content .modal-body {
    padding: 0 15px;
  }
  .tooltip {
    display: none;
  }
}
.card {
  width: 100%;
  border: 1px solid rgb(220, 220, 220) !important;
  border-radius: 10px !important;
  background-color: rgb(250, 250, 250);
  overflow-y: auto !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.07) !important;
}
.card .card-header {
  height: 54px;
  padding: 0;
  border-bottom: none;
}
.card .card-header .card-title {
  width: 100%;
  padding: 0 0 0 15px;
  font-family: "zmirakle-bold", Arial;
  font-size: 11pt;
  line-height: 53.99px;
  color: rgb(60, 60, 60);
}
.card .card-header .card-title .fas {
  margin-right: 12px;
}
.card .card-header .card-title .user-block {
  margin: 6px 12px 6px 0;
}
.card .card-header .card-title .user-block .img-circle {
  padding: 0;
  background-color: rgb(255, 255, 255);
}
.card .card-header .card-tools {
  position: absolute;
  right: 20px;
  top: 12px;
}
.card .card-header.header-small {
  height: 38px;
  background-color: rgb(240, 240, 240);
}
.card .card-header.header-small .card-title {
  font-size: 10pt;
  line-height: 38px;
  color: rgb(100, 100, 100);
}
.card .card-header.header-small .card-tools {
  right: 20px;
  top: 4px;
  margin: 0;
}
.card .card-body {
  overflow-x: hidden;
  border-top: 1px solid rgb(220, 220, 220);
}
.card .card-body .msg-aucun {
  width: 100%;
  padding: 30px 0 15px 0;
  font-size: 10pt;
  color: rgb(140, 140, 140);
  text-align: center;
}
.card .card-footer {
  background-color: transparent;
  border-top: 1px solid rgb(220, 220, 220);
}

.accordeon {
  position: relative;
}
.accordeon .card {
  border: 1px solid rgb(220, 220, 220) !important;
  box-shadow: none !important;
}
.accordeon .card .card-header {
  height: 40px;
  padding: 0;
}
.accordeon .card .card-header .card-link {
  display: block;
  width: 100% !important;
  height: 40px !important;
  padding: 0 15px;
  font-family: "zmirakle-bold", Arial;
  font-size: 10pt;
  line-height: 40px;
  color: rgb(80, 80, 80);
}
.accordeon .card .card-header a:hover, .accordeon .card .card-header a:focus {
  color: rgb(200, 0, 0);
}
.accordeon .card .card-header .card-tools {
  margin: -3px 0 0 0;
}
.accordeon .dropdown {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: auto;
}

.card.card-primary {
  background-color: transparent;
  border: none !important;
  overflow-y: hidden !important;
  box-shadow: none !important;
}
.card.card-primary .card-header {
  padding: 0;
  border-bottom: none;
}
.card.card-primary .card-header .nav.nav-tabs {
  padding-left: 10px;
  border-bottom: 2px solid rgb(220, 220, 220) !important;
}
.card.card-primary .card-header .nav.nav-tabs .nav-link {
  margin-bottom: -2px;
  padding: 5px 15px 10px 15px;
  border: none !important;
  border-bottom: 4px solid rgba(0, 0, 0, 0) !important;
  color: rgb(120, 120, 120);
  transition: all 500ms ease;
}
.card.card-primary .card-header .nav.nav-tabs .nav-link:hover {
  color: rgb(200, 0, 0);
}
.card.card-primary .card-header .nav.nav-tabs .nav-link.active {
  background-color: transparent;
  border: none !important;
  border-bottom: 4px solid rgb(200, 0, 0) !important;
  color: rgb(200, 0, 0);
}
.card.card-primary .card-header .nav.nav-tabs .nav-link.active:hover {
  border-top-color: rgb(200, 0, 0);
}
.card.card-primary .card-header .nav.nav-tabs .nav-item {
  font-family: "zmirakle-bold", Arial;
  font-size: 11pt;
  color: rgb(200, 0, 0);
}
.card.card-primary .card-header .nav.nav-tabs .nav-item .fas {
  margin-right: 5px;
}
.card.card-primary .card-body {
  padding: 20px 10px;
}

@media all and (max-width: 540px) {
  .card.card-primary .card-header .nav.nav-tabs .nav-item {
    font-size: 9pt;
  }
}
.media {
  font-size: 11pt !important;
  line-height: 1.4 !important;
  color: rgb(140, 140, 140);
}
.media img {
  border-radius: 50%;
  border: 2px solid rgb(120, 120, 120);
}
.media .media-body {
  color: rgb(120, 120, 120);
}
.media .media-body h5 {
  font-family: "zmirakle-bold", Arial;
  font-size: 13pt;
  padding-top: 1px;
  margin-bottom: 0;
  color: rgb(40, 40, 40);
}
.media .media-body i {
  font-size: 8pt;
}

.modal-header .media img,
.direct-chat-contacts .media img {
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgb(220, 220, 220);
}

.wrapper {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.navbar {
  border: none;
  border-bottom: 1px solid rgb(230, 230, 230);
  background-color: rgb(250, 250, 250) !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.07) !important;
}
.navbar .nav-item p {
  padding-left: 8px;
}
.navbar .date-heures {
  display: block;
  padding-right: 20px;
  margin-right: -10px;
  border-right: 1px solid rgb(220, 220, 220);
  color: rgb(140, 140, 140);
}
.navbar .date-heures heurs {
  display: inline-block;
  min-width: 62px;
  text-align: left;
}
.navbar .date-heures heurs span {
  color: rgb(200, 200, 200);
}

.sidebar-dark-primary,
.sidebar-dark-primary .brand-link:not([class*=navbar]) {
  box-shadow: -3px 2px 6px rgba(0, 0, 0, 0.2) !important;
}

.layout-navbar-fixed .wrapper .sidebar-dark-primary {
  background-color: rgb(40, 40, 40);
  background-image: url("../img/sigle_app_footer.png");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: center bottom;
}
.layout-navbar-fixed .wrapper .sidebar-dark-primary .brand-link:not([class*=navbar]) {
  border: none;
  background-color: rgb(200, 0, 0);
}

.nav .nav-item .nav-link {
  margin: 0;
  font-size: 11pt;
}
.nav .nav-item .nav-link .nav-icon {
  vertical-align: middle;
  margin-left: 5px;
}

@media (max-width: 768px) {
  .main-sidebar, .main-sidebar::before {
    box-shadow: none !important;
    margin-left: -250px;
  }
  .sidebar-open .main-sidebar, .sidebar-open .main-sidebar::before {
    margin-left: 0;
  }
}
@media all and (max-width: 540px) {
  .navbar .date-heures {
    display: none;
  }
}
.sidebar .user-panel {
  border-bottom: 1px solid rgb(60, 60, 60);
}
.sidebar .user-panel .image {
  margin: 0 0 0 5px;
}
.sidebar .user-panel .info p {
  margin: -10px 0 2px 0;
  font-family: "zmirakle-bold", Arial;
  font-size: 11pt;
  color: rgb(240, 240, 240);
}
.sidebar .user-panel .info a {
  display: block;
  margin-top: 0;
  font-size: 9pt;
  font-style: italic;
  line-height: 1.4;
  color: rgb(140, 140, 140);
}
.sidebar .user-panel .info a:hover {
  font-size: 9pt;
  color: rgb(200, 200, 200);
}

.main-header .navbar-nav .nav-item h5 {
  margin-top: 7px;
  color: rgb(60, 60, 60);
}

.main-app {
  padding-bottom: 50px;
  background-color: rgb(250, 250, 250);
}
.main-app .content-header .container-fluid {
  padding-top: 10px;
  padding-bottom: 20px;
  color: rgb(60, 60, 60);
}
.main-app .content-header .container-fluid h1 {
  font-size: 18pt;
}
.main-app .content-header .container-fluid h6 {
  font-size: 11pt;
  padding-left: 30px;
  color: rgb(140, 140, 140);
}
.main-app .content {
  padding: 30px 15px;
}

@media (max-width: 540px) {
  .main-app .content-header .container-fluid h1 {
    font-size: 16pt;
  }
  .main-app .content-header .container-fluid h6 {
    font-size: 10pt;
  }
}
.main-footer {
  background-color: rgb(250, 250, 250);
  font-size: 10pt;
  color: rgb(120, 120, 120);
  box-shadow: none !important;
}
.main-footer a {
  color: rgb(120, 120, 120);
}
.main-footer a:hover {
  color: rgb(200, 0, 0);
}

@media all and (max-width: 540px) {
  .main-footer {
    font-size: 10.5pt;
  }
}
.info-box {
  border: 1px solid rgb(220, 220, 220);
  border-radius: 10px;
  background-color: rgb(250, 250, 250) !important;
  color: rgb(100, 100, 100) !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.07) !important;
}
.info-box .info-box-icon {
  width: 20%;
  font-size: 18pt;
}
.info-box .info-box-number {
  font-weight: lighter;
  font-size: 26pt;
  line-height: 0.9;
  color: rgb(200, 0, 0);
}
.info-box .info-box-number small {
  margin-left: 2px;
  font-family: "zmirakle-bold", Arial;
  font-size: 8pt;
}
.info-box .info-box-text {
  margin: 5px 0;
  font-size: 12pt;
  color: rgb(40, 40, 40);
}
.info-box .progress-description {
  font-size: 10pt !important;
  color: rgb(120, 120, 120);
}
.info-box .info-box-icon {
  color: rgb(180, 180, 180);
}
.info-box .progress {
  height: 4px;
  border-radius: 4px;
  background-color: rgb(220, 220, 220) !important;
}
.info-box .progress-bar {
  background-color: rgb(200, 0, 0) !important;
}

@media (max-width: 540px) {
  .info-box .info-box-icon {
    font-size: 18pt;
  }
  .info-box .info-box-number {
    font-size: 22pt;
  }
  .info-box .info-box-text {
    font-size: 11pt;
  }
  .info-box .progress-description {
    font-size: 9pt !important;
  }
  .info-box .progress {
    height: 3px;
  }
}
.timeline > div {
  margin-right: 0;
}
.timeline > div > .timeline-item {
  margin-right: 0;
}
.timeline div i img {
  width: 100%;
  height: 100%;
}
.timeline .time-label span {
  padding: 3px 12px 1px 12px;
  font-size: 12pt;
}

@media (max-width: 540px) {
  .timeline .time-label span {
    font-size: 10pt;
  }
}
.table thead tr th,
.table tfoot tr th,
.table tbody tr th {
  font-size: 10pt;
  line-height: 1.2;
  color: rgb(40, 40, 40);
}
.table tbody tr {
  transition: all 500ms ease;
}
.table tbody tr td {
  font-size: 10pt;
  line-height: 1;
  color: rgb(80, 80, 80);
}
.table tbody tr td h1 {
  margin: 3px 0 -20px 0;
  font-size: 30pt;
  line-height: 100%;
}
.table tbody tr td h1 small {
  margin-left: 5px;
  font-family: "zmirakle-bold", Arial;
  font-size: 12pt;
}
.table tbody tr td h6 {
  margin-top: 0;
  font-size: 10pt;
  line-height: 1.2;
  color: rgb(80, 80, 80);
}
.table tbody tr td h6 small {
  color: rgb(80, 80, 80);
}
.table .user-block {
  margin-top: 0;
}
.table .user-block .username {
  margin-top: 10px;
  font-weight: normal;
}
.table .user-block .img-circle {
  padding: 5px;
  background-color: rgb(255, 255, 255);
}
.table msg-aucun {
  font-size: 11pt;
  line-height: 10;
}

.table-hover tbody tr:hover {
  background-color: rgb(240, 240, 240);
}

.table.tab-listing thead tr th,
.table.tab-listing tfoot tr th {
  font-size: 9pt;
  color: rgb(20, 20, 20);
}
.table.tab-listing tbody tr td,
.table.tab-listing tbody tr th {
  font-size: 9pt;
  color: rgb(60, 60, 60);
  padding: 10px 5px;
}

@media all and (max-width: 540px) {
  .table .user-block .username {
    display: none;
  }
  .table thead tr th, .table tfoot tr th {
    font-size: 10pt;
  }
  .table tbody tr td {
    font-size: 11pt;
    line-height: 1.2;
  }
  .table tbody tr td h1 {
    font-size: 24pt;
  }
}
.dataTables_info {
  padding-top: 20px !important;
}

.pagination {
  padding: 15px 0;
}
.pagination .paginate_button.page-item .page-link {
  padding: 7px 7px 5px 7px;
  color: rgb(200, 0, 0);
  border-color: rgb(200, 200, 200);
  background-color: transparent;
  font-size: 10.5pt;
}
.pagination .paginate_button.page-item.active .page-link {
  border: 1px solid rgb(200, 0, 0);
  border-right-color: rgb(200, 200, 200);
  border-left-color: rgb(200, 200, 200);
  background-color: rgb(200, 0, 0);
  color: rgb(250, 250, 250);
}

@media all and (max-width: 540px) {
  .pagination .paginate_button.page-item .page-link {
    font-size: 10pt;
  }
}
.dataTables_wrapper .form-control.form-control-sm {
  background-color: transparent;
  border-color: rgb(200, 200, 200);
}
.dataTables_wrapper .form-control.form-control-sm:focus {
  border-color: rgb(200, 0, 0);
}
.dataTables_wrapper .dataTables_length {
  font-size: 10pt;
}
.dataTables_wrapper .dataTables_length .custom-select {
  margin: 0 5px;
  font-size: 10pt;
}
.dataTables_wrapper .dataTables_filter .form-control.form-control-sm {
  max-width: 170px;
  padding-left: 30px;
  border-radius: 30px;
  background-image: url("../img/ic_rechercher_sm.png");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 10px;
}

@media all and (max-width: 540px) {
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center;
  }
}
#toast-container {
  margin: 0 0 30px 0;
  padding: 0;
}
#toast-container .toast {
  margin: 10px 0 0 0;
  padding: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  background-position: 25px center;
  opacity: 1;
  border-radius: 4px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}
#toast-container .toast .toast-message {
  margin: 25px 50px 25px 70px;
  font-size: 12pt;
  color: rgb(255, 255, 255);
}
#toast-container .toast .toast-close-button {
  right: 15px;
  top: 27px;
}
#toast-container .toast-success {
  background-color: rgb(80, 80, 80);
}
#toast-container .toast-warning {
  background-color: rgb(230, 150, 0);
}

#toast-container .toast,
#toast-container .toast:hover {
  border: none;
  cursor: default;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3) !important;
}

@media all and (max-width: 540px) {
  #toast-container .toast {
    width: 98%;
    min-width: 98%;
    max-width: 98%;
  }
  #toast-container .toast .toast-message {
    margin: 15px 50px 15px 70px;
    font-size: 11pt;
  }
}
/*.input-group > .select2-container--bootstrap {
	width: auto;
	flex: 1 1 auto;
}

.input-group > .select2-container--bootstrap .select2-selection--single {
	height: 100%;
	line-height: inherit;
	padding: 0.5rem 1rem;
}*/
.formulaire .input-group {
  display: block;
  width: 100%;
  height: 35px;
  position: relative !important;
  margin: 20px 0;
}
.formulaire .input-group:first-child {
  margin-top: 0;
}
.formulaire .input-group:last-child {
  margin-bottom: 0;
}
.formulaire .input-group .inpute-titre {
  width: auto !important;
  position: absolute !important;
  top: 12px;
  left: 10px;
  padding: 0 6px;
  background-color: rgb(250, 250, 250);
  font-size: 10pt;
  line-height: 1;
  color: rgb(140, 140, 140);
  z-index: 1;
}
.formulaire .input-group .inpute-titre .fas {
  margin-right: 5px;
}
.formulaire .input-group .form-control {
  width: 100% !important;
  padding: 10px 15px !important;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid rgb(180, 180, 180);
  font-size: 10pt;
  color: rgb(40, 40, 40);
  z-index: 2;
}
.formulaire .input-group .form-control::placeholder,
.formulaire .input-group .form-control::-webkit-input-placeholder {
  color: transparent !important;
}
.formulaire .liste-select {
  display: block;
  width: 94%;
  margin-left: 3%;
  padding: 5px 10px;
  border-radius: 0 0 4px 4px;
  border: 1px solid rgb(200, 200, 200);
  border-top: none;
}
.formulaire [class*=icheck-] > input:first-child + label::before,
.formulaire [class*=icheck-] > input:first-child + input[type=hidden] + label::before {
  border: 2px solid rgb(140, 140, 140);
  border-radius: 3px;
}
.formulaire .icheck-default {
  margin: 30px 0 !important;
}
.formulaire .icheck-default label {
  color: rgb(60, 60, 60);
  font-size: 11pt;
  font-weight: normal;
}
.formulaire .icheck-default > input:first-child:not(:checked):not(:disabled):hover + label::before,
.formulaire .icheck-default > input:first-child:not(:checked):not(:disabled):hover + input[type=hidden] + label::before {
  border-color: rgb(200, 0, 0);
}
.formulaire .icheck-default > input:first-child:checked + label::before,
.formulaire .icheck-default > input:first-child:checked + input[type=hidden] + label::before {
  background-color: rgb(200, 0, 0);
  border-color: rgb(200, 0, 0);
}

.select2-results, .select2-search, .select2-container--default .select2-selection--single, .select2-search--dropdown, .select2-search__field {
  background-color: rgb(250, 250, 250) !important;
  font-size: 10pt !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgb(200, 0, 0) !important;
  color: rgb(250, 250, 250) !important;
}

.btn {
  padding: 7px 15px;
  font-family: "zmirakle-bold", Arial;
  font-size: 11pt;
}

.btn-primary {
  background-color: transparent;
  border: none;
  color: rgb(200, 0, 0);
  transition: all 500ms ease;
}

.btn-primary:hover {
  background-color: rgba(200, 0, 0, 0.1);
  color: rgb(200, 0, 0);
}

.btn-primary:valid {
  background-color: transparent;
  color: rgb(200, 0, 0);
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  background-color: rgba(200, 0, 0, 0.3);
  color: rgb(200, 0, 0);
}

.btn-secondary {
  background-color: transparent;
  border: none;
  color: rgb(40, 40, 40);
  transition: all 500ms ease;
}

.btn-secondary:hover {
  background-color: rgb(210, 210, 210);
  color: rgb(40, 40, 40);
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  background-color: rgb(180, 180, 180);
  color: rgb(40, 40, 40);
}

.connexion {
  display: flex;
  position: relative;
  width: 100vw;
  height: 100vh;
  margin: 0px;
  padding: 0px;
  background-color: rgb(200, 0, 0);
}
.connexion .flex {
  width: 300px;
  margin: auto;
  text-align: center;
}
.connexion .form-conex {
  margin: 30px 0 0 0;
}
.connexion resultat {
  display: flex;
  position: relative;
  width: 100%;
  height: 70px;
}
.connexion resultat p {
  margin: auto;
  font-size: 12pt;
  line-height: 1;
  color: rgb(255, 200, 0);
  text-align: center;
}
.connexion .copy {
  font-size: 9pt;
  line-height: 1.4;
  color: rgb(200, 200, 200);
}

.form-conex .form-control {
  padding: 20px;
  background-color: rgb(240, 240, 240);
  border: none;
}
.form-conex .form-control:focus, .form-conex .form-control:-webkit-autofill, .form-conex .form-control:-webkit-autofill:hover, .form-conex .form-control:-webkit-autofill:focus, .form-conex .form-control:-webkit-autofill:active {
  background-color: rgb(240, 240, 240) !important;
  -webkit-transition: background-color 9999s ease-out 0s;
  transition: background-color 9999s ease-out 0s;
}
.form-conex .input-group-append .input-group-text {
  background-color: rgb(240, 240, 240);
  color: rgb(200, 0, 0);
}
.form-conex [class*=icheck-] > input:first-child + label::before,
.form-conex [class*=icheck-] > input:first-child + input[type=hidden] + label::before {
  border: 2px solid rgb(220, 220, 220);
  border-radius: 3px;
}
.form-conex .icheck-default {
  display: block;
  margin: 10px 0 30px 0 !important;
}
.form-conex .icheck-default label {
  color: rgb(250, 250, 250);
  font-size: 11pt;
  font-weight: normal;
}
.form-conex .icheck-default > input:first-child:not(:checked):not(:disabled):hover + label::before,
.form-conex .icheck-default > input:first-child:not(:checked):not(:disabled):hover + input[type=hidden] + label::before {
  border-color: rgb(250, 250, 250);
}
.form-conex .icheck-default > input:first-child:checked + label::before,
.form-conex .icheck-default > input:first-child:checked + input[type=hidden] + label::before {
  background-color: rgb(250, 250, 250);
  border-color: rgb(250, 250, 250);
}
.form-conex .btn-primary {
  padding: 10px;
  color: rgb(200, 200, 200);
  background-color: rgb(140, 0, 0);
  border-color: rgb(135, 0, 0);
  font-family: "zmirakle-bold", Arial;
}
.form-conex .btn-primary:hover {
  color: rgba(200, 200, 200, 0.8);
  background-color: rgb(120, 0, 0);
  border-color: rgb(115, 0, 0);
}
.form-conex .btn-primary:not(:disabled):not(.disabled):active, .form-conex .btn-primary:not(:disabled):not(.disabled).active, .form-conex .show > .btn-primary.dropdown-toggle {
  color: rgba(200, 200, 200, 0.8);
  background-color: rgb(100, 0, 0);
  border-color: rgb(95, 0, 0);
}

.lockscreen-wrapper {
  margin: 50px 0 0 0;
}
.lockscreen-wrapper .lockscreen-name {
  font-size: 14pt;
  color: rgb(255, 255, 255);
}
.lockscreen-wrapper .help-block {
  margin: 0 auto 0 auto;
  font-family: "zmirakle-regular-italic";
  font-size: 9pt;
  color: rgb(200, 200, 200);
}
.lockscreen-wrapper .input-group-append .btn .fa-arrow-right {
  color: rgb(200, 0, 0);
}
.lockscreen-wrapper a {
  font-size: 12pt;
  color: rgb(240, 240, 240);
}
.lockscreen-wrapper a:hover {
  text-decoration: underline;
}

.app-loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgb(200, 0, 0);
  background-image: url("../img/app_sigle_rouge.png");
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center;
  z-index: 9999;
}

.main-loading {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -35px;
  padding: 0;
  background-color: rgb(250, 250, 250);
  border-radius: 50%;
  z-index: 999;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.modal-loading {
  width: 100%;
  height: 700px;
  padding: 0;
  background-color: transparent;
}

.operation-loading {
  width: 100%;
  height: 80px;
  padding: 0;
  background-color: transparent;
}

.spinner1, .spinner2 {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  border: 3px solid rgba(200, 0, 0, 0.04);
  border-top-color: rgb(200, 0, 0);
  border-radius: 50%;
}

.spinner1 {
  animation: spin-anim1 1s ease-in-out infinite;
}

.spinner2 {
  animation: spin-anim2 1s infinite;
}
@keyframes spin-anim1 {
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-anim2 {
  100% {
    transform: rotate(360deg);
  }
}
.sp-40 {
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
}

.sp-70 {
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
}

.sp-100 {
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
}

.sp-white {
  border-color: rgba(240, 240, 240, 0.1);
  border-top-color: rgb(240, 240, 240);
}

.sp-gris {
  border-color: rgba(140, 140, 140, 0.1);
  border-top-color: rgb(140, 140, 140);
}/*# sourceMappingURL=styles.css.map */