/*
 * Dossier de presse
 */
/*
 *
 *
 *
 *
 *
 * Dossiers
 */
._dossiers_list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -37px;
}
@media only screen and (max-width: 1680px) {
  ._dossiers_list {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  ._dossiers_list {
    margin-right: 0;
  }
}
._dossiers_list ._dossier {
  position: relative;
  flex: 0 0 536px;
  height: 485px;
  margin-right: 36px;
  margin-bottom: 36px;
}
@media only screen and (max-width: 1680px) {
  ._dossiers_list ._dossier {
    flex: 0 0 30%;
  }
}
@media only screen and (max-width: 1092px) {
  ._dossiers_list ._dossier {
    flex: 0 0 45%;
    height: 350px;
  }
}
@media only screen and (max-width: 768px) {
  ._dossiers_list ._dossier {
    flex: 0 0 100%;
    margin-right: 0;
  }
}
._dossiers_list ._dossier ._fichier_lien {
  position: relative;
  display: flex;
  height: 425px;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1092px) {
  ._dossiers_list ._dossier ._fichier_lien {
    height: 290px;
  }
}
._dossiers_list ._dossier ._fichier_lien ._title {
  display: inline-block;
  z-index: 2;
  position: relative;
  text-transform: uppercase;
  font-family: AutoScape, sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  opacity: 0;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
@media only screen and (max-width: 1092px) {
  ._dossiers_list ._dossier ._fichier_lien ._title {
    opacity: 1;
  }
}
._dossiers_list ._dossier ._fichier_lien ._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) {
  ._dossiers_list ._dossier ._fichier_lien ._mask {
    opacity: 1;
  }
}
._dossiers_list ._dossier ._fichier_lien ._background,
._dossiers_list ._dossier ._fichier_lien ._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;
}
._dossiers_list ._dossier ._fichier_lien ._background_zoom {
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
._dossiers_list ._dossier ._fichier_lien:hover ._title,
._dossiers_list ._dossier ._fichier_lien:hover ._mask {
  opacity: 1;
}
._dossiers_list ._dossier ._fichier_lien:hover ._background {
  background: transparent !important;
}
._dossiers_list ._dossier ._fichier_lien:hover ._background_zoom {
  transform: scale(1.1) !important;
  -webkit-transform: scale(1.1) !important;
}
._dossiers_list ._dossier ._video_lien {
  display: block;
  font-weight: bold;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  ._dossiers_list ._dossier ._video_lien {
    text-align: center;
  }
}
/*# sourceMappingURL=dossiers-presse.css.map */