/* Utilitaire */
.gap-0 {
  gap: 0 !important;
}

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

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

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

.gap-4 {
  gap: 1.5rem !important;
}

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

.w-200 {
  width: 200px;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Choisir";
}

input.form-control {
  margin-bottom: 0 !important;
}

.text-sm .select2-container--default .select2-selection--single .select2-selection__arrow, select.form-control-sm ~ .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px !important;
}

.text-sm .select2-container--default .select2-selection--single .select2-selection__rendered, select.form-control-sm ~ .select2-container--default .select2-selection--single .select2-selection__rendered {
  margin-top: unset !important;
}

span.select2-selection.select2-selection--single {
  height: calc(1.7rem + 9px) !important;
  border: 1px solid #aaaaaa31 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 39px;
}

/* Custom DataTables */
.customTopDt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.customBotDt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dataTables_length label {
  display: flex;
  align-items: end;
}

.dataTables_filter label {
  display: flex;
  justify-content: flex-end;
  align-items: end;
}

.dataTables_length label select {
  width: auto;
  margin-left: 5px;
  margin-right: 5px;
}

.dataTables_filter label input {
  width: auto;
  margin-left: 5px;
}

.dt-buttons button,
.btn-action-datatable {
  height: 29.19px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-left: 0.5rem;
}
.dt-buttons button span,
.btn-action-datatable span {
  line-height: initial;
}

.scroll-x {
  overflow-x: auto;
}

.dataTables_processing {
  position: fixed;
  width: 100vw;
  inset: 0;
  height: 100vh;
  z-index: 9999;
  background-color: #FFFFFF80 !important;
  border-radius: 0;
  border: none;
  text-align: center;
}
.dataTables_processing i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cursor-pointer {
  cursor: pointer;
}

/* Formulaires */
hr.formSpace {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-color: var(--color-primary) !important;
}

input.form-control {
  margin-bottom: 0 !important;
}

.alignCustomSwitch {
  transform: translateY(6px);
}

.badge-dot {
  text-indent: -9999px;
  padding: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

/* Charte graphique */
.textOnColor div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-transform: uppercase;
}
.textOnColor div span {
  background-color: #550665;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--color-bg-secondary);
}

.content-header {
  margin-top: 50px !important;
}

.content-header .fa {
  color: var(--color-primary) !important;
}

.color-primary {
  color: var(--color-primary) !important;
}

.bg-color-primary {
  background-color: var(--color-primary) !important;
}

.color-secondary {
  color: var(--color-secondary) !important;
}

.bg-color-secondary {
  background-color: var(--color-secondary) !important;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: auto !important;
}

span.form-control.disabled {
  background-color: #80808069;
}

.btn {
  font-size: 14px;
  width: auto;
  display: inline-flex;
  font-weight: 100;
  align-items: center;
  padding: 10px 15px;
  line-height: 14px;
  border-radius: 0.25rem;
}

/* jstree */
.vakata-context, .vakata-context ul {
  background: var(--color-bg-primary) !important;
  border: none !important;
  box-shadow: 0px 5px 10px -1px rgba(0, 0, 0, 0.15) !important;
  border-radius: 0.25rem;
  font-family: "Roboto", sans-serif !important;
}
.vakata-context i, .vakata-context span, .vakata-context ul i, .vakata-context ul span {
  display: none !important;
}
.vakata-context li > a, .vakata-context ul li > a {
  line-height: 1.5 !important;
  margin: 0.25rem !important;
  padding: 0.25rem 1.5rem !important;
}
.vakata-context li > a:hover,
.vakata-context .vakata-context-hover > a, .vakata-context ul li > a:hover,
.vakata-context ul .vakata-context-hover > a {
  background-color: var(--color-primary) !important;
  color: var(--color-fonts-on-primary) !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-radius: 0.25rem;
}

/* Custom FilePond */
/* the text color of the drop label*/
.filepond--drop-label {
  color: var(--color-primary) !important;
  height: 30vh !important;
}

/* underline color for "Browse" button */
.filepond--label-action {
  -webkit-text-decoration-color: var(--color-primary) !important;
          text-decoration-color: var(--color-primary) !important;
}

/* the background color of the filepond drop area */
.filepond--panel-root {
  background-color: var(--color-bg-primary) !important;
}

/* the background color of the drop circle */
.filepond--drip-blob {
  background-color: var(--color-secondary) !important;
}

/* bordered drop area */
.filepond--panel-root {
  background-color: transparent;
  border: 2px solid var(--color-primary);
}

/* Limit the size to create a grid  */
.filepond--item {
  /* width: calc(25% - 0.5em); */
  width: calc(50% - 0.5em);
}

.filepond--list-scroller{
  /* transform:   translate3d(0px, 10px, 0px)!important; */
}

/* error state color */
[data-filepond-item-state*=error] .filepond--item-panel,
[data-filepond-item-state*=invalid] .filepond--item-panel {
  background-color: var(--color-danger) !important;
}

[data-filepond-item-state=processing-complete] .filepond--item-panel {
  background-color: var(--color-success) !important;
}

/* Scrollbar */
::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

::-webkit-scrollbar-track {
  background: var(--color-bg-secondary);
  border-radius: 0 0 2px 2px;
}

::-webkit-scrollbar-thumb {
  background: var(--color-secondary);
  border-radius: 3px;
}

/* Custom utilitaire */
.min-vh-50 {
  min-height: 50vh;
}

/* Fichier */
.breadcrumb {
  margin-bottom: 0;
  margin-top: 10px;
}
.breadcrumb .breadcrumb-item:first-child::before {
  font-family: "themify";
  content: "" !important;
  margin-right: 0 !important;
}

.rounded-pill-folder .rounded-pill {
  background-color: var(--color-primary) !important;
  color: var(--color-fonts-on-primary) !important;
}

.input-secondary input#searchDatatableCustom {
  border-color: var(--color-secondary) !important;
}
.input-secondary span {
  background-color: var(--color-secondary) !important;
  color: var(--color-fonts-on-primary) !important;
  cursor: pointer;
}

.custom-checkbox label::after {
  cursor: pointer !important;
}

#dossiers-fichiers-table tbody tr td:last-child {
  display: flex;
  justify-content: end;
  gap: 5px;
  align-items: center;
}

/* Permets le select multiple avec des custom checkbox */
.custom-checkbox-rangeselect-hack input {
  opacity: 0;
  z-index: 1;
  left: 0;
  width: 1rem;
  height: 1rem;
  top: calc(1rem - 50%);
}
.custom-checkbox-rangeselect-hack .custom-control-label {
  vertical-align: top;
}

#dossiers-fichiers-table_wrapper {
  min-height: 250px;
}

/* Gestion du DnD sur les ficihers / dossiers */
[draggable=true] {
  transition: all 0.3s ease-in-out;
}

.overDnD {
  background-color: var(--color-bg-secondary);
}

.overDnD * {
  pointer-events: none;
}

.dndIndicateur {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 4400px;
  bottom: 4400px;
  box-shadow: 0 0 10px 0px var(--color-secondary-translucid);
  width: 200px;
  height: 40px;
  background-color: var(--color-bg-secondary);
  color: var(--color-fonts-on-bg);
  z-index: 9999;
}

.dndIndicateurMultiple {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 4400px;
  bottom: 4400px;
  box-shadow: 0 0 10px 0px var(--color-secondary-translucid);
  width: 200px;
  height: 40px;
  background-color: var(--color-bg-secondary);
  color: var(--color-fonts-on-bg);
  z-index: 9998;
}

.dndIndicateur span {
  width: 24px;
  height: 24px;
  position: absolute;
  top: -6px;
  right: -6px;
  box-shadow: 0 0 10px 0px var(--color-secondary-translucid);
  background-color: var(--color-bg-primary);
  color: var(--color-fonts-on-bg);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Level hierarchie select2 */
.select2Level1::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: var(--color-secondary);
  margin-left: 1rem;
  margin-right: 10px;
  border-radius: 50%;
  transform: translateY(-2px);
}

.select2Level2::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: var(--color-secondary);
  margin-left: 2rem;
  margin-right: 10px;
  border-radius: 50%;
  transform: translateY(-2px);
}

.select2Level3::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: var(--color-secondary);
  margin-left: 3rem;
  margin-right: 10px;
  border-radius: 50%;
  transform: translateY(-2px);
}

.select2Level4::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: var(--color-secondary);
  margin-left: 4rem;
  margin-right: 10px;
  border-radius: 50%;
  transform: translateY(-2px);
}

.select2Level5::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: var(--color-secondary);
  margin-left: 5rem;
  margin-right: 10px;
  border-radius: 50%;
  transform: translateY(-2px);
}

.select2Level6::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: var(--color-secondary);
  margin-left: 6rem;
  margin-right: 10px;
  border-radius: 50%;
  transform: translateY(-2px);
}

.select2Level7::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: var(--color-secondary);
  margin-left: 7rem;
  margin-right: 10px;
  border-radius: 50%;
  transform: translateY(-2px);
}

.select2Level8::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: var(--color-secondary);
  margin-left: 8rem;
  margin-right: 10px;
  border-radius: 50%;
  transform: translateY(-2px);
}

.select2Level9::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: var(--color-secondary);
  margin-left: 9rem;
  margin-right: 10px;
  border-radius: 50%;
  transform: translateY(-2px);
}

.select2Level10::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: var(--color-secondary);
  margin-left: 10rem;
  margin-right: 10px;
  border-radius: 50%;
  transform: translateY(-2px);
}

/* The Modal (background) */
#displayFileModal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1001;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 70%;
  top: 0;
  width: 30%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */

  transition: width 0.6s linear, left 0.6s linear;
}

/* Modal Content (Image) */
#displayFileImg,#displayFileVideo {
  margin: 15px auto;
  display: block;
  /* max-width: 80vw;
  max-height: 70vh; */
  max-width: 80%;
  max-height: 70%;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#displayFileCaption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 80vw;
  text-align: center;
  color: #ccc;
  padding: 20px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
#displayFileImg, #displayFileCaption ,#displayFileVideo {
  -webkit-animation-name: zoom;
          animation-name: zoom;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

#displayFileModal { animation-name: toleft; animation-duration: 1.2s;}

@keyframes toleft {
  from { left:100% }  to { left:70% }
}

#displayFileClose {
  font-size: 25px;
  position: relative;
  top: -1px;
  transition: 0.3s;
}

#displayFileLeft,#displayFileRight{
  font-size: 22px;
}

/* The Close Button */
#displayFileEnlarge,#imageRotateBtn {

  font-size: 23px;

  transition: 0.3s;
}

#displayFileClose ,#displayFileLeft,#displayFileRight,#displayFileEnlarge,#imageRotateBtn{
  margin: 5px;
  cursor: pointer;
}

/* #displayFileImg{
  margin:160px auto;
} */


/*
#displayFileEnlarge {
  right: 70px;
  font-size: 23px;
  top: 30px;
  cursor:pointer;
}

span#displayFileRight {
  font-size: 23px;
  right: 102px;
  top: 31px;
  cursor:pointer;
}

span#displayFileLeft {
  font-size: 23px;
  right: 138px;
  top: 31px;
  cursor:pointer;
}

#imageRotateBtn {
  font-size: 23px;
  right: 168px;
  top: 31px;
  cursor:pointer;
} */

div#menuDidplayModal {
  padding: 0px 7px;
  position: relative;
  font-size: 29px!important;
  color: var(--color-fonts-on-primary);
  background-color: var(--color-primary);
  border-radius: 5px;
  margin: 20px auto 0;
  width: fit-content;
  margin-bottom: 20px;
}

#displayFileModal {
  left: 70%;
  width: 30%;
  display: none;
  text-align: center;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding-top: 0px;
}


#displayFileClose:hover,
#displayFileClose:focus {
  color: var(--color-fonts-on-primary);
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  #displayFileImg {
    width: 100%;
  }
}
/* Affichage d'une liste de dossiers et fichiers */
.filesList {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

.modal-content {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}


#wait_file_modal_div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

span#waitStr {
  color: #ccc;
}

img#waitFileModal {
    width: 90px;
}

.waitSpinnerDownload {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: radial-gradient(farthest-side,var(--color-fonts-on-bg) 94%,#0000) top/6.4px 6.4px no-repeat,conic-gradient(#0000 30%, var(--color-fonts-on-bg));
  -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 6.4px),#000 0);
  animation: bertrandSpinneeeeerrrr 1s infinite linear;
}

@keyframes bertrandSpinneeeeerrrr { 100% { transform: rotate(1turn);} }

#divWaitDownload {
  display: none;
  flex-direction: column;
  align-items: center;

  margin: 55px;
  padding: 25px 0;
  border-radius: 5px;

  background-color:  var(--color-bg-secondary);

  transition: opacity 0.4s ease-in-out;
  opacity: 1;
}

body.dark .dropdown-menu .dropdown-item {
  color: var(--color-fonts-on-bg)!important;
}

#imgQrCode {
  margin: 20px auto;
  /* transition:  opacity 2s linear; */
}

#infosQrcodePartage,#imgQrCode{
	transition:  opacity 2s linear;
	opacity:0;
}



.rounded-i {
  border: 1px transparent;
  width: 28px;
  height: 28px;
  border-radius: 22px;
  background-color: #eee;
  cursor: pointer;
}


.rounded-i i {
  position: relative;
  top: 3px;
}

.bg-color-secondary_{
  background-color: #eeeeee68;

  /* background-color: var(--color-bg-secondary); */


  /* background-color:  rgba(var(--color-bg-secondary), 0.5);
  background-color:  var(--color-bg-secondary)FF; */

}

span.span_icon_nav {
  border: 1px solid var(--color-secondary);
  padding: 7px;
  width: 36px;
  height: 36px;
  display: inline-block;
  background: var(--color-secondary);
  color: var(--color-fonts-on-primary);
  position: relative;
  border-radius: 3px;
  cursor: pointer;
  font-size:19px;
}

#dossiers-fichiers-table > .dropdown-menu.dropdown-menu-right.show > a {
  color: red!important;
  font-size: 10px;
}

#dossiers-fichiers-table .dropdown-menu.dropdown-menu-right.show  a:hover ,
#dossiers-fichiers-table .dropdown-menu.dropdown-menu-right.show  button:hover, .whiteHover.show a:hover,
body.dark .dropdown-menu .dropdown-item:hover, body.dark .dropdown-menu .dropdown-item:focus {
  color: var(--color-fonts-on-primary)!important;
}



body.dark .select2-container--default .select2-selection--multiple .select2-selection__choice {
color:var(--color_fonts_on_bg);
}

.btn-action-file{
  background: var(--color-primary)!important;
  color: var(--color-fonts-on-primary)!important;
}

.isShared{background: black!important;}

p#p_how_many_share {
  border: 2px var(--color-primary) dashed;
  padding: 8px;
  text-align: center;
  background: var(--color-bg-secondary);
}

#span_how_many_share{
  font-weight: 600;
  color: var(--color-primary);
}

img#waitshareModal {
  width: 150px;
  height: 150px;
}

img#waitsearchGif {
  width: 77px;
  height: 77px;
}

#wait_share_modal_div,#wait_search_div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

div#resultSearchDiv {
    padding: 5px;
    margin: 0px 30px;
    border: 1px solid #eee;
    background-color: #ffffff7d;
    backdrop-filter: blur(5px);
    position: relative;
    top: -23px;
    cursor: pointer;
}

div#resultSearchDiv .title {
  font-size: 18px;
  margin: 4px 0 0px 0;
}

div#resultSearchDiv .resultBlock {
  border-bottom: 1px solid #b5b4b4;
}

#resultSearchDiv li {
  margin: 4px 0 4px 10px;
  padding:5px;
}

 .resultName {   transition: margin-left 0.3s ease-in-out;}

   .resultName:hover{
  color: var(--color-primary);
  margin-left:15px;
  /* background-color:  var(--color-bg-secondary); */
}

span.roundIcon {
  background: #eee;
  padding: 4px;
  font-size: 12px;
  border-radius: 40px;
  margin-right: 10px;
}


.flex-space-between {
    display: flex;
    justify-content: space-between;
}

.displayPathFileSearch{
  background-color: var(--color-bg-secondary);
  display: inline-block;
  padding: 2px 7px;
  margin-right: 6px;
  border-radius: 7px;
  color:var(--color-fonts-on-bg);
}


/* Logs fichiers */
#container_logs_modal {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Aération du top */
.layout-wrapper .content-wrapper .content-body .content :not('no-padding'){
  /* padding-top: 90px; */
  margin-top: -100px!important;
}


.manyRseult {
    background: var(--color-bg-secondary);
    display: inline-block;
    padding: 2px 5px;
    color: #242424;
    border-radius: 5px;
    display: block;
    text-align: center;
}



label.cursor-pointer.label_liste_share_users {
    position: relative;
    top: -3px;
    left: 25px;
}

#div_list_user_societe , #div_select_group_user_societe {
  height: 300px;
  border: 1px solid #d5d5d5;
  padding: 15px;
  max-height: 300px;
  scroll-behavior: auto;
  border-radius: 5px;
  overflow: auto;
}

.user_checkbox {
  border-bottom: 1px solid #dfdfdf;
}

.user_checkbox:not(.no-mg) {
    margin-top: 11px;
}


label.cursor-pointer.label_liste_share_group {
    position: relative;
    top: -1px;
    left: 15px;
    background: var(--color-bg-secondary);
    padding: 1px 11px;
    border-radius: 5px;
}

td.dataTables_empty {
    display: table-cell!important;
    text-align: center!important;
	cursor:pointer;
}

.infosQrcodePartage {
    border: 1px dashed orange;
    background: #eee;
    padding: 6px;
    margin: 11px;
    text-align: center;
}

.downloadCompteur {
  font-size: 11px;
  display: inline-block;
  margin-top: 10px;
}

div#en_preparation_page_download {
  border: 1px solid red;
  position: absolute;
  /* top: -130px; */
  background: azure;
}

[id^='partage_qr_code_']{
  font-size: 23px;
    position: relative;
    left: -2px;
    cursor:pointer;
}

/* infinite animation epilepsie  */
@keyframes example {
  0%   {background-color:red; left:0px; top:0px!important}
  25%  {background-color:yellow; left:1px; top:0px!important}
  50%  {background-color:blue; left:1px; top:00px;height:200px!important}
  75%  {background-color:green; left:0px; top:00px;height:20px}
  100% {background-color:red; left:0px; top:0px;height:200px!important}
}

.epilepsie {
  animation:  example 0.3s infinite linear;
}

@keyframes opacityAnim {
  0%   {opacity: 1;}
  25%  {opacity: 0.5;}
  50%  {opacity: 0.3;}
  75%  {opacity: 0.5;}
  100% {opacity: 1;}
}

.buy{
  animation:  opacityAnim 2s infinite linear;
}

.infos_licence {
    margin-top: 20px;
    background: var(--color-bg-secondary);
    padding: 10px;
}

.color_bg_secondary {
    background: var(--color-bg-secondary)!important;
}


.bold_share {
  animation: blink-weight 0.5s infinite alternate;
  
  
}

@keyframes blink-weight {
  0% {
      font-weight: normal;
  }
  100% {
      font-weight: bold;
  }
}

.border-share{
  border:5px solid var(--color-primary);
}












.carousel-inner {
  /* position: relative; */
  width: 100%;
  overflow: hidden;
}

.carousel-inner .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner .item.active {
  display: block;
}

.carousel-inner .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.carousel-control {
  top: 50%;
  transform: translateY(-50%);
}

.carousel-control.left, .carousel-control.right {
  background-image: none;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.mt-31 {
    margin-top: 31px;
}

.cadre_recherche {
  background: var(--color-bg-secondary);
  padding: 5px 15px;
}


div#detailNomFichier {
  overflow: hidden;
  text-overflow: ellipsis;
}

#title_partage{
  opacity: 0;

  color: #7e7e7e;
}

.AnimOpacity{

  animation: fade-in-out 2s ease-in-out infinite;
}

@keyframes fade-in-out {
  0%    { opacity: 0; }
  50%   { opacity: 1; }
  100%  { opacity: 0; }
}


.hoverTextWhite:hover {
  color: white!important;
}

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

span.type_notification_NOTIFICATION , span.type_notification_MULTI-GED {
  background-color: var(--color-success);
  width: 115px;
  display: inline-block;
  padding: 2px 5px;
  border-radius: 4px;
  text-align: center;
  color: white;
}

span.type_notification_MAIL, span.type_notification_PARTAGE {
  background-color: var(--color-warning);
  width: 115px;
  display: inline-block;
  padding: 2px 5px;
  border-radius: 4px;
  text-align: center;
  color: white;
}

span.date_notification {
  background-color: var(--color-success);
  width: 115px;
  display: inline-block;
  padding: 2px 5px;
  border-radius: 4px;
  text-align: center;
  color: white;
}

@media (min-width: 992px){
    .modal-lg, .modal-xl {
    max-width: 978px!important;
    }
}

span.compte_actif_non {
    display: inline-block;
    background: var(--color-danger);
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
    width: 70px;
    text-align: center;
}


span.compte_actif_oui {
    display: inline-block;
    background: var(--color-success);
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
    width: 70px;
    text-align: center;
}

.fa-bars{
  color:var(--color-primary) !important;
}

#navigation_aftral{
  background: var(--color-fonts-on-bg) !important;
}

a.btn.btn-default[title="Annuler"] {
  border: 1px solid;
}

ul.filepond--list {
  /* height: auto!important; */
  min-height: 80vh;
  overflow-x: auto;
}

.pointer{
  cursor: pointer;
}

span._libelle_file_ {
  background: var(--color-secondary);
  display: inline-block!important;
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  color: white;
  margin-bottom: 7px;
  min-width: 380px;
}

span.file_name_vignette {
  float: left;
  margin-left: 17px;
}

i.icon_title_vignette {
  float: right;
  position: relative;
  top: 0px;
  right: 10px;
  border: 1px solid;
  padding: 3px;
  border-radius: 3px;
  background-color: var(--color-primary) !important;
}

.icone_list_miniature{
  width: 50px;
  height: 50px;
  display: inline-block;
}

span.nameFolderVignette {
  /* border: 1px solid; */
  position: absolute;
  display: inline-block;
  width: 100%;
  bottom: -30px;
  text-align: center;
  color: var(--color-primary);
  cursor: pointer;

  height: 25px;
  /* width: 200px; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div#view_vignette_files {
  overflow-x: hidden;
}

.tooltip .tooltip-inner {
  max-width: none;
  white-space: nowrap;
}

#arboFichiers a:not(.btn):not(.nav-link):not(.dropdown-item):not(.jstree-anchor.jstree-clicked) {
  color: var(--color-fonts-on-bg);
  background-color: var(--color-bg-secondary);

}

.daterangepicker.ltr.show-calendar.opensright {
  font-family: "Roboto", sans-serif;
}

#search_details_table tr:hover {
  color: inherit!important;
  background-color: inherit!important;
}


.libelleInfoSidebar {
  color: white;
  background: var(--color-secondary);
  text-align: center;
  height: 22px;
}
ul#ul_shared_file {
  position: relative;
  top: 8px;
}

input#onlySharedFiles {
  position: relative;
  top: 2px;
  left: 3px;
}

.societe_image_preview
{
    width: 120px;
    max-height: 250px;
    object-fit: contain;
}

.backgroundBtnGroup
{
    width: 65% !important;
}

.societe_background_preview
{
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.societeUpdateForm
{
    width: 100%;
}

.connection_logo
{
    max-width: 300px;
    max-height: 140px;
    margin-bottom: 10px;
}

.login_forgot_password
{
    border: none !important;
    background-color: transparent;
    font-size: 0.8rem;
    border: 1px solid;
    padding: 3px 5px;
    position: relative;
    top: 1px;
    color: #e35d6a !important;
}

.modeLectureToolTip
{
    position: relative;
    top: 0;
    /* left: 90%; */
    width: 50%;
    text-align: justify;
    padding: 5px;
    background: #0000001c;
    border-radius: 5px;
}

.question_hover
{
    cursor: pointer !important;
}

.mode_lecture_pastille
{
    background-color: var(--color-primary);
    color: white !important;
    padding: 5px 20px;
    border-radius: 5px;
    cursor: help;
}

.logo_header {
    height: 75px;
    max-height: 75px;
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mode_lecture_home_tooltip
{
    position: absolute;
    background-color: #00000047;
    left: 10%;
    text-align: justify;
    width: 13%;
    top: 30%;
    padding: 10px;
    border-radius: 5px;
}

.multi_ged_raw_modifie_le
{
    text-align: end;
    width: 60%;
}

.ged_raw_partage
{
    width: 5%;
}

.login_h5
{
    font-size: 1.1rem !important;
    color: #063b4c !important;
    font-weight: bold;
}


/* Login  */
.loginCopyright {
    font-size: 12px;
    color: #666666;
    margin-top: -85px;
    display: flex;
    justify-content: center;
}
.loginCopyright p {
    width: 400px;
    border-radius: 0.25rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.loginCopyright p a {
    color: var(--color-primary) !important;
}

.fullHeaderBarContainer
{
    border-bottom: 1px solid #e8e8e8 !important;
    display: flex !important;
    height: 85px !important;
    padding: 0 30px !important;
}

.checkOverflow
{
    overflow: hidden;
    max-width: 100px;
    text-overflow: ellipsis;
}

.content-body-pannelrules
{
    padding-right: 30px!important;
}

.header-pannelrules
{
    width: 92%;
}

.header-pannelrules .header-container
{
    padding: 0 0 0 30px;
}

.searchAdvancedBtn
{
    cursor: pointer;
}

.not-see-yet {
  background: aliceblue;
  font-weight: 600;
}


.jstree-default .jstree-anchor>.jstree-undetermined {
  background-position: -164px -4px!important;
  /* background: transparent; */
}

.blur-effect {
  filter: blur(5px);
  position: relative; /* Assure une bonne gestion des positions absolues */
  pointer-events: none; /* Désactive les interactions sur le parent */
}

