/**/
.cmf-login-error-message {
    background-color: var(--red);
    color: var(--white);
    border-radius: 6px;
    margin: 0 0 .5rem;
    padding: 1rem;
    display: none;
}

.cmf-login-error-message a,
.cmf-login-error-message a:hover {
    color: var(--white) !important;
    text-decoration: underline !important;
}

.btn-display-all {
    display: block;
    margin-bottom: .5rem;
}

.swiper-tabs-mobile {
    position: relative;
    overflow: hidden;
}

.swiper-tabs-mobile .swiper-slide {
    width: auto;
}

.swiper-tabs-mobile .swiper-slide:last-child {
    margin-right: 30px !important;
}

.swiper-tabs-mobile .swiper-button-prev {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.swiper-tabs-mobile .swiper-button-next {
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.swiper-tabs-mobile .swiper-button-prev:hover,
.swiper-tabs-mobile .swiper-button-next:hover {
    background: var(--black);
}


.swiper-tabs-mobile .swiper-button-prev.swiper-button-disabled {
    display: none;
}

/* search films box */
.col-filters input[type="select"],
.col-filters select {
    width: 100%;
}

.col-filters label,
#cmf-login-form label {
    cursor: pointer;
    display: block;
    font-weight: normal;
    line-height: initial;
    margin: .3rem 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
}

.um-activity-modal-body.login_modal #cmf-login-form .login-submit #wp-submit,
.um-activity-modal-body.login_modal #cmf-login-form #wp-submit.button-primary {
    background-color: var(--black) !important;
    color: var(--white) !important;
    border: none !important;
    box-shadow: none !important;
}

.um-activity-modal-body.login_modal #cmf-login-form .login-submit #wp-submit:hover,
.um-activity-modal-body.login_modal #cmf-login-form .login-submit #wp-submit:focus,
.um-activity-modal-body.login_modal #cmf-login-form #wp-submit.button-primary:hover {
    background-color: #444 !important;
    color: var(--white) !important;
}

input[type="checkbox"],
.col-filters label input[type="radio"] {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    border: 1px solid #aaa;
    border-radius: 4px;
    width: 18px;
    height: 18px;
    margin-right: .5rem;
}

input[type="checkbox"]::before,
.col-filters label input[type="radio"]::before {
    content: "";
    width: 16px;
    height: 16px;
    -webkit-clip-path: polygon(28% 38%, 41% 53%, 75% 24%, 86% 38%, 40% 78%, 15% 50%);
    clip-path: polygon(28% 38%, 41% 53%, 75% 24%, 86% 38%, 40% 78%, 15% 50%);
    transform: scale(0);
    background-color: var(--black);
}

input[type="checkbox"]:checked::before,
.col-filters label input[type="radio"]:checked::before {
    transform: scale(1);
}

input[type="checkbox"]:checked,
input[type="checkbox"]:hover,
.col-filters label input[type="radio"]:checked,
.col-filters label input[type="radio"]:hover {
    background-color: var(--button-bg-color-grey);
}

.col-filters {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
}

.genres-filters {
    max-height: 300px;
    overflow: hidden;
}

.genres-filters.active {
    max-height: initial;
    overflow: initial;
}

#display-all-genres-filters {
    text-align: right;
    margin-top: .2rem;
    color: var(--orange);
    font-size: 12px;
}

#display-all-genres-filters.active {
    display: none;
}

/* custom user select ACF */
.custom-us {
    display: flex;
}

.custom-us img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 0.5rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 2px !important;
}

.select2-container.-acf .select2-selection {
    border-color: #aaa !important;
    height: 33px;
}

/* Équipe technique — sélecteur de rôles « autre » */
.row-edit-equipe_technique .acf-th[data-name="role_texte_libre"],
.row-edit-equipe_technique td.acf-field[data-name="role_texte_libre"] {
    width: 15%;
    min-width: 130px;
}

.row-edit-equipe_technique td.acf-field[data-name="role_texte_libre"] > .acf-label {
    display: none;
}

.row-edit-equipe_technique td.acf-field[data-name="role_texte_libre"] input {
    width: 100%;
}

.row-edit-equipe_technique .acf-field[data-name="role"] .cmf-equipe-role-libre-inline {
    display: none !important;
}

.row-edit-equipe_technique .acf-repeater.-table > table > thead > tr > th.acf-row-handle.remove .cmf-equipe-row-actions-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
}

.row-film-view {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
    align-items: start;
}

.row-film-view-item {
    margin-top: 0;
}

.row-film-view-item h4,
.row-film-view-item h5,
.row-film-view-item__title {
    font-size: 1rem;
    margin: 0 0 0.75rem;
    min-height: 2.5em;
    line-height: 1.25;
}

.row-film-view--videos {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.row-film-view-item--video .thumbnail-video-player,
.row-film-view-item--video .cmf-video-external-block,
.row-film-view-item .thumbnail-video-player,
.row-film-view-item .cmf-video-external-block {
    width: 100%;
    max-width: 100%;
}

.row-film-view-item--video .thumbnail-video-player-empty {
    min-height: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 4px;
}

.row-film-view-item--video .cmf-video-platform-hint {
    margin-top: 0.5rem;
}

.row-film-view-item + .row-film-view-item {
    margin-top: 0;
}

.row-film-series-seasons .box-series-season {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    padding: 1rem;
}

.row-film-series-seasons .series-season-poster img {
    display: block;
    max-width: 220px;
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.row-film-series-seasons .box-series-season h4 {
    margin-top: 0;
}

.row-film-series-seasons .row-film-view-item--video {
    margin-top: 0.75rem;
}

.row-film-series-seasons .series-season-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.row-film-series-seasons .series-season-panel {
    display: none;
}

.row-film-series-seasons .series-season-panel.is-active {
    display: block !important;
}

.row-film-series-seasons .series-season-tabs .nav-tab {
    cursor: pointer;
}

.row-film-series-overview {
    margin-bottom: 1rem;
}

.row-edit-films_videos .acf-repeater .acf-row .acf-field {
    margin-bottom: 0.5rem;
}

.cmf-equipe-role-picker-overlay {
    z-index: 199990 !important;
}

.um-popup.cmf-modal-equipe-role-picker {
    z-index: 199991 !important;
    margin-left: -420px;
    width: 840px;
    max-width: calc(100vw - 24px);
}

.cmf-equipe-role-modal-body {
    background: #fff;
    max-height: 65vh;
    overflow: auto;
    padding: 16px 18px;
}

.cmf-equipe-role-intro {
    color: #555;
    font-size: 14px;
    margin: 0 0 12px;
}

.cmf-equipe-role-search {
    border: 1px solid #aaa;
    border-radius: 4px;
    margin-bottom: 14px;
    padding: 8px 10px;
    width: 100%;
}

.cmf-equipe-role-group {
    margin-bottom: 16px;
}

.cmf-equipe-role-group__title {
    border-bottom: 1px solid #e5e5e5;
    color: var(--black, #222);
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 8px;
    padding-bottom: 4px;
}

.cmf-equipe-role-group__items {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cmf-equipe-role-item {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #333;
    cursor: pointer;
    font-size: 13px;
    padding: 6px 10px;
}

.cmf-equipe-role-item:hover,
.cmf-equipe-role-item:focus {
    background: var(--orange, #ff8f1c);
    border-color: var(--orange, #ff8f1c);
    color: #fff;
    outline: none;
}

.cmf-equipe-role-empty {
    color: #777;
    font-size: 14px;
    margin: 0;
}

.cmf-equipe-role-custom {
    border-top: 1px solid #e5e5e5;
    margin-top: 16px;
    padding-top: 14px;
}

.cmf-equipe-role-custom__label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
}

.cmf-equipe-role-custom__row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cmf-equipe-role-custom__input {
    border: 1px solid #aaa;
    border-radius: 4px;
    flex: 1 1 220px;
    min-width: 180px;
    padding: 8px 10px;
}

.cmf-equipe-role-custom__apply {
    flex: 0 0 auto;
}

/* edit modal */
.um-popup.cmf-modal-film-fields {
    color: #444;
    margin-left: -450px;
    width: 900px;
}

.um-popup {
    background-color: transparent !important;
    border-radius: 10px !important;
    color: var(--black) !important;
    max-height: 80%;
    overflow: hidden !important;
    position: relative;
    -webkit-box-shadow: 0px 0px 100px 0px rgba(255, 143, 28, .5) !important;
    box-shadow: 0px 0px 100px 0px rgba(255, 143, 28, .5) !important;
}

.um-popup * {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

.um-popup a {
    outline: none !important;
}

.um-popup-header,
#acf-popup .title {
    background: var(--black) !important;
    border-bottom: none !important;
    font-size: 16px !important;
    padding: 15px 15px !important;
    color: var(--orange) !important;
    font-weight: 600;
    position: relative;
    height: 55px;
}

#acf-popup {
    background: rgba(0, 0, 0, 0.7);
}

#acf-popup .acf-popup-box {
    border: none !important;
    border-radius: 10px !important;
    -webkit-box-shadow: 0px 0px 100px 0px rgba(255, 143, 28, .5) !important;
    box-shadow: 0px 0px 100px 0px rgba(255, 143, 28, .5) !important;
}

#acf-popup .title {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    height: 48px;
}

.acf-box .title h3 {
    color: var(--orange) !important;
    font-size: 16px !important;
}

.cmf-modal-confirm-modal .um-popup-header {
    font-weight: normal;
}

.um-popup.no-scroll {
    overflow: initial;
}

.um-activity-modal-body {
    background-color: var(--white);
}

.um-popup.no-scroll .um-activity-modal-body {
    max-height: 500px;
    display: flex;
    flex-direction: column;
}

.um-popup.no-scroll .um-activity-modal-body #users_fetch {
    flex-grow: 1;
    height: 100%;
    overflow: auto;
}

.um-popup-footer {
    background: #fff;
    border-top: 1px solid #e5e5e5;
    font-size: 16px;
    padding: 8px 15px;
    color: #0E0E10;
    justify-content: space-evenly;
}

.cmf-modal-confirm-modal .um-popup-footer {
    border-top: none;
    padding: 18px 15px;
}

.um-activity-modal-body.modal-body-list-users {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.um-popup #selected-users,
#admins-list {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.um-popup #selected-users .d-flex,
#admins-list .d-flex {
    font-weight: 600;
    font-size: 13px;
    padding: .2rem .5rem .2rem .2rem;
    background-color: var(--button-bg-color-grey);
    border-radius: 25px;
}

.um-popup #selected-users img,
#admins-list img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.btn-remove {
    background-color: var(--red);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
}

.cmf-modal-hide,
.modal-header .close,
.btn-round,
.um-popup .um-message-hide,
.um-activity-modal-hide {
    color: var(--black) !important;
    cursor: pointer;
    text-decoration: none !important;
    position: absolute !important;
    right: 10px !important;
    top: 12px !important;
    font-size: 16px !important;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    background-color: var(--orange);
    opacity: .9;
    outline: none;
    text-shadow: none;
}

#acf-popup .acf-popup-box .title .acf-icon.-cancel {
    background: var(--orange);
    opacity: .9;
}

#acf-popup .acf-popup-box .title .acf-icon.-cancel:hover {
    opacity: 1;
}

#acf-popup .acf-popup-box .title .acf-icon.grey {
    color: var(--black) !important;
}

.um-activity-modal-user .um-message-btn {
    background-color: transparent !important;
    color: #444 !important;
}

.um-activity-modal-item {
    padding: 0 0 0 0 !important;
    min-height: initial !important;
    font-size: 15px !important;
}

.um-popup .um-activity-modal-body .simplebar-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0 16px 0 16px !important;
}

.um-popup .um-popup-footer {
    height: auto !important;
    padding: 0 15px;
    border-top: none;
}

.btn-round {
    position: relative !important;
    top: initial !important;
    right: initial !important;
}

.btn-round.btn-round-black {
    background-color: var(--button-bg-color) !important;
    color: var(--button-text-color) !important;
}

.btn-round.btn-round-black:hover {
    background-color: var(--button-bg-color-hover) !important;
    color: var(--button-text-color-hover) !important;
}

.btn-round.btn-round-small {
    font-size: 12px !important;
    height: 22px;
    width: 22px;
    line-height: 1;
}

.cmf-modal-hide:hover,
.modal-header .close:hover,
.um-popup .um-message-hide:hover {
    background-color: var(--orange) !important;
    opacity: 1 !important;
}

/* add film */
.col-cover {
    position: relative;
    padding-right: 2rem;
}

.film-image-upload,
.film-image-upload label {
    width: 100%;
}

.film-image-upload label {
    cursor: pointer;
    margin: 0 0 0 0;
}

.film-image-upload .btn {
    background-color: #aaa;
    background: repeating-linear-gradient(-45deg, #ddd, #ddd 5px, #e4e4e4 5px, #e4e4e4 10px);
    border: 1px solid #aaa !important;
    color: var(--black);
    width: 100%;
    aspect-ratio: 12 / 16;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.film-image-upload .btn,
.film-image-upload .btn:hover {
    background-color: #aaa;
    background: repeating-linear-gradient(-45deg, #ddd, #ddd 5px, #e4e4e4 5px, #e4e4e4 10px);
    color: var(--black) !important;
}

.film-image-upload .btn .um-faicon-image {
    margin-bottom: 1rem;
    font-size: 30px;
}

#film_image_preview {
    display: none;
    width: 100%;
    border: 1px solid #aaa !important;
    aspect-ratio: 12 / 16;
    border-radius: var(--button-radius) !important;
}

.film-image-preview {
    background: #0e0e10;
    position: relative;
    width: 100%;
    aspect-ratio: 12 / 16;
    border-radius: var(--button-radius);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.film-image-preview.is-empty #film_image_preview {
    display: none !important;
}

.film-thumbnail-placeholder {
    align-items: center;
    aspect-ratio: 12 / 16;
    background: #0e0e10;
    border-radius: var(--button-radius, 4px);
    display: flex;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}

.film-thumbnail-placeholder__title {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    max-width: 90%;
    padding: 1rem;
    text-align: center;
    word-break: break-word;
}

.film-image-preview.is-empty::after {
    color: #fff;
    content: attr(data-title);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    max-width: 90%;
    padding: 1rem;
    text-align: center;
    word-break: break-word;
}

.film-image-preview:not(.is-empty) {
    background: repeating-linear-gradient(-45deg, #ddd, #ddd 5px, #e4e4e4 5px, #e4e4e4 10px);
    background-color: rgba(0, 0, 0, 0);
}

.film-image-preview #film_image_preview_remove {
    display: none;
    position: absolute !important;
    top: .5rem !important;
    right: .5rem !important;
}

.film-image-preview #film_image_preview_remove:hover {
    background-color: red !important;
    color: #fff !important;
}

.film-content.wp-editor-area {
    height: 274px;
}

.container-card-add-film .form-response {
    background-color: red;
    color: #fff;
    display: none;
    margin-top: 1rem;
    padding: 1rem;
}

/* acf media gallery edit */
.supports-drag-drop {
    z-index: 9999999;
}

/* shortcode colum latest comments */
.column-latest-comments {
    display: flex;
    flex-direction: column;
}

.column-latest-comments .d-flex {
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-gap: 1rem;
    margin-bottom: 1rem;
}

.column-latest-comments .post-link {
    color: #666;
    font-size: 13px;
}

/* shortcode column tops films */
.column-tops,
.sidebar-homepage-news,
.sidebar-homepage-festivals {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.list-sidebar .block-list {
    display: grid;
    grid-template-columns: 80px 1fr;
    grid-gap: 1rem;
    width: 100%;
    position: relative;
}

.list-sidebar .block-list .list-title {
    margin: 0 0 .2rem;
}

.list-sidebar .block-list .row-infos div:nth-child(2) {
    margin-top: .3rem;
}

.block-film,
.home .block-news {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-gap: 1rem;
    width: 100%;
    position: relative;
}

.block-film.block-film-square {
    grid-template-columns: 70px 1fr;
}

.bullets-recommandations .row-infos {
    background-color: var(--button-bg-color-grey);
    padding: .1rem .5rem;
    border-radius: 15px;
}

.bullet {
    background-color: var(--button-bg-color-grey);
    padding: .1rem .5rem;
    border-radius: 15px;
    font-size: 13px;
    display: inline-flex;
  align-items: center;
}

.bullet i {
    font-size: 12px;
}

.bullet.bullet-green {
    background-color: var(--green);
    color: var(--white);
}

.widget-area .block-film,
.widget-area .block-news {
    grid-template-columns: 80px 1fr;
}

.widget-area .block-film .wp-post-image,
.widget-area .block-news .wp-post-image,
.cover-bookmark-square .cover-container,
.cover-bookmark,
.um-activity-bodyinner-txt .new-list-like .new-list-like-cover a,
.block-film .film-thumbnail,
.wall-user-review .film-thumbnail,
.user-filmography-short .thumbnail,
.event-photos .acf-gallery a,
.cover-event,
.row-header-film .film-header-content #cellAffiche img {
    border-radius: var(--border-radius);
    overflow: hidden;
    position: relative;
}

.comment-list.other-reviews .block-film {
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-gap: 1rem;
    margin-bottom: 0 !important;
}

.block-film.block-user-review {
    grid-template-columns: 60px 1fr;
}

.review-replies .block-film.block-user-review {
    grid-template-columns: 40px 1fr;
}

.review-replies .block-film.block-user-review .bb-grey {
    border-color: #ccc;
}

.block-film.block-user-review.border-bottom {
    padding-bottom: .5rem;
}

.comment-list.replies .bullet-reply {
    background-color: #e5e5e5;
    padding: 1rem;
    border-radius: var(--border-radius-big);
    position: relative;
    margin-bottom: 3rem;
}

.block-film.block-user-review .quicktags-toolbar {
    background-color: transparent;
    border: none;
}

.block-film.block-user-review .wp-editor-container textarea.wp-editor-area {
    border: none;
    border-radius: var(--border-radius-big);
}

.comment-list.replies .bullet-reply::before {
    content: "";
    position: absolute;
    right: 2rem;
    top: -1.4rem;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve"><path fill="%23e5e5e5" d="M0,0v100h100L0,0L0,0z"/></svg>');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    filter: drop-shadow(0 0px 10px rgba(0, 0, 0, .08));
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.post-type-archive-films .block-film {
    grid-template-columns: 120px 1fr;
}

.post-type-archive-films .block-film .film-thumbnail {
    width: 100%;
}

.block-film.review,
.article-film .block-film {
    gap: .5rem;
    background-color: #181818;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.block-user-review .vcard img {
    width: 60px !important;
    height: 60px !important;
    min-width: 60px;
    margin: 0;
}

.review-replies .block-user-review .vcard img {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px;
}

#film-others-reviews .block-film .avatar {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px;
}

.block-film .title,
.comment-author-section .title {
    position: relative;
}

.block-film .title.row-user {
    align-items: center;
    display: flex;
    padding: 0 0;
}

.block-film .title.row-user a {
    flex-grow: 1;
}

.block-film.review .title a,
.article-film .block-film .title a {
    color: #fff;
    font-size: 16px;
}

.block-film.review .rmp-results-widget {
    color: #fff;
}

.block-film .desc,
.block-film .desc a {
    font-size: 13px;
    color: #666;
}

.block-film .desc .comment-content {
    color: #444;
    font-size: 15px;
}

.container-review-reply,
.block-film .desc .comment-content .comment-text,
.block-film .desc .comment-content .comment-edit-content {
    position: relative;
}

.container-review-reply .review-reply-new {
    font-weight: 600;
}

.single-review-replies-links {
    margin-top: .2rem;
    font-size: 13px;
}

.single-review-replies-links span:nth-child(1) {
    font-weight: 600;
}

.review-replies-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}

.block-film .desc a,
.comment-author-section .comment__author a {
    color: var(--black);
}

.rmp-results-widget {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 13px;
    margin: 0 0 0;
    color: #444;
}

.rmp-results-widget .js-rmp-avg-rating {
    font-size: 13px;
}

.rmp-results-widget__visual-rating {
    display: flex !important;
    align-items: center;
    margin: 0 0 0 0 !important;
}

.rmp-results-widget__visual-rating i {
    margin-right: .2rem;
    ;
}

.comment-author-section .film-note div:nth-child(1) {
    padding-right: 5px;
    text-transform: lowercase;
}

.js-rmp-avg-rating {
    font-weight: bold;
    color: var(--orange) !important;
}

.block-film .film-excerpt {
    color: #444;
    font-size: 15px;
}

.block-film.review .desc,
.block-film.review .desc a,
.block-film.review .film-note,
.article-film .block-film .desc,
.article-film .block-film .desc a,
.article-film .block-film .film-excerpt,
.article-film .block-film .film-note {
    color: #fff;
}

.block-film .trailer-link a,
.block-film .read-more a {
    color: #444 !important;
    font-size: 14px;
    font-weight: 600;
}

.block-film .read-more {
    margin-top: 0.5rem;
    text-align: right;
    font-size: 14px;
}

/* blocks shortcodes articles */
.single-article-content-inner a {
    font-weight: 600;
    text-decoration: underline;
}

.single-article-content-inner a:hover {
    text-decoration: underline;
}

.article-film {
    margin: 0 0 2rem;
}

/* single film */
.tab-filmography-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.tab-filmography-header h3 {
    margin-bottom: 0;
}

.tab-filmography-rows.grid-managed-films {
    display: grid;
    grid-template-columns: 1fr auto;
}

.tab-filmography-rows.grid-managed-films .label-status-draft,
.tab-filmography-rows.grid-managed-films .label-status-publish {
    display: block;
    text-align: center;
    padding: 2px 6px;
    border-radius: 12px;
    font-size: 12px;
}

.tab-filmography-rows.grid-produced {
    display: grid;
    grid-template-columns: 70px 1fr auto;
}

.tab-filmography-rows.grid-managed-films,
.tab-filmography-rows.grid-director,
.tab-filmography-rows.grid-producer {
    display: grid;
    grid-template-columns: 70px 1fr auto;
}

.grid-table.grid-table-4 {
    display: grid;
    grid-template-columns: 1fr auto auto auto;
}

.grid-table.grid-table-5 {
    display: grid;
    grid-template-columns: 1fr auto auto auto auto;
}

.grid-table.grid-table-6 {
    display: grid;
    grid-template-columns: 1fr auto auto auto auto auto;
}

.grid-table.grid-table-my-submissions {
    display: grid;
    grid-template-columns: 30% 30% auto auto auto auto;
}

.tab-filmography-rows.grid-casting,
.tab-filmography-rows.grid-technical {
    display: grid;
    grid-template-columns: 70px 1fr auto auto;
}

.tab-filmography-rows>div,
.grid-table>div {
    border-bottom: 1px solid #ddd;
    padding: 0.5rem;
}

.tab-filmography-rows dd,
.grid-table dd {
    background-color: #eee;
    border-bottom: 1px solid #eee;
    font-weight: 600;
    margin: 0 0 0;
    padding: 0.5rem;
}

.tab-filmography-rows dd:first-of-type,
.grid-table dd:first-of-type {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.tab-filmography-rows dd:last-of-type,
.grid-table dd:last-of-type {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.tab-filmography-rows div a:hover {
    text-decoration: underline !important;
}

.rmp-icon--full-highlight,
.film-note span {
    color: var(--button-bg-color-grey);
    font-size: 1rem !important;
}

.cmf-editable-rating-stars .cmf-rating-stars-interactive .cmf-rating-star--filled {
    color: var(--orange, #ff912c) !important;
}

.cmf-editable-rating-stars .cmf-rating-stars-interactive .cmf-rating-star--empty {
    color: #cccccc !important;
}

.rmp-icon--half-highlight {
    background: linear-gradient(to right, #ff912c 50%, #ccc 50%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-size: 1rem !important;
}

.film-menu {
    margin-bottom: 2rem;
    padding-right: 1.5rem;
}

.film-menu .film-menu-action a {
    cursor: pointer;
    height: 34px;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.film-menu .film-menu-action a:hover {
    background-color: #eee;
    border-radius: 17px;
    text-decoration: none;
}

.film-menu .film-review-btn i,
.film-menu .film-likes-btn i,
.film-menu .um-post-share i,
.list-likes-btn i,
.news-likes-btn i,
.event-likes-btn i,
.single-listes .um-faicon-share,
.block-user-review .um-faicon-share,
.btn-show-tab-list-comments i {
    background-color: var(--button-bg-color-grey);
    border-radius: 50%;
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.film-menu .film-review-btn i:hover,
.film-menu .film-likes-btn i:hover,
.film-menu .um-post-share i:hover,
#list-likes-btn:hover,
#news-likes-btn:hover,
#event-likes-btn:hover,
.single-listes .um-faicon-share:hover,
.block-user-review .um-faicon-share:hover {
    background-color: var(--button-bg-color-grey-hover);
}

.news-likes-btn i,
.event-likes-btn i {
    height: 30px;
    width: 30px;
}

.single-listes .um-post-share a,
.block-user-review .um-post-share a {
    text-decoration: none;
}

.single-listes .um-faicon-share,
.list-likes-btn i,
.btn-show-tab-list-comments i {
    height: 54px;
    width: 54px;
}

.block-user-review .um-faicon-share {
    height: 34px;
    width: 34px;
}

.film-menu .film-review-btn i.reviewed,
.film-menu .film-likes-btn i.liked,
.list-likes-btn i.liked,
.news-likes-btn i.liked {
    background-color: var(--orange);
    color: var(--black);
}

.film-menu .film-likes-btn i.reviewed:hover,
.film-menu .film-likes-btn i.liked:hover,
.list-likes-btn i.liked:hover,
.news-likes-btn i.liked:hover {
    background-color: var(--black);
}

.comment-body p {
    margin-bottom: 1rem;
}

.spoiler {
    background-color: var(--button-bg-color-grey);
    border-radius: 20px;
    color: var(--button-bg-color-grey);
    padding: 2px 8px;
    cursor: pointer;
    line-height: 1.9;
}

.spoiler em {
    font-style: normal;
    font-weight: 600;
    color: #444;
}

.spoiler.active {
    color: #444;
}

.um-activity-bodyinner-txt .wall-read-review {
    margin-top: 0.5rem;
    text-align: right;
}

.um-activity-bodyinner-txt .wall-read-review a {
    color: #0E0E10;
}

/* fullscreen video player */
.thumbnail-video-player {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(255, 143, 28, .5);
    box-shadow: 0px 0px 50px 0px rgba(255, 143, 28, .5);
}

.thumbnail-video-player img,
.thumbnail-video-player-placeholder {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.thumbnail-video-player-placeholder {
    display: block;
    background: #1a1a1a;
}

.thumbnail-video-player-empty {
    color: var(--orange);
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(255, 143, 28, .5);
    box-shadow: 0px 0px 50px 0px rgba(255, 143, 28, .5);
}

.thumbnail-video-player .video-play-button,
.thumbnail-video-player .video-play-button-not-logged,
.thumbnail-video-player .video-play-button-denied {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 64px;
    height: 64px;
    background-color: var(--white);
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.45);
}

.thumbnail-video-player .video-play-button svg,
.thumbnail-video-player .video-play-button-not-logged svg,
.thumbnail-video-player .video-play-button-denied svg {
    fill: var(--orange);
    width: 64px;
    height: 64px;
}

#full-video-player-container,
#film-cover-container,
#modal-swiper-container,
#generic-modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    z-index: 999999;
    overflow: hidden;
}

#full-video-player-close,
#film-cover-close,
#modal-swiper-close,
#modal-map-close,
#modal-activity-photo-close,
#generic-modal-close,
#btn-actions-button {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 3;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><circle fill="%230E0E10" cx="256" cy="256" r="256" /><path fill="%23ffffff" d="M377.9,170.7c10.1-10.1,10.1-26.5,0-36.7c-10.1-10.1-26.5-10.1-36.7,0L256,219.3l-85.3-85.2c-10.1-10.1-26.5-10.1-36.7,0c-10.1,10.1-10.1,26.5,0,36.7l85.3,85.2l-85.2,85.3c-10.1,10.1-10.1,26.5,0,36.7c10.1,10.1,26.5,10.1,36.7,0l85.2-85.3l85.3,85.2c10.1,10.1,26.5,10.1,36.7,0c10.1-10.1,10.1-26.5,0-36.7L292.7,256L377.9,170.7z"></path></svg>');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#modal-activity-photo-close {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><circle fill="%23e4e6eb" cx="256" cy="256" r="256" /><path fill="%230E0E10" d="M377.9,170.7c10.1-10.1,10.1-26.5,0-36.7c-10.1-10.1-26.5-10.1-36.7,0L256,219.3l-85.3-85.2c-10.1-10.1-26.5-10.1-36.7,0c-10.1,10.1-10.1,26.5,0,36.7l85.3,85.2l-85.2,85.3c-10.1,10.1-10.1,26.5,0,36.7c10.1,10.1,26.5,10.1,36.7,0l85.2-85.3l85.3,85.2c10.1,10.1,26.5,10.1,36.7,0c10.1-10.1,10.1-26.5,0-36.7L292.7,256L377.9,170.7z"></path></svg>');
}

#full-video-player-close svg,
#film-cover-close svg,
#modal-swiper-close svg,
#modal-map-close svg,
#modal-activity-photo-close svg,
#generic-modal-close svg,
#btn-actions-button svg {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: none;
}

#full-video-player-close:hover,
#film-cover-close:hover,
#modal-swiper-close:hover,
#modal-map-close:hover,
#modal-activity-photo-close:hover,
#generic-modal-close:hover {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><circle fill="%23FF8F1C" cx="256" cy="256" r="256" /><path fill="%230E0E10" d="M377.9,170.7c10.1-10.1,10.1-26.5,0-36.7c-10.1-10.1-26.5-10.1-36.7,0L256,219.3l-85.3-85.2c-10.1-10.1-26.5-10.1-36.7,0c-10.1,10.1-10.1,26.5,0,36.7l85.3,85.2l-85.2,85.3c-10.1,10.1-10.1,26.5,0,36.7c10.1,10.1,26.5,10.1,36.7,0l85.2-85.3l85.3,85.2c10.1,10.1,26.5,10.1,36.7,0c10.1-10.1,10.1-26.5,0-36.7L292.7,256L377.9,170.7z"></path></svg>');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#modal-activity-photo-close:hover {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><circle fill="%23d8dadf" cx="256" cy="256" r="256" /><path fill="%230E0E10" d="M377.9,170.7c10.1-10.1,10.1-26.5,0-36.7c-10.1-10.1-26.5-10.1-36.7,0L256,219.3l-85.3-85.2c-10.1-10.1-26.5-10.1-36.7,0c-10.1,10.1-10.1,26.5,0,36.7l85.3,85.2l-85.2,85.3c-10.1,10.1-10.1,26.5,0,36.7c10.1,10.1,26.5,10.1,36.7,0l85.2-85.3l85.3,85.2c10.1,10.1,26.5,10.1,36.7,0c10.1-10.1,10.1-26.5,0-36.7L292.7,256L377.9,170.7z"></path></svg>');
}

#btn-actions-button {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><circle fill="%230E0E10" cx="256" cy="256" r="256" /><path fill="%23ffffff" d="M328 256c0 39.8-32.2 72-72 72s-72-32.2-72-72 32.2-72 72-72 72 32.2 72 72zm104-72c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72zm-352 0c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72z"></path></svg>');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    right: 60px;
}

#btn-actions-button:hover {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><circle fill="%23FF8F1C" cx="256" cy="256" r="256" /><path fill="%230E0E10" d="M328 256c0 39.8-32.2 72-72 72s-72-32.2-72-72 32.2-72 72-72 72 32.2 72 72zm104-72c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72zm-352 0c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72z"></path></svg>');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#full-video-player-container #plyr-player {
    width: auto;
    height: 100%;
}

.cmf-vimeo-ondemand-player-wrap,
.cmf-vimeo-embed-responsive {
    width: 100%;
    max-width: 1200px;
    height: 100%;
    max-height: 85vh;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cmf-vimeo-embed-responsive iframe {
    width: 100% !important;
    height: 100% !important;
    min-height: 360px;
    border: 0;
}

.cmf-vimeo-embed-fallback {
    color: #fff;
    text-align: center;
    padding: 2rem;
}

.plyr--video {
    width: auto;
    height: 100%;
}

#full-video-player-actions {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    z-index: 2;
}

#full-video-player-actions.active {
    display: flex;
    flex-direction: column;
}

#full-video-player-actions-container {
    background-color: #000000;
    color: #ffffff;
    padding: 2rem;
    border-radius: 2rem;
    margin-bottom: 2rem;
    -webkit-box-shadow: 0px 0px 100px 0px rgba(255, 143, 28, .5) !important;
    box-shadow: 0px 0px 100px 0px rgba(255, 143, 28, .5) !important;
}

#full-video-player-container .btn {
    background-color: var(--orange);
    color: var(--black);
    text-align: center;
    display: block;
}

#full-video-player-actions-container .film-likes-btn {
    color: var(--white);
}

/* videojs */
.video-js .vjs-control-bar {
    height: 4em !important;
    background-color: rgba(43, 51, 63, 0) !important;
}

.vjs-button>.vjs-icon-placeholder:before {
    font-size: 2.8em !important;
    line-height: 1.5 !important;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal {
    height: 4em !important;
}

.video-js .vjs-volume-bar {
    margin: 1.85em .45em !important;
}

.video-js .vjs-time-control {
    font-size: 13px !important;
}

.video-js .vjs-picture-in-picture-control {
    display: none !important;
}

.video-js .vjs-slider {
    background: rgb(64, 64, 64) !important;
}

.video-js .vjs-progress-holder .vjs-load-progress {
    background: var(--yellow) !important;
}

.video-js .vjs-load-progress div {
    background: rgb(112, 112, 112) !important;
}

.video-js .vjs-play-progress {
    background: var(--orange) !important;
}

/* gallery */
.acf-swiper-gallery .acf-gallery {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(4, 1fr);
    height: auto;
    border: none;
}

.acf-swiper-gallery .acf-gallery a img {
    border-radius: var(--border-radius);
    width: 100%;
}

.modal-swiper-gallery .swiper-slide {
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}

.modal-swiper-gallery .swiper-slide img.orientation-portrait {
    height: 100%;
    width: auto;
    max-width: inherit;
}

.modal-swiper-gallery .swiper-slide img.orientation-landscape {
    height: auto;
    width: 100%;
    max-width: inherit;
}

/* film cover */
.film-header-affiche .link-cover,
.single-post-thumbnail {
    cursor: pointer;
}

#film-cover-container {
    padding: 60px;
}

#film-cover-container img {
    height: 100%;
    max-width: initial;
}

/* single activity photo */
#modal-activity-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 70% 30%;
    background-color: #000;
    z-index: 999999;
    overflow: hidden;
}

#modal-activity-container #modal-activity-left {
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

#modal-activity-container #modal-activity-left img.portrait {
    max-width: initial !important;
    width: auto !important;
    max-height: 100% !important;
    height: initial !important;
}

#modal-activity-container #modal-activity-left img.landscape {
    max-width: 100% !important;
    width: initial !important;
    max-height: initial !important;
    height: auto !important;
}

#modal-activity-container #modal-activity-right {
    background-color: var(--white);
    overflow: auto;
    height: 100%;
}

#modal-activity-container #modal-activity-right .um-activity-bodyinner-photo {
    display: none !important;
}

#modal-activity-container #modal-activity-right .um-activity-widget {
    border-radius: 0 !important;
    box-shadow: none !important;
    margin-bottom: 0;
    padding-top: 60px;
}

#modal-activity-container #modal-activity-right .um-activity-widget .um-activity-body {
    min-height: auto;
}

#modal-activity-container #modal-activity-right .um-activity-widget .um-activity-comments {
    position: relative;
    padding-bottom: 130px;
}

#modal-activity-container #modal-activity-right .um-activity-widget .um-activity-commentl.um-activity-comment-area {
    background-color: var(--white);
    position: fixed;
    bottom: 0;
    left: 70%;
    height: 115px;
    width: calc(30% - 15px);
    padding-bottom: 0 !important;
    padding: .5rem .5rem .5rem 50px;
    -webkit-box-shadow: 0 -10px 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 -10px 15px 0 rgba(0, 0, 0, 0.05);
}

#modal-activity-container #modal-activity-right .um-activity-widget .um-activity-commentl.um-activity-comment-area .um-activity-comment-avatar {
    top: .5rem;
    left: .5rem;
}

/* film / review like button */
.film-likes-btn,
.review-likes-btn,
.list-likes-btn,
.news-likes-btn,
.event-likes-btn {
    text-decoration: none !important;
}

.film-likes-btn em,
.review-likes-btn em,
.list-likes-btn em,
.news-likes-btn em,
.event-likes-btn em {
    font-style: normal;
    margin-left: 0.3rem;
}

#list-likes-btn,
#news-likes-btn,
#event-likes-btn {
    cursor: pointer;
}

.list-likes-btn-container a,
.news-likes-btn-container a,
.event-likes-btn-container a {
    text-decoration: none !important;
}

.list-likes-btn-container em,
.news-likes-btn-container em,
.event-likes-btn-container em {
    cursor: pointer;
    font-style: normal;
    margin-right: .3rem;
}

.modal-list-users {
    cursor: pointer;
    font-style: normal;
    font-weight: normal;
}

.modal-list-users:hover {
    text-decoration: underline;
}

.ajax-count-likes.hide {
    display: none;
}

.page-template-single-critique .modal-list-users {
    position: absolute;
    top: -.7rem;
    right: -.7rem;
    background-color: var(--button-bg-color-grey);
    border: none;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
}

.page-template-single-critique .modal-list-users:hover {
    background-color: var(--button-bg-color-grey-hover);
}

.page-template-single-critique .modal-list-users.hide {
    display: none;
}

.review-likes-btn {
    background-color: var(--button-bg-color-grey);
    border-radius: 50%;
    cursor: pointer;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-likes-btn.liked {
    background-color: var(--orange);
}

.review-likes-text i {
    margin-right: 0.3rem;
}

/* user wall */
.wall-user-review {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 1rem;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 10px;
}

.wall-user-review p {
    margin-bottom: 0;
}

.wall-user-review img.avatar {
    margin: 0 0.5rem 0 0 !important;
}

.wall-user-review h5 {
    font-size: 13px;
    margin-bottom: 0;
}

.wall-user-review .card-row-stats {
    margin-top: 0.5rem;
}

.wall-user-review .card-row-stats a {
    font-weight: normal;
}

/* reviews */
.pagination,
.reviews-navigation {
    text-align: center;
    padding-bottom: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #ccc;
}

.reviews-navigation {
    margin-top: 2rem;
    padding-bottom: 0;
}

.pagination a,
.pagination .current,
.reviews-navigation a,
.reviews-navigation .current {
    display: inline-flex;
    padding: .35rem .5rem;
    line-height: 1;
    margin: 0 .2rem;
    text-decoration: none !important;
}

.pagination .page-numbers.current,
.reviews-navigation .page-numbers.current {
    background-color: var(--black);
    color: var(--white) !important;
}

.pagination a:hover,
.pagination .current:hover,
.reviews-navigation a:hover,
.reviews-navigation .current:hover {
    background-color: var(--orange);
    color: var(--black) !important;
}

.pagination .prev,
.reviews-navigation .prev,
.pagination .next,
.reviews-navigation .next {
    margin: 0 0;
    display: flex;
    align-items: center;
    padding: .35rem .35rem;
}

.pagination .prev,
.reviews-navigation .prev {
    float: left;
}

.pagination .next,
.reviews-navigation .next {
    float: right;
}


.pagination .prev i,
.reviews-navigation .prev i {
    margin-right: .5rem;
    ;
}

.pagination .next i,
.reviews-navigation .next i {
    margin-left: .5rem;
}

.pagination .prev:hover,
.reviews-navigation .prev:hover,
.pagination .next:hover,
.reviews-navigation .next:hover {
    color: #0E0E10;
}

/* review comment form */
#respond .comment-form-title {
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
}

#respond .comment-form-title #cmf_comment_title {
    width: 100%;
}

.comment-list.replies .comment-editor,
.comment-edit-content .comment-editor {
    border: 1px solid #dcdcde;
}

.comment-list.replies .quicktags-toolbar,
.comment-edit-content .quicktags-toolbar {
    display: flex;
    gap: 0.5rem;
    padding: 0 0 .5rem 0;
    position: relative;
    background: transparent;
    min-height: auto;
}

.comment-list.replies .wp-editor-container,
.comment-edit-content .wp-editor-container {
    border: none;
}

.comment-form-comment textarea {
    height: 250px;
}

.page-template-single-critique #respond .comment-form-title {
    display: none;
}

.comment-reply-title,
.other-reviews-title {
    font-size: 20px;
    margin-bottom: 1rem;
}

/* swiper film-others-reviews*/
#film-others-reviews a:hover {
    text-decoration: none;
}

#qt_comment_toolbar {
    display: flex;
    gap: .5rem;
    margin: 1rem 0;
}

#qt_comment_close {
    display: none !important;
}

#qt_comment_toolbar .button {
    font-size: 13px;
}

/* annotation */
blockquote.annotation {
    padding: 10px 0 10px 1rem !important;
    margin-top: 1rem !important;
    border-left: 3px solid #0E0E10 !important;
    color: #444;
    font-weight: normal;
    white-space: pre-wrap;
}

blockquote.annotation:before,
blockquote.annotation:after {
    display: none;
}

/* user filmography short */
.user-filmography-short {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.user-filmography-short .thumbnail {
    display: block;
    aspect-ratio: 9 / 13;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    margin-bottom: .3rem;
}

/* structure like */
.um-profile .um-profile-navbar .um-likes-btn {
    padding: 10px 15px !important;
}

.um-profile .um-profile-navbar .um-likes-btn.page-liked {
    background-color: var(--button-bg-color-grey) !important;
    color: #c31432 !important;
}

.um-profile .um-profile-navbar .um-likes-btn em.hide {
    display: none;
}

.um-profile .um-profile-navbar .um-likes-btn em {
    color: var(--black) !important;
    padding-left: 7px;
    font-style: normal;
}

.um-profile .um-profile-navbar .um-likes-btn {
    background-color: var(--button-bg-color-grey);
    color: var(--black);
    align-items: center;
    display: flex;
    justify-content: center;
}

.um-profile .um-profile-navbar .um-likes-btn:hover,
.um-profile .um-profile-navbar .um-likes-btn.page-liked:hover,
.um-profile .um-profile-navbar .um-likes-btn.page-liked:active {
    background-color: var(--button-bg-color-grey-hover) !important;
    color: #c31432 !important;
}

.um-profile .um-profile-navbar .um-likes-btn.um-button i {
    font-size: initial;
    width: 14px;
    height: 14px !important;
    line-height: 14px !important;
    font-size: 14px !important;
    display: inline-block;
    vertical-align: initial !important;
    position: relative;
    top: initial;
    margin-right: 0;
}

/* comments */
.list-comments {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    min-height: 15vh;
    max-height: 70vh;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 10px;
    padding: 1rem;
    margin-right: 1rem;
    -webkit-box-shadow: 0 25px 60px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 25px 60px 0 rgba(0, 0, 0, 0.1);
}

.list-comments .row-no-comments {
    background-color: #f0f2f5;
    padding: 8px 12px;
    border-radius: var(--border-radius-big);
    font-size: 14px;
}

.container-list-comment-textarea {
    background-color: var(--white);
    margin: .5rem 0 2rem;
    display: flex;
    gap: .5rem;
    border-radius: 10px;
    padding: 1rem;
    margin-right: 1rem;
    -webkit-box-shadow: 0 25px 60px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 25px 60px 0 rgba(0, 0, 0, 0.1);
}

.row-list-comment {
    display: flex;
    gap: .5rem;
}

.row-list-comment .list-comment-content {
    background-color: #f0f2f5;
    padding: 8px 12px;
    border-radius: var(--border-radius-big);
    font-size: 14px;
    line-height: initial !important;
    width: 100%;
}

.row-list-comment .um-dropdown-arr {
    color: var(--white);
}

.row-list-comment .list-comment-content .author {
    flex-grow: 1;
}

.row-list-comment .list-comment-content .author a {
    font-weight: 600;
    text-decoration: none;
}

.row-list-comment .list-comment-content .um-list-comments {
    position: relative;
}

.row-list-comment .list-comment-content .um-list-comments .um-dropdown {
    width: 110px !important;
    ;
}

.row-list-comment date {
    font-size: 13px;
    display: block;
    color: #999;
}

.row-list-comment-textarea textarea {
    display: block;
    font-size: 14px !important;
    line-height: 16px !important;
    max-height: 150px;
    padding: 6px 8px;
    resize: none;
}

.btn-post-comment {
    background: var(--button-bg-color-grey) !important;
    color: var(--black) !important;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    text-decoration: none !important;
}

.btn-post-comment:hover {
    background: var(--button-bg-color-grey-hover) !important;
}

.single-listes .nav-tab-wrapper .nav-tab {
    font-size: 18px;
    font-weight: 700;
}

.event-filters a {
    border-radius: 20px;
    display: inline-block;
    margin: .1rem 0;
    padding: .2rem .5rem;
}

.event-filters a.active,
.event-filters a:hover {
    background-color: var(--orange);
}


/* submission status */
.sumbission-status.fa-circle {
    font-size: 15px;
    margin-right: .4rem;
    min-width: 20px;
    text-align: center;
}

.sumbission-status.fa-circle.orange {
    color: var(--orange);
}

.sumbission-status.fa-circle.red {
    color: var(--red);
}

.sumbission-status.fa-circle.grey {
    color: #ccc;
}

.sumbission-status.fa-circle.green {
    color: var(--green);
}

/* judging status */
i.judging-status {
    font-size: 15px;
    margin-right: .4rem;
    min-width: 20px;
    text-align: center;
}

i.judging-status.green {
    color: var(--green);
}

i.judging-status.yellow {
    color: var(--yellow);
}

i.judging-status.blue {
    color: var(--blue);
}

i.judging-status.red {
    color: var(--red);
}

i.judging-status.violet {
    color: var(--violet);
}

i.judging-status.orange {
    color: var(--orange);
}

.submissions_descriptions em,
.judging_descriptions em {
    color: #666666;
}

/*--------------------------------------------------------------
# 25.4 - (max-width:550px)
--------------------------------------------------------------*/

@media screen and (max-width: 550px) {
    #film-cover-container {
        padding: 60px 1rem;
    }

    #full-video-player-container {
        padding: 60px 0;
    }

    #film-cover-container img {
        width: 100%;
        height: auto;
        max-width: initial;
    }

    .film-menu {
        margin-bottom: 0;
        padding-right: 0;
    }

    .block-film,
    .list-sidebar .block-list {
        grid-template-columns: 70px 1fr !important;
    }

    .block-film.block-user-review {
        grid-template-columns: 40px 1fr !important;
        grid-gap: .5rem;
    }

    .block-film.block-user-review .vcard img,
    .comment-list.other-reviews .vcard img {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px;
    }

    .review-replies .block-user-review .vcard img {
        width: 30px !important;
        height: 30px !important;
        min-width: 30px;
    }

    .review-replies .block-film.block-user-review {
        grid-template-columns: 30px 1fr !important;
        grid-gap: .5rem;
    }

    .review-likes-btn,
    .block-user-review .um-faicon-share {
        width: 30px;
        height: 30px;
    }

    .review-replies-links {
        display: block;
        font-size: 12px;
    }

    .review-replies-links .published-on.meta.comment__meta {
        display: block;
    }

    .review-replies-links .container-review-reply {
        display: block;
        padding-top: .5rem;
    }

    .block-film.block-user-review .comment-list.replies .wp-editor-container textarea.wp-editor-area {
        height: 200px;
    }

    .comment-list.replies div.review-replies.parent,
    .comment-list.replies div.review-replies.child {
        padding: .5rem .5rem .5rem .5rem !important;
    }

    .comment-list.replies div.review-replies.child {
        margin-left: 20px !important;
    }

    .block-film .desc .comment-content .comment-text h5 {
        font-size: 14px;
    }

    .post-type-archive-films .block-film {
        grid-template-columns: 80px 1fr;
    }

    #full-video-player-close,
    #film-cover-close,
    #modal-swiper-close {
        right: 10px;
        width: 30px;
        height: 30px;
    }

    #full-video-player-close svg,
    #film-cover-close svg,
    #modal-swiper-close svg {
        width: 20px;
        height: 20px;
    }

    .modal-swiper-gallery .swiper-button-prev,
    .modal-swiper-gallery .swiper-button-next {
        display: none;
    }

    .modal-swiper-gallery .swiper-slide img.orientation-portrait,
    .modal-swiper-gallery .swiper-slide img.orientation-landscape {
        height: auto;
        width: 100%;
        max-width: 100%;
    }

    .user-filmography-short {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .um-popup {
        border-radius: 0 !important;
        width: 100% !important;
        margin-left: 0 !important;
        left: 0 !important;
        top: 0 !important;
        max-height: 100%;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .list-content {
        font-size: 18px;
        border-left: 3px solid var(--black);
        padding: 5px 0 5px 1rem;
        margin: .5rem 0 1rem;
    }

    blockquote.annotation {
        padding: 5px 0 5px 1rem !important;
    }

    #modal-activity-container {
        grid-template-columns: 100%;
        grid-template-rows: 30% 70%;
    }

    #modal-activity-container #modal-activity-left {
        height: 30vh;
    }

    #modal-activity-container #modal-activity-right .um-activity-widget {
        margin-top: 0px !important;
        padding-top: 0px;
    }

    #modal-activity-container #modal-activity-right .um-activity-widget .um-activity-commentl.um-activity-comment-area {
        left: 0;
        width: 100%;
        padding: .5rem .5rem .5rem 60px;
    }

    #modal-activity-container #modal-activity-right .um-activity-widget .um-activity-commentl.um-activity-comment-area .um-activity-comment-avatar {
        left: 15px;
    }

    .sidebar-top-films {
        margin-bottom: 0;
    }

    .col-cover {
        padding-right: 0;
    }

    .list-comments {
        padding: 1rem 0 1rem 0;
        margin-right: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .container-list-comment-textarea {
        margin-right: 0;
        padding: 0 0 1rem 0;
    }

    .col-filters {
        margin-top: 1rem;
    }
}

/* Vimeo mot de passe / On Demand / streaming : clic vignette → nouvel onglet Vimeo. */
.cmf-video-external-block {
    width: 100%;
}

.cmf-video-external-block .thumbnail-video-player--external {
    display: block;
    width: 100%;
}

.cmf-video-external-block .cmf-video-platform-thumb-link {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.cmf-video-external-block .cmf-video-external-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white, #fff);
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.45);
    pointer-events: none;
}

.cmf-video-external-block .cmf-video-external-play svg {
    width: 64px;
    height: 64px;
    fill: var(--orange, #ff8f1c);
}

.cmf-video-external-block .cmf-video-platform-hint {
    margin: 0.5rem 0 0;
    color: #ccc;
    font-size: 13px;
    text-align: center;
    line-height: 1.4;
}

.cmf-editable-rating-stars .cmf-rating-stars-interactive .cmf-rating-star {
    cursor: pointer;
    font-size: 1rem;
    margin-right: 0.15rem;
}

.cmf-editable-rating-stars.is-saving .cmf-rating-stars-interactive {
    opacity: 0.6;
    pointer-events: none;
}

.cmf-editable-rating-stars .cmf-rating-edit-hint {
    color: #666;
    text-align: center;
}

.acf-field.cmf-festival-name-field .acf-input,
.row-edit-nominations .acf-table,
.row-edit-recompenses .acf-table,
.row-edit-nominations td.acf-field-festival,
.row-edit-recompenses td.acf-field-festival {
    overflow: visible !important;
}

.cmf-festival-suggestions {
    display: none;
    position: fixed;
    z-index: 100050;
    max-height: 220px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.cmf-festival-suggestion {
    display: block;
    width: 100%;
    padding: 0.5rem 0.65rem;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
    color: #222;
}

.cmf-festival-suggestion:hover,
.cmf-festival-suggestion:focus {
    background: #f5f5f5;
    outline: none;
}

.cmf-festival-suggestion-main {
    display: block;
    font-size: 14px;
    line-height: 1.3;
}

.cmf-festival-suggestion-sub {
    display: block;
    margin-top: 0.15rem;
    font-size: 12px;
    color: #777;
}

.cmf-festival-suggestion--empty {
    padding: 0.5rem 0.65rem;
    font-size: 13px;
    color: #777;
}

/* Menu Films : pas de sous-menu au survol (filet de sécurité FR/EN). */
.cmf-no-hover-dropdown > .dropdown-menu,
.cmf-no-hover-dropdown:hover > .dropdown-menu {
    display: none !important;
}

.cmf-no-hover-dropdown > a.dropdown-toggle::after {
    display: none !important;
}