/* Replay Back office */
.node-replay.display-teaser-2-col.new .teaser-title {
    font-size: 16px !important;
}

.node-replay.display-teaser-2-col.new .content.host img {
    width: 11px;
    display: inline;
    margin-bottom: 3px;
    margin-right: 3px;
}
.node-replay.display-teaser-2-col.new .teaser-title {
    font-size: 16px !important;
    margin-bottom: 0px;
}


div.block-xgit-replay-backoffice{
    border: none;
}

/* Generic overlay nav for all replay carousels */
.xgit-replay-block,
.xgit-replay-carousel { position: relative; }

.xgit-replay-block .owl-nav {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  height: 100%;
  margin-top: 0 !important;
  pointer-events: none;
  padding: 0px;
}

.xgit-replay-block .owl-nav button.owl-prev,
.xgit-replay-block .owl-nav button.owl-next {
  pointer-events: auto;
  background: rgb(255 255 255 / 68%);
  border: 0;
  width: 35px;
  height: 100%;
  display: inline-flex;
  margin: 0px;
  justify-content: center;
  align-items: center;
}

.xgit-replay-block:hover .owl-nav button.owl-prev,
.xgit-replay-block:hover .owl-nav button.owl-next { 
  opacity: 1;
  margin: 0;
  padding: 0 !important;
}

.xgit-replay-block .owl-nav button.disabled { visibility: hidden; }

.xgit-replay-block .owl-nav .xgit-owl-arrow {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}

.xgit-replay-block .owl-nav span.xgit-owl-prev { 
  background: #ffffffbf;
  background-size: 30px;
  background-image: url('../img/previous-optimized.svg');
  display: flex;
  height: 100%;
  width: 100%;
  align-content: center;
  background-position: center 53px;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

.xgit-replay-block .owl-nav span.xgit-owl-next { 
  background: #ffffffbf;
  background-size: 30px;
  background-image: url('../img/next-optimized.svg');
  display: flex;
  height: 100%;
  width: 100%;
  align-content: center;
  background-position: center 53px;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

.xgit-replay-block .owl-nav span.xgit-owl-next:hover {
  background: transparent;
  background-size: 30px;
  background-image: url('../img/next-optimized.svg');
  display: flex;
  height: 100%;
  width: 100%;
  align-content: center;
  background-position: center 53px;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

.xgit-replay-block .owl-nav span.xgit-owl-prev:hover {
  background: transparent;
  background-size: 30px;
  background-image: url('../img/previous-optimized.svg');
  display: flex;
  height: 100%;
  width: 100%;
  align-content: center;
  background-position: center 53px;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

/* État hover des boutons */
.xgit-replay-block .owl-nav button.owl-prev:hover,
.xgit-replay-block .owl-nav button.owl-next:hover {
  background: rgb(255 255 255 / 68%);
}

/* Symmetric spacing for owl items */
.xgit-replay-carousel .owl-item { padding: 0 5px; box-sizing: border-box; }

/* Mobile adjustments */
@media (max-width: 600px) {
  .xgit-replay-block .owl-nav button.owl-prev,
  .xgit-replay-block .owl-nav button.owl-next { 
    width: 33px; 
    opacity: 1; /* toujours visibles sur mobile */
  }
  .xgit-replay-block .owl-nav span.xgit-owl-next,
  .xgit-replay-block .owl-nav span.xgit-owl-prev { background-size: 25px; }
  .xgit-info-rci-block .diffusion {
    font-size: 11px;
  }
  .xgit-replay-block .owl-nav span.xgit-owl-next,
  .xgit-replay-block .owl-nav span.xgit-owl-prev {
      background-position: center 50px;
  }
  #animateurSlideNew .owl-nav span.xgit-owl-next,
  #animateurSlideNew .owl-nav span.xgit-owl-prev {
      background-position: center 70px;
  }
}

.owl-theme .owl-nav [class*='owl-'] { background: transparent; }


.block-xgit-replay-backoffice .block-header h2:after {
    content: '';
    display: block;
    height: 3px;
    background-color: #085baa;
    border-radius: 5px;
    margin-left: 20px;
    flex: 1;
}

.block-xgit-replay-backoffice .block-header h2:after {
    content: '';
    display: block;
    height: 3px;
    background-color: #085baa;
    border-radius: 5px;
    margin-left: 20px;
    flex: 1;
}

.block-xgit-replay-backoffice .block-header h2{
    display: flex;
    align-items: center;
    color: #085baa;
    flex: 10;
    margin: 0px;
    font-size: 1.75rem;
}

.block-xgit-replay-backoffice .node-replay.display-teaser-2-col.new .teaser-title,
.block-xgit-replay-backoffice .node-replay.display-teaser-1-col.new .teaser-title
{
    font-size: 14px !important;
    margin-bottom: 0px;
    line-height: 16px;
    padding-top: 4px !important;
}

.block-xgit-replay-backoffice .emission-title {
    font-size: 12px;
    color:#ff8600;
    line-height: 14px;
    display: none;
}



.block-xgit-replay-backoffice .diffusion {
  font-size: 13px;
}


.block-xgit-replay-backoffice.block .block-header {
  padding: 0px;
  margin-left: 0px;
  font-size: 15px;
}

#animateurSlide .owl-theme .owl-nav {
  display: flex !important;
      top: 130px;
}


.path-replays main .block .block-header h3, .path-replays main h2
{
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    color: #085baa;
}



#animateurSlide .owl-nav span.xgit-owl-next,
#animateurSlide .owl-nav span.xgit-owl-prev {
    background-position: center 100px;
}
/* Mobile adjustments */
@media (max-width: 600px) {
#animateurSlide .owl-theme .owl-nav {
        top: 46%;
    }
}


.block-xgit-replay-backoffice .play.orange {
    height: 26px;
    width: 26px;
    margin-top: 10px !important;
}


.block-xgit-replay-backoffice .play.orange i.fas.fa-play,.block-xgit-replay-backoffice .play.orange i.fas.fa-pause {
    color: #fff;
    font-size: 13px;
}

.block-xgit-replay-backoffice .description {
    line-height: 18px;
    font-size: 13px;
}