.logo-accueil-header {
    width: 300px;
}


.nav-accueil {
    padding: 30px;
}

.h-dark {
    font-family: "Poppins", sans-serif;
    color: rgba(0, 0, 0, 0.75);
}

.btn-link-theme-light {
    border: 1px solid #1f497d;
    box-sizing: border-box;
    border-radius: 55px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #1f497d;
    padding: 15px 50px;
    transition: 0.2s ease;
}

.btn-link-theme-light:hover {
    border: 1px solid #1f497d;
    background-color: #1f497d;
    color: #ffffff;
    transition: 0.2s ease;
    text-decoration: none;
}

.logo-dashboard {
    width: 230px;
    /* height: 45px; */
    margin-left: auto;
}

.logo-dashboard-mobile {
    width: 250px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-top: 20px;
}

.f-f-inter {
    font-family: "Inter", sans-serif;
}

.f-f-work {
    font-family: "Work Sans", sans-serif;
}

.f-f-poppins {
    font-family: "poppins", sans-serif;
}

.f-f-Open {
    font-family: "Open Sans", sans-serif;
}

.content-navbar-vertical {
    position: absolute;
    left: 0;
    right: 0;
}

.navbar-vertical-customisation {
    padding: 65px 0 300px 0;
    background-color: #1f497d;
    position: fixed;
    left: 0;
    top: 70px;
    min-height: 610px;
    max-width: 16.666667%;
    width: 100%;
    z-index: 99;
    margin-top: 1%;
}

.btn-icon-transparent {
    border: 1px solid #ffffff;
    box-sizing: border-box;
    filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.05));
    border-radius: 88px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    color: #ffffff;
    padding: 7px 15px;
    transition: 0.2s ease-in-out;
    display: flex;
    align-items: center;
    background-color: transparent;
    width: 100%;
}

.btn-icon-transparent:hover {
    background-color: #fff;
    color: #1f497d;
    transition: 0.2s ease-in-out;
    text-decoration: none;
}

.icon-contact-support {
    width: 15px;
    margin-right: 10px;
}

.nav-link-vertival-custom {
    display: flex;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    padding: 15px 20px;
    color: rgba(255, 255, 255, 0.5) !important;
}

.nav-link-vertival-custom:hover {
    background: rgb(2, 166, 156);
    color: #fff !important;
    transition: 0.2s ease;
}

.need-help-container {
    text-align: center;
}

.icon-navbar-vertical {
    width: 20px;
    margin-right: 15px;
}

/* .nav-item-vertical-custom {
    /* margin: 5px 0; 
} */

.body-background-dashboard {
    background-color: #ececec;
}

.icon-user-acount-dashboard {
    color: #768492;
    width: 18px;
    margin-left: 5px;
}

.user-acount-dashboard-header {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #011f3b;
    background: none;
    border: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
}

.image-user-acount-dashboard-header {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.nav-items-custom {
    margin-bottom: 20px;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: transparent;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("../img/icons/menu.svg");
}

.titre-page-dashboard {
    font-family: "Inter", sans-serif;
    color: #011f3b;
}

.icon-download-course-on-card-cours {
    color: #fff;
    position: absolute;
    right: 5%;
    top: 20px;
}

.icon-download-course-on-card-cours:hover {
    color: #fff;
    opacity: 0.6;
    transition: 0.2s ease;
}

.img-course-on-card-cours {
    height: 180px;
    border-radius: 10px 10px 0 0;
    background: #b2c7e1;
}

.content-course-on-card-cours {
    border-radius: 0 0 10px 10px;
    padding: 20px;
    background-color: #fff;
}

.card {
    background-color: transparent;
    border: 0;
    margin-bottom: 30px;
}

.titre-course-on-card-cours {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #0f0f0f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.titre-course-on-card-cours:hover {
    color: #1f497d;
    text-decoration: none;
    transition: 0.2s ease;
}

.icon-content-course-on-card-cours {
    width: 17px;
    margin-right: 8px;
    color: #f39200;
}

.info-content-course-on-card-cours {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: rgba(13, 12, 12, 0.8);
}

.play-icon-course-on-card-cours {
    width: 35px !important;
    height: 35px !important;
    color: #f39200;
    border-radius: 50%;
    margin-left: auto;
    transition: 0.2s ease;
    bottom: -3px;
    right: 10px;
    position: absolute;
}

.play-icon-course-on-card-cours:hover {
    color: #c47601;
    transition: 0.2s ease;
}

.play-icon-on-lecon-card {
    width: 35px !important;
    height: 35px !important;
    color: #f39200;
    border-radius: 50%;
    margin-left: auto;
    transition: 0.2s ease;
    left: 43%;
    top: 35%;
    position: absolute;
}

.play-icon-on-lecon-card:hover {
    color: #009687c0;
    transition: 0.2s ease;
}

.nav-tabs .nav-item.show .nav-link-all-courses,
.nav-tabs .nav-link-all-courses.active {
    background-color: transparent;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-bottom: 2px solid #f39200 !important;
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #f39200;
    padding: 0px 25px 5px 0;
}

.nav-tabs .nav-link-all-courses:hover {
    border: none;
    transition: 0.2s ease;
}

.nav-tabs .nav-link-all-courses.active>span.trait {
    border-bottom: 3px solid #f39200;
    padding-bottom: 3px;
}

.nav-tabs .nav-item.show .nav-link-all-courses,
.nav-tabs .nav-link-all-courses {
    background-color: transparent;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: rgba(118, 132, 146, 0.8);
    padding: 0px 25px 5px 0;
    margin-right: 20px;
    margin-bottom: 10px;
    border-bottom: 2px solid transparent !important;
}


/* .nav-link-all-courses:first-child{
    text-transform: capitalize;
} */

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 6px;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
    width: 75%;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease;
}

.porcentage-progressbar-module-details-page-cours {
    position: absolute;
    right: 10px;
    top: -9px;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
}

.card-dashboard {
    background: #ffffff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 25px 25px 5px 25px;
}

.btn-add-response {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #ffffff;
    background: #f39200;
    border-radius: 35px;
    padding: 0.4rem 0.8rem 0.4rem 0.8rem;
    border: 1px solid #f39200;
    transition: 0.2s ease-in-out;
}

.btn-add-response:hover {
    background-color: #fff;
    transition: 0.2s ease-in-out;
    text-decoration: none;
    color: #f39200;
}

.btn-add-response:hover .icon-btn-add-response {
    color: #f39200;
    width: 19px;
    margin-right: 8px;
}

.btn-add-forum {
    border: 1px solid #f39200;
    box-sizing: border-box;
    border-radius: 35px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #0b0a0a;
    opacity: 0.75;
    padding: 0.4rem 0.8rem 0.4rem 0.8rem;
    background: transparent;
}

.btn-add-forum:hover {
    transition: 0.3s ease-in-out;
    color: #f39200;
    text-decoration: none;
}

.btn-list-response {
    border: 1px solid #f39200;
    box-sizing: border-box;
    border-radius: 35px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #f39200;
    padding: 0.4rem 0.8rem 0.4rem 0.8rem;
}

.btn-list-response:hover {
    background-color: #f39200;
    color: #fff;
    transition: 0.2s ease-in-out;
    text-decoration: none;
}

.btn-list-response:hover .icon-btn-list-response {
    color: #ffffff;
    width: 19px;
    margin-right: 8px;
}

.icon-btn-add-forum {
    color: #f39200;
    width: 19px;
    margin-right: 8px;
}

.icon-btn-add-response {
    color: #ffffff;
    width: 19px;
    margin-right: 8px;
}

.icon-btn-list-response {
    color: #f39200;
    width: 19px;
    margin-right: 8px;
}

.forum-module {
    font-weight: bold;
}

.titre-forum-card {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 1px;
    color: #f39200;
    transition: 0.2s ease-in-out;
}

.titre-forum-card:hover {
    color: #cf7c00;
    transition: 0.2s ease-in-out;
    text-decoration: none;
}

.publish-date-forum-card {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.8);
}

.nbre-message-forum-card {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 30px;
    color: #5e5b5b;
}

.text-forum-card {
    color: #5e5b5b;
    font-family: "Poppins", sans-serif;
}

.avatar-auteur-forum-card {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 45px;
}

.btn-theme {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    background: #02A69C;
    border-radius: 55px;
    padding: 0.8rem 3rem;
    border: 1px solid #02A69C;
    transition: 0.2s ease-in-out;
}

.btn-theme:hover {
    background-color: #fff;
    transition: 0.2s ease-in-out;
    text-decoration: none;
    color: #02A69C;
}

.btn-theme-disabled {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    background: #f39200;
    border-radius: 55px;
    padding: 0.8rem 3rem;
    border: 1px solid #f39200;
    transition: 0.2s ease-in-out;
}

.animat {
    color: #f39200;
    background: #fff;
    border-radius: 100%;
    height: 100%;
    width: 80px;
}

.badge {
    color: #fff;
    border-radius: 25px;
    height: 100px;
    width: 100px;
    /* background: #1f497d; */
}

.item-profile-badge-container {
    position: relative;
    margin-bottom: 15px;
    padding: 30px 50px 30px 25px;
    border-radius: 5px;
    background: #ffffff;
}

.pop-title {
    color: #f39200;
}

.scores {
    color: #f39200;
}

.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.banner-image-cours-details {
    width: 100%;
    padding: 3rem 3rem;
    border-radius: 10px 10px 0 0;
    background-color: #f5f5f5;
    margin-top: 1%;
}

.text-banner-image-cours-details {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 45px;
    color: #000000;
}

.content-cours-details {
    padding: 50px 30px 30px 30px;
    background-color: #fff;
}

.btn-theme-light {
    border: 1px solid #f39200;
    box-sizing: border-box;
    border-radius: 55px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    color: #f39200;
    padding: 0.8rem 2rem;
}

.btn-theme-light:hover {
    background-color: #f39200;
    color: #fff;
    transition: 0.2s ease-in-out;
    text-decoration: none;
}

.icon-button {
    width: 19px;
    margin-right: 15px;
}

.text-details-infos-cours {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.75);
}

.icon-details-infos-cours {
    margin-right: 10px;
    color: #f39200;
    width: 19px;
}

.img-lecon-card {
    width: 100%;
    margin-bottom: 20px;
    height: 130px;
    min-height: 130px;
    border-radius: 10px;
}

.text-content-lecon-card {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    text-align: justify;
    height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #011f3b;
}

.card-info-component-cours-start {
    padding: 75px 20px 200px 20px;
    background-color: #fff;
    position: relative;
    right: 0px;
}

.icon-cours-info-component-cours-start {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
}

.ol-menu-lecon-a-venir {
    padding-left: 0px;
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.8);
    list-style: none;
}

.link-menu-lecon-a-venir {
    display: block;
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #f39200;
    padding: 25px 0px;
}

.sessionTitle {
    width: 100%;
    display: block;
}

.link-menu-lecon-a-venir:hover {
    transition: 0.2s ease-in-out;
    color: #1f497d;
    text-decoration: none;
}

.position-time-menu-lecon-a-venir {
    margin-left: auto;
    margin-right: 20px;
    text-align: right;
    display: block;
    font-weight: 600;
}

ol .link-menu-lecon-a-venir.active {
    color: #f39200;
}

.icon-after-time-menu-lecon-a-venir {
    width: 18px;
    height: 18px;
}

.content-cours-start {
    padding: 40px 20px 100px 20px;
}

.titre-lecon-start-page {
    font-family: "Inter", sans-serif;
    font-style: normal;
    line-height: 22px;
    color: #000;
    text-align: center;
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 15px;
    margin-top: 15px;
}

.content-video-viemo {
    padding: 56.25% 0 0 0;
    position: relative;
    margin-bottom: 10px;
}
.video-collapse-video {
    color: #1f497d !important;
    font-weight: 700;
    text-decoration: none;
}
.video-collapse-video:hover {
    text-decoration: none;
    color: #f39200 !important;
}

.video-viemo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.next-previous-slide-content-cours-page {
    border: 1px solid #f39200;
    margin: 0 3px;
    width: 25px;
    border-radius: 50%;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f39200;
    transition: 0.4s;
}

.next-previous-slide-content-cours-page:hover {
    border: 1px solid #f39200;
    color: #fff;
    background-color: #f39200;
    transition: 0.4s;
}

.icon-next-previous-slide-content-cours-page {
    width: 18px;
    height: 18px;
}

.icon-collapse-video {
    color: #f39200;
    margin-right: 10px;
    width: 19px;
}

.text-collapse-video {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #707070;
}

.text-collapse-video:hover {
    text-decoration: none;
    color: #707070;
}

.card-quiz {
    background: #ffffff;
    border-radius: 10px;
    padding: 50px 40px;
}

.text-header-quiz-card {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    color: #011f3b;
}

.position-text-header-quiz-card {
    padding-left: 40px;
}

.icon-return-text-header-quiz-card {
    color: #000000;
    margin-right: 10px;
    position: absolute;
}

.icon-return-text-header-quiz-card:hover {
    color: #f39200;
    transition: 0.4s ease;
}

.input-radio-quiz {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #011f3b;
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
    border: 2px solid #f39200;
    background: transparent;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #f39200;
    background-color: #f39200;
}

.card-connexion {
    background: #ffffff;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1);
    padding: 1rem 4rem;
}

.titre-connexion {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 60px;
    text-align: center;
    color: rgba(0, 0, 0, 0.75);
    margin-bottom: 20px;
}

.btn-connexion {
    background: #02A69C;
    border-radius: 9px;
    border: 1px solid #02A69C;
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 50px;
    letter-spacing: 0.75px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    text-transform: uppercase;
}

.btn-connexion:hover {
    background-color: #fff;
    color: #02A69C;
    transition: 0.3s ease-in-out;
    border: 1px solid transparent;
    box-shadow: 0px 2px 9px rgba(0,0,0,0.09);
}

.mdpOublie {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 28px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.75px;
    color: #043B63;
    transition: 0.2s ease;
    border-style: none;
    background: transparent;
}

.mdpOublie:hover {
    text-decoration: none;
    color: #1f497d;
    transition: 0.2s ease;
}

.span-input-icon {
    background: transparent;
    border: 1px solid #1f497d;
    border-radius: 40px;
    padding: 0 0px 0px 30px;
}

.icon-input {
    color: #1f497d;
    width: 15px;
}

.calendar-with-icon {
    border-radius: 40px;
    border-top: 1px solid #1f497d;
    border-right: 1px solid #1f497d;
    border-bottom: 1px solid #1f497d;
    border-left: transparent;
    height: 60px;
    padding-right: 30px;
    /* white-space: nowrap;
    overflow: hidden; */
    text-overflow: ellipsis;
    font-size: 0.8rem;
    font-family: 'Poppins', sans-serif;
}

.input-with-icon {
    border-radius: 40px;
    border-top: 1px solid #1f497d;
    border-right: 1px solid #1f497d;
    border-bottom: 1px solid #1f497d;
    border-left: transparent;
    height: 60px;
    padding-right: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.8rem;
    font-family: 'Poppins', sans-serif;
}


/* .input-with-icon:focus{
    -webkit-box-shadow: 0 0 0 1000px white inset;
} */

.input-with-icon:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-top: 1px solid #1f497d;
    border-right: 1px solid #1f497d;
    border-bottom: 1px solid #1f497d;
}

.card-certificate {
    background: #ffffff;
    padding: 20px 15px;
    border-radius: 0 0 10px 10px;
    /* min-height: 200px; */
    margin-bottom: 30px;
}

.position-info-card-certificate {
    position: absolute;
    bottom: 25px;
}

.title-info-card-certificate {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    color: #011f3b;
    margin-bottom: 7px;
}

.date-info-card-certificate {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 12px;
    color: #011f3b;
}

.modal-card {
    padding: 30px 40px;
    border-radius: 0px;
    border: none;
}

.title-modal {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.7);
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #f96b57;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    transition: 0.3s ease;
}

.close:hover {
    opacity: 0.8;
    transition: 0.3s ease;
    color: #f96b57;
}

.input-modal {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #282828;
    border: 0.5px solid #797878;
    box-sizing: border-box;
    border-radius: 10px;
    width: 100%;
    padding-left: 15px;
}

.input-modal:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #1f497d;
}

.card-content-forum {
    background: #fff;
    border-radius: 10px;
    padding: 30px 30px 200px 30px;
}

.content-header-forum-details {
    padding: 30px;
}

.avatar-header-forum-details {
    width: 40px;
    height: 40px;
    margin-right: 25px;
    border-radius: 50%;
}

.content-body-forum-details {
    padding: 25px 30px;
    margin-bottom: 10px;
}

.card-response {
    background: #ffffff;
    /* //border: 0.5px solid #F39200; */
    box-sizing: border-box;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.06);
}

.card-reponse {
    background: #ffffff;
    border: 0.5px solid #f39200;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.06);
}

.avatar-reponse-card-forum-details {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 30px;
}

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

.date-reponse-card-forum-details {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #5e5b5b;
    margin-bottom: 50px;
}

.text-content-reponse-card-forum-details {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #5e5b5b;
}

.content-choices-response-quiz {
    background-color: #f4f4f4;
    border-radius: 10px;
    padding: 10px 20px;
}

.score-content {
    background: #ecf4fd;
    border-radius: 50px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #5e5b5b;
    margin-bottom: 15px;
    text-align: center;
    padding: 13px 30px;
}

.note-score-content {
    font-weight: 700;
    color: #1f497d;
}

.card-statistics {
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-statistics-color-1 {
    background: #03828A;
}

.card-statistics-color-2 {
    background: #0989A5;
}

.card-statistics-color-3 {
    background: #046685;
}

.card-statistics-color-4 {
    background: #ffa319;
}

.card-statistics-color-5 {
    background: #f08e33;
}

.card-statistics-color-6 {
    background: #c87b0b;
}

.icon-card-statistics {
    color: rgba(255, 255, 255, 0.432);
    position: absolute;
    right: 40px;
    top: 20px;
    width: 50px;
}

.chiffre-card-statistics {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 59px;
    color: #ffffff;
}
.div-map-container > div {
    width: 96% !important;
    height: 95% !important;
}
.titre-card-statistics {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
}

.card-dashboard {
    padding: 30px;
    background: #ffffff;
    border-radius: 8px;
}

.add-header-dashboard {
    background: #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f39200;
    transition: 0.2s ease;
    margin-left: auto;
}

.add-header-dashboard:hover {
    background: #f39200;
    color: #fff;
    transition: 0.2s ease;
}

.input-dashboard-backend {
    background: #f8f8f8;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    padding: 0 30px;
    height: 50px;
    display: flex;
    align-items: center;
    color: #000000;
    border-radius: 55px;
    border: 1px solid transparent;
}

.input-dashboard-backend:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #f39200;
}

input:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.select-input-dashboard-backend {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/icons/chevron-down-black.svg) 96% / 20px no-repeat #eee !important;
    background-color: #f8f8f8;
    background-clip: border-box;
}

.titre-card-dashboard-sans-padding {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    margin-left: 15px;
}

.input-search-in-table-dashboard-backend {
    font-family: "Inter", sans-serif;
    font-style: normal;
    padding: 0 30px;
    height: 45px;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.5);
    border: 0;
    background: #f8f8f8;
    border-radius: 55px;
    margin-right: 1%;
    width: 65%;
}

.icon-search-in-table-dashboard-backend {
    width: 20px;
    margin-right: 10px;
}

.btn-search-in-table-dashboard-backend-web {
    background: #f39200;
    border-radius: 55px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #ffffff;
    width: 34%;
    border: 1px solid #f39200;
    transition: 0.2s ease;
    justify-content: center;
}

.btn-search-in-table-dashboard-backend-web:hover {
    color: #f39200;
    background-color: #fff;
    transition: 0.2s ease;
}

.btn-search-in-table-dashboard-backend-mobile {
    background: #f39200;
    border-radius: 55px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #ffffff;
    border: 1px solid #f39200;
    transition: 0.2s ease;
    justify-content: center;
}

.btn-search-in-table-dashboard-backend-mobile:hover {
    color: #f39200;
    background-color: #fff;
    transition: 0.2s ease;
}

.table-backend-custom-header {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 50px;
    text-align: justify;
    color: #1f497d;
}

.table td,
.table th {
    padding: 25px 0.75rem;
    vertical-align: top;
    border-top: 0px solid #dee2e6;
}

th {
    font-weight: 600;
}

.table-backend-custom-body {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.7);
}

.label-quiz-backend {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
}

.form-control-quiz-backend {
    background: #f8f8f8;
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 58px;
    margin-bottom: 15px;
    font-size: 15px;
    padding: 0.5rem 1rem;
}

.form-control-quiz-backend:focus {
    transition: 0.2s ease;
    border: 1px solid #f39200;
    box-shadow: 0 0 5px transparent !important;
    background: #f8f8f8;
}

.score-input-dashboard {
    border-radius: 10px;
    width: 70px;
    height: 100%;
    border: 0;
    background: #f8f8f8 url("../img/icons/select-icon-dark.png") no-repeat right 0.75rem center/18px 20px;
}

.link-theme-light {
    color: #f39200;
    transition: 0.2s ease-in-out;
}

.link-theme-light:hover {
    color: #b87106;
    transition: 0.2s ease-in-out;
    text-decoration: none;
}

.quiz-item {
    background: #ffffff;
    box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.06);
    border-radius: 58px;
    padding: 15px 50px 0 50px;
    margin-bottom: 10px;
}

.content-quiz-item {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    color: #000000;
}

.h-content-quiz-item {
    /* height: 40px; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.module-item {
    background: #ffffff;
    border-radius: 5px;
    padding: 1rem 2rem;
    margin-bottom: 10px;
}

.titre-module-item {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0.01em;
    color: #000000;
}

.chiffre-module-item {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    color: #21201e;
}

.text-content-module-item {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.icon-module-item {
    width: 30px;
    margin-right: 10px;
}

.btn-details-module-item {
    background: #f39200;
    border-radius: 55px;
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    padding: 15px 0;
    width: 100%;
    text-align: center;
    color: #ffffff;
    border: 1px solid #f39200;
    transition: 0.2s ease-in-out;
}

.btn-details-module-item:hover {
    color: #f39200;
    text-decoration: none;
    background-color: #ffffff;
    transition: 0.2s ease-in-out;
}

.chiffre-taux-couverture {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 47px;
    color: #ffffff;
}

.text-taux-couverture {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
}

.btn-add-dashboard {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.7);
    transition: 0.2s ease-in-out;
    background-color: transparent;
    border: none;
}

.btn-add-dashboard:hover {
    transition: 0.2s ease-in-out;
    text-decoration: none;
    color: #f39200;
}

.icon-btn-add-dashboard {
    width: 18px;
    color: #f39200;
    margin-right: 15px;
}

.btn-add-dashboard-blue {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.7);
    transition: 0.2s ease-in-out;
    background-color: transparent;
    border: none;
}

.btn-add-dashboard-blue:hover {
    transition: 0.2s ease-in-out;
    text-decoration: none;
    color: #1f497d;
}

.icon-btn-add-dashboard-blue {
    width: 18px;
    color: #1f497d;
    margin-right: 15px;
}

.btn-add-dashboard-orange {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #f39200;
    transition: 0.2s ease-in-out;
    background-color: transparent;
    border: none;
}

.btn-add-dashboard-orange:hover {
    transition: 0.2s ease-in-out;
    text-decoration: none;
    color: #d88202;
}

.icon-btn-add-dashboard-orange {
    width: 18px;
    margin-right: 15px;
}

.dropdown-menu-custom {
    border-radius: 0;
    border: 0.5px solid rgba(0, 0, 0, 0.041);
    width: 260px;
    top: 100% !important;
    padding: 10px 0 !important;
    left: -80%;
    text-align: center;
}

.item-dropdown-custom {
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #f39200;
    transition: 0.2s ease-in-out;
    padding-top: 10px;
    padding-bottom: 10px;
}

.item-dropdown-custom:hover {
    color: #fff;
    background-color: #f39200;
    transition: 0.2s ease-in-out;
}

.btn-show-modal-details-apprenant {
    border: 0;
    background-color: transparent;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    transition: 0.2s ease-in-out;
}

.btn-show-modal-details-apprenant:hover {
    transition: 0.2s ease-in-out;
    color: #f39200;
}

.titre-modal-details-apprenant {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 100px;
    line-height: 28px;
    color: #000000;
}

.tab-content-custom {
    min-height: 300px;
    padding-top: 40px;
}

.nav-link-modal-details-apprenant {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #000000 !important;
    transition: 0.1s;
    padding-left: 0;
}

.nav-tabs .nav-item.show .nav-link-modal-details-apprenant,
.nav-tabs .nav-link-modal-details-apprenant.active {
    color: #495057;
    border-bottom: 2px solid #f39200;
    background-color: #fff;
    border-color: transparent transparent #f39200 transparent;
}

.nav-tabs .nav-link-modal-details-apprenant:focus,
.nav-tabs .nav-link-modal-details-apprenant:hover {
    border-color: transparent transparent transparent;
    border-bottom: 2px solid #f39200;
    transition: 0.1s;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.ul-modal-details-apprenant {
    padding: 0;
    list-style: none;
}

.li-modal-details-apprenant {
    margin-bottom: 50px;
}

.text-content-modal-details-apprenant {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}

.item-progression-modal-details-apprenant-row {
    background: #ffffff;
    box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.06);
    border-radius: 58px;
    padding: 30px 30px 15px 30px;
    margin: 20px;
}

.icon-pdf-card-cetificat {
    margin-right: 10px;
    width: 31px;
    height: 31px;
}

.nbre-certificat-obtenu {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    color: #f39200;
}

.indicator-termine-chart-circle {
    width: 10px;
    height: 10px;
    background-color: #ffb946;
    border-radius: 50%;
    display: block;
    margin-right: 5px;
}

.indicator-en-cours-chart-circle {
    width: 10px;
    height: 10px;
    background-color: #1f497d;
    border-radius: 50%;
    display: block;
    margin-right: 5px;
}

.chiffre-statistics-apprenant-page {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 46px;
    line-height: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #f39200;
}

.legend-statistics-apprenant-page {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 15px;
    color: #000000;
}

.prev-next-btn-table-navigation {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.7);
    margin-left: 10px;
    margin-right: 10px;
    transition: 0.2s ease-in-out;
}

.prev-next-btn-table-navigation:hover {
    color: #f39200;
    text-decoration: none;
    transition: 0.2s ease-in-out;
}

.ul-table-navigation {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.numerotation-btn-table-navigation.active {
    background: #f39200;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    margin-right: 2.5px;
    margin-left: 2.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.7);
    transition: 0.2s ease-in-out;
    border: 1px solid #f39200;
}

.numerotation-btn-table-navigation:hover {
    background: #ffffff;
    color: #f39200;
    transition: 0.2s ease-in-out;
    text-decoration: none;
}

.numerotation-btn-table-navigation {
    background: #ffffff;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    margin-right: 2.5px;
    margin-left: 2.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.7);
    transition: 0.2s ease-in-out;
    border: 1px solid #f39200;
}

.numerotation-btn-table-navigation:hover {
    background: #f39200;
    color: rgba(0, 0, 0, 0.7);
    transition: 0.2s ease-in-out;
    text-decoration: none;
}

.card-add {
    background-color: #ffffff;
    border-radius: 5px;
    margin-bottom: 50px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.link-add-card-add {
    text-align: center;
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    transition: 0.2s ease;
    background-color: transparent;
    border: 0;
}

.link-add-card-add:hover {
    text-decoration: none;
    color: #f39200;
    transition: 0.2s ease;
}

.img-link-add-card-add {
    margin-bottom: 10px;
    width: 60px;
    height: 60px;
}

.title-card-module-details {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 54px;
    letter-spacing: 0.01em;
    color: #000000;
}

.text-content-card-module-details {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
    text-align: justify;
    letter-spacing: 0.01em;
    color: #000000;
    padding-right: 30px;
    margin-bottom: 25px;
}

.list-content-item {
    background-color: #ffffff;
    padding: 2rem 3rem 1rem;
    margin-bottom: 15px;
    border-radius: 5px;
}

.list-session-item {
    background-color: #ffffff;
    padding: 2rem 3rem 1rem;
    margin-bottom: 15px;
    border-radius: 5px;
    position: relative;
}

.title-card-list-content-item {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 15px;
}

.text-card-list-content-item {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 15px;
}

.btn-submit-form {
    background: #f39200;
    border-radius: 55px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 10px 0;
    color: #ffffff;
    transition: 0.2s ease-in-out;
    border: 1px solid #f39200;
    width: 100%;
    text-align: center;
}

.btn-submit-form:hover {
    color: #f39200;
    background-color: #ffffff;
    transition: 0.2s ease-in-out;
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f0da";
}

[data-toggle="collapse"] .fa:before {
    content: "\f0d7";
}

.chevron-collapse-session-item {
    font-size: 20px;
    margin-right: 15px;
    width: 10px;
}

.link-collapse-session-item {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 15px;
    transition: 0.2s ease-in-out;
}

.link-collapse-session-item:hover {
    text-decoration: none;
    color: #000000d5;
    transition: 0.2s ease-in-out;
}

.title-card-list-session-item {
    font-family: " Work Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}

.btn-placeholder-textarea {
    position: absolute;
    padding: 0;
    border: 0;
    background: transparent;
    right: 40px;
    top: 23%;
}

.icon-btn-placeholder-textarea {
    width: 18px;
}

.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: 400;
    font-size: 14px;
    line-height: 17px;
    color: #1e1c1a;
    padding: 10px 20px;
    transition: 0.2s ease-in-out;
    background-color: #ffffff;
    width: 100%;
    margin-bottom: 15px;
}

.btn-light-add-content:hover {
    background-color: #ffffff;
    color: #f39200;
    transition: 0.2s ease-in-out;
    text-decoration: none;
}

.select-bg-theme {
    border-radius: 10px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    height: auto;
    font-size: 24px;
    line-height: 24px;
    color: #ffffff !important;
    background: #f39200 url(../img/icons/select-icon-light.png) no-repeat right 0.75rem center/18px 20px;
    padding-left: 68%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.score-label-qcm {
    position: absolute;
    top: -25px;
}

.titre-card-create-content {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    color: #000000;
    margin-bottom: 15px;
}

.text-inside-select-bg-theme {
    position: absolute;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #ffffff;
    top: 25%;
    left: 15%;
}

.rdw-editor-wrapper {
    background: #f8f8f8;
    border-radius: 25px;
}

.rdw-editor-toolbar {
    padding: 6px 5px 0;
    border-radius: 2px;
    border: 1px solid #f1f1f1;
    display: flex;
    justify-content: flex-start;
    background: #fcfcfc !important;
    flex-wrap: wrap;
    font-size: 15px;
    margin-bottom: 5px;
    -webkit-user-select: none;
    user-select: none;
}

.rdw-option-wrapper {
    background: transparent !important;
}

.rdw-dropdown-selectedtext {
    display: flex;
    position: relative;
    height: 100%;
    align-items: center;
    padding: 0 5px;
    color: #000000;
    transition: 0.2s ease-in-out;
    background: #f8f8f8;
}

.rdw-dropdown-selectedtext:hover {
    transition: 0.2s ease-in-out;
    text-decoration: none;
    color: #000000;
}

.custom-file-label-create-content {
    border-radius: 11px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px !important;
    height: 50px;
    padding: 1rem 3rem 1rem 2rem;
    color: rgba(0, 0, 0, 0.8) !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #ced4da !important;
}

.custom-file-label-create-content::after {
    display: none !important;
}

.icon-import-file-label {
    position: absolute;
    right: 10px;
    width: 15px;
    z-index: 1;
    top: 35%;
    color: #02A69C !important;
}

.icon-import-custom-file-label {
    position: absolute;
    right: 30px;
    width: 20px;
    z-index: 1;
    top: 38%;
    color: #02A69C !important;
}

.pagination {
    position: relative;
    align-items: center;
    margin-top: 40px;
    justify-content: center;
}

.card-item-sessions-module {
    background: #ffffff;
    border-radius: 5px;
    padding: 40px 30px;
    position: relative;
    margin-bottom: 10px;
}

.btn-delete-item-sessions-module {
    padding: 0;
    border: 0;
    background: transparent;
    position: absolute;
    top: 30px;
    right: 30px;
    color: #000000;
    transition: 0.2s ease-in-out;
}

.btn-delete-item-sessions-module:hover {
    color: #f39200;
    transition: 0.2s ease-in-out;
}

.icon-btn-delete-item-sessions-module {
    width: 18px;
}

.btn-light-extra-large {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    padding: 20px 0;
    width: 100%;
    line-height: 19px;
    background: #ffffff;
    border: 1px solid #f39200;
    box-sizing: border-box;
    border-radius: 55px;
    color: rgba(0, 0, 0, 0.8);
    transition: 0.2s ease-in-out;
}

.btn-light-extra-large:hover {
    color: #f39200;
    transition: 0.2s ease-in-out;
}

.btn-light-medium-large {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    padding: 15px 0;
    width: 100%;
    line-height: 19px;
    background: #ffffff;
    border: 1px solid #f39200;
    box-sizing: border-box;
    border-radius: 55px;
    color: rgba(0, 0, 0, 0.8);
    transition: 0.2s ease-in-out;
}

.btn-light-medium-large:hover {
    color: #f39200;
    transition: 0.2s ease-in-out;
}

.card-child-item-sessions-module {
    background: #ffffff;
    box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding: 25px;
    margin-bottom: 10px;
}

.routing-view-url {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    color: #1f497d;
    transition: 0.2s ease-in-out;
}

.routing-view-url:hover {
    color: #0b1d33;
    text-decoration: none;
    transition: 0.2s ease-in-out;
}

.icon-routing-view-url {
    width: 15px;
    margin: 0 5px;
}

.btn-create-content {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.8);
    border: 0.5px solid #f39200;
    box-sizing: border-box;
    border-radius: 55px;
    padding: 12px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    transition: 0.2s ease-in-out;
    background-color: #ffffff;
}

.btn-create-content:hover {
    background-color: #f39200;
    color: #ffffff;
    transition: 0.2s ease-in-out;
    text-decoration: none;
}

.btn-create-content:first-child {
    text-transform: capitalize;
}

.card-child-content-creating {
    background: #ffffff;
    box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding: 2rem 4rem 3rem;
    margin-bottom: 10px;
}

.textarea-rows1-height-fix {
    height: 40px !important;
}

.textarea-rows2-height-fix {
    height: 70px !important;
}

.head-term-left {
    background: #f39200;
    border-radius: 58px;
    font-family: Work Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    padding: 25px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.97);
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.head-term-right {
    background: #1f497d;
    border-radius: 58px;
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    padding: 25px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.97);
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.btn-cancel-theme {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    border: 1px solid transparent;
    align-items: center;
    text-transform: uppercase;
    color: #f39200;
    background-color: transparent;
    padding: 0.8rem 1.5rem;
    width: 100%;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    transition: 0.2s ease-in-out;
}

.btn-cancel-theme:hover {
    color: #ffffff;
    background-color: #f39200;
    transition: 0.2s ease-in-out;
}

.label-vrai-faux {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #000000;
    position: absolute;
    top: -40px;
}

.label-checkbox-vrai::before {
    border-radius: 3px !important;
    border: #666666 solid 1px;
}

.label-checkbox-faux::before {
    border-radius: 3px !important;
    border: #666666 solid 1px;
}

.custom-control-input:checked~.label-checkbox-vrai::before {
    color: #fff;
    border-color: #0ad1bf;
    background-color: #0ad1bf;
}

.custom-control-input:checked~.label-checkbox-faux::before {
    color: #fff;
    border-color: #fb0b0b;
    background-color: #fb0b0b;
}

.link-btn-add-orange {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #f39200;
    background: transparent;
    border: 0;
    padding: 0;
}

.resume-introduction-content {
    border-bottom: 1px solid #f39200;
    padding-bottom: 75px;
    margin-bottom: 130px;
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #707070;
}

.message-all-page {
    background: #222222;
    padding: 10px 0;
    width: 100%;
    margin-top: 320px;
    z-index: 9999;
}

.text-message-all-page {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: justify;
    color: #ffffff;
}

.logo-message-all-page {
    width: 50px;
    margin-right: 45px;
    height: 36px;
}

.navigation-slide {
    padding: 5px;
    background-color: #000000;
    margin-bottom: 50px;
    position: relative;
    display: flex;
    justify-content: center;
}

.btn-maximize-slider {
    padding: 0;
    line-height: 0;
    background: transparent;
    border: 0;
    position: absolute;
    right: 30px;
    top: 6px;
}

.icon-maximize-slider {
    width: 17px;
    color: #ffffff;
}

.icon-left-right-navigation-slide {
    color: #ffffff;
    width: 17px;
    margin: 0 10px;
}

.navigation-slide-indicator {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 29px;
    color: #ffffff;
}

.content-routing-url {
    background-color: #ffffff;
    padding: 3px 15px;
    margin: 1%;
}

.item-list-description-cours {
    padding: 2rem 2rem 0.7rem 1rem;
    background-color: #ffffff;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 10px;
}

.titre-dark-item-list-description-cours {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: rgba(0, 0, 0, 0.8);
}

.text-right-item-list-description-cours {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #252d2c;
}

.icon-item-list-description-cours {
    margin-right: 15px;
    width: 20px;
}

.content-slider-details-session {
    background: #ffffff;
    border-radius: 10px;
    margin-top: 1%;
}

.header-content-slider-details-session {
    border-bottom: 1px solid #e2e2e2;
    padding: 15px 0px;
    position: relative;
    display: flex;
    justify-content: center;
}

.body-content-slider-details-session {
    padding: 1px 15px 5px;
}

.chevron-header-content-slider-details-session {
    color: #f39200;
    width: 20px;
    height: 16px;
    margin-top: -1px;
}

.position-btn-left-slider-details-session {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    position: absolute;
    color: #000000;
    left: 10px;
    top: 18px;
    transition: 0.2s ease-in-out;
}

.position-btn-left-slider-details-session:hover {
    text-decoration: none;
    transition: 0.2s ease-in-out;
    color: #f39200;
}

.position-btn-right-slider-details-session {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    position: absolute;
    color: #000000;
    right: 10px;
    top: 18px;
    transition: 0.2s ease-in-out;
}

.position-btn-right-slider-details-session:hover {
    text-decoration: none;
    transition: 0.2s ease-in-out;
    color: #f39200;
}

.icon-header-content-slider-details-session {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

.texte-header-content-slider-details-session {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.8);
}

.form-reponse-tache {
    background: #f4f4f4;
    border-radius: 10px;
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    padding: 15px;
    color: #011f3b;
    border: 1px solid transparent;
    margin-bottom: 20px;
    transition: 0.2s ease-in-out;
}

.form-reponse-tache:focus {
    border: 1px solid #f39200;
    box-shadow: 10px 0px 3px rgba(0, 0, 0, 0.041);
    transition: 0.2s ease-in-out;
}

.import-file-reponse-tache {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    padding: 0;
    color: #011f3b;
    border: 0;
}

.import-file-reponse-tache::after {
    display: none;
}

.icon-import-file-reponse-tache {
    color: #f39200;
    width: 20px;
    margin-top: -16px;
    margin-right: 15px;
}

.contenu-shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.item-choice-vrai-faux {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    border: 0.5px solid #f39200;
    border-radius: 10px;
    font-size: 14px;
    line-height: 16px;
    color: #011f3b;
    padding: 15px;
}

.card-flip {
    transition: transform 0.5s;
    transform-style: preserve-3d;
    cursor: pointer;
    margin-bottom: 40px;
}

.front,
.back {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    backface-visibility: hidden;
}

.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: 450px;
}

span b {
    font-weight: bold;
}


/*   
  .front:hover {
  } */

.back {
    border: 2px solid #f39200;
    width: 100%;
    height: auto;
    min-height: 450px;
}


/* div[id^='back']{
    transform: rotateY(180deg);
  }
  div[id^='front']{
    transform: rotateY(0deg);
  } */


/* .back:hover {
  } */

.titre-card-front {
    font-family: "Work Sans", sans-serif;
    /* font-style: normal;
    font-weight: 600;
    font-size: 24px;
    color: #011f3b;
    text-align: center; */
}

.indication-bottom-card-flip {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: 140.8%;
    position: absolute;
    color: #f39200;
    bottom: 3px;
    background: #fff;
    padding: 5px;
    border: 2px solid #f39200;
    border-radius: 50px;
    font-weight: 600;
}

.back-reveal {
    transform: rotateY(0deg);
}

.front-hide {
    transform: rotateY(180deg);
}

.back-hide {
    transform: rotateY(180deg);
}

.front-reveal {
    transform: rotateY(0deg);
}

.back h1 {
    font-size: 15px;
}

.row.cr-row {
    margin-left: 0px;
    margin-right: 0px;
}

.dnd-custom {
    background: #f5f5f5;
    border: 0.5px solid #f39200;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #011f3b;
    margin-right: 10px;
    cursor: all-scroll;
}

.dnd-response-left-head {
    background: #1f497d;
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    padding: 15px;
    text-align: center;
}

.dnd-response-right-head {
    background: #f39200;
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    padding: 15px;
    text-align: center;
}

.reponse-dnd-title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.smooth-dnd-container {
    position: relative;
    min-height: 30px;
    min-width: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 5px;
    margin-left: 5px;
}

.smooth-hrt-container {
    position: relative;
    min-height: 30px;
    min-width: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 5px;
    margin-left: 5px;
    width: 150px;
    text-align: center;
    background-color: #42424242;
}

.hrt-txt {
    text-align: center;
    margin-top: 20px;
}

.list_child {
    background-color: #42424242;
}

.dnd-custom-response {
    background: #f5f5f5;
    border: 0.5px solid rgba(243, 146, 0, 0.4);
    width: 100%;
    border-top: 0;
    padding: 5px 10px;
    cursor: all-scroll;
}

.image_picker .responsive {
    position: relative;
    margin: 4px !important;
    float: left;
    opacity: 1;
    margin-bottom: 15px !important;
}

.image_picker .responsive .thumbnail {
    /* border: 1px solid transparent !important; */
    border-radius: 0px !important;
    padding: 0px !important;
    opacity: 1;
    margin: 0;
}

.image_picker .responsive .thumbnail:hover {
    /* box-shadow: 0px 0px 10px 5px rgba(0,140,186,.7) !important; */
    transition: 0.2s ease-in-out;
}

.responsive>img {
    width: 100%;
}

.row.slider-actions-btn {
    width: 100% !important;
}

@media screen and (max-width: 992px) {
    .image_picker .responsive .thumbnail {
        width: 142px !important;
    }
    .image_picker .responsive .thumbnail.mobile {
        width: 133px !important;
    }
}

.response-btn-container button {
    width: 100% !important;
}


/* .image_picker{width:100%}.image_picker .responsive{position:relative;margin:0 6px;float:left;opacity:1}.image_picker .responsive .thumbnail{border:1px solid #ddd;border-radius:4px;padding:5px;width:150px;opacity:1;margin:0}.image_picker .responsive .thumbnail:hover{box-shadow:0 0 2px 1px rgba(0,140,186,.7)}.image_picker .responsive .selected{background-color:#008cba}.image_picker .responsive:hover{cursor:pointer}.image_picker .responsive .checked{display:none}.image_picker .selected{opacity:.7}.image_picker .selected .checked{display:inline-block;transition:.5s ease;position:absolute;bottom:0;right:0}.image_picker .selected .checked .icon{background:url(.//images/checkbcd1a436590360ed53ac2f46c76e43e4.png);background-size:cover;height:75px;width:75px}.image_picker .clear{clear:both} */

.item-dnd-carte-heuristique {
    width: 23%;
    margin-right: 1%;
    margin-left: 1%;
}

.content-position-after-header {
    margin-top: 120px;
}

.content-position-after-header-backend {
    margin-top: 120px;
}

.no-display {
    display: none;
}

.import-danger {
    margin-top: 18px;
    border-radius: 50px;
    text-align: center;
    font-weight: 600;
}

.input-error {
    border-color: red;
}

.input-success {
    border-color: green;
}

.no-focusable:focus~.custom-file-label {
    border-color: transparent !important;
    box-shadow: none !important;
}

.item-session-details-page {
    position: relative;
    margin-bottom: 1rem;
    padding: 0px;
    border-radius: 5px 5px 0 0;
    background: #ffffff;
}

.link-show-on-item-session-details-page {
    position: absolute;
    right: 20px;
    top: 40%;
}

.icon-show-on-item-session-details-page {
    color: #f39200;
    width: 25px;
}

.copyright {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    text-align: justify;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 5px;
}

.logo-fiche-identification {
    width: 150px;
}

.custom-radio-fiche-identification::before {
    border: #adb5bd 1px solid !important;
    border-radius: 10% !important;
}

.custom-radio-fiche-identification {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    font-family: "Poppins", sans-serif;
}

.input-fiche-identification {
    font-family: "Work Sans", sans-serif;
    color: #000000;
    padding: 0;
    height: auto;
    line-height: 24px;
    font-size: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 0;
}

.custom-radio-fiche-identification:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #f39200;
}

.label-input-my-profile {
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #5a5a5a;
}

.input-my-profile {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.5);
    padding: 0 30px 0 0;
    border-top: 0;
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.input-my-profile:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #1f497d;
}

.icon-input-my-profile {
    position: absolute;
    top: 6px;
    right: 0;
    width: 20px;
    color: #f39200;
}

.text-area-redaction-evaluation {
    padding: 0;
    font-size: 16px;
    border-radius: 0;
    border: 0;
}

.text-area-redaction-evaluation:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #1f497d;
}

.head-table-evaluation {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 16px;
    text-align: center;
    color: #f39200;
}

.body-table-evaluation {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.body-table-evaluation td,
.body-table-evaluation th {
    padding: 10px 0.75rem;
    vertical-align: top;
    border-top: 0px solid #dee2e6;
}

.caption-table {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 227%;
    color: rgba(0, 0, 0, 0.8);
}

.table-bordered .head-table-evaluation {
    border: 1px solid transparent;
}

.table-bordered td,
.table-bordered th {
    border-left: 0;
}

.custom-answer-label {
    /* position: absolute; */
    margin-bottom: 0;
    vertical-align: top;
}

.check {
    position: relative;
}

.gfa-danger {
    margin-top: 5px;
}

.pdf-viewer-container iframe {
    width: 100%;
    height: 650px;
}

.gfa-warning {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.header-dropdown-item-container .item-dropdown-custom.active {
    background: #1f497d;
}

.header-dropdown-item-container .dropdown-menu.dropdown-menu-custom {
    padding: 0;
}

.gfa-rowy {
    width: 100%;
    margin: 0 15px;
}

.heuristique-dnd-parent {
    background: #ffb94f;
    border-radius: 5px;
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding: 1rem;
}

.item-dnd-col {
    width: 180px;
}

.heuristique-dnd-enfant {
    background: #0b9ac7;
    border-radius: 5px;
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding: 1rem;
}

.item-dnd-col2 {
    width: 180px;
    margin-bottom: 100px;
}

.item-heuristique {
    background: #f8f8f8;
    border: 1px solid #f39200;
    box-sizing: border-box;
    border-radius: 58px;
    font-family: "Work Sans", sans-serif;
    padding: 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    color: rgba(69, 63, 63, 0.97);
    width: 100%;
    text-align: center;
}

.ajouter-sous-element-heuristique {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #1e1c1a;
    background-color: transparent;
    border: 0;
    transition: 0.2s ease-in-out;
    padding: 0;
}

.ajouter-sous-element-heuristique:hover {
    color: #f39200;
    transition: 0.2s ease-in-out;
}

.ajouter-element-heuristique {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #1e1c1a;
    background: #f8f8f8;
    border-radius: 58px;
    padding: 15px;
    border: 1px solid transparent;
    width: 100%;
    text-align: center;
    transition: 0.2s ease-in-out;
}

.ajouter-element-heuristique:hover {
    border: 1px solid #f39200;
    color: #f39200;
    transition: 0.2s ease-in-out;
}

.search-result-container {
    padding: 0px 15px;
    background: #fff;
    position: absolute;
    width: 98%;
    border: 1px solid #ececec;
    z-index: 99999;
    max-height: 500px;
    overflow: scroll;
}

.search-result-item {
    padding: 5px 0;
    display: block;
    color: #011f3b;
    font-size: 1rem;
    font-weight: 500;
}

.historique-apprenant {
    padding: 1rem !important;
    border: transparent !important;
}

.slide-suiv {
    background: #1f497d;
    border-color: #1f497d;
}

.slide-prec {
    border-color: #1f497d;
    background: #fff;
    color: #1f497d;
}

.hrt-card {
    justify-content: center;
    width: 100%;
}


/* .image_picker {
    width: 100%;
    justify-content: center;
    padding-left: 25px; 
    padding-right: 15px;
    display: flex;
} */

.image_picker .responsive {
    position: relative;
    /* margin: 0 6px; */
    float: left;
    opacity: 1;
}

.image_picker .true {
    border: green;
    border-style: solid;
    border-width: 4px;
}

.image_picker .false {
    border: red;
    border-style: solid;
    border-width: 4px;
}

.image_picker .responsive .thumbnail {
    /* border: 1px solid #ddd; */
    border-radius: 4px;
    padding: 5px;
    width: 150px;
    opacity: 1;
    margin: 0;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.image_picker .responsive .checked {
    display: flex !important;
}

.image_picker .responsive .checked .icon {
    margin-top: -150px;
}

span.elipsis.p-r-10.overflow-hidden.white-space-nowrap {
    width: 200px;
}

.slider-actions-btn {
    margin: 0 15px;
}

.resp-btn {
    background: #1f497d;
    border-color: #1f497d;
    width: 100%;
}

.audio {
    text-align: center !important;
    margin-top: 50px;
    margin-bottom: 20px;
    position: relative;
}

.note-evaluation {
    width: 70px;
    background: #f8f8f8;
    border-radius: 58px;
    height: 70px;
    display: flex;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.question-evaluation {
    border: 0.5px solid #f39200;
    box-sizing: border-box;
    border-radius: 10px;
    font-family: Work Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #011f3b;
    margin-bottom: 10px;
    padding: 18px;
}

section.pdf-toolbar {
    position: relative;
    margin: 20px 0;
    text-align: center;
}

button.download-pdf-btn {
    top: 0;
    padding: 20px;
    border-radius: 50px;
    background: #f39200;
    border: 1px solid #f39200;
    color: #fff;
    font-weight: 600;
}

.footery {
    margin-left: -15px;
    margin-right: -15px;
}

.title {
    position: relative;
    background-color: white;
    box-sizing: content-box;
    padding: 5px;
}

.check-download {
    right: 10px;
    position: absolute;
    top: 40px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    width: 30px;
}

.gfa-alert-danger {
    width: 100%;
    margin: 5px 0;
    border-radius: 40px
}

#reset-form .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.content-text-welcome {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.75);
    margin-bottom: 30px;
}

.li-welcome {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.75);
    margin-bottom: 30px;
}

.ul-welcome {
    list-style: square;
}

.link-contact-support-welcome {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.75);
    transition: .2s ease-out;
    margin-left: 6px;
    border: none;
    background: transparent;
}

.link-contact-support-welcome:hover {
    text-decoration: none;
    transition: .2s ease-out;
    color: #f39200;
}

.response-content-item {
    text-align: justify;
    margin-right: 20px;
    font-size: 15px;
}

.no-access-certificat-row {
    width: 100%;
}

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

.strongify {
    font-weight: 800;
}

.slide-suivant,
.slide-precedent {
    width: 100%;
}

#login-form .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.title h5 {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    width: 100%;
}

.gfa-dnd-container {
    padding: 0 11px;
}

img.car-img-question {
    width: 100%;
    height: 400px;
    margin-top: 10px;
}

img.car-img-response {
    width: 100%;
    height: 400px;
    margin-top: 10px;
}

.slider-actions-btn button {
    width: 100%;
}

.felicitation-textuel p {
    margin: 20px 0;
    font-weight: 500;
    color: #1f497d !important;
}

p.last_ending_words {
    font-weight: 600;
}

a.go-to-attestion-link {
    background: #1f497d;
    border-color: #1f497d;
    color: #fff;
    font-weight: 600;
}

a.go-to-attestion-link:hover {
    background: transparent;
    color: #1f497d;
}

a.link-details-sessions-on-title {
    color: #1f497d;
}

.row.badge-row {
    width: 100%;
}

.badge-motivation {
    width: 100%;
}

.badge-emoticon {
    font-size: 50px;
}

.badge-motivation-label {
    font-size: 20px;
    color: #f39200;
    font-weight: 600;
}

.empty-badge-alert {
    width: 100%;
    font-size: 20px;
    background: #1f497d85;
    border-color: #1f497d;
    border-radius: 14px;
}

.empty-badge-alert p {
    color: #1f497d;
}

p.info-label {
    font-weight: 600;
}

.empty-alert-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.empty-textual-col {
    text-align: left;
}

.empty-alert-icon {
    width: 80px;
    height: 80px;
    color: #1f497d;
}

.header-badge-container {
    text-align: left;
}

.icon-user-badge-header {
    width: 17px;
    height: 17px;
    color: #fff;
}

.header-badge-item {
    margin-left: 5px;
    display: inline-block;
    padding: 5px;
    border-radius: 50%;
    background: #1f497d;
}

.draggable-item {
    text-align: center;
}

.img-text-fields {
    /* height: 50%; */
    width: 100%;
    border-radius: 10px 10px 0 0;
    background: #b2c7e1;
}

.image-fields {
    text-align: center;
}

.content-title {
    color: #000;
    font-weight: 600;
    margin-bottom: 2rem;
}

.linkable {
    cursor: pointer;
}

.message-title {
    font-weight: 600;
    font-size: 21px;
    color: #f39200;
    margin-bottom: 1px;
}

.message-created-at-label {
    margin-bottom: 20px;
    display: inline-block;
    font-style: italic;
    font-size: 11px;
    font-weight: 700;
}

.message-item-content p {
    color: #000;
    text-align: justify;
}

.messageContentItemModal .title-modal {
    color: #fff;
    width: 100%;
    background: #1f497d;
    padding: 20px;
}

.download-item-col {
    text-align: center;
}

a.download-item-btn {
    background: #1f497d;
    padding: 14px 0;
    border-radius: 50px;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
}

.row.download-item-row {
    margin: 35px 0;
}

.content-choices-response-quiz div {
    font-size: 20px;
}

.sender-name {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #1f497d !important;
}

.video-viemo .vp-title {
    display: none !important;
}
.slide-content-viewer img {
    width: 100%;
}
img.app-icon {
    width: 100%;
}
.goto-store-label {
    font-size: 20px;
    text-align: center;
    color: #1f497d;
    font-weight: 500;
    margin-bottom: 10px;
}
.link-icon-container {
    margin: 20px 0;
}
.gfa-intro {
    text-align: justify;
}
.question-counter {
    font-size: 20px !important;
    font-weight: 600 !important;
}
.question-label {
    font-weight: 900;
}

b{
    font-weight: bold;
}

.resp.m-b-50 {
    margin-top: 80%;
    margin-bottom: 50%;
}
.logo-gfa-top{
    width: 300px;
    margin: 0 auto;
    margin-bottom: 5px;
}
.logo-gfa-container{
    display: flex;
}

.load-more {
    text-align: center;
}

.load-less {
    text-align: center;
}

.page-item.at-active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #1f497d;
    border-color: #1f497d;
}

li.page-item a {
    color: #1f497d !important;
}


.draggable-item{
    height: auto;
    /* line-height: 50px; */
    text-align: center;
    display: block;
    background-color: #fff;
    outline: 0;
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 1px;
    margin-top: 2px;
  }

  .item-text {
      color: #000;
  }

  .drop-preview {
    background-color: #f39200;
    border: 1px dashed #abc;
    margin: 5px;
  }

  .card-ghost {
    transition: transform 0.18s ease;
    transform: rotateZ(5deg);
    /*background-color: #007bff;*/
    width: auto;
    max-width: 500px;
  }
  
  .card-ghost-drop{
    transition: transform 0.18s ease-in-out;
    transform: rotateZ(0deg)
  }
  

  .dnd-colonnes {
    width: 100%;
  }

  .all {
      overflow-x: hidden;
      overflow-y: auto;
      height: 550px;
  }

  .dnd-cln {
    width: 33%;
    padding: 15px;
}

.btn-connexion-header-accueil-v2{
    border: 1px solid #F39200;
    box-sizing: border-box;
    border-radius: 100px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.75px;
    color: #F39200;
    padding: .5rem 2rem;
    transition: .2s ease-in-out;
}
.btn-connexion-header-accueil-v2:hover{
    text-decoration: none;
    transition: .2s ease-in-out;
    background-color: #f39200;
    color: #ffffff;
}
.btn-inscription-header-accueil-v2{
    border: 1px solid #f39200;
    background: #F39200;
    border-radius: 100px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.75px;
    color: #ffffff;
    padding: .5rem 2rem;
    transition: .2s ease-in-out;
}
.btn-inscription-header-accueil-v2:hover{
    border: 1px solid transparent;
    background-color: #ffffff;
    color: #f39200;
    box-shadow: -1px 2px 5px rgba(0,0,0,0.1);
    transition: .2s ease-in-out;
    text-decoration: none;
}
.icon-user-login-for-mobile{
    font-size: 2rem !important;
    color: #1f497d;
}
.footer-link-form{
    display: inline-flex;
    padding: 0;
    color: initial;
    font-weight: 700;
    cursor: pointer;
    transition: .2s ease-in-out;
}
.footer-link-form:hover{
    text-decoration: none;
    color: #1f497d;
    transition: .2s ease-in-out;
}
.footer-text-form{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.8);
    text-align: center;

}

.react-date-picker__wrapper {
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    border: none !important; 
}

.text-to-cgu{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #505050;
}
.link-to-cgu{
    font-weight: 600;
    color: #1f497d;
    transition: .2s ease-in-out;
}
.link-to-cgu:hover{
    font-weight: 600;
    color: #F39200;
    text-decoration: none;
    transition: .2s ease-in-out;
}
.link-message-all-page{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    color: #ffffff;
}
.link-message-all-page{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    color: #ffffff;
    transition: .2s ease-in-out;
}
.link-message-all-page:hover{
    transition: .2s ease-in-out;
    color: #F39200;
    text-decoration: none;
}
.name-landing-page-gfa{
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.75);
}
.p-landing-page-gfa{
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}
.link-theme-landing-page-gfa{
    color: #1f497d;
    transition: .2s ease-in-out;
}
.link-theme-landing-page-gfa:hover{
    color: #F39200;
    transition: .2s ease-in-out;
    text-decoration: none;
}
.link-theme-landing-page-gfa:focus-visible{
    outline: none;
}
.title-view-dashboard{
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 15px;
}
.title-filter-radio-dashboard-admin{
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.1px;
    color: #000000;
}
.content-filter-radio-dashboard-admin{
    background: #FFFFFF;
    border-radius: 10px;
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.1px;
    color: #000000;
    padding: 10px 15px;
}
.filter-radio-dashboard-admin::after {
    position: absolute;
    top: .1rem;
    right: -1.5rem;
    left: inherit;
}
.filter-radio-dashboard-admin::before {
    position: absolute;
    top: .1rem;
    right: -1.5rem;
    left: inherit;
}
.form-select-line-chart{
    background-color: #FFFFFF;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    /* font-family: 'Poppins', sans-serif; */
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.4px;
    color: #252733;
    padding: 0.5rem 3rem 0.5rem 1rem;
    border: 1px solid transparent;
    /* width: 100%; */
    appearance: none;
    background: url(../img/icons/sort-down.svg) 90% 47% / 13px no-repeat #fff;
}
.form-select-line-chart:focus{
    outline: none;
}
.description-title-view-dashboard{
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: rgba(0, 0, 0, 0.6);
}
.item-card-performances{
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
}
.icon-item-card-performances{
    width: 26px;
    margin-right: 15px;
}
.titre-item-card-performances{
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
}
.chiffre-item-card-performances{
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #F39200;
}
.p-item-card-performances{
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
}
.child-chiffre-item-card-performances{
    font-size: 14px;
    font-weight: 400;
}

.item-card-extraction{
    background: #FFFFFF;
    border-radius: 10px;
    padding: 25px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.icon-item-card-extraction{
    width: 35px;
    margin-bottom: 15px;
}
.text-item-card-extraction {
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 18px;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}
.btn-item-card-extraction{
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 136.3%;
    text-transform: uppercase;
    color: #F39200;
    padding: 0;
    border: none;
    background: transparent;
    position: absolute;
    bottom: 20px;
}
.react-bs-table .react-bs-container-footer>table>thead>tr>th .filter, .react-bs-table .react-bs-container-header>table>thead>tr>th .filter {
    font-weight: 400;
    /* width: 70%; */
}
.table-container input.form-control {
    padding: 0 18px !important;
    border-radius: 6px ;
}

td:focus{
    outline: none;
}
.table-filter-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%;
  }
  .filter-item-container input, .filter-item-container select {
    border: transparent !important;
    box-shadow: none !important;
    border-radius: 10px;
    padding: 0.5rem 3rem 0.5rem 1rem;
  }
  .filter-item-container select {
    background: url(../img/icons/sort-down-light.svg) 90% 47% / 13px no-repeat #F7F7F7 !important;
  }
  .filter-item-container input {
    background: #F7F7F7 !important;
  }
span.adding-item-label {
    text-align: center;
}
.hamburger-container {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}

.headering .no-view-desktop {
    width: 100%;
}

svg.v-hamburger {
    width: 50px;
    height: 50px;
}

.hamburger-content {
    background: #ececec;
    padding: 8px;
    border-radius: 10px;
}
.hiddenable-nav-mobile-container.no-view-desktop {
    width: 100%;
}
.hiddenable-nav-mobile-container div#navbarNavDropdown {
    background: #01223A;
    margin-left: -15px;
    margin-right: -15px;
}
ul.mobile-menu-ul {
    list-style: none;
    padding: 0;
}
.crud-form-control.filter-select-item.select-crud-form {
    background: url(../img/icons/sort-down-light.svg) 95% 47% / 10px no-repeat #FFFFFF !important;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ced4da !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 46px;
}

.crud-form-control.upload-item.upload-crud-form {
   /* background: url(../img/icons/sort-down-light.svg) 95% 47% / 10px no-repeat #FFFFFF !important; */
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ced4da !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 46px;
}
#modal-facture .table td, .table th {
    padding: 7px !important;
    border-bottom: 1px solid #cecece !important;
}
#modal-facture .list-group-item {
    border: none !important;
}