/* Extra large  */
@media (min-width: 1200) {
}
@media (max-width: 1199px) {
  .avatar-auteur-forum-card {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 25px;
  }
  .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-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;
  }
  .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: 0.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 50px 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: 0.1s;
    padding: 0px;
  }
  .content-position-after-header-backend {
    margin-top: 30px;
  }
  .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: 0px;
  }
  .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: 0.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 18px;
    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: 0.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) {
  .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;
  }
  .chart-item-sub-title {
    font-size: 15px !important;
    line-height: 1;
  }
  .container-presentation-page {
    padding: 15px !important;
  }
  .presenation-page-content {
    width: 100% !important;
  }
  .text-presentation-page,
  .title-text-presentation-page {
    text-align: justify !important;
  }
  .container-presentaion-personnage {
    flex-direction: column;
  }
  .nom-personnage {
    text-align: center !important;
  }
  .nom-personnage::after {
    right: 0;
    text-align: center;
    margin: auto;
  }
  .label-choisir-personnage {
    height: 360px;
  }
  .img-check-personnage {
    width: 90px;
  }
}

@media (max-width: 575px) {
  .no-view-smartphone {
    display: none !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;
  }
  .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 50px 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: 0.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: 0.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: 0.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: 0.7rem 3rem 0.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: 0.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: 0.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;
  }
  .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;
  }

  .icon-card-statistics {
    right: 30px;
    top: 15px;
    width: 30px;
  }
  .chart-item-title {
    font-size: 18px;
  }
  .chart-item-sub-title {
    font-size: 16px;
  }
}

@media (max-width: 991px) and (min-width: 767px) {
  .chiffre-card-statistics {
    font-size: 42px !important;
  }
}

@media (max-width: 766px) and (min-width: 576px) {
  .content-filter-radio-dashboard-admin {
    font-size: 12px !important;
    padding: 10px !important;
  }
}
