@charset "UTF-8";
.profil-img {
  position: relative;
  display: block;
  border-radius: 50%;
  border: solid 3px #CCC;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #EEE;
}
.profil-img.profil-img-min {
  border: 0;
  width: 35px;
  height: 35px;
}

#drop-file {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
}
#drop-file.file-over {
  border: solid 10px rgba(60, 120, 220, 0.8);
}

/******************************
   Interface
 ******************************/
.switch {
  position: relative;
  border: 0;
  padding: 0;
  vertical-align: middle;
  display: inline-block;
  width: 40px;
  height: 20px;
  background-color: #CCCCCC;
  border-radius: 10px;
}
.switch:after {
  position: absolute;
  display: block;
  content: " ";
  width: 16px;
  height: 16px;
  background-color: #AAAAAA;
  border-radius: 8px;
  left: 2px;
  top: 2px;
}
.switch.switch-on {
  background-color: #007bff;
}
.switch.switch-on:after {
  left: auto;
  right: 2px;
  background-color: #FFFFFF;
}

/******************************
 liste ordonnable
 ******************************/
.drag-active {
  background-color: rgba(30, 93, 125, 0.1);
  color: transparent;
  outline: 1px solid rgba(30, 93, 125, 0.2);
}
.drag-active * {
  opacity: 0.4;
}

.drag-enable *:not(.item-ordonnable) {
  pointer-events: none;
}

.dd-item {
  position: relative;
}

.dd-content {
  display: block;
  height: 34px;
  margin: 5px 0;
  padding: 5px 5px 5px 50px;
  color: #333;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.dd-handle {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 !important;
  cursor: pointer;
  width: 34px;
  height: 34px !important;
  text-indent: 34px;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #CCC;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.dd-handle:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-weight: 900;
}

.dd-handle:hover {
  background: #CCC;
}

/******************************
 liste projet
 ******************************/
.card-projet-list .nav-link {
  color: #888;
  font-size: 0.9em;
}
.card-projet-list .nav-link.active {
  color: #444;
}
.card-projet-list .nav-link.active .projet-label-icon {
  opacity: 1;
}
.card-projet-list .nav-link .projet-label-icon {
  opacity: 0.6;
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 3px 0 0 4px;
  border-radius: 3px;
  color: #FFF;
  font-size: 0.9em;
}
.card-projet-list .card-title-projet-list {
  padding: 20px;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 200;
  color: #BBB;
}
.card-projet-list .product-img span {
  display: inline-block;
  width: 70px;
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.menu-fiche-projet {
  padding-left: 15px;
}
.menu-fiche-projet li {
  display: inline-block;
  margin-right: 15px;
}

/******************************
 liste projet
 ******************************/
.card.card-widget .widget-user-header.widget-header-img {
  height: 0;
  padding: 0;
  width: 100%;
  padding-top: 56%;
}

/******************************
 recette
 ******************************/
.striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, transparent 75%, transparent);
  background-size: 16px 16px;
}

/******************************
 detail depense projet
 ******************************/
.bt-collapse, .bt-collapse-all {
  position: relative;
  top: -16px;
  display: block;
  padding-top: 18px;
  width: 18px;
  height: 0;
}
.bt-collapse:before, .bt-collapse-all:before {
  color: #0f74a8;
  position: absolute;
  top: 0;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  content: "";
  transition: transform 200ms linear;
}
.bt-collapse:checked:before, .bt-collapse-all:checked:before {
  transform: rotate(90deg);
}

.bt-collapse:before {
  color: #0f74a8;
  position: absolute;
  top: 0;
  height: 100%;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  content: "";
  transition: transform 200ms linear;
}

table.table tbody tr.escamotable .escamotable-cont {
  overflow: hidden;
  height: 0;
  transition: height 200ms ease-out;
}
table.table tbody tr.escamotable .escamotable-cont table tr:first-child td {
  border-top: none;
}
