@import url("https://fonts.googleapis.com/css2?family=Lobster&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel&family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

.radius-10 {
  border-radius: 10px;
}

.title {
  top: 50% !important;
}

.logo-index {
  width: 500px !important;
}

.mt-12 {
  margin-top: 120px;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
  background-color: #F8576E !important;
  color: #fff;
  font-weight: 700 !important;
}

.afficher {
  display: block !important;
}

.cacher {
  display: none;
}

.form-select:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 0 0 transparent;
}

.sidebar-dark-blue .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-blue .nav-sidebar>.nav-item>.nav-link.active {
  background-color: #F8576E !important;
  color: #fff;
  font-weight: 700 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #F8576E !important;
  font-weight: 700 !important;
}

.table-configuration-paie input {
  border: 0 !important;
  outline: none !important;
  background: #F7F7F7 !important;
  text-align: center !important;
  z-index: 10 !important;
  width: 100% !important;
}

.table-configuration-paie .inputIdPersonnel {
  background: transparent !important;
  text-align: left !important;
  width: auto !important;
}

.nombreDeJour input {
  width: 100% !important;
}

.inputId input {
  width: 10px !important;
}

.tr-input-integration input {
  background: transparent !important;
}

.title-legend-form {
  position: absolute !important;
  margin-top: -30px;
  background: #fff;
}

.title-legend-form-1 {
  position: absolute;
  margin-top: -30px;
  background: #fff;
}

.liste-groupe-echantillon {
  height: 400px !important;
  overflow-y: auto;
  margin-bottom: 10px;
}

.icon-success {
  color: green !important;
}

.icon-danger {
  color: red !important;
}

.display-icon-block {
  display: initial;
}

.display-icon-none {
  display: none;
}

.btn-primary-bcl {
  background: #17A2B8;
  color: #fff;
}

.btn-primary-second-bcl {
  background: #2875AA;
  color: #fff;
}

.btn-danger-bcl {
  background: #F8576E;
  color: #fff;
}

.btn-default-bcl {
  background: #333851;
  color: #fff;
}

.text-primary-bcl {
  color: #17A2B8;
}

.text-primary-second-bcl {
  color: #2875AA;
}

.text-danger-bcl {
  color: #F8576E;
}

.text-default-bcl {
  color: #333851;
}

.bg-primary-bcl {
  background: #17A2B8;
  color: #fff;
}

.bg-primary-second-bcl {
  background: #2875AA;
  color: #fff;
}

.bg-danger-bcl {
  background: #F8576E;
  color: #fff;
}

.bg-default-bcl {
  background: #333851;
  color: #fff;
}

.header .logo {
  width: 70px !important;
}

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