.m-login.m-login--1 {
  .m-login__content {
    padding: 5rem 10rem 10rem 10rem;
    background-image: url("../images/cer-fond-1920x1080-5-Nzb4rXl.png");
    background-attachment: fixed !important;
    background-size: cover !important;
    animation: none !important;
  }
}

.custom-file-label::after {
  content: "Parcourir...";
}

label.required::after,
legend.required::after {
  content: " *";
  color: red;
}

.chart-js-brochure .select2-container {
    width: 220px !important;
}

select.readonly {
    pointer-events: none; /* empêche les clics */
    background-color: #f5f5f5; /* pour l’effet visuel */
}

.ia-tab {
    cursor: pointer;
    border-radius: 6px 6px 0 0;
    border: 1px solid transparent;
        font-size: 15px;
}

.ia-tab.active {
    border: 1px solid #dee2e6;
    border-bottom: none;
    background: #fff;
}
.select-all-group-export{
  cursor: pointer;
  height: 18px;
  width: 18px;
  border: 1px solid #bdc3d4;
  border-radius: 3px;
}

small.small-info {
    margin-left: 10px;
    line-height: 18px;
}