
/*
 * ───────────────────────────────────────────────────────────────────── TRANSVERS ─────
 */
/* Empèche l'effet de sélection de texte */
 html{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

 .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!important;
}

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

.toolipCustom:hover{
    color: var(--iq-primary) !important;
    cursor: pointer;
}

/*
 * ─────────────────────────────────────────────────────────────────── 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;
}

.profile-switch-btn{
    background-color: white;
    padding-right: 10px!important;
    border-radius: 13px;
}

.profile-switch-btn:hover{
    color: black!important;
    text-decoration: none!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
}

.quick-access-stories:hover{
    cursor: pointer;
}

.speakers-avatars-item {
    margin-left: -0.25rem;
}

.speakers-avatars-image {
    /* Add a white curve between avatars */
    box-shadow: 0 0 0 0.10rem #fff;

    /* Center the content */
    align-items: center;
    display: flex;
    justify-content: center;

    /* Rounded border */
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

@media only screen and (max-width: 480px) {

    .speakers-avatars-image {
        width: 20px;
        height: 20px;
    }

    .speakers-avatars-plus{
        display: none;
    }
    
}

/*
 * ───────────────────────────────────────────────────────────────────── 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;
}

.dateForLiveInfoInModal{
    color: #46D369;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.dateForLiveInfoInQuickList{
    color: #46D369;
    font-size: 12px;
}

.goToLiveBtn{
    animation: wiggle 2s linear infinite;
}

/* Keyframes */
@keyframes wiggle {
    0%, 7% {
      transform: rotateZ(0);
    }
    15% {
      transform: rotateZ(-15deg);
    }
    20% {
      transform: rotateZ(10deg);
    }
    25% {
      transform: rotateZ(-10deg);
    }
    30% {
      transform: rotateZ(6deg);
    }
    35% {
      transform: rotateZ(-4deg);
    }
    40%, 100% {
      transform: rotateZ(0);
    }
  }

/* 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,
.quizzListInModal
{
    /* border-bottom: 1px solid #404040;  */
    height: 150px;
    padding-top: 25px;
    border-radius: 3px;
}

/* .quizzListInModal{
    height: 150px;
    padding-top: 25px;
    border-radius: 3px;
} */

/* 
.successQuizzListInModal{
    height: 75px;
    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: 60px;
    position: absolute;
    top: 0px;
    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: 15rem; 
    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; 
}

@media only screen and (max-width: 400px) {

    .mainSliderContainer .iq-main-header{
        margin-top: 10px;
        margin-bottom: 0px;
        /* margin-top: -6rem; */
    }
    

}

.slider-decoration-img{
    width:98px;
    height:58px;
    background-size: cover;
}

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

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

.noCollectionsInMainSlider{
    min-height: 80vh;
    width: 100%;
}

/*
 * ─────────────────────────────────────────────────────────────────────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;
}

.new-btn-fresh{
    font-size: 12px;
    background-color: #FF5570;
    padding: 4px;
    border-radius: 3px;
    position: absolute;
    bottom: -17px;
    right: -5px;
}

.new-btn-fresh-story{
    font-size: 12px;
    background-color: #FF5570;
    padding: 4px;
    border-radius: 3px;
    position: absolute;
    bottom: 3px;
    right: 4px;
    border:1px solid white;
}

.collectionBanner-fresh{
    position: absolute;
    top: 10px;
    left: 7px;
    width: 60px!important;
    height: 50px!important;
}

.collectionBannerNewEpisodes-fresh{
    position: inherit;
    bottom: 0px;
    right: 0px;
    width: 120px!important;
    height: 15px!important;
}

/*
* ─────────────────────────────────────────────────────────────────────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;
    }
}

/*
* ─────────────────────────────────────────────────────────────────────NOTY ─────
*/
.notySuccessCustom{
    background-color: transparent;
    border: 1px solid white;
    text-align: center;
}

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

.notySuccessCustom:hover{
    background-color: transparent;
    border:1px solid white;
}

.pulse-button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--iq-progress-color);
    -webkit-animation: pulse 1.5s infinite;
    animation: pulse 0.8s infinite;
}

@keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
  }
  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}

/* Dots notifier */
.fresh-content__notifier{
    right: -3px!important;
    top: -2px!important;
}

@media only screen and (max-width: 900px) {
    
    .fresh-notification__notifier.mobile{
        top: 0px!important;
        right: -1px!important;
    }

    .fresh-content__notifier.mobile{
        top: -4px!important;
        right: -5px!important;
    }
    
}

/*
* ───────────────────────────────────────────────────────────────────── WIDGETS ─────
*/

.mainSliderContainer .iq-main-header{
    margin: 30px 0px 11px 0px;
    /* margin-top: -6rem;*/
}

@media only screen and (max-width: 400px) {
    
    .mainSliderContainer .iq-main-header{
        margin: 30px 0px 11px 0px;
    }

    .widget-story{
        margin-top: 10px!important;
    }
    
    .widget-story .iq-main-header{
        margin-bottom: 10px!important;
    }
    
}

/*
* ───────────────────────────────────────────────────────────────────── TEXTE UNDERLINE ─────
*/

.collection-resource-list-in-widget-resourcesSlider{
    position: relative;
    text-decoration: none;
}
  
.collection-resource-list-in-widget-resourcesSlider:before {
    content: "";
    position: absolute;
    bottom: -2.5px;
    left: 0;
    height: 0.5px;
    width: 0;
    border-radius: 0.125em;
}
  
.txt-underline:before {
    background: #e50914;
}

.collection-resource-list-in-widget-resourcesSlider:hover:before {
    animation: grow 250ms linear forwards;
}

@keyframes grow {
    to {
        width: 100%;
    }
}

.collection-resource-list-in-widget-resourcesSlider:hover {
    cursor: pointer;
    color: var(--iq-body-text);
}

.txt-underline:hover {
    text-shadow: 0 0 7px #e50914, 0 0 9px #e50914;
}

/* Trial infos */
.trialAccess{
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(1);
    animation: pulseTrial 3s infinite;
}

@keyframes pulseTrial {
	0% {
		transform: scale(0.98);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.98);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

.trialAccess:hover{
    cursor: pointer;
}