/* CATALOGUE LISTING */
/* ================ */

.catalogue-listing-card {margin-bottom: 1.5rem;}
.catalogue-listing-card-image img {display: block;}

.catalogue-listing-card-image {
  position: relative;
}

.catalogue-listing-card-image a::before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  height: 100%;
  background: url('../assets/gifs/play-60.png') ;
  top: 0px;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
}

.catalogue-listing .encart-nav {
  margin-bottom: 2rem;
}


/* CATALOGUE DÉTAIL */
/* ================ */

.catalogue-detail a.lightbox,
.catalogue-detail a.lightbox img {
  display: block;
  width: 100%;
  height: auto;
}
.catalogue-detail a.lightbox {margin-bottom: 1.5rem;}

.catalogue-detail-images-container .col:first-child {
  width: 100%;
  margin-left: 0;
  left: auto;
  right: auto;
  flex-grow: 0;
  flex-basis: 100%;
}    
.catalogue-detail-images-container .col:not(:first-child) {width: 33.333333333333333%;}     

@media screen and (min-width:993px) {
  .catalogue-detail-images-container {
    position: sticky;
    top: 1rem;
    transition: all .3s;
  }
}

.catalogue-detail .video-container iframe {
  height: revert-layer;
}