/* En journée */
@media (prefers-color-scheme: light) {
  body {
    background-color: var(--fond);
    font-family: 'Vibraday-regular', sans-serif;
    color: var(--rouge-fonce);
  }

  .card__content {
    box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.1), 0 1em 2em rgba(0, 0, 0, 0.1);
    background: var(--fond);
    color: var(--noir);
  }

  #page-index .card__content>figure>img,
  #page-merci .card__content>figure>img,
  #page-devis .card__content>figure>img,
  #page-terms .card__content>figure>img,
  #page-oeth_et_qvt .card__content>figure>img,
  #page-tambour .card__content>figure>img {
    filter: hue-rotate(300deg);
  }

  a {
    text-decoration: none;
    text-decoration-line: var(--insta);
    color: var(--rose);
  }

  #page-index .image-colored {
     filter: hue-rotate(245deg);
  }

  #page-merci .image-colored,
  #page-devis .image-colored,
  #page-oeth_et_qvt .image-colored,
  #page-terms .image-colored,
  #page-tambour .image-colored {
    /* -webkit-filter: hue-rotate(300deg);
    filter: hue-rotate(300deg); */
  }

  svg.monbouton path {
    fill: var(--noir);
  }

  .sticker {
    /* background-color: var(--rose);
    color: var(--fond); */
    color: var(--fond);
    text-shadow: 2px 2px 4px var(--fond);
    /* font-size: 2.5rem; */
    background-color: var(--rose);
    /* opacity: .7; */
    box-shadow: 1px 8px 22px rgba(0, 0, 0, .85);
  }
}