/*!
 * VILLAGE v0.0.3 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
 */
@charset "UTF-8";
@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 liste à puce
  */
  .village-footer ul {
    list-style-type: none;
  }

  .village-footer ol {
    list-style-type: none;
  }

  .village-footer ul,
  .village-footer ol {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .village-footer__content-desc [href] {
    text-decoration: underline;
  }

  .village-footer {
    box-shadow: inset 0 2px 0 0 hsl(180, 75%, 25%), inset 0 -1px 0 0 #ddd;
  }

  .village-footer__content-link {
    color: #3a3a3a;
  }

  .village-footer__top-cat {
    color: #161616;
  }

  .village-footer__top {
    background-color: #f6f6f6;
  }

  .village-footer__bottom {
    box-shadow: inset 0 1px 0 0 #ddd;
  }

  .village-footer__bottom .village-btn {
    color: #666;
  }

  .village-footer__bottom-item::before {
    box-shadow: inset 0 0 0 1px #ddd;
  }

  .village-footer__bottom-link {
    color: #666;
  }

  .village-footer__bottom-copy {
    color: #666;
  }

  .village-footer__partners {
    box-shadow: inset 0 1px 0 0 #ddd;
  }

  .village-footer__partners-title {
    color: #3a3a3a;
  }

  .village-footer__partners .village-footer__logo {
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #ddd;
  }
}
