/* ===== rts-common-24681cad0d55e6787f85e759cf0c6c44.css ===== */
*,
*::before,
*::after {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar
}

@-ms-viewport {
    width: device-width
}

article,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: "RTS Neue VAR", "Helvetica", "Arial", "Verdana", sans-serif;
    font-size: 1rem;
    color: #2d2d2d;
    text-align: left;
    background-color: #fff
}

h1,
h2,
h3,
h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 450
}

strong,
b {
    font-weight: 450
}

i {
    font-style: normal;
    font-variation-settings: "ital" 20
}

p {
    margin-top: 0;
    margin-bottom: 0
}

figure {
    padding: 0;
    margin: 0 auto 1rem
}

a {
    color: inherit;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: inherit;
    text-decoration: none
}

a:focus {
    outline: 0
}

p a {
    color: #af001e;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    -webkit-text-decoration-skip: objects
}

p a:hover {
    color: #af001e;
    text-decoration: underline
}

p a:focus {
    outline: 0
}

ul {
    padding: 0;
    margin: 1rem 0;
    list-style: none
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

label {
    display: inline-block;
    margin: 0
}

button {
    border-radius: 0;
    outline: none
}

button:focus {
    outline: none
}

input,
button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button {
    text-transform: none
}

button,
html [type=button],
[type=submit] {
    -webkit-appearance: button
}

@media(min-width: 0) {
    body:after {
        display: none;
        content: "phone"
    }
}

@media(min-width: 700px) {
    body:after {
        display: none;
        content: "tablet"
    }
}

@media(min-width: 920px) {
    body:after {
        display: none;
        content: "tablet-landscape"
    }
}

@media(min-width: 1200px) {
    body:after {
        display: none;
        content: "desktop"
    }
}

.bg-color {
    background-color: #db2e33
}

.LA_1ERE .bg-color {
    background-color: #ff585d
}

.ESPACE_2 .bg-color {
    background-color: #9b9fff
}

.COULEUR_3 .bg-color {
    background-color: #ff77cd
}

.OPTION_MUSIQUE .bg-color {
    background-color: #13f2a4
}

.RTS_UN .bg-color {
    background-color: #00d6f3
}

.RTS_DEUX .bg-color {
    background-color: #b6f
}

.rts-container,
.rts-container-fluid {
    width: 100%;
    max-width: 1232px;
    margin: 0 auto;
    background-color: inherit
}

.rts-container::after,
.rts-container-fluid::after {
    display: block;
    clear: both;
    content: ""
}

.rts-container-fluid {
    padding-left: 1em;
    padding-right: 1em
}

@supports(padding: max(0px)) {
    .rts-container-fluid {
        padding-left: max(1em, env(safe-area-inset-left));
        padding-right: max(1em, env(safe-area-inset-right))
    }
}

.rts-layout,
.rts-panel {
    position: relative
}

.rts-layout {
    color: var(--rts-theme-content-text);
    background-color: var(--rts-theme-default-background)
}

.rts-layout .rts-module .rts-container {
    padding-top: var(--rts-module-padding-top, 2.5rem);
    padding-bottom: var(--rts-module-padding-bottom, 2.5rem);
    padding-left: 1em;
    padding-right: 1em
}

@supports(padding: max(0px)) {
    .rts-layout .rts-module .rts-container {
        padding-left: max(1em, env(safe-area-inset-left));
        padding-right: max(1em, env(safe-area-inset-right))
    }
}

.rts-layout.layout-article.small .article-container {
    max-width: 910px
}

.rts-module.bevel-top {
    margin-top: 2.75vw
}

.rts-module.bevel-top::before {
    position: absolute;
    top: -3vw;
    right: 0;
    height: 3vw;
    content: " ";
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0 0 3vw 100vw
}

.rts-grid {
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 1.25rem);
    margin: -.4166666667rem -0.625rem
}

.rts-grid .grid-item {
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: none;
    padding: .4166666667rem .625rem
}

.rts-grid+.rts-grid {
    margin-top: .625rem
}

@media(min-width: 700px) {
    .rts-grid {
        margin: -0.625rem -0.625rem
    }

    
    .rts-grid .grid-item {
        padding: .625rem .625rem
    }
}

.rts-grid.fixed.max .grid-item {
    -ms-flex-positive: 0;
    -ms-flex-negative: 1;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%
}

@media(min-width: 508px) {
    .rts-grid.fixed.max .grid-item {
        -ms-flex-positive: 0;
        -ms-flex-negative: 1;
        -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        max-width: 50%
    }

    .rts-grid.fixed.max .grid-item .rts-card.vertical .card-title {
        font-size: 16px;
        font-weight: 500;
        line-height: 128.5%
    }
}

@media(min-width: 700px) {
    .rts-grid.fixed.max .grid-item {
        -ms-flex-positive: 0;
        -ms-flex-negative: 1;
        -webkit-flex: 0 1 33.3333333333%;
        -ms-flex: 0 1 33.3333333333%;
        flex: 0 1 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media(min-width: 920px) {
    .rts-grid.fixed.max .grid-item {
        -ms-flex-positive: 0;
        -ms-flex-negative: 1;
        -webkit-flex: 0 1 25%;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
        max-width: 25%
    }
}

@media(min-width: 600px) {
    .rts-grid.fixed .rts-card.vertical .card-title {
        font-size: 16px;
        font-weight: 500;
        line-height: 128.5%
    }
}

.rts-grid.small .rts-card {
    font-size: .875em
}

@media(min-width: 700px) {
    .rts-grid.small .grid-item {
        -ms-flex-positive: 1;
        -ms-flex-negative: 1;
        -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%
    }
}

@media(min-width: 1200px) {
    .rts-grid.small .rts-card {
        font-size: 1em
    }
}

.rts-card {
    position: relative;
    background-size: cover;
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: none;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row
}

.rts-card .card-thumbnail {
    -ms-flex-positive: 0;
    -ms-flex-negative: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: none
}

.rts-card .card-caption {
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    -webkit-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    max-width: none;
    -webkit-align-self: center;
    align-self: center;
    -ms-flex-item-align: center
}

.rts-card .card-thumbnail+.card-caption {
    padding-top: 0;
    padding-left: 1em
}

.rts-card .card-body+.card-footer {
    padding-top: 1em
}

.rts-card.vertical {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.rts-card.vertical .card-thumbnail {
    -ms-flex-positive: 0;
    -ms-flex-negative: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none
}

.rts-card.vertical .card-caption {
    -ms-flex-positive: 1;
    -ms-flex-negative: 0;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: none;
    -webkit-align-self: stretch;
    align-self: stretch;
    -ms-flex-item-align: stretch;
    max-width: none
}

.rts-card.vertical.b-card .card-thumbnail:first-child .embed-responsive,
.rts-card.vertical.s-card .card-thumbnail:first-child .embed-responsive {
    border-top-left-radius: .1875rem;
    border-top-right-radius: .1875rem;
    border-bottom-left-radius: 0
}

.rts-card.vertical:not(.thumbnail-bg) .card-thumbnail+.card-caption {
    padding-top: 1em;
    padding-left: 0
}

.rts-card.vertical:not(.thumbnail-bg) .card-body+.card-footer {
    padding-top: 1em
}

.rts-card.vertical:not(.thumbnail-bg).b-card .card-caption,
.rts-card.vertical:not(.thumbnail-bg).s-card .card-caption {
    padding: 1em
}

.rts-card.vertical:not(.thumbnail-bg).b-card .card-thumbnail+.card-caption,
.rts-card.vertical:not(.thumbnail-bg).s-card .card-thumbnail+.card-caption {
    padding-top: 1em;
    padding-left: 1em
}

.rts-card .card-caption {
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.rts-card+.rts-card {
    margin-top: 1em
}

.rts-card.b-card,
.rts-card.s-card {
    border-radius: .25rem
}

.rts-card.b-card .card-caption,
.rts-card.s-card .card-caption {
    padding: .5em
}

.rts-card.b-card .card-thumbnail+.card-caption,
.rts-card.s-card .card-thumbnail+.card-caption {
    padding-top: .5em;
    padding-left: 1em
}

.rts-card.b-card .card-thumbnail:first-child .embed-responsive,
.rts-card.s-card .card-thumbnail:first-child .embed-responsive {
    border-top-left-radius: .1875rem;
    border-top-right-radius: 0;
    border-bottom-left-radius: .1875rem
}


.rts-card .card-thumbnail .rts-picto.circle {
    font-size: 1.75em
}


.rts-card .card-thumbnail .rts-picto.circle::before {
    font-size: 1em
}


.rts-card .card-thumbnail .rts-picto.circle.picto-audio::before {
    font-size: .6875em
}


.rts-card .card-thumbnail .rts-picto.square {
    font-size: 1.85em
}


.rts-card .card-thumbnail .rts-picto.article {
    font-size: 2.2em
}

.card-thumbnail:hover .rts-picto.square.overlay,
a:hover .card-thumbnail .rts-picto.square.overlay {
    color: var(--rts-theme-picto-color-hover);
    background-color: var(--rts-theme-picto-bg-hover)
}

.rts-card .card-caption {
    text-align: left
}

.rts-card p+p {
    margin-top: .25em;
    margin-bottom: 0
}


.rts-card .card-title::first-letter,
.rts-card .card-lead::first-letter,
.rts-card .card-time::first-letter {
    text-transform: uppercase
}


.rts-card .card-title,
.rts-card .card-lead {
    overflow-wrap: break-word
}

.rts-card .card-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 128.5%;
    color: var(--card-text-color, #2d2d2d)
}

.rts-card .card-lead {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: var(--card-text-color, #2d2d2d)
}

.rts-card .card-category {
    font-size: 14px;
    font-weight: 450;
    line-height: 18px
}

.rts-card .card-time {
    font-size: 14px;
    font-weight: 350;
    line-height: 18px
}

.rts-card .card-time::first-letter {
    text-transform: uppercase
}

.rts-card.vertical .card-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px
}

.player-container {
    display: none;
    background-color: #000
}

.rts-card.dark {
    display: block;
    width: 100%;
    overflow: hidden;
    background: #212121;
    border-radius: 8px
}

.rts-card.dark .card-caption {
    padding: 0
}

.rts-card.dark .card-title {
    display: block;
    margin: 12px 12px 4px;
    color: #dedede
}

.rts-card.dark .card-thumbnail {
    width: 100%
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    min-height: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive>img,
.embed-responsive .embed-responsive-item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    min-width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive::before {
    padding-top: 56.25%
}

.RATIO_16_9::before {
    padding-top: 56.25%
}

.legend {
    display: block;
    margin: .5rem 0 0;
    font-size: 14px;
    font-weight: 350;
    line-height: 18px;
    color: #5d5d5d;
    text-decoration: none
}

.inline-search-form {
    width: 100%;
    font-size: 1em;
    white-space: nowrap
}

.inline-search-form .navbar-search-submit {
    font-size: 1em;
    vertical-align: middle
}

.inline-search-form .navbar-search {
    width: 100%;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    -webkit-appearance: initial
}

.inline-search-form .navbar-search:focus {
    outline: 0
}

.inline-search-form .navbar-search::-webkit-input-placeholder {
    line-height: 1.2;
    font-family: inherit;
    color: inherit
}

.inline-search-form .navbar-search::-moz-placeholder {
    font-family: inherit;
    color: inherit
}

.inline-search-form .navbar-search:-ms-input-placeholder {
    font-family: inherit;
    color: inherit
}

.inline-search-form .navbar-search-submit+.navbar-search {
    width: calc(100% - 2.5em);
    margin-left: .5em
}

.inline-search-form.dark {
    padding: .25em .75em;
    margin-bottom: 1em;
    font-size: 1em;
    background-color: #4d4d4d;
    border-radius: 2em
}

.inline-search-form.dark .navbar-search {
    height: 2em;
    font-family: "RTS Neue VAR", "Helvetica", "Arial", "Verdana", sans-serif;
    font-size: 1.15em;
    color: #fff
}

.inline-search-form.dark .navbar-search::-webkit-input-placeholder {
    line-height: 1.2;
    color: #bbb
}

.inline-search-form.dark .navbar-search::-moz-placeholder {
    color: #bbb
}

.inline-search-form.dark .navbar-search:-ms-input-placeholder {
    color: #bbb
}

.inline-search-form.dark .rts-picto.form.search {
    font-size: 1.15em;
    background-image: url(icone_search-white.svg)
}

@media(min-width: 508px) {
    .inline-search-form.dark {
        margin-bottom: 0
    }

    .inline-search-form.dark .navbar-search {
        height: 1.5em;
        font-size: .875em
    }
}

.inline-search-form.light {
    padding: .25em .5em;
    margin-bottom: 1em;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: .25rem
}

.inline-search-form.light .navbar-search {
    height: 1.75em;
    font-family: "RTS Neue VAR", "Helvetica", "Arial", "Verdana", sans-serif;
    font-size: 1em;
    color: #000
}

.inline-search-form.light .navbar-search::-webkit-input-placeholder {
    line-height: 1.2;
    color: #999
}

.inline-search-form.light .navbar-search::-moz-placeholder {
    color: #999
}

.inline-search-form.light .navbar-search:-ms-input-placeholder {
    color: #999
}

@media(min-width: 508px) {
    .inline-search-form.light {
        margin-bottom: 0
    }

    .inline-search-form.light .navbar-search {
        height: 1.75em;
        font-size: .875em
    }
}

.rts-logo {
    display: inline-block;
    width: 1em;
    height: 1em;
    padding: 0;
    margin: 0;
    line-height: 0;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.rts-logo+.rts-logo {
    margin-left: .125em
}

.rts-logo.rts {
    width: 1.489em;
    background-image: url(logo_rts-rouge.svg)
}

.rts-logo.srgssr {
    width: 3em;
    background-image: url(logo_srgssr-rouge.svg)
}

.rts-logo.rts.info {
    width: 1.73em;
    background-image: url(logo_rtsinfo_2019.svg)
}

.rts-logo.rts.info.white {
    background-image: url(logo_rtsinfo_2019-white.svg)
}

.rts-logo.rts.info.black {
    background-image: url(logo_rtsinfo_2019-black.svg)
}

.rts-logo.rts.archives {
    width: 4.69em;
    background-image: url(logo_rtsarchives.svg)
}

.rts-logo.tv.RTS_UN {
    width: 1.73em;
    background-image: url(logo-tv-rtsun_2023.svg)
}

.rts-logo.tv.RTS_UN.small {
    width: 1em;
    background-image: url(logo-tv-rtsun_2023-small.svg)
}

.rts-logo.tv.RTS_DEUX {
    width: 1.73em;
    background-image: url(logo-tv-rtsdeux_2023.svg)
}

.rts-logo.tv.RTS_DEUX.small {
    width: 1em;
    background-image: url(logo-tv-rtsdeux_2023-small.svg)
}

.rts-logo.tv.RTS_INFO {
    width: 1.73em;
    background-image: url(logo-tv-rtsinfo_2023-small.svg)
}


.rts-logo.PLAY_RTS {
    width: 3.24em;
    background-image: url(logo-tv-playrts.svg)
}


.rts-logo.PLAY_RTS.white {
    background-image: url(logo-tv-playrts-white.svg)
}


.rts-logo.PLAY_RTS.black {
    background-image: url(logo-tv-playrts-black.svg)
}

.rts-logo.radio.small {
    width: 1em;
    height: 1em
}

.rts-logo.radio.disabled {
    opacity: .3
}


.rts-logo.radio.LA_1ERE.small {
    background-image: url(radio-channel-premiere.svg)
}


.rts-logo.radio.ESPACE_2.small {
    background-image: url(radio-channel-espace-2.svg)
}


.rts-logo.radio.COULEUR_3.small {
    background-image: url(radio-channel-couleur-3.svg)
}


.rts-logo.radio.OPTION_MUSIQUE.small {
    background-image: url(radio-channel-option-musique.svg)
}

.rts-modal.light-centered .rtsp_close {
    display: block;
    cursor: pointer;
    border: 0;
    background: rgba(0, 0, 0, 0);
    font-size: 1.5rem
}

.pagination {
    margin: 1em 0;
    text-align: center
}

.pagination .page {
    float: left;
    min-width: 2em;
    height: 2em;
    margin: 0;
    line-height: 2em
}


.pagination .page.next a {
    padding: .5rem .75rem
}

.pagination .page.disabled a {
    color: #d8d8d8;
    pointer-events: none
}

.pagination a {
    display: block;
    padding: .5rem .25rem;
    font-size: 14px;
    font-weight: 450;
    line-height: 18px;
    color: #2d2d2d;
    background-color: #f8f8f8
}

.pagination a:hover {
    color: #000;
    background-color: #f0f0f0
}

.pagination a.active {
    color: #fff
}

@media(max-width: 699.98px) {

    .pagination .page {
        width: 33%
    }

    
    .pagination .page.next.disabled {
        visibility: hidden
    }

    
    .pagination .page.next a {
        display: inline-block;
        padding: 0 10px
    }

    
    .pagination .page.next a::before,
    .pagination .page.next a::after {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 10px;
        height: 100%;
        content: " ";
        background-repeat: no-repeat;
        background-position: 0% 50%;
        background-size: 7px
    }

    .pagination .page.next {
        text-align: right
    }

    .pagination .page.next a::after {
        right: 0;
        margin-right: -5px;
        background-image: url(arrow-pagination-r.svg)
    }

    .pagination a {
        position: relative;
        background-color: rgba(0, 0, 0, 0) !important
    }

    .pagination a.active {
        display: inline;
        width: 30px;
        margin: 0 auto;
        color: #222;
        pointer-events: none
    }

    .pagination a.active::before {
        content: "Page "
    }
}

@media(min-width: 700px) {
    .pagination .page {
        margin: 3px
    }
}

.rts-picto.article::before {
    font-family: "rtsp";
    font-size: 1em;
    color: inherit;
    -webkit-font-smoothing: antialiased
}

.rts-picto.article.circle {
    font-size: 2.2em;
    background-size: 80% auto;
    border: 0
}

.rts-picto.article.video::before {
    content: ""
}

.rts-picto.article.audio::before {
    content: ""
}

.rts-picto.form {
    display: inline-block;
    width: 1em;
    height: 1em;
    padding: 0;
    font-size: 1em;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 0
}

.rts-picto.form.search {
    background-image: url(icone_search-black.svg);
    background-size: 1em
}

.rts-picto.form.search.white {
    background-image: url(icone_search-white.svg)
}

.rts-picto {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.71em;
    height: 1.2em;
    font-weight: normal;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-position: center;
    background-clip: content-box;
    background-size: 45% auto;
    border: 0
}


.rts-picto.picto-audio::before {
    font-family: "rtsp";
    color: inherit;
    -webkit-font-smoothing: antialiased
}

.rts-picto.picto-audio::before {
    font-size: .5625em;
    content: ""
}

.rts-picto.square {
    width: 1.55em;
    height: 1em;
    font-size: 2em;
    background-size: 1em .5625em
}

.rts-picto.circle {
    width: 1.25em;
    height: 1.25em;
    font-size: 1em;
    background-size: 65% auto;
    border-radius: 1em
}

.rts-picto.overlay {
    color: #fff;
    background-color: rgba(0, 0, 0, .65)
}

.rts-picto.circle.white {
    color: #111;
    background-color: #fff
}

.rts-picto.circle.white::before {
    font-size: .75em
}

.rts-picto.circle.black {
    color: #fff;
    background-color: #000
}

.rts-picto.circle.black::before {
    font-size: .875em
}

.rts-picto.menu {
    display: inline-block;
    width: 1em;
    height: 1em;
    font-size: 1em;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 0
}

.rts-picto.menu.burger {
    background-image: url(burger-menu_black.svg);
    width: 1.5em;
    height: 1.5em
}

.rts-picto.menu.burger.white {
    background-image: url(burger-menu_white.svg)
}

.rts-picto.menu.search {
    background-image: url(input-search_black.svg)
}

.rts-picto.menu.search.white {
    background-image: url(input-search_white.svg)
}

.rts-picto.show {
    display: inline-block;
    width: 1em;
    height: 1em;
    font-size: 1em;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0) no-repeat center;
    background-size: cover;
    border: 0
}

.player-container {
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.player-container:not(:empty) {
    background-color: #000
}

.sharing-button {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: .5rem;
    color: #3f3f3f;
    cursor: pointer
}

.sharing-button .button-icon {
    font-size: 1rem
}

.sharing-button .button-title {
    font-size: 14px;
    font-weight: 350;
    line-height: 18px;
    user-select: none
}

.sharing-button:hover .button-title {
    text-decoration: underline
}

@supports(padding: max(0px)) {
}

.rts-timeslider {
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.rts-timeslider .timeslider-indicator {
    display: block;
    height: .3125em;
    margin-right: .5rem;
    margin-left: .5rem;
    background-color: #eee;
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: none
}

.rts-timeslider .timeslider-progress {
    display: block;
    height: inherit;
    background-color: #db2e33;
    border-radius: 6px;
    width: var(--timeslider-progress-percent);
    max-width: 100%
}

.rts-timeslider.text-above {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.rts-timeslider.text-above .timeslider-indicator {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    margin: 0
}

.rts-circular-timeslider {
    position: relative;
    width: 1em;
    height: 1em;
    color: #dd0a2e
}

.rts-circular-timeslider svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.rts-circular-timeslider .timeslider-progress {
    transform: rotate(-90deg);
    width: 100%;
    height: 100%
}

.rts-circular-timeslider .progress__meter,
.rts-circular-timeslider .progress__value {
    fill: none
}

.rts-circular-timeslider .progress__meter {
    stroke: rgba(0, 0, 0, 0)
}

.rts-circular-timeslider .progress__value {
    stroke: currentColor;
    stroke-linecap: round
}

.rts-circular-timeslider .progress__value {
    stroke-dasharray: 301.548;
    stroke-dashoffset: calc(301.548*(100% - var(--timeslider-progress-percent))/100)
}

.rts-circular-timeslider img {
    padding: 2px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.channel-color .bg-color {
    background-color: #af001e
}

.channel-color.RTS_UN .bg-color {
    background-color: #00d6f3
}

.channel-color.RTS_DEUX .bg-color {
    background-color: #b6f
}

.channel-color.RTS_INFO .bg-color {
    background-color: #3787ff
}


.channel-color.LA_1ERE .bg-color {
    background-color: #ff585d
}


.channel-color.ESPACE_2 .bg-color {
    background-color: #9b9fff
}


.channel-color.COULEUR_3 .bg-color {
    background-color: #ff77cd
}


.channel-color.OPTION_MUSIQUE .bg-color {
    background-color: #13f2a4
}

/* ===== rts-themes-b5e9e305799b16f85c8d65780fac61d2.css ===== */

.rts {
    --rts-theme-content-text: #2d2d2d;
    --rts-theme-default-background: #fff;
    --rts-theme-picto-color-hover: #fff;
    --rts-theme-picto-bg-hover: #e3212c;
    --rts-theme-menu-decorator: #d8d8d8;
    --rts-secondary-menu-margin: 28px;
    --rts-secondary-menu-spacing: 20px
}

@media(min-width: 508px) {
    .rts {
        --rts-secondary-menu-spacing: 40px
    }
}

.rts .rts-module {
    position: relative
}

.rts .rts-module .rts-module .rts-container {
    padding: 0
}

.rts .rts-module .rts-module+.rts-module {
    margin-top: .625rem
}

.rts .rts-card.b-card {
    border: 1px solid #d8d8d8
}

.rts .rts-card.s-card {
    box-shadow: 0 0 0 .1875rem #f6f6f6
}

.rts .rts-card .card-time {
    color: #6d6d6d
}

.rts .text-color-primary {
    color: #dc2733
}

.rts .rts-card {
    color: #000;
    background-color: rgba(0, 0, 0, 0)
}

.rts .rts-card.b-card,
.rts .rts-card.s-card {
    background-color: #fff
}


.rts .rts-card .card-category {
    color: var(--rts-theme-card-bait, #db2e33)
}

.rts .bevel-top.bg-universe::before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #db2e33
}

.rts .rts-module.bg-universe {
    color: #fff;
    background-color: #db2e33
}

.rts .rts-module.bg-universe .rts-card.b-card {
    border: 1px solid #a72327
}

.rts .rts-module.bg-universe .rts-card.s-card {
    box-shadow: 0 0 0 .1875rem #bc272c
}

.rts .article-text p a,
.rts .article-text p a:hover,
.rts .article-text p a:visited {
    color: #af001e
}

.rts .article-text p a:active {
    color: #c6002b
}

.rts.universe-info {
    --rts-theme-menu-decorator: #3787ff;
    --rts-theme-picto-bg-hover: #3787ff;
    --rts-theme-picto-color-hover: #fff}

.rts.universe-info .text-color-primary {
    color: #3787ff
}

.rts.universe-info .rts-card {
    color: #000;
    background-color: rgba(0, 0, 0, 0)
}

.rts.universe-info .rts-card.b-card,
.rts.universe-info .rts-card.s-card {
    background-color: #fff
}


.rts.universe-info .rts-card .card-category {
    color: var(--rts-theme-card-bait, #3787ff)
}

.rts.universe-info .bevel-top.bg-universe::before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #3787ff
}

.rts.universe-info .rts-module.bg-universe {
    color: #000;
    background-color: #3787ff
}

.rts.universe-info .rts-module.bg-universe .rts-card.b-card {
    border: 1px solid #1e78ff
}

.rts.universe-info .rts-module.bg-universe .rts-card.s-card {
    box-shadow: 0 0 0 .1875rem #3787ff
}

.rts.universe-info .article-text p a,
.rts.universe-info .article-text p a:hover,
.rts.universe-info .article-text p a:visited {
    color: #3787ff
}

.rts.universe-info .article-text p a:active {
    color: #3787ff
}

.rts.universe-portail-audio .rts-btn.ap-btn .rtsp_download {
    font-size: 1.75em
}

.rts.universe-portail-audio .ap-live-menu-item .rtsp_media-video {
    color: #dd0a2e;
    background-color: #fff;
    padding: 4px;
    border-radius: 50px;
    font-size: 20px
}

.rts.universe-portail-audio .rts-fullscreen-overlay .rtsp_chevron-left {
    margin: 0;
    padding-right: .625rem
}

/* ===== rts-neue-var.v1.css ===== */
@font-face {
    font-family: 'RTS Neue VAR';
    src: url(RTS-Neue-VF.woff2) format("woff2"),
        url(RTS-Neue-VF.ttf) format('truetype');
    font-weight: 1 999;
    font-display: swap;
}

/* ===== style.css ===== */
@font-face {
    font-family: 'rtsp';
    src:
        url(rtsp.ttf) format('truetype'),
        url(rtsp.woff) format('woff'),
        url(rtsp.svg) format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.rtsp {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'rtsp' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.rtsp_ap-external-link:before {
    content: "\e921";
}

.rtsp_arrow_link:before {
    content: "\69";
}

.rtsp_chevron-bottom:before {
    content: "\e902";
}

.rtsp_chevron-right:before {
    content: "\e903";
}

.rtsp_chevron-left:before {
    content: "\e904";
}

.rtsp_chevron-top:before {
    content: "\e905";
}

.rtsp_close:before {
    content: "\e906";
}

.rtsp_collapse-closed:before {
    content: "\e907";
}

.rtsp_collapse-opened:before {
    content: "\e908";
}

.rtsp_input-search:before {
    content: "\e909";
}

.rtsp_download:before {
    content: "\e914";
}

.rtsp_rediff:before {
    content: "\e915";
}

.rtsp_datetime:before {
    content: "\e916";
}

.rtsp_calendar:before {
    content: "\e917";
}

.rtsp_menu-burger:before {
    content: "\e90a";
}

.rtsp_menu-burger2:before {
    content: "\e90b";
}

.rtsp_menu-close:before {
    content: "\e900";
}

.rtsp_home:before {
    content: "\68";
}

.rtsp_podcasts:before {
    content: "\e901";
}

.rtsp_rss:before {
    content: "\e90c";
}

.rtsp_deezer:before {
    content: "\e90f";
}

.rtsp_share:before {
    content: "\e90d";
}

.rtsp_audio:before {
    content: "\e913";
}

.rtsp_media-video:before {
    content: "\ea1c";
}

.rtsp_audio-wave:before {
    content: "\e912";
}

.rtsp_play:before {
    content: "\f04b";
}

.rtsp_ap-history:before {
    content: "\e91b";
    color: #595959;
}

.rtsp_ap-close:before {
    content: "\e91c";
    color: #595959;
}

.rtsp_ap-filter:before {
    content: "\e91d";
}

.rtsp_ap-input-search:before {
    content: "\e91e";
    color: #595959;
}

.rtsp_ap-profil:before {
    content: "\e91f";
    color: #595959;
}

.rtsp_ap-tri:before {
    content: "\e920";
}

.rtsp_ap-popup-live:before {
    content: "\e919";
}

.rtsp_ap-popup-next:before {
    content: "\e91a";
}

.rtsp_ap-popup-prev:before {
    content: "\e92c";
}

.rtsp_ap-burger-menu:before {
    content: "\e92e";
}

.rtsp_ap-less:before {
    content: "\e92f";
}

.rtsp_ap-more:before {
    content: "\e930";
}

.rtsp_ap-chevron-top:before {
    content: "\e931";
}

.rtsp_ap-chevron-bottom:before {
    content: "\e932";
}

.rtsp_ap-chevron-right:before {
    content: "\e933";
}

.rtsp_ap-chevron-left:before {
    content: "\e934";
}

.rtsp_ap-watch-video:before {
    content: "\e936";
}

.rtsp_ap-audio:before {
    content: "\e937";
}

.rtsp_ap-subscription:before {
    content: "\e939";
}

.rtsp_ap-contact:before {
    content: "\e93a";
}

.rtsp_ap-contact-form:before {
    content: "\e93b";
}

.rtsp_ap-notice-form:before {
    content: "\e93c";
}

.rtsp_ap-share:before {
    content: "\e93d";
}

.rtsp_ap-download:before {
    content: "\e93e";
}

.rtsp_ap-micro:before {
    content: "\e93f";
}

.rtsp_ap-calendar:before {
    content: "\e940";
}

.rtsp_ap-next:before {
    content: "\e941";
}

.rtsp_ap-prev:before {
    content: "\e942";
}

.rtsp_ap-pause:before {
    content: "\e943";
}

.rtsp_ap-play:before {
    content: "\e944";
}

.rtsp_arrow_link_back:before {
    content: "\e90e";
}

.rtsp_enlarge:before {
    content: "\e989";
}

.rtsp_shrink:before {
    content: "\e98a";
}

.rtsp_expand:before {
    content: "\e98b";
}

.rtsp_reduce:before {
    content: "\e98c";
}

.rtsp_plus:before {
    content: "\ea0a";
}

.rtsp_minus:before {
    content: "\ea0b";
}

.rtsp_cross:before {
    content: "\ea0f";
}

.rtsp_checkmark:before {
    content: "\ea10";
}

.rtsp_media-audio:before {
    content: "\ea26";
}

.rtsp_share-android:before {
    content: "\ea82";
}

.rtsp_headphones:before {
    content: "\e910";
}

.rtsp_price-tag:before {
    content: "\e935";
}

.rtsp_qrcode:before {
    content: "\e938";
}

.rtsp_map2:before {
    content: "\e94c";
}

.rtsp_equalizer:before {
    content: "\e992";
}

.rtsp_link:before {
    content: "\e9cb";
}

.rtsp_bookmarks:before {
    content: "\e9d3";
}

.rtsp_star-full:before {
    content: "\e9d9";
}

.rtsp_heart:before {
    content: "\e9da";
}

.rtsp_warning:before {
    content: "\ea07";
}

.rtsp_info:before {
    content: "\ea0c";
}

.rtsp_google:before {
    content: "\ea88";
}

.rtsp_google-plus:before {
    content: "\ea8b";
}

.rtsp_facebook:before {
    content: "\ea90";
}

.rtsp_instagram:before {
    content: "\ea92";
}

.rtsp_whatsapp:before {
    content: "\ea93";
}

.rtsp_spotify:before {
    content: "\ea94";
}

.rtsp_telegram:before {
    content: "\ea95";
}

.rtsp_twitter:before {
    content: "\ea96";
}

.rtsp_rss1:before {
    content: "\ea9b";
}

.rtsp_youtube:before {
    content: "\ea9d";
}

.rtsp_twitch:before {
    content: "\ea9f";
}

.rtsp_vimeo:before {
    content: "\eaa0";
}

.rtsp_linkedin:before {
    content: "\eaca";
}

.rtsp_file-pdf:before {
    content: "\eadf";
}

.rtsp_file-text2:before {
    content: "\e926";
}

.rtsp_file-picture:before {
    content: "\e927";
}

.rtsp_file-music:before {
    content: "\e928";
}

.rtsp_file-play:before {
    content: "\e929";
}

.rtsp_file-video:before {
    content: "\e92a";
}

.rtsp_file-zip:before {
    content: "\e92b";
}

.rtsp_alarm:before {
    content: "\e950";
}

.rtsp_tv:before {
    content: "\e95b";
}

.rtsp_embed2:before {
    content: "\ea80";
}

.rtsp_iconmonstr-telegram-1:before {
    content: "\e92d";
}

.rtsp_tv-link:before {
    content: "\e918";
}

.rtsp_pause:before {
    content: "\f04c";
}

.rtsp_applemusic:before {
    content: "\e911";
}

.rtsp_art-folder:before {
    content: "\e922";
}

.rtsp_art-gallery:before {
    content: "\e923";
}

.rtsp_art-media-playlist:before {
    content: "\e924";
}

.rtsp_art-storytelling:before {
    content: "\e925";
}

/* ===== srgssr.css ===== */
@font-face {
    font-family: 'SRGSSR';
    src: url(srgssrtype_lt.woff2) format('woff2'),
        url(srgssrtype_lt.woff) format('woff'),
        url(srgssrtype_lt.ttf) format('truetype');
    font-weight: 300;
    font-style: normal !important;
    letter-spacing: 0.5px !important;
}

@font-face {
    font-family: 'SRGSSR';
    src: url(srgssrtype_rg.woff2) format('woff2'),
        url(srgssrtype_rg.woff) format('woff'),
        url(srgssrtype_rg.ttf) format('truetype');
    font-weight: 400;
    letter-spacing: 0.5px !important;
}

@font-face {
    font-family: 'SRGSSR';
    src: url(srgssrtype_md.woff2) format('woff2'),
        url(srgssrtype_md.woff) format('woff'),
        url(srgssrtype_md.ttf) format('truetype');
    font-weight: 500;
    font-style: normal !important;
    letter-spacing: 0.5px !important;
}

@font-face {
    font-family: 'SRGSSR';
    src: url(srgssrtype_bd.woff2) format('woff2'),
        url(srgssrtype_bd.woff) format('woff'),
        url(srgssrtype_bd.ttf) format('truetype');
    font-weight: 700;
    font-style: normal !important;
    letter-spacing: 0.5px !important;
}

@font-face {
    font-family: 'SRGSSR';
    src: url(srgssrtype_he.woff2) format('woff2'),
        url(srgssrtype_he.woff) format('woff'),
        url(srgssrtype_he.ttf) format('truetype');
    font-weight: 800;
    letter-spacing: 0.5px !important;
}

/* ===== datepicker.min.css ===== */

/* ===== letterbox.css ===== */
@charset "UTF-8";

video::-webkit-media-text-track-display {
    transform: translateY(-3em)
}

/* ===== rts-navigation-f08b0cf16d4c8234536f220a971295b6.css ===== */
.rts-container,
.rts-container-fluid {
    width: 100%;
    max-width: 1232px;
    margin: 0 auto;
    background-color: inherit
}

.rts-container::after,
.rts-container-fluid::after {
    display: block;
    clear: both;
    content: ""
}

.rts-container-fluid {
    padding-left: 1em;
    padding-right: 1em
}

@supports(padding: max(0px)) {
    .rts-container-fluid {
        padding-left: max(1em, env(safe-area-inset-left));
        padding-right: max(1em, env(safe-area-inset-right))
    }
}

.collapse-checkbox {
    display: none;
    touch-action: manipulation
}

.collapse-checkbox:checked~.collapse-flex {
    display: flex !important
}

.collapse-label {
    display: block;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}


.collapse-flex {
    display: none
}

@media(min-width: 508px) {

    .expand-phone .collapse-flex {
        display: block;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .expand-phone .collapse-label {
        display: none
    }
}

.rts-dropdown-menu {
    margin-left: 1em
}

.rts-dropdown-menu .rts-dropdown-item {
    display: table;
    width: 100%
}

.rts-dropdown-menu .rts-dropdown-link {
    display: table-cell;
    height: 2.5em;
    padding: .25em 0;
    vertical-align: middle
}

.rts-dropdown-menu .rts-dropdown-title {
    display: inline-block;
    line-height: 1.125em
}

@media(min-width: 508px) {
    .rts-dropdown-menu {
        position: absolute;
        top: 100%;
        left: -0.5em;
        z-index: 1010;
        display: none;
        min-width: 18em;
        max-width: 20em;
        padding: .5em;
        margin: 0;
        color: #000;
        background-color: #fff;
        box-shadow: 0 2px 2px 1px rgba(0, 0, 0, .4)
    }

    .rts-dropdown-menu.menu-al-br {
        top: 100%;
        right: -0.5em;
        bottom: auto;
        left: auto
    }

    .rts-dropdown-menu.menu-al-tr {
        top: auto;
        right: -0.5em;
        bottom: 100%;
        left: auto
    }

    .rts-dropdown-menu.menu-al-tl {
        top: auto;
        right: auto;
        bottom: 100%;
        left: -0.5em
    }

    .rts-dropdown-menu .rts-dropdown-title {
        padding-right: .5em;
        padding-left: .5em
    }
}

.rts-dropdown-menu.dark {
    color: #fff;
    background-color: #333
}

.rts-dropdown-menu.dark .rts-dropdown-item {
    border-bottom: 1px solid rgba(255, 255, 255, .4)
}

.rts-dropdown-menu.dark .rts-dropdown-item:last-child:not(:first-child) {
    border-bottom: 0
}

@media(min-width: 508px) {
    .rts-dropdown-menu.dark .rts-dropdown-item:hover {
        color: #fff;
        background-color: rgba(0, 0, 0, .8)
    }
}

.rts-dropdown-menu.light {
    color: #000;
    background-color: #fff
}

.rts-dropdown-menu.light .rts-dropdown-item {
    border-bottom: 1px solid #f5f5f5
}

.rts-dropdown-menu.light .rts-dropdown-item:last-child {
    border-bottom: 0
}

.rts-dropdown-menu.light .rts-dropdown-title {
    font-size: 16px;
    font-weight: 450;
    line-height: 20px;
    color: inherit
}

@media(min-width: 508px) {
    .rts-dropdown-menu.light .rts-dropdown-item:hover {
        color: #000;
        background-color: #f5f5f5
    }
}

.rts-dropdown-menu.dark.common {
    margin: 0;
    padding: 0;
    background: none;
    box-shadow: none;
    border: .24em solid rgba(0, 0, 0, .6);
    border-top: none
}

.rts-dropdown-menu.dark.common .rts-dropdown-item,
.rts-dropdown-menu.dark.common .resizable-hidden-item {
    border: none
}

.rts-dropdown-menu.dark.common>.rts-dropdown-item,
.rts-dropdown-menu.dark.common .resizable-hidden-item {
    display: block;
    width: auto;
    background: #343434
}

.rts-dropdown-menu.dark.common>.rts-dropdown-item.subnav,
.rts-dropdown-menu.dark.common .resizable-hidden-item.subnav {
    background: #000
}

.rts-dropdown-menu.dark.common .rts-dropdown-link {
    display: flex;
    align-items: center;
    height: auto;
    min-height: 3em;
    padding: .625rem;
    margin: 0 1.25rem;
    border-top: 1px solid #1f1f1f
}

.rts-dropdown-menu.dark.common .rts-dropdown-title {
    padding: 0;
    font-size: 16px;
    font-weight: 450;
    line-height: 20px
}

.rts-dropdown-menu.dark.common>*:first-child .rts-dropdown-link {
    border-top: none
}

.rts-dropdown-menu.dark.common>.rts-dropdown-item:not(.highlight):hover {
    background: #000
}

.rts-dropdown-menu.dark.common>.rts-dropdown-item:not(.highlight):hover .rts-dropdown-link {
    border-color: #000
}

.rts-dropdown-menu.dark.common>.rts-dropdown-item:not(.highlight):hover+.rts-dropdown-item .rts-dropdown-link {
    border-color: #343434
}

.rts-dropdown-menu.dark.common .resizable-hidden-item:hover,
.rts-dropdown-menu.dark.common .resizable-hidden-item:hover .collapse-checkbox~.collapse-label {
    background-color: #000
}

.rts-dropdown-menu.dark.common .resizable-hidden-item:hover+.resizable-hidden-item>.rts-dropdown-item:not(.highlight)>.rts-dropdown-link,
.rts-dropdown-menu.dark.common .resizable-hidden-item:hover+.resizable-hidden-item>.rts-nav-link>.rts-nav-title {
    border-color: #343434
}

.rts-dropdown-menu.dark.common .dropdown-collapse-checkbox~.items-level-3>.rts-dropdown-item {
    display: none
}

.rts-dropdown-menu.dark.common .dropdown-collapse-checkbox:checked~.items-level-3>.rts-dropdown-item {
    display: block
}

.rts-dropdown-menu.dark.common .dropdown-collapse-checkbox:checked~.rts-nav-link {
    background-color: #000;
    background-image: url(minus-less-white.svg)
}

.rts-dropdown-menu.dark.common .rts-nav-link {
    padding: 0;
    background: url(plus-more-white.svg) no-repeat right;
    background-position-x: 93%
}

.rts-dropdown-menu.dark.common .rts-nav-link::after {
    content: none
}

.rts-dropdown-menu.dark.common .rts-nav-link .rts-nav-title {
    display: block;
    padding: .625rem;
    margin: 0 1.25rem;
    font-size: 16px;
    font-weight: 450;
    line-height: 20px;
    border-top: 1px solid #000
}

.rts-dropdown-menu.dark.common .rts-nav-link+.items-level-3 {
    padding: 0
}

.rts-dropdown-menu.dark.common .rts-nav-link+.items-level-3 .rts-dropdown-item {
    color: #000;
    background: #fff
}

.rts-dropdown-menu.dark.common .rts-nav-link+.items-level-3 .rts-dropdown-item .rts-dropdown-link {
    padding: .5rem 0 .5rem 1.75rem;
    margin: 0 1.25rem;
    background-image: url(menu-separator-bullet.svg);
    background-size: .375rem;
    background-position: 10px center;
    background-repeat: no-repeat
}

.rts-dropdown-menu.dark.common .rts-nav-link+.items-level-3 .rts-dropdown-item .rts-dropdown-title {
    color: #000
}

.rts-dropdown-menu.dark.common .rts-nav-link+.items-level-3 .rts-dropdown-item:first-child {
    border-top: 3px solid #d1d1d1
}

.rts-dropdown-menu.dark.common .rts-nav-link+.items-level-3 .rts-dropdown-item:first-child .rts-dropdown-link {
    border-top: 0
}

.rts-dropdown-menu.dark.common .rts-nav-link+.items-level-3 .rts-dropdown-item:not(:first-child) .rts-dropdown-link {
    border-top: 1px solid #d1d1d1
}

.rts-dropdown-menu.dark.common .rts-nav-link+.items-level-3 .rts-dropdown-item:hover {
    color: #fff;
    background: #555;
    border-color: #555
}

.rts-dropdown-menu.dark.common .rts-nav-link+.items-level-3 .rts-dropdown-item:hover .rts-dropdown-title {
    color: #fff
}

.rts-dropdown-menu.dark.common .rts-nav-link+.items-level-3 .rts-dropdown-item:hover+.rts-dropdown-item .rts-dropdown-link {
    border-color: #fff
}

@media(max-width: 507.98px) {
    .rts-dropdown-menu.dark.common {
        border: 0
    }

    .rts-dropdown-menu.dark.common .rts-dropdown-item {
        background: #fff
    }

    .rts-dropdown-menu.dark.common .rts-dropdown-link {
        padding-left: 2.25rem;
        margin: 0;
        background: url(menu-separator-bullet.svg) no-repeat 1em center;
        background-size: .438em;
        border-color: #d1d1d1
    }

    .rts-dropdown-menu.dark.common .rts-dropdown-title {
        color: #000
    }

    .rts-dropdown-menu.dark.common>*:first-child .rts-dropdown-link {
        border-top: .188em solid #d1d1d1
    }

    .rts-dropdown-menu.dark.common .rts-dropdown-item:hover {
        background: #fff
    }

    .rts-dropdown-menu.dark.common .rts-dropdown-item:hover .rts-dropdown-link,
    .rts-dropdown-menu.dark.common .rts-dropdown-item:hover+.rts-dropdown-item .rts-dropdown-link {
        border-color: #d1d1d1
    }

    .rts-dropdown-menu.dark.common .rts-dropdown-item:hover .rts-dropdown-title {
        text-decoration: underline
    }

    .rts-dropdown-menu.dark.common .rts-dropdown-item:not(.highlight):hover {
        background: #343434
    }

    .rts-dropdown-menu.dark.common .rts-dropdown-item:not(.highlight):hover .rts-dropdown-title {
        color: #fff;
        text-decoration: underline
    }
}

.inline-search-form {
    width: 100%;
    font-size: 1em;
    white-space: nowrap
}

.inline-search-form .navbar-search-submit {
    font-size: 1em;
    vertical-align: middle
}

.inline-search-form .navbar-search {
    width: 100%;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    -webkit-appearance: initial
}

.inline-search-form .navbar-search:focus {
    outline: 0
}

.inline-search-form .navbar-search::-webkit-input-placeholder {
    line-height: 1.2;
    font-family: inherit;
    color: inherit
}

.inline-search-form .navbar-search::-moz-placeholder {
    font-family: inherit;
    color: inherit
}

.inline-search-form .navbar-search:-ms-input-placeholder {
    font-family: inherit;
    color: inherit
}

.inline-search-form .navbar-search-submit+.navbar-search {
    width: calc(100% - 2.5em);
    margin-left: .5em
}

.inline-search-form.dark {
    padding: .25em .75em;
    margin-bottom: 1em;
    font-size: 1em;
    background-color: #4d4d4d;
    border-radius: 2em
}

.inline-search-form.dark .navbar-search {
    height: 2em;
    font-family: "RTS Neue VAR", "Helvetica", "Arial", "Verdana", sans-serif;
    font-size: 1.15em;
    color: #fff
}

.inline-search-form.dark .navbar-search::-webkit-input-placeholder {
    line-height: 1.2;
    color: #bbb
}

.inline-search-form.dark .navbar-search::-moz-placeholder {
    color: #bbb
}

.inline-search-form.dark .navbar-search:-ms-input-placeholder {
    color: #bbb
}

.inline-search-form.dark .rts-picto.form.search {
    font-size: 1.15em;
    background-image: url(icone_search-white.svg)
}

@media(min-width: 508px) {
    .inline-search-form.dark {
        margin-bottom: 0
    }

    .inline-search-form.dark .navbar-search {
        height: 1.5em;
        font-size: .875em
    }
}

.inline-search-form.light {
    padding: .25em .5em;
    margin-bottom: 1em;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: .25rem
}

.inline-search-form.light .navbar-search {
    height: 1.75em;
    font-family: "RTS Neue VAR", "Helvetica", "Arial", "Verdana", sans-serif;
    font-size: 1em;
    color: #000
}

.inline-search-form.light .navbar-search::-webkit-input-placeholder {
    line-height: 1.2;
    color: #999
}

.inline-search-form.light .navbar-search::-moz-placeholder {
    color: #999
}

.inline-search-form.light .navbar-search:-ms-input-placeholder {
    color: #999
}

@media(min-width: 508px) {
    .inline-search-form.light {
        margin-bottom: 0
    }

    .inline-search-form.light .navbar-search {
        height: 1.75em;
        font-size: .875em
    }
}

.rts-logo {
    display: inline-block;
    width: 1em;
    height: 1em;
    padding: 0;
    margin: 0;
    line-height: 0;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.rts-logo+.rts-logo {
    margin-left: .125em
}

.rts-logo.rts {
    width: 1.489em;
    background-image: url(logo_rts-rouge.svg)
}

.rts-logo.srgssr {
    width: 3em;
    background-image: url(logo_srgssr-rouge.svg)
}

.rts-logo.rts.info {
    width: 1.73em;
    background-image: url(logo_rtsinfo_2019.svg)
}

.rts-logo.rts.info.white {
    background-image: url(logo_rtsinfo_2019-white.svg)
}

.rts-logo.rts.info.black {
    background-image: url(logo_rtsinfo_2019-black.svg)
}

.rts-logo.rts.archives {
    width: 4.69em;
    background-image: url(logo_rtsarchives.svg)
}

.rts-logo.tv.RTS_UN {
    width: 1.73em;
    background-image: url(logo-tv-rtsun_2023.svg)
}

.rts-logo.tv.RTS_UN.small {
    width: 1em;
    background-image: url(logo-tv-rtsun_2023-small.svg)
}

.rts-logo.tv.RTS_DEUX {
    width: 1.73em;
    background-image: url(logo-tv-rtsdeux_2023.svg)
}

.rts-logo.tv.RTS_DEUX.small {
    width: 1em;
    background-image: url(logo-tv-rtsdeux_2023-small.svg)
}

.rts-logo.tv.RTS_INFO {
    width: 1.73em;
    background-image: url(logo-tv-rtsinfo_2023-small.svg)
}


.rts-logo.PLAY_RTS {
    width: 3.24em;
    background-image: url(logo-tv-playrts.svg)
}


.rts-logo.PLAY_RTS.white {
    background-image: url(logo-tv-playrts-white.svg)
}


.rts-logo.PLAY_RTS.black {
    background-image: url(logo-tv-playrts-black.svg)
}

.rts-logo.radio.small {
    width: 1em;
    height: 1em
}

.rts-logo.radio.disabled {
    opacity: .3
}


.rts-logo.radio.LA_1ERE.small {
    background-image: url(radio-channel-premiere.svg)
}


.rts-logo.radio.ESPACE_2.small {
    background-image: url(radio-channel-espace-2.svg)
}


.rts-logo.radio.COULEUR_3.small {
    background-image: url(radio-channel-couleur-3.svg)
}


.rts-logo.radio.OPTION_MUSIQUE.small {
    background-image: url(radio-channel-option-musique.svg)
}

.rts-picto.form {
    display: inline-block;
    width: 1em;
    height: 1em;
    padding: 0;
    font-size: 1em;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 0
}

.rts-picto.form.search {
    background-image: url(icone_search-black.svg);
    background-size: 1em
}

.rts-picto.form.search.white {
    background-image: url(icone_search-white.svg)
}

.rts-picto.menu {
    display: inline-block;
    width: 1em;
    height: 1em;
    font-size: 1em;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 0
}

.rts-picto.menu.burger {
    background-image: url(burger-menu_black.svg);
    width: 1.5em;
    height: 1.5em
}

.rts-picto.menu.burger.white {
    background-image: url(burger-menu_white.svg)
}

.rts-picto.menu.search {
    background-image: url(input-search_black.svg)
}

.rts-picto.menu.search.white {
    background-image: url(input-search_white.svg)
}

.rts-navbar {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.rts-navbar .rts-navbar-nav {
    float: none;
    padding: 0;
    margin: 0;
    list-style: none;
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: none;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3
}

.rts-navbar .rts-navbar-nav::after {
    display: block;
    clear: both;
    content: ""
}

.rts-navbar .rts-nav-item {
    position: relative;
    float: none;
    margin-top: 0
}

.rts-navbar .rts-nav-item.subnav>.rts-nav-link::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-bottom: .15em;
    margin-left: .2125em;
    vertical-align: baseline;
    content: "";
    border-top: .25em solid;
    border-right: .25em solid rgba(0, 0, 0, 0);
    border-bottom: 0;
    border-left: .25em solid rgba(0, 0, 0, 0)
}

.rts-navbar .rts-nav-item.subnav>.rts-nav-link:empty::after {
    margin-left: 0
}

.rts-navbar .rts-nav-link {
    display: block;
    width: 100%;
    padding: .75em 0;
    margin: 0;
    line-height: 1;
    color: inherit;
    cursor: pointer
}

.rts-navbar .dropdown-collapse-checkbox {
    display: none
}

@media(min-width: 508px) {
    .rts-navbar {
        display: block;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-line-pack: distribute;
        -webkit-align-content: space-around;
        align-content: space-around
    }

    .rts-navbar .rts-navbar-nav {
        width: auto;
        cursor: default
    }

    .rts-navbar .rts-nav-item {
        display: inline-block;
        width: auto;
        margin: 0 4px
    }

    .rts-navbar .rts-nav-item:hover .rts-dropdown-menu {
        display: table
    }
}

.rts-navbar .rts-navbar-nav.dark .rts-nav-item,
.rts-navbar .rts-navbar-nav.dark .rts-nav-item:last-child {
    border-top: 1px solid rgba(255, 255, 255, .4)
}

.rts-navbar .rts-navbar-nav.dark .rts-nav-item {
    margin: 0 3px;
    color: #fff
}

.rts-navbar .rts-navbar-nav.dark .rts-nav-title {
    font-size: 16px;
    font-weight: 450;
    line-height: 20px
}

@media(min-width: 508px) {

    .rts-navbar .rts-navbar-nav.dark .rts-nav-item,
    .rts-navbar .rts-navbar-nav.dark .rts-nav-item:last-child {
        border: 0
    }

    .rts-navbar .rts-navbar-nav.dark .rts-nav-item:not(:first-child)::before {
        opacity: .5
    }

    .rts-navbar .rts-navbar-nav.dark .rts-nav-item:hover {
        color: #fff;
        background-color: rgba(0, 0, 0, .8)
    }

    .rts-navbar .rts-navbar-nav.dark .rts-nav-link {
        padding: .75em
    }
}

.rts-navbar .rts-navbar-nav.light .rts-nav-item,
.rts-navbar .rts-navbar-nav.light .rts-nav-item:last-child {
    border-top: 1px solid #f5f5f5
}

.rts-navbar .rts-navbar-nav.light .rts-nav-title {
    font-size: 16px;
    font-weight: 450;
    line-height: 20px
}

@media(min-width: 508px) {

    .rts-navbar .rts-navbar-nav.light .rts-nav-item,
    .rts-navbar .rts-navbar-nav.light .rts-nav-item:last-child {
        border: 0
    }

    .rts-navbar .rts-navbar-nav.light .rts-nav-item {
        margin: 0 28px 0 0
    }

    .rts-navbar .rts-navbar-nav.light.bullet .rts-nav-item {
        margin: 0 18px
    }

    .rts-navbar .rts-navbar-nav.light.bullet .rts-nav-item:first-child {
        padding-left: 0
    }
}

.rts-navbar .rts-navbar-nav.light.common.bullet .rts-nav-item:first-child {
    margin-left: 0
}

.rts-navbar .rts-navbar-nav.light.common.bullet>.rts-nav-item>.rts-nav-link {
    padding: 0;
    line-height: 3.125em;
    cursor: pointer
}

.rts-navbar .rts-navbar-nav.light.common.bullet>.rts-nav-item>.rts-nav-link::after {
    width: auto;
    height: auto;
    margin: 0 0 .125em .25em
}

.rts-navbar .rts-navbar-nav.light.common.bullet .rts-nav-link .menu.burger {
    width: 2.125em;
    height: auto;
    background: none
}

.rts-navbar .rts-navbar-nav.light.common.bullet .rts-nav-link .menu.burger::before {
    font-size: 16px;
    font-weight: 450;
    line-height: 20px;
    content: "Plus"
}

.rts-navbar .rts-navbar-nav.light.common.bullet .rts-nav-item:hover>.rts-nav-link,
.rts-navbar .rts-navbar-nav.light.common.bullet .rts-nav-item:hover>.rts-nav-link .menu.burger::before {
    text-decoration: underline
}

@media(max-width: 507.98px) {
    .rts-navbar .rts-navbar-nav.light.common.bullet {
        margin: 0
    }

    .rts-navbar .rts-navbar-nav.light.common.bullet .rts-nav-item:not(.resizable-hidden-items) {
        display: block
    }

    .rts-navbar .rts-navbar-nav.light.common.bullet .rts-nav-item {
        background: #343434;
        border-top: 1px solid #1f1f1f;
        border-bottom: 0
    }

    .rts-navbar .rts-navbar-nav.light.common.bullet .rts-nav-item:first-child {
        border-top: 0
    }

    .rts-navbar .rts-navbar-nav.light.common.bullet>.rts-nav-item>.rts-nav-link {
        display: block;
        height: auto;
        padding: .625em 2.125em;
        line-height: 1.875em;
        background: none;
        border-top: 0
    }

    .rts-navbar .rts-navbar-nav.light.common.bullet .rts-nav-title {
        font-size: 16px;
        font-weight: 450;
        line-height: 20px;
        color: #fff
    }

    .rts-navbar .rts-navbar-nav.light.common.bullet>.rts-nav-item.subnav>.rts-nav-link {
        background: url(plus-more-white.svg) no-repeat right;
        background-position-x: 93%
    }

    .rts-navbar .rts-navbar-nav.light.common.bullet>.rts-nav-item.subnav>.rts-nav-link::after {
        border: 0
    }
}

@media(max-width: 507.98px) {
    .rts-navbar .rts-navbar-nav.light.common.bullet .rts-nav-item.subnav>.dropdown-collapse-label {
        pointer-events: auto
    }

    .rts-navbar .rts-navbar-nav.light.common.bullet .rts-nav-item.subnav>.rts-dropdown-menu>.rts-dropdown-item {
        display: none
    }

    .rts-navbar .rts-navbar-nav.light.common.bullet .rts-nav-item.subnav .dropdown-collapse-checkbox:checked~.rts-dropdown-menu>.rts-dropdown-item {
        display: block
    }

    .rts-navbar .rts-navbar-nav.light.common.bullet .rts-nav-item.subnav .dropdown-collapse-checkbox:checked~.rts-nav-link {
        background-color: #000;
        background-image: url(minus-less-white.svg)
    }
}

@media(min-width: 508px) {
    .rts-navbar .rts-navbar-nav.bullet .rts-nav-item:not(:first-child)::before {
        position: absolute;
        top: 50%;
        left: -24px;
        width: .375em;
        height: .375em;
        content: "";
        background-color: #d8d8d8;
        background-color: var(--rts-theme-menu-decorator, #d8d8d8);
        border-radius: .375em;
        transform: translateY(-50%);
        pointer-events: none
    }
}

.rts-navbar.resizable-navbar .rts-nav-item.nvl-1:not(.resized-hidden)~.resizable-hidden-items .nvl-1 {
    display: none !important
}

.rts-navbar.resizable-navbar .rts-nav-item.nvl-2:not(.resized-hidden)~.resizable-hidden-items .nvl-2 {
    display: none !important
}

.rts-navbar.resizable-navbar .rts-nav-item.nvl-3:not(.resized-hidden)~.resizable-hidden-items .nvl-3 {
    display: none !important
}

.rts-navbar.resizable-navbar .rts-nav-item.nvl-4:not(.resized-hidden)~.resizable-hidden-items .nvl-4 {
    display: none !important
}

.rts-navbar.resizable-navbar .rts-nav-item.nvl-5:not(.resized-hidden)~.resizable-hidden-items .nvl-5 {
    display: none !important
}

.rts-navbar.resizable-navbar .rts-nav-item.nvl-6:not(.resized-hidden)~.resizable-hidden-items .nvl-6 {
    display: none !important
}

.rts-navbar.resizable-navbar .rts-nav-item.nvl-7:not(.resized-hidden)~.resizable-hidden-items .nvl-7 {
    display: none !important
}

.rts-navbar.resizable-navbar .rts-nav-item.nvl-8:not(.resized-hidden)~.resizable-hidden-items .nvl-8 {
    display: none !important
}

.rts-navbar.resizable-navbar .rts-nav-item.nvl-9:not(.resized-hidden)~.resizable-hidden-items .nvl-9 {
    display: none !important
}

.rts-navbar.resizable-navbar .rts-nav-item.nvl-10:not(.resized-hidden)~.resizable-hidden-items .nvl-10 {
    display: none !important
}

.rts-navbar.resizable-navbar .rts-nav-item.nvl-11:not(.resized-hidden)~.resizable-hidden-items .nvl-11 {
    display: none !important
}

.rts-navbar.resizable-navbar .rts-nav-item.nvl-12:not(.resized-hidden)~.resizable-hidden-items .nvl-12 {
    display: none !important
}

.rts-navbar.resizable-navbar .rts-nav-item.nvl-13:not(.resized-hidden)~.resizable-hidden-items .nvl-13 {
    display: none !important
}

.rts-navbar.resizable-navbar .rts-nav-item.nvl-14:not(.resized-hidden)~.resizable-hidden-items .nvl-14 {
    display: none !important
}

.rts-navbar.resizable-navbar .rts-nav-item.nvl-15:not(.resized-hidden)~.resizable-hidden-items .nvl-15 {
    display: none !important
}

.rts-navbar.resizable-navbar .resizable-hidden-items {
    display: none
}

.rts-navbar.resizable-navbar .items-level-3 {
    padding-left: 1em
}

@media(min-width: 508px) {
    .rts-navbar.resizable-navbar .resized-hidden {
        display: none
    }

    .rts-navbar.resizable-navbar .resizable-hidden-items.has-items {
        display: inline-block;
        margin-right: 0;
        visibility: hidden
    }

    .rts-navbar-nav:not(.bullet) .rts-navbar.resizable-navbar .resizable-hidden-items.has-items {
        margin: 0 !important
    }

    .rts-navbar.resizable-navbar .resizable-hidden-items.has-items {
        visibility: visible
    }
}

.rts-navbar.resizable-navbar .rts-navbar-nav {
    width: 100%;
    overflow: hidden;
    white-space: nowrap
}

.rts-navbar.resizable-navbar.computed .rts-navbar-nav {
    overflow: visible;
    white-space: normal
}

@media(min-width: 508px) {
    .rts-navbar.resizable-navbar.computing .resized-hidden {
        display: inline-block;
        visibility: hidden
    }

    .rts-navbar.resizable-navbar.computing .resizable-hidden-items,
    .rts-navbar.resizable-navbar.computing .resizable-hidden-items.resized-hidden {
        display: inline-block;
        visibility: hidden
    }
}

.rts-timeslider {
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.rts-timeslider .timeslider-indicator {
    display: block;
    height: .3125em;
    margin-right: .5rem;
    margin-left: .5rem;
    background-color: #eee;
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: none
}

.rts-timeslider .timeslider-progress {
    display: block;
    height: inherit;
    background-color: #db2e33;
    border-radius: 6px;
    width: var(--timeslider-progress-percent);
    max-width: 100%
}

.rts-timeslider.text-above {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.rts-timeslider.text-above .timeslider-indicator {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    margin: 0
}

.rts-circular-timeslider {
    position: relative;
    width: 1em;
    height: 1em;
    color: #dd0a2e
}

.rts-circular-timeslider svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.rts-circular-timeslider .timeslider-progress {
    transform: rotate(-90deg);
    width: 100%;
    height: 100%
}

.rts-circular-timeslider .progress__meter,
.rts-circular-timeslider .progress__value {
    fill: none
}

.rts-circular-timeslider .progress__meter {
    stroke: rgba(0, 0, 0, 0)
}

.rts-circular-timeslider .progress__value {
    stroke: currentColor;
    stroke-linecap: round
}

.rts-circular-timeslider .progress__value {
    stroke-dasharray: 301.548;
    stroke-dashoffset: calc(301.548*(100% - var(--timeslider-progress-percent))/100)
}

.rts-circular-timeslider img {
    padding: 2px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.channel-color .bg-color {
    background-color: #af001e
}

.channel-color.RTS_UN .bg-color {
    background-color: #00d6f3
}

.channel-color.RTS_DEUX .bg-color {
    background-color: #b6f
}

.channel-color.RTS_INFO .bg-color {
    background-color: #3787ff
}


.channel-color.LA_1ERE .bg-color {
    background-color: #ff585d
}


.channel-color.ESPACE_2 .bg-color {
    background-color: #9b9fff
}


.channel-color.COULEUR_3 .bg-color {
    background-color: #ff77cd
}


.channel-color.OPTION_MUSIQUE .bg-color {
    background-color: #13f2a4
}

.rts-transversal-header {
    position: relative;
    z-index: 1012;
    min-height: 77px;
    padding: 0;
    margin: 0;
    font-family: "RTS Neue VAR", "Helvetica", "Arial", "Verdana", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    max-width: 100%;
    box-sizing: border-box
}

.rts-transversal-header *,
.rts-transversal-header *::before,
.rts-transversal-header *::after {
    box-sizing: border-box
}

.rts-transversal-header a,
.rts-transversal-header a:hover,
.rts-transversal-header a:visited {
    color: inherit;
    text-decoration: none
}

.rts-transversal-header a[href] {
    cursor: pointer
}

.rts-transversal-header input {
    border: 0
}

.rts-transversal-header button {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer
}

.rts-transversal-header ul {
    list-style: none
}

.rts-transversal-header ul,
.rts-transversal-header li {
    font-size: 1em
}

.rts-transversal-header label {
    margin: 0
}

.rts-transversal-header-wrapper {
    position: relative;
    top: 0;
    width: 100%;
    min-height: 77px;
    box-shadow: 0 2px 4px 0 rgba(20, 15, 15, .08)
}

.rts-transversal-header-wrapper.sticky-nav {
    position: fixed;
    top: 0;
    transform: translateY(-85px);
    transition: transform 150ms ease;
    will-change: transform
}

.rts-transversal-header-wrapper.sticky-nav.sticky-nav-visible {
    transform: translateY(0)
}

.rts-transversal-header-overlay {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    pointer-events: none;
    transition: opacity ease-in-out 250ms
}

.rts-transversal-header.burger-panel-opened .rts-transversal-header-wrapper,
.rts-transversal-header.sub-panel-opened .rts-transversal-header-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    transform: translateY(0)
}

.rts-transversal-header.burger-panel-opened .rts-transversal-header-wrapper.sticky-nav,
.rts-transversal-header.sub-panel-opened .rts-transversal-header-wrapper.sticky-nav {
    transform: translateY(0)
}

.rts-transversal-header.burger-panel-opened .rts-transversal-navbar-menu,
.rts-transversal-header.sub-panel-opened .rts-transversal-navbar-menu {
    visibility: hidden
}

.rts-transversal-header.burger-panel-opened .rts-navbar-picto.burger,
.rts-transversal-header.sub-panel-opened .rts-navbar-picto.burger {
    background-image: url(nav-burger-close.svg)
}

@media(min-width: 600px) {

    .rts-transversal-header.burger-panel-opened #rts-shortcut-search,
    .rts-transversal-header.sub-panel-opened #rts-shortcut-search {
        display: none
    }

    .rts-transversal-header.burger-panel-opened #rts-shortcut-user-profile,
    .rts-transversal-header.burger-panel-opened #rts-shortcut-weather,
    .rts-transversal-header.sub-panel-opened #rts-shortcut-user-profile,
    .rts-transversal-header.sub-panel-opened #rts-shortcut-weather {
        display: block
    }
}

.rts-transversal-header.sub-panel-opened #rts-navbar-burger-panel.panel-active.panel-visible {
    visibility: hidden
}

.rts-transversal-header.burger-panel-opened:not(.sub-panel-opened) #rts-navbar-burger-panel {
    display: block
}

.rts-navbar-picto {
    display: inline-block;
    width: 1em;
    height: 1em;
    font-size: 1.25em;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 0
}

.rts-navbar-picto.rts-nav-picto-1 {
    font-size: 16px;
    margin-right: 8px
}

.rts-navbar-picto~span {
    vertical-align: middle
}

.rts-navbar-picto.burger {
    font-size: 32px;
    background-image: url(nav-burger.svg)
}

.rts-navbar-picto.tv-streaming {
    background-image: url(nav-tv-streaming.svg)
}

.rts-navbar-picto.audio-podcast {
    background-image: url(nav-audio-portal.svg)
}

.rts-navbar-picto.discover {
    background-image: url(theme_discover.svg)
}

.rts-navbar-picto.user-profile {
    background-image: url(nav-user-profile.svg)
}

.rts-navbar-picto.search {
    background-image: url(nav-search.svg)
}

.rts-navbar-picto.weather {
    width: 1.5em;
    background-image: url(nav-weather.svg)
}

html.rts-transversal-header-opened body.rts>*:not(.rts-transversal-header) {
    opacity: .5;
    pointer-events: none;
    touch-action: none;
    transition: opacity ease-in-out 250ms
}

html.rts-transversal-header-opened .rts-transversal-navbar {
    position: fixed;
    top: 0
}

@media(max-width: 599.98px) {
    html.rts-transversal-header-opened body {
        overflow: hidden
    }
}

@media(min-width: 600px) {
    html.rts-transversal-header-opened .rts-transversal-header-overlay {
        opacity: 1;
        height: 100vh;
        cursor: pointer;
        pointer-events: initial;
        transition: opacity ease-in-out 250ms
    }
}

.rts-transversal-header .rts-transversal-navbar {
    position: relative;
    width: 100%;
    z-index: 1011;
    color: var(--rts-nav-item-color, #000);
    background-color: var(--rts-nav-bg, #fff)
}

.rts-transversal-header .rts-transversal-navbar-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 77px;
    margin: 0 auto;
    max-width: 1232px;
    padding-left: max(16px, env(safe-area-inset-left));
    padding-right: max(16px, env(safe-area-inset-right))
}

.rts-transversal-header .rts-transversal-navbar-brand .rts-brand-link {
    display: block;
    font-size: 48px;
    line-height: 0
}

.rts-transversal-header .rts-transversal-navbar-menu {
    display: none
}

.rts-transversal-header .rts-transversal-navbar-menu .rts-thn-menu-separator {
    flex: 1 1 auto
}

.rts-transversal-header .rts-transversal-navbar-burger .rts-burger-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    font-size: 2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.rts-transversal-header .rts-thn-navbar-items {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 4px 0;
    gap: 12px
}

.rts-transversal-header .rts-thn-navbar-items.main-items {
    gap: 16px
}

.rts-transversal-header .rts-thn-navbar-items.shortcut-items {
    padding: 0
}

.rts-transversal-header .rts-thn-navbar-item.editorial {
    display: none;
    white-space: nowrap
}

.rts-transversal-header .rts-thn-navbar-item.editorial::before {
    width: 1px;
    height: 16px;
    margin-right: 16px;
    content: "";
    border-left: 1px solid var(--rts-nav-item-editorial-color, #6D6D6D)
}

.rts-transversal-header .rts-thn-navbar-link {
    display: inline-block;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #000;
    cursor: pointer;
    white-space: nowrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0)
}

.rts-transversal-header .rts-thn-navbar-link.editorial {
    font-weight: 400;
    color: var(--rts-nav-item-editorial-color, #6D6D6D)
}

.rts-transversal-header .rts-thn-navbar-link:hover,
.rts-transversal-header .rts-thn-navbar-link.selected {
    border-bottom-color: currentColor
}

.rts-transversal-header .rts-thn-navbar-link-with-icon,
.rts-transversal-header .rts-thn-navbar-icon-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: var(--rts-nav-item-color, #000);
    background-color: #f4f4f4;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.rts-transversal-header .rts-thn-navbar-link-with-icon span,
.rts-transversal-header .rts-thn-navbar-icon-link span {
    display: none
}

.rts-transversal-header .rts-thn-navbar-link-with-icon:hover,
.rts-transversal-header .rts-thn-navbar-link-with-icon.selected,
.rts-transversal-header .rts-thn-navbar-icon-link:hover,
.rts-transversal-header .rts-thn-navbar-icon-link.selected {
    color: #fff;
    background-color: var(--rts-nav-item-light-color, #5D5D5D)
}

.rts-transversal-header .rts-thn-navbar-icon-link.selected .rts-navbar-picto.user-profile,
.rts-transversal-header .rts-thn-navbar-icon-link:hover .rts-navbar-picto.user-profile {
    background-image: url(nav-user-profile-white.svg)
}

.rts-transversal-header .rts-thn-navbar-icon-link.selected .rts-navbar-picto.search,
.rts-transversal-header .rts-thn-navbar-icon-link:hover .rts-navbar-picto.search {
    background-image: url(nav-search-white.svg)
}

.rts-transversal-header .rts-thn-navbar-icon-link.selected .rts-navbar-picto.weather,
.rts-transversal-header .rts-thn-navbar-icon-link:hover .rts-navbar-picto.weather {
    background-image: url(nav-weather-white.svg)
}

@media(max-width: 599.98px) {
    .rts-transversal-header .rts-transversal-navbar-brand {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .rts-transversal-header .rts-transversal-navbar-shortcuts {
        order: -1
    }

    .rts-transversal-header .rts-transversal-navbar-shortcuts #rts-shortcut-user-profile {
        display: none
    }

    .rts-transversal-header .rts-transversal-navbar-shortcuts #rts-shortcut-weather {
        order: -1
    }
}

@media(min-width: 600px) {
    .rts-transversal-header .rts-transversal-navbar-brand {
        order: 2;
        margin-left: 24px;
        margin-right: 40px
    }

    .rts-transversal-header .rts-transversal-navbar-menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        order: 3;
        flex: 1
    }

    .rts-transversal-header .rts-transversal-navbar-shortcuts {
        order: 4;
        margin-left: .75rem
    }

    .rts-transversal-header .rts-transversal-navbar-shortcuts #rts-shortcut-weather,
    .rts-transversal-header .rts-transversal-navbar-shortcuts #rts-shortcut-user-profile {
        display: none
    }

    .rts-transversal-header.burger-panel-opened .rts-transversal-navbar-shortcuts #rts-shortcut-weather,
    .rts-transversal-header.burger-panel-opened .rts-transversal-navbar-shortcuts #rts-shortcut-user-profile {
        display: block
    }

    .rts-transversal-header .rts-transversal-navbar-burger {
        order: 1
    }
}

@media(max-width: 959.98px) {

    .rts-transversal-header .rts-thn-navbar-link-with-icon.selected .rts-navbar-picto.tv-streaming,
    .rts-transversal-header .rts-thn-navbar-link-with-icon:hover .rts-navbar-picto.tv-streaming {
        background-image: url(nav-tv-streaming-white.svg)
    }

    .rts-transversal-header .rts-thn-navbar-link-with-icon.selected .rts-navbar-picto.audio-podcast,
    .rts-transversal-header .rts-thn-navbar-link-with-icon:hover .rts-navbar-picto.audio-podcast {
        background-image: url(nav-audio-portal-white.svg)
    }
}

@media(min-width: 960px) {
    .rts-transversal-header .rts-transversal-navbar-shortcuts {
        margin-left: 40px
    }

    .rts-transversal-header .rts-thn-navbar-items.portal-items {
        gap: 16px
    }

    .rts-transversal-header .rts-thn-navbar-link-with-icon {
        display: inline-block;
        padding-top: 2px;
        padding-bottom: 2px;
        font-size: 18px;
        font-weight: 500;
        line-height: 1;
        border-bottom: 1px solid rgba(0, 0, 0, 0);
        cursor: pointer;
        width: auto;
        height: auto;
        background-color: rgba(0, 0, 0, 0);
        border-radius: 0
    }

    .rts-transversal-header .rts-thn-navbar-link-with-icon .rts-navbar-picto {
        display: inline-block;
        margin-right: 8px
    }

    .rts-transversal-header .rts-thn-navbar-link-with-icon .rts-navbar-picto~span {
        display: inline-block
    }

    .rts-transversal-header .rts-thn-navbar-link-with-icon:hover,
    .rts-transversal-header .rts-thn-navbar-link-with-icon.selected {
        color: inherit;
        background-color: inherit;
        border-bottom-color: currentColor
    }
}

@media(min-width: 1232px) {

    .rts-transversal-header .rts-thn-navbar-items.main-items,
    .rts-transversal-header .rts-thn-navbar-items.portal-items {
        gap: 24px
    }

    .rts-transversal-header .rts-thn-navbar-item.editorial {
        display: block
    }

    .rts-transversal-header .rts-thn-navbar-item.editorial::before {
        margin-right: 24px
    }

    .rts-transversal-header .rts-transversal-navbar-shortcuts #rts-shortcut-weather,
    .rts-transversal-header .rts-transversal-navbar-shortcuts #rts-shortcut-user-profile {
        display: block
    }
}

.rts-transversal-header .rts-transversal-header-panel {
    display: none;
    position: fixed;
    top: 77px;
    left: 0;
    right: 0;
    width: 100vw;
    max-width: 100%;
    max-height: calc(100vh - 77px);
    padding-bottom: 154px;
    color: var(--rts-nav-item-color, #000);
    background-color: var(--rts-nav-panel-bg, #fff);
    box-shadow: 0 2px 4px 0 rgba(20, 15, 15, .08);
    overflow-x: hidden;
    overflow-y: auto
}

.rts-transversal-header .rts-transversal-header-panel .rts-thn-items-title-btn {
    display: inline-flex;
    padding: 12px 16px;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 450;
    line-height: 22px;
    color: var(--Gray-White, #fff);
    background: var(--Gray-Gray-6, #2d2d2d);
    border-radius: 100px
}

.rts-transversal-header .rts-transversal-header-panel .rts-thn-items-title-btn span {
    text-align: center
}

.rts-transversal-header .rts-transversal-header-panel .rts-thn-items-sub-title {
    display: inline-block;
    padding: 0 4px;
    margin-bottom: 12px;
    font-size: 1.125em;
    font-weight: 600;
    line-height: 1.35em
}

.rts-transversal-header .rts-transversal-header-panel .rts-thn-items-pager-title {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35em
}

.rts-transversal-header .rts-transversal-header-panel .rts-timeslider .timeslider-indicator {
    height: 8px;
    background-color: rgba(155, 155, 155, .18)
}

.rts-transversal-header .rts-transversal-header-panel .rts-timeslider .timeslider-progress {
    border-radius: 0 6px 6px 0
}

.rts-transversal-header .rts-transversal-header-panel .timeslider-indicator-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #5d5d5d;
    font-size: 12px;
    font-weight: 350;
    line-height: 16px;
    order: 4
}

.rts-transversal-header .rts-transversal-header-panel .timeslider-indicator-text .rtsp_datetime {
    margin-right: 2px
}

@media(max-width: 599.98px) {
    .rts-transversal-header .rts-transversal-header-panel {
        height: 100vh
    }
}

.rts-transversal-header .rts-transversal-header-panel-wrapper {
    display: block;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px
}

@supports(padding: max(0px)) {
    .rts-transversal-header .rts-transversal-header-panel-wrapper {
        padding-left: max(0px, env(safe-area-inset-left));
        padding-right: max(0px, env(safe-area-inset-right))
    }
}

.rts-transversal-header .rts-transversal-header-panel.rts-full-width-panel {
    padding-bottom: 56px;
    border-top: 1px solid #f4f4f4
}

.rts-transversal-header .rts-transversal-header-panel.rts-full-width-panel .rts-transversal-header-panel-wrapper {
    max-width: 1232px;
    margin-left: auto;
    margin-right: auto
}

@media(min-width: 1232px) {
    .rts-transversal-header .rts-transversal-header-panel.rts-full-width-panel {
        left: 0;
        right: 0;
        width: 100%
    }
}

.rts-transversal-header .rts-transversal-header-panel.panel-active {
    display: block;
    transform: translateY(-100%);
    transition: transform ease-in-out 250ms
}

.rts-transversal-header .rts-transversal-header-panel.panel-active.panel-visible {
    transform: translateY(0)
}

.rts-transversal-header .rts-transversal-header-panel.push-panel-active {
    display: block;
    transform: translateX(100vw);
    transition: transform ease-in-out 250ms
}

.rts-transversal-header .rts-transversal-header-panel.push-panel-active.panel-visible {
    transform: translateX(0)
}

.rts-transversal-header .rts-thn-menu-items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin: 0;
    padding: 0
}

.rts-transversal-header .rts-thn-menu-items>li {
    margin: 0;
    padding: 0
}

@media(min-width: 600px) {
    .rts-transversal-header .rts-thn-menu-items.with-margin {
        margin-left: 10px
    }
}

.rts-transversal-header .rts-thn-menu-item.separator {
    padding: 1.5rem 0;
    width: 180px
}

.rts-transversal-header .rts-thn-menu-item.separator:before {
    display: block;
    content: "";
    width: 100%;
    border-bottom: 1px solid #e4e4e4
}

.rts-transversal-header .rts-thn-menu-link {
    display: inline-block;
    padding: 6px;
    margin-right: 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    cursor: pointer
}

.rts-transversal-header .rts-thn-menu-link.menu-link-medium {
    font-size: 18px;
    font-weight: 400
}

.rts-transversal-header .rts-thn-menu-link.menu-link-large {
    font-size: 18px;
    font-weight: 500
}

.rts-transversal-header .rts-thn-menu-link.editorial {
    color: var(--rts-nav-item-editorial-color, #6d6d6d)
}

.rts-transversal-header .rts-thn-menu-link.no-link {
    cursor: initial
}

.rts-transversal-header .rts-thn-link-chevron {
    font-family: "rtsp";
    font-weight: normal;
    font-style: normal;
    margin-left: .25rem;
    font-size: .875em;
    vertical-align: middle
}

.rts-transversal-header .rts-thn-link-chevron:after {
    content: ""
}

.rts-transversal-header .rts-thn-link-chevron.up:after {
    content: ""
}

.rts-transversal-header .rts-thn-link-chevron.down:after {
    content: ""
}

.rts-transversal-header #rts-navbar-burger-panel {
    padding-top: 0;
    padding-bottom: 56px
}

.rts-transversal-header #rts-navbar-burger-panel .burger-mobile {
    display: block
}

.rts-transversal-header #rts-navbar-burger-panel .burger-mobile .rts-thn-menu-items {
    margin-top: 42px
}

.rts-transversal-header #rts-navbar-burger-panel .burger-desktop {
    display: none
}

.rts-transversal-header #rts-navbar-burger-panel .burger-desktop.panel-active.panel-visible {
    display: block
}

.rts-transversal-header #rts-navbar-burger-panel .burger-desktop.panel-active.panel-visible~.burger-mobile {
    display: none
}

.rts-transversal-header #rts-navbar-plus-panel {
    padding-top: 16px;
    padding-bottom: 56px
}

@media(max-width: 599.98px) {
    .rts-transversal-header .burger-desktop {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        max-height: 100vh;
        width: 100vw;
        max-width: 100%;
        padding-bottom: 77px;
        color: var(--rts-nav-item-color, #000);
        background-color: var(--rts-nav-bg, #fff);
        overflow-x: hidden;
        overflow-y: auto
    }
}

@media(min-width: 600px) {
    .rts-transversal-header #rts-navbar-burger-panel .burger-mobile {
        display: none
    }

    .rts-transversal-header #rts-navbar-burger-panel .burger-desktop {
        display: block
    }
}

.rts-transversal-header .rts-nav-pager {
    position: relative;
    max-width: 100%;
    width: 100%
}

.rts-transversal-header .rts-nav-pager .rts-nav-pager-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow-x: auto
}

.rts-transversal-header .rts-nav-pager .rts-nav-pager-container::-webkit-scrollbar {
    display: none
}

.rts-transversal-header .rts-nav-pager .rts-nav-pager-container .live-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px
}

@media(max-width: 599.98px) {
    .rts-transversal-header .rts-nav-pager .rts-nav-pager-container .live-card-content {
        padding: 8px 0;
        gap: 4px
    }
}

.rts-transversal-header .rts-nav-pager .rts-nav-pager-container .live-card-content .card-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 3.75em;
    overflow: hidden
}

@media(max-width: 599.98px) {
    .rts-transversal-header .rts-nav-pager .rts-nav-pager-container .live-card-content .card-title {
        font-size: 16px;
        font-weight: 400
    }
}

.rts-transversal-header .rts-nav-pager .rts-nav-pager-container .live-card-content .card-lead {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25em;
    color: #5d5d5d;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.5em;
    overflow: hidden
}

@media(max-width: 599.98px) {
    .rts-transversal-header .rts-nav-pager .rts-nav-pager-container .live-card-content .card-lead {
        font-size: 14px
    }
}

.rts-transversal-header .rts-nav-pager .rts-nav-pager-container .live-card-content .card-time {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25em;
    color: var(--rts-nav-item-editorial-color, #6d6d6d)
}

@media(max-width: 599.98px) {
    .rts-transversal-header .rts-nav-pager .rts-nav-pager-container .live-card-content .card-time {
        font-size: 14px
    }
}

.rts-transversal-header .rts-nav-pager .rts-nav-pager-container .live-card-img {
    position: relative
}

.rts-transversal-header .rts-nav-pager .rts-nav-pager-container .live-channel-logo-tv {
    position: absolute;
    bottom: 4px;
    left: 4px;
    font-size: 18px
}

.rts-transversal-header .rts-nav-pager .rts-nav-pager-container .live-channel-logo-radio {
    font-size: 24px;
    display: block
}

@media(max-width: 599.98px) {
    .rts-transversal-header .rts-nav-pager .rts-nav-pager-container .live-channel-logo-radio {
        display: none
    }
}

.rts-transversal-header .rts-nav-pager .rts-nav-pager-edge {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 145px;
    z-index: 1000;
    pointer-events: none
}

.rts-transversal-header .rts-nav-pager .rts-nav-pager-edge.leading {
    left: 0
}

.rts-transversal-header .rts-nav-pager .rts-nav-pager-edge.trailing {
    right: 0
}

.rts-transversal-header .rts-nav-pager .rts-nav-pager-edge.disabled {
    display: none
}

.rts-transversal-header .rts-nav-pager .rts-nav-pager-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    transform: translateY(-50%);
    color: #fff;
    background: #444;
    opacity: .8;
    border-radius: 50%;
    z-index: 1001;
    cursor: pointer;
    filter: drop-shadow(0px 3px 10px rgba(20, 15, 15, 0.18))
}

.rts-transversal-header .rts-nav-pager .rts-nav-pager-btn.prev {
    left: 56px
}

.rts-transversal-header .rts-nav-pager .rts-nav-pager-btn.next {
    right: 56px
}

.rts-transversal-header .rts-nav-pager .rts-nav-pager-btn:hover {
    opacity: 1
}

.rts-transversal-header .rts-nav-pager .rts-nav-pager-btn.disabled {
    display: none
}

@media(min-width: 600px) {
    .rts-transversal-header .rts-nav-pager .rts-nav-pager-container {
        flex-direction: row;
        gap: 32px
    }
}

.rts-transversal-header .rts-nav-pager.pager-disabled .rts-nav-pager-edge,
.rts-transversal-header .rts-nav-pager.pager-disabled .rts-nav-pager-btn {
    display: none
}

.rts-transversal-header .media-panel-content .media-panel-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.rts-transversal-header .media-panel-content .rts-thn-items-pager-title {
    display: inline-block;
    margin-bottom: 20px
}

.rts-transversal-header .media-panel-content .rts-logo.tv.PLAY_RTS.white {
    font-size: 20px
}

.rts-transversal-header .media-panel-content .media-panel-lives {
    margin-top: 16px;
    flex: 1;
    overflow: hidden;
    max-width: 100%
}

@media(min-width: 700px) {
    .rts-transversal-header .media-panel-content .media-panel-content-wrapper {
        flex-direction: row
    }

    .rts-transversal-header .media-panel-content .rts-thn-menu-items {
        margin-top: 16px
    }

    .rts-transversal-header .media-panel-content .media-panel-links {
        flex: 0 0 244px
    }

    .rts-transversal-header .media-panel-content .media-panel-lives {
        display: block;
        margin-top: 0
    }
}

@media(min-width: 920px) {
    .rts-transversal-header .media-panel-content .media-panel-links {
        flex: 0 0 260px
    }
}

.rts-transversal-header .rts-panel-module {
    padding-left: 32px;
    padding-right: 32px
}

@media(min-width: 600px) {
    .rts-transversal-header .rts-panel-module {
        padding-left: 16px;
        padding-right: 16px
    }
}

.rts-transversal-header .rts-panel-module.burger-links .rts-thn-menu-items {
    gap: 16px;
    margin: 20px auto 48px
}

.rts-transversal-header .rts-panel-module.user-profile-actions {
    padding-left: 16px;
    padding-right: 16px
}

.rts-transversal-header .rts-panel-module.user-profile-actions .rts-thn-user-account {
    margin-top: 80px;
    margin-bottom: 80px;
    width: 100%;
    border-radius: 5px;
    background-color: #f4f4f4
}

.rts-transversal-header .rts-panel-module.user-profile-actions .rts-user-profile-btn {
    display: block;
    text-align: center;
    padding: 16px
}

.rts-transversal-header .rts-panel-module.user-profile-actions .rts-user-profile-btn .rts-navbar-picto {
    font-size: 25px;
    margin-right: 8px
}

.rts-transversal-header .rts-panel-module.user-profile-actions .user-account-panel-toggle {
    display: flex;
    align-items: center;
    padding: 16px;
    justify-content: center;
    gap: 16px;
    cursor: pointer
}

.rts-transversal-header .rts-panel-module.user-profile-actions .user-account-name {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    line-break: anywhere
}

.rts-transversal-header .rts-panel-module.user-profile-actions .user-account-initiales {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: #5d5d5d;
    border-radius: 50%
}

.rts-transversal-header .rts-panel-module.user-profile-actions .user-account-links {
    display: none;
    padding: 0 0 16px;
    margin: 0
}

.rts-transversal-header .rts-panel-module.user-profile-actions .user-account-links>li {
    margin: 0;
    padding: 0
}

.rts-transversal-header .rts-panel-module.user-profile-actions .user-account-links li.sep:before {
    display: block;
    margin: 12px auto 0;
    padding-top: 12px;
    width: 200px;
    border-top: 1px solid #e4e4e4;
    content: ""
}

.rts-transversal-header .rts-panel-module.user-profile-actions .user-account-link {
    display: block;
    padding: 16px;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25
}

.rts-transversal-header .rts-panel-module.user-profile-actions .user-account-link:hover {
    background-color: #eee
}

.rts-transversal-header .rts-panel-module.user-profile-actions .user-account-link.light {
    font-weight: 400;
    color: var(--rts-nav-item-light-color, #5d5d5d)
}

.rts-transversal-header .rts-panel-module.user-profile-actions #user-account-panel-checkbox {
    display: none
}

.rts-transversal-header .rts-panel-module.user-profile-actions #user-account-panel-checkbox:checked~.user-account-panel-toggle .rtsp_ap-chevron-bottom:before {
    content: ""
}

.rts-transversal-header .rts-panel-module.user-profile-actions #user-account-panel-checkbox:checked~.user-account-links {
    display: block
}

.rts-transversal-header .rts-panel-module.nav-panel-header {
    display: block;
    margin-top: 16px;
    margin-bottom: 40px
}

.rts-transversal-header .rts-panel-module.nav-panel-header .rts-thn-back-button {
    display: inline-block;
    padding: 6px;
    margin-left: -20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25em;
    color: var(--rts-nav-item-light-color, #5d5d5d);
    cursor: pointer
}

.rts-transversal-header .rts-panel-module.nav-panel-header .rts-thn-back-button .rtsp_ap-chevron-left {
    margin-right: .5rem
}

.rts-transversal-header .rts-panel-module.nav-panel-header .rts-thn-panel-title {
    margin: 12px 0 40px;
    padding-bottom: 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25em;
    color: var(--rts-nav-item-light-color, #5d5d5d);
    border-bottom: 1px solid #e4e4e4
}

.rts-transversal-header .rts-panel-module.nav-panel-header .rts-thn-panel-title .rts-picto {
    margin-right: 8px
}

@media(min-width: 600px) {
    .rts-transversal-header .rts-panel-module.nav-panel-header {
        display: none
    }
}

.rts-transversal-header .rts-panel-module.search-bar {
    display: none;
    margin-top: 4px
}

.rts-transversal-header .rts-panel-module.search-bar .rts-burger-search-form {
    display: flex;
    border-bottom: 1px solid #000;
    background-color: #fff
}

.rts-transversal-header .rts-panel-module.search-bar .rts-burger-search-input {
    flex: 1;
    border: 0;
    height: 40px;
    line-height: 40px;
    text-align: center
}

.rts-transversal-header .rts-panel-module.search-bar .rts-burger-search-input::placeholder {
    font-family: "RTS Neue VAR", "Helvetica", "Arial", "Verdana", sans-serif;
    font-weight: 350;
    color: #6d6d6d
}

.rts-transversal-header .rts-panel-module.search-bar .rts-burger-search-input:focus-visible {
    outline: 0
}

.rts-transversal-header .rts-panel-module.search-bar .rts-burger-search-submit {
    width: 40px;
    height: 40px
}

@media(min-width: 600px) {
    .rts-transversal-header .rts-panel-module.search-bar {
        display: block;
        margin-bottom: 64px
    }
}

.rts-transversal-header .rts-panel-module.plus-panel-content {
    display: flex;
    flex-direction: column
}

.rts-transversal-header .rts-panel-module.plus-panel-content .plus-panel-content-col {
    flex: 1 1 auto;
    margin-bottom: 48px
}

@media(max-width: 599.98px) {
    .rts-transversal-header .rts-panel-module.plus-panel-content .plus-panel-content-col.col-0 {
        display: none
    }

    .rts-transversal-header .rts-panel-module.plus-panel-content .plus-panel-content-col.col-1 {
        display: block;
        order: 3
    }

    .rts-transversal-header .rts-panel-module.plus-panel-content .plus-panel-content-col.col-4 {
        order: 4
    }
}

@media(min-width: 600px) {
    .rts-transversal-header .rts-panel-module.plus-panel-content .plus-panel-content-col.col-1 {
        display: none
    }
}

@media(min-width: 700px) {
    .rts-transversal-header .rts-panel-module.plus-panel-content {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 64px
    }

    .rts-transversal-header .rts-panel-module.plus-panel-content .plus-panel-content-col {
        flex: 1 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media(min-width: 960px) {
    .rts-transversal-header .rts-panel-module.plus-panel-content .plus-panel-content-col {
        flex: 1 1 auto;
        max-width: 25%
    }
}

.rts-transversal-header .rts-panel-module.plus-panel-footer {
    display: flex;
    flex-direction: column;
    padding-top: 48px;
    border-top: 1px solid #e4e4e4
}

.rts-transversal-header .rts-panel-module.plus-panel-footer .rts-thn-nav-footer-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 0 24px;
    padding: 0
}

.rts-transversal-header .rts-panel-module.plus-panel-footer .rts-thn-footer-link {
    display: inline-block;
    padding: 8px;
    font-size: 16px;
    font-weight: 400
}

.rts-transversal-header .rts-panel-module.plus-panel-footer .rts-thn-footer-link.light {
    font-weight: 400;
    color: var(--rts-nav-item-light-color, #5d5d5d)
}

.rts-transversal-header .rts-panel-module.plus-panel-footer .rts-thn-footer-link .rts-logo.PLAY_RTS {
    font-size: 1.375rem
}

@media(min-width: 600px) {
    .rts-transversal-header .rts-panel-module.plus-panel-footer {
        border-top: 0
    }

    .rts-transversal-header .rts-panel-module.plus-panel-footer .rts-thn-nav-footer-items {
        flex-direction: row;
        align-items: center;
        gap: 4px;
        margin-bottom: 8px
    }
}

@media(min-width: 700px) {
    .rts-transversal-header .rts-panel-module.plus-panel-footer .rts-thn-nav-footer-items {
        flex-direction: row
    }
}

@media(min-width: 960px) {
    .rts-transversal-header .rts-panel-module.plus-panel-footer {
        flex-direction: row;
        justify-content: center
    }

    .rts-transversal-header .rts-panel-module.plus-panel-footer .rts-thn-nav-footer-items {
        align-items: center;
        justify-content: center;
        flex-direction: row;
        margin: 0
    }

    .rts-transversal-header .rts-panel-module.plus-panel-footer .plus-panel-footer-top::after {
        content: "";
        margin-left: 16px;
        margin-right: 24px;
        width: 1px;
        height: 24px;
        border-right: 1px solid var(--rts-nav-item-editorial-color, #6d6d6d)
    }
}

.rts-transversal-header .rts-panel-module.media-panel-top-links {
    padding-bottom: 40px
}

@media(min-width: 600px) {
    .rts-transversal-header .rts-panel-module.media-panel-top-links {
        padding: 32px
    }
}

@media(min-width: 700px) {
    .rts-transversal-header .rts-panel-module.media-panel-top-links {
        margin: 0 2rem;
        padding: 42px 32px 24px 56px
    }
}

.rts-transversal-header .rts-panel-module.media-panel-play-rts {
    margin-right: 22px;
    margin-bottom: 64px;
    padding: 32px;
    border-radius: 0 4px 4px 0;
    box-shadow: 7px 14px 32px 18px rgba(0, 0, 0, .1);
    color: #fff;
    background-color: #161616
}

.rts-transversal-header .rts-panel-module.media-panel-play-rts .rts-thn-menu-items {
    margin-top: 24px
}

.rts-transversal-header .rts-panel-module.media-panel-play-rts .media-panel-lives {
    display: none
}

@media(min-width: 600px) {
    .rts-transversal-header .rts-panel-module.media-panel-play-rts {
        margin-right: 32px;
        margin-bottom: 64px
    }
}

@media(min-width: 700px) {
    .rts-transversal-header .rts-panel-module.media-panel-play-rts {
        border-radius: 4px 4px 0 0;
        padding: 28px 0 28px 48px;
        margin-left: 2rem;
        margin-right: 2rem;
        margin-bottom: 0
    }

    .rts-transversal-header .rts-panel-module.media-panel-play-rts .media-panel-lives {
        display: block
    }
}

@media(min-width: 960px) {
    .rts-transversal-header .rts-panel-module.media-panel-play-rts {
        padding: 56px 0 56px 56px
    }
}

.rts-transversal-header .rts-panel-module.media-panel-audio-podcast .rts-thn-menu-items {
    margin-top: 24px
}

.rts-transversal-header .rts-panel-module.media-panel-audio-podcast .rts-thn-items-pager-title-logo {
    display: none
}

.rts-transversal-header .rts-panel-module.media-panel-audio-podcast .media-panel-lives {
    margin-top: 24px;
    padding-bottom: 56px
}

@media(min-width: 600px) {
    .rts-transversal-header .rts-panel-module.media-panel-audio-podcast {
        padding: 56px 0 56px 18px
    }

    .rts-transversal-header .rts-panel-module.media-panel-audio-podcast .media-panel-links,
    .rts-transversal-header .rts-panel-module.media-panel-audio-podcast .media-panel-lives {
        margin-top: 0;
        padding-left: 2rem;
        padding-bottom: 0
    }
}

@media(min-width: 700px) {
    .rts-transversal-header .rts-panel-module.media-panel-audio-podcast .media-panel-lives {
        padding-left: 0
    }

    .rts-transversal-header .rts-panel-module.media-panel-audio-podcast .rts-thn-items-pager-title-text {
        display: none
    }

    .rts-transversal-header .rts-panel-module.media-panel-audio-podcast .rts-thn-items-pager-title-logo {
        display: inline-block
    }
}

@media(min-width: 1200px) {
    .rts-transversal-header .rts-panel-module.media-panel-audio-podcast {
        padding: 56px 0 56px 56px
    }
}

.rts-transversal-header #rts-navbar-burger-panel .burger-desktop .rts-panel-module,
.rts-transversal-header #rts-navbar-plus-panel .rts-panel-module {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto
}

@media(min-width: 960px) {

    .rts-transversal-header #rts-navbar-burger-panel .burger-desktop .rts-panel-module,
    .rts-transversal-header #rts-navbar-plus-panel .rts-panel-module {
        max-width: 872px
    }
}

.rts-transversal-header #rts-navbar-tv-panel .media-panel-lives {
    width: 815px
}

.rts-transversal-header #rts-navbar-tv-panel .pager-tv-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    flex: 0 0 auto;
    max-width: 194px
}

.rts-transversal-header #rts-navbar-tv-panel .video-live-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    flex: 1
}

.rts-transversal-header #rts-navbar-tv-panel .video-live-card .card-lead {
    color: #f4f4f4
}

.rts-transversal-header #rts-navbar-tv-panel .rts-nav-pager-btn {
    color: #fff;
    background: #444
}

.rts-transversal-header #rts-navbar-tv-panel .rts-nav-pager-edge.leading {
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 95%)
}

.rts-transversal-header #rts-navbar-tv-panel .rts-nav-pager-edge.trailing {
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 95%)
}

@media(min-width: 600px) {
    .rts-transversal-header #rts-navbar-tv-panel {
        padding-bottom: 0
    }
}

.rts-transversal-header #rts-navbar-radio-panel .media-panel-lives {
    width: 870px;
    min-height: 310px
}

.rts-transversal-header #rts-navbar-radio-panel .pager-radio-item {
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%
}

.rts-transversal-header #rts-navbar-radio-panel .audio-live-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    width: 100%;
    border-radius: 4px;
    background-color: var(--channel-bg-color-10);
    height: auto;
    flex: 1
}

@media(min-width: 600px) {
    .rts-transversal-header #rts-navbar-radio-panel .audio-live-card {
        height: 294px
    }
}


.rts-transversal-header #rts-navbar-radio-panel .audio-live-card.LA_1ERE {
    --channel-bg-color: #FF585D;
    --channel-bg-color-10: #e6e6e6
}


.rts-transversal-header #rts-navbar-radio-panel .audio-live-card.ESPACE_2 {
    --channel-bg-color: #9B9FFF;
    --channel-bg-color-10: #e6e6e6
}


.rts-transversal-header #rts-navbar-radio-panel .audio-live-card.COULEUR_3 {
    --channel-bg-color: #FF77CD;
    --channel-bg-color-10: #e6e6e6
}


.rts-transversal-header #rts-navbar-radio-panel .audio-live-card.OPTION_MUSIQUE {
    --channel-bg-color: #13F2A4;
    --channel-bg-color-10: #e6e6e6
}

.rts-transversal-header #rts-navbar-radio-panel .audio-live-card .live-card-logo {
    display: flex;
    align-self: stretch;
    align-items: center;
    justify-content: center;
    padding-left: 8px
}

.rts-transversal-header #rts-navbar-radio-panel .audio-live-card .live-card-logo .rts-logo.radio.small {
    font-size: 40px
}

.rts-transversal-header #rts-navbar-radio-panel .audio-live-card .live-card-img {
    position: relative;
    display: none;
    border-radius: 2px;
    overflow: hidden
}

.rts-transversal-header #rts-navbar-radio-panel .audio-live-card .live-card-footer {
    padding-right: 12px
}

.rts-transversal-header #rts-navbar-radio-panel .audio-live-card .card-lead {
    display: -webkit-box
}

.rts-transversal-header #rts-navbar-radio-panel .audio-live-card .rts-timeslider {
    display: none
}

.rts-transversal-header #rts-navbar-radio-panel .audio-live-card .rts-circular-timeslider {
    font-size: 32px;
    color: var(--channel-bg-color)
}

.rts-transversal-header #rts-navbar-radio-panel .audio-live-card .rts-circular-timeslider .progress__bg {
    fill: #fff
}

.rts-transversal-header #rts-navbar-radio-panel .audio-live-card .rts-circular-timeslider .center-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 12px
}

.rts-transversal-header #rts-navbar-radio-panel .rts-nav-pager-edge.leading {
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 95%)
}

.rts-transversal-header #rts-navbar-radio-panel .rts-nav-pager-edge.trailing {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 95%)
}

@media(min-width: 600px) {
    .rts-transversal-header #rts-navbar-radio-panel {
        padding-bottom: 0
    }

    .rts-transversal-header #rts-navbar-radio-panel .media-panel-lives {
        min-height: initial
    }

    .rts-transversal-header #rts-navbar-radio-panel .pager-radio-item {
        flex-direction: row;
        flex: 0 0 124px;
        max-width: 124px;
        margin-bottom: 0
    }

    .rts-transversal-header #rts-navbar-radio-panel .audio-live-card {
        flex-direction: column;
        align-items: stretch;
        gap: 8px
    }

    .rts-transversal-header #rts-navbar-radio-panel .audio-live-card.LA_1ERE,
    .rts-transversal-header #rts-navbar-radio-panel .audio-live-card.ESPACE_2,
    .rts-transversal-header #rts-navbar-radio-panel .audio-live-card.COULEUR_3,
    .rts-transversal-header #rts-navbar-radio-panel .audio-live-card.OPTION_MUSIQUE {
        background-color: rgba(0, 0, 0, 0)
    }

    .rts-transversal-header #rts-navbar-radio-panel .audio-live-card .live-card-logo {
        display: none
    }

    .rts-transversal-header #rts-navbar-radio-panel .audio-live-card .live-card-img {
        display: inline-block
    }

    .rts-transversal-header #rts-navbar-radio-panel .audio-live-card .live-card-footer {
        padding-right: 0
    }

    .rts-transversal-header #rts-navbar-radio-panel .audio-live-card .card-time {
        display: none
    }

    .rts-transversal-header #rts-navbar-radio-panel .audio-live-card .rts-timeslider {
        display: initial
    }

    .rts-transversal-header #rts-navbar-radio-panel .audio-live-card .rts-circular-timeslider {
        display: none
    }
}

@media(max-height: 650px) {
    .rts-transversal-header #rts-navbar-burger-panel {
        padding-bottom: 42px
    }

    .rts-transversal-header .rts-panel-module.search-bar {
        margin-bottom: 52px
    }

    .rts-transversal-header .rts-panel-module.plus-panel-content {
        margin-top: 52px
    }

    .rts-transversal-header .rts-panel-module.plus-panel-footer {
        padding-top: 0
    }
}

.rts-universe-header {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: "RTS Neue VAR", "Helvetica", "Arial", "Verdana", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

.rts-universe-header *,
.rts-universe-header *::before,
.rts-universe-header *::after {
    box-sizing: border-box
}

.rts-universe-header a,
.rts-universe-header a:hover,
.rts-universe-header a:visited {
    color: inherit;
    text-decoration: none
}

.rts-universe-header input {
    border: 0
}

.rts-universe-header ul,
.rts-universe-header li {
    font-size: 1em
}

.rts-menu {
    font-family: "RTS Neue VAR", "Helvetica", "Arial", "Verdana", sans-serif
}

.rts-menu .menu-collapse-wrapper {
    display: inline-block;
    padding: 1.15em 0
}

.rts-menu .collapse-checkbox:checked~.menu-collapse-wrapper {
    display: block;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #f5f5f5
}

@media(min-width: 508px) {
    .rts-menu {
        display: block;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: .5em 0
    }

    .rts-menu .menu-collapse-wrapper,
    .rts-menu .collapse-checkbox:checked~.menu-collapse-wrapper {
        display: none
    }
}

.rts-menu.with-title {
    padding: 0
}

.rts-menu.with-title .menu-header {
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: .25rem;
    padding-bottom: .25rem;
    gap: .5rem
}

@supports(padding: max(0px)) {
    .rts-menu.with-title .menu-header {
        padding-left: max(1em, env(safe-area-inset-left));
        padding-right: max(1em, env(safe-area-inset-right))
    }
}

.rts-menu.with-title .menu-header .menu-title {
    display: inline-block;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px
}

.rts-menu.with-title .menu-header .menu-secondary-items {
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: auto
}


.rts-menu.with-title .menu-header .collapse-label {
    white-space: nowrap
}

.rts-menu.with-title .rts-navbar .rts-navbar-nav>.rts-nav-item>.rts-nav-link {
    padding: 0;
    line-height: 3.125em
}

@media(max-width: 507.98px) {
    .rts-menu.with-title .rts-container-fluid {
        padding: 0
    }

    .rts-menu.with-title .rts-navbar .rts-navbar-nav>.rts-nav-item>.rts-nav-link {
        padding: 0 1rem
    }
}

@media(min-width: 508px) {
    .rts-menu.with-title .menu-header {
        margin-top: var(--rts-secondary-menu-margin, 28px);
        padding: 24px 0 8px
    }

    .rts-menu.with-title .menu-header .menu-title {
        font-size: 28px;
        font-weight: 500;
        line-height: 32px
    }
}

.rts-menu.dark {
    color: #fff;
    background-color: #333
}

.rts-menu.light {
    color: #000;
    background-color: #fff;
    border-bottom: 1px solid #d8d8d8
}

.rts-menu.light.with-title {
    border-bottom: 0
}

.rts-menu.light.with-title .rts-navbar {
    border-bottom: 1px solid #d8d8d8
}

.rts-menu.light .menu-collapse-wrapper>.collapse-label .rts-picto {
    display: none
}

.rts-menu.light .menu-collapse-wrapper>.collapse-label .label {
    padding: 0 .75em 0 0;
    font-size: 14px;
    font-weight: 450;
    line-height: 18px;
    background: url(arrow-up-black.svg) no-repeat right center
}

.rts-menu.light.common {
    padding: 0;
    font-size: 1em;
    border-top: 0
}

.rts-menu.light.common .collapse-checkbox:checked~.menu-collapse-wrapper {
    margin-bottom: 0
}

.rts-menu.light.common .collapse-checkbox:checked~.menu-collapse-wrapper>.collapse-label .label {
    display: none
}

.rts-menu.light.common .collapse-checkbox:checked~.menu-collapse-wrapper>.collapse-label::after {
    content: "Fermer";
    font-size: 14px;
    font-weight: 450;
    line-height: 18px;
    padding: 0 0 0 1.125rem;
    background: url(cross-close-black.svg) no-repeat left center;
    background-size: .875em
}

@media(max-width: 507.98px) {
    .rts-menu.light.common {
        border-top: 0
    }

    .rts-menu.light.common .rts-container-fluid {
        padding: 0
    }

    .rts-menu.light.common .menu-collapse-wrapper {
        padding: 0;
        line-height: 3.125em
    }

    .rts-menu.light.common .menu-collapse-wrapper>.collapse-label {
        margin: 0 .625em
    }
}

/* ===== rts-modules-9e1be496f39ac52f02fe1a1ac68e2ebb.css ===== */

.article-text {
    background: inherit;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px
}

@media(min-width: 700px) {
    .article-text {
        font-size: 18px;
        font-weight: 300;
        line-height: 25px
    }
}

.article-text>figure {
    clear: both
}

.article-text img,
.article-text figure {
    max-width: 100%;
    clear: both
}

.article-text p {
    margin-top: 0;
    margin-bottom: 1rem
}

.article-text p a,
.article-text p a:hover,
.article-text p a:visited {
    color: #db2e33
}

.article-text p a:active {
    color: #db2e33
}

.article-text p a[href]:hover {
    text-decoration: underline
}

.article-text h1,
.article-text h2,
.article-text h3,
.article-text h4 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px
}

.article-text h1,
.article-text h2 {
    display: block;
    clear: both
}

.article-text h1::after,
.article-text h2::after {
    display: block;
    clear: both;
    content: ""
}


.article-text strong,
.article-text b {
    font-weight: 450
}

.article-text .interview h3 {
    font-size: 16px;
    font-weight: 450;
    line-height: 22px
}

@media(min-width: 700px) {
    .article-text .interview h3 {
        font-size: 18px;
        font-weight: 450;
        line-height: 25px
    }
}

.article-text ul {
    padding-left: 2em;
    list-style: initial
}

.article-text li+li {
    margin-top: .5em
}

.article-text li>p {
    margin-top: .5em;
    margin-bottom: 0
}

.article-text .media-card {
    margin: 1.5rem auto
}

.article-text .media-card strong {
    background-color: inherit
}

.article-text .media-card .rts-picto.square.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2.5em;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.article-text .media-card .credit {
    position: absolute;
    right: 2.5%;
    bottom: 2.5%;
    display: inline-block;
    font-size: 12px;
    font-weight: 450;
    line-height: 16px;
    color: #fff;
    opacity: .8
}

.article-text .media-card .credit::before {
    content: "© "
}

.article-text .media-card:hover .rts-picto.square.overlay {
    color: var(--rts-theme-picto-color-hover);
    background-color: var(--rts-theme-picto-bg-hover)
}

.article-text .media-card:hover .credit {
    opacity: 1
}

.article-text .media-card.web.audio {
    background: inherit
}

.article-text .media-card.web.audio .embed-responsive {
    background: inherit
}

.article-text .media-card.web.audio .embed-responsive::before {
    padding-top: 40%
}

.article-text .media-card.web.audio .embed-responsive::after {
    position: absolute;
    bottom: -1px;
    left: calc((100% - (87% + 30px))/2);
    z-index: 1;
    display: block;
    width: calc(87% + 30px);
    height: 15px;
    content: "";
    background: inherit
}

.article-text .media-card.web.audio .credit {
    right: calc((100% - (678px + 30px))/2);
    bottom: calc(2.5% + 15px);
    margin-bottom: -0.5em
}

.article-text .media-card.web.audio .legend {
    width: 87%;
    padding-top: 4px;
    margin: 0 auto
}

@media(min-width: 920px) {
    .article-text .media-card.web.audio .embed-responsive::after {
        left: 2.5%;
        width: 95%
    }

    
    .article-text .media-card.web.audio .legend {
        width: calc(95% - 30px)
    }
}

@media(max-width: 919.98px) {
    .article-text .media-card.web.audio .credit {
        right: calc((100% - (87% + 30px))/2)
    }
}

.article-text .image {
    display: block;
    width: 100%;
    margin: 0 auto 1rem
}

.article-text .image>img {
    width: 100%
}

.article-text .image:hover {
    text-decoration: none
}

@media(min-width: 508px) {
    .article-text .image {
        width: 100%
    }

    .article-text .image.top {
        display: block;
        max-width: 70%;
        margin: 2rem auto
    }

    .article-text .image.left,
    .article-text .image.right {
        display: block;
        width: 45%;
        max-width: 23.375rem
    }

    .article-text .image.left {
        float: left;
        margin: 0 1em 2rem 0
    }

    .article-text .image.right {
        float: right;
        margin: 0 0 2rem 1em
    }
}

.rts-module.portal-links .inline-dropdown-checkbox~.inline-dropdown-label .rtsp_chevron-bottom {
    transition: transform .2s ease-in-out;
    transform: rotate(0deg)
}

.rts-module.portal-links .inline-dropdown-checkbox:checked~.inline-dropdown-label .rtsp_chevron-bottom {
    transform: rotate(180deg)
}

:root {}

.card-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: .5rem .75rem;
    margin-top: auto;
}

.user-feedback-dialog .content-slide-close .rtsp_close {
    font-size: 2em
}

.rts-module.user-feedback-card .content-slide-close .rtsp_close {
    font-size: 1.5em
}

/* ===== rts-footer-dfecc29c486214dd6bbdc0d1fb212224.css ===== */
.rts-footer .rts-container,
.rts-footer .rts-container-fluid {
    width: 100%;
    max-width: 1232px;
    margin: 0 auto;
    background-color: inherit
}

.rts-footer .rts-container::after,
.rts-footer .rts-container-fluid::after {
    display: block;
    clear: both;
    content: ""
}

.rts-footer .rts-container-fluid {
    padding-left: 1em;
    padding-right: 1em
}

@supports(padding: max(0px)) {
    .rts-footer .rts-container-fluid {
        padding-left: max(1em, env(safe-area-inset-left));
        padding-right: max(1em, env(safe-area-inset-right))
    }
}

.rts-footer .rts-logo {
    display: inline-block;
    width: 1em;
    height: 1em;
    padding: 0;
    margin: 0;
    line-height: 0;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.rts-footer .rts-logo+.rts-logo {
    margin-left: .125em
}

.rts-footer .rts-logo.rts {
    width: 1.489em;
    background-image: url(logo_rts-rouge.svg)
}

.rts-footer .rts-logo.srgssr {
    width: 3em;
    background-image: url(logo_srgssr-rouge.svg)
}

.rts-footer .rts-logo.rts.info {
    width: 1.73em;
    background-image: url(logo_rtsinfo_2019.svg)
}

.rts-footer .rts-logo.rts.info.white {
    background-image: url(logo_rtsinfo_2019-white.svg)
}

.rts-footer .rts-logo.rts.info.black {
    background-image: url(logo_rtsinfo_2019-black.svg)
}

.rts-footer .rts-logo.rts.archives {
    width: 4.69em;
    background-image: url(logo_rtsarchives.svg)
}

.rts-footer .rts-logo.tv.RTS_UN {
    width: 1.73em;
    background-image: url(logo-tv-rtsun_2023.svg)
}

.rts-footer .rts-logo.tv.RTS_UN.small {
    width: 1em;
    background-image: url(logo-tv-rtsun_2023-small.svg)
}

.rts-footer .rts-logo.tv.RTS_DEUX {
    width: 1.73em;
    background-image: url(logo-tv-rtsdeux_2023.svg)
}

.rts-footer .rts-logo.tv.RTS_DEUX.small {
    width: 1em;
    background-image: url(logo-tv-rtsdeux_2023-small.svg)
}

.rts-footer .rts-logo.tv.RTS_INFO {
    width: 1.73em;
    background-image: url(logo-tv-rtsinfo_2023-small.svg)
}


.rts-footer .rts-logo.PLAY_RTS {
    width: 3.24em;
    background-image: url(logo-tv-playrts.svg)
}


.rts-footer .rts-logo.PLAY_RTS.white {
    background-image: url(logo-tv-playrts-white.svg)
}


.rts-footer .rts-logo.PLAY_RTS.black {
    background-image: url(logo-tv-playrts-black.svg)
}

.rts-footer .rts-logo.radio.small {
    width: 1em;
    height: 1em
}

.rts-footer .rts-logo.radio.disabled {
    opacity: .3
}


.rts-footer .rts-logo.radio.LA_1ERE.small {
    background-image: url(radio-channel-premiere.svg)
}


.rts-footer .rts-logo.radio.ESPACE_2.small {
    background-image: url(radio-channel-espace-2.svg)
}


.rts-footer .rts-logo.radio.COULEUR_3.small {
    background-image: url(radio-channel-couleur-3.svg)
}


.rts-footer .rts-logo.radio.OPTION_MUSIQUE.small {
    background-image: url(radio-channel-option-musique.svg)
}

.rts-footer .inline-search-form {
    width: 100%;
    font-size: 1em;
    white-space: nowrap
}

.rts-footer .inline-search-form .navbar-search-submit {
    font-size: 1em;
    vertical-align: middle
}

.rts-footer .inline-search-form .navbar-search {
    width: 100%;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    -webkit-appearance: initial
}

.rts-footer .inline-search-form .navbar-search:focus {
    outline: 0
}

.rts-footer .inline-search-form .navbar-search::-webkit-input-placeholder {
    line-height: 1.2;
    font-family: inherit;
    color: inherit
}

.rts-footer .inline-search-form .navbar-search::-moz-placeholder {
    font-family: inherit;
    color: inherit
}

.rts-footer .inline-search-form .navbar-search:-ms-input-placeholder {
    font-family: inherit;
    color: inherit
}

.rts-footer .inline-search-form .navbar-search-submit+.navbar-search {
    width: calc(100% - 2.5em);
    margin-left: .5em
}

.rts-footer .inline-search-form.dark {
    padding: .25em .75em;
    margin-bottom: 1em;
    font-size: 1em;
    background-color: #4d4d4d;
    border-radius: 2em
}

.rts-footer .inline-search-form.dark .navbar-search {
    height: 2em;
    font-family: "RTS Neue VAR", "Helvetica", "Arial", "Verdana", sans-serif;
    font-size: 1.15em;
    color: #fff
}

.rts-footer .inline-search-form.dark .navbar-search::-webkit-input-placeholder {
    line-height: 1.2;
    color: #bbb
}

.rts-footer .inline-search-form.dark .navbar-search::-moz-placeholder {
    color: #bbb
}

.rts-footer .inline-search-form.dark .navbar-search:-ms-input-placeholder {
    color: #bbb
}

.rts-footer .inline-search-form.dark .rts-picto.form.search {
    font-size: 1.15em;
    background-image: url(icone_search-white.svg)
}

@media(min-width: 508px) {
    .rts-footer .inline-search-form.dark {
        margin-bottom: 0
    }

    .rts-footer .inline-search-form.dark .navbar-search {
        height: 1.5em;
        font-size: .875em
    }
}

.rts-footer .inline-search-form.light {
    padding: .25em .5em;
    margin-bottom: 1em;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: .25rem
}

.rts-footer .inline-search-form.light .navbar-search {
    height: 1.75em;
    font-family: "RTS Neue VAR", "Helvetica", "Arial", "Verdana", sans-serif;
    font-size: 1em;
    color: #000
}

.rts-footer .inline-search-form.light .navbar-search::-webkit-input-placeholder {
    line-height: 1.2;
    color: #999
}

.rts-footer .inline-search-form.light .navbar-search::-moz-placeholder {
    color: #999
}

.rts-footer .inline-search-form.light .navbar-search:-ms-input-placeholder {
    color: #999
}

@media(min-width: 508px) {
    .rts-footer .inline-search-form.light {
        margin-bottom: 0
    }

    .rts-footer .inline-search-form.light .navbar-search {
        height: 1.75em;
        font-size: .875em
    }
}

.rts-footer {
    position: relative;
    z-index: 1001;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-family: "RTS Neue VAR", "Helvetica", "Arial", "Verdana", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 1;
    color: #ccc;
    background-color: #131313;
    -webkit-font-smoothing: subpixel-antialiased
}

.rts-footer *,
.rts-footer *::before,
.rts-footer *::after {
    box-sizing: border-box
}

.rts-footer a,
.rts-footer a:hover,
.rts-footer a:visited {
    color: inherit;
    text-decoration: none
}

.rts-footer ul,
.rts-footer li {
    font-size: 1em
}

.rts-footer li+li {
    margin-top: .25em
}

.rts-footer input {
    border: 0
}

.rts-footer-wrapper {
    padding-top: 1.5em;
    padding-bottom: 5.5em;
    font-size: 1em
}

@supports(padding: max(0px)) {
    .rts-footer-wrapper {
        padding-bottom: max(5.5em, env(safe-area-inset-bottom))
    }
}

.rts-footer-wrapper .rts-footer-title {
    display: none;
    padding: 0;
    margin: 0 0 1.5em;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #fff
}

@media(min-width: 700px) {
    .rts-footer-wrapper .rts-footer-title {
        font-size: 28px;
        font-weight: 500;
        line-height: 32px
    }
}

.rts-footer-wrapper .footer-form {
    margin: 0 0 1.5em;
    font-size: .875em
}

@media(min-width: 508px) {
    .rts-footer-wrapper {
        padding-top: 3em;
        padding-bottom: 5.5em
    }

    .rts-footer-wrapper .footer-form {
        display: none
    }
}

.rts-footer-wrapper .rts-footer-links {
    max-width: 100%;
    margin: -1em -1em 1.5em;
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.rts-footer-wrapper .rts-footer-list {
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    padding: 1em;
    margin: 0;
    list-style: none
}

.rts-footer-wrapper .rts-footer-link {
    display: inline-block;
    padding: .375em 0;
    font-size: 14px;
    font-weight: 350;
    line-height: 18px;
    color: #ccc;
    cursor: pointer
}

.rts-footer-wrapper .rts-footer-link:hover {
    color: #fff
}

@media(min-width: 508px) {
    .rts-footer-wrapper .rts-footer-title {
        display: inline-block
    }

    .rts-footer-wrapper .rts-footer-links {
        margin: -1.5em -1.5em 1.5em
    }

    .rts-footer-wrapper .rts-footer-list {
        padding: 1.5em;
        -ms-flex-positive: 1;
        -ms-flex-negative: 1;
        -webkit-flex: 1 1 25%;
        -ms-flex: 1 1 25%;
        flex: 1 1 25%;
        max-width: 25%
    }
}

.rts-footer-wrapper .rts-footer-bu-links {
    text-align: right
}

.rts-footer-wrapper .rts-footer-bu-link {
    padding: 0 .25em;
    font-size: 1em;
    color: #999;
    text-decoration: none
}

.rts-footer-wrapper .rts-footer-bu-link:active,
.rts-footer-wrapper .rts-footer-bu-link:visited {
    color: #999;
    text-decoration: none
}

.rts-footer-wrapper .rts-footer-bu-link:hover {
    color: #ccc;
    text-decoration: none
}

.rts-footer-wrapper .rts-footer-bu-link+.rts-footer-bu-link::before {
    margin-right: .5em;
    color: #666;
    content: " | "
}

.rts-footer-wrapper .rts-footer-repr {
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: .25em 0 0;
    margin: .25em 0 0;
    border-top: 1px solid #464646
}

.rts-footer-wrapper .rts-footer-repr-rts {
    display: none
}

.rts-footer-wrapper .rts-footer-repr-srgssr {
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: none
}

.rts-footer-wrapper .rts-footer-repr-srgssr-text {
    display: inline-block;
    max-width: 55%;
    margin: 0 1em 0 0;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 350;
    line-height: 16px
}

@media(min-width: 700px) {
    .rts-footer-wrapper .rts-footer-repr-rts {
        display: block;
        font-size: 2.5em
    }

    .rts-footer-wrapper .rts-footer-repr-srgssr {
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end
    }

    .rts-footer-wrapper .rts-footer-repr-srgssr-text {
        max-width: initial;
        text-align: right
    }
}

/* ===== comments.css ===== */
/* comments */
.comment-line {
    font-size: 1.3rem;
    margin: 1rem 0;
    font-weight: 500;
}

.fb-comment__text-input {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.comment-block-input__input {
    border: none;
    outline: none;
    background-color: inherit;
    flex: 0 1 70%;
}

.comment-block-input__button {
    border: none;
    font-weight: 500;
    float: right;
    cursor: pointer;
    color: #365899;
    padding: 10px;
}

.avatar {
    margin-right: 8px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.fb-post {
    width: 100%;
    padding: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dddfe2;
    border-radius: 3px;
    font: 400 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fb-comment__sort {
    color: #365899;
    cursor: pointer;
    margin: 10px 0;
}

.fb-comment__sort:hover {
    text-decoration: underline;
}

.fb-comment__sort span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-position: -408px -270px;
    background-repeat: no-repeat;
}

.fb-comment__avatar {
    height: 32px;
    min-width: 32px;
    margin-right: 8px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 0 !important;
}

.fb-comment__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    margin: 10px 0;
}

.fb-comment__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.fb-comment__answer {
    display: flex;
    margin-top: 1.4rem;
}

.fb-comment__text {
    /* max-width: 440px; */
    width: 100%;
    margin: 0;
    padding: 8px 10px;
    color: #1d2129;
    background-color: #f2f3f5;
    border-radius: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.fb-comment__upd {
    margin-top: 10px;
    padding: 10px 12px;
    background-color: #e8f4fd;
    border-left: 3px solid #1877f2;
    border-radius: 0 6px 6px 0;
    line-height: 1.45;
}

.fb-comment__upd strong {
    font-weight: 700;
}

.fb-comment__author {
    font-weight: 600;
    color: #365899;
    text-decoration: none;
}

.fb-comment__author:hover {
    /* text-decoration: underline; */
}

.fb-comment__react {
    text-decoration: none;
    color: #365899;
}

.fb-comment__react:after {
    content: "Ã‚Â·";
    color: #606770;
    padding: 3px;
}

.fb-comment__posted {
    color: #606770;
}

.fb-comment__more {
    color: #365899;
    text-decoration: none;
}

.fb-comment__more:hover {
    text-decoration: underline;
}

.fb-comment__like {
    position: absolute;
    bottom: 5;
    right: 0;
    height: 20px;
    width: 44px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    color: #8d949e;
    font-size: 11px;
    font-weight: normal;
    padding: 2px 1px 2px 2px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fb-comment__like img {
    height: 18px;
    width: 18px;
    display: inline-block;
    margin-right: 3px;
    padding: 0 !important;
}

@media screen and (max-width: 600px) {
    .fb-post {
        width: 100%;
        margin: 0;
        padding: 10px;
        border: none;
    }

    .fb-comment__text {
        max-width: 100%;
    }
}

img {
    padding: 0 !important;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/* Chart.js */

.btn_comm {
    width: 100%;
}

/* ===== owl.carousel.min.css ===== */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

/* ===== introjs.min.css ===== */
/* ===== rts-articles-dcf6488fd9cf53c5927c31c734a1c6d2.css ===== */
.rts-grid {
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 1.25rem);
    margin: -.4166666667rem -0.625rem
}

.rts-grid .grid-item {
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: none;
    padding: .4166666667rem .625rem
}

.rts-grid+.rts-grid {
    margin-top: .625rem
}

@media(min-width: 700px) {
    .rts-grid {
        margin: -0.625rem -0.625rem
    }

    
    .rts-grid .grid-item {
        padding: .625rem .625rem
    }
}

.rts-grid.fixed.max .grid-item {
    -ms-flex-positive: 0;
    -ms-flex-negative: 1;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%
}

@media(min-width: 508px) {
    .rts-grid.fixed.max .grid-item {
        -ms-flex-positive: 0;
        -ms-flex-negative: 1;
        -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        max-width: 50%
    }

    .rts-grid.fixed.max .grid-item .rts-card.vertical .card-title {
        font-size: 16px;
        font-weight: 500;
        line-height: 128.5%
    }
}

@media(min-width: 700px) {
    .rts-grid.fixed.max .grid-item {
        -ms-flex-positive: 0;
        -ms-flex-negative: 1;
        -webkit-flex: 0 1 33.3333333333%;
        -ms-flex: 0 1 33.3333333333%;
        flex: 0 1 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media(min-width: 920px) {
    .rts-grid.fixed.max .grid-item {
        -ms-flex-positive: 0;
        -ms-flex-negative: 1;
        -webkit-flex: 0 1 25%;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
        max-width: 25%
    }
}

@media(min-width: 600px) {
    .rts-grid.fixed .rts-card.vertical .card-title {
        font-size: 16px;
        font-weight: 500;
        line-height: 128.5%
    }
}

.article-container {
    padding-top: 1rem;
    padding-bottom: 1rem
}

@media(min-width: 700px) {
    .article-container {
        padding-top: var(--rts-secondary-menu-spacing, 1.5rem);
        padding-bottom: 1.5rem
    }
}

.rts-layout .rts-module .rts-container.article-container {
    padding-top: var(--rts-secondary-menu-spacing, 1.5rem)
}

.article-content .article-container {
    padding-top: 0 !important;
    padding-bottom: 3rem !important
}

.article-header .article-media.media-card {
    margin-bottom: 0
}

.article-top {
    display: flex;
    flex-direction: column
}

.article-top .article-headline-2 .label-medium {
    font-size: 14px;
    font-weight: 450;
    line-height: 18px
}

.article-top .article-headline-2 .body-light {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px
}

@media(min-width: 700px) {
    .article-top .article-headline-2 .body-light {
        font-size: 18px;
        font-weight: 300;
        line-height: 25px
    }
}

.article-top .article-headline-2 .article-category {
    font-size: 14px;
    font-weight: 450;
    line-height: 18px
}

@media(min-width: 700px) {
    .article-top .article-headline-2 .article-category {
        font-size: 16px;
        font-weight: 450;
        line-height: 20px
    }
}

.article-top .article-headline-2 .article-date {
    font-size: 14px;
    font-weight: 350;
    line-height: 18px
}

.article-top .article-headline-2 .article-date:first-letter {
    text-transform: uppercase
}

.article-top .article-headline-2 .feedback-panel .label-medium {
    font-size: 14px;
    font-weight: 450;
    line-height: 18px
}

@media(min-width: 700px) {
    .article-top .article-headline-2 .feedback-panel .label-medium {
        font-size: 16px;
        font-weight: 450;
        line-height: 20px
    }
}

.article-top:not(.with-summary)~.article-text {
    margin-top: 1.5rem
}

.article-top:not(.with-summary) .article-headline-2 {
    padding: 0;
    margin: 0;
    border: none
}

.article-top:not(.with-summary) .article-summary-btn {
    display: none
}

.article-top:not(.with-summary) .left,
.article-top:not(.with-summary) .right {
    margin: 0
}

.article-top:not(.with-summary) .left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px 16px
}

.article-top:not(.with-summary) .article-title {
    margin: 1.5rem 0 0
}

.article-top:not(.with-summary) .article-date {
    margin: 0
}

.article-top:not(.with-summary) .article-sharing {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.article-top:not(.with-summary) .sharing-button {
    padding: .5rem
}

@media(min-width: 700px) {
    .article-top:not(.with-summary) .left {
        flex-direction: row;
        align-items: center
    }
}

.article-top.with-summary {
    flex-direction: column-reverse;
    margin-bottom: 1.5rem
}

.article-top.with-summary .article-headline-2 {
    margin: 1.5rem 0 0
}

.article-top.with-summary .article-title {
    margin: 0
}

.article-top.with-summary .article-date {
    margin: .25rem 0 0
}

.article-part {
    margin: 0 0 1rem
}

.article-part:last-child {
    margin-bottom: 0
}

.article-body {
    display: inline-block;
    width: 100%;
    color: var(--rts-theme-content-text, #2d2d2d);
    background-color: var(--rts-theme-content-background, #fff);
    font-size: 16px;
    font-weight: 300;
    line-height: 22px
}

@media(min-width: 700px) {
    .article-body {
        font-size: 18px;
        font-weight: 300;
        line-height: 25px
    }
}

.article-body img {
    max-width: 100%
}

.article-time {
    margin: 1.5rem 0;
    font-size: 14px;
    font-weight: 350;
    line-height: 18px;
    color: #5d5d5d
}

@media(min-width: 700px) {
    .article-time {
        font-size: 16px;
        font-weight: 350;
        line-height: 20px
    }
}

.article-time time {
    text-transform: lowercase
}

.article-time .publication-date+.modification-date::before {
    content: " - "
}

@media(min-width: 700px) {
    .article-time {
        display: inline-block
    }
}

.article-title {
    margin: 1.5rem 0;
    font-size: 28px;
    font-weight: 500;
    line-height: 30px
}

@media(min-width: 700px) {
    .article-title {
        font-size: 44px;
        font-weight: 500;
        line-height: 48px
    }
}

.article-title.small {
    margin: 0 0 .5rem
}

.article-lead {
    margin-bottom: 1rem;
    font-size: 16px;
    font-weight: 450;
    line-height: 22px
}

@media(min-width: 700px) {
    .article-lead {
        font-size: 20px;
        font-weight: 450;
        line-height: 28px
    }
}

.rts-module.article-related-elements .related-elements-title {
    margin-bottom: 1.5rem;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px
}

@media(min-width: 700px) {
    .rts-module.article-related-elements .related-elements-title {
        font-size: 34px;
        font-weight: 500;
        line-height: 40px
    }
}

@media(min-width: 700px) {
    .rts-module.article-related-elements .rts-grid.grid-related-elements .rts-card .card-title {
        font-size: 16px;
        font-weight: 500;
        line-height: 128.5%
    }
}

.article-container.timeline+.rts-module.article-related-elements {
    margin-top: 0
}

.article-headline-2 {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 0;
    padding: 1rem 0;
    border-top: 1px solid var(--rts-theme-separator-tertiary-color, #E6E6E6);
    border-bottom: 1px solid var(--rts-theme-separator-tertiary-color, #E6E6E6)
}

.article-headline-2 .article-headline-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem .25rem
}

.article-headline-2 .left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1
}

.article-headline-2 .right {
    display: flex;
    align-items: stretch;
    flex: 0 1 30%;
    max-width: 110px
}

.article-headline-2 .article-summary-btn,
.article-headline-2 .article-summary-detail {
    flex: 1 0 100%
}

.article-headline-2 .article-summary-btn {
    display: flex
}

@media(min-width: 700px) {
    .article-headline-2 {
        padding: 0
    }

    .article-headline-2 .article-headline-wrapper {
        gap: 0 1rem
    }

    .article-headline-2 .left {
        order: 0;
        margin: 1rem 0
    }

    .article-headline-2 .article-summary-btn {
        order: 1;
        margin: .5rem 0
    }

    .article-headline-2 .right {
        order: 2;
        margin: .5rem 0
    }

    .article-headline-2 .article-summary-detail {
        order: 3
    }
}

.article-summary-btn {
    position: relative;
    --icon-size: 24px;
    --btn-radius: 4px;
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .5rem 1rem;
    border-radius: var(--btn-radius);
    width: 100%;
    min-height: 40px;
    color: #fff;
    background: linear-gradient(94deg, #2E79EA 16.44%, #7A61E6 100.49%);
    border: none;
    text-align: left;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.article-summary-btn svg {
    height: var(--icon-size, 24px);
    width: var(--icon-size, 24px)
}

.article-summary-btn .text {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    flex: 1
}

.article-summary-btn .title {
    margin: 0
}

.article-summary-btn:after {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 3rem;
    bottom: -3rem;
    content: "";
    background: inherit;
    z-index: 999
}

@media(min-width: 700px) {
    .article-summary-btn {
        flex: 0 0 220px;
        max-width: 220px
    }
}

.article-summary-detail {
    position: relative;
    z-index: 1000;
    display: none;
    padding: .5rem 1rem;
    color: var(--rts-theme-content-text, #000);
    background: var(--rts-theme-default-level3-background, #F4F4F4);
    border-radius: var(--btn-radius)
}

.article-summary-detail ul,
.article-summary-detail li {
    list-style: none;
    margin: 0;
    padding: 0
}

.article-summary-detail li>p:first-child {
    margin-top: 0
}

.article-summary-detail li+li {
    margin-top: 1rem
}

.article-summary-detail .close-btn {
    display: flex;
    align-self: flex-end;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: .75rem 1rem;
    background-color: inherit;
    cursor: pointer;
    border: none;
    color: inherit
}

.article-summary-detail .close-btn .rtsp {
    line-height: inherit
}

@media(min-width: 700px) {
    .article-summary-detail {
        padding: 40px 32px 32px
    }
}

.feedback-panel {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin-top: 1rem
}

.feedback-panel .feedback-btns {
    display: flex;
    gap: .5rem
}

.feedback-panel .feedback-btn {
    display: flex;
    place-content: center;
    flex: 1;
    padding: .5rem;
    max-width: 128px;
    color: #2d2d2d;
    background: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer
}

.feedback-panel .feedback-btn:hover {
    color: #2d2d2d;
    background-color: #e6e6e6
}

.feedback-panel .feedback-btn:active,
.feedback-panel .feedback-btn.selected {
    color: #fff;
    background-color: #3d3d3d
}

@media(prefers-color-scheme: dark) {
    .feedback-panel .feedback-btn {
        color: #fff;
        background: #6d6d6d
    }

    .feedback-panel .feedback-btn:hover,
    .feedback-panel .feedback-btn:active,
    .feedback-panel .feedback-btn.selected {
        color: #000;
        background-color: #fff
    }
}

.article-summary-actions {
    display: flex;
    justify-content: flex-end;
    margin-right: -16px
}

.article-summary-info {
    font-size: 14px;
    font-weight: 350;
    line-height: 18px;
    display: block;
    padding: 1rem;
    background: var(--semantic-alert-100, #F5F8FF);
    border: 1px solid var(--semantic-alert-410, #A3BDFF);
    border-radius: 8px;
    color: var(--neutre-970, #2D2D2D)
}

@media(min-width: 700px) {
    .article-summary-info {
        font-size: 16px;
        font-weight: 350;
        line-height: 20px
    }
}

.article-summary-info .article-summary-info__link {
    text-decoration: underline;
    color: inherit;
    display: inline-block;
    white-space: nowrap
}

.article-text {
    background: inherit;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px
}

@media(min-width: 700px) {
    .article-text {
        font-size: 18px;
        font-weight: 300;
        line-height: 25px
    }
}

.article-text>figure {
    clear: both
}

.article-text img,
.article-text figure {
    max-width: 100%;
    clear: both;
    object-fit: cover;
}

.article-text p {
    margin-top: 0;
    margin-bottom: 1rem
}

.article-text p a,
.article-text p a:hover,
.article-text p a:visited {
    color: #db2e33
}

.article-text p a:active {
    color: #db2e33
}

.article-text p a[href]:hover {
    text-decoration: underline
}

.article-text h1,
.article-text h2,
.article-text h3,
.article-text h4 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px
}

.article-text h1,
.article-text h2 {
    display: block;
    clear: both
}

.article-text h1::after,
.article-text h2::after {
    display: block;
    clear: both;
    content: ""
}


.article-text strong,
.article-text b {
    font-weight: 450
}

.article-text .interview h3 {
    font-size: 16px;
    font-weight: 450;
    line-height: 22px
}

@media(min-width: 700px) {
    .article-text .interview h3 {
        font-size: 18px;
        font-weight: 450;
        line-height: 25px
    }
}

.article-text ul {
    padding-left: 2em;
    list-style: initial
}

.article-text li+li {
    margin-top: .5em
}

.article-text li>p {
    margin-top: .5em;
    margin-bottom: 0
}

.article-text .media-card {
    margin: 1.5rem auto
}

.article-text .media-card strong {
    background-color: inherit
}

.article-text .media-card .rts-picto.square.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2.5em;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.article-text .media-card .credit {
    position: absolute;
    right: 2.5%;
    bottom: 2.5%;
    display: inline-block;
    font-size: 12px;
    font-weight: 450;
    line-height: 16px;
    color: #fff;
    opacity: .8
}

.article-text .media-card .credit::before {
    content: "© "
}

.article-text .media-card:hover .rts-picto.square.overlay {
    color: var(--rts-theme-picto-color-hover);
    background-color: var(--rts-theme-picto-bg-hover)
}

.article-text .media-card:hover .credit {
    opacity: 1
}

.article-text .media-card.web.audio {
    background: inherit
}

.article-text .media-card.web.audio .embed-responsive {
    background: inherit
}

.article-text .media-card.web.audio .embed-responsive::before {
    padding-top: 40%
}

.article-text .media-card.web.audio .embed-responsive::after {
    position: absolute;
    bottom: -1px;
    left: calc((100% - (87% + 30px))/2);
    z-index: 1;
    display: block;
    width: calc(87% + 30px);
    height: 15px;
    content: "";
    background: inherit
}

.article-text .media-card.web.audio .credit {
    right: calc((100% - (678px + 30px))/2);
    bottom: calc(2.5% + 15px);
    margin-bottom: -0.5em
}

.article-text .media-card.web.audio .legend {
    width: 87%;
    padding-top: 4px;
    margin: 0 auto
}

@media(min-width: 920px) {
    .article-text .media-card.web.audio .embed-responsive::after {
        left: 2.5%;
        width: 95%
    }

    
    .article-text .media-card.web.audio .legend {
        width: calc(95% - 30px)
    }
}

@media(max-width: 919.98px) {
    .article-text .media-card.web.audio .credit {
        right: calc((100% - (87% + 30px))/2)
    }
}

.article-text .image {
    display: block;
    width: 100%;
    margin: 0 auto 1rem
}

.article-text .image>img {
    width: 100%
}

.article-text .image:hover {
    text-decoration: none
}

@media(min-width: 508px) {
    .article-text .image {
        width: 100%
    }

    .article-text .image.top {
        display: block;
        max-width: 70%;
        margin: 2rem auto
    }

    .article-text .image.left,
    .article-text .image.right {
        display: block;
        width: 45%;
        max-width: 23.375rem
    }

    .article-text .image.left {
        float: left;
        margin: 0 1em 2rem 0
    }

    .article-text .image.right {
        float: right;
        margin: 0 0 2rem 1em
    }
}

.rts-layout .article-container.timeline {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.rts-layout .article-container.timeline .article-media {
    margin-top: -0.25em;
    margin-right: -0.25em;
    margin-left: -0.25em;
    background-color: #fff;
    border: .25em solid #fff
}

@media(min-width: 508px) {
    .rts-layout .article-container.timeline .article-media {
        margin-top: -0.375em;
        margin-right: -0.375em;
        margin-left: -0.375em;
        border-width: .375em
    }
}

.rts-layout .article-container.timeline .article-media.media-card {
    margin-top: 0
}

/* ===== swiper-bundle.min.css ===== */
/**
 * Swiper 12.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 27, 2026
 */

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    display: block;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: initial;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    width: 100%;
    z-index: 1
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    display: block;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px;

    .swiper-cube-shadow,
    .swiper-slide {
        transform-style: preserve-3d
    }
}

.swiper-css-mode {
    >.swiper-wrapper {
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;

        &::-webkit-scrollbar {
            display: none
        }
    }

    >.swiper-wrapper>.swiper-slide {
        scroll-snap-align: start start
    }

    &.swiper-horizontal {
        >.swiper-wrapper {
            scroll-snap-type: x mandatory
        }

        >.swiper-wrapper>.swiper-slide:first-child {
            margin-inline-start: var(--swiper-slides-offset-before);
            scroll-margin-inline-start: var(--swiper-slides-offset-before)
        }

        >.swiper-wrapper>.swiper-slide:last-child {
            margin-inline-end: var(--swiper-slides-offset-after)
        }
    }

    &.swiper-vertical {
        >.swiper-wrapper {
            scroll-snap-type: y mandatory
        }

        >.swiper-wrapper>.swiper-slide:first-child {
            margin-block-start: var(--swiper-slides-offset-before);
            scroll-margin-block-start: var(--swiper-slides-offset-before)
        }

        >.swiper-wrapper>.swiper-slide:last-child {
            margin-block-end: var(--swiper-slides-offset-after)
        }
    }

    &.swiper-free-mode {
        >.swiper-wrapper {
            scroll-snap-type: none
        }

        >.swiper-wrapper>.swiper-slide {
            scroll-snap-align: none
        }
    }

    &.swiper-centered {
        >.swiper-wrapper:before {
            content: "";
            flex-shrink: 0;
            order: 9999
        }

        >.swiper-wrapper>.swiper-slide {
            scroll-snap-align: center center;
            scroll-snap-stop: always
        }
    }

    &.swiper-centered.swiper-horizontal {
        >.swiper-wrapper>.swiper-slide:first-child {
            margin-inline-start: var(--swiper-centered-offset-before)
        }

        >.swiper-wrapper:before {
            height: 100%;
            min-height: 1px;
            width: var(--swiper-centered-offset-after)
        }
    }

    &.swiper-centered.swiper-vertical {
        >.swiper-wrapper>.swiper-slide:first-child {
            margin-block-start: var(--swiper-centered-offset-before)
        }

        >.swiper-wrapper:before {
            height: var(--swiper-centered-offset-after);
            min-width: 1px;
            width: 100%
        }
    }
}

.swiper-3d {

    .swiper-slide-shadow,
    .swiper-slide-shadow-bottom,
    .swiper-slide-shadow-left,
    .swiper-slide-shadow-right,
    .swiper-slide-shadow-top {
        height: 100%;
        left: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 10
    }

    .swiper-slide-shadow {
        background: #00000026
    }

    .swiper-slide-shadow-left {
        background-image: linear-gradient(270deg, #00000080, #0000)
    }

    .swiper-slide-shadow-right {
        background-image: linear-gradient(90deg, #00000080, #0000)
    }

    .swiper-slide-shadow-top {
        background-image: linear-gradient(0deg, #00000080, #0000)
    }

    .swiper-slide-shadow-bottom {
        background-image: linear-gradient(180deg, #00000080, #0000)
    }
}

.swiper-lazy-preloader {
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid #0000;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-watch-progress .swiper-slide-visible,
.swiper:not(.swiper-watch-progress) {
    .swiper-lazy-preloader {
        animation: swiper-preloader-spin 1s linear infinite
    }
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode {
    .swiper-wrapper:after {
        content: "";
        left: 0;
        pointer-events: none;
        position: absolute;
        top: 0
    }
}

.swiper-virtual.swiper-css-mode.swiper-horizontal {
    .swiper-wrapper:after {
        height: 1px;
        width: var(--swiper-virtual-size)
    }
}

.swiper-virtual.swiper-css-mode.swiper-vertical {
    .swiper-wrapper:after {
        height: var(--swiper-virtual-size);
        width: 1px
    }
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    position: absolute;
    width: var(--swiper-navigation-size);
    z-index: 10;

    &.swiper-button-disabled {
        cursor: auto;
        opacity: .35;
        pointer-events: none
    }

    &.swiper-button-hidden {
        cursor: auto;
        opacity: 0;
        pointer-events: none
    }

    .swiper-navigation-disabled & {
        display: none !important
    }

    ::slotted(svg),
    svg {
        height: 100%;
        object-fit: contain;
        transform-origin: center;
        width: 100%;
        fill: currentColor;
        pointer-events: none
    }
}

.swiper-button-lock {
    display: none
}

.swiper-button-next,
.swiper-button-prev {
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    top: var(--swiper-navigation-top-offset, 50%)
}

.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;

    .swiper-navigation-icon,
    ::slotted(.swiper-navigation-icon) {
        transform: rotate(180deg)
    }
}

.swiper-button-next {
    left: auto;
    right: var(--swiper-navigation-sides-offset, 4px)
}

.swiper-horizontal {

    .swiper-button-next,
    .swiper-button-prev,
    ~.swiper-button-next,
    ~.swiper-button-prev {
        margin-left: 0;
        margin-top: calc(0px - var(--swiper-navigation-size)/2);
        top: var(--swiper-navigation-top-offset, 50%)
    }

    &.swiper-rtl .swiper-button-next,
    &.swiper-rtl~.swiper-button-next,
    &~.swiper-button-prev,
    .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 4px);
        right: auto
    }

    &.swiper-rtl .swiper-button-prev,
    &.swiper-rtl~.swiper-button-prev,
    &~.swiper-button-next,
    .swiper-button-next {
        left: auto;
        right: var(--swiper-navigation-sides-offset, 4px)
    }

    &.swiper-rtl .swiper-button-next,
    &.swiper-rtl~.swiper-button-next,
    &~.swiper-button-prev,
    .swiper-button-prev {

        .swiper-navigation-icon,
        ::slotted(.swiper-navigation-icon) {
            transform: rotate(180deg)
        }
    }

    &.swiper-rtl .swiper-button-prev,
    &.swiper-rtl~.swiper-button-prev {

        .swiper-navigation-icon,
        ::slotted(.swiper-navigation-icon) {
            transform: rotate(0deg)
        }
    }
}

.swiper-vertical {

    .swiper-button-next,
    .swiper-button-prev,
    ~.swiper-button-next,
    ~.swiper-button-prev {
        left: var(--swiper-navigation-top-offset, 50%);
        margin-left: calc(0px - var(--swiper-navigation-size)/2);
        margin-top: 0;
        right: auto
    }

    .swiper-button-prev,
    ~.swiper-button-prev {
        bottom: auto;
        top: var(--swiper-navigation-sides-offset, 4px);

        .swiper-navigation-icon,
        ::slotted(.swiper-navigation-icon) {
            transform: rotate(-90deg)
        }
    }

    .swiper-button-next,
    ~.swiper-button-next {
        bottom: var(--swiper-navigation-sides-offset, 4px);
        top: auto;

        .swiper-navigation-icon,
        ::slotted(.swiper-navigation-icon) {
            transform: rotate(90deg)
        }
    }
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10;

    &.swiper-pagination-hidden {
        opacity: 0
    }

    &.swiper-pagination-disabled,
    .swiper-pagination-disabled>& {
        display: none !important
    }
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    left: 0;
    top: var(--swiper-pagination-top, auto);
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden;

    .swiper-pagination-bullet {
        position: relative;
        transform: scale(.33)
    }

    .swiper-pagination-bullet-active,
    .swiper-pagination-bullet-active-main {
        transform: scale(1)
    }

    .swiper-pagination-bullet-active-prev {
        transform: scale(.66)
    }

    .swiper-pagination-bullet-active-prev-prev {
        transform: scale(.33)
    }

    .swiper-pagination-bullet-active-next {
        transform: scale(.66)
    }

    .swiper-pagination-bullet-active-next-next {
        transform: scale(.33)
    }
}

.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    display: inline-block;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));

    button& {
        appearance: none;
        border: none;
        box-shadow: none;
        margin: 0;
        padding: 0
    }

    .swiper-pagination-clickable & {
        cursor: pointer
    }
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: var(--swiper-pagination-bullet-opacity, 1)
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    left: var(--swiper-pagination-left, auto);
    right: var(--swiper-pagination-right, 8px);
    top: 50%;
    transform: translate3d(0, -50%, 0);

    .swiper-pagination-bullet {
        display: block;
        margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0
    }

    &.swiper-pagination-bullets-dynamic {
        top: 50%;
        transform: translateY(-50%);
        width: 8px;

        .swiper-pagination-bullet {
            display: inline-block;
            transition: transform .2s, top .2s
        }
    }
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
    .swiper-pagination-bullet {
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
    }

    &.swiper-pagination-bullets-dynamic {
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;

        .swiper-pagination-bullet {
            transition: transform .2s, left .2s
        }
    }
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, #00000040);
    position: absolute;

    .swiper-pagination-progressbar-fill {
        background: var(--swiper-pagination-color, var(--swiper-theme-color));
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transform: scale(0);
        transform-origin: left top;
        width: 100%
    }

    .swiper-rtl & .swiper-pagination-progressbar-fill {
        transform-origin: right top
    }

    &.swiper-pagination-horizontal,
    &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
    .swiper-horizontal>&,
    .swiper-vertical>&.swiper-pagination-progressbar-opposite {
        height: var(--swiper-pagination-progressbar-size, 4px);
        left: 0;
        top: 0;
        width: 100%
    }

    &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
    &.swiper-pagination-vertical,
    .swiper-horizontal>&.swiper-pagination-progressbar-opposite,
    .swiper-vertical>& {
        height: 100%;
        left: 0;
        top: 0;
        width: var(--swiper-pagination-progressbar-size, 4px)
    }
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    background: var(--swiper-scrollbar-bg-color, #0000001a);
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;

    &.swiper-scrollbar-disabled,
    .swiper-scrollbar-disabled>& {
        display: none !important
    }

    &.swiper-scrollbar-horizontal,
    .swiper-horizontal>& {
        bottom: var(--swiper-scrollbar-bottom, 4px);
        height: var(--swiper-scrollbar-size, 4px);
        left: var(--swiper-scrollbar-sides-offset, 1%);
        position: absolute;
        top: var(--swiper-scrollbar-top, auto);
        width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);
        z-index: 50
    }

    &.swiper-scrollbar-vertical,
    .swiper-vertical>& {
        height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);
        left: var(--swiper-scrollbar-left, auto);
        position: absolute;
        right: var(--swiper-scrollbar-right, 4px);
        top: var(--swiper-scrollbar-sides-offset, 1%);
        width: var(--swiper-scrollbar-size, 4px);
        z-index: 50
    }
}

.swiper-scrollbar-drag {
    background: var(--swiper-scrollbar-drag-bg-color, #00000080);
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%;

    
    >img,
    >svg {
        max-height: 100%;
        max-width: 100%;
        object-fit: contain
    }
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-direction: column;
    flex-wrap: wrap
}

.swiper-fade {
    &.swiper-free-mode {
        .swiper-slide {
            transition-timing-function: ease-out
        }
    }

    .swiper-slide {
        pointer-events: none;
        transition-property: opacity;

        .swiper-slide {
            pointer-events: none
        }
    }

    .swiper-slide-active {
        pointer-events: auto;

        & .swiper-slide-active {
            pointer-events: auto
        }
    }
}

.swiper.swiper-cube {
    overflow: visible
}

.swiper-cube {
    .swiper-slide {
        backface-visibility: hidden;
        height: 100%;
        pointer-events: none;
        transform-origin: 0 0;
        visibility: hidden;
        width: 100%;
        z-index: 1;

        .swiper-slide {
            pointer-events: none
        }
    }

    &.swiper-rtl .swiper-slide {
        transform-origin: 100% 0
    }

    .swiper-slide-active {

        
        & .swiper-slide-active {
            pointer-events: auto
        }
    }

    .swiper-slide-active,
    .swiper-slide-next,
    .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-cube-shadow {
        bottom: 0;
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        width: 100%;
        z-index: 0;

        &:before {
            background: #000;
            bottom: 0;
            content: "";
            filter: blur(50px);
            left: 0;
            position: absolute;
            right: 0;
            top: 0
        }
    }
}

.swiper-cube {
    .swiper-slide-next+.swiper-slide {
        pointer-events: auto;
        visibility: visible
    }
}

.swiper-cube {

    .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
    .swiper-slide-shadow-cube.swiper-slide-shadow-left,
    .swiper-slide-shadow-cube.swiper-slide-shadow-right,
    .swiper-slide-shadow-cube.swiper-slide-shadow-top {
        backface-visibility: hidden;
        z-index: 0
    }
}

.swiper.swiper-flip {
    overflow: visible
}

.swiper-flip {
    .swiper-slide {
        backface-visibility: hidden;
        pointer-events: none;
        z-index: 1;

        .swiper-slide {
            pointer-events: none
        }
    }

    .swiper-slide-active {

        
        & .swiper-slide-active {
            pointer-events: auto
        }
    }
}

.swiper-flip {

    .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
    .swiper-slide-shadow-flip.swiper-slide-shadow-left,
    .swiper-slide-shadow-flip.swiper-slide-shadow-right,
    .swiper-slide-shadow-flip.swiper-slide-shadow-top {
        backface-visibility: hidden;
        z-index: 0
    }
}

.swiper-creative {
    .swiper-slide {
        backface-visibility: hidden;
        overflow: hidden;
        transition-property: transform, opacity, height
    }
}

.swiper.swiper-cards {
    overflow: visible
}

.swiper-cards {
    .swiper-slide {
        backface-visibility: hidden;
        overflow: hidden;
        transform-origin: center bottom
    }
}

/* ===== inline: scrape-offline-header ===== */
header.header {
    position: sticky !important;
    top: 0 !important;
    z-index: 10050;
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .08);
}

/* ===== inline: reg ===== */

.reg__item {
    /* font-size: 1.8rem; */
    padding-left: 10px;
}

.button-link {
    display: block;
    width: 100%;
    margin: 2rem auto;
    text-align: center;
    background-color: #db2e33;
    padding: 1rem;
    color: #fff;
    border-radius: 4px;
    transition: 0.3s;
}

.reg__list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 1.2rem !important;
    font-family: "Gotham SSm A", "Gotham SSm B", "SRGSSR", "SRGSSRType_Text_Rg", "Helvetica", "Arial", "Verdana", sans-serif;
    padding-left: 0 !important;
}

.reg__list-container {
    display: flex;
    align-items: flex-start;
    gap: 0.3rem;
}

.button-link:hover {
    color: #fff;
    transform: translateY(5px);
}

li {
    list-style: none;
}

.fonte-list {
    padding-left: 0 !important;
}

.fonte-list li {
    padding: 6px 0;
    border-bottom: 1px solid #eee;
    font-size: .95rem;
}

.ph-ava-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 1.4rem 0 .4rem 0;
}

.ph-ava {
    flex: 0 0 auto;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: repeating-linear-gradient(45deg, #f1f1f1, #f1f1f1 6px, #e2e2e2 6px, #e2e2e2 12px);
    border: 2px dashed #b3b3b3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .58rem;
    font-weight: 700;
    color: #999;
    text-align: center;
    line-height: 1.1;
    padding: 4px !important;
}

.exp-ava {
    flex: 0 0 auto;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
}