/* ----------- VARIABLES BOOTSRAP ----------- */

:root,
[data-bs-theme=light] {
  --bs-html-bg: #f3f4f6;
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #1e68cf;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f3f4f6;
  --bs-dark: #212529;
  --bs-primary-rgb: 32,103,207;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 243, 244, 246;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text: #0a58ca;
  --bs-secondary-text: #6c757d;
  --bs-success-text: #146c43;
  --bs-info-text: #087990;
  --bs-warning-text: #997404;
  --bs-danger-text: #b02a37;
  --bs-light-text: #6c757d;
  --bs-dark-text: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #f8f9fa;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #ffffff;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #e9ecef;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 14px;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f3f4f6;
  --bs-tertiary-bg-rgb: 243, 244, 246;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-light: #eff0f2;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(var(--bs-body-color-rgb), 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(var(--bs-body-color-rgb), 0.075);
  --bs-emphasis-color: #000;
  --bs-form-control-bg: var(--bs-body-bg);
  --bs-form-control-disabled-bg: var(--bs-secondary-bg);
  --bs-highlight-bg: #fff3cd;
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

[data-bs-theme=dark] {
  --bs-html-bg: var(--bs-body-bg);
  --bs-body-color: #adb5bd;
  --bs-body-color-rgb: 173, 181, 189;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #f8f9fa;
  --bs-emphasis-color-rgb: 248, 249, 250;
  --bs-secondary-color: rgba(173, 181, 189, 0.75);
  --bs-secondary-color-rgb: 173, 181, 189;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(173, 181, 189, 0.5);
  --bs-tertiary-color-rgb: 173, 181, 189;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-emphasis-color: #fff;
  --bs-primary-text: #6ea8fe;
  --bs-secondary-text: #dee2e6;
  --bs-success-text: #75b798;
  --bs-info-text: #6edff6;
  --bs-warning-text: #ffda6a;
  --bs-danger-text: #ea868f;
  --bs-light-text: #f8f9fa;
  --bs-dark-text: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #212529;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #495057;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #055160;
  --bs-warning-border-subtle: #664d03;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: #fff;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #9ec5fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 158, 197, 254;
  --bs-code-color: #e685b5;
  --bs-border-color: #495057;
  --bs-border-color-light: #3d454b;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-light-bg: #3e444a;
  --bs-light-rgb: 62, 68, 74;
}


.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}


.bg-tertiary {
  background-color: var(--bs-tertiary-bg);
}



.table {
  --bs-table-striped-bg: #f5f5f5;
  --bs-table-hover-bg: rgb(0 0 0 / 3%);
}

[data-bs-theme=dark] .table {
  --bs-table-striped-bg: rgba(255, 255, 255, 0.05);
}

h1 {
  display: inline-block;
}

.h5, h5 {
  font-size: 1.1rem;
}


/* ----------- BODY ----------- */

body {
  background: var(--bs-html-bg);
}

body.accueil {
  background-image: url(https://acces-clients.fr/images/bg/03.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top;
}

.accueil .modal-backdrop {
  --bs-backdrop-bg: rgb(74 85 97 / 85%);
  --bs-backdrop-opacity: 1;
}

/* ----------- PAGINATION ----------- */
.pagination {
  --bs-pagination-active-bg: var(--bs-primary);
  --bs-pagination-active-border-color: var(--bs-primary);
}

.page-link {
  color: var(--bs-primary);
}

/* ----------- HEADER ----------- */

header {
  background: #222c3b;
  /*background: linear-gradient(90deg, #3a5e99, #3e9cc4);
  background: linear-gradient(268deg, #3a5e99, #478dab, #3a5e99);
  background: linear-gradient(268deg, #3a5e99, #3ea1c4);
  background: linear-gradient(359deg, #2f4466, #415167);
  background: linear-gradient(46deg, #25828f, #2996c4);*/

}

[data-bs-theme=dark] header {
  /*background: #181c1f;*/
}

.pointer {
  cursor: pointer;
}

.none {
  display: none;
}


/* ----------- TABLES ----------- */

table .fa-sort {
  opacity: 0.25;
}

table .badge {
  font-size: 13px;
  font-weight: 400;
}

.badge.text-bg-info {
  color: #FFF !important;
  background-color: #36b2ed !important;
}

.badge.text-bg-success {
  background-color: #00c689 !important;
}

.badge.text-bg-warning {
    background: #f2a231 !important;
    color: #FFF !important;
}



/* ----------- BTN - LIGHT ----------- */

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffffff;
    --bs-btn-border-color: #dee2e6;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211,212,213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa;
}

[data-bs-theme=dark] .btn-light {
    --bs-btn-color: #FFF;
    --bs-btn-bg: var(--bs-light-bg);
    --bs-btn-border-color: #5b6064;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211,212,213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa;
}





.navbar .navbar-hover .nav-item .dropdown-menu { display: none; }
.navbar .navbar-hover .nav-item:hover .dropdown-menu { display: block; }
.navbar .nav-item .dropdown-menu { margin-top: 0; }
.navbar .nav-item .nav-link { margin-right: 10px; border-radius: 5px; padding: 10px 15px !important; }
.navbar .nav-item .icon-link { margin-right: 0; margin-left: 8px; padding: 10px 13px !important; }
.navbar .nav-item:last-child .nav-link { margin-right: 0; }

.navbar .nav-item.active .nav-link,
.navbar .nav-item:hover .nav-link,
.navbar .nav-item [aria-expanded='true'] {
  background: rgb(255 255 255 / 15%);
}
.navbar  .nav-item { padding: 11px 0; }


.dropdown-divider {
  opacity: 0.5;
  margin-top: 5px;
  margin-bottom: 5px;
}

.dropdown-menu {
  margin-top: 6px !important;
}

.dropdown-menu {
  box-shadow: 0 0 5px rgba(98,98,98,.2);
  border: 0;
  font-size: 14px;
  padding: 5px;
}

[data-bs-theme=dark] .dropdown-menu {
  box-shadow: 0 0 5px rgba(250,250,250,.2);
}

.dropdown-menu .dropdown-item {
  border-radius: 5px;
  padding: 8px 10px !important;
}


span.titre-page {
  font-size: 30px;
  font-weight: 600;
}

.navbar .header-logo .nav-link {
  padding: 6px !important;
}

.header-logo img {
  height: 29px;
  width: 29px;
}

section {
  margin: 25px 32px;
}


/* ----------- MODAL ----------- */

.modal-backdrop {
  --bs-backdrop-bg: #38414b;
  --bs-backdrop-opacity: 0.65;
}


.modal-content {
  border: none;
}


.modal-degrade .modal-dialog .modal-content .modal-header
{
  padding: 20px 25px;
  background-color: #00bda5;
  background-image: linear-gradient(90deg, #4f9cd4, #4ec1d4);
  color: #fff;
}

.modal-degrade .modal-dialog .modal-content .modal-footer
{
  padding: 10px 20px;
  background: #f5f8fa;
  border-top: 1px solid #e5ecf3;
}

.modal-degrade .modal-header .btn-close-modal {
  color: #FFF;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  right: 25px;
  top: 14px;
  cursor: pointer;
}


.modal-degrade .modal-header {
  border-bottom: 0;
}



sup {
    color: red;
    font-size: 120%;
    top: 0px;
    left: 4px;
}


.modal li.list-group-item {
  line-height: 17px;
  padding: 8px 10px;
  font-size: 13px;
}

.modal .list-group-item.active {
    color: #fff;
    background-color: #6ba9ca;
    border-color: #6ba9ca;
    padding: 6px 10px;
}

.modal .list-group-item.active b {
  text-transform: uppercase;
}


.modal-section {
    border: 1px solid #4eb4d2;
    border-radius: 4px;
    padding: 15px;
}


.modal-footer .btn-primary {
  border-radius: 2px;
  font-size: 0.90rem;
  padding: 8px 25px;
  background: #5bb8e2;
  border-color: #5bb8e2;
}


.modal-footer .btn-light {
  color: #323232;
  border-radius: 2px;
  font-size: 0.9rem;
  padding: 8px 25px;
}

.form-group {
    margin-bottom: 10px;
}

.form-group label {
  line-height: 1.2;
  padding: 0;
  position: relative;
  padding-left: 12px;
  margin: auto;
  display: flex;
  align-items: center;
}


.modal-body {
    padding: 30px 26px !important;
    font-size: 14px;
}

.modal input[type='text'].form-control-xs {
    padding: 0 7px;
    height: 32px;
    margin-top: -5px;
    margin-bottom: -5px;
}

.modal input.form-control,
.modal textarea.form-control
{
    border-radius: 3px;
    background-color: #f5f8fa;
}

.form-floating>.form-control-plaintext:-webkit-autofill,
.form-floating>.form-control:-webkit-autofill {
  font-size: 15px;
}


.form-control {
  font-size: 15px;
}

.form-control-sm {
  height: 2.2rem;
  padding: 0.5rem 0.7rem;
  font-size: 0.875rem;
}




.input-plus {
  position: absolute;
  top: 8px;
  right: 21px;
  color: #cad6e2;
  cursor: pointer;
  width: 20px;
  line-height: 20px;
  text-align: center;
  display: block;
}

.input-plus:hover {
    color: #03acb4;
}

.input-note {
  position: absolute;
  top: 8px;
  right: 40px;
  color: #cad6e2;
  cursor: pointer;
  width: 20px;
  line-height: 20px;
  text-align: center;
  display: block;
}

.input-note:hover {
  color: #4eb4d2;
}

.input-note.fa-sticky-note {
  color: #4eb4d2;
}


.fm-libelle
{
  display: none !important;
}

.form-libelle .fm-libelle
{
  display: block !important;
}

.form-libelle .form-control:last-child {
    margin-top: -1px;
    border-radius: 0 0 3px 3px;
}

.form-libelle .form-control:first-child,
.form-libelle .intl-tel-input .form-control {
    border-radius: 3px 3px 0 0;
}



input:-webkit-autofill {
   animation: onAutoFillStart 20s ease-in-out infinite;
}
@keyframes onAutoFillStart {
  from  {color: #000}
  to {color: #090909}
}

.form-control::placeholder {
  color: #acb6c1;
}

.col-form-label-sm {
    height: 2.2rem;
    padding: 0.5rem 0.7rem;
}

.form-control-xs {
    height: 32px;
    padding: 0.5rem 0.7rem;
    font-size: 0.875rem;
    background: var(--bs-light-bg-subtle);
}

.modal select.form-select {
  background-color: #f5f8fa;
  border-radius: 3px;
  color: #2b2b2b;
  padding: 6px 10px;
  outline: none;
}

@media (min-width: 576px)
{
  .modal-sm {
    --bs-modal-width: 400px;
  }
}




input.form-control:focus,
select.form-select:focus,
textarea.form-control:focus {
  background: #f5f8fa;
  color: #2b2b2b;
  border-color: #a4e6f1 !important;
  box-shadow: 0px 0px 0px 1px #a4e6f1;
  outline: none;
}



/* ------------ ZONE INPUT DROP ------------ */

.file-drop-area {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px dashed #cad6e2;
  transition: 0.2s;
  background: #f5f8fa;
  width: 100%;
  border-radius: 4px;
}


.file-drop-area.is-active .file-icon {
  display: block;
}

.file-drop-area.is-active .file-btn
{
  display: none;
}

.file-drop-area.is-dragover
{
  background: #e3eaf0;
}


#vignette {
  background: #c2cdd8;
  width: 80px;
  height: 80px;
  border-radius: 4px;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 40px;
  color: #ffffff;
  overflow: hidden;
}

#vignette .fa {
    margin-top: 18px;
}


.file-text {
    width: 100%;
    text-align: center;
}

.file-btn {
  display: inline-block;
  background: white;
  padding: 7px 15px;
  border: 1px solid #cad6e2;
  border-radius: 3px;
}

.file-msg {
  margin-top: 13px;
  color: #828c94;
}

.file-icon {
    font-size: 32px;
    color: #4eb4d2;
    display: none;
    line-height: 1;
    padding: 0;
    height: 32px;
    margin-bottom: -3px;
    margin-top: 3px;
}

.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
  &:focus {
    outline: none;
  }
}




.table-sortable thead span {
  cursor: pointer;
}

.table .fa-paperclip {
  float: right;
  margin-top: 10px;
  color: #aeaeae;
}

.table-sortable tr,
.table-sortable td {
  border-bottom: 1px solid #eff0f2;
}

.table-sortable thead tr {
  border-bottom: 1px solid var(--bs-border-color-light) !important;
}

.table-sortable td {
    padding-left: 10px;
    padding-right: 10px;
}

.table-sortable tbody td {
    height: 52px;
}

.table-sortable th:first-child,
.table-sortable td:first-child {
    padding-left: 15px !important;
}

.table-sortable th:last-child,
.table-sortable td:last-child {
    padding-right: 15px !important;
}

.table-sortable th {
    padding-top: 15px;
    padding-bottom: 15px;
}


.offcanvas-backdrop {
  background-color: #38414b;
}

.offcanvas-backdrop.show {
  opacity: .65;
}


.offcanvas {
  width: 50% !important;
}

.offcanvas-header {
  background-image: linear-gradient(90deg, #4f9cd4, #5ec3db);
  color: #fff;
  padding-top: 15px;
  padding-bottom: 14px;
}

.offcanvas iframe {
  border: 0;
  width: 100%;
  height: 100%;
}

.offcanvas-buttons {
  position: absolute;
  background: rgb(0 0 0 / 50%);
  padding: 15px;
  border-radius: 10px;
  bottom: 20px;
  left: 25px;
  opacity: 0.5;
}

.offcanvas-buttons:hover {
  opacity: 1;
}

.btn-offcanvas {
  border: 1px solid #FFF;
  width: 34px;
  height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  padding-top: 4px;
  margin-left: 5px;
  font-size: 16px;
  cursor: pointer;
  color: #FFF;
}

.btn-offcanvas:hover {
  background: rgb(255 255 255 / 25%);
}

.btn-offcanvas.close {
  border-color: #fff0;
}

.btn-offcanvas.close:hover {
  background: none;
}



/* -------------- TABLE ROUNDED -------------- */

table.table-rounded {
 border-radius: 4px;
 border-spacing: 0;
 border-collapse: separate;
 overflow: hidden;
 border: 0;
 background-color: var(--bs-light-bg-subtle);
}

table.table-rounded thead tr:last-child td {
 border-bottom: 0;
}


table.table-rounded tbody tr:first-child td {
 border-top: 1px solid var(--bs-border-color-light);
}

table.table-rounded tbody tr:last-child td:first-child {
 border-bottom-left-radius: 4px;
}

table.table-rounded tbody tr:last-child td:last-child {
 border-bottom-right-radius: 4px;
}


table.table-rounded tr td.bg-primary,
table.table-rounded tr td.bg-secondary {
 border: 0 !important;
}

table.table-rounded.table-bordered tr td {
 border-top: 0;
 border-left: 0;
 border-color: #d8dbdc;
}

table.table-rounded.table-bordered {
 border-top: 0;
}

table.table-rounded.table-bordered tr td:first-child {
 border-left: 1px solid #e2e5e7;
}


/* ------------ CONTACTS FICHE CLIENT ------------ */

.card .nav-tabs {
    border-bottom: 0;
}


.card .nav-tabs .nav-item {
  margin-bottom: 5px;
  margin-top: -5px;
  background: #ffffff3b;
  margin-right: 10px;
  text-align: center;
  border-radius: 3px;
}

.card .nav-tabs .nav-link {
  font-size: 1rem;
  background: none;
  border: 0;
  padding: 1px 15px;
  color: #FFF;
}


.card .nav-tabs .nav-link.active {
  background: hsl(0deg 0% 100% / 50%);
  border-radius: 3px;
  color: #000000bf;
}

.jumbotron .title {
    font-size: 16px;
    font-weight: bold;
}

.jumbotron hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.jumbotron a {
    color: #000;
    text-decoration: none;
}

.jumbotron a:hover {
    color: var(--bs-primary-text);
    text-decoration: none;
}

.jumbotron .badge {
  padding: 3px 5px;
  margin-left: 10px;
  border-radius: 2px;
  font-weight: 400;
}

.jumbotron .ad-notes {
    display: inline-block;
    color: #84878a;
    margin-top: 5px;
}

.popover .popover-body {
  color: #000;
}


.popover .popover-body hr {
    margin-top: 5px;
    margin-bottom: 5px;
}


.card {
  font-size: 15px;
}

.card-header {
    padding: 0.95rem 1.25rem;
    margin-bottom: 0;
    font-size: 16px;
    border: 0;
}

.card-header:first-child {
  border-radius: 0;
}



.card .imgface {
  background: #b8bcbf;
  width: 55px;
  height: 55px;
  line-height: 55px;
  color: #FFF;
  border-radius: 100%;
  display: block;
  margin: auto;
  font-size: 20px;
  position: absolute;
  top: 15px;
  left: 15px;
  text-align: center;
  overflow: hidden;
}

.card .imgface img {
    position: absolute;
    top: 0;
    left: 0;
}


table th {
  text-transform: uppercase;
}





.pinlogin .pinlogin-field
{
	box-sizing:border-box;
	display:inline-block;
	width: 40px;
	height: 40px;
	padding: 5px;
	margin: 0 10px;
	border:1px solid #ccc;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius: 2px;
	text-align:center;
}

.pinlogin .pinlogin-field:first-of-type {
    margin-left: 0;
}

.pinlogin .pinlogin-field:last-of-type {
    margin-right: 0;
}

.pinlogin .pinlogin-field:read-only
{
	border:1px solid #ddd;
	background:#fafafa;
	cursor:default;
}

.pinlogin .pinlogin-field.invalid
{
	border:1px solid red;
	color:red;
}



select.input-graph {
    background: #ffffff;
    border: 1px solid #d2d2dc;
    border-radius: 3px;
    padding: 2px 5px;
    font-size: 14px;
}


.jumbotron {
    padding-bottom: 0;
    margin-bottom: 2rem;
    background-color: #f5f5f5;
    border-radius: 0.3rem;
    border: 1px solid #dcdcdc;
    position: relative;
}

.jumbotron .badge-light {
  background-color: white;
  color: #84878a;
  position: absolute;
  right: 47px;
  top: 9px;
  /*display: none;*/
}

.jumbotron:hover .badge-light {
  display: none;
}


.jumbotron ul {
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.jumbotron li {
    list-style: none;
    border-top: 1px solid #dcdcdc;
    padding: 10px 0;
    font-size: 14px;
    line-height: normal;
    position: relative;
}

.jumbotron .btn {
  position: absolute;
  right: 16px;
  top: 17px;
  border: 1px solid #dcdcdc;
  background: #FFF;
  color: #b8bcbf;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  display: none;
  padding: 0;
  height: 35px;
  width: 38px;
  text-transform: uppercase;
  font-weight: bold;
}

.jumbotron:hover .btn {
  display: block;
}

.jumbotron .btn:hover {
  background: var(--secondary);
  border: 1px solid var(--secondary);
  color: #FFF;
}

.jumbotron .jumb-header {
  margin-left: 67px;
  margin-bottom: 24px;
}

.list-action {
    background: #ffffff;
    color: var(--secondary);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 38px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    /*display: none;*/
}

.list-copy {
  background: #f5f5f5;
  color: #B4BCB7;
  position: absolute;
  right: 38px;
  top: 0;
  height: 100%;
  width: 33px;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  padding-right: 5px;
}

.list-copy:hover {
    color: #999999;
}

.jumbotron:hover li .list-action,
.jumbotron:hover li .list-copy
{
    display: flex;
}


.jumbotron i.flag-icon {
    border-radius: 2px;
    margin-left: 5px;
}


.tooltip {
    min-width: auto;
}

.tooltip-inner {
  padding: 2px 5px;
  padding-bottom: 3px;
  font-size: 11px;
  border-radius: 2px;
  line-height: normal;
}

.bs-tooltip-left .arrow {
    margin-top: 6px;
}

.bs-tooltip-left .arrow::before
 {
    border-width: 3px 0 3px 3px;
}


.picture-container {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100px;
    border: 1px solid #DDD;
}

.picture {
    display: block;
    width: 100%;
    height: auto;
}

.face {
    position: absolute;
    border: 3px solid #FFF;
    border-radius: 100%;
}






.rcrop-wrapper{position:relative;display:inline-block;max-width:inherit}.rcrop-wrapper img{display:block}.rcrop-wrapper .rcrop-croparea{position:absolute;top:0;left:0;z-index:1000}.rcrop-wrapper .rcrop-croparea .rcrop-croparea-inner{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.rcrop-wrapper .rcrop-outer-wrapper{filter:alpha(Opacity=50);opacity:.5;position:absolute;top:0;left:0;width:100%;height:100%}.rcrop-wrapper .rcrop-outer{background:#fff;position:absolute}.rcrop-wrapper .rcrop-outer.rcrop-outer-left{height:100%;left:0;top:0}.rcrop-wrapper .rcrop-outer.rcrop-outer-right{height:100%;right:0;top:0}.rcrop-wrapper .rcrop-outer.rcrop-outer-top{top:0;width:100%}.rcrop-wrapper .rcrop-outer.rcrop-outer-bottom{bottom:0;width:100%}.rcrop-wrapper .rcrop-grid{position:absolute;top:0;left:0;width:100%;height:100%}.rcrop-wrapper .rcrop-grid-line{position:absolute}.rcrop-wrapper .rcrop-grid-line:nth-child(1){width:100%;height:33%;top:33%;left:0;border-top:1px dashed #fff;border-bottom:1px dashed #fff}.rcrop-wrapper .rcrop-grid-line:nth-child(2){height:100%;width:33%;left:33%;top:0;border-left:1px dashed #fff;border-right:1px dashed #fff}.rcrop-wrapper .rcrop-handler-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}.rcrop-wrapper .rcrop-handler-wrapper .rcrop-handler-border,.rcrop-wrapper .rcrop-handler-wrapper .rcrop-handler-corner{position:absolute;width:6px;height:6px;background:#fff;border:1px solid #000}.rcrop-wrapper .rcrop-handler-wrapper .rcrop-handler-top-left{top:-3px;left:-3px}.rcrop-wrapper .rcrop-handler-wrapper .rcrop-handler-top-right{top:-3px;right:-3px}.rcrop-wrapper .rcrop-handler-wrapper .rcrop-handler-bottom-left{bottom:-3px;left:-3px}.rcrop-wrapper .rcrop-handler-wrapper .rcrop-handler-bottom-right{bottom:-3px;right:-3px}.rcrop-wrapper .rcrop-handler-wrapper .rcrop-handler-top{top:-3px;left:50%;margin-left:-3px}.rcrop-wrapper .rcrop-handler-wrapper .rcrop-handler-right{right:-3px;top:50%;margin-top:-3px}.rcrop-wrapper .rcrop-handler-wrapper .rcrop-handler-bottom{bottom:-3px;left:50%;margin-left:-3px}.rcrop-wrapper .rcrop-handler-wrapper .rcrop-handler-left{left:-3px;top:50%;margin-top:-3px}.rcrop-wrapper .clayfy-touch-device .rcrop-handler-bottom-right{display:none;width:18px;height:18px;bottom:-5px;right:-5px}.clayfy-box:not(.clayfy-not-move){cursor:move}.clayfy-ghost{z-index:1000}.clayfy-ghost-opacity{opacity:.5}.clayfy-handler{z-index:1001}.clayfy-handler.clayfy-top{cursor:n-resize}.clayfy-handler.clayfy-top.left{cursor:nw-resize}.clayfy-handler.clayfy-top.right{cursor:ne-resize}.clayfy-handler.clayfy-bottom{cursor:n-resize}.clayfy-handler.clayfy-bottom.left{cursor:sw-resize}.clayfy-handler.clayfy-bottom.right{cursor:se-resize}.clayfy-handler.clayfy-left,.clayfy-handler.clayfy-right{cursor:w-resize}.clayfy-handler.clayfy-touch-device{background:#fff;border:1px solid #000;border-radius:3px}.clayfy-sort-droparea{border:2px solid #ccc}


.rcrop-wrapper img {
    max-height: 400px;
}

.rcrop-wrapper .rcrop-handler-wrapper .rcrop-handler-border,
.rcrop-wrapper .rcrop-handler-wrapper .rcrop-handler-corner {
  position: absolute;
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 100%;
  border: 0;
}

.demo{
    padding: 20px;
}

.image-wrapper{
  margin-top: 14px;
  background: #d3d7db;
  text-align: center;
  font-size: 0;
  border-radius: 4px;
  overflow: hidden;
}

.height0 {
  height: 0;
  margin-top: 0 !important;
}

.recadrer {
    margin-top: 14px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    background: #4eb4d2;
    border-radius: 3px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 0;
    cursor: pointer;
    display: none;
}

#del-photo {
  position: absolute;
  z-index: 10;
  color: #ffffff;
  font-size: 12px;
  background: #de6c6c;
  border-radius: 100%;
  height: 19px;
  width: 19px;
  padding: 0;
  cursor: pointer;
  text-align: center;
  margin-top: 7px;
  margin-left: 78px;
  border: 1px solid #FFF;
  padding-top: 2px;
  padding-left: 1px;
}

img {
    max-width: 100%;
}


#update{
    margin: 10px 0 0 60px ;
    padding: 10px 20px;
}

#cropped-original, #cropped-resized{
  padding: 5px;
    border: 3px dashed #ddd;
    min-height: 60px;
    margin-top: 20px;
    background: #eeeeee;
}
#cropped-original img, #cropped-resized img{
    margin: 5px;
}

#cropped-resized img {
    border-radius: 100%;
    width: 100px;
}


.checkboxtb {
  background: #ffffff;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  border: 1px solid rgb(174 174 174 / 50%);
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  width: 20px;
  height: 20px;
  display: block;
  background: #FFF;
  border-radius: 4px;
  border: 1px solid #d6d6d6;
  cursor: pointer;
}

input[type="checkbox"]:checked {
  background: var(--bs-primary);
  border: 1px solid var(--bs-primary);
  position: relative;
}

input[type="checkbox"]:checked:after {
  font-family: FontAwesome;
  content: '\f00c';
  display: inline-block;
  color: #FFF;
  position: absolute;
  left: 2px;
}

.fenetre {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

table .trs {
  background: rgb(9 95 215 / 10%);
}

table .trs td {
  border-color: #FFF;
}

.progress-sm {
  height: 6px;
}


/* --------------- TABLE DEVIS ----------------- */

.table-devis input {
  background-color: transparent;
  border: 0;
  height: 40px;
  width: 100%;
  background: #FFFFFF;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.98em;
  border-radius: 2px;
}

.table-devis input:disabled {
  background-color: transparent;
}

.table-devis [contenteditable] {
  display: block;
  background-color: transparent;
  border: 0;
  min-height: 40px;
  min-width: 200px;
  width: 100%;
  background: #FFFFFF;
  padding: 10px;
  font-size: 0.98em;
  border-radius: 2px;
  outline: 0px solid transparent;
}

.table-devis [contenteditable]:focus {
  background: #f9f9f9;
  outline: 2px solid var(--bs-primary);
}


.table-devis td {
  padding: 1px;
}

.table-devis .fa-trash {
  margin: 0 10px;
  cursor: pointer;
}

.table-devis .fa-grip-dots-vertical {
  margin: 0 4px;
}


.table-devis input.form-control:focus,
.table-devis select.form-select:focus,
.table-devis textarea.form-control:focus {
  background: #f9f9f9;
  outline: 2px solid var(--bs-primary);
  box-shadow: none;
}


.table-devis .td-drag {
  cursor: move;
  text-align: center;
  padding-left: 3px;
  padding-right: 3px;
}

.table-devis tr.ondrag,
.table-devis tr.ondrag input,
.table-devis tr.ondrag textarea,
.table-devis tr.ondrag [contenteditable],
.table-devis tr.ondrag select
{
  background: #eaf0fa;
}

.table-devis tr.ondrag
{
  outline: 1px solid var(--bs-primary);
}

/* ------ PAGE AGENDA -------- */

#agenda a
{
  color: #2c3e51;
  text-decoration: none;
}

#agenda .fc-multimonth-header-table tr {
  line-height: 35px;
}

#agenda .fc-multimonth-daygrid tr {
  height: 55px;
}

.fc .fc-view {
  border: none !important;
  background-color: #FFF !important;
  border-radius: var(--bs-border-radius) !important;
  padding: 15px;
}


.fc .fc-bg-event .fc-event-title {
  color: #000;
  overflow: hidden;
  /*display: none;*/
}

.fc-h-event .fc-event-title-container {
  text-align: center;
}

.fc .fc-multimonth-multicol .fc-daygrid-more-link {
  border: none;
  display: block;
  background: #2c3e51;
  color: #FFF !important;
  margin-top: -2px;
  text-align: center;
}

.fc .fc-daygrid-day.fc-day-today {
  border: 2px solid var(--bs-primary);
  background: none;
}

.fc-day-today a.fc-daygrid-day-number {
  color: var(--bs-primary)!important;
}
