
/*
 * ───────────────────────────────────────────────────────────────────── TRANSVERS ─────
 */

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

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

.flexRowCenter_noJustify {
    display:flex;
    align-items: center;
}

.flexRowSpace-between {
    display:flex;
    align-items: center;
    justify-content: space-between;
}

.flexRowColumn-center {
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.flexRowColumn-left{
    display:flex;
    justify-content: center;
    flex-direction: column;
}

.main-logo{
    width: 150px;
}

.logoSoloTopRight{
    position:absolute;
    top:0;
    left:0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 8px;
}

.modalHeader{
    background-color: var(--iq-modal-bg);
    padding: 2rem;
}

.modalHeader.text-center{
    background-color:  var(--iq-modal-bg);
    padding: 0;
}

.alertInModal{
    color:red;
    margin-bottom:0.5rem
}

.noty_body{
    padding:1rem!important;
}

.defaultBtn{
    color:#ffffff;
    background-color: var(--iq-primary) ;
    border-radius: 4px;
}

#infosModel iframe{
    position:absolute;top:0;left:0;width:100%;height:100%;
}


/*
 * ─────────────────────────────────────────────────────────────────── HEADER ─────
*/

.genreBoxInHeader {
    background-color: rgb(36, 36, 36, 0.9);
    border: transparent;
    color: var(--iq-white) !important;
    border-radius: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.genreBoxInHeader_item {
    color: var(--iq-white) !important;
    line-height: 35px!important;
    font-weight:400!important;
    padding-right:10px!important;
}

.genreBoxInHeader_item:hover {
    color: var(--iq-primary) !important;
    background-color: transparent!important;
}

.profilList{
    border:none!important;
    padding-top:0.2rem!important;
    padding-bottom:0.2rem!important;
}

.cardImgProfilList{
    width: 13%;
    border-radius: calc(.25rem - 1px);
}

.profilUserName{
    color:#ffffff;
}

.headerMenuName{
    font-weight: 300;
}

.profilUserName:hover,
.menuTitleHeader:hover {
    text-decoration: underline;
}

.avatarImg{
    border-radius:5px;
}

/*#top-menu .menu-item.active,*/
/*#top-menu .menu-item{*/
/*    width: 8%!important;*/
/*}*/

header #top-menu .navbar ul li{
    margin:0;
}

.iq-sub-dropdown.iq-user-dropdown{
    z-index:999999
}

/*
 * ───────────────────────────────────────────────────────────────────── SEARCH PART ─────
 */
.search-container{
    display:none;
}

.search-link.ri-close-line{
    position: absolute;
    top: 2px!important;
    left:auto!important;
    font-size: 25px!important;
    right: 15px;
    font-weight:bold;
}

/* Fresh Content */
.fresh-content .iq-sub-card{
    padding: 10px;
}

.fresh-content img{
    object-fit: cover;
    width: 80px;
    height: 50px;
}

.no-animation{
    animation: none!important;
}

/* Current Lives */
.currentLive-content .iq-sub-card{
    padding: 10px;
}

.currentLive-content img{
    object-fit: cover;
    width: 80px;
    height: 50px;
}

/* LOGIN PAGE */
#NoValidPassword_compare{
    font-size: 12px;
}

/* ARROW in slick */
.slick-nav.slick-arrow{
    background-color: RGBA(0,0,0,0.5);
    border-radius: 50%;
}

.slick-nav.slick-arrow:hover{
    background-color: RGB(0,0,0);
}

a:hover { color: var(--iq-primary) !important; }


/* Avec petites images => flex style */
.no-width .favorites-slider{
     display: flex;
     flex-wrap: wrap;
     justify-content: start;
 }

 /* Avec grandes images => slick style */
/* .no-width .favorites-slider{
    flex-wrap: wrap;
    justify-content: center;
} */

.no-width .slide-item{
    flex: 0 0 200px;
    margin-bottom: 10px;
}

.titleCardListTitle-preview{
    color: #46D369;
    font-weight: 600!important;
    font-size: 13px;
    text-align: center;
}

video::-webkit-media-controls {
    display:none !important;
}


.scale{
    transform: scale(0);
    transition: transform 400ms;
}

.scale.open{
    transform: scale(1);
}


/*
 * ───────────────────────────────────────────────────────────────────── IN MODAL ─────
 */

a { 
     color: var(--iq-modal-text); 
     text-decoration: none; 
}

a:hover { 
     text-decoration: none; 
}
a.text-primary:focus, a.text-primary:hover { 
    color: var(--iq-primary) !important; 
}
 
.img_modal_info{
    position: relative;
    width:100%;
    min-height:500px;
    background-size:cover;
}

@media screen and (max-width: 850px) {
    
    .img_modal_info{
        background-size:contain;
        background-repeat:no-repeat;
    }
    
}

.img_modal_info_trailer_and_volume{
    z-index:99999999
}

.modal-backdrop.show{
    opacity: 0.7;
}

.video_details_modal{
    width:100%;
    position:relative;
}

.video_modal_volume{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #171717;
    color: white;
    z-index: 999999999999999;
    position: absolute;
    bottom: 100px;
    right: 3%;
    padding-top: 13px;
}

.video_modal_icon_volume{
    /* opacity:0; */
    font-size: 20px;
    z-index: 99999999999999;
}

.nextResourceViewed{
    background-color: #333;
}

.episodeListInModal{
    border-bottom: 1px solid #404040;
    height: 150px;
    padding-top: 25px;
    border-radius: 3px;
}

.modal_header_info_action{
    position:absolute;
    left:50px;
    bottom:100px;
}

/*
 * ───────────────────────────────────────────────────────────────────── COLLECTION BANNER ─────
 */
.collectionBanner{
    /* width: 80px;
    height: 80px; */
    position:absolute;
    top:0px;
    left:0px;
}

.collectionBannerNewEpisodes{
    position: absolute;
    bottom: 9px;
    right: 3px;
    width: 50%;
}

.resourceBannerNewEpisodes{
    position:absolute;
    top:0px;
    left:0px;
}

.liveIcon{
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.titlesOnSlider{
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.2rem;
}

.episodeTitleInSlickInfos{
    font-size: 10px;
    font-weight: bold;
}

.checkThisResource{
    color:var(--iq-secondary);
    font-size:15px;
}

/* LOADER */
#loading { background: var(--iq-body-bg) no-repeat scroll center center; 
    height: 100%; 
    width: 100%; 
    background-size: 15%; 
    position: fixed; 
    margin-top: 0px; 
    top: 0px; 
    left: 0px; 
    bottom: 0px; 
    overflow: hidden !important; 
    right: 0px;
    z-index: 999999; 
}

#loading-center { 
    width: 100%; 
    height: 100%; 
    position: relative; 
}

.loader { 
    width: 3em; 
    height: 3em; 
    margin: auto; 
    left: 0; 
    right: 0; 
    top: 0; 
    bottom: 0; 
    position: absolute; 
}

/*
 * ───────────────────────────────────────────────────────────────────── FOOTER ─────
 */
.footer-contents{
    color: var(--iq-footer-text)!important;
}

/*
 * ───────────────────────────────────────────────────────────────────── MAIN SLIDER ─────
 */
.textInSlider{
    color:var(--iq-white)!important;
}

/*
 * ─────────────────────────────────────────────────────────────────────USER ACCOUNT ─────
 */
.userAccountInfos{
    color:var(--iq-footer-text)!important;
}


.resourceBanner {
    /* width: 50px;
    height: 50px; */
    position: absolute;
    top: 2px;
    left: 0px;
}

/*
 * ─────────────────────────────────────────────────────────────────────FRESH CONTENTS ─────
 */
.fresh-content:hover{
    cursor: pointer;
}


/*
* ─────────────────────────────────────────────────────────────────────SLIDERS ─────
*/
.widget-speaker{
    margin-bottom: 25px;
}


/*
* ─────────────────────────────────────────────────────────────────────MAIN LOADER ─────
*/
.widget-speaker{
    margin-bottom: 25px;
}

.main-loader-full{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 9999999999999999999999;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
}

@media screen and (max-width: 640px) {
    .earlyAccess {
        line-height: 18px!important;
    }
}