/*
 * NeufNeuf Programmation
 */
#programmation_dates {
  position: relative;
  margin-bottom: 65px;
  text-transform: uppercase;
  font-family: AutoScape, sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  #programmation_dates {
    margin-bottom: 50px;
    text-align: center;
  }
}
#programmation_dates span {
  display: inline-block;
  margin-left: 57px;
  padding: 0 65px 0 15px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  #programmation_dates span {
    margin: 0 10px;
    padding: 0;
  }
}
#programmation_dates:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  background: #000;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #programmation_dates:after {
    display: none;
  }
}
#programmation_pieces ._pieces {
  display: flex;
  flex-wrap: wrap;
  margin-right: -75px;
}
@media only screen and (max-width: 1680px) {
  #programmation_pieces ._pieces {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  #programmation_pieces ._pieces {
    margin-right: 0;
  }
}
#programmation_pieces ._pieces ._piece {
  position: relative;
  flex: 0 0 536px;
  margin-right: 36px;
  margin-bottom: 75px;
}
@media only screen and (max-width: 1680px) {
  #programmation_pieces ._pieces ._piece {
    flex: 0 0 30%;
  }
}
@media only screen and (max-width: 1092px) {
  #programmation_pieces ._pieces ._piece {
    flex: 0 0 45%;
  }
}
@media only screen and (max-width: 768px) {
  #programmation_pieces ._pieces ._piece {
    flex: 0 0 100%;
    margin-right: 0;
    text-align: center;
  }
}
#programmation_pieces ._pieces ._piece ._dates {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: AutoScape, sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  #programmation_pieces ._pieces ._piece ._dates {
    padding: 0 10px;
    text-align: center;
    justify-content: center;
  }
}
#programmation_pieces ._pieces ._piece ._mask {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
@media only screen and (max-width: 1092px) {
  #programmation_pieces ._pieces ._piece ._mask {
    opacity: 1;
  }
}
#programmation_pieces ._pieces ._piece ._background {
  position: relative;
  height: 425px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
}
#programmation_pieces ._pieces ._piece ._background_zoom {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
#programmation_pieces ._pieces ._piece ._more {
  display: inline-block;
  z-index: 3;
  opacity: 0;
  position: relative;
  text-transform: uppercase;
  font-family: AutoScape, sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  padding-top: 55px;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
#programmation_pieces ._pieces ._piece ._more:before,
#programmation_pieces ._pieces ._piece ._more:after {
  content: '';
  position: absolute;
  background: #fff;
  margin: auto;
  left: 0;
  right: 0;
}
#programmation_pieces ._pieces ._piece ._more:before {
  width: 26px;
  height: 2px;
  top: 12px;
}
#programmation_pieces ._pieces ._piece ._more:after {
  width: 2px;
  height: 26px;
  top: 0;
}
@media only screen and (max-width: 1092px) {
  #programmation_pieces ._pieces ._piece ._more {
    opacity: 1;
  }
}
#programmation_pieces ._pieces ._piece ._title {
  display: block;
  position: relative;
  text-transform: uppercase;
  font-family: AutoScape, sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: normal;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  #programmation_pieces ._pieces ._piece ._title {
    padding: 0 10px;
    text-align: center;
  }
}
#programmation_pieces ._pieces ._piece ._compagnie {
  display: block;
}
@media only screen and (max-width: 768px) {
  #programmation_pieces ._pieces ._piece ._compagnie {
    padding: 0 10px;
    text-align: center;
  }
}
#programmation_pieces ._pieces ._piece:hover ._mask {
  opacity: 1;
}
#programmation_pieces ._pieces ._piece:hover ._background {
  background: transparent !important;
}
#programmation_pieces ._pieces ._piece:hover ._background_zoom {
  transform: scale(1.1) !important;
  -webkit-transform: scale(1.1) !important;
}
#programmation_pieces ._pieces ._piece:hover ._more {
  opacity: 1;
}
/*# sourceMappingURL=neufneuf-programmation.css.map */