
/*
 * ───────────────────────────────────────────────────────────────────── TRANSVERS ─────
 */
@media (min-width: 576px) {
    .d-flex.flex-column.container {
        max-width: 330px; 
        margin-right: 0px !important;
    } 
}

@media (max-width: 575px) {
    .rs{
        width: 90px !important;
    }
}

@media (min-width: 768px) {
    .d-flex.flex-column.container {
        max-width: 790px !important;  
        margin-right: 0px !important;
    } 
}
@media (min-width: 992px) {
    .d-flex.flex-column.container {
        max-width: 776px !important; 
        margin-right: 0px !important;
    } 
}

@media (min-width: 1200px) {
    .d-flex.flex-column.container {
        max-width: 960px !important; 
        margin-right: 0px !important;
    } 
}
@media (min-width: 1400px) {
    .d-flex.flex-column.container {
        max-width: 1120px !important; 
    } 
}


@media (min-width: 1600px) {
    .d-flex.flex-column.container {
        margin-right: auto !important;
    } 
}

body.no-scroll
{
    height: 100vh!important; overflow: hidden!important;
} 

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

    body.no-scroll
    {
        height: 100vh!important; overflow: hidden!important;padding-right: 5px;
    } 

}

 a i:hover{
    text-decoration: none!important;
    color: inherit;
 }
 
 a:hover{
    text-decoration: none!important;
    color: inherit;
 }

.link-underline{
    text-decoration: underline!important;
}

.w-95{
    width:95%;
}

.w-90{
    width:90%;
}

.w-85{
    width:85%;
}

.w-80{
    width:80%;
}

.w-75{
    width:75%;
}

.w-70{
    width:70%;
}

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

#noty_layout__topRight{
    font-size: 14px;
    font-weight: 600;
}

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

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

.toolipCustom:hover{
    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: 8px!important;
    border-radius: 50%;
}

.profile-switch-btn:hover{
    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;
}

.avatarImg.in-header{
    border-radius: 50%;
    border: solid 2px var(--iq-primary-hover3);
}

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;
}

/*
#main-header .main-header .navbar.navbar-expand-lg{
    max-width:1240px!important;
}
    */

@media screen and (max-width: 540px) {
    
    #main-header .main-header .navbar.navbar-expand-lg{
        max-width:345px!important;
    }
    
}

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

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


.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-body-text); 
    text-decoration: none; 
}

#sidebar a{
    color: var(--iq-body-text-2); 
    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;
}

.btn-launch-course,
.btn-launch-cart {
    font-size: 0.85em;
    padding: 0 0.5em;
    border-radius: 1em;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-launch-course svg{
    padding-bottom: 2px;
}

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

.btn-launch-cart{
    background-color: #ff0000;
}

/*
 * ───────────────────────────────────────────────────────────────────── 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: 0.8rem;
    font-weight: 500;
    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; */
    }
    

}

#noDataInHomePage{
    min-height: 40vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    font-size: 25px;
    font-weight: 600;
}

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

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

.noCollectionsInMainSlider{
    min-height: 40vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    font-size: 25px;
    font-weight: 600;
}

/*
 * ─────────────────────────────────────────────────────────────────────USER ACCOUNT ─────
 */
.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;
    padding: 30px;
}

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

/*
* ─────────────────────────────────────────────────────────────────────PAGINATION ─────
*/

.pagination.pagination-custom{
    font-size: 13px;
}

/*
* ─────────────────────────────────────────────────────────────────────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.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    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;
}

/* Notifcations */
#user-notifications-total-items{
    position: absolute;
    top: 3px;
    right: -3px;
    font-size: 14px;
    font-weight: 600;
    background-color: red;
    width: 12px;
    height: 12px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

@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-bottom: 0.5em!important;
}
.mainSliderContainer {
    padding: 0.5em;
}

.card-header-large-cover{
    min-width: 300px;
    height: 100%;
    border-radius: 1em 0 0 1em;
}

.large-card-in-slider{
    flex-direction: row;
}

.card-large-infos{
    min-width: 200px;
}

.container {
    width: 100%;
    padding-right: 12.5px;
    padding-left: 12.5px;
    margin-right: auto;
    margin-left: auto; 
}

.collection-header .course-infos {
    font-size: 0.75em;
    color: #14152D;  
}
.card-footer {
    border: none;
    background: none;
}

/**********/
/* HEADER */
/**********/
#main-header {
    background: white;
}
.video-volume-btn svg {
    stroke: #fff;
}

/***********/
/* SIDEBAR */
/***********/
.sidebar-header .course-level{
    border-radius: 1em;
    padding: 0 0.5em; 
    text-shadow: none;
}

.sidebar-header .profil-level-details{
    font-size: 0.75em;
    font-weight: 600;
    color: #14152D!important;
}
/********/
/* HOME */
/********/

/* Main Slider bandeau */
.collection-title-slider {
    font-size: 2em;
    color: #14152D;
}
#home-slider .slick-bg::before {
    content: "";
    background: radial-gradient(circle at 100%, transparent, transparent,  rgb(245 245 245 / 75%) 74%, rgb(245 245 245 / 80%) 75%, rgb(245 245 245) 90%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
}
#home-slider .slick-bg::after {
    content: "";
    background: linear-gradient(0deg, rgb(243 239 234) 1%, rgb(243 239 234 / 80%) 5%, rgb(243 239 234 / 50%) 8%, rgb(243 239 234 / 0%) 15%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
} 

@media screen and (max-width: 600px) {
    #home-slider .slick-bg.with-trailer::before {
        content: none;
    }
    #home-slider .slick-bg.with-trailer::after {
        content: none;
    }
}

/* Podcast bandeau*/
.widget-podcast .card-header-podcast-cover img{
    border-radius: 0.5em;
}
.mainSliderContainer.widget-podcast .card-header {
    box-shadow: 1px 1px 3px rgb(0 0 0 / 15%);
    border-radius: 0.5em!important;
}
.mainSliderContainer.widget-podcast .card-header:hover {
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    border-radius: 0.5em!important;
}
.widget-podcast .card-header-podcast-cover a{
    overflow: hidden;
    position: relative;
    height: 160px!important;
    z-index: 9;
}
.widget-podcast .slider-main-card,
.widget-podcast .slider-main-card:hover {
    background: none;
    box-shadow: none;
    border: none;
}
.widget-podcast .card-body {
    text-align: center;
}
.widget-podcast .card-header-infos {
    overflow: hidden;
}
.widget-podcast .card-header-infos .course-infos {
    position: relative;
    opacity: 0;
    -webkit-transition: all 600ms ease-out;
    -moz-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    -ms-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    left: -50px;
}
.widget-podcast .slider-main-card:hover .card-header-infos .course-infos {
    opacity: 1;
    transform: translateX(50px);
    -webkit-transform: translateX(50px);
}
.widget-podcast .card-body .course-description {
    overflow: hidden;
}
.widget-podcast .card-body .course-description span{
    position: relative;
    opacity: 0;
    -webkit-transition: all 1200ms ease-out;
    -moz-transition: all 1200ms ease-out;
    -o-transition: all 1200ms ease-out;
    -ms-transition: all 1200ms ease-out;
    transition: all 1200ms ease-out;
    top: -50px;
}
.widget-podcast .slider-main-card:hover .card-body .course-description span{
    opacity: 1;
    display: flex;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
}

/* Tags bandeau*/
.widget-tags_slider .card-header-tags-cover img{
    border-radius: 0.5em;
}
.mainSliderContainer.widget-tags_slider .card-header {
    box-shadow: 1px 1px 3px rgb(0 0 0 / 15%);
    border-radius: 0.5em!important;
}
.mainSliderContainer.widget-tags_slider .card-header:hover {
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    border-radius: 0.5em!important;
}
.widget-tags_slider .card-header-podcast-cover a{
    overflow: hidden;
    position: relative;
    height: 200px;
    z-index: 9;
}
.widget-tags_slider .slider-main-card,
.widget-tags_slider .slider-main-card:hover {
    background: none;
    box-shadow: none;
    border: none;
}
.widget-tags_slider .card-body {
    text-align: center;
}
.widget-tags_slider .card-header-infos {
    overflow: hidden;
}
.widget-tags_slider .card-header-infos .course-infos {
    position: relative;
    opacity: 0;
    -webkit-transition: all 600ms ease-out;
    -moz-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    -ms-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    left: -50px;
}
.widget-tags_slider .slider-main-card:hover .card-header-infos .course-infos {
    opacity: 1;
    transform: translateX(50px);
    -webkit-transform: translateX(50px);
}
.widget-tags_slider .card-body .course-description {
    overflow: hidden;
}
.widget-tags_slider .card-body .course-description span{
    position: relative;
    opacity: 0;
    -webkit-transition: all 1200ms ease-out;
    -moz-transition: all 1200ms ease-out;
    -o-transition: all 1200ms ease-out;
    -ms-transition: all 1200ms ease-out;
    transition: all 1200ms ease-out;
    top: -50px;
}
.widget-tags_slider .slider-main-card:hover .card-body .course-description span{
    opacity: 1;
    display: flex;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
}
.widget-tags_slider .card-header-infos .course-infos span span{
    font-size: 1.5em;
}
/*Large bandeau*/
.card-header-large-cover a{
    overflow: hidden;
    position: relative;
    height: 162px;
    z-index: 9;
}

/*Saison bandeau*/
.mainSliderContainer .card-header{
    padding: 0;
    position: relative;    
    border-bottom: none;
    border-radius: 1em;
}
.card-header-cover a{
    overflow: hidden;
    position: relative;
    height: 200px;
    border-radius: 1em 1em 0 0;
    z-index: 9;
}
.card-header-cover img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.card-header-infos {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    pointer-events: none;
}
.card-header-infos .course-infos {
    font-size: 0.75em;
    color: #fff;
}
.card-header-infos .course-infos svg{
    color: #fff;    
    -webkit-filter: drop-shadow( 1px 1px 1px rgba(0, 0, 0, .7));
    filter: drop-shadow( 1px 1px 1px rgba(0, 0, 0, .7));
}
.card-header-infos .course-level {
    border-radius: 1em;
    padding: 0 0.5em; 
    text-shadow: none;
}
.card-header-infos .course-category {
    position: absolute;
    bottom: 0.5em;
    right: 0.5em;
    border-radius: 1em;
    padding: 0 0.5em;
    font-size: 0.75em;
}

.accordion.acc-collection-description,
.accordion.acc-course-description {
    position: relative;
}
.accordion.acc-collection-description .card,
.accordion.acc-course-description .card {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: none;
}
.accordion.acc-collection-description .card .card-header ,
.accordion.acc-course-description .card .card-header {
    background: none;
}
.accordion .course-description {
    position: relative;
    background: rgb(219 188 130 / 90%);
    border-radius: 1em;
    padding: 1em;
    z-index: 99;    
}
.course-description {
    font-size: 0.75em;
    font-style: italic;
    font-weight: 500;
    color: #6D5E42;
}

/* Progress bar */
.slide-item__progress{
	height: 15px;
	background-color: transparent;
	z-index: 3;
	border: none;
	padding-left: 16px;
}

.in-progress-in-season .slider-main-card-progress {
    border: 1px solid var(--iq-white);
}
.progress-in-season{
	background-color: var(--iq-white);
	border-radius: 1rem;
	display: flex;
	align-items: center;
	height: 10px;
	padding: 0;
}
.percent-progress {
    color: #64573D;
    font-size: 1.2em;
    font-weight: 500;
    /* width: 20%; */
}
.percent-progress sup {
    font-size: 0.65em;
}

@media only screen and (max-width: 450px) {
    
    .mainSliderContainer .iq-main-header{
        margin-top: 0;
        margin-bottom: 0;
    }

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

    .infos-in-main-slider{
        display: none!important;
    }

    .nav-overlay.open {
        opacity: 1;
        visibility: visible;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    
}

@media only screen and (max-width: 1200px) {
    
    .large-card-in-slider{
        flex-direction: column!important;
    }

    .card-header-large-cover{
        min-width: 100%!important;
        border-radius: 1em 1em 0 0!important;
    }

    .background-main-image{
        background-size:cover!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;
}

.small-width{
    width: 515px !important;  
  }


.small-width-900{
    width: 645px !important;  
  }

  .small-width-980{
    width: 720px !important;  
  }

  .small-width-1100{
    width: 850px !important;  
  }