button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.alert h4 {
  padding-left: 47px;
  margin-bottom: -5px;
}

.alert button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  text-align: center;
}

.alert button span {
  background-color: transparent;
}

.alert button:active {
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

.alert button:focus {
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

.alert span {
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  width: 47px;
}

.alert span i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.alert strong {
  padding-left: 47px;
  font-weight: 400;
}

.notification {
  position: fixed;
  top: 10px;
  left: 10px;
  right: 10px;
  z-index: 101;
  border-radius: 10px;
  opacity: 0.98;
  transform: translateY(-120%);
  transition: all 250ms ease;
}

.notification .notification-icon {
  padding: 5px 5px;
  display: block;
  background-color: #343a40;
}

.notification .notification-icon i:first-child {
  margin: 0 5px 0 10px;
  font-size: 10px;
}

.notification .notification-icon i:last-child {
  position: absolute;
  right: 0;
  line-height: 30px;
  width: 40px;
  text-align: center;
}

.notification .notification-icon em {
  font-size: 11px;
  text-transform: uppercase;
  font-style: normal;
}

.notification h1 {
  margin: 10px 15px -7px 15px;
}

.notification p {
  line-height: 15px;
  margin: 5px 15px 18px 15px;
  color: #fff;
}

.notification.show {
  transform: translateY(0%) !important;
}

.is-ios.is-on-homescreen .notification.show {
  transform: translateY(30px) !important;
}

.notification-android {
  left: 5px;
  right: 5px;
  top: 5px;
  border-radius: 3px;
}

.notification-android i {
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  width: 35px;
  margin-left: 15px;
  line-height: 35px;
  border-radius: 35px;
  text-align: center;
  font-size: 13px;
}

.notification-android h1 {
  padding-left: 55px;
}

.notification-android p {
  padding-right: 60px;
  padding-left: 55px;
  font-size: 12px;
}

.notification-android strong {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
}

.notification-android .notification-buttons {
  width: 100%;
  margin-left: 70px;
  padding-top: 5px;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}

.notification-android .notification-buttons i {
  opacity: 0.6;
  font-size: 11px;
  position: relative;
  float: left;
  margin: 0 10px 0 0;
  width: auto;
  transform: translateY(-22px);
}

.notification-android a {
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  font-weight: 500;
}

.notification-material {
  left: 0;
  right: 0;
  top: 0;
  border-radius: 0;
}

.notification-material strong {
  font-size: 10px;
  font-weight: 400;
}

.notification-material em {
  text-transform: none !important;
}

.notification-material .notification-icon {
  background-color: rgba(0, 0, 0, 0) !important;
  margin-bottom: -15px;
}

.notification-material img {
  position: absolute;
  width: 50px;
  border-radius: 50px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.notification-material p {
  padding-right: 50px;
}

.bg-green-dark {
  background-color: #8cc152 !important;
  color: #fff !important;
}

#content-page {
  min-height: 80vh;
}

.card-clickable {
  transition: background 0.3s ease, transform 0.2s ease; /* transition douce pour le hover et un petit scale */
}

.card-clickable .fas {
  color: #dddfeb;
}

.border-left-primary.card-clickable:hover {
  background: linear-gradient(135deg, #cce5ff, #99ccff);
  transform: translateY(-2px);
}
.border-left-primary.card-clickable:hover .fas {
  color: #4e73df;
  transition: color 0.3s ease;
}

.border-left-info.card-clickable:hover {
  background: linear-gradient(135deg, #b3e0ff, #70d4e0);
  transform: translateY(-2px);
}
.border-left-info.card-clickable:hover .fas {
  color: #36b9cc;
  transition: color 0.3s ease;
}

.border-left-success.card-clickable:hover {
  background: linear-gradient(135deg, #a3e6c9, #6fe1b4);
  transform: translateY(-2px);
}
.border-left-success.card-clickable:hover .fas {
  color: #1cc88a;
  transition: color 0.3s ease;
}

.border-left-danger.card-clickable:hover {
  background: linear-gradient(135deg, #f7b0a8, #f39c96);
  transform: translateY(-2px);
}
.border-left-danger.card-clickable:hover .fas {
  color: #e74a3b;
  transition: color 0.3s ease;
}

.card {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
}

.card .card-header {
  font-weight: 500;
}

.card:not([class*=bg-]) .card-header {
  color: #0061f2;
}

.img-account-profile {
  height: 10rem;
}

.avatar {
  display: inline-flex;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  position: relative;
  align-items: center;
  justify-content: center;
}

.avatar-lg {
  height: 2.5rem;
  width: 2.5rem;
}

.avatar .avatar-img {
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 2rem;
  width: auto;
}

.avatar-lg .avatar-img {
  height: 2.5rem;
}

.sbp-preview {
  border-radius: 0.35rem;
  border: 0.25rem solid #e0e5ec;
  border-style: solid;
}

.sbp-preview .sbp-preview-content {
  padding: 1.5rem;
  border-bottom: 1px solid #e0e5ec;
  position: relative;
}

.fs-responsive {
  font-size: clamp(0.8rem, 2vw, 1rem) !important;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../../assets/styles/_notification.scss%22,%22../../assets/styles/_vrac.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAAA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAEJ;EACI;EACA;;;AClNJ;EACI;;;AAGJ;EACI;;;AAEJ;EACI;;;AAII;EACI;EACA;;AAEA;EACI;EACA;;;AAOR;EACI;EACA;;AAEA;EACI;EACA;;;AAOR;EACI;EACA;;AAEA;EACI;EACA;;;AAOR;EACI;EACA;;AAEA;EACI;EACA;;;AAKhB;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;;;AAEJ;EACI;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI%22,%22file%22:%22app.output.css%22%7D */
