/*!
 * VILLAGE v0.0.3 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
 */
@media (min-width: 36em) {
  /*! media sm */
}
@media (min-width: 48em) {
  /*! media md */
}
@media (min-width: 62em) {
  /*! media lg */
}
@media (min-width: 78em) {
  /*! media xl */
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /**
  * reset des marges dans le bandeau
  */
  .village-notice__title,
  .village-notice p {
    margin: 0;
  }

  .village-notice--info .village-notice__body::before {
    background-image: url("../../icons/system/village--info-fill.svg");
    width: 1.5rem;
    height: 1.5rem;
    color: transparent;
  }

  .village-notice .village-btn--close::before,
  .village-notice .village-btn--close::after {
    background-color: transparent;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("../../icons/system/close-line.svg");
    width: 1rem;
    height: 1rem;
  }

  .village-notice {
    background-color: #eee;
    color: #161616;
  }

  .village-notice--info {
    background-color: hsl(180, 80%, 96%);
    color: hsl(180, 45%, 43%);
  }
}
