/* V8.9.4 — vidéothèque Thomas Studio, sans modification du design V8.9.3. */
.tm-video-card--embed .tm-video-embed-frame{
  position:absolute;
  inset:0;
  z-index:1;
  overflow:hidden;
  background:#060d0e;
}
.tm-video-card--embed .tm-video-embed-frame iframe{
  display:block;
  width:100%;
  height:100%;
  border:0;
}
.tm-video-card--youtube:after,
.tm-video-card--vimeo:after{
  pointer-events:none;
}
.contact-social-panel{
  align-content:start;
}
.tm-video-layout-editorial .tm-video-card:nth-child(5),
.films-section.tm-video-layout-editorial .tm-video-card:nth-child(5){
  grid-column:1 / 4;
  grid-row:3;
  min-height:360px!important;
}
@media (max-width: 1100px){
  .tm-video-layout-editorial .tm-video-card:nth-child(5),
  .films-section.tm-video-layout-editorial .tm-video-card:nth-child(5){grid-column:1 / 3;grid-row:4}
}
@media (max-width: 760px){
  .tm-video-layout-editorial .tm-video-card:nth-child(5),
  .films-section.tm-video-layout-editorial .tm-video-card:nth-child(5){grid-column:auto;grid-row:auto;min-height:400px!important}
  .tm-video-card--embed .tm-video-embed-frame iframe{
    min-height:100%;
  }
}
