/* Cookies */
.cookiesjsr-banner.active {
  background-color: var(--m-color-v4);
  color: var(--black);
  padding-top: 30px;
}
.cookiesjsr-banner--action .cookiesjsr-btn {
  border-radius: 8px;
  font-weight: 600;
  color: black
}

.cookiesjsr-banner--action .cookiesjsr-settings {
  background-color: black;
  color: var(--m-color-v4);
}

.cookiesjsr-banner--info .links--row a {
  color: black;
  font-weight: 600;
}

.cookiesjsr-service-group.active .cookiesjsr-service-group--content, .cookiesjsr-service-group.active .cookiesjsr-service-group--tab {
  background: black;
}

.cookiesjsr-layer--actions .cookiesjsr-btn {
  border: 1px solid black;
  color: black;
}

.cookiesjsr-layer--actions .cookiesjsr-btn.important{
  background-color: black;
  color: var(--m-color-v4);
}
/* Cheikh */
.form-item--error-message {
  display: none !important;
}
.alert {
  position: fixed;
  padding: 0.75rem 2.75rem 0.75rem 1.25rem;
  /* margin-bottom: 24px; */
  border: 1px solid transparent;
  border-radius: 16px;
  bottom: 0;
  width: 90%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  /* margin-left: 30px; */
}
.file-upload-js-error {
  position: absolute;
    width: 600px;
    top: 57px;
    padding: 10px;
    border: 1px solid #ED0000;
    background-color: #FFCCCC;
    border-radius: 16px;
}
.alert-danger {
  border: 1px solid #ED0000;
  background-color: #FFCCCC;
}

.alert-success {
  border: 1px solid mediumseagreen;
  background-color: #ddf0d9;
}

.alert-info {
  border: 1px solid var(--m-color-v4);
  background-color: #ede2bc;
}

.alert * {
  margin-top: 0;
  color: inherit;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissible .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0.75rem;
  width: 2rem;
  height: 3.125rem;
  color: inherit;
}

.alert em {
  font-weight: 500;
  font-style: normal;
}

.alert-sm {
  padding: 0.25rem 0.75rem;
}
