
.rowArrowsInCarousel {
    margin: auto; 
}
@media screen and (max-width: 768px) {
  .rowArrowsInCarousel{
    display: none;
  }
}
.btnLogout {
  float: right;
  border-radius: 25px;
}
#resizable { 
  width: 150px; height: 150px; padding: 0.5em; 
}
#resizable h3 { 
  text-align: center; margin: 0; 
}

.titre {
    font-size: 16px !important;
    margin: 0 0 15px 0;
    padding-bottom: 0px;
    border-bottom: 1px solid #ccc;
    color: #777;
    line-height: 35px;
    font-weight: 600;
}

.soustitre {
    font-size: 14px;
    margin: 10px 0;
    color: #777;
}

.btn_default {
    color: #333;
    background-color: #fff;
    border-color: #ccc !important;
}

.btn-edit{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.bg-container {
    background: #ececec;
   
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #ddd;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-chiffres {
  font-size: 64px;
  font-weight: 500;
}
.panel-default {
    border-color: #ddd;
}

.width-modal{
  width:700px !important;
}

.content-motif-element{
  font-size: 15px;
  color: #808080;
}

.bloc-file {
  background-color: rgb(232, 232, 233) !important;
  padding: 3px;
  border-radius: 10px;
  width: 100%;
  height: 70px;
  cursor: pointer;
}

.bloc-file img {
  width: 70px;
  height: 100%;
  border-radius: 10px;
}

.view-files {
  font-size: 12px;
}
.same-line {
  display: flex;
}

.quantity-file {
  color: hsl(0, 0%, 53%);
  display: inline;
  font-size: 11px;
  text-transform: uppercase;
}

.content-fiche {
  background-color: #79F6B2 !important;
}
