/*!
 * 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) {
  /**
  * Correction largeur max du texte
  */
  .village-quote::before,
  .village-quote::after {
    background-color: transparent;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("../../icons/editor/village--quote-line.svg");
    width: 2rem;
    height: 2rem;
  }

  ul.village-quote__source {
    list-style-type: none;
  }

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

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

  .village-quote blockquote {
    max-width: 100%;
  }

  .village-quote::before {
    color: hsl(180, 85%, 25%);
  }

  .village-quote--village-color3::before {
    color: hsl(0, 75%, 25%);
  }

  .village-quote--village-color4::before {
    color: hsl(90, 75%, 25%);
  }

  .village-quote--village-color5::before {
    color: hsl(180, 75%, 25%);
  }

  .village-quote--village-color6::before {
    color: hsl(290, 75%, 25%);
  }

  .village-quote--village-color7::before {
    color: hsl(0, 75%, 25%);
  }

  .village-quote--village-color8::before {
    color: hsl(90, 75%, 25%);
  }

  .village-quote--village-color9::before {
    color: hsl(180, 75%, 25%);
  }

  .village-quote--village-color10::before {
    color: hsl(270, 75%, 25%);
  }

  .village-quote--village-color11::before {
    color: hsl(0, 75%, 25%);
  }

  .village-quote--village-color12::before {
    color: hsl(90, 75%, 25%);
  }

  .village-quote--village-color13::before {
    color: hsl(180, 75%, 25%);
  }

  .village-quote--village-color14::before {
    color: hsl(270, 75%, 25%);
  }

  .village-quote--village-color15::before {
    color: hsl(0, 75%, 25%);
  }

  .village-quote--village-color16::before {
    color: hsl(90, 75%, 25%);
  }

  .village-quote--village-color17::before {
    color: hsl(180, 75%, 25%);
  }

  .village-quote--village-color18::before {
    color: hsl(270, 75%, 25%);
  }

  .village-quote--village-color19::before {
    color: hsl(0, 75%, 25%);
  }

  .village-quote {
    background-image: linear-gradient(0deg, #ddd, #ddd);
  }

  .village-quote__source {
    color: #666;
  }
}
