@charset "UTF-8";
/*
┌─────────────┐
│ CLIC & DROP │ SCSS de l'application.
└─────────────┘
*/
/*─────────────────────── VARIABLES ───────────────────────*/
/*─────────────────────── MAIN ───────────────────────*/
body, html {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Ubuntu";
  padding-top: 50px;
  color: #313944;
  background-image: url("/img/bg/");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

input[type=text] {
  outline: none;
}

a, a:hover, a:visited {
  color: #1B9DFF;
  text-decoration: none;
}

/*─────────────────────── IMPORT ───────────────────────*/
/*
┌────────┐
│ MIXINS │
└────────┘
*/
/**
 * Print des définitions CSS pour multiple browser support.
 *
 * @param: $property string
 * @param: $value    string
 * @return: CSS string
 */
/**
 * Main font.
 *
 * @param:
 * @param:
 * @return:
 */
/*
┌────────┐
│ SLIDER │
└────────┘
*/
.slider {
  position: fixed;
  top: 63px;
  right: 0;
  margin-right: -420px;
  width: 400px;
  max-width: 100%;
  height: 100%;
  /*background: #fff;*/
  background: #F6F6F6;
  box-shadow: 0 3px 16px 3px;
  z-index: 1000;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -ms-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
  transition: all 0.5s ease-in 0s;
  overflow-y: scroll;
}

.slider-active {
  margin-right: 0px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.slider-header {
  /*background-color: #1B9DFF;*/
  /*height: 112px;*/
  /*padding-left: 18px;
  padding-top: 9px;
  padding-right: 38px;*/
}

.slider-close-btn {
  font-size: 18px;
  /*margin: 5px;*/
  width: 100%;
  text-align: left;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}

/* Slider INPUTS (add-mail & search) */
.slider-add-mail,
.slider-search {
  width: 100%;
  padding: 15px;
}

.slider-add-mail {
  background: #1B9DFF;
}

.slider-search {
  /*background: #F6F6F6;*/
  background: #1B9DFF;
  /*box-shadow: inset 0px 35px 17px -38px rgba(0,0,0,0.75);*/
  /*box-shadow: 0px -4px 25px -10px rgba(0,0,0,0.75);*/
}

label.slider-label-mail,
label.slider-label-search {
  font-size: 16px;
  margin: 0;
}

label.slider-label-mail {
  color: rgba(255, 255, 255, 0.9);
}

label.slider-label-search {
  color: rgba(255, 255, 255, 0.9);
}

input.slider-input-mail,
input.slider-input-search {
  background: none;
  border: none;
  font-family: "Ubuntu";
  font-size: 16px;
  padding: 8px 8px 8px 0;
  transition: 0.1s;
}

input.slider-input-mail {
  width: 60%;
  border-bottom: 1px solid #1B9DFF;
  color: rgba(255, 255, 255, 0.9);
}
input.slider-input-mail:hover, input.slider-input-mail:focus {
  transition: 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}


.slider-search .icon-search {
  color: rgba(255, 255, 255, 0.9);
}

input.slider-input-search {
  width: 90%;
  /*border-bottom: 1px solid #989898;*/
  color: rgba(255, 255, 255, 0.9);
  margin-right: 10px;
}

input.slider-input-search::-webkit-input-placeholder { /* Chrome */
  color: rgba(255, 255, 255, 0.9);
}
input.slider-input-search:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255, 255, 255, 0.9);
}
input.slider-input-search::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.9);
}
input.slider-input-search:-moz-placeholder { /* Firefox 4 - 18 */
  color: rgba(255, 255, 255, 0.9);
}

.btn-add-temporary {
  display: inline-block;
  color: white;
  margin-left: 20px;
  border-radius: 7px;
  padding: 7px 8px;
}
.btn-add-temporary:hover {
  background: rgba(255, 255, 255, 0.15);
  cursor: pointer;
}

.icon-cross,
.icon-at,
.icon-search {
  font-size: 1em;
}

.icon-at {
  margin: auto 30px auto 7px;
  color: rgba(255, 255, 255, 0.9);
}

.icon-search {
  margin: auto 30px auto 7px;
  color: #5E5B5B;
}

.icon-cross {
  margin-left: 7px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.15em;
}
.icon-cross:hover {
  cursor: pointer;
}

.negative-icon{
  font-size: 1.6rem;
}

.slider-header-frm {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  height: 45px;
  padding: 10px 0px 0px 0px;
  position: relative;
  width: 100%;
  color: #313944;
}

.slider-addressbook-contact {
  height: 70px;
  padding: 10px;
  border-bottom: 1px solid #D8D8D8;
}

.t-slider-addressbook-contact {
  height: 70px;
  padding: 10px;
  border-bottom: 1px solid #D8D8D8;
}
.t-slider-addressbook-contact:hover {
  background-color: #F7F8FC;
  cursor: pointer;
}

.slider-addressbook-contact-icon {
  width: 40px;
}

.t-slider-addressbook-contact-icon {
  width: 40px;
  padding-right: 5px;
}

.slider-addressbook-contact-icon-icon {
  color: #EDEBEB;
  font-size: 36px;
}

.slider-addressbook-contact-infos {
  color: #313944;
  font-size: 14px;
  width: 200px;
  max-width: 90px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.slider-addressbook-contact-opt {
  width: 10px;
  white-space: nowrap;
}

.t-slider-addressbook-contact-infos {
  color: #313944;
  font-size: 14px;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.slider-addressbook-contact-email {
  color: #CECECE;
  font-size: 14px;
  max-width: 90px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.t-slider-addressbook-contact-email {
  color: #CECECE;
  font-size: 14px;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.t-slider-addressbook-contact-actions {
  text-align: center;
  vertical-align: middle;
  width: 10px;
  padding-right: 5px;
  white-space: nowrap;
}

.slider-footer {
  padding-left: 20px;
  padding-top: 20px;
}

.btn-slider-footer {
  color: #1B9DFF;
  text-decoration: underline;
  background-color: transparent;
  border: none;
  font-family: "Ubuntu";
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.btn-invisible {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.slider-contact-header-bg {
  background-color: #1B9DFF;
  height: 70px;
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: -1;
}

.slider-contact-header {
  height: 95px;
  padding-left: 18px;
  padding-top: 9px;
  padding-right: 38px;
}

.slider-contact-icon {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 10000;
}

.slider-contact-icon-icon {
  color: gray;
  font-size: 70px;
}

.slider-contact-body {
  color: #313944;
  font-size: 14px;
  padding: 0px 40px;
}

#slider-contact-body-infos {
  position: relative;
  /* padding-right: 20px; */
}

/*
┌───────┐
│ ENVOI │
└───────┘

REVOIR LAYOUT DE LA PAGE ENVOI (et le CSS ici).
Utiliser bootstrap pour le layout.
*/
.dest-zone-h {
  border-bottom: 1px solid #D8D8D8;
  height: 55px;
  padding: 5px 0px 10px 0px;
  width: 100%;
  font-size: 18px;
}

.dest-zone-h-add-btn {
  cursor: pointer;
}

.dest-zone-h-add-ico {
  color: #FFFFFF;
  vertical-align: middle;
  font-size: 15px;
}

.dest-zone-h-add-ico-bg {
  color: #1B9DFF;
  vertical-align: middle;
  font-size: 15px;
}

.set-fade {
  opacity: 0.5;
}

/*
┌────────┐
│ HEADER │
└────────┘
*/
.navtop {
  background-color: #FFF;
  height: 65px;
  border-bottom: 1px solid #C3C3C3;
}

.navtop .navbar-brand {
  color: #313944;
  font-size: 20px;
}

.navtop .nav-item {
  width: 140px;
}

.navtop .nav-link {
  color: #313944;
  font-size: 14px;
}

.navtop li {
  text-align: center;
}

.navtop li.active > a {
  color: #1B9DFF;
  font-weight: bold;
}

.navtop .dropdown-item {
  color: #313944;
  font-size: 14px;
}

.navbar-nav > li {
  float: left;
  position: relative;
}

.navtop li.active > a::after {
  border-bottom: 4px solid #1b9dff;
  bottom: -14px;
  content: " ";
  left: 0;
  position: absolute;
  right: 0;
}

.navtop li:hover:not(.no-underline):not(.active) > a::after {
  border-bottom: 4px solid rgba(27, 157, 255, 0.5);
  bottom: -14px;
  content: " ";
  left: 0;
  position: absolute;
  right: 0;
}

.navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-collapse {
  background-color: #FFF;
}

#navbarMobile {
    background: #FFF !important;
    position: fixed !important;
    top: 65px;
    right: 0;
    left: 0;
    height: 0;
    overflow: hidden;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease;
    transform: scaleY(0);
    transform-origin: top;
}

#navbarMobile.show {
    height: 100% !important;
    transform: scaleY(1);
    opacity: 1;
}
/*
┌─────────┐
│ HELPERS │
└─────────┘

Mini helpers de flex-box.
Comme Bootstrap, mais plus petite syntaxe.

*/
.d-f {
  display: flex;
}

.jc-c {
  justify-content: center;
}
.jc-b {
  justify-content: space-between;
}

.ai-c {
  align-items: center;
}

.f-c {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

/*
┌───────┐
│ LOGIN │
└───────┘
*/
.col-centered {
  float: none;
  margin: 0 auto;
}

.form-signin {
  width: 100%;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .checkbox {
  font-weight: 400;
  margin: 50px;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text] {
  height: 40px;
  width: 200px;
  border: 1px solid #B5B5B5;
  border-radius: 7px;
  background-color: #FFF;
}

.form-signin input[type=email].is-invalid,
.form-signin input[type=password].is-invalid,
.form-signin input[type=text].is-invalid {
  border: 1px solid #dc3545;
}

.form-signin button[type=submit] {
  height: 40px;
  width: 200px;
  border-radius: 24px;
  margin: 25px 0px;
}

.login-link a {
  font-size: 12px;
  color: #1B9DFF;
  font-family: "Ubuntu";
  text-align: center;
  text-decoration: none;
}

.login-line {
  box-sizing: border-box;
  height: 2px;
  width: 120px;
  border: 3px solid #313944;
  border-radius: 24px;
}

.login-vertical-center {
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.login-sitename {
  width: 100%;
  color: #313944;
  font-family: "Ubuntu";
  font-size: 42px;
  line-height: 55px;
  text-align: center;
}

.login-se-connecter {
  height: 27px;
  width: 100%;
  color: #313944;
  font-family: "Ubuntu";
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}

.login-txt {
  font-size: 14px;
  font-weight: normal;
}

.btn-send-sms, .btn-like-a {
  background-color: transparent;
  border: none;
  font-size: 14px;
  color: #1B9DFF;
  font-family: "Open Sans";
  text-align: center;
  text-decoration: none;
}

#msg-code-sent {
  color: #313944;
  font-family: "Ubuntu";
  font-size: 14px;
  display: none;
}

/* Forms */
input[type=text].inputtext-round {
  height: 40px;
  border: 1px solid #B5B5B5;
  border-radius: 24px;
  background-color: #FFF;
  display: inline;
  margin: 0;
  width: auto;
}
input[type=text].inputtext-r {
  text-align: right;
}
input[type=text]:disabled {
  background-color: #e9ecef;
}
input[type=text].inputtext-round.is-invalid {
  border: 1px solid #dc3545;
}

.input {
  text-overflow: ellipsis;
}

/* Masquer le bouton radio d'origine */
input[type=radio] {
  display: none;
}
input[type=radio] + label:before {
  background: #fff;
  border: 2px solid #1B9DFF;
  border-radius: 50%;
  margin-top: -3px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 17px;
  height: 17px;
}
input[type=radio]:checked + label:before {
  background: #1B9DFF;
  border-color: #1B9DFF;
  box-shadow: inset 0px 0px 0px 2px #fff;
}
input[type=radio]:disabled + label:before {
  border: 2px solid grey;
}

button.btn {
  height: 50px;
  border-radius: 24px;
  background-color: #0099FA;
  margin: 25px 0px;
  width: 180px;
  font-size: 14px;
  border-radius: 25px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1), 0 10px 30px 0 rgba(0, 0, 0, 0.2);
}
button.btn-sm {
  height: 30px;
  font-size: 14px;
}
button.btn-secondary, button.btn-secondary:hover {
  color: #0099FA;
  height: 50px;
  border-radius: 24px;
  background-color: #fff;
  border-color: #0099FA;
  margin: 25px 0px;
  width: 180px;
  font-size: 14px;
  border-radius: 25px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1), 0 10px 30px 0 rgba(0, 0, 0, 0.2);
}
button.btn-alert {
  background-color: #FA6B1A;
  color: #FFF;
}
button.btn-outline-danger, button.btn-outline-primary {
  background-color: #fff;
}

/* Box */
.card {
  border-radius: 10px;
  /*box-shadow: 0 3px 16px 3px rgba(237,241,246,0.79);*/
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1), 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #C3C3C3;
  background-color: white;
}

.card-body {
  color: #313944;
  font-size: 18px;
}

.card-dl-files-body {
  padding-top: 0px;
}

.card-dl-files-header {
  /*padding-bottom: 0px;*/
  border-bottom: 1px solid #D8D8D8 !important;
  position: relative;
}

.card-dl-files-header input[type=text] {
  width: 400px;
}

.card-dl-message-body {
  padding-top: 0px;
}

.card-header {
  background-color: white;
  /*background-color: transparent;*/
  border: none;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.card-dl-opt {
  height: 335px;
  margin-top: 15px;
}

.card-dl-opt .card-body {
  padding-top: 0px;
}

.card-dl-files {
  height: 500px;
}

.card-dl-message {
  height: 185px;
  margin-top: 15px;
}

.card-dl-dests {
  height: 350px;
}

.frm-input-big {
  background-color: transparent;
  border: none;
  outline: none;
  /*border-bottom: 1px solid #D8D8D8;*/
  height: 55px;
  padding: 10px 0px 30px 0px;
  position: relative;
  /*width: 100%;*/
  color: #313944;
}

input.frm-input-big {
  border: none;
  outline: none;
  width: auto;
  font-size: 18px;
  height: 50px;
  padding-left: 15px;
}

/* .frm-input-big.is-invalid {
  border-bottom: 1px solid #dc3545;
} */

.frm-input-slider:not(label) {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #D8D8D8;
  height: 20px;
  position: relative;
  width: 100%;
  color: #313944;
}

input.frm-input-slider {
  border: none;
  width: 90%;
  font-size: 14px;
  height: 18px;
  padding-left: 15px;
}

.frm-input:not(label) {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #D8D8D8;
  height: 26px;
  position: relative;
  width: 100%;
  color: #313944;
}

input.frm-input {
  border: none;
  width: 90%;
  font-size: 14px;
  height: 18px;
  padding-left: 15px;
}

textarea:focus {
  outline: none;
}

textarea.frm-input {
  border: none;
  width: 90%;
  font-size: 14px;
  padding-left: 15px;
  border-bottom: 1px solid #D8D8D8;
}

textarea.frm-input-sendmsg {
  border: none;
  width: 100%;
  font-size: 14px;
  padding-left: 15px;
  height: 90px;
  border-bottom: 1px solid #D8D8D8;
}

.frm-input.is-invalid {
  border-bottom: 1px solid #dc3545;
}

.text-danger {
  padding-top: 5px;
}

.frm-textarea {
  border: 1px solid #C3C3C3;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0 0 3px 0 rgba(150, 156, 162, 0.5);
  padding: 5px;
}

.cust-fa {
  height: 32px;
  width: 56px;
  color: #1B9DFF;
  font-size: 32px;
  line-height: 32px;
}

.dossier-in {
  color: purple;
}

.inactive {
  color: #D8D8D8;
}

.cust-fa-sendmsg {
  color: #1B9DFF;
  font-size: 22px;
  line-height: 22px;
}

.drop-zone {
  margin-top: 0px;
  box-sizing: border-box;
  width: 100%;
  /*border: 2px dashed #E4E4E4;*/
}

.drop-zone-icon {
  height: 64px;
  width: 56px;
  color: #EDEBEB;
  font-size: 64px;
  line-height: 64px;
  text-align: center;
}

.drop-zone-desc {
  margin-top: 15px;
  width: 100%;
  color: #D8D8D8;
  font-size: 14px;
  text-align: center;
}

.icon-add {
    background-color: #1B9DFF !important;
    width: 2rem !important;
    height: 2rem !important;
    border-radius: 100%;
}

.drop-zone-desc-lnk-txt, .drop-zone-desc-lnk-txt:hover {
  margin-top: 15px;
  width: 100%;
  color: #1B9DFF;
  font-size: 14px;
  text-align: center;
  text-decoration: underline;
}

.files-zone {
  height: 100%;
  position: relative;
}

.files-zone-file {
  border-left: 4px solid transparent;
  padding-top: 10px;
  height: 70px;
  min-height: 70px;
  max-height: 70px;
  padding: 0;
  /* border-bottom: 1px solid #D8D8D8; */
}

.files-zone-file:nth-child() {
    border-bottom: none;
  }

.files-zone-file:last-child {
  border-bottom: none;
}

.files-zone-file:hover {
  background-color: #F7F8FC;
}

#filedrop-area {
    overflow-y: scroll;
}

.directory-el {
    margin-right: 0;
    margin-left: 0;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.directory-el[data-level="0"] {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.directory-el .row:hover ~ * {
    background-color: rgb(248,248,248) !important;
}


.directory-files {
  width: 100%;
  max-width: 90vw;
}
/*


.files-zone-file-icon {
	position:relative;
	height: 100%;
	width: 40px;
	float: left;
}


.files-zone-icon {
	color: $main-color;
	font-size: 36px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
*/
.t-files-zone-icon {
  color: #1B9DFF;
  font-size: 32px;
  padding-right: 1rem;
  padding-left: 1rem;
}

/* .t-files-zone-opt {
  width: 3rem;
  max-width: 3rem;
} */

/*
.files-zone-file-name {
	font-size: 14px;
	color: $main-text-color;
	margin-left: 40px;
	height: 36px;
	line-height: 36px;
	float: left;
}
*/
.d-dossier-fichiers-content {
  display: flex !important;
}

.d-dossier-fichiers-content > div:first-child {
  display: flex !important;
  width: 80%;
  max-width: 100%;
  padding: 0;
}


.d-dossier-fichiers-content > div:last-child .btn-invisible {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.d-dossier-fichiers-content > div:last-child {
  display: flex !important;
  width: auto;
  max-width: 100%;
  /* font-size: 1rem; */
  padding: 0;
  margin: 0 !important;
  overflow: hidden;
}

.d-dossier-fichiers-content > div:last-child .d-flex {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}

.d-dossier-fichiers-content > div:last-child .d-flex > .t-files-zone-opt {
  flex: 1;
  min-width: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.t-files-zone-icon + div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: inherit;
  max-width: 100%;
}

.t-files-zone-file-name {
  font-size: 14px;
  color: #313944;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: bottom;
  width: 100%;
}

.files-zone-file-size {
  font-size: 12px;
  color: #3D698A;
  vertical-align: top;
}

.fileupload {
  display: none;
}

/* MODIFIED */
.files-zone-file-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*display: inline;*/
  float: right;
  height: 100%;
}

.ico-options-del {
  color: #FCFCFC;
  vertical-align: middle;
  font-size: 15px;
}

.ico-options-del-bg {
  color: #FA6B1A;
  vertical-align: middle;
  font-size: 15px;
}

.cur-ptr {
  cursor: pointer;
}

/* dossiers / logs */
.ico-dossier-detail {
  color: #1B9DFF;
  font-size: 18px;
}

.col-log-dl {
  width: 450px;
  max-width: 450px;
  padding-right: 10px;
  padding-left: 0;
}

.card-downloads {
  height: 750px;
  width: 100%;
}

.card-downloads-header {
  border-bottom: 1px solid #C3C3C3;
  color: #313944;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
  padding: 20px;
}

.card-downloads-body {
  padding-right: 15px;
}

.log_content {
  display: block;
  overflow: hidden;
}

.log_content_dl_badge {
  padding-right: 10px;
  width: 20px;
}

.log_content_dl_date {
  color: #313944;
  font-size: 12px;
  text-align: right;
  white-space: nowrap;
  height: 60px;
}

.log_content_dl_dossier {
  color: #313944;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  vertical-align: top;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.log_content_dl_dossier A, .log_content_dl_dossier A:hover {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.log_content_dl_fichier {
  color: #313944;
  font-size: 12px;
  vertical-align: bottom;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.log_content_dl_contact {
  color: #313944;
  font-size: 12px;
  line-height: 13px;
  vertical-align: top;
}

.log_content_dl_contact_compte {
  color: #313944;
  font-size: 10px;
  line-height: 13px;
  vertical-align: baseline;
}

.log_content_dl_empty {
  /*width:500px;*/
  padding: 0px;
}

.log_content_dl_hr {
  background-color: #D8D8D8;
  margin: 10px 20px 10px auto;
}

#download-list {
  height: 100%;
  position: relative;
}

/* dossiers */
.card-dossiers {
  height: 750px;
  width: 100%;
}

.card-dossiers-header {
  border-bottom: 1px solid #C3C3C3;
  color: #313944;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
  padding: 20px;
}

#card-dossiers-body {
    padding: 0 1rem;
    height: 100%;
    overflow-y: scroll; /* Activer le défilement vertical */
  }

  #dossiers-list {
    height: 100%; /* Utiliser la même hauteur que #card-dossiers-body */
    position: relative;
  }


#liste-fichiers {
  max-height: 260px;
  position: relative;
  /* padding-right: 10px; */
}

#liste-contacts {
  max-height: 260px;
  position: relative;
  /* padding-right: 10px; */
}

.ul_sort_menu {
  list-style: none;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0px;
}

.ul_sort_menu li {
  display: inline-block;
  width: 50px;
}

.d_dossier_content {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  cursor: pointer;
  width: 100% !important;
}

.d_dossier_content:hover {
  background-color: #F7F8FC;
  border-left: 4px solid #1B9DFF;
}

.dossier_content {
  display: flex;
  padding: 1rem !important;
  margin: 0 !important;
  height: 100%;
  width: 100% !important;
  max-width: 100% !important;
}

.dossier_content_empty {
  padding: 0px;
}

.dossier_content_hr {
  background-color: #D8D8D8;
  margin: 0px auto 0px 0px;
  width: 100% !important;
}

.dossier_content_badge {
  width: 60px;
  padding: 0 10px 0 30px;
  white-space: nowrap;
}

.dossier_content_nom {
  color: #313944;
  font-size: 14px;
  font-weight: bold;
}

.dossier_content_infos {
  color: #91959b;
  font-size: 12px;
}

.dossier_content_actions {
  text-align: right;
}

.d_dossier_content table {
  width: 100%; /* Fait en sorte que le tableau prenne 100% de la largeur disponible */
  max-width: 100% ; /* Limite la largeur maximale du tableau à 305px */
  table-layout: fixed; /* Fixe la largeur des cellules de tableau pour empêcher le dépassement */
}

.d_dossier_content .dossier_content_nom,
.d_dossier_content .dossier_content_infos {
  white-space: wrap; /* Empêche le texte de passer à la ligne dans les cellules */
  overflow: hidden; /* Masque tout contenu dépassant des cellules */
  text-overflow: ellipsis; /* Ajoute des points de suspension pour indiquer le contenu masqué */
}

#frm-dossiers-list-search {
  position: relative; /* Changement de la position en relative */
  display: flex; /* Utilisation de flexbox pour aligner verticalement les éléments */
  align-items: center; /* Centrer verticalement les éléments */
  font-size: 14px;
  border: solid 1px #ccc;
  padding: 0;
  width: 250px;
  height: 38px;
  border-radius: 10em;
  transition: all 0.5s;
}

#input-dossiers-list-search {
  outline: none;
  width: calc(100% - 40px); /* Calcul de la largeur de l'input en fonction de la largeur de son parent */
  height: 34px;
  margin-top: 2px;
  border: none;
  color: #313944;
  padding: 0 1rem 0 0 !important;
  background-color: transparent;
}

.frm-dossiers-list-search-ico {
  color: #1B9DFF;
  font-size: 18px;
  margin: 0 !important;
  padding: 0  0.5rem !important;
}


/* dossier detail */
.table-dossier-detail-header {
  padding: 0;
  margin: 0;
}

.table-dossier-detail-header-back {
  width: 25px;
  padding-right: 10px;
  vertical-align: top;
}

.table-dossier-detail-header-titre {
  color: #313944;
  font-size: 24px;
  font-weight: bold;
  height: 28px;
  text-align: left;
  vertical-align: top;
}

.table-dossier-detail-header-titre-detail {
  color: #313944;
  font-size: 14px;
  height: 18px;
  text-align: left;
  vertical-align: bottom;
}

.d-dossier-dest-content {
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #D8D8D8;
  border-left: 4px solid transparent;
}

.d-dossier-fichiers-content {
  border-left: 4px solid transparent;
  height: 70px;
  min-height: 70px;
  max-height: 70px;
  padding: 0;
  border-bottom: 1px solid #D8D8D8;
  width: 100% !important;
}

.d-dossier-fichiers-content:hover,
.d-dossier-dest-content:hover
{
  background-color: #F7F8FC;
  border-left: 4px solid #1B9DFF;
}

.table-liste-fichiers {
  height: 70px;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* dl options */
.nav-options .nav {
  border-bottom: 1px solid #D8D8D8;
  font-family: "Ubuntu";
  font-weight: 500;
}

.nav-options .nav-link {
  color: #313944;
  font-size: 12px;
  font-weight: 500;
  background-color: transparent;
}

.nav-options .nav-link.active {
  color: #313944;
  font-size: 12px;
  font-weight: 500;
  background-color: transparent;
  border-bottom: 4px solid #1B9DFF;
  border-radius: 0px;
}

.nav-options .nav-link:not(.active):hover {
  color: #313944;
  font-size: 12px;
  font-weight: 500;
  background-color: transparent;
  border-bottom: 4px solid rgba(27, 157, 255, 0.5);
  border-radius: 0px;
}

.nav-options .nav-link.nav-option-enabled {
  color: #1B9DFF;
}

.nav-options .tab-content {
  padding-top: 15px;
  font-family: "Ubuntu";
  font-size: 14px;
  font-weight: 500;
}

.modal .tab-content > .tab-pane {
  height: 100% !important;
  max-height: 100% !important;
}
/*############## TEST ##############*/
/* MODIFIED */
table td {
  /*border: 1px solid black;*/
}

.contact-guest-add-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  border-radius: 100px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 0 8px;
  margin: 0 5px;
  background: #1B9DFF;
}

/*#################################*/
.ico-options-edit {
  color: #FCFCFC;
  vertical-align: middle;
  font-size: 15px;
}

.ico-options-edit-bg {
  color: #1B9DFF;
  vertical-align: middle;
  font-size: 15px;
}

.ico-options-euro-on {
  color: #FCFCFC;
  vertical-align: middle;
  font-size: 15px;
  left: -2px;
}

.ico-options-euro-on-bg {
  color: #3CDA58;
  vertical-align: middle;
  font-size: 15px;
}

.ico-options-euro-off {
  color: #3CDA58;
  vertical-align: middle;
  font-size: 15px;
  left: -2px;
}

.ico-options-euro-off-bg {
  color: #FCFCFC;
  vertical-align: middle;
  font-size: 15px;
  border: 1px solid #3CDA58;
  border-radius: 100%;
}

.ico-options-smsauth-on {
  color: #FCFCFC;
  vertical-align: middle;
  font-size: 15px;
}

.ico-options-smsauth-on-bg {
  color: #3CDA58;
  vertical-align: middle;
  font-size: 15px;
}

.ico-options-smsauth-off {
  color: #3CDA58;
  vertical-align: middle;
  font-size: 15px;
}

.ico-options-smsauth-off-bg {
  color: #FCFCFC;
  vertical-align: middle;
  font-size: 15px;
  border: 1px solid #3CDA58;
  border-radius: 100%;
}

.ico-options-smsauth-err {
  color: #dc3545;
  font-size: 15px;
}

.ico-options-smsauth-err-bg {
  color: #FCFCFC;
  vertical-align: middle;
  font-size: 15px;
  border: 2px solid #dc3545;
  border-radius: 100%;
}

.ico-contact-detail {
  color: #1B9DFF;
  font-size: 10px;
}

.ico-contact-detail-bg {
  color: #FCFCFC;
  vertical-align: middle;
  font-size: 12px;
  border: 1px solid #1B9DFF;
  border-radius: 100%;
}

.ico-contact-elem-del {
  color: #FA6B1A;
  font-size: 10px;
}

.ico-contact-elem-del-bg {
  color: #fff;
  font-size: 10px;
  border: 1px solid #FA6B1A;
  border-radius: 100%;
}

#zone-destinataires {
  position: relative;
  height: 240px;
  max-height: 240px;
}

.zone-destinataires-contact {
  padding: 15px 10px;
  border-bottom: 1px solid #D8D8D8;
  min-height: 60px;
}

.zone-destinataires-contact:hover {
  background-color: #F7F8FC;
}

.zone-destinataires-contact .slider-addressbook-contact-infos {
    vertical-align: bottom;
}

.zone-destinataires-contact .slider-addressbook-contact-email {
    vertical-align: top;
}


/**** Rounded checkbox *****/
.checkbox-round {
  position: relative;
}
.checkbox-round label {
  background-color: #fff;
  border: 1px solid #CECECE;
  border-radius: 50%;
  cursor: pointer;
  height: 17px;
  left: 0;
  position: absolute;
  top: 0;
  width: 17px;
}
.checkbox-round label:after {
  border: 3px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 4px;
  transform: rotate(-45deg);
  width: 10px;
}
.checkbox-round input[type=checkbox] {
  visibility: hidden;
}
.checkbox-round input[type=checkbox]:checked + label {
  background-color: #1B9DFF;
  border-color: #1B9DFF;
}
.checkbox-round input[type=checkbox]:checked + label:after {
  opacity: 1;
}

/* on off switch*/
.onoffswitch {
  position: relative;
  width: 60px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.onoffswitch-switch {
  display: block;
  width: 20px;
  height: 20px;
  margin: 4px;
  background: #1B9DFF;
  border: 1px solid #1B9DFF;
  border-radius: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
  background-color: white;
  border: 1px solid white;
}
.onoffswitch-checkbox:disabled + .onoffswitch-label {
  border-color: grey;
}
.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-inner:after {
  color: grey;
}
.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-switch {
  background-color: grey;
  border-color: grey;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
  background-color: white;
  border: 1px solid white;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #1B9DFF;
  border-radius: 20px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  -moz-transition: margin 0.3s ease-in 0s;
  -ms-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 27px;
  padding: 0;
  line-height: 27px;
  font-size: 11px;
  color: red;
  font-family: "Ubuntu";
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #1B9DFF;
  color: #FFFFFF;
}
.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #FFFFFF;
  color: #1B9DFF;
  text-align: right;
}

.circle-badge {
  height: 70px;
  width: 70px;
  line-height: 70px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  vertical-align: middle;
  color: white;
  margin-right: 1em;
  /*
  	height: 70px;
  	width: 70px;
  	line-height: 70px;
  	text-align: center;
  	border-radius: 50px;
  	background-color: #EDEBEB;
  	color: $main-text-color;
  	margin-left:auto;
  	margin-right:auto;
  	border: 1px solid $main-text-color;
  	font-size: 18px;
  	letter-spacing: 2px;
  */
}

.circle-badge-medium {
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  vertical-align: middle;
  color: white;
  margin-right: 1em;
  /*
  	height: 50px;
  	width: 50px;
  	line-height: 50px;
  	text-align: center;
  	border-radius: 50px;
  	background-color: #EDEBEB;
  	color: $main-text-color;
  	margin-left:auto;
  	margin-right:auto;
  	border: 1px solid $main-text-color;
  	font-size: 18px;
  	letter-spacing: 1px;
  */
}

.circle-badge-small {
  height: 38px;
  width: 38px;
  line-height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  color: white;
  margin-right: none;
  /*
  background-color: #EDEBEB;
  color: $main-text-color;
  margin-left:auto;
  margin-right:auto;
  border: 1px solid $main-text-color;

  letter-spacing: 2px;
  */
}

/*
[data-letters]:before {
  content:attr(data-letters);
  display:inline-block;
  font-size:1em;
  height: 38px;
  width: 38px;
  line-height: 38px;
  text-align:center;
  border-radius:50%;
  vertical-align:middle;
  margin-right:1em;
  color:white;
  }
*/
/* Autocomplete */
.ui-autocomplete {
  color: #313944;
  font-family: "Ubuntu";
  font-size: 14px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1051 !important;
  float: left;
  display: none;
  min-width: 230px;
  _width: 230px;
  padding: 4px 10px;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -ms-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}

.ui-state-hover, .ui-state-active {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
  background-image: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

.slider-contact-body .dropdown-item {
  font-size: 14px;
}

/* Modal */
.modal-dialog {
  margin-top: 1rem !important;
  width: 95vw;
  margin: 0 auto;
}

.modal-content {
  width: 100% !important;
  border: 1px solid #C3C3C3;
  border-radius: 10px;
}

.modal-body {
  font-size: 14px;
}

#modal-nouveau-contact .modal-content {
  width: 600px;
  min-height: 700px;
}
#modal-nouveau-contact .modal-header {
  border-bottom: none;
  text-align: center;
}
#modal-nouveau-contact .modal-title {
  text-align: center;
  width: 100%;
}

.modal-confirmation .modal-header {
  border-bottom: none;
  text-align: center;
}
.modal-confirmation .modal-footer {
  border-top: none;
}
.modal-confirmation .modal-body {
  border-top: none;
  text-align: center;
  font-size: 18px;
  line-height: 29px;
  color: #1F2F3C;
  font-weight: bold;
}

/* Popover */
.popover-header {
  font-size: 12px;
  font-family: "Ubuntu";
}

.popover-header-alert {
  color: #dc3545;
}

.popover-header-success {
  color: #28a745;
}

.popover-body {
  color: #313944;
  font-size: 12px;
  font-family: "Ubuntu";
}

.popover-t-opt td:first-child {
  font-weight: bold;
}

.popover-t-opt td:not(:first-child) {
  padding-left: 15px;
}

/* contacts */
#t-contacts thead tr th {
  height: 16px;
  color: #313944;
  font-family: "Ubuntu";
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}

#t-contacts tbody tr td {
  height: 16px;
  color: #313944;
  font-family: "Ubuntu";
  font-size: 14px;
  line-height: 16px;
  vertical-align: middle;
}

#t-contacts tbody tr:hover {
  background-color: #F7F8FC;
}

#t-contacts tbody tr td:last-child {
  white-space: nowrap;
}

/*  Preferences  */
.card-preferences {
  width: 1200px;
}

.card-preferences-col-menu {
  border-right: 2px solid #979797;
}

.card-preferences-col-prefs {
  margin-left: 15px;
}

.nav-preferences {
  margin-top: 35px;
}

.nav-preferences .nav {
  border: none;
}

.nav-preferences .nav-link {
  color: #313944;
  font-size: 12px;
  font-weight: 500;
  background-color: transparent;
  text-align: left;
  border-left: 4px solid transparent;
  width: 100% !important;
  min-width: fit-content;
}

.nav-preferences .nav-link.active {
  color: #313944;
  font-size: 12px;
  font-weight: 500;
  background-color: transparent;
  border-left: 4px solid #1B9DFF;
  border-radius: 0px;
  background-color: #F7F8FC;
}

.nav-preferences .nav-link:not(.active):hover {
  color: #313944;
  font-size: 12px;
  font-weight: 500;
  background-color: transparent;
  border-left: 4px solid rgba(27, 157, 255, 0.5);
  border-radius: 0px;
}

.nav-preferences hr {
  width: 200px;
  height: 3px;
  border-color: #CECECE;
}

.form-prefs {
  font-size: 14px;
}

/* DataTables & Tables */
table.dataTable thead th {
  border-bottom: 2px solid #313944;
  border-top: 0;
}

.table-dt thead {
  color: #313944;
  font-family: "Ubuntu";
  font-weight: 500;
  font-size: 12px;
}

.table-dt tbody tr:hover {
  background-color: #F7F8FC;
}

.table-dt tbody tr td {
  color: #313944;
  font-size: 14px;
  vertical-align: middle;
}

.table-dt tbody tr td:first-child {
  border-left: 4px solid transparent;
}

.table-dt tbody tr:hover td:first-child {
  border-left: 4px solid #1B9DFF;
}

.dt-nowrap {
  white-space: nowrap;
}

/* pagination */
.dataTables_paginate ul {
  padding: 0px 0px;
  margin: 0;
  border-radius: 20px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1), 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #C3C3C3;
  background-color: #fff;
}
.dataTables_paginate ul li {
  border-radius: 8px;
}
.dataTables_paginate ul li a {
  border: none;
  color: #1F2F3C;
  font-size: 14px;
}
.dataTables_paginate .page-item.active .page-link {
  background-color: #1B9DFF;
}

.paginate_button a:hover {
  background-color: #F7F8FC;
}

#t-contacts_next a {
  background-color: transparent;
}

#t-contacts_next a:hover {
  border-radius: 0 20px 20px 0;
}

#t-contacts_next a:hover {
  background-color: #F7F8FC;
}

#t-contacts_previous a {
  background-color: transparent;
}

#t-contacts_previous a:hover {
  border-radius: 20px 0 0 20px;
}

#t-contacts_previous a:hover {
  background-color: #F7F8FC;
}

/* pour masquer la barre de recherche std datatable */
.dataTables_filter, .dataTables_info {
  display: none;
}

#d-t-contacts-search {
  height: 50px;
  width: 100%;
  border: 1px solid #B5B5B5;
  border-radius: 25px;
  background-color: #FFFFFF;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1), 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 1rem !important;
}

.t-contacts-search-ico {
  padding: 1rem 0 !important;
  color: #B5B5B5;
  font-size: 18px;
  position: relative;
  height: 50px;
  margin: 0 !important;
  display: flex;
  color: #1B9DFF;
  align-items: center; /* Centrer l'icône verticalement */
}

#t-contacts-search {
  outline: none;
  border: none;
  color: #313944;
  background-color: transparent; /* Fond transparent pour l'input */
  flex: 1; /* Utilise tout l'espace disponible restant */
}

#t-contacts-search:focus {
  outline: none;
  box-shadow: none;
}

.frm-dossiers-list-search-ico {
  padding: 0 1rem !important;
  color: #1B9DFF;
}

/* perfect-scrollbar */
.ps__rail-x,
.ps__rail-y {
  opacity: 0.6;
  border-radius: 10px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  /*background-color: rgba(49,57,68,0.9);*/
  border-radius: 0.25rem;
  font-family: "Ubuntu";
}


.tooltip-inner ul {
  padding: 0 1rem;
  margin: auto 0 !important;
}


.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  /*border-top-color: rgba(49,57,68,0.9);*/
}

/* souligné dégradé */
.underline-gradient {
  position: relative;
  padding-top: 3px;
  margin-bottom: 10px;
}

.underline-gradient:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -2px;
  right: -2px;
  height: 2px;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#1B9DFF), to(transparent));
  background-image: -webkit-linear-gradient(left, #1B9DFF, transparent);
  background-image: -moz-linear-gradient(left, #1B9DFF, transparent);
  background-image: -o-linear-gradient(left, #1B9DFF, transparent);
}

/* loading animation */
.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #C3C3C3;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.log-alert-container {
  height: 100%;
  padding-left: 20px;
  position: relative;
}

.log-alert-badge {
  padding: 0.1rem 0.42rem; /* Ajout de padding pour améliorer le centrage */
  border-radius: 10px;
  background-color: #F85358;
  color: #fff;
  font-size: 12px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -0.3rem;
  right: 0.6rem;
}

.log-alert-ico {
  color: #D8D8D8;
  font-size: 22px;
  position: absolute; /* Assurez-vous que l'icône est positionnée relativement à son parent */
  top: 50%; /* Placer l'icône à 50% du haut */
  right: 0; /* Placer l'icône tout à droite */
  transform: translateY(-50%); /* Déplacer l'icône vers le haut de moitié de sa propre hauteur */
}


/* slider log */
#slider-log {
  background-color: #FAFBFF;
}

#slider-log-body {
  background-color: #FAFBFF;
  padding-bottom: 0px;
}

#slider-log-list {
  position: relative;
}

.d-slider-log-content {
  background-color: #FAFBFF;
  min-height: 50px;
  /* border-bottom: 1px solid #D8D8D8; */
}

.d-slider-log-content-unread {
  background-color: #FFF;
  min-height: 50px;
}

.t-slider-log-content {
  background-color: #fff;
}

.t-slider-log {
  width: 100%;
}

.t-slider-log-ico {
  color: #C3C3C3;
  font-size: 20px;
  width: 55px;
  padding-left: 20px;
  padding-right: 10px;
}

.t-slider-log-desc {
  color: #313944;
  font-size: 14px;
}

.t-slider-log-date {
  color: #B5B5B5;
  font-size: 14px;
}

.t-slider-log-hr {
  background-color: #C3C3C3;
  width: 100%;
  margin: 0 auto 0 auto;
}

/* Dashboard */
.card-dashboard-stockage {
  max-width: 400px;
}

.card-dashboard-stockage-header {
  border-bottom: 1px solid #C3C3C3;
}

.card-dashboard-stockage-body {
  text-align: center;
  font-size: 14px;
}

#dashboard-progressbar-storage-container {
  margin: 10px auto 20px auto;
}

.card-dashboard-stockage-footer {
  border-top: 1px solid #C3C3C3;
  padding: 0;
}

#dashboard-repartition-storage-container {
  width: 400px;
  width: 600px;
}

.file-dragging {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

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

.password-progress-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  width: 20%;
  opacity: 0.8;
  transition: 0.2s;
  border-radius: var(--border-radius-sm);
}


.password-progress-bar-wrapper
{
  display: flex;
  --height: 30px;
  width: 100%;
  min-height: var(--height);
  max-height: var(--height);
  border-radius: var(--border-radius-sm);
  background-color: #fafafa;
  box-shadow: var(--box-shadow-md);
}

/* Limite la hauteur de la card */
.overflow {
  overflow: auto !important;
}

.tab-content>.tab-pane {
  overflow-y: auto;
  max-height: 220px;
}

.tab-pane > div {
  height: 210px;
}


.activated {
  position: relative;
  font-size: 1.15rem !important;
  background-color: #3CDA58;
  border: 1px solid transparent;
  width: 2.3rem;
  height: 2.3rem;
  margin: 0 auto;
  border-radius: 100%;
}

.desactivated {
  position: relative;
  font-size: 1.15rem !important;
  color: #3CDA58;
  background-color: transparent;
  border: 1px solid #3CDA58;
  width: 2.3rem;
  height: 2.3rem;
  margin: 0 auto;
  border-radius: 100%;
}

.unapplicable {
  position: relative;
  font-size: 1.15rem !important;
  color: #3CDA58;
  background-color: transparent;
  border: 1px solid #dc3545;
  width: 2.3rem;
  height: 2.3rem;
  margin: 0 auto;
  border-radius: 100%;
}

.unapplicable::after {
  content: "!";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #dc3545;
}

.unapplicable i,
.desactivated i,
.activated i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Pour rendre les éléments visibles sur :hover */
.t-dest:hover .activated,
.t-dest:hover .desactivated,
.t-dest:hover .unapplicable {
  visibility: visible !important;
}

/* Pour rendre toujours visibles sur mobile */
@media (max-width: 768px) {
  .t-dest .activated,
  .t-dest .desactivated,
  .t-dest .unapplicable {
    visibility: visible !important;
  }
}



#txt_err_dossier {
  position: absolute;
  width: 80%;
  top: 128%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  border-radius: 10px;
}

.tabbable .nav-tabs {
  overflow-x: auto;
  overflow-y:hidden;
  flex-wrap: nowrap;
}

.tabbable .nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom: 4px solid hsla(206, 100%, 55%, 0.6);
  border-radius: 0;
}

.tabbable .nav-tabs .nav-link.active {
  border-color: transparent;
  border-bottom: 4px solid #1B9DFF;
  border-radius: 0;
}



#msg-cust-test, #msg-cust-test-ok {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 450px;
}

.card-dossiers-body {
  max-width: 100%;
  overflow: auto !important;
}
#col-dossier-detail-right .directory-el{
  max-width: 100% !important;
}

#col-dossier-detail-left,
#col-dossier-detail-right {
  padding: 0 !important;
}

#col-dossier-detail-right > div {
  margin: 0 !important;
}

#col-dossier-detail-right #liste-fichiers {
  width: 100% !important;
  max-width: 100% !important;
}

@media screen and (max-width: 300px) {
  .d-dossier-fichiers-content > div:first-child {
    display: flex !important;
    width: 50%;
    max-width: 100%;
    padding: 0;
  }
}

@media screen and (min-width: 300px) and (max-width: 448px) {
  .d-dossier-fichiers-content > div:first-child {
    display: flex !important;
    width: 60%;
    max-width: 100%;
    padding: 0;
  }
}

@media screen and (min-width: 449px) and (max-width: 767px) {
  .d-dossier-fichiers-content > div:first-child {
    display: flex !important;
    width: 80%;
    max-width: 100%;
    padding: 0;
  }
}

@media screen and (min-width: 767px) and (max-width: 992px) {
  .d-dossier-fichiers-content > div:first-child {
    display: flex !important;
    width: 70%;
    max-width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 449px) {
  .tab-pane > div {
    height: 170px;
  }
}

@media screen and (max-width: 767px) {
  #msg-cust-test, #msg-cust-test-ok {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95vw;
    max-width: 450px;
  }

  #msg-cust-test > .card  {
    width: 100% !important;
    max-width: 95vw !important;
  }

  .nav-preferences .nav-link {
    background-color: transparent;
    border-left: 1px solid transparent ;
  }

  .nav-preferences .nav-link.active {
    color: #313944;
    font-size: 12px;
    font-weight: 500;
    background-color: transparent;
    border-left: 1px solid lightgrey;
    border-top: 2px solid #1B9DFF;
    border-radius: 0px;
    background-color: #F7F8FC;
  }

  .nav-preferences .nav-link:not(.active):hover {
    color: #313944;
    font-size: 12px;
    font-weight: 500;
    background-color: transparent;
    border: none !important;
    border-radius: 0px;
  }

  #col-dossier-detail-right {
    margin-top : 30px;
  }
}

@media screen and (max-width: 991px) {
  .show-comment {
    margin-bottom: 6rem;
  }

  .btn-del-user {
    visibility: visible !important;
  }

  .btn-edit-user {
    visibility: visible !important;
  }
  .d-dossier-fichiers-content > div:last-child > * {
    display: flex !important;
    visibility: visible;
  }

  .t-slider-addressbook-contact-actions > * {
    visibility: visible !important;
  }
}

#card-detail-dossier .card-dossiers-header > div {
  display: flex !important;
  flex-wrap: wrap !important;
  overflow: hidden;
}

#card-detail-dossier .card-dossiers-header > div > div {
  display: flex !important;
}

#card-detail-dossier .card-dossiers-header .table-dossier-detail-header {
  width: 80%;
}

#card-detail-dossier .card-dossiers-header .table-dossier-detail-header td:not(.table-dossier-detail-header-back) {
  max-width: 0;
  overflow: hidden;
  white-space: normal; /* Permet au texte de se répartir sur plusieurs lignes */
}

#card-detail-dossier .card-dossiers-header .d-flex.flex-column {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#card-detail-dossier .card-dossiers-header .d-flex.flex-column button {
  width: 100%;
  white-space: normal; /* Permet au texte de se répartir sur plusieurs lignes */
  box-shadow: none; /* Supprime l'ombre sous le bouton */
}

@media screen and (max-width: 768px) {
  #card-detail-dossier .card-dossiers-header .d-flex.flex-column {
    width: 100%;
    margin-top: 10px;
  }

  .table-dossier-detail-header {
    width: 100% !important;
  }

  #card-detail-dossier .card-dossiers-header .d-flex.flex-column button {
    width: 100%;
  }
}

.t-slider-addressbook-contact-infos {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .table-dossier-detail-header {
    width: 70% !important;
  }
}
