
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

*[tabindex]:focus-visible,
  input[type="file"]:focus-visible {
   outline: 0.125rem solid #4d65ff;
   outline-offset: 0.125rem;
}

.inherit-color * {
    color: inherit;
}

.w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child {
  margin-top: 0 !important;
}


.w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child {
	margin-bottom: 0 !important;
}


.container-medium,.container-small, .container-large {
	margin-right: auto !important;
  margin-left: auto !important;
}


.text-style-3lines {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}


.text-style-2lines {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


.hide {
  display: none !important;
}

@media screen and (max-width: 991px) {
    .hide, .hide-tablet {
        display: none !important;
    }
}
  @media screen and (max-width: 767px) {
    .hide-mobile-landscape{
      display: none !important;
    }
}
  @media screen and (max-width: 479px) {
    .hide-mobile{
      display: none !important;
    }
}
 
.margin-0 {
  margin: 0rem !important;
}
  
.padding-0 {
  padding: 0rem !important;
}

.spacing-clean {
padding: 0rem !important;
margin: 0rem !important;
}

.margin-top {
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

.padding-top {
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}
  
.margin-right {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

.padding-right {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}

.margin-bottom {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.padding-bottom {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.margin-left {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
}
  
.padding-left {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
}
  
.margin-horizontal {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.padding-horizontal {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.margin-vertical {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}
  
.padding-vertical {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}


input[type="file"] {
  opacity: 0;
  position: absolute;
  left: 0; top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}


a.uploder-container.w-inline-block {
    width: auto;
}

.file-uploaded-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: .9rem !important;
  font-weight: 300;
}

.first-cell-block {
  width: 4rem !important;
}

.element-counter-content{
  font-size: auto !important;
  width: 100%;
}

.level-content{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: .9rem !important;
  width: 100%;
}

.progress-bar-background {
  width: 100%;
  height: 5px;
  background: #222;
  cursor: pointer;
  position: relative;
}
.progress-bar {
  height: 100%;
  background: #fff;
  width: 0%;
  transition: width 0.2s;
}

.element-filter-tooltip-content {
    grid-row-gap: 1rem !important;
  }

.element-tooltip-text.for-filter {
  font-size: .8rem !important;
}


@media screen and (max-width: 767px) {
  
  .file-played_container-2{
    display: none;
  }
}

@media screen and (min-width: 768px) {

  .tooltip-modify {

  }

}

.later-link-content-tablet {

  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  background-color: var(--black-bg-color);
  border-radius: 1.25rem;
  padding: .7rem .5rem .7rem 1rem;
  display: flex;
  color: #fff;
  justify-content: flex-start;
  align-items: center;

}
.list_space_landing_container {
      border: .5rem solid #0c2d1c !important ;
}

.file-title {
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
}

.element-table-content {
  grid-template-columns: 2.5rem minmax(0, 1fr) minmax(0, .5fr) 9rem !important;
}

.element-name-content {
  width: 100% !important;
}

.element-describ-content {
  display: block !important;
  width: 100% !important;
}

.file-describ-text {
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
}

@media screen and (max-width: 767px) {
    .element-table-content.is-mobile {
        grid-template-columns: 2rem minmax(0, 1fr) 4rem !important;
        grid-column-gap: .2rem !important;
    }

    .element-table-content.is-header {
        grid-template-columns: 2.5rem 1fr 6rem !important;
    }

    .first-cell-block.element-row {
        padding-right: 0rem !important;
    }

    .head-right-content {
      grid-column-gap: 1rem !important;
      grid-row-gap: 1rem !important;
      color: var(--black-text-color) !important;
      justify-content: space-between !important;
      align-items: center !important;
      display: flex !important;
      flex-direction: column !important;
      position: absolute !important;
      inset: 1rem .2rem auto auto !important;
    }
}

@media screen and (max-width: 479px) {
    .element-table-content {
        grid-template-columns: 2.5rem minmax(0, 1fr) 4rem !important;
    }

    .element-table-content.is-header {
        grid-template-columns: 2.5rem 1fr 4rem !important;
    }
}

@media screen and (max-width: 991px) {
   
    .second-cell-block.element-row {
      padding-left: 0rem !important;
    }

    .first-cell-block {
        width: 2rem !important;
    }

    .element-table-content.is-header {
        grid-template-columns: 2.5rem 1fr 7rem !important;
    }

    .element-table-content {
        grid-template-columns: 2.5rem 1fr 7rem !important;
    }

}

.topbar1_search-tablet-open {
  display: block !important;
  opacity: 1 !important;
}

.element-row {
    padding: .25rem .5rem !important;
}




.space-item-text-content {
    max-width: 100%;
}

.space-item-title-content {
    width: 100%;
}

.space-item-title-text {

    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1.2;

}

.space-item-description-text {
  
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.2;

}


.collection-item-title-text {
    
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1.2;
}
.collection-item-title-text-link {
    max-width: 100%;
}

.colllection-item-description-text {

    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1.2;
}

.colllection-item-description-text-link {
    max-width: 100%;
}

.main-container {

    padding-bottom: 2rem;
    padding-top: 3rem !important;
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (max-width: 991px)  {

  .main-container {
      padding-top: 3rem !important;
      padding-left: 10px;
      padding-right: 10px;
    }

}  

.section_file-played_mobile {
  z-index: 100 !important;
}




#loader {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: fixed;
  inset: 0;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

#loader.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

#loader-blur.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.loader span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: black;
  animation: loading 1s infinite;
}

.loader span:nth-child(1) { animation-delay: 0s; }
.loader span:nth-child(2) { animation-delay: 0.2s; }
.loader span:nth-child(3) { animation-delay: 0.4s; }

@keyframes loading {
  0%, 80%, 100% { background: black; }
  40% { background: #074c2a; }
}


.loader:not(.active) {
  opacity: 0;
  visibility: hidden;
}


.space-item-content {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; 
}

.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #074c2a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: white;
}

@media screen and (max-width: 479px) {

 .navbar-menu.padding-global-2.padding-section-xsmall {
  background-color: transparent !important;
 } 

 .avatar {
  background: #070908 !important;
 } 

}

#volume-slider-mobile {
  display: none;
  position: absolute;
  right: 50%;
  top: -110px;
  width: 100px;
  height: 120px;
  transform: rotate(-90deg);
  z-index: 10;
  background: #111;
  border-radius: 4px;
  box-shadow: 0 2px 8px #0004;
}
.volume-control-group.active #volume-slider-mobile {
  display: block;
}

.descript_name {
  display: block;
  max-width: 50vw;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
}
.descript_name .marquee {
  display: inline-block;
  animation: marquee-scroll 12s linear infinite;
}

@keyframes marquee-scroll {
  0%   { transform: translateX(0%); }
  100% { transform: translateX(-100%); }
}

@media screen and (max-width: 767px) {
    .space-item-content {
        width: 17rem !important;
        height: 25rem !important;
    }
    

  .space-item-text-content {
    min-height: 30% !important;
  }
  
  .space-item-title-text {
    font-size: 1.25rem !important;
  }

  .space-item-description-text {
    font-size: 1rem !important;
  }

  .overlay-blur {
    min-height: 40% !important;
  }
}


#loader-blur {
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: #0c2d1c00; 
  backdrop-filter: blur(1px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  pointer-events: none;
}

@media screen and (max-width: 767px) {

    .later-link-content {
        display: flex ;
        grid-column-gap: .1rem ;
        grid-row-gap: .1rem ;
        padding: .5rem .4rem .5rem .4rem ;
    }

    .later-link-content.is-mobile {
        display: none ;
    }

    .icon-embed-xxsmall-36, .icon-embed-xxsmall-37 {
        width: 1.2rem ;
        height: 1.2rem ;
    }

    .later-link-logo-content {
        width: 1.2rem ;
        height: 1.2rem ;
    }

    .later-link-text {
        font-size: 0.6rem ;
    }
    
}

.load-more-btn {
    column-gap: 1rem;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
}

.account-later-button {
    background-color: #72111e !important; 
    flex: 0 auto !important;
    width: 100% !important;
    border-color: #72111e !important;
}


#load-more-btn.loading { pointer-events: none; opacity: 1; }
#load-more-btn .loader-spinner {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: 8px;
  vertical-align: middle;
  border: 2px solid rgba(128, 126, 126, 0.74);
  border-top-color: rgba(15, 153, 2, 0.884);
  border-radius: 50%;
  animation: loader-spin 0.9s linear infinite;
}

.previous-podcast {
  cursor: pointer;
  align-items: center;
  transition: transform .4s;
  display: flex;
  position: static;
  top: 0%;
  bottom: 24px;
  left: 0;
}

.previous-podcast:hover {
  transform: translate(-8px);
}

.previous-podcast {
  transition-property: opacity;
}

.previous-podcast:hover {
  opacity: .8;
  transform: none;
}

.play-icon {
  width: 5rem;
  height: 5rem;
  color: #0c2d1c !important;
}

.pause-icon {
  width: 5rem;
  height: 5rem;
  color: #0c2d1c !important;
}

.next-icon {
  color: var(--white-button-bg-color);
  background-color: #0000;
  width: 3rem;
  height: 3rem;
}

.play-buttons {
  color: var(--green-bg-color) !important;
  justify-content: center !important;
  display: flex !important;
}

@keyframes loader-spin { to { transform: rotate(360deg); } }


.gp-btn{ background:transparent; border:none; color:inherit; font-size:16px; cursor:pointer; }
.gp-meta{ flex:1; min-width:200px; }

.gp-time{ font-size:12px; opacity:0.9; margin-top:3px; }
.gp-progress-wrap{ position:relative; margin-top:6px; height:10px; }
#gp-progress{ width:100%; -webkit-appearance:none; appearance:none; background:transparent; position:relative; z-index:2; height:6px; }
#gp-progress::-webkit-slider-thumb{ -webkit-appearance:none; width:12px; height:12px; border-radius:50%; background:#fff; margin-top:-3px; cursor:pointer; }
.gp-buffered{ position:absolute; left:0; top:50%; transform:translateY(-50%); height:6px; background:rgba(255,255,255,0.15); z-index:1; width:0; border-radius:3px; }

 

.podcast-component, .podcast-component-tablet, .podcast-component-mobile {
    position: absolute;
    z-index: 10000;
    inset-block-start: 0;
    inset-inline: 0;
}

.main-wrapper-2 {
  position: relative;
}

[player="seek-wrapper"] {
  cursor: pointer;
  touch-action: none;
}


[player="seek-wrapper"]:hover [player="seek-bar"] {
    background-color: #353f33; /* Couleur au survol */
}

.volume-slider {
  color: #074c2a !important;
  display: block;
  position: absolute;
  width: 80px;
  accent-color: currentcolor;
}

.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}

.collection-item-contaner {
  width: 100%;
}


.filepond-form {
  padding-top: 30px;
}
