﻿@charset "UTF-8";
/* --- MASONRY LAYOUT (CSS COLUMNS) --- */
:root .usn_cmp_flmedia {
  --masonry-item-minwidth: 340px;
  --masonry-item-minheight: 240px;
  --masonry-item-portraitheight: 604px;
  --masonry-item-border-radius: 16px;
  --masonry-item-L-minwidth: 480px;
  --masonry-item-L-minheight: 270px;
  --masonry-item-L-portraitheight: 664px;
  --masonry-item-L-border-radius: 16px;
}
:root .usn_cmp_flmedia .wall .masonry-sizer {
  width: 1%;
}
:root .usn_cmp_flmedia .wall.single .masonry-sizer {
  width: 100% !important;
}
:root .usn_cmp_flmedia .wall.single .masonry-item {
  width: 100% !important;
  max-width: 100% !important;
}
:root .usn_cmp_flmedia .wall.double .masonry-sizer {
  width: 50% !important;
}
:root .usn_cmp_flmedia .wall.double .masonry-item {
  width: 50% !important;
  max-width: 50% !important;
}
:root .usn_cmp_flmedia .wall.double .masonry-item.video {
  width: 50% !important;
  max-width: 50% !important;
}
:root .usn_cmp_flmedia .wall .masonry-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
:root .usn_cmp_flmedia .wall .masonry-item {
  float: left;
  background-color: var(--card-bg);
  border-radius: var(--masonry-item-border-radius);
  margin: 4px 10px 12px 4px;
  overflow: hidden;
  break-inside: avoid; /* Empêche de couper un élément en deux */
  box-shadow: rgba(0, 0, 0, 0.4) 3px 6px 7px 0px;
  transition: all 0.1s ease;
  position: relative;
  min-width: var(--masonry-item-minwidth);
  max-width: var(--masonry-item-minwidth);
  width: var(--masonry-item-minwidth);
  max-height: var(--masonry-item-portraitheight);
}
:root .usn_cmp_flmedia .wall .masonry-item a.extern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: auto;
  width: 100%;
  z-index: 10;
}
:root .usn_cmp_flmedia .wall .masonry-item a.extern span {
  visibility: hidden;
}
:root .usn_cmp_flmedia .wall .masonry-item .plyr {
  min-height: var(--masonry-item-minheight);
  height: var(--masonry-item-minheight);
  max-height: var(--masonry-item-minheight);
}
:root .usn_cmp_flmedia .wall .masonry-separator {
  width: 80% !important;
  height: 5px !important;
  min-width: 100% !important;
  box-shadow: none !important;
  background: white;
  opacity: 0.4;
  margin: 40px 40px 40px 40px;
}
:root .usn_cmp_flmedia .wall .masonry-item.video {
  min-height: var(--masonry-item-minheight);
  height: var(--masonry-item-minheight);
  max-width: var(--masonry-item-minwidth);
  width: var(--masonry-itemminwidth);
  min-width: var(--masonry-item-minwidth);
  max-height: var(--masonry-item-minheight);
}
:root .usn_cmp_flmedia .wall .masonry-item.video .plyr {
  min-height: var(--masonry-item-minheight);
  height: var(--masonry-item-minheight);
  max-height: var(--masonry-item-minheight);
}
:root .usn_cmp_flmedia .wall .items-3 .masonry-item {
  min-height: var(--masonry-item-L-portraitheight);
  height: var(--masonry-item-L-portraitheight);
  max-width: var(--masonry-item-L-minwidth);
  width: var(--masonry-item-L-minwidth);
  min-width: var(--masonry-item-L-minwidth);
  max-height: var(--masonry-item-L-portraitheight);
}
:root .usn_cmp_flmedia .wall .items-3 .masonry-item .plyr {
  min-height: var(--masonry-item-minheight);
  height: var(--masonry-item-minheight);
  max-height: var(--masonry-item-minheight);
}
:root .usn_cmp_flmedia .wall .social-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  z-index: 200;
  pointer-events: none;
}
:root .usn_cmp_flmedia .wall .play-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 32px;
  z-index: 100;
  pointer-events: none;
  opacity: 0.6;
  transition: transform 0.2s; /* Animation */
}
:root .usn_cmp_flmedia .wall :hover .play-icon {
  transform: scale(2);
  opacity: 1;
}
:root .usn_cmp_flmedia .wall iframe {
  border: none;
  display: block; /* Supprime l'espace fantôme en bas */
  width: 100%;
}
:root .usn_cmp_flmedia .wall .reels-card {
  min-height: var(--masonry-item-portraitheight);
  height: var(--masonry-item-portraitheight);
}
:root .usn_cmp_flmedia .wall .story-card {
  position: relative;
  cursor: pointer;
  min-height: var(--masonry-item-portraitheight);
  height: var(--masonry-item-portraitheight);
}
:root .usn_cmp_flmedia .wall .story-image {
  width: 100%;
  display: block;
  border-radius: 16px;
  min-height: var(--masonry-item-portraitheight);
  height: var(--masonry-item-portraitheight);
}
:root .usn_cmp_flmedia .wall .album-card {
  display: block;
  border-radius: 16px;
  min-height: var(--masonry-item-portraitheight);
  height: var(--masonry-item-portraitheight);
}
:root .usn_cmp_flmedia .wall .album-card .swiper-material {
  min-height: var(--masonry-item-portraitheight);
  height: var(--masonry-item-portraitheight);
  width: 100%;
}
:root .usn_cmp_flmedia .wall .items-3 .story-card, :root .usn_cmp_flmedia .wall .items-3 .story-image, :root .usn_cmp_flmedia .wall .items-3 .album-card {
  min-height: var(--masonry-item-L-portraitheight);
  height: var(--masonry-item-L-portraitheight);
}
:root .usn_cmp_flmedia .wall .slideshow-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 26px;
  z-index: 100;
  pointer-events: none;
  opacity: 0.9;
  transition: transform 0.2s; /* Animation */
}
:root .usn_cmp_flmedia .wall .insta .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 0.5;
}
:root .usn_cmp_flmedia .wall .insta .swiper-pagination-bullet-active {
  background-color: #de0094;
  opacity: 0.9;
}
:root .usn_cmp_flmedia .wall .author-avatar.ring {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #E1306C; /* Couleur Insta */
  padding: 2px;
}
:root .usn_cmp_flmedia .wall .author-avatar.ring img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
:root .usn_cmp_flmedia .wall .author-name {
  position: absolute;
  top: 15px;
  left: 35px;
  width: 40px;
  height: 40px;
  padding: 2px;
}
:root .usn_cmp_flmedia .wall .soundcloud .soundcloud-wrapper {
  position: relative;
  height: auto;
  display: block;
  border-radius: var(--masonry-item-border-radius);
}
:root .usn_cmp_flmedia .wall .soundcloud .soundcloud-wrapper iframe {
  border: 0;
  position: relative;
  z-index: 2;
}
:root .usn_cmp_flmedia .wall .soundcloud .soundcloud-wrapper a {
  color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
:root .usn_cmp_flmedia .wall .plyr {
  z-index: 100;
  max-height: var(--masonry-item-portraitheight);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
:root .usn_cmp_flmedia .wall .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--masonry-item-border-radius);
}
:root .usn_cmp_flmedia .wall video.ev-plyrp {
  width: 100%;
  height: auto !important;
}
:root .usn_cmp_flmedia .wall .youtube .plyr, :root .usn_cmp_flmedia .wall .video .plyr {
  position: absolute;
}
:root .usn_cmp_flmedia .wall .youtube .video-thumbnail, :root .usn_cmp_flmedia .wall .video .video-thumbnail {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--masonry-item-border-radius);
  position: relative;
  z-index: 99;
  overflow: hidden;
}
:root .usn_cmp_flmedia .wall .youtube .video-thumbnail img, :root .usn_cmp_flmedia .wall .video .video-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
:root .usn_cmp_flmedia .wall .youtube.VIDEO .video-wrapper {
  position: relative;
}
:root .usn_cmp_flmedia .wall .youtube.LIVE {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--masonry-item-border-radius);
}
:root .usn_cmp_flmedia .wall .youtube.SHORT {
  display: block;
  border-radius: var(--masonry-item-border-radius);
}
:root .usn_cmp_flmedia .wall .youtube.SHORT .video-wrapper {
  position: relative;
  height: var(--masonry-item-portraitheight);
}
:root .usn_cmp_flmedia .wall .items-3 .story-card, :root .usn_cmp_flmedia .wall .items-3 .story-image, :root .usn_cmp_flmedia .wall .items-3 .album-card, :root .usn_cmp_flmedia .wall .items-3 .youtube.SHORT, :root .usn_cmp_flmedia .wall .items-3 .album-card .swiper-material .swiper-material-wrapper {
  min-height: var(--masonry-item-L-portraitheight);
  height: var(--masonry-item-L-portraitheight);
}
:root .usn_cmp_flmedia .wall .items-3 .video {
  height: var(--masonry-item-L-minheight);
  min-height: var(--masonry-item-L-minheight);
}
:root .usn_cmp_flmedia .wall .vimeo {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--masonry-item-border-radius);
}
:root .usn_cmp_flmedia .wall .swiper-material-wrapper, :root .usn_cmp_flmedia .wall .swiper-material-image {
  border-radius: 0px !important;
}
@media (max-width: 600px) {
  :root .usn_cmp_flmedia {
    /* Text Block */
  }
  :root .usn_cmp_flmedia .wall .masonry-item {
    max-width: 90vw !important;
    min-width: 90vw !important;
    width: 90vw !important;
    max-height: 120vw !important;
    min-height: 120vw !important;
    height: 120vw !important;
  }
  :root .usn_cmp_flmedia .wall .items-3 .story-card, :root .usn_cmp_flmedia .wall .items-3 .story-image, :root .usn_cmp_flmedia .wall .items-3 .album-card, :root .usn_cmp_flmedia .wall .items-3 .album-card .swiper-material, :root .usn_cmp_flmedia .wall .items-3 .album-card .swiper-material .swiper-material-wrapper {
    max-width: 90vw !important;
    min-width: 90vw !important;
    width: 90vw !important;
    max-height: 120vw !important;
    min-height: 120vw !important;
    height: 120vw !important;
  }
  :root .usn_cmp_flmedia .wall .masonry-item.video, :root .usn_cmp_flmedia .wall .youtube.LIVE {
    max-height: 50vw !important;
    min-height: 50vw !important;
    height: 50vw !important;
  }
  :root .usn_cmp_flmedia .wall .youtube.SHORT .video-wrapper {
    position: relative;
    height: 100vw !important;
    min-height: 100vw !important;
  }
}
