@import url("/assets/css/base/_fonts.css");
@import url("/assets/css/base/_variables.css");
@import url("/assets/css/base/_commun.css");
@import url("/assets/css/base/_animations.css");
@import url("/assets/css/base/_icons.css");
@import url("/assets/css/base/_grid.css");
@import url("/assets/css/components/_badges.css");
@import url("/assets/css/components/_buttons.css");
@import url("/assets/css/components/_date-picker.css");
@import url("/assets/css/components/_input.css");
@import url("/assets/css/components/_list.css");
@import url("/assets/css/components/_loader.css");
@import url("/assets/css/components/_map.css");
@import url("/assets/css/components/_modal-alerte.css");
@import url("/assets/css/components/_modal-create-customer.css");
@import url("/assets/css/components/_modal-product.css");
@import url("/assets/css/components/_modal-user.css");
@import url("/assets/css/components/_modal-quote-invoice.css");
@import url("/assets/css/components/_modal-document.css");
@import url("/assets/css/components/_modal-intervention.css");
@import url("/assets/css/components/_modal-invoices.css");
@import url("/assets/css/components/_modal-stock.css");
@import url("/assets/css/components/_modal.css");
@import url("/assets/css/components/_popup.css");
@import url("/assets/css/components/_form.css");
@import url("/assets/css/components/_searchbar.css");
@import url("/assets/css/components/_shimmer.css");
@import url("/assets/css/components/_snackbar.css");
@import url("/assets/css/components/_spinner.css");
@import url("/assets/css/components/_table.css");
@import url("/assets/css/components/_text.css");
@import url("/assets/css/components/_tooltip.css");
@import url("/assets/css/components/_upload-and-show.css");
@import url("/assets/css/components/_recorder-component.css");
@import url("/assets/css/components/catalog-manager.css");
@import url("/assets/css/layout/_body.css");
@import url("/assets/css/layout/_header.css");
@import url("/assets/css/layout/_menu.css");
@import url("/assets/css/components/_modal-cancel-interventions.css");
@import url("/assets/css/base/_text.css");

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

.inline-table {
  display: inline-table;
}

.wait {
  cursor: wait !important;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
}

.inline {
  display: inline;
}

.wrap {
  flex-wrap: wrap;
}

.nowrap {
  flex-wrap: nowrap;
}

.row-reverse {
  flex-flow: row-reverse;
}

.align-item-center {
  align-items: center;
}

.align-item-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
}

.align-item-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}

.align-self-baseline {
  align-items: center;
  align-self: baseline;
}

.flex {
  display: flex;
}

.flex-align-center {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-space-between {
  display: flex;
  -webkit-box-pack: space-between !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: space-between !important;
  justify-content: space-between !important;
}

.flex-justify-right {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
}

.flex-justify-start {
  justify-content: flex-start;
}

.flex-center-vert {
  align-items: center;
}

.flex-05 {
  flex: 0.5 !important;
}

.flex-1 {
  flex: 1 !important;
}

.flex-2 {
  flex: 2 !important;
}

.flex-3 {
  flex: 3 !important;
}

.flex-4 {
  flex: 4 !important;
}

.flex-5 {
  flex: 5 !important;
}

.flex-6 {
  flex: 6 !important;
}

.flex-end {
  align-items: flex-end !important;
}

.justify-end {
  justify-content: flex-end;
}

.flex-start {
  align-items: flex-start !important;
}

.flex-reverse {
  display: flex;
  flex-direction: row-reverse;
}

.flex_around {
  display: flex;
  justify-content: space-around;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.m-05 {
  margin: 0.5rem;
}

.mb-05 {
  margin-bottom: 0.5rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.margin-1 {
  margin: 1rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-05 {
  margin-top: 0.5rem;
}

.gap-02 {
  gap: 0.2rem;
}

.gap-05 {
  gap: 0.5rem;
}

.gap-1 {
  gap: 1rem !important;
}

.gap-1-5 {
  gap: 1.5rem !important;
}

.gap-2 {
  gap: 2rem !important;
}

.gap-3 {
  gap: 3rem !important;
}

.gap-4 {
  gap: 4rem;
}

.gap-5 {
  gap: 5rem !important;
}

.gap-6 {
  gap: 6rem !important;
}

.gap-10 {
  gap: 10rem !important;
}

.gap-8 {
  gap: 8rem;
}

.height-max {
  height: -webkit-fill-available;
  height: 100%;
}

.height-max-view {
  height: 100vh;
}

.height-fit-content {
  height: fit-content;
}

.width-fit-content {
  width: fit-content;
}

.width-max {
  width: -webkit-fill-available !important;
  width: -moz-available !important;
}

.width-max-content {
  width: max-content;
}

.event-disactivate {
  pointer-events: none;
  color: gray;
}

.dont_resize {
  resize: none;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.invisible {
  visibility: hidden;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.block {
  display: block;
}

.scroll {
  overflow: auto;
}

.no-scroll {
  overflow: unset;
}

.block-top-right {
  top: 12px;
  right: 12px;
}

.fixed-bottom-right {
  position: fixed;
  right: 2%;
  bottom: 30px;
  z-index: 101;
}

.fixed-right {
  position: fixed;
  right: 2%;
}

.pastille {
  display: flex;
  top: -4px;
  right: -7px;
  background-color: #e90a0a;
  color: var(--color-white);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  justify-content: center;
  font-weight: bold;
  font-size: 12px;
  align-items: center;
  font-size: 0.7rem;
  padding: 0.1rem;
}

.z-index-100 {
  z-index: 100 !important;
}

.red {
  color: #c60909ed;
}

.orange {
  color: #f88d2b;
}

.border-orange {
  border: 1px solid #f88d2b !important;
}

.light-green {
  color: #4ba872;
}

.black {
  color: var(--color-black);
}

.grey-05 {
  color: var(--color-grey-05);
}

.grey-02 {
  color: var(--color-grey-02);
}

.border--red {
  border: 2px solid #c10707 !important;
}

.border--grey {
  border: 2px solid var(--color-grey-04);
}

.round {
  border-radius: var(--radius);
}

.alert-error {
  color: var(--color-red);
  margin: 0;
  margin-top: 2px;
  font-size: 0.9em;
}

.error {
  border: 2px solid #ff0000 !important;
}

.box-shadow {
  box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.1);
}

.pointer {
  cursor: pointer;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  word-break: break-word;
}

.back-modal::-webkit-scrollbar {
  display: none;
}

.back-modal {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.text-left {
  text-align: left;
}

.square_100 {
  width: 100px;
  height: 100px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-bottom: 1rem;
  
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
 
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color:  #6c757d;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 1rem ;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color:#0A3574;
}

input:focus + .slider {
  box-shadow: 0 0 1px #0A3574;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Style arrondi du bouton */
.slider.round {
  border-radius: 50%;
}

.slider.round:before {
  border-radius: 50%;
}

@media (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }

  .container-signature-btn {
    justify-content: center !important;
  }
}

@media (min-width: 768px) {
  .max-width-48 {
    max-width: 48%;
  }
}
