/*
 * Calendrier
 */
#calendrier_filtre {
  margin-bottom: 70px;
}
#calendrier_filtre ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#calendrier_filtre ul li {
  list-style: none;
  margin-bottom: 2px;
}
#calendrier_filtre ul ._btn {
  width: 280px;
}
#calendrier {
  margin-bottom: 70px;
}
#calendrier ._piece {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
#calendrier ._piece._inactive {
  display: none;
}
#calendrier ._piece:last-child {
  margin-bottom: 0;
}
#calendrier ._piece > div:first-child {
  flex: 0 0 700px;
}
@media only screen and (max-width: 1680px) {
  #calendrier ._piece > div:first-child {
    flex: 0 0 40%;
  }
}
@media only screen and (max-width: 1092px) {
  #calendrier ._piece > div:first-child {
    flex: 0 0 100%;
  }
}
#calendrier ._piece > div:last-child {
  flex: 0 0 842px;
}
@media only screen and (max-width: 1680px) {
  #calendrier ._piece > div:last-child {
    flex: 0 0 60%;
    max-width: 60%;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1092px) {
  #calendrier ._piece > div:last-child {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px;
  }
}
#calendrier ._piece ._cat {
  text-align: right;
  padding-right: 25px;
  text-transform: none;
  font-family: AutoScape, sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1092px) {
  #calendrier ._piece ._cat {
    text-align: center;
    padding: 0 10px;
  }
}
#calendrier ._piece h2 {
  text-align: right;
  padding-right: 25px;
  text-transform: uppercase;
  font-family: AutoScape, sans-serif;
  font-size: 40px;
  color: #000;
  font-weight: normal;
  line-height: 40px;
  margin-bottom: 110px;
}
@media only screen and (max-width: 1092px) {
  #calendrier ._piece h2 {
    text-align: center;
    padding: 0 10px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #calendrier ._piece h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
#calendrier ._piece ._image {
  width: 430px;
  height: 542px;
  margin-left: 140px;
}
@media only screen and (max-width: 1680px) {
  #calendrier ._piece ._image {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1092px) {
  #calendrier ._piece ._image {
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 430px) {
  #calendrier ._piece ._image {
    width: 100%;
    height: calc(1.24 * 100vw);
  }
}
#calendrier ._piece ._more {
  text-align: right;
  margin-bottom: 47px;
  line-height: 20px;
}
#calendrier ._piece ._dates ._date_line {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
#calendrier ._piece ._dates ._date_line:last-child {
  margin-bottom: 0;
}
#calendrier ._piece ._dates ._date_line ._location {
  display: inline-block;
  width: 240px;
}
@media only screen and (max-width: 1340px) {
  #calendrier ._piece ._dates ._date_line ._location {
    display: block;
    width: auto;
  }
}
#calendrier ._piece ._dates ._date_line ._ville {
  display: inline-block;
  font-family: Gotham-Medium, sans-serif;
  font-size: 20px;
  line-height: 20px;
  margin-right: 16px;
}
@media only screen and (max-width: 1340px) {
  #calendrier ._piece ._dates ._date_line ._ville {
    display: block;
  }
}
#calendrier ._piece ._dates ._date_line ._date {
  display: inline-block;
  font-family: Gotham-Medium, sans-serif;
  font-size: 20px;
  line-height: 20px;
  margin-right: 14px;
}
@media only screen and (max-width: 1340px) {
  #calendrier ._piece ._dates ._date_line ._date {
    display: block;
    margin-right: 0;
    min-width: 120px;
  }
}
/*# sourceMappingURL=calendrier.css.map */