/*
 * Custom theme overrides
 */
:root {
    --site-fixed-header-height: 0px;
    --color-text-primary: #000;
    --color-text-muted: #666;
    --color-text-subtle: #999;
    --color-surface-primary: #fff;
    --color-surface-secondary: #f7f7f7;
    --color-surface-soft: #fff5fb;
    --color-border-primary: #000;
    --color-border-soft: #efefef;
    --color-border-muted: #d9d9d9;
    --color-border-accent-soft: #f0c8da;
    --color-text-disabled: #b8b8b8;
    --color-accent-primary: #e6007e;
    --color-accent-primary-hover: #c8006e;
    --color-accent-visited: #920050;
    --color-on-accent: #fff;
}

body {
    font-family: "Lato", Arial, sans-serif !important;
    padding-top: var(--site-fixed-header-height) !important;
    color: var(--color-text-primary);
}

#overlay {
    padding-top: var(--site-fixed-header-height) !important;
}

#img-overlay {
    top: calc(var(--site-fixed-header-height) + 60px) !important;
}

.ckoi_form,
.agenda_form {
    border-bottom: 0 !important;
}

.agenda_form,
.ckoi_form {
    background-color: var(--color-surface-soft) !important;
}

.agenda_form .submitagenda,
.ckoi_form .submitckoi {
    margin-top: 15px !important;
}

.track-row .cover-preview .cover-infos {
    border-radius: 8px;
    font-size: 12px;
    line-height: 20px;
}

.cover-infos strong {
    font-weight: 900 !important;
}

.ckoi-home-lagardere .cover-preview,
#ckoiResults .cover-preview {
    border-radius: 16px !important;
    aspect-ratio: 1 / 1 !important;
    overflow: hidden;
}

.ckoi-home-lagardere .cover-preview img {
    width: 100px !important;
    height: 100px !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    -o-object-position: center;
       object-position: center;
    display: block;
}

.table-condensed .btn {
    padding: 0px 0px !important;
}

.track-row.boxed {
    display: flex;
    align-items: center;
}

#ckoiResults h2.bloc-track-title,
.ckoi_form h2.bloc-track-title,
.musiquetopckoi-row .title-col-liste .artiste {
    font-family: "Lato", Arial, sans-serif !important;
    line-height: normal !important;
    font-weight: 700 !important;
    color: var(--color-text-primary) !important;
    font-size: 16px !important;
}

#ckoiResults h2.bloc-track-title .artiste,
.ckoi_form h2.bloc-track-title .artiste {
    font-family: inherit !important;
    line-height: inherit !important;
}

#ckoiResults .song-img-zone {
    width: 100px !important;
    height: 100px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    padding-right: 0px;
}

.article .article-image {
    margin-bottom: 0;
}

.article .article-image .img-responsive {
    border-radius: 16px;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
}

span.infos-article {
    text-transform: uppercase !important;
    font-weight: 900;
    padding-top: 8px;
}

.image-caption {
    font-size: 13px;
    color: var(--color-text-muted);
    margin-top: 5px;
}

.image-caption .credit {
    color: var(--color-text-subtle);
}
.content-article a {
    color: var(--color-accent-primary);
    text-decoration: underline;
}
.content-article a:visited {
    color: var(--color-accent-visited);
    text-decoration: underline;
}

.page-ad-slot {
    margin: 0;
}

.page-ad-slot__inner {
    max-width: 1170px;
    border-radius: 16px;
    overflow: hidden;
    margin: 64px auto;
}

.page-ad-slot__title {
    margin: 0 0 24px;
    font-size: 25px;
    line-height: 1.1;
    font-weight: 600;
    color: var(--color-text-primary);
}

.page-ad-slot--top {
    margin-top: 64px;
    margin-bottom: 64px;
}

.page-ad-slot--bottom {
    margin-top: 64px;
    margin-bottom: 0;
}

.page-ad-slot--bottom .page-ad-slot__inner {
    margin-top: 0;
}

.page-ad-slot__placeholder {
    min-height: 250px;
    padding: 20px;
    border: 2px dashed var(--color-border-accent-soft);
    background: var(--color-surface-soft);
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-ad-slot__label {
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--color-accent-primary);
}

.same-subject-sidebar {
    background: var(--color-surface-soft);
    border-radius: 16px;
    padding: 24px;
}

.same-subject-sidebar .related-news-sidebar-header {
    margin-bottom: 12px;
}

.same-subject-sidebar .related-news-sidebar-header h3 {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
    color: var(--color-text-primary);
}

.same-subject-sidebar .related-news-sidebar-content {
    padding: 0;
}

.same-subject-sidebar .wrap {
    padding: 0;
    display: grid;
    grid-auto-flow: row;
    align-items: center;
    gap: 20px;
}

.same-subject-sidebar .related-news-sidebar-item {
    display: block;
    text-decoration: none !important;
}

.same-subject-sidebar .related-news-sidebar-item:last-child {
    margin-bottom: 0;
}

.same-subject-sidebar .cover-preview {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 16px;
}

.same-subject-sidebar .related-news-sidebar-item h4 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 100%;
    font-weight: 600;
    color: var(--color-text-primary);
    overflow: visible;
}

.news-article-layout {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.article-sidebar-column {
    display: block;
}

.podcast-category-page {
    max-width: 920px;
}

.podcast-category-page .podcast-category-layout {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    margin-top: 20px;
}

.podcast-category-page .podcast-category-layout__media {
    flex: 0 0 240px;
    width: 240px;
    max-width: 240px;
}

.podcast-category-page .podcast-category-layout__hero {
    display: block;
    width: 100%;
}

.podcast-category-page .podcast-category-layout__figure {
    margin-top: 0 !important;
    margin-bottom: 0;
}

.podcast-category-page .podcast-category-layout__title {
    margin: 0 0 16px !important;
    font-size: 36px;
    line-height: 34px;
    font-weight: 700;
}

.podcast-category-page .podcast-category-layout__image {
    width: 240px;
    height: 240px;
    max-width: none;
    border-radius: 16px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.podcast-category-page .podcast-category-layout__body {
    flex: 1 1 auto;
    min-width: 0;
}

.podcast-category-page .podcast-category-layout__description {
    font-size: 16px;
    line-height: 1.65;
    font-weight: 400;
    color: var(--color-text-primary);
    margin-top: 0;
}

.podcast-category-page .podcast-category-layout__description > *:first-child {
    margin-top: 0;
}

.podcast-category-page .podcast-category-layout__description p:last-child {
    margin-bottom: 0;
}

.podcast-category-page .podcast-info .podcast-info_show-more-trigger,
.podcast-category-page .podcast-info .podcast-info_show-less-trigger {
    margin-top: 10px;
    border-radius: 999px;
    border-color: var(--color-accent-primary);
    color: var(--color-accent-primary);
    background: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.podcast-category-page .show-team-podcast-section {
    margin-top: 36px;
}

.podcast-category-page .podcast-category-podcast-card--latest {
    padding: 16px;
    border-radius: 16px;
    background: #FFF5FB;
}

.podcast-category-page .podcast-category-podcast-card__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.podcast-category-page .podcast-category-podcast-card__title-link {
    min-width: 0;
    flex: 1 1 auto;
    text-decoration: none !important;
}

.podcast-category-page .podcast-category-podcast-card__title {
    margin-bottom: 4px;
}

.podcast-category-page .podcast-category-podcast-card--latest .podcast-category-podcast-card__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "title badge";
    align-items: center;
    -moz-column-gap: 14px;
         column-gap: 14px;
}

.podcast-category-page .podcast-category-podcast-card--latest .podcast-category-podcast-card__title-link {
    grid-area: title;
}

.podcast-category-page .podcast-category-podcast-card--latest .podcast-category-podcast-card__title {
    margin: 0;
}

.podcast-category-page .podcast-category-podcast-card--latest .show-team-podcast-card__meta {
    margin-top: 4px;
}

.podcast-category-page .podcast-category-podcast-card__badge {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 129px;
    height: 25px;
    padding: 4px 12px;
    gap: 9.45px;
    border: 2.84px solid #E6007E;
    border-radius: 47.56px;
    background: #E6007E1A;
    color: #E6007E;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
    transform: translateY(12px);
}

.podcast-category-page .podcast-category-podcast-card--latest .podcast-category-podcast-card__badge {
    grid-area: badge;
    align-self: center;
    margin-left: 0;
}

@media (max-width: 991px) {
    .podcast-category-page .podcast-category-podcast-card--latest .podcast-category-podcast-card__row {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .podcast-category-page .podcast-category-podcast-card--latest .podcast-category-podcast-card__badge {
        order: -1;
        align-self: flex-start;
        width: auto;
        min-width: 129px;
        transform: translateY(0);
    }

    .podcast-category-page .podcast-category-podcast-card--latest .podcast-category-podcast-card__title-link {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .podcast-category-page .podcast-category-layout {
        flex-direction: column;
        align-items: center;
        gap: 16px;
        margin-top: 0;
        text-align: center;
    }

    .podcast-category-page .podcast-category-layout__media {
        flex: 0 0 240px;
        width: 240px !important;
        max-width: 240px !important;
        display: block !important;
        margin: 0 auto !important;
    }

    .podcast-category-page .podcast-category-layout__hero {
        width: 240px !important;
        margin: 0 auto !important;
    }

    .podcast-category-page .podcast-category-layout__figure {
        width: 240px !important;
        margin: 0 auto !important;
    }

    .podcast-category-page .podcast-category-layout__image {
        display: block;
        width: 240px !important;
        height: 240px !important;
        min-width: 240px !important;
        min-height: 240px !important;
        max-width: 240px !important;
        border-radius: 16px !important;
        margin: 0 auto !important;
    }

    .podcast-category-page .podcast-category-layout__body {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .podcast-category-page .podcast-category-layout__description {
        text-align: center;
    }

    .podcast-category-page .show-team-podcast-section {
        margin-top: 24px;
    }

    .podcast-category-page .show-team-podcast-card {
        gap: 14px;
        padding-top: 12px;
        padding-bottom: 12px;
        align-items: flex-start;
    }

    .podcast-category-page .show-team-podcast-card__play {
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
        border-radius: 10px;
    }

    .podcast-category-page .show-team-podcast-card__body {
        padding-top: 1px;
    }

    .podcast-category-page .show-team-podcast-card__title {
        margin-bottom: 2px;
        font-size: 16px;
        line-height: 1.25;
    }

    .podcast-category-page .show-team-podcast-card__meta {
        font-size: 12px;
        line-height: 1.15;
    }

    .podcast-category-page .podcast-category-podcast-card--latest {
        padding: 16px;
    }

    .podcast-category-page .podcast-category-podcast-card--latest .podcast-category-podcast-card__title-link {
        display: block;
        width: 100%;
    }

    .podcast-category-page .podcast-category-podcast-card--latest .podcast-category-podcast-card__title {
        margin-bottom: 0;
    }
}

.article-sidebar {
    width: 100%;
}

.article-sidebar-column--with-related {
    display: flex;
    align-self: stretch;
}

.article-sidebar--with-related {
    display: flex;
    height: 100%;
}

.article-sidebar-content {
    position: relative;
    width: 100%;
}

.article-sidebar-top {
    padding-bottom: 24px;
}

.article-sidebar-ad-slot {
    min-height: 320px;
    width: 100%;
}

.article-sidebar-ad-placeholder {
    background: var(--color-surface-soft);
    border: 2px dashed var(--color-border-accent-soft);
    border-radius: 16px;
    min-height: 320px;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--color-text-primary);
}

.article-sidebar-ad-placeholder strong {
    display: block;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
}

.article-sidebar-ad-placeholder span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4;
    max-width: 220px;
}

.article-sidebar-content--with-related {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}

.article-sidebar-content--with-related .article-sidebar-top {
    flex: 1 0 auto;
}

.article-sidebar-content--with-related .same-subject-sidebar {
    margin-top: auto;
}
.list-img-thumb{
    border-radius: 16px;
}

.list-img-zone--square {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.list-img-zone--square .list-img-thumb {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    display: block;
}

.other_elements .list_text {
    margin-bottom: 10px;
}

.list_element.first_element .list_text {
    margin-bottom: 15px;
}
.first_element .trans, .other_elements .trans{
    text-transform: uppercase !important;
    font-weight: 900;
}

.pagination-container {
    margin-top: 28px;
    text-align: center;
}

.pagination-container > ul.pagination.pagination-custom,
ul#pagination-order.pagination.pagination-custom {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    border: 0;
}

.pagination-container > ul.pagination.pagination-custom li,
ul#pagination-order.pagination.pagination-custom li {
    margin-right: 0;
}

.pagination-container > ul.pagination.pagination-custom li span,
.pagination-container > ul.pagination.pagination-custom li a,
ul#pagination-order.pagination.pagination-custom li span,
ul#pagination-order.pagination.pagination-custom li a {
    width: 48px;
    height: 48px;
    min-width: 48px;
    padding: 0;
    border-radius: 16px;
    border: 1px solid var(--color-border-primary) !important;
    background: var(--color-surface-primary) !important;
    color: var(--color-text-primary) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1;
    box-shadow: none !important;
    text-decoration: none !important;
}

.pagination-container > ul.pagination.pagination-custom li a:hover,
.pagination-container > ul.pagination.pagination-custom li a:focus,
ul#pagination-order.pagination.pagination-custom li a:hover,
ul#pagination-order.pagination.pagination-custom li a:focus {
    background: var(--color-surface-secondary) !important;
    color: var(--color-text-primary) !important;
}

.pagination-container > ul.pagination.pagination-custom .pagination-item-current span,
ul#pagination-order.pagination.pagination-custom .pagination-item-current span {
    background: var(--color-text-primary) !important;
    border-color: var(--color-border-primary) !important;
    color: var(--color-on-accent) !important;
}

.pagination-container > ul.pagination.pagination-custom .pagination-item-disabled span,
ul#pagination-order.pagination.pagination-custom .pagination-item-disabled span {
    border-color: var(--color-border-muted) !important;
    color: var(--color-text-disabled) !important;
    background: var(--color-surface-primary) !important;
}

.pagination-container > ul.pagination.pagination-custom .pagination-item-ellipsis span,
ul#pagination-order.pagination.pagination-custom .pagination-item-ellipsis span {
    color: var(--color-text-muted) !important;
}

.ellipsis-7l {
    display: -webkit-box;
    line-clamp: 7;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.title-super-container .layout-title,
.title-super-container h1.main_title,
.title-super-container .layout-title .main_title {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.show-team-page .show-team-layout {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    margin-top: 20px;
}

.show-team-page .show-team-layout__media {
    flex: 0 0 240px;
    width: 240px;
    max-width: 100%;
}

.show-team-page .show-team-layout__figure {
    margin-top: 0 !important;
}

.show-team-page .show-team-layout__hero {
    display: block;
}

.show-team-page .show-team-layout__title-wrap--mobile,
.show-team-page .show-team-layout__title--mobile {
    display: none;
}

.show-team-page .show-team-layout__media .article-image {
    margin-bottom: 0;
}

.show-team-page .show-team-layout__media .article-image .img-responsive {
    width: 240px;
    height: 240px;
    max-width: none;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position:center;
       object-position:center;
    border-radius: 16px;
}

.show-team-page .show-team-layout__media .infos-article {
    display: block;
    margin-top: 12px;
}

.show-team-page .show-team-layout__body {
    flex: 1 1 auto;
    min-width: 0;
}

.show-team-page .show-team-layout__title {
    margin: 0 0 16px !important;
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
    line-height: 34px;
    letter-spacing: 0;
    vertical-align: middle;
}

.show-team-page .show-team-layout__content {
    margin-top: 0;
}

.show-team-page .show-team-podcast-section {
    margin-top: 40px;
    scroll-margin-top: calc(var(--site-fixed-header-height) + 24px);
}

.show-team-page .show-team-podcast-section__title {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 700;
    color: var(--color-text-primary);
}

.show-team-page .show-team-podcast-list {
    display: block;
}

.show-team-page .show-team-podcast-list > .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}

.show-team-page .show-team-podcast-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 16px;
    border-bottom: 1px solid var(--color-border-soft);
}

.show-team-page .show-team-podcast-list > .col-xs-12:last-child .show-team-podcast-card {
    border-bottom: 0;
}

.show-team-page .show-team-podcast-card__play {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    padding: 9.45px;
    border: 0;
    border-radius: 7.56px;
    background: var(--color-accent-primary);
    color: var(--color-on-accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9.45px;
    padding-left: calc(9.45px + 2px);
    box-shadow: none;
}

.show-team-page .show-team-podcast-card__play:hover,
.show-team-page .show-team-podcast-card__play:focus {
    background: var(--color-accent-primary-hover);
    color: var(--color-on-accent);
    outline: none;
}

.show-team-page .show-team-podcast-card__play .fa {
    display: inline-block;
    width: 12.47462770494053px;
    height: 14.969553055193785px;
    font-size: 15px;
}

.show-emissions-podcast-card__play {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    padding: 9.45px;
    border: 0;
    border-radius: 7.56px;
    background: var(--color-accent-primary);
    color: var(--color-on-accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9.45px;
    padding-left: calc(9.45px + 2px);
    box-shadow: none;
}

.show-emissions-podcast-card__play a {
    color: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.show-emissions-podcast-card__play .fa {
    display: inline-block;
    width: 12.47462770494053px;
    height: 14.969553055193785px;
    line-height: 14.969553055193785px;
    font-size: 15px;
}

.show-team-page .show-team-podcast-card__body {
    min-width: 0;
    flex: 1 1 auto;
}

.show-team-page .show-team-podcast-card__body > a {
    text-decoration: none !important;
}

.show-team-page .show-team-podcast-card__title {
    margin: 0 0 4px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    color: var(--color-text-primary);
}

.show-team-page .show-team-podcast-card__meta {
    display: inline-block;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-accent-primary);
}

.show-team-page .show-team-podcast-pagination {
    margin-top: 28px;
    text-align: center;
}

.show-team-page .show-team-podcast-pagination ul#pagination-order.pagination.pagination-custom {
    gap: 8px;
}

.show-team-page .show-team-podcast-pagination ul#pagination-order.pagination.pagination-custom li span,
.show-team-page .show-team-podcast-pagination ul#pagination-order.pagination.pagination-custom li a {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 14px;
    font-size: 13px !important;
}

.podcast-episode-page {
    max-width: 920px;
}

.podcast-episode-page__content {
    width: 100%;
}

.podcast-episode-page__hero {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 8px;
    border-radius: 16px;
    background: var(--color-surface-soft);
}

.podcast-episode-page__hero-body {
    flex: 1 1 auto;
    min-width: 0;
}

.podcast-episode-page__cover img {
    display: block;
    width: 240px;
    height: 240px;
    border-radius: 12px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.podcast-episode-page__date {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: var(--color-accent-primary);
}

.podcast-episode-page__title {
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    color: var(--color-text-primary);
    margin: 0;
}

.podcast-episode-page__subtitle {
     margin-bottom: 16px;
    font-size: 18px;
    font-weight: 400;
    color: var(--color-text-muted);
}

.podcast-episode-page__actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.podcast-episode-page__play,
.podcast-episode-page__share,
.podcast-episode-page__related-play {
    border: 0;
    box-shadow: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.podcast-episode-page__play {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-height: 44px;
    padding: 0 20px;
    border-radius: 12px;
    background: var(--color-accent-primary);
    color: var(--color-on-accent);
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
}

.podcast-episode-page__play:hover,
.podcast-episode-page__play:focus {
    background: var(--color-accent-primary-hover);
    color: var(--color-on-accent);
    outline: none;
}

.podcast-episode-page__play[disabled] {
    cursor: not-allowed;
    opacity: 0.5;
}

.podcast-episode-page__share {
    width: 44px;
    height: 44px;
    padding: 9.45px;
    border-radius: 7.56px;
    background: var(--color-surface-primary);
    color: var(--color-accent-primary);
    border: 1px solid #E6007E;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9.45px;
    font-size: 16px;
    flex: 0 0 44px;
}

.podcast-episode-page__share-wrap {
    position: relative;
    flex: 0 0 auto;
}

.podcast-episode-page__share:hover,
.podcast-episode-page__share:focus,
.podcast-episode-page__share.is-copied {
    background: var(--color-accent-primary);
    color: var(--color-on-accent);
    outline: none;
}

.podcast-episode-page__share-wrap.is-open .podcast-episode-page__share {
    background: var(--color-accent-primary);
    color: var(--color-on-accent);
}

.podcast-episode-page__share-popover {
    position: absolute;
    top: 50%;
    left: calc(100% + 12px);
    right: auto;
    z-index: 20;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 220px;
    padding: 8px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    background: var(--color-surface-primary);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
    transform: translateY(-50%);
}

.podcast-episode-page__share-popover[hidden] {
    display: none !important;
}

.podcast-episode-page__share-option {
    width: 100%;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: var(--color-text-primary);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    text-align: left;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
}

.podcast-episode-page__share-option:hover,
.podcast-episode-page__share-option:focus {
    background: var(--color-surface-soft);
    color: var(--color-text-primary);
    outline: none;
}

.podcast-episode-page__share-option .fa,
.podcast-episode-page__share-option .fa-brands {
    width: 16px;
    text-align: center;
    color: var(--color-accent-primary);
}

.podcast-episode-page__section {
    margin-top: 36px;
}

.podcast-episode-page__section-title {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: var(--color-text-primary);
}

.podcast-episode-page__description {
    font-size: 16px;
    line-height: 1.65;
    font-weight: 400;
    color: var(--color-text-primary);
}

.podcast-episode-page__description > *:first-child {
    margin-top: 0;
}

.podcast-episode-page__related-list {
    border-top: 0;
}

.podcast-episode-page__related-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 14px 0;
    border-bottom: 1px solid var(--color-border-soft);
}

.podcast-episode-page__related-item:last-child {
    border-bottom: 0;
}

.podcast-episode-page__related-play {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    padding: 9.45px;
    border-radius: 7.56px;
    background: var(--color-accent-primary);
    color: var(--color-on-accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9.45px;
    padding-left: calc(9.45px + 2px);
    box-shadow: none;
}

.podcast-episode-page__related-play .fa {
    display: inline-block;
    width: 12.47462770494053px;
    height: 14.969553055193785px;
    line-height: 14.969553055193785px;
    font-size: 15px;
}

.podcast-episode-page__play .fa {
    display: inline-block;
    width: 12.47462770494053px;
    height: 14.969553055193785px;
    line-height: 14.969553055193785px;
    font-size: 15px;
}

.podcast-episode-page__related-play:hover,
.podcast-episode-page__related-play:focus {
    background: var(--color-accent-primary-hover);
    color: var(--color-on-accent);
    outline: none;
}

.podcast-episode-page__related-body {
    min-width: 0;
    flex: 1 1 auto;
}

.podcast-episode-page__related-body > a {
    text-decoration: none !important;
}

.podcast-episode-page__related-title {
    margin: 0 0 4px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    color: var(--color-text-primary);
}

.podcast-episode-page__related-meta {
    display: inline-block;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-accent-primary);
}

@media (max-width: 991px) {
    .article-sidebar-content--with-related .article-sidebar-ad-slot {
        position: static;
        top: auto;
    }

    .article-sidebar-content--with-related {
        min-height: auto;
        justify-content: flex-start;
    }

    .article-sidebar-top {
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .title-super-container > .title-container.container,
    .body_wrap.boxed.container,
    .breadcrumb-container > .container,
    #content-to-refresh > div > .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .page-ad-slot--top,
    .page-ad-slot--bottom {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .page-ad-slot__placeholder {
        min-height: 72px;
        padding: 16px;
    }

    .news-article-layout {
        display: block;
    }

    .article-sidebar-top,
    .article-sidebar-ad-slot {
        display: none;
    }

    .article-sidebar-column,
    .article-sidebar,
    .article-sidebar-column--with-related,
    .article-sidebar--with-related {
        display: block;
    }

    .article-sidebar-column {
        margin-top: 24px;
    }

    .article-sidebar-content {
        display: block;
    }

    .same-subject-sidebar {
        padding: 16px;
    }

    .same-subject-sidebar .related-news-sidebar-header h3 {
        font-size: 22px;
    }

    .same-subject-sidebar .wrap {
        gap: 16px;
    }

    .same-subject-sidebar .related-news-sidebar-item h4 {
        margin-top: 8px;
        font-size: 13px;
        line-height: 1.25;
    }

    .article .article-image .img-responsive {
        border-radius: 12px;
    }

    .show-team-page .show-team-layout {
        flex-direction: column;
        gap: 12px;
    }

    .show-team-page .show-team-layout__media {
        width: 100%;
        display: contents;
    }

    .show-team-page .show-team-layout__hero {
        display: flex;
        align-items: stretch;
        gap: 12px;
        width: 100%;
    }

    .show-team-page .show-team-layout__figure {
        flex: 0 0 auto;
    }

    .show-team-page .show-team-layout__title-wrap--mobile {
        display: flex;
        flex: 1 1 0;
        min-width: 0;
        align-items: center;
    }

    .show-team-page .show-team-layout__title--mobile {
        display: block;
        margin: 0 !important;
        font-size: 36px;
        line-height: 34px;
        word-break: break-word;
    }

    .show-team-page .show-team-layout--with-media .show-team-layout__title--desktop {
        display: none;
    }

    .show-team-page .show-team-layout__media .article-image .img-responsive {
        width: 120px;
        height: 120px;
        max-width: 100%;
    }

    .show-team-page .show-team-layout__media .infos-article {
        flex: 0 0 100%;
        margin-top: 0;
        padding-top: 0;
    }

    .show-team-page .show-team-layout__media .infos-article:empty {
        display: none;
    }

    .show-team-page .show-team-podcast-section__title {
        font-size: 20px;
        line-height: 1.1;
    }

    .show-team-page .show-team-podcast-card {
        gap: 16px;
    }

    .show-team-page .show-team-podcast-pagination ul#pagination-order.pagination.pagination-custom {
        gap: 6px;
    }

    .show-team-page .show-team-podcast-pagination ul#pagination-order.pagination.pagination-custom li span,
    .show-team-page .show-team-podcast-pagination ul#pagination-order.pagination.pagination-custom li a {
        width: 36px;
        height: 36px;
        min-width: 36px;
        border-radius: 12px;
        font-size: 12px !important;
    }

    .podcast-episode-page__hero {
        padding: 20px;
    }

}

@media (max-width: 767px) {
    .podcast-episode-page__hero {
        flex-direction: column;
        align-items: center;
        gap: 18px;
        padding: 16px;
        border-radius: 18px;
        max-width: 388px;
        margin: 0 auto;
        text-align: center;
    }

    .podcast-episode-page__hero-body {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .podcast-episode-page__cover {
        flex: 0 0 auto;
        width: 100%;
        max-width: 356px;
    }

    .podcast-episode-page__cover img {
        width: 356px;
        height: 356px;
        aspect-ratio: 1 / 1;
        max-width: 100%;
    }

    .podcast-episode-page__actions {
        justify-content: center;
        margin-top: 18px;
    }


    .podcast-episode-page__share-popover {
        top: calc(100% + 10px);
        left: 50%;
        right: auto;
        min-width: 200px;
        transform: translateX(-50%);
    }

    .podcast-episode-page__section {
        margin-top: 28px;
    }

    .podcast-episode-page__related-item {
        gap: 16px;
    }
}

.podcast-grid-layout .podcast-grid-layout__item {
    margin-bottom: 28px;
}

.podcast-latest-strip {
    margin: 8px 0 32px;
}

.podcast-latest-strip__title {
    margin: 0 0 18px;
}

.podcast-latest-strip__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.podcast-latest-strip__card {
    min-width: 0;
    padding: 8px;
    border-radius: 16px;
    background: #fff4fa;
}

.podcast-latest-strip__media {
    position: relative;
    margin-bottom: 10px;
}

.podcast-latest-strip__image-link,
.podcast-latest-strip__text-link {
    display: block;
    text-decoration: none;
}

.podcast-latest-strip__image-frame {
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 10px;
    aspect-ratio: 1 / 1;
    background: #f4f5f7;
}

.podcast-latest-strip__image {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.podcast-latest-strip__play {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 41.58px;
    height: 41.58px;
    flex: 0 0 41.58px;
    padding: 9.45px;
    border: 2.84px solid #fff;
    border-radius: 7.56px;
    background: var(--color-accent-primary);
    color: var(--color-on-accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: calc(9.45px + 2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
    z-index: 2;
}

.podcast-latest-strip__play:hover,
.podcast-latest-strip__play:focus {
    background: var(--color-accent-primary-hover);
    color: var(--color-on-accent);
    outline: none;
}

.podcast-latest-strip__play .fa {
    display: inline-block;
    width: 12.47462770494053px;
    height: 14.969553055193785px;
    font-size: 15px;
}

.podcast-latest-strip__text {
    display: -webkit-box;
    overflow: hidden;
    min-height: 35px;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 400;
    color: var(--color-text-primary);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.podcast-latest-strip__text-link:hover .podcast-latest-strip__text,
.podcast-latest-strip__text-link:focus .podcast-latest-strip__text {
    color: var(--color-accent-primary);
}

.podcast-latest-strip__meta {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.25;
    color: #666;
}

.podcast-grid-layout__section-title {
    margin: 0 0 22px;
    font-size: 36px;
    line-height: 1.15;
    font-weight: 700;
    color: var(--color-text-primary);
}

.podcast-grid-layout .podcast-grid-card {
    position: relative;
}

.podcast-grid-layout .podcast-grid-card__media {
    position: relative;
    margin-bottom: 10px;
}

.podcast-grid-layout .podcast-grid-card__image-link {
    display: block;
}

.podcast-grid-layout .podcast-grid-card__image-frame {
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 10px;
    aspect-ratio: 1 / 1;
    background: #f4f5f7;
}

.podcast-grid-layout .podcast-grid-card__image {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.podcast-grid-layout .podcast-grid-card__play {
    width: 41.58px;
    height: 41.58px;
    flex: 0 0 41.58px;
    padding: 9.45px;
    border: 2.84px solid #FFF;
    border-radius: 7.56px;
    background: var(--color-accent-primary);
    color: var(--color-on-accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: calc(9.45px + 2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
}

.podcast-grid-layout .podcast-grid-card__play:hover,
.podcast-grid-layout .podcast-grid-card__play:focus {
    background: var(--color-accent-primary-hover);
    color: var(--color-on-accent);
    outline: none;
}

.podcast-grid-layout .podcast-grid-card__play .fa {
    display: inline-block;
    width: 12.47462770494053px;
    height: 14.969553055193785px;
    font-size: 15px;
}

.podcast-grid-layout .podcast-grid-card__title-link {
    display: block;
    text-decoration: none;
}

.podcast-grid-layout .podcast-grid-card__title {
    margin: 0;
    min-height: 35px;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 400;
    color: var(--color-text-primary);
}

.podcast-grid-layout .podcast-grid-card__title-link:hover .podcast-grid-card__title,
.podcast-grid-layout .podcast-grid-card__title-link:focus .podcast-grid-card__title {
    color: var(--color-accent-primary);
}

@media (max-width: 767px) {
    .podcast-latest-strip {
        margin-bottom: 24px;
    }

    .podcast-latest-strip__title {
        margin-bottom: 14px;
    }

    .podcast-latest-strip__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .podcast-latest-strip__play {
        width: 38px;
        height: 38px;
        right: 8px;
        bottom: 8px;
    }

    .podcast-latest-strip__card {
        padding: 6px;
        border-radius: 14px;
    }

    .podcast-grid-layout__section-title {
        margin-bottom: 18px;
        font-size: 32px;
    }

    .podcast-grid-layout .podcast-grid-layout__item {
        margin-bottom: 22px;
    }

    .podcast-grid-layout .podcast-grid-card__play {
        right: 8px;
        bottom: 8px;
    }
}

