body {
  background-image: url(../images/grille.svg);
  background-position: center top;
  background-repeat: repeat;
  background-attachment: fixed;
}
body .planning {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body .planning .case {
  width: 100%;
}
@media (min-width: 768px) {
  body .planning .case {
    width: 50%;
  }
}
body .planning .case.spectacle-cible {
  animation: pulse 1s ease-in-out;
  box-shadow: 0 0 20px rgba(255, 0, 0, 0.5);
}
body .planning .case.mois {
  display: none;
}
body .planning .case.avec_etiquette {
  margin-top: 24px;
}
body .planning .case a {
  font-size: 15px;
  position: relative;
  display: block;
  margin: 5px;
  padding: 20px 20px;
  background-color: white;
  border: 2px solid #FF0000;
  box-sizing: border-box;
  box-shadow: 10px 10px 0px #FF0000;
  text-decoration: none;
  text-align: center;
  transition: all ease 0.3s;
}
@media (min-width: 425px) {
  body .planning .case a {
    font-size: 18px;
  }
}
@media (min-width: 600px) {
  body .planning .case a {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  body .planning .case a {
    font-size: 15px;
  }
}
@media (min-width: 900px) {
  body .planning .case a {
    font-size: 20px;
  }
}
@media (min-width: 1500px) {
  body .planning .case a {
    font-size: 22px;
  }
}
body .planning .case a:hover {
  transform: translate(2px, 2px);
  box-shadow: 6px 6px 0px #FF0000;
}
body .planning .case a .qui_vive {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  top: 7px;
  max-height: 50px;
  margin-left: 10px;
}
body .planning .case a .dateHaut {
  font-size: 1em;
  line-height: 1.1em;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 20px;
}
body .planning .case a h2 {
  font-size: 1.6em;
}
@media (min-width: 425px) {
  body .planning .case a h2 {
    font-size: 2em;
  }
}
@media (min-width: 600px) {
  body .planning .case a h2 {
    font-size: 2.2em;
  }
}
@media (min-width: 768px) {
  body .planning .case a h2 {
    font-size: 2em;
  }
}
@media (min-width: 1500px) {
  body .planning .case a h2 {
    font-size: 2.2em;
  }
}
body .planning .case a .artiste {
  font-family: brockmannmedium;
  font-size: 1em;
  line-height: 1.1em;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 10px;
}
body .planning .case a .etiquette_accueil {
  font-family: brockmannmedium;
  position: absolute;
  top: -25px;
  left: 18px;
  background-color: #FF0000;
  font-size: 1.09em;
  padding: 5px 10px;
  color: white;
  text-transform: uppercase;
}
body .planning .case a .etiquette_accueil:after {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 100%;
  left: 60%;
  background-image: url(../images/virgule.svg);
  content: "";
}
body.accessibilite-active .planning .case.spectacle-cible {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5) !important;
}
body.accessibilite-active .planning .case a {
  color: black;
  border: 2px solid black;
  box-shadow: 10px 10px 0px black;
}
body.accessibilite-active .planning .case a .etiquette_accueil {
  background-color: black;
}
body.accessibilite-active .planning .case a .etiquette_accueil:after {
  background-image: url(../images/virgule_noir.svg);
  content: "";
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4);
  }
  70% {
    transform: scale(1.02);
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}

/*# sourceMappingURL=front.css.map */
