/* your styles go here */

.invisible {
 display: none;
}
.id_gauche {
 float: left;
}
.lamain {
cursor: pointer;
}
.hauteur2em {
 min-height: 2em;
}
.hauteur5em {
 min-height: 5em;
}
.hauteur6em {
 min-height: 6em;
}
.hauteur7em {
 min-height: 7em;
}
.content-inner {
width: 100% !important;
/*position: fixed !important;*/
}
.form-control {
height: auto !important;
}
.navbar_haut  {
position:  fixed !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
}
.navbar_bas  {
position:  fixed !important;
bottom: 0 !important;
left: 0 !important;
right: 0 !important;
}
.card_choix_special:hover {
/* border: 2px solid #2f333e;*/
  margin-bottom: 30px;
  -webkit-box-shadow: 2px 2px 2px #2f333e, -1px 0 2px #2f333e;
  box-shadow: 2px 2px 2px #2f333e, -1px 0 2px #2f333e;
}
.table_fond_1 {
 background-color: #f8cbad;
}
.table_fond_2 {
 background-color: #b4c6e7;
}
.table_fond_3 {
 background-color: #c6e0b4;
}
.table_fond_4 {
 background-color: #EBB470;
}

.table .col-sm-1, .table .col-md-1 {
 width: 8.333333%;
}
.table .col-sm-2, .table .col-md-2 {
 width: 16.666667%;
}
.table .col-sm-3, .table .col-md-3 {
 width: 25%;
}
.table .col-sm-4, .table .col-md-4 {
 width: 33.333333%;
}
.table .col-sm-5, .table .col-md-5 {
 width: 41.666667%;
}
.table .col-sm-6, .table .col-md-6 {
 width: 50%;
}
.table .col-sm-7, .table .col-md-7 {
 width: 58.333333%;
}
.table .col-sm-8, .table .col-md-8 {
width: 66.666667%;
}
.table .col-sm-9, .table .col-md-9 {
 width: 75%;
}
.table .col-sm-10, .table .col-md-10 {
 width: 83.333333%;
}
.table .col-sm-11, .table .col-md-11 {
 width: 91.666667%;
}
.table .col-sm-12, .table .col-md-12 {
 width: 100%;
}

.dropdown-item.active, .dropdown-item:active {
 background-color: #005ea1 !important;
}

/*
Les avatars
*/
.avatar-groupe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 8px;
}
.avatar-groupe .avatar-groupe-qui {
  margin-left: -8px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.avatar-groupe .avatar-groupe-qui:hover {
  position: relative;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.avatar-box {
  height: 2rem;
  width: 2rem;
}

.avatar-personne {
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 background-color: #3b76e1;
 color: #fff;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 font-weight: 500;
 height: 100%;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 width: 100%;
}

.lien_base, .lien_base:hover, .lien_base:focus {
 color: #343a40;
 text-decoration: none;
}

.table_case {
 padding-top: 1px !important;
 padding-bottom: 1px !important;
 padding-left: .3rem !important;
 padding-right: .3rem !important;
}

.table_ligne:hover, .table_ligne:focus {
 background: rgba(214, 224, 255, 0.75) !important;
 color: #343a40 !important;
}

.table_ligne_selection {
/* background: rgba(59, 118, 225, 0.4) !important;*/
 background: rgba(232, 94, 97, 0.4) !important;
}

.table_ligne_active {
/* background: rgba(59, 118, 225, 0.4) !important;*/
 background: rgba(19, 115, 217, 1) !important;
 color: #fff !important;
}

.lien_table {
 color: #343a40;
 text-decoration: none;
}

.lien_table:hover, .lien_table:focus {
 color: #343a40;
 text-decoration: underline;
}

.partage_ecran {
 max-height: 40vh;
}
.form-control_base {
height: calc(1.5rem + 2px);
}
.p_0_01 {
padding: .01rem !important;
}
.ptop_0_20 {
padding-top: .2rem !important;
}
.police_70 {
 font-size: 0.7em !important;
}
.police_80 {
 font-size: 0.8em !important;
}
.police_90 {
 font-size: 0.9em !important;
}
.police_100 {
 font-size: 1em !important;
}


/*Gestionnaire de fichiers*/
.tree, .tree ul {
margin:0;
padding:0;
list-style:none;
}
.tree ul {
 margin-left:1em;
 position:relative;
}
.tree ul ul {
 margin-left:.5em;
}
.tree ul:before {
 content:"";
 display:block;
 width:0;
 position:absolute;
 top:0;
 bottom:0;
 left:0;
 border-left:1px solid;
}
.tree li {
 margin:0;
 padding:0 1em;
 line-height:2em;
 position:relative;
}
.tree_texte:hover, .tree_texte:focus {
/*
 background: rgba(214, 224, 255, 0.75) !important;
 color: #343a40 !important;
*/
 background: #005ea1 !important;
 color: #fff !important;
}
.tree ul li:before {
 content:"";
 display:block;
 width:10px;
 height:0;
 border-top:1px solid;
 margin-top:-1px;
 position:absolute;
 top:1em;
 left:0;
}
.tree ul li:last-child:before {
 background:#fff;
 height:auto;
 top:1em;
 bottom:0
}
.indicator {
 margin-right:5px;
}
.tree li a {
 text-decoration: none;
}
.tree li button, .tree li button:active, .tree li button:focus {
 text-decoration: none;
 border:none;
 background:transparent;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
 outline: 0;
}
.tree_dragover {
/*
 background: rgba(214, 224, 255, 0.75) !important;
 color: #343a40 !important;
*/
 background: rgba(52, 58, 64, 1.00) !important;
 color: #ffffff !important;
}
/*Menu contextuel*/
#contextMenu {
  position: absolute;
  display: none;
  padding: 0 !important;
  border-left: 4px solid transparent;
}
.contextMenu-menu{
 padding: 0px;
  text-decoration: none;
  display: block;
  font-weight: 300;
  border-left: 4px solid transparent;
}


.liste_max {
 position: relative;
 display: inline-block;
}
.liste_max:hover .liste1 {
 display: block;
}
/*
* ==========================================================
*     Modal tree window
* ==========================================================
*/
.modaltree {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
/*    max-width: 320px;*/
    height: 100%;
    background: #fff;
    border-right: 1px solid #ccc;
    transform: translateX(-100%);
    transition: 0.25s;
    overflow-y: auto;
    z-index: 1000;
}
.modaltree.visible {
    transform: translateX(0);
}
.modaltree-header {
    display: flex;
    padding: 10px;
    gap: 10px;
}
.treefolder-tree {
    list-style: none;
    padding-left: 5px;
    font-family: Arial, sans-serif;
    font-size: 13px;
}
.treefolder-tree li {
    /*cursor: pointer;*/
    padding: 3px 0 2px 19px;
    position: relative;
}
.treefolder-tree li .fa-folder,
.treefolder-tree li .fa-folder-open {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 14px;
    color: #d9a441;
}
.treefolder-tree ul {
    list-style: none;
    padding-left: 5px;
    border-left: 1px solid #ddd;
    margin: 2px 0;
}
.treefolder-tree li .survol:hover {
    color: #005ea1;
}
.treefolder-tree li .survol_texte {
padding-left: 3px;
padding-right: 3px;
}
.treefolder-tree li .survol_texte:hover {
 background-color: #005ea1;
 border-radius: 3px;
 color: #ffffff;
}
/*
* ==========================================================
*     Bootstrap Tags Input
* ==========================================================
*/
.bootstrap-tagsinput .label-info {
  background-color: #796AEE;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 3px;
  margin: 0px;
}
/*
.bootstrap-tagsinput {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 3px 7px;
  border: 1px solid #dee2e6;
  color: #ffffff;
  width: 100%;
}
*/
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}