.transition-fade {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.transition-fade-btn {
  transition: background-color 0.3s, border-color 0.3s;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@-webkit-keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes slideRightBanner {
  0% {
    transform: translateX(150%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideRightBanner {
  0% {
    transform: translateX(150%);
  }
  100% {
    transform: translateX(0);
  }
}
div.ccm-page div.alert-danger {
  padding: 15px;
  margin: 0;
  border-radius: 0;
  color: #721c24;
  text-align: left;
}
div.ccm-page div.alert {
  margin-bottom: 15px;
}
div.ccm-page div.alert button.close {
  position: absolute;
  color: #721c24;
  opacity: 1;
  top: 15px;
  right: 15px;
}
.liste_concentration {
  margin-bottom: 10px!important;
}
.liste_concentration li {
  margin-bottom: 0px!important;
}
.es_page .banner-wrapper {
  height: 100px!important;
  background-position: top center!important;
}
.es_page .banner-wrapper h1 {
  font-size: 30px;
  line-height: 30px;
  margin: 10px 0;
  font-weight: 700;
}
@media (min-width: 576px) {
  .es_page .banner-wrapper h1 {
    font-size: 40px;
    line-height: 40px;
    margin: 15px 0;
  }
}
@media (min-width: 768px) {
  .es_page .banner-wrapper h1 {
    font-size: 45px;
    line-height: 45px;
    margin: 15px 0;
  }
}
@media (min-width: 992px) {
  .es_page .banner-wrapper h1 {
    font-size: 50px;
    line-height: 50px;
    margin: 20px 0;
  }
}
@media (min-width: 1200px) {
  .es_page .banner-wrapper h1 {
    font-size: 55px;
    line-height: 55px;
    margin: 25px 0;
  }
}
.es_page #loader {
  margin-bottom: 20px;
}
.es_page [class^="ef_"] .btn {
  padding: 6px!important;
  margin: 2px!important;
}
@media (min-width: 576px) {
  .es_page [class^="ef_"] .btn {
    padding: 6px 20px!important;
  }
}
@media (min-width: 768px) {
  .es_page [class^="ef_"] .btn {
    padding: 6px 30px!important;
    font-size: 15px !important;
    line-height: 22px !important;
  }
}
@media (min-width: 992px) {
  .es_page [class^="ef_"] .btn {
    padding: 6px 40px!important;
  }
}
@media (min-width: 1200px) {
  .es_page [class^="ef_"] .btn {
    padding: 6px 50px!important;
  }
}
@media (min-width: 1600px) {
  .es_page [class^="ef_"] .btn {
    padding: 6px 50px!important;
  }
}
.es_page [class^="ef_"] .btn.btn-danger {
  color: #fff !important;
  background-color: #e5737e !important;
  border-color: #e5737e !important;
}
.es_page [class^="ef_"] .btn.btn-danger:hover {
  color: #e5737e !important;
  background-color: #FFF !important;
  border-color: #e5737e !important;
}
.es_page [class^="ef_"] .btn.btn-danger:focus,
.es_page [class^="ef_"] .btn.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5) !important;
}
.es_page [class^="ef_"] .btn.btn-danger.disabled,
.es_page [class^="ef_"] .btn.btn-danger:disabled {
  color: #fff !important;
  background-color: #e5737e !important;
  border-color: #e5737e !important;
}
.es_page [class^="ef_"] .btn.btn-edit {
  background-color: #f1b384;
  border: 2px solid #f1b384;
}
.es_page [class^="ef_"] .btn.btn-edit:hover {
  color: #f1b384;
  background-color: transparent;
  border: 2px solid #f1b384;
}
.es_page .listProduct {
  min-height: 500px;
  /* Adjust height to avoid excessive scrolling */
}
.es_page .zoneSticky {
  position: relative;
  /* Allows JavaScript to adjust its position */
  width: auto;
  max-height: 80vh;
  /* Adjust height to avoid excessive scrolling */
  overflow-y: auto;
}
