/*!
 * 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) {
  /**
  * Correctif de la largeur du texte dans la tuile
  */
  .village-tile--download .village-tile__body,
  .village-tile--horizontal .village-tile__body {
    flex-basis: 100%;
  }

  .village-tile__body,
  .village-tile__body > * {
    max-width: 100%;
  }

  .village-tile__title {
    margin: 0 0 0.5rem;
    max-width: 100%;
    color: #161616;
  }

  .village-tile__title a::after {
    background-color: transparent;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("../../icons/system/arrow-right-line.svg");
    width: 1rem;
    height: 1rem;
  }

  .village-tile__title [target=_blank]::after {
    background-color: transparent;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("../../icons/system/external-link-line.svg");
    width: 1rem;
    height: 1rem;
  }

  .village-tile__desc {
    margin: 0;
    max-width: 100%;
  }

  .village-tile__start,
  .village-tile__detail {
    max-width: 100%;
  }

  .village-tile--download .village-tile__title a::after {
    background-color: transparent;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("../../icons/system/download-line.svg");
  }

  .village-tile.village-enlarge-link .village-tile__title a {
    text-decoration: none;
  }

  .village-tile.village-enlarge-link .village-tile__title a::after {
    width: 1.5rem;
    height: 1.5rem;
    background-color: transparent;
  }

  .village-tile--sm .village-tile__title a::after {
    width: 1rem;
    height: 1rem;
  }

  .village-tile {
    background-color: #fff;
  }

  .village-tile:not(.village-tile--no-border):not(.village-tile--shadow) {
    background-image: linear-gradient(0deg, #ddd, #ddd), linear-gradient(0deg, #ddd, #ddd), linear-gradient(0deg, #ddd, #ddd), linear-gradient(0deg, #ddd, #ddd);
  }

  .village-tile--grey {
    background-color: #eee;
  }

  .village-tile--shadow {
    z-index: 500;
    background-color: #fff;
  }

  .village-tile--shadow.village-tile--grey {
    background-color: #eee;
  }

  .village-tile--no-background {
    background-color: transparent;
  }

  .village-tile--no-background:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .village-tile--no-background:active {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .village-tile__title:disabled,
  a.village-tile__title:not([href]) {
    color: #929292;
    background-color: #e5e5e5;
  }

  .village-tile__title::before {
    background-image: linear-gradient(0deg, #3a3a3a, #3a3a3a);
  }

  .village-tile__title a {
    color: hsl(180, 75%, 25%);
  }

  .village-tile__title a::before {
    background-image: linear-gradient(0deg, hsl(180, 75%, 25%), hsl(180, 75%, 25%));
  }

  .village-tile__title a:not([href]) {
    color: #929292;
  }

  .village-tile__title a:not([href])::before {
    background-image: linear-gradient(0deg, #e5e5e5, #e5e5e5);
  }
}
@media (-ms-high-contrast: none) and (min-width: 48em), (-ms-high-contrast: active) and (min-width: 48em) {
  .village-tile--download.village-tile--vertical\@md .village-tile__body,
  .village-tile--horizontal.village-tile--vertical\@md .village-tile__body {
    flex-basis: auto;
  }
}
@media (-ms-high-contrast: none) and (min-width: 62em), (-ms-high-contrast: active) and (min-width: 62em) {
  .village-tile--download.village-tile--vertical\@lg .village-tile__body,
  .village-tile--horizontal.village-tile--vertical\@lg .village-tile__body {
    flex-basis: auto;
  }
}
