@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap";
@keyframes pending {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
body {
  margin: 0;
  padding: 0;
  color: #262a32;
  background-color: #f5f5f5 !important;
}

a {
  color: #00574A;
  text-decoration: none;
  font-weight: 500;
}
a:hover, a:active, a:focus {
  text-decoration: underline;
  color: #00574A !important;
}

* {
  font-family: Roboto, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  margin-bottom: 18px !important;
}

.alert {
  margin: 0;
  padding: 0;
  border: none !important;
  padding: 13px !important;
  margin-bottom: 18px;
}

.badge {
  background-color: #dc3545;
}

.btn {
  margin: 0;
  padding: 0;
  transition: 0.7s;
  padding: 8px 13px 8px 13px;
  margin-top: 8px;
}
@media screen and (max-width: 1200px) {
  .btn {
    margin: 0 !important;
    width: 100% !important;
    margin-top: 13px !important;
  }
}
.btn-left {
  margin-left: 13px;
}
.btn:hover, .btn:focus, .btn:active {
  text-decoration: none;
}
.btn-primary {
  background-color: #00574A !important;
  border-color: #00574A !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff !important;
  background-color: rgb(0, 10.5, 8.9310344828) !important;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active {
  color: #fff !important;
}
.btn-orange {
  background-color: #fd7e14 !important;
  color: #fff !important;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active {
  color: #fff !important;
  background-color: rgb(194.8417721519, 89.5443037975, 1.6582278481) !important;
}
.btn-green-lighter {
  background-color: #2E877A !important;
  color: #fff !important;
}
.btn-green-lighter:hover, .btn-green-lighter:focus, .btn-green-lighter:active {
  color: #fff !important;
  background-color: rgb(26.5580110497, 77.9419889503, 70.4364640884) !important;
}

.card {
  border: none !important;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 18px;
  overflow: hidden;
}
.card-header {
  border: none !important;
  padding: 13px;
  font-size: 1.5rem;
  background-color: #f5f5f5;
}
.card-body p:last-child {
  margin: 0;
}
.card-line {
  height: 10px;
  background-color: #f5f5f5;
  margin: 13px 0 13px 0;
  width: 100%;
}
.card-line-small {
  width: 70%;
}
.card-line-link {
  display: block;
  margin-top: 13px;
}
.card-footer {
  border: none !important;
  padding: 13px;
}

.col-green {
  background-color: #00574A;
  color: #fff;
  position: fixed;
  inset: 0 50% 0 0;
}
@media screen and (max-width: 768px) {
  .col-green {
    display: none !important;
  }
}
.col-green::after {
  border-radius: 100%;
  content: "";
  display: block;
  height: 200px;
  width: 200px;
  border: 20px solid #fff;
  position: fixed;
  bottom: 18px;
  left: 50%;
  margin-left: -100px;
}
@media screen and (max-width: 1200px) {
  .col-green::after {
    display: none;
  }
}
.col-auth {
  overflow: hidden auto !important;
}
.col-form {
  background-color: #fff;
  position: fixed;
  inset: 0 0 0 50%;
}
@media screen and (max-width: 768px) {
  .col-form {
    left: 0;
    width: 100% !important;
  }
}
.col-form::after {
  border-radius: 50px;
  transform: rotate(45deg);
  content: "";
  display: block;
  height: 200px;
  width: 200px;
  border: 20px solid #f5f5f5;
  position: absolute;
  top: -80px;
  right: -80px;
}
@media screen and (max-width: 1200px) {
  .col-form::after {
    display: none;
  }
}

.container-fixed {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 83%;
  top: 0;
  right: 0;
  max-width: 100%;
  background-color: #f5f5f5;
}
@media screen and (max-width: 1400px) {
  .container-fixed {
    width: 78%;
  }
}
@media screen and (max-width: 1200px) {
  .container-fixed {
    position: relative;
    width: 100%;
  }
}
.container-fixed .container-header {
  background-color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .container-fixed .container-header {
    justify-content: center;
  }
}
.container-fixed .container-header-caption {
  padding: 13px;
}
@media screen and (max-width: 768px) {
  .container-fixed .container-header-caption {
    display: none;
  }
}
.container-fixed .container-header ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  .container-fixed .container-header ul {
    justify-content: center;
  }
}
.container-fixed .container-header ul li {
  display: flex;
  border-left: 1px solid #f5f5f5;
}
@media screen and (max-width: 1200px) {
  .container-fixed .container-header ul li:last-child {
    border-right: 1px solid #f5f5f5;
  }
}
@media screen and (max-width: 576px) {
  .container-fixed .container-header ul li:last-child {
    border-right: none;
  }
  .container-fixed .container-header ul li:first-child {
    border-left: none;
  }
}
.container-fixed .container-header ul li a {
  transition: 0.7s;
  display: block;
  color: #262a32;
  padding: 18px;
}
@media screen and (max-width: 768px) {
  .container-fixed .container-header ul li a {
    padding: 13px;
  }
}
.container-fixed .container-header ul li a:hover {
  background-color: #00574A;
  color: #fff;
}
.container-body {
  padding: 38px;
}
@media screen and (max-width: 768px) {
  .container-body {
    padding: 18px;
  }
}
.container-header a:active, .container-header a:hover, .container-header a:focus {
  color: #fff !important;
}

.cookies {
  background-color: rgba(0, 0, 0, 0.1);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  z-index: 999999999;
}
.cookies-container {
  width: 500px;
}
@media screen and (max-width: 768px) {
  .cookies-container {
    width: 95%;
  }
}
.cookies .card-header {
  font-size: 1.5rem;
}
.cookies-revoke {
  transition: 0.7s;
  z-index: 99999999;
  position: fixed;
  bottom: 18px;
  right: 18px;
}

.dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate {
  margin: 18px !important;
}
.dataTables_paginate .page-link {
  transition: 0.7s;
  text-decoration: none !important;
  color: #262a32 !important;
}
.dataTables_paginate .page-link:hover {
  background-color: rgb(0, 10.5, 8.9310344828) !important;
  color: #fff !important;
}
.dataTables_paginate .page-item.active .page-link {
  background-color: #00574A !important;
  border-color: #00574A !important;
  color: #fff !important;
}

.donut-chart {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem;
  border-radius: 100%;
}
.donut-chart .portion-block {
  border-radius: 50%;
  clip: rect(0, 200px, 200px, 100px);
  height: 100%;
  position: absolute;
  width: 100%;
}
.donut-chart .circle {
  border-radius: 50%;
  clip: rect(0, 100px, 200px, 0);
  height: 100%;
  position: absolute;
  width: 100%;
  font-family: monospace;
  font-size: 1.5rem;
}
.donut-chart #part1 {
  transform: rotate(0deg);
}
.donut-chart #part1 .circle {
  background-color: #E64C65;
}
.donut-chart #part2 {
  transform: rotate(60deg);
}
.donut-chart #part2 .circle {
  background-color: #11A8AB;
}
.donut-chart #part3 {
  transform: rotate(120deg);
}
.donut-chart #part3 .circle {
  background-color: #4FC4F6;
  animation: third 0.5s 1 forwards 2s;
}

@media screen and (max-width: 1200px) {
  .dropdown {
    margin: 0 !important;
    width: 100% !important;
    margin-top: 13px !important;
  }
}
.dropdown-item {
  text-decoration: none !important;
}
.dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
  background-color: #00574A !important;
  color: #fff !important;
}

.dropzone {
  border-radius: 10px;
  transition: 0.7s;
  padding: 18px;
  border: 3px dotted rgb(206.75, 206.75, 206.75);
  width: 100%;
  text-align: center;
}
.dropzone::before {
  content: "";
  display: block;
  height: 50px;
  width: 50px;
  background: url("/images/upload.svg");
  background-repeat: no-repeat;
  font-size: 1.5rem;
  margin: 0 auto 28px auto;
}
.dropzone::after {
  content: "Déposez vos fichiers ici (extensions autorisées : .jpg, .jpeg, .gif, .png, .txt, .csv, .pdf, .xls, .xslx, taille maximale totale : 10Mo, nombre maximal de fichiers : 6)";
  display: block;
  margin: 13px 0 0 0;
}
.dropzone:hover {
  border: 3px dotted #00574A;
}

.form-group {
  margin-bottom: 13px;
}
.form-group label {
  font-weight: bold !important;
  margin-bottom: 5px !important;
}
.form-label {
  font-weight: bold !important;
  margin-bottom: 5px !important;
}
.form-control {
  margin: 0;
  padding: 0;
  padding: 8px;
}
.form-check {
  margin-bottom: 13px;
}
.form-check-label {
  cursor: pointer;
}
.form-check-input {
  cursor: pointer;
}
.form-check-input:checked {
  background-color: #00574A;
  border-color: #00574A;
}

@media screen and (max-width: 1200px) {
  form {
    width: 100% !important;
  }
}

.icon {
  width: 65px;
}

.input-group button {
  margin: 0 !important;
}

.loading {
  background-color: #fff;
  z-index: 999;
  position: fixed;
  inset: 0;
}
.loading-container {
  position: absolute;
  height: 50px;
  width: 50px;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -25px;
}
.loading-container .text-primary {
  color: #00574A !important;
}
.loading-caption {
  position: absolute;
  padding: 18px;
  font-size: 0.9rem;
}
.loading-caption-left {
  bottom: 0;
  left: 0;
}
.loading-caption-right {
  right: 0;
  bottom: 0;
}

.modal {
  border: none !important;
}
.modal-header {
  border: none !important;
  padding: 13px;
  font-size: 1.5rem;
  background-color: #f5f5f5;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination span.current {
  transition: 0.7s;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(0, 10.5, 8.9310344828);
  color: #fff;
  margin: 5px;
  padding: 5px 13px 5px 13px;
}
.pagination span.current a {
  background-color: #00574A;
}
.pagination span.page a, .pagination span.next a, .pagination span.previous a, .pagination span.last a, .pagination span.first a {
  transition: 0.7s;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00574A;
  color: #fff;
  margin: 5px;
  padding: 5px 13px 5px 13px;
  text-decoration: none;
}
.pagination span.page a:hover, .pagination span.next a:hover, .pagination span.previous a:hover, .pagination span.last a:hover, .pagination span.first a:hover {
  background-color: rgb(0, 10.5, 8.9310344828);
}

.progressbar {
  border-radius: 5px;
  background-color: #f5f5f5;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  margin-bottom: 13px;
}
.progressbar-caption {
  border-radius: 5px;
  width: 20%;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: left;
  color: #fff;
  position: absolute;
  padding: 5px 5px 5px 13px;
  box-sizing: border-box;
}
@media screen and (max-width: 992px) {
  .progressbar-caption {
    width: 40%;
  }
}
.progressbar-progress {
  width: 15%;
  text-align: right;
  color: #262a32;
  position: absolute;
  margin-left: 82%;
  padding: 5px 13px 5px 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 992px) {
  .progressbar-progress {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .progressbar-progress {
    margin-left: 75%;
    width: 20%;
  }
}
.progressbar-bar {
  width: 80%;
  overflow: hidden;
  height: 34px;
  text-align: center;
}
.progressbar-green {
  background-color: #00574A;
}
.progressbar-green-light {
  background-color: #20c997;
}
.progressbar-orange {
  background-color: #fd7e14;
}
.progressbar-yellow {
  background-color: #ffc107;
}
.progressbar-red {
  background-color: #dc3545;
}
.progressbar-grey {
  background-color: #f5f5f5;
}
.progressbar-black {
  background-color: #262a32;
}
.progressbar-blue {
  background-color: #0d6efd;
}

.select2-container {
  min-height: 42px !important;
  margin-top: 0 !important;
}
.select2-selection:hover, .select2-selection:active, .select2-selection:focus {
  border-color: #00574A !important;
}
.select2-selection[aria-expanded=true] {
  border-color: #00574A !important;
}
.select2 .dropdown-wrapper {
  border-color: #00574A !important;
}
.select2-dropdown {
  border-color: #00574A !important;
}
.select2-results__option--highlighted[aria-selected], .select2-results__option--selected[aria-selected] {
  background-color: #00574A !important;
}

.table {
  margin: 0;
  padding: 0;
  border: none !important;
}
.table thead tr {
  background-color: #fff;
}
.table tbody tr {
  background-color: #fff;
}
.table tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
  --bs-table-accent-bg: transparent;
}
.table th {
  font-weight: 500;
}
.table th,
.table td {
  border: none !important;
  padding: 13px;
  text-align: center;
  vertical-align: middle;
}
.table th:first-child,
.table td:first-child {
  text-align: left;
}
.table th:last-child,
.table td:last-child {
  text-align: right;
}
.table th .btn svg,
.table td .btn svg {
  margin: 0;
  padding: 0;
}
.table-responsive {
  margin: 0;
  padding: 0;
}

.warning {
  border-radius: 100%;
  height: 10px;
  width: 10px;
  display: inline-block;
  margin-right: 5px;
}
.warning-normal {
  background-color: #00574A;
}
.warning-urgent {
  background-color: #dc3545;
}
.warning-pending {
  animation: pending 1.5s ease-in-out infinite;
}

.footer {
  background-color: #fff;
  padding: 13px;
  text-align: center;
  margin-top: -13px;
}

.navbar {
  padding: 13px;
  background-color: #fff !important;
}
.navbar img {
  max-width: 250px;
}
.navbar .nav-link {
  transition: 0.7s;
  font-weight: 500;
  color: #00574A !important;
  margin: 0 5px;
}
.navbar .nav-link:hover, .navbar .nav-link:active, .navbar .nav-link:focus {
  text-decoration: none !important;
}
@media screen and (max-width: 992px) {
  .navbar .nav-item {
    width: 100%;
  }
}
.navbar-toggler {
  border: none !important;
}
.navbar-toggler:focus, .navbar-toggler:active {
  border: none !important;
}
.navbar-toggler:focus:focus, .navbar-toggler:active:focus {
  border: none !important;
}
.navbar-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .navbar-nav {
    align-items: flex-start;
    margin-top: 13px;
  }
}
.navbar-fixed {
  margin: 0;
  padding: 0;
  background-color: #262a32 !important;
  color: #fff !important;
  position: fixed;
  width: 17%;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
@media screen and (max-width: 1400px) {
  .navbar-fixed {
    width: 22%;
  }
}
@media screen and (max-width: 1200px) {
  .navbar-fixed {
    margin: 0;
    padding: 0;
    padding: 0;
    position: relative;
    width: 100%;
    flex-direction: row;
    align-items: center;
  }
}
.navbar-fixed .container-fluid {
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .navbar-fixed .container-fluid {
    flex-direction: row;
  }
}
.navbar-fixed .navbar-toggler {
  border: none !important;
  padding: 23px;
}
.navbar-fixed .navbar-toggler:focus, .navbar-fixed .navbar-toggler:active {
  box-shadow: none;
}
.navbar-fixed .navbar-brand {
  width: 100%;
  padding: 18px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.navbar-fixed .navbar-brand:hover {
  text-decoration: none;
}
.navbar-fixed .navbar-brand img {
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .navbar-fixed .navbar-brand {
    margin: 0;
    padding: 0;
    border: none !important;
    width: auto;
  }
  .navbar-fixed .navbar-brand img {
    max-width: 35px;
  }
}
.navbar-fixed .navbar-nav {
  width: 100%;
  overflow-y: auto;
}
@media screen and (max-width: 1200px) {
  .navbar-fixed .navbar-nav {
    margin-top: 0;
  }
}
.navbar-fixed .navbar-nav .nav-item, .navbar-fixed .navbar-nav .nav-link {
  margin: 0;
  padding: 0;
  width: 100% !important;
}
.navbar-fixed .navbar-nav .nav-title {
  border: none !important;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 5px 13px !important;
}
.navbar-fixed .navbar-nav .nav-link {
  padding: 13px;
  color: #fff !important;
  font-weight: normal;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.navbar-fixed .navbar-nav .nav-link .bi {
  margin: 0 5px;
}
@media screen and (max-width: 1200px) {
  .navbar-fixed .navbar-nav .nav-link .bi {
    margin: 0 5px 0 18px;
  }
}
.navbar-fixed .navbar-nav .nav-link.active {
  color: #fff !important;
  background-color: #00574A;
  text-decoration: none;
}
.navbar-fixed .navbar-nav .nav-link:hover {
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.05);
  text-decoration: none;
}

/*# sourceMappingURL=styles.css.map */
