/* Extra large  */
@media(min-width:1200){
    .navbar-vertical-customisation-v2{
        max-width: 17% !important;
    }
}
@media(max-width:1199px){
    .header-others-items {
        width: 70% !important;
    }
    .breadcrumbs-and-actions-row {
        margin-top: 9% !important; 
    }
    div#navbarNavDropdown div {
        width: 100%;
    }
    .avatar-auteur-forum-card{
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin-right: 25px;
    }
    .navbar-vertical-customisation-v2{
        max-width: 25% !important;
    }

    .text-banner-image-cours-details {
        font-family: 'Work Sans', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        line-height: 33px;
        color: #000000;
    }
    
    .btn-theme {
        padding: 0.5rem 1.5rem;
    }
    .btn-theme-light {
        padding: 0.5rem 1.5rem;
    }
    .titre-connexion {
        font-size: 35px;
        line-height: 60px;
        color: rgba(0, 0, 0, 0.75);
        margin-bottom: 30px;
    }
    .searchbar-dashboard{
        margin-right: auto !important;
    }
    .s130 {
        margin-left: auto;
        /* margin-right: 0 !important; */
        width: 340px !important;
    }
    .banner-image-cours-details {
        width: 100%;
        border-radius: 10px 10px 0 0;
        background-color: #F5F5F5;
        padding: 1rem 2rem;
    }
    .select-bg-theme {
        padding-left: 65%;
    }
    
    .card-info-component-cours-start {
        padding: 75px 20px 200px 20px;
        background-color: #fff;
        position: relative;
        right: 0;
    }

    .note-evaluation {
        width: 60px;
        height: 60px;
    }

    /* span.elipsis.p-r-10.overflow-hidden.white-space-nowrap {
    width: 100%;
    } */
    .navbar-vertical-customisation {
        padding: 40px 0 300px 0;
        height: 610px;
        max-width: 25%;
        width: 100%;
    }
}

/* Large  */
@media(max-width:991px){
    .no-view-mobile{
        display: none !important;
    }
    .icon-card-statistics {
        right: 30px;
        top: 20px;
        width: 35px;
    }
    .hiddenable-navlink-label {
        display: block !important;
    }
    .hiddenable-nav-mobile-container div#navbarNavDropdown {
        background: #005D86 !important;
    }
    .logo-navbar-vertical-dashboard {
        width: 120px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
    }
    .navbar-vertical-customisation {
        padding: 40px 0 70px 0;
        background-color: #009688;
    }
    .nav-items-custom {
        margin-bottom: 60px;
    }
    .navbar{
        padding: 0;
    }
    .nav-link-vertival-custom-mobile{
        padding-left: 30px !important;
        color: rgba(255, 255, 255, 0.5) !important;

    }
    .nav-link-vertival-custom-mobile:hover{
        color: #fff !important;
        background: #F39200;
        transition: .2s ease;
    }
    .titre-connexion {
        font-size: 28px;
        line-height: 60px;
        color: rgba(0, 0, 0, 0.75);
    }
    .card-connexion {
        background: #FFFFFF;
        box-shadow:  2px 5px 10px rgba(0, 0, 0, 0.1);;
        padding: 1rem 4rem;
    }
    
    .s130 {
        margin-left: 0 !important;
        margin-right: auto !important;
        width: 100% !important;
    }
    .quiz-item {
        background: #FFFFFF;
        box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.06);
        border-radius: 58px;
        padding: 15px 40px 0 40px;
    }
    .nav-link-modal-details-apprenant {
        font-family: 'Work Sans', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 23px;
        color: #000000 !important;
        transition: .1s;
        padding: 0px;
    }
    .content-position-after-header-backend {
        /* margin-top: 70%; */
        position: absolute;
        top: 21%;
    }
    .nav-tabs .nav-item {
        margin-bottom: -1px;
    }
    .select-bg-theme {
        padding-left: 85%;
    }
    .text-inside-select-bg-theme{
        top: 33%;
    }
    .content-position-after-header {
        /* margin-top: 70%; */
        position: absolute;
        top: 21%;
    }
    .note-evaluation {
        width: 50px;
        height: 50px;
    }
    .user-acount-dashboard-header {
        margin-left: auto;
    }
    /* .user-acount-dashboard-header-display {
        display: none;
    } */
    .user-fullname-mobile{
        font-family: 'Raleway', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 11px;
        line-height: 15px;
        text-transform: uppercase;
        color: #000000;
        transition: .2s ease-in-out;
        padding: 1.5rem;
    }
    .image-user-acount-dashboard-header {
        margin-right: 0px;
    }
    .s130 form .inner-form .input-field.first-wrap {
        padding-left: 10px;
    }
    
    .dropdown-menu-custom{
        right: 0px !important;
        left: auto !important;
        padding: 0 0 20px 0 !important;
    }
    /* .dropdown-menu{
        display: none !important;
    } */
    .message-all-page {
        background: #222222;
        padding: 10px 0;
        width: 100%;
        margin-top: 160px;
    }
    .user-info-place-for-mobile{
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }
    .content-filter-radio-dashboard-admin {
        padding: 10px 5px !important;
    }
    .text-item-card-extraction {
        font-size: 14px;
        line-height: 16px;
    }
    .item-card-extraction {
        padding: 15px !important;
    }
}

/* Medium */

@media(min-width:992px){
    .no-view-desktop{
        display: none !important;
    }
    .fixed-top-web{
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        display: flex;
        align-items: flex-end;
    }
    
    .user-fullname-mobile{
        display: none;
    }
    .user-login-for-mobile{
        display: none;
    }
    
}

@media(min-width:768px){
    .titre-forum-card{
        font-family: 'Poppins', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 27px;
        color: #f39200;
        transition: .2s ease-in-out;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }
    .label-vrai-faux-mobile{
        display: none;
    }
}

@media(max-width:767px){
    .navbar-expand-md .navbar-toggler {
        display: block !important;
        z-index: 999999;
    }
    .introduction-assurance {
        font-size: 29px !important;
        line-height: 44px !important;
    }
    .empty-header-assurance.landing-page-header-assurance {
        display: block !important;
    }
    .auth-btn-container-assurance {
        justify-content: center !important;
        padding-top: 1rem;
        margin-left: 22%;
    }
    .hp-section-title-assurance {
        font-size: 30px !important;
        line-height: 42px !important;
    }
    .sous-section-title-assurance {
        font-size: 21px !important;
    }
    .secondy h2.sous-section-title-assurance {
        text-align: left !important;
    }
    .secondy .functionnalities-content-assurance {
        padding-left: 0 !important;
    }
    .contact-light-btn-assurance {
        width: 88% !important;
    }
    .introduction-first-landingpage {
        font-size: 31px !important;
        line-height: 46px !important;
    }
    .introduction-slogan-first-landingpage  {
        padding: 1% 1% !important;
    }
    .i-am-padding-bottom {
        margin-bottom: 183px !important;
    }
    .easypm-in-macbook-image-content-first-landingpage {
        top: 30% !important;
    }
    .easypm-in-macbook-image-first-landingpage {
        width: 90% !important;
    }
    .margin-bottom-contact {
        margin-top: 239px !important;
    }
    .helpy-title {
        font-size: 22px !important;
        line-height: 34px !important;
    }
    .contact-light-btn {
        width: 80% !important;
    }
    .login-btn-container {
        margin-left: 0 !important;
    }
    .introduction {
        font-size: 30px !important;
        line-height: 48px !important;
    }
    .easypm-in-macbook-image-container {
        padding-top: 78px !important;
    }
    .secondy h2.sous-section-title {
        text-align: left !important;
    }
    .sous-section-title {
        font-size: 29px !important;
    }
    .testimonial-section-content .hp-section-title {
        line-height: 44px !important;
    }
    .h2, h2 {
        font-size: 1.5rem;
    }
    .h3, h3 {
        font-size: 1.2rem;
    }
    .h5, h5 {
        font-size: 1rem;
    }
    .text-banner-image-cours-details {
        font-family: 'Work Sans', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 28px;
        color: #000000;
    }
    .banner-image-cours-details {
        width: 100%;
        background-color: #F5F5F5;
    }
    .img-lecon-card {
        width: 100%;
        margin-bottom: 20px;
        height: 200px;
        min-height: 200px;
        border-radius: 10px 10px 0 0;
    }
    .containt-mobile-center{
        justify-content: center !important;
    }
    .containt-mobile-left{
        justify-content: left !important;
    }
    .logo-accueil-header {
        width: 220px;
    }
    .content-video-viemo {
        padding: 56.25% 0 0 0;
        position: relative;
        margin-bottom: 20px;
    }
    .input-radio-quiz {
        font-family: 'Work Sans', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 24px;
        color: #011F3B;
    }
    .avatar-reponse-card-forum-details {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin-bottom: 30px;
    }
    .card-dashboard {
        background: #FFFFFF;
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
        border-radius: 5px;
        padding: 25px 25px 20px 25px;
    }
    .titre-forum-card{
        margin-bottom: 20px !important;
    }
    
    .justify-left-tablette{
        justify-content: left !important;
    }
    
    .h-content-quiz-item {
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: justify;
    }
    .table-backend-custom-header {
        font-family: 'Work Sans', sans-serif;
        font-style: normal;
        font-size: 14px;
        line-height: 13px;
        color: #1F497D;
    }
    .titre-module-item {
        font-family: 'Poppins', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 26px;
        line-height: 47px;
        letter-spacing: 0.01em;
        color: #000000;
    }
    .text-content-card-module-details{
        padding-right: 0px;
    }
    .titre-card-create-content {
        font-family: 'Inter', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        line-height: 25px;
        color: #000000;
        margin-bottom: 15px;
    }
    .card-child-content-creating {
        background: #FFFFFF;
        box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.06);
        border-radius: 5px;
        padding: 1rem 1rem 3rem;
        margin-bottom: 10px;
    }
    .label-vrai-faux{
        display: none;
    }
    .front {
        background: #FFFFFF;
        border: 0.5px solid #F39200;
        box-sizing: border-box;
        box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
        width: 100%;
        padding: 3rem;
        position: relative;
        height: 350px;
    }
    .back {
        background: #FFFFFF;
        border: 0.5px solid #ececec;
        box-sizing: border-box;
        box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
        width: 100%;
        padding: 3rem;
        position: relative;
        height: 350px;
        transform: translateY(180deg);
        display: none;
    }
    .indication-bottom-card-flip {
        bottom: 3px;
    }
    .titre-card-front {
        font-family: 'Work Sans', sans-serif;
        line-height: 44px;
    }
    .item-dnd-carte-heuristique {
        width: 48%;
        margin-right: 1%;
        margin-left: 1%;
    }
    .note-evaluation {
        width: 50px;
        height: 50px;
    }
    .input-with-icon {
        height: 50px;
    }
    .content-filter-radio-dashboard-admin {
        font-size: 11px !important;
        padding: 8px 8px !important;
    }
    .titre-card-statistics {
        font-size: 12px !important;
        line-height: 13px !important;
    }
    .chiffre-card-statistics {
        font-size: 34px !important;
        line-height: 36px !important;
    }
    .icon-card-statistics {
        right: 30px;
        top: 15px;
        width: 30px;
    }
    .chart-item-title {
        font-size: 17px !important;
        line-height: 1;
    }
}

@media(max-width:575px){
    .no-view-smartphone{
        display: none !important;
    }
    .adding-item-container {
        width: 80% !important;
    }
    
    /* .user-acount-dashboard-header-display{
        display: none;
    } */
    .user-acount-dashboard-header {
        font-family: 'Inter', sans-serif;
        padding: 0;
    }
    .s130 form .inner-form .input-field input {
        height: 100%;
        background: transparent;
        border: 0;
        width: 100%;
        font-family: 'Inter', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        padding-right: 15px;
        line-height: 18px;
        display: flex;
        align-items: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: rgba(0, 0, 0, 0.5);
    }
    .user-acount-dashboard-header{
        margin-left: auto;
    }
    .text-banner-image-cours-details {
        font-family: 'Work Sans', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 19px;
        color: #000000;
    }
    .banner-image-cours-details {
        width: 100%;
        background-color: #F5F5F5;
        padding: 1rem;
    }
    .content-cours-details {
        padding: 50px 15px 30px 15px;
        background-color: #fff;
    }
    
    .btn-theme {
        font-size: 11px;
        padding: 0.5rem;
    }
    .btn-theme-light {
        font-size: 11px;
        padding: 0.5rem;
    }
    .text-header-quiz-card {
        font-family: 'Work Sans', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 30px;
        color: #011F3B;
    }
    .card-quiz {
        background: #FFFFFF;
        border-radius: 10px;
        padding: 40px 25px;
    }
    .card-connexion {
        background: #FFFFFF;
        box-shadow:  2px 5px 10px rgba(0, 0, 0, 0.1);;
        padding: 1rem 2rem;
    }
    .titre-connexion {
        font-size: 21px;
        line-height: 30px;
        color: rgba(0, 0, 0, 0.75);
    }
    .card-certificate {
        background: #FFFFFF;
        padding: 25px 15px;
        border-radius: 0 0 10px 10px;
        margin-bottom: 30px;
    }
    .auteur-reponse-position-mobile{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .auteur-reponse-card-forum-details {
        font-family: 'Poppins', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 20px;
        color: #5E5B5B;
        margin-left: auto;
        margin-right: auto;
    }
    .avatar-reponse-card-forum-details {
        width: 130px;
        height: 130px;
        border-radius: 50%;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }
    .content-body-forum-details {
        padding: 25px 15px;
        margin-bottom: 10px;
    }
    .card-content-forum {
        background: #fff;
        border-radius: 10px;
        padding: 30px 15px 300px 15px;
    }
    .image-user-acount-dashboard-header {
        margin-right: 0px;
        width: 40px;
        height: 40px;
    }
    .card-dashboard {
        background: #FFFFFF;
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
        border-radius: 5px;
        padding: 20px 25px 35px 20px;
    }
    .input-search-in-table-dashboard-backend {
        height: 35px;
    }
    .input-dashboard-backend {
        background: #F8F8F8;
        font-family: 'Inter', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 22px;
        padding: 0 30px 0 20px;
        height: 40px;
        display: flex;
        align-items: center;
        color: #000000;
        border-radius: 55px;
        border: 0;
    }
    .btn-search-in-table-dashboard-backend-web{
        display: none;
    }
    .icon-search-in-table-dashboard-backend {
        width: 20px;
        margin-right: 0px;
    }
    .input-search-in-table-dashboard-backend {
        width: 100%;
    }
    .quiz-item {
        background: #FFFFFF;
        box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.06);
        border-radius: 25px;
        padding: 15px 30px 0 30px;
    }
    .content-quiz-item {
        font-family: 'Work Sans', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 21px;
        color: #000000;
    }
    
    .chiffre-module-item {
        font-family: 'Work Sans', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 30px;
        line-height: 31px;
        color: #21201E;
    }
    .align-right-in-small-device{
        text-align: right;
    }
    .chiffre-taux-couverture {
        font-family: 'Work Sans', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 30px;
        line-height: 30px;
        color: #FFFFFF;
    }
    .nav-tabs .nav-item {
        margin-bottom: -1px;
    }
    .nav-link-modal-details-apprenant {
        font-family: 'Work Sans', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 23px;
        color: #000000 !important;
        transition: .1s;
        padding: 10px;
    }
    .numerotation-btn-table-navigation.active{
        width: 30px;
        height: 30px;
        margin-right: 2px;
        margin-left: 2px;
        font-size: 13px;
        line-height: 22px;
    }
    .numerotation-btn-table-navigation{
        width: 30px;
        height: 30px;
        margin-right: 2px;
        margin-left: 2px;
        font-size: 13px;
        line-height: 22px;
    }
    .titre-module-item {
        font-family: 'Poppins', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 22px;
        line-height: 35px;
        letter-spacing: 0.01em;
        color: #000000;
        margin-bottom: 15px;
    }
    .btn-details-module-item{
        padding: 10px 0px;
    }
    .card-add {
        background-color: #ffffff;
        border-radius: 5px;
        margin-bottom: 50px;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .title-card-module-details {
        font-family: 'Poppins', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 19px;
        line-height: 33px;
        letter-spacing: 0.01em;
        margin-bottom: 20px;
        color: #000000;
    }
    .link-collapse-session-item {
        font-family: 'Work Sans', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 17px;
        line-height: 19px;
        color: #000000;
        display: block;
        margin-bottom: 15px;
        transition: .2s ease-in-out;
        padding-right: 50px;
    }
    .list-session-item {
        background-color: #FFFFFF;
        padding: 2rem 1.5rem 2rem;
        margin-bottom: 15px;
        border-radius: 5px;
        position: relative;
    }
    .title-card-list-session-item {
        font-family: ' Work Sans', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 21px;
        color: #000000;
        margin-bottom: 10px;
    }
    .btn-light-add-content {
        border: 1px solid #F39200;
        box-sizing: border-box;
        border-radius: 55px;
        font-family: 'Inter', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 8px;
        color: #1E1C1A;
        padding: 9px 0;
        transition: .2s ease-in-out;
        background-color: #ffffff;
        width: 100%;
        margin-bottom: 15px;
    }
    .icon-btn-add-dashboard {
        width: 18px;
        color: #f39200;
        margin-right: 5px;
    }
    .list-content-item {
        background-color: #FFFFFF;
        padding: 2rem 2rem 1rem;
        margin-bottom: 15px;
        border-radius: 5px;
    }
    .select-bg-theme {
        padding-left: 80%;
    }
    .custom-file-label-create-content {
        background-color: #F8F8F8;
        border-radius: 55px;
        font-family: 'Inter', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        height: 45px;
        padding: .7rem 3rem .7rem 1rem;
        color: rgba(0, 0, 0, 0.8);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .icon-import-custom-file-label {
        position: absolute;
        right: 1rem;
        width: 16px;
        z-index: 1;
        top: 24%;
        color: #f39200;
    }
    .card-item-sessions-module {
        background: #FFFFFF;
        border-radius: 5px;
        padding: 20px 20px 20px 20px;
        position: relative;
        margin-bottom: 10px;
    }
    .btn-delete-item-sessions-module {
        top: 10px;
        right: 15px;
    }
    .link-collapse-session-item {
        font-family: 'Work Sans', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 16px;
        color: #000000;
        display: block;
        margin-bottom: 15px;
        transition: .2s ease-in-out;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;        
    }
    .text-message-all-page {
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 10px;
        line-height: 16px;
        text-align: justify;
        color: #FFFFFF;
    }
    .logo-message-all-page {
        width: 50px;
        margin-right: 15px;
        height: 36px;
        margin-bottom: 15px;
    }
    .titre-dark-item-list-description-cours {
        font-family: 'Work Sans', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 16px;
        color: rgba(0, 0, 0, 0.8);
    }
    .icon-item-list-description-cours {
        margin-right: 7px;
        width: 15px;
    }
    .icon-header-content-slider-details-session {
        width: 14px;
        height: 14px;
        margin-right: 5px;
    }
    .texte-header-content-slider-details-session {
        font-family: 'Work Sans', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 15px;
        color: rgba(0, 0, 0, 0.8);
    }
    .position-btn-left-slider-details-session {
        top: 13px;
    }
    .position-btn-right-slider-details-session {
        top: 13px;
    }
    .front {
        background: #FFFFFF;
        border: 0.5px solid #F39200;
        box-sizing: border-box;
        box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
        width: 100%;
        padding: 3rem;
        position: relative;
        height: 250px;
    }
    .back {
        background: #FFFFFF;
        border: 0.5px solid #ececec;
        box-sizing: border-box;
        box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
        width: 100%;
        padding: 3rem;
        position: relative;
        height: 250px;
        transform: translateY(180deg);
        display: none;
    }
    .indication-bottom-card-flip {
        bottom: 3px;
        font-size: 15px;
    }
    .titre-card-front {
        font-family: 'Work Sans', sans-serif;
        /* font-style: normal;
        font-weight: 600; */
        line-height: 15px;
        /* font-size: 24px;
        color: #011F3B;
        text-align: center; */
    }
    .item-dnd-carte-heuristique {
        width: 100%;
        margin-right: 0%;
        margin-left: 0%;
    }
    .routing-view-url {
        font-family: 'Work Sans', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 9px;
        line-height: 12px;
        color: #1F497D;
        transition: .2s ease-in-out;
    }
    .icon-routing-view-url {
        width: 11px;
        margin: 0 3px;
        height: 8px;
    }
    .nav-tabs .nav-item.show .nav-link-all-courses, .nav-tabs .nav-link-all-courses.active {
        font-size: 14px;
        color: #F39200;
        padding: 0px 20px 10px 0;
    }
    
    .nav-tabs .nav-item.show .nav-link-all-courses, .nav-tabs .nav-link-all-courses {
        font-size: 14px;
        color: rgba(118, 132, 146, 0.8);
        padding: 0px 20px 10px 0;
    }
    .note-evaluation {
        width: 40px;
        height: 40px;
    }
    .content-choices-response-quiz {
        background-color: #F4F4F4;
        border-radius: 10px;
        padding: 10px 5px;
    }
    .content-text-welcome {
        font-size: 17px;
        line-height: 26px;
    }
    .li-welcome {
        font-size: 17px;
        line-height: 26px;
    }
    .link-contact-support-welcome {
        font-size: 17px;
    }
    .chiffre-statistics-apprenant-page {
        font-family: 'Work Sans', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 38px;
        line-height: 46px;
        white-space: normal;
        overflow: visible;
        text-overflow: ellipsis;
        color: #F39200;
    }
    .legend-statistics-apprenant-page {
        font-family: 'Work Sans', sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 15px;
        color: #000000;
    }
    .logo-dashboard-mobile {
        width: 150px;
        margin-bottom: 0px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
    }
    .logo-gfa-top {
        width: 200px;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .s130 form .inner-form .input-field {
        height: 40px;
    }
    .logo-accueil-header {
        width: 150px;
    }
    .span-input-icon {
        padding: 0 0px 0px 20px;
    }
    .input-with-icon {
        height: 45px;
    }
    .btn-connexion {
        line-height: 40px;
    }
    .p-landing-page-gfa {
        font-size: 16px !important;
        line-height: 25px !important;
    }
    .form-select-line-chart {
        font-size: 13px;
        padding: 0.3rem 2rem 0.3rem 1rem !important;
        background: url(../img/icons/sort-down.svg) 92% 30% / 9px no-repeat #fff !important;
    }
}

@media(min-width:576px){
    .btn-search-in-table-dashboard-backend-mobile{
        display: none;
    }
}


@media (max-width: 350px){
    .img-lecon-card {
        width: 100%;
        margin-bottom: 20px;
        height: 150px;
        min-height: 150px;
        border-radius: 10px 10px 0 0;
    }
    .text-header-quiz-card {
        font-family: 'Work Sans', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 30px;
        color: #011F3B;
    }
    .select-bg-theme {
        padding-left: 70%;
    }
    .btn-light-extra-large {
        padding: 15px 0;
    }
    .logo-dashboard-mobile {
        width: 130px;
    }
    .position-btn-left-slider-details-session >span {
        display: none;
    }
    .position-btn-right-slider-details-session >span {
        display: none;
    }
    .logo-accueil-header {
        width: 130px;
    }
    .form-select-line-chart {
        font-size: 10px !important;
        width: 100%;
    }
}


@media (max-width: 1999px) and (min-width: 992px){
    .icon-card-statistics {
        right: 20px !important;
        top: 15px !important;
        width: 40px !important;
    }
    .titre-card-statistics {
        font-size: 12px !important;
        line-height: 13px !important;
    }
    .chiffre-card-statistics {
        font-size: 34px !important;
        line-height: 36px !important;
    }
}


@media (max-width: 1110px) and (min-width: 992px){
    .content-filter-radio-dashboard-admin {
        font-size: 11px !important;
        padding: 8px 8px !important;
    }
    .helpy-title {
        font-size: 22px !important;
    }
    .contact-light-btn {
        width: 80% !important;
    }
    .icon-card-statistics {
        right: 30px;
        top: 15px;
        width: 30px;
    }
    .chart-item-title {
        font-size: 18px;
    }
}

@media (max-width: 991px) and (min-width: 767px){
    .chiffre-card-statistics {
        font-size: 42px !important;
    }
    .navbar-assurance-mobile .navbar {
        display: block !important;
    }
    .navbar-assurance-mobile .navbar-light .navbar-toggler {
        position: absolute;
        right: 1%;
    }
    .auth-btn-container-assurance {
        margin-top: 3%;
    }
    div#navbarNavDropdown div {
        width: 100%;
    }
    .navbar-expand-md .navbar-toggler {
        display: block;
    }
    .collapse:not(.show) {
        display: none !important;
    }
    div#navbarNavDropdown {
        width: 100%;
    }
    .alling-header {
        flex-direction: column;
    }
    .no-view-mobile{
        display: none !important;
    }
    .content-filter-radio-dashboard-admin {
        font-size: 12px !important;
        padding: 10px !important;
    }
    .page-first-row-container {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    
    .adding-item-container {
        align-items: center;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
        margin-bottom: 30px;
    }
    
    .table-filter-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
    }
    
    .filter-item-container {
        margin: 7px 0;
        width: 100%;
    }  
    .filter-item-container input, .filter-item-container select {
        width: 100%;
        height: 35px;
    }  
    .empty-fluidy {
        padding: 25px !important;
    }  
    .headering {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        flex-direction: column;
    }
    .header-others-items {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100% !important;
        flex-direction: initial !important;
        padding: 20px 0 !important;
    }
    
    .page-content-container {
        margin-top: 21% !important;
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    .table-filter-row.beneficiaire-filter {
        width: 100% !important;
    }
    .export-btn-container {
        width: 100% !important;
        margin: 35px;
    }
    .form-filter {
        flex-direction: column;
    }
    .export-btn {
        width: 100% !important;
    }
    .breadcrumbs-and-actions-row {
        margin-top: 64% !important;
        padding: 10px;
        margin-bottom: 5px;
    }   
    .ben-profile-container {
        top: 65% !important;
    }  
    .status-header-actions-container {
        flex-direction: column;
        margin-top: 15px;
    }  
    .status-container {
        margin-bottom: 5px;
        padding: 8px 0;
        text-transform: uppercase;
    }
    .header-actions-container {
        flex-direction: column;
    }
    .header-actions-item {
        margin-bottom: 15px;
    }
    .profile-infos-ben {
        margin-top: 15px;
    }
    .empty-header.landing-page-header {
        display: block !important;
        text-align: center;
    }
    .auth-btn-container {
        display: block !important;
        width: 100% !important;
        padding-top: 30px !important;
    }
    .login-btn-container {
        width: 100% !important;
        padding-bottom: 25px !important;
    }
    img.functionnalities-image-item.easypm-app-mobile-image {
        width: 100% !important;
    }
    .app-mobile-row {
        display: block !important;
    }
    .app-mobile-item-container {
        width: 100% !important;
        padding-bottom: 20px !important;
    }
    .app-mobile-store {
        width: 100% !important;
    }
    .hp-section-title {
        font-size: 30px !important;
    }
    .why-easypm-col-item {
        padding-bottom: 25px !important;
    }
    .easypm-in-macbook-image-container {
        top: 129% !important;
    }
    .intro-action-btn.active {
        width: 70% !important;
    }
    .functionnalities-content {
        padding: 0 !important;
    }
    .contact-light-btn.active {
        width: 75% !important;
        margin-top: 20px !important;
    }
}

@media (max-width: 766px) and (min-width: 360px){
    .no-view-mobile{
        display: none !important;
    }
    .content-filter-radio-dashboard-admin {
        font-size: 12px !important;
        padding: 10px !important;
    }
    .page-first-row-container {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    
    .adding-item-container {
        align-items: center;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
        margin-bottom: 30px;
    }
    
    .table-filter-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
    }
    
    .filter-item-container {
        margin: 7px 0;
        width: 100%;
    }  
    .filter-item-container input, .filter-item-container select {
        width: 100%;
        height: 35px;
    }  
    .empty-fluidy {
        padding: 25px !important;
    }  
    .headering {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        flex-direction: column;
    }
    .header-others-items {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100% !important;
        flex-direction: initial !important;
        padding: 20px 0 !important;
    }
    
    .page-content-container {
        margin-top: 21% !important;
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    .table-filter-row.beneficiaire-filter {
        width: 100% !important;
    }
    .export-btn-container {
        width: 100% !important;
        margin: 35px;
    }
    .form-filter {
        flex-direction: column;
    }
    .export-btn {
        width: 100% !important;
    }
    .breadcrumbs-and-actions-row {
        margin-top: 64% !important;
        padding: 10px;
        margin-bottom: 5px;
    }   
    .ben-profile-container {
        top: 65% !important;
    }  
    .status-header-actions-container {
        flex-direction: column;
        margin-top: 15px;
    }  
    .status-container {
        margin-bottom: 5px;
        padding: 8px 0;
        text-transform: uppercase;
    }
    .header-actions-container {
        flex-direction: column;
    }
    .header-actions-item {
        margin-bottom: 15px;
    }
    .profile-infos-ben {
        margin-top: 15px;
    }
    .empty-header.landing-page-header {
        display: block !important;
        text-align: center;
    }
    .auth-btn-container {
        display: block !important;
        width: 100% !important;
        padding-top: 30px !important;
    }
    .login-btn-container {
        width: 100% !important;
        padding-bottom: 25px !important;
    }
    img.functionnalities-image-item.easypm-app-mobile-image {
        width: 100% !important;
    }
    .app-mobile-row {
        display: block !important;
    }
    .app-mobile-item-container {
        width: 100% !important;
        padding-bottom: 20px !important;
    }
    .app-mobile-store {
        width: 100% !important;
    }
    .hp-section-title {
        font-size: 30px !important;
    }
    .why-easypm-col-item {
        padding-bottom: 25px !important;
    }
    .easypm-in-macbook-image-container {
        top: 129% !important;
    }
    .intro-action-btn.active {
        width: 70% !important;
    }
    .functionnalities-content {
        padding: 0 !important;
    }
    .contact-light-btn.active {
        width: 75% !important;
        margin-top: 20px !important;
    }
    .connected-user-container {
        width: 100%;
        height: 50px;
        z-index: 99999;
        position: absolute;
        bottom: 0;
        right: 9%;
        top: 145px;
    }
    .dropdown-menu.dropdown-menu-custom.show {
        float: none !important;
        top: 100% !important;
        left: 24% !important;
        width: 80% !important;
    }
}
