

* {
    box-sizing: border-box;
    margin: 0;
    outline: none;
    font-family: transducer, sans-serif;
}

body {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background-color: black;
}

main {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.cinematic-live {
        height: calc(100vh);
            width: 100%;
            overflow: hidden;
            position: relative;
            display: flex;
            align-items: center;
}

.main-canvas {
   /*  height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover; */
    max-height: calc(100% - 5vh);
    width: 100%;
    object-position: top;
    object-fit: contain;
    z-index: -10;
    margin-top: -5vh;
}

.playerContainer {
    /*  height: 100%;
     width: 100%;
     object-position: center;
     object-fit: cover; */
    height: calc(95dvh);
    width: calc(95dvh / 9 * 16);
    object-position: top;
    object-fit: contain;
    margin-top: -5vh;
    margin-left: auto;
    margin-right: auto;
    /*position: absolute;
    top:0;
    z-index: 16;*/
}

#player {
    height: 100%;
    width: unset;
}

.interface {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    z-index:98;
}
.center {
        display: flex;
            justify-content: space-between;
           /*  width: 90px; */
}

.center > img {
    border: 1px solid #FFF;
}
.content-zone {
    /*margin-top: 47.5vh;*/
    height: 35vh;
    width: 100%;
    position: fixed;
    bottom: 5dvh;
    z-index: 20;
}

.background {
    transition: background 0.6s ease-in;
    width: 100%;
    height: 100%;
}

.content-zone .background{
    opacity: 0.5;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.80) 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-zone .background:hover {
    opacity: 1;
}

.content-zone .product {
    height: 100%;
    width: 25%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 25px;
    font-size: 14px;
}

.content-zone .main-content {
    width: 50%;
    height: 100%;
    overflow: scroll;
    padding-bottom: 20px;
}

.content-zone .chat {
    height: 100%;
    overflow-y: scroll;
    margin-left: 4%;
    width: 21%;
    color: white;
    display: flex;
    flex-direction: column;
    padding: 25px;
    font-size: 14px;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;
    margin-bottom: 40px;
}

.content-zone .chat::-webkit-scrollbar {
    display: none;
}

.contents {
    width: 100%;
    height: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
}

.contents .content {
    flex-grow: 1;
    width: 100%;
    color: whitesmoke;
    overflow-x: hidden;
}

.contents .menu {
    width: 100%;
    display: flex;
    -justify-content: space-between;
    align-items: center;
}

.menu .static-part, .menu .dynamic-part {
    display: flex;
    align-items: center;
    display: none!important;
    justify-content: center;
}


.menu .item {
    font-weight: 400;
    font-size: 12px;
    color: white;
    margin: 10px 10px;
    cursor: pointer;
    /* masquer / afficher Agenda */
    display: block!important;
}

.content-zone .background:hover .menu .item {
    display: block;
}

.content-zone .main-content.keep-visible .menu .item {
    display: block;
}

.close {
    font-weight: 500;
    color: white;
    text-align: center;
    /* //padding: 4px 8px; */
    border-radius: 4px;
    /* //border: solid 1px white; */
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 5px;
    font-size: 10px;
    cursor: pointer;
   /*  display: none!important; */
}

.content > .close {
    display: none !important;
}

.synopsis {
    padding: 10px;
    color: white;
    font-weight: 100;
    font-size: 12px;
}

.panel {
    color: white;
}

.speakers-component, .agenda-component {
    text-align: left;
    padding: 30px 30px;
    overflow: scroll;
            padding: 10px 10px 5vh 10px;
        height: 43.5vh;
            overflow: scroll;
                scrollbar-color: blue;
                scrollbar-width: 0px;
}

.mob-contents > .agenda-component {
font-size: 0.9em;
height: auto;
}
.speakers-component::-webkit-scrollbar,
.agenda-component::-webkit-scrollbar,
.content-zone .main-content::-webkit-scrollbar {
    display: none;
}

.speakers-component,
.agenda-component,.content-zone .main-content {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
.message {
    margin-top: 15px;
    font-size: 12px;

    text-align: right;
}

.message-name {
    font-weight: 500;
    font-size: 12px;
    text-align: right;
}

.message-body {
    font-weight: 400;
}

.product a {
    padding: 10px 15px;
    border: solid 1px white;
    color: white;
    border-radius: 8px;
    width: fit-content;
    text-decoration: none;
}

.publisher {
    font-weight: 300;
}

.animate__flash {
    animation-iteration-count: infinite;
}

.control-zone .background {
    opacity: 0;
    transition: opacity 0.6s ease-in;
}

.control-zone .background .other-zone {
    display: flex;
    align-items: center;
    justify-content: end;
    height: 20%;
    padding: 0 25px;
}

.other-zone > .other-zone-left {
    flex-direction: column;
    align-items: start;
    position: absolute;
}

.other-zone-right {
    position: relative;
    -right: 0;
}

.flag {
    cursor: pointer;
}



.setting-quality {
    display:block;
    position:absolute;
    top:51%;
    left:51%;
    width:100px;
    height:100px;
    margin:-51px;
    text-align:center;
    line-height:100px;
    color: white;
    opacity: 0;
}
.setting-quality-visible {
    opacity: 0.5;
}

#qualityHD {
    transform: rotate(181deg) translate(100px) rotate(-181deg);
}
#quality480 {
    transform: rotate(140deg) translate(100px) rotate(-140deg);
}
#quality360 {
    transform: rotate(91deg) translate(100px) rotate(-91deg);
}
.control-zone .background .other-zone i {
    font-size: 1.5rem;
    opacity: 0.5;
    color: white;
    cursor: pointer;
}


.control-zone .background .play-zone {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 80%;
}

.control-zone .background .play-control {
    font-size: 6rem;
    opacity: 0.5;
    color: white;
    cursor: pointer;
    display: none;
}

.control-zone .background:hover {
    opacity: 1;
    background: linear-gradient(180deg, rgba(0,0,0,0.40) 0%, rgba(0,0,0,0) 100%);
}

.control-zone {
    height: 47.5vh;
    width: 100%;
    display: flex;
}

.bottom-bar {
    height: 5vh;
    background-color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100dvw;
}

.other-zone-left > i {
    color: white;
    margin-left: 10px;
}

.bottom-bar .logo-box {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.bottom-bar .logo-box img {
    height: 33%;
    object-fit: contain;
}

.left, .right {
    width: fit-content;
    height: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    color: white;
}

.right {
    justify-content: flex-end;
}

.left {
    padding-left: 20px;
}

.left .toggle-info {
    font-size: 12px;
    color: var(--secondary);
    cursor: pointer;
    margin-left: 15px;
}

.bottom-bar .input-box {
    height: 100%;
    width: 22vw;
    /* clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%); */
    background-color: white;
    display: flex;
    align-items: center;
}

.bottom-bar .input-box input {
    flex-grow: 1;
    margin-left: 10%;
    height: 100%;
    border: none;
}

.bottom-bar .input-box p {
    color: var(--primary);
    flex-grow: 1;
    margin-left: 10%;
    font-size: 22px;
}

.bottom .input-box input::placeholder {
    color: var(--primary);
    font-weight: 100;
}

.bottom-bar .input-box i {
    margin: 0 10px;
    font-size: 1.5em;
    color: var(--secondary);
    cursor: pointer;
}

.bottom-bar .toggle-chat {
    font-size: 20px;
    color: var(--secondary);
    cursor: pointer;
    margin-left: 15px;
}

.bottom-bar .newMessages {
    font-size: 12px;
    color: white;
}

.qualities {
    display: flex;
    align-items: center;
    justify-content: center;
}

.qualities p {
    font-size: 12px;
    margin: 0 10px;
    color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
}

.qualities p.active {
    color: rgba(255, 255, 255, 0.6);
}

.anims #animationContainer {
    width: 100%;
    height: 100%;
    background-color: transparent;
    padding: 0;
    margin-top: -300px;
}

.anims #activityTitle {
    font-size: 16px;
}

.anims #activityTypeContainer {
    min-height: unset;
}

.anims #answersContainer {
    flex-direction: row;
    flex-wrap: wrap;
}

.anims .answerButton {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
}

.mobile-interface {
    display: none;
}

.mobile-interface {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
}

.mob-control-zone {
    height: calc((100vw/16*9) - 40px);
    width: 100vw;
    object-position: center;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    display: none;
}

.mob-control-zone * {
    color: white;
    opacity: 0.7;
}

.mob-control-zone .other-zone {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    z-index: 30;
}

.play-zone-mob {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.play-zone-mob i {
    font-size: 32px;
}

.mob-content-zone {
    flex-grow: 1;
    width: 100%;
    background-color: var(--primary);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: calc(100vw/16*9);
}

.mob-logo {
    height: 9px;
    object-fit: contain;
    margin-top: 5px;
    margin-bottom: 10px;
}

.mob-menu {
    display: flex;
    align-items: center;
}

.mob-menu div {
    display: flex;
    align-items: center;
    display: none;
    margin-bottom: 50px;
}

.mob-item {
    font-size: 10px;
    color: var(--light);
    margin: 0 5px;
}

.mob-contents {
    margin-top: 20px;
    flex-grow: 1;
    width: 100%;
    height: 50vh;
    padding: 15px;
}

.play-control-mob i {
    color: white;
}

.play-zone-mob {
    width: 100%;
    flex-grow: 1;
}

.mob-chat-bar {
    display: flex;
    align-items: center;
    width: 100%;
}

.input-box-mob {
    background-color: white;
    width: 75%;
    /* clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%); */
    display: flex;
    align-items: center;
    padding: 10px 15px 10px 25px;
}

.input-box-mob input {
    width: 90%;
    border: none;
}

.chat-info-mob {
    font-size: 12px;
    width: 90%;
}

.input-box-mob i {
    color: var(--secondary);
    font-size: 20px;
}

.toggle-chat-mob {
    width: 25%;
    text-align: center;
    color: var(--secondary);
    font-size: 12px;
}

.mob-chat {
    height: 92%;
    width: 100%;
    overflow-y: scroll;
}

.ymal {
    height: 100%;
    width: 100%;
}

.ymal .game {
    width: 100%;
    height: 9%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.ymal .game img {
    height: 100%;
    object-fit: contain;
    margin-right: 15px;
}

.ymal .game p {
    font-size: 16px;
}

.anims {
    top: -250px;
    left: 20px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
}

.main-name {
    display: block;
        position: absolute;
        background: red;
        z-index: 99;
        top: 20vh;
        width: 80%;
        margin: 10%;
        padding: 20px;
        text-align: center;
}


.live-trad-wrapper {
    position: absolute;
    top: 0;
    z-index: 50000;
}
.liveTradFlag {
    width: 35px;
    margin: 5px;
    cursor: pointer;
}
.activeLiveTradFlag {
    border: 2px solid white;
}
#subEl {
    pointer-events: none;
    position: absolute;
    color: white;
    z-index: 500;
    bottom: 0px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 26px;
    margin-bottom: 100px;
    text-shadow: 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black;
}
#logo {
    position: absolute;
    top: 0px;
    width: 150px;
    margin: 10px;
    margin-top: 45px;
    /* margin-bottom: auto; */
}
.disableSubsBtnDisabled {
    color: var(--secondary) !important;
}
.disableSubsBtnEnabled {
    color: white !important;
}
.logo-wrapper {
    height: 40px;
    display: none;
}
#liveTradflagsContainer {
    display: flex;
}

@media screen and (max-width: 1024px) {
    .interface {
        display: none;
    }

    .mobile-interface {
        display: flex;
        flex-direction: column;
    }

    .main-canvas {
        height: calc(100vw/16*9);
        width: 100vw;
        object-position: center;
        object-fit: cover;
        top: 0PX;
            position: fixed;
            margin-top: 0px;

    }
        .anims {
            top: unset;
            left: 20px;
            position: absolute;
            margin-left: auto;
            margin-right: auto;
            margin-top: 70px;
        }
    .anims #animationContainer {
        height: calc(100vh - 100vw / 16 * 9 - 250px);
    }
    .main-name {
        top: 0vh;
    }
}



.logo-zone {
    width: 200px;
    position: absolute;
    z-index: 10000;
    padding-left: 20px;
}
.other-zone-left {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-box {
    width: 100%;
}

.logo-box > img {
    margin-top: 10px;
    opacity: 1;
    width: 100%;
    height: auto;
}

.anims {
    top: 0;
    left: 20px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
}

.logo-box, .mob-logo {
    visibility: hidden;
    
}

.play-control-mob {
    visibility: hidden;
}

.mobilePlay {
    z-index: 17;
}

.jw-icon-cc, .jw-icon-airplay .jw-off, .jw-icon-airplay, .jw-icon-fullscreen, .jw-icon-live, .jw-text-live {
    display: none !important;
}

.jw-controlbar {
    position: absolute !important;
    top: 0 !important;

}

.permanent-ppbutton {
    z-index: 98 !important;
}

.popup-hidden {
    display: block;
}

@media screen and (max-width: 1024px) {
    .playerContainer {
        width: 100dvw;
        height: calc(100vw/16*9);
        position: fixed;
        top:0;
        margin-top: 0;
        z-index: 16;
    }

    .bottom-bar {
        display: none;
    }

    .content-zone {
        display: none;
    }

    .permanent-ppbutton {
        top: calc(100vw/16*9/2) !important;
    }

    #subEl {
        font-size: 0.6rem;
        bottom: calc(100dvh - 100dvw/16*9 + 85px);
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1024px) {
    .jw-icon-volume, .jw-icon-playback, .jw-display-controls {
        display: none !important;
    }
}

.center {
    display: none !important;
}

@media (orientation: landscape) {
    .mob-content-zone {
        display: none !important;
    }
}