/*

ul.detail{
    list-style: none;
    margin-bottom:-5px;
    color:black;
    text-align: left;
    padding-bottom:10px;
  }

  .detail li{
     line-height:16px;
  }


  .detail li>p{
    margin-left: 30px;
  }

  .detail li.niveau_un{
    display: inline-block;
    padding: 5px 2px 0px 10px;
    font-weight: bold;
    font-size: 15px;
    vertical-align:  top;
    flex-grow: 1;
  }
  .detail li.niveau_deux{
    display: block;
    padding: 0px 5px;
    font-weight: normal;
    font-size: 12px;
  }
  .detail  li.niveau_un>a{
    background-color: rgba(85,110,230,.25) !important;
    border-radius: 5px;

  }
  .detail  li.niveau_deux>a{
    width: 102%;
  }
  .detail  li.niveau_deux>a:hover, .detail  li.niveau_deux:hover{
     background-color: #D3D3D3 ;
  }
  .detail>li.niveau_un{
    padding-left: 20px !important;
  }

  .mpg-dropdown-mega-menu-xl {
    width: 60rem;
  }

  .dropdown-mega-menu-lg {
    width: 30rem;
  }
  */

  .mpg-dropdown-mega-menu-xl li.niveau_un, .mpg-dropdown-mega-menu-xl li.niveau_deux{
      padding: 0rem 0rem 0rem 1rem !important;
      min-width: 13rem !important;
  }
  li.niveau_un >a {
    padding: 1px !important;
    margin: 0.25rem 2rem 0.25rem 0.25rem !important;
  }
  li.niveau_deux > a {
      padding: 1px !important;
      margin: 0px !important;
  }
  .detail  li.niveau_un>a{
      background-color: rgba(85,110,230,.25) !important;
      border-radius: 5px;

  }
  .detail  li.niveau_un>a{
      background-color: rgba(85,110,230,.25) !important;
      border-radius: 5px;
  }

.detail li.niveau_deux > a:hover, .detail li.niveau_deux:hover {
    background-color: #D3D3D3 !important;
}

.mpg-dropdown-mega-menu-xl {
    width: 16.75rem !important;
}

.detail .dropdown-item {
    min-width: inherit !important;
}

.popover {
    max-width: inherit !important;
    border: 2px solid #000;
}

.table {
    font-size: 12px;
}

.griser {
    color: grey !important;
}

.nav-pills .nav-link, .nav-tabs .nav-link {
    background: #dde3ff; /*#DEDEDE ;*/
}

.nav-tabs .nav-link.disabled {
    border: 1px solid #9db7c1;
    color: #9db7c1;
}

#div_form_onglets {
    padding-top: 10px;
}
.tab-content{
  padding-bottom: inherit !important;
  padding-left: inherit !important;
}
.form-group {
  margin-top : 5px !important;
  margin-left : 5px !important;
}

.modal.fade {
  background: rgba(0, 0, 0, 0.5);
}


.form-fieldset{
  border: 1px solid gray;
  padding-left:5px;
  padding-right:5px;
  padding-bottom:5px;
  border-color: #556ee6;
  border-radius: 5px;
  margin-left: 12px !important;
}
.form-fieldset legend{
  float: inherit !important;
  width: auto !important;
  padding: inherit !important;
  color: #556ee6;
  font-size: 1rem !important;
  margin-bottom: -10px !important;
}

fieldset {
  border: solid 1px gray;
  padding-top: 5px;
  padding-right: 12px;
  padding-bottom: 10px;
  padding-left: 12px;
}
legend {
  float: none;
  width: inherit;
}

.modal.fade {
  background: rgba(0, 0, 0, 0.5);
}

.modal-backdrop.fade {
    opacity: 0;
}

#div_parent_id {
  background: #fff;
  border-radius: 4px;
  transition: all 0.2s;
  margin: 0 auto;
}


.fa-chevron-up::after {
  content: "\f077" !important;
}
.fa-chevron-down::after {
  content: "\f078" !important;
}

.fa-chevron-up::before {
  content: inherit !important;
}
.fa-chevron-down::before {
  content:inherit !important;
}
.text-griser{
  color:grey !important;
}

.form-control:disabled,
  .form-control[readonly] {
      background-color: #dddddd !important;
  }
