@media (min-width: 1152px){.tvPageSubPage .page__wrapper--grid{display:grid;grid-template-rows:auto;grid-template-areas:"header header" "content sidebar" "description sidebar"}.tvPageSubPage .page__wrapper--grid [data-group=header].page__group{grid-area:header}.tvPageSubPage .page__wrapper--grid [data-group=content].page__group{grid-area:content}.tvPageSubPage .page__wrapper--grid [data-group=description].page__group{grid-area:description}.tvPageSubPage .page__wrapper--grid [data-group=sidebar].page__group{grid-area:sidebar}.tvPageSubPage .page__wrapper--grid [data-group=content].page__group,.tvPageSubPage .page__wrapper--grid [data-group=description].page__group{justify-self:end;width:704px}.tvPageSubPage .page__wrapper--grid [data-group=sidebar].page__group{width:352px}}.tvPageChannelDescriptionSection{padding-top:1rem;padding-bottom:1rem}@media (min-width: 768px){.tvPageChannelDescriptionSection{padding-top:1.75rem}}@media (min-width: 1152px){.tvPageChannelDescriptionSection{padding-top:2rem}}@media (min-width: 768px){.tvPageChannelDescriptionSection{padding-bottom:1.75rem}}@media (min-width: 1152px){.tvPageChannelDescriptionSection{padding-bottom:2rem}}html.debug .tvPageChannelDescriptionSection{outline:1px dashed #880;background:#ffff004d}.tvPageChannelDescriptionSection__header{margin-bottom:1rem;font-size:1.25rem;line-height:1.5remr;font-weight:700}.tvPageChannelDescriptionSection__content{font-size:.875rem;line-height:1.375rem;color:#888}@media (min-width: 768px){.tvPageChannelDescriptionSection__content{font-size:1rem;line-height:1.5rem}}.tvPageChannelHeaderSection__content{display:flex;flex-direction:column;padding-top:.75rem}.tvPageChannelHeaderSection__info{padding:1rem}.tvPageChannelHeaderSection .ico.ico--like{color:#fff}.tvPageChannelHeaderSection .channelBasicInfo__favorite a{position:static}@media (min-width: 768px){.tvPageChannelHeaderSection__info{padding:1rem 0}.tvPageChannelHeaderSection .breadcrumbsNew{padding-left:0}}@media (min-width: 1152px){.tvPageChannelHeaderSection__info{padding:1.5rem 0}.tvPageChannelHeaderSection .variantFavorite.channelBasicInfo.variantFavorite--right .channelBasicInfo__favorite{margin-left:2rem}.tvPageChannelHeaderSection .variantFavorite.channelBasicInfo.variantFavorite--right .channelBasicInfo__favorite a{position:absolute}}.tvPageBroadcastDaySection{--navigation-header-gap: 3rem;--filter-header-height: 6.5rem;padding-bottom:1rem}@media (min-width: 768px){.tvPageBroadcastDaySection{padding-bottom:1.75rem}}@media (min-width: 1152px){.tvPageBroadcastDaySection{padding-bottom:2rem}}html.debug .tvPageBroadcastDaySection{outline:1px dashed #880;background:#ffff004d}.tvPageBroadcastDaySection__content{display:flex;flex-direction:column}.tvPageBroadcastDaySection__navigation{z-index:10;position:sticky;top:var(--fw-header-height);width:100%;height:6rem;margin-bottom:.5rem;background-color:#fff}.tvPageBroadcastDaySection__seances{display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 768px){.tvPageBroadcastDaySection{--filter-header-height: 6.25rem}.tvPageBroadcastDaySection__navigation{height:6.25rem}}.tvPageGroupedSeances{--tv-page-grouped-seances-time-font-size: .875rem;--tv-page-grouped-seances-time-font-line-height: 1.25rem;position:relative;display:grid;grid-template-columns:1fr 2.875rem;grid-template-areas:"header time" "content content";gap:0 1rem;padding-bottom:1.5rem;border-bottom:1px solid #e8e8e8}.tvPageGroupedSeances__time{border-radius:.25rem;grid-area:time;display:flex;justify-content:center;align-items:center;height:max-content;padding:.125rem .25rem;background-color:#e8e8e8;font-size:var(--tv-page-grouped-seances-time-font-size);line-height:var(--tv-page-grouped-seances-time-font-line-height)}.tvPageGroupedSeances__header{grid-area:header;display:flex;flex-direction:column;gap:0 .75rem}.tvPageGroupedSeances__header:has(.tvPageGroupedSeances__ribbon){display:grid;grid-template-columns:1.5rem 1fr;grid-template-areas:"ribbon title" "ribbon subtitle" "ribbon genres";align-items:flex-start}.tvPageGroupedSeances__ribbon{grid-area:ribbon;position:relative;width:100%;height:100%}.tvPageGroupedSeances__headerTitle{font-weight:700;font-size:1rem;line-height:1.25rem}.tvPageGroupedSeances__title{grid-area:title;font-weight:700;font-size:1rem;line-height:1.25rem}html.mouse .tvPageGroupedSeances__title:hover{color:#242424}.tvPageGroupedSeances__subtitle{grid-area:subtitle}.tvPageGroupedSeances__genres{grid-area:genres;font-size:.75rem;line-height:1rem}.tvPageGroupedSeances__genre{display:inline-flex;font-size:inherit}.tvPageGroupedSeances__description{grid-area:description}.tvPageGroupedSeances__textContainer{position:relative;overflow:hidden;max-height:2.5rem;font-weight:400;font-size:.875rem;line-height:1.25rem}.tvPageGroupedSeances__textContainer a{transition:color .2s cubic-bezier(.25,.46,.45,.94);color:#976103}.mouse .tvPageGroupedSeances__textContainer a:hover{color:#976103b8}.tvPageGroupedSeances__linkContainer{position:absolute;bottom:0;right:0;margin-left:-1rem;padding-left:.875rem;background:linear-gradient(90deg,rgba(0,0,0,0) 0%,var(--preview-background-color, white) 10%,var(--preview-background-color, white) 100%)}.tvPageGroupedSeances__content{z-index:1;grid-area:content;display:flex;flex-direction:column;gap:.5rem}.tvPageGroupedSeances[data-status=ended]{display:none}.tvPageGroupedSeances[data-entity-name=serial],.tvPageGroupedSeances[data-entity-name=film],.tvPageGroupedSeances[data-entity-name=tvshow]{gap:.5rem}.tvPageGroupedSeances[data-entity-name=film],.tvPageGroupedSeances[data-entity-name=tvshow]{grid-template-areas:"header time" "description description" "content content"}.tvPageGroupedSeances[data-entity-name=serial]{grid-template-areas:"header header" "description description" "content content"}.tvPageGroupedSeances[data-entity-name=film] .tvPageGroupedSeances__time{align-self:center}.tvPageGroupedSeances .tvPageSeance{--tv-page-seance-time-font-size: var(--tv-page-grouped-seances-time-font-size);--tv-page-seance-time-font-line-height: var(--tv-page-grouped-seances-time-font-line-height)}@media (min-width: 1152px){.tvPageGroupedSeances{--tv-page-grouped-seances-time-font-size: 1rem;--tv-page-grouped-seances-time-font-line-height: 1.5rem;grid-template-areas:"time header" "time content";grid-template-columns:2.875rem 1fr;gap:.5rem 2.5rem}.tvPageGroupedSeances__header:has(.tvPageGroupedSeances__ribbon){grid-template-columns:2rem 1fr}.tvPageGroupedSeances__headerTitle,.tvPageGroupedSeances__title{font-size:1.125rem;line-height:1.75rem}.tvPageGroupedSeances[data-entity-name=serial],.tvPageGroupedSeances[data-entity-name=tvshow]{grid-template-areas:"time header" "time description" "content content";gap:.5rem 2.5rem}.tvPageGroupedSeances[data-entity-name=film]{grid-template-areas:"time header" "time description" "time content";gap:.5rem 2.5rem}.tvPageGroupedSeances[data-entity-name=film] .tvPageGroupedSeances__time{align-self:start;margin:.5rem 0}}.tvPageSeance{--tv-page-seance-gap: .5rem;--tv-page-seance-time-font-size: .875rem;--tv-page-seance-time-font-line-height: 1.25rem;flex:1;position:relative}.tvPageSeance__content{z-index:1;grid-area:content;display:flex;gap:var(--tv-page-seance-gap)}.tvPageSeance__content>*:not(.tvPageSeance__progressBar){z-index:1}.tvPageSeance__content:has(.tvPageSeance__progressBar){padding-bottom:1rem}.tvPageSeance__description{display:flex;align-items:center;height:100%;font-size:.875rem;line-height:1.25rem}.tvPageSeance__progressBar{display:block;position:absolute;top:0;right:0;bottom:-.5rem;left:0}.tvPageSeance__time{border-radius:.25rem;grid-area:time;display:flex;justify-content:center;align-items:center;height:max-content;padding:.125rem .25rem;background-color:#e8e8e8;font-size:var(--tv-page-seance-time-font-size);line-height:var(--tv-page-seance-time-font-line-height)}.tvPageSeance[data-status=ended]{display:none}.tvPageSeance .previewHolder{height:100%}@media (min-width: 1152px){.tvPageSeance{--tv-page-seance-gap: 2.5rem;--tv-page-seance-time-font-size: 1rem;--tv-page-seance-time-font-line-height: 1.5rem}.tvPageSeance__content:has(.tvPageSeance__progressBar){padding-bottom:1.5rem}}.variantFilm.tvPageSeance{--tv-page-seance-gap: .5rem}.variantFilm.tvPageSeance .tvPageSeance__showMore{border-radius:.25rem;position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column-reverse;gap:.5rem;background-color:#f8f8f8;transition:background-color .5s cubic-bezier(.25,.46,.45,.94);font-size:.75rem;font-weight:700;line-height:1rem}.variantFilm.tvPageSeance .tvPageSeance__showMore:before{border-radius:.25rem;content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid rgba(0,0,0,0)}.variantFilm.tvPageSeance .tvPageSeance__showMore .ico{width:1rem;height:1rem}.variantFilm.tvPageSeance .tvPageSeance__showMore span{text-align:center}.variantFilm.tvPageSeance .tvPageSeance__showMore,.variantFilm.tvPageSeance .simplePoster{width:4.1875rem;height:6rem}.variantFilm.tvPageSeance .tvPageSeance__showMore:nth-of-type(4),.variantFilm.tvPageSeance .simplePoster:nth-of-type(4){display:none}@media (min-width: 1152px){.variantFilm.tvPageSeance .tvPageSeance__showMore,.variantFilm.tvPageSeance .simplePoster{flex-direction:column;width:5.5rem;height:7.75rem}.variantFilm.tvPageSeance .tvPageSeance__showMore:nth-of-type(4),.variantFilm.tvPageSeance .simplePoster:nth-of-type(4){display:block}html.mouse .variantFilm.tvPageSeance .tvPageSeance__showMore:hover,html.mouse .variantFilm.tvPageSeance .simplePoster:hover{background-color:#e8e8e8}}.variantSerial.tvPageSeance{--tv-page-seance-time: 2.875rem;--tv-page-seance-gap: 1rem;--main-background-color: rgba(0, 0, 0, 0)}.variantSerial.tvPageSeance .tvPageSeance__content{position:relative;display:grid;align-items:center;grid-template-columns:1fr var(--tv-page-seance-time);grid-template-areas:"preview time"}.variantSerial.tvPageSeance .tvPageSeance__progressBar{top:0;right:0;bottom:-.5rem;left:0}.variantSerial.tvPageSeance .previewHolder{grid-area:preview;position:relative;width:100%}.variantSerial.tvPageSeance .previewHolder .preview{--preview-card-padding-offset: .25rem}@media (min-width: 1152px){.variantSerial.tvPageSeance{--tv-page-seance-gap: 2.5rem}.variantSerial.tvPageSeance .tvPageSeance__content{position:relative;display:grid;grid-template-columns:2.875rem 1fr;grid-template-areas:"time preview"}.variantSerial.tvPageSeance .tvPageSeance__progressBar{inset:0 0 -.5rem calc(var(--tv-page-seance-gap) + var(--tv-page-seance-time))}}.native-scrollbar{scrollbar-width:thin!important;scrollbar-face-color:rgba(128,128,128,.5);scrollbar-track-color:#fff;scrollbar-color:rgba(128,128,128,.5) #fff}.native-scrollbar::-webkit-scrollbar{-webkit-appearance:none}.native-scrollbar::-webkit-scrollbar:vertical{width:11px}.native-scrollbar::-webkit-scrollbar:horizontal{height:11px}.native-scrollbar::-webkit-scrollbar-thumb{border:4px solid #fff;border-radius:0;background-color:#80808080}.native-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#808080bf}.native-scrollbar::-webkit-scrollbar-track{background:#fff}.tvPageEpisodeBasicInfo{width:100%;height:100%}.tvPageEpisodeBasicInfo__content{display:grid;grid-template-columns:1.5rem 1fr;grid-template-areas:"ribbon header";gap:.75rem;align-items:center;height:100%}.tvPageEpisodeBasicInfo__ribbon{grid-area:ribbon;position:relative;width:100%;height:100%}.tvPageEpisodeBasicInfo__header{grid-area:header}.tvPageEpisodeBasicInfo__title{display:flex;flex-direction:column}.tvPageEpisodeBasicInfo__title [data-source-sub-title]{display:inline;color:#e7a90f;font-size:.875rem}.tvPageEpisodeBasicInfo__title [data-source-title]{display:inline;display:block;display:-webkit-box;position:relative;max-height:calc(.75rem*1rem*2);overflow:hidden;font-size:.75rem;line-height:1rem;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media (min-width: 768px){.tvPageEpisodeBasicInfo__content{grid-template-columns:2rem 1fr}.tvPageEpisodeBasicInfo__title [data-source-sub-title]{font-size:1rem}.tvPageEpisodeBasicInfo__title [data-source-title]{display:block;display:-webkit-box;position:relative;max-height:calc(.875rem/.8rem*2);overflow:hidden;font-size:.875rem;line-height:1.25rem;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}}
