/* ################### GLOBAL ################# */
body.edn-bgc {
    padding-bottom: 60px;
    background: #e9e9f6;
}
.thin {font-weight: 100;}
.btlr-30 {border-top-left-radius: 30px;}
.btrr-30 {border-top-right-radius: 30px;}
.bbrr-30 {border-bottom-right-radius: 30px;}
.bblr-30 {border-bottom-left-radius: 30px;}
.bbrlr-25 {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.brall-30 {border-radius: 30px;}
.brall-25 {border-radius: 25px;}
.bg-b {background: #28285c;}
.bg-orange-2, .btn.bg-orange-2 {
    background-color: #F58A07;
    padding: 4px;
    text-align: center;
}
.bg-bleu {background: #343063 !important;}
.bg-vert {background: #06b2b1 !important;}
.logo img {max-width: 170px;}
.logo {
    text-align: center;
    background: #3e3a6e;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 0 0 20px 0;
}
.box-section {
    padding: 15px;
    background: #ffffff;
    border-radius: 40px;
}
img {vertical-align: middle;}
.h-135 {height: 135px !important;}
.h-200 {height: 200px !important;}
.h-300 {height: 300px !important;}
.h-330 {height: 330px !important;}
.h-340 {height: 340px !important;}
.h-350 {height: 350px !important;}
.h-400 {height: 400px !important;}
.base-text {font-size: 15px;}
.text-thi {font-weight: 200 !important;}
.text-lig {font-weight: 300 !important;}
.text-reg {font-weight: 400;}
.text-med {font-weight: 500 !important;}
.text-bol {font-weight: 600 !important;}
.text-bla {font-weight: 900 !important;}
.opacity-25 {opacity: .25;}
.Tfs-1 {font-size: 1rem;}
.Tfs-125 {font-size: 1.25rem !important;}
.Tfs-2 {font-size: 2rem;}
.Tfs-3 {font-size: 3rem;}
.Tfs-4 {font-size: 4rem;}
.text-bleu {color: #343063;}
.text-vert {color: #06b2b1;}
.text-blanc {color: rgba(255,255,255,.9);}
.text-gris {color: rgba(0,0,0,.35);}
.ft-l {float: left;}

.imgCover {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}






/* ################### REBOOT INPUT ################# */
#id_new-ancrage .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -50px;
    border-top-left-radius: 26px;
    border-bottom-left-radius: 26px;
}
#id_new-ancrage  .input-group-lg > .btn, #id_new-ancrage  .input-group-lg > .form-control, #id_new-ancrage  .input-group-lg > .form-select, #id_new-ancrage  .input-group-lg > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 26px;
}
#id_new-ancrage  .input-group > .form-control, #id_new-ancrage  .input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
#id_new-ancrage  .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #343063;
    background-color: #fff;
    background-clip: padding-box;
    border: 4px solid  #343063;
    appearance: none;
    border-radius: 26px;
    transition: border-color .2s ease-in-out,box-shadow .2s ease-in-out;
}
#id_new-ancrage .input-group-text {
    min-width: 100px;
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255,255,255,.9);
    text-align: center;
    white-space: nowrap;
    background-color: #343063;
    border: 4px solid #343063;
    border-radius: 26px;
}
#id_new-ancrage .form-control::placeholder {
    color: #a8abae;
    opacity: 1;
}
.form-control:focus {box-shadow: 0 0 0 .25rem rgba(6,178,177,.25) !important;}




/* ################### ACCUEIL ################# */
.cartouche {cursor: pointer;}
.item-content h5.title-item {
    font-weight: 700;
    margin-bottom: 0.25rem;
}
#left {}
#right, #right-2, #right-3, #right-4, #right-5 {transform: rotate(180deg)}
.btn-slide {
    border: solid 1px rgba(6,178,177,.2);
    height: 56px;
    width: 26px;
    border-radius: 16px;
    background: url("../img/fleche-blanche-mvt.svg") 5px center no-repeat #06b2b1;
    background-size: 40px;
    cursor: pointer;
    transition: background-color .2s ease-in-out, background-position .1s ease-in-out;
}
.btn-slide:hover {
    background-color: #343063;
    background-position: -22px center;
}
#scroll-box {
    position: relative;
    width:100%;
    height: 193px;
    overflow: hidden;
    display: block;
}
.box-section figure {
    cursor: pointer;
    margin: 0 15px 0 0;
}
#scroll-content, #scroll-content-2, #scroll-content-3,
#scroll-content-4, #scroll-content-5 {
    position: absolute;
    top:0;
    white-space: nowrap;
}
#scroll-content, #scroll-content-2 {left:-575px;}
#scroll-content-3 {left: -476px;}
#scroll-content-4 {left: -395px;}
#scroll-content-5 {left: -326px;}
.scroll-item, .scroll-item-cours, .lastItem {
    position: relative;
    display: inline-block;
    border: solid 1px rgba(52,48,99,.25);
    border-radius: 20px;
    padding: 8px;
}
.overlay {
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0,0,0,.1);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);
    transition: .2s;
    border-radius: 20px;
    color: rgba(255,255,255,.9);
}
.overlay p {text-shadow: 1px 1px 2px rgba(0,0,0,.7)}
.scroll-item:hover .overlay, .scroll-item-cours:hover .overlay, .lastItem:hover .overlay,
.item-cours:hover .overlay, .video-last:hover .overlay, .cours-podcast:hover .overlay  {
    transform: scale(1);
}
.lastItem img {
    height: 180px;
    width: auto;
}
.scroll-item img {
    height: 140px;
    width: auto;
}
.scroll-item-cours img {
    height: 284px;
    width: auto;
}
#scroll-content-5 img {
    padding: 8px;
    height: 80px;
}
.picto-section {
    fill: #02faf9;
    display: inline-block;
    height: 20px;
    width: auto;
    margin: 0 10px 0 0;
}
.sepa-section {
    display: inline-block;
    background: #343063;
    padding: 8px 20px 6px 20px;
    color: rgba(255,255,255,.9);
    font-size: 18px;
    font-weight: 900;
    margin: 0;
    border-radius: 20px 20px 0 0;
}
.under-section {
    margin-top: 0;
    border: none;
    height: 3px !important;
    background: #343063;
    opacity: 1;
}
.legend {
    font-size: 15px;
    color: rgba(52,48,99,.75);
    text-align: center;
    border-radius: 20px;
    border: solid 1px rgba(52,48,99,.15);
    background: #e9e9f6;
}




/* ################### ACCUEIL VERSION FULL SCREEN ################# */
.edn-fs-bgb {background: linear-gradient(90deg, rgba(62,58,110,1) 0%, rgba(40,40,92,1) 100%);}
.cartouche-DC {
    background: url("../img/bg-1er-cadre.png") top left no-repeat;
    padding: 16px;
    border-radius: 20px;
    border: solid 1px rgba(255,255,255,.5);
}
.item-cours, .cours-podcast {
    position: relative;
    border: solid 1px rgba(255,255,255,.5);
    border-radius: 20px;
    padding: 10px;
    background: #ffffff;
    cursor: pointer;
}
.option-link {
    border: solid 1px transparent;
    background: url("../img/bg-consulter.svg") center left +2px no-repeat #06b2b1;
    background-size: auto 20px;
    border-radius: 30px;
    padding: 2px 0 2px 30px;
    margin: 15px auto 0;
    text-align: left;
    color: rgba(255,255,255,.9);
    font-size: 13px;
    font-weight: 700;
    transition: background .2s ease-in-out, border .2s ease-in-out;
    cursor: pointer;
}
.brall-25 .option-link {
    text-decoration: none;
    padding: 8px 40px 8px 40px;
    font-size: 15px;
    background: url("../img/bg-consulter.svg") center left +4px no-repeat #06b2b1;
    background-size: auto 28px;
}
.brall-25 .option-link:hover {
    border: solid 1px rgba(255,255,255,.5);
    background: url("../img/bg-consulter.svg") center left +175px no-repeat #343063;
    background-size: auto 28px;
    color: rgba(255,255,255,.9);
}
.option-link:hover {
    border: solid 1px rgba(255,255,255,.5);
    background: url("../img/bg-consulter.svg") center left +138px no-repeat #343063;
    background-size: auto 20px;
}
.cours-podcast .type {
    margin-top: -8px;
    position: relative;
    display: block;
    text-align: center;
    width: 50px;
    height: 50px;
    background: #343063;
    color: #ffffff;
    padding-top: 10px;
    border: solid 4px #ffffff;
    border-radius: 50%;
}
.cours-resume, .cours-short {
    font-size: 13px;
    font-weight: 700;
    margin-top: 10px;
    background: #06b2b1;
    padding: 4px 12px;
    border-radius: 20px;
}
.video-last {
    position: relative;
    cursor: pointer;
}
.video-last img  {
    border-radius: 20px;
    height: 306px;
    width: auto;
}
.item-cours img {
    height: 284px;
    width: auto;
}
.cours-podcast img {
    display: block;
    height: auto;
    width: 140px;
}
.edn-fs-bgb #scroll-content {left: 0;}
.edn-fs-bgb .card.ancrage {
    border: none;
    border-radius: 10px;
    background: #7b7899;
    box-shadow: 0 10px 16px rgba(11,8,40,.5);
    max-width: 270px;
}
.edn-fs-bgb #video-line .card {
    flex-flow: row wrap;
    justify-content: flex-end;
    background: url("../img/bg-video-2.png") center center no-repeat #ffffff;
    background-size: cover;
    border-radius: 10px;
    padding: 10px;
    max-width: 270px;
    box-shadow: 0 10px 16px rgba(11,8,40,.5);
}
.edn-fs-bgb #video-line .card .overlay {
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    /*background: rgba(6,178,177,.2);*/
    background: rgba(52,48,99,.2);
}
.edn-fs-bgb #video-line .card:hover .overlay {
    cursor: pointer;
    transform: scale(1);
}
.edn-fs-bgb #video-line .n-item {
    text-align: center;
    border-radius: 20px;
    padding: 1px 12px;
    border: solid 2px rgba(6,178,177,1);
    font-size: 15px;
    font-weight: 700;
    color: rgba(52,48,99,1);
    background: #ffffff;
}
.edn-fs-bgb #video-line .titre-video {
    color: rgba(52,48,99,1);
    font-size: 1rem;
    font-weight: 900;
    text-align: center;
    padding: 10px;
    margin: 0 0 10px 0;
    border-bottom: solid 1px rgba(6,178,177,1);
}
.edn-fs-bgb #video-line .time-video {
    font-size: 13px;
    border-radius: 6px;
    padding: 3px 8px;
    color: rgba(255,255,255,.9);
    background: rgba(6,178,177,1);
}
.edn-fs-bgb #scroll-box {height: 152px;}
.title-line {
    margin: 16px 0 6px 0;
    color: rgba(255,255,255,.9);
    font-size: 16px;
    font-weight: 500;
}
.item-pv {
    position: relative;
    display: inline-block;
    border-radius: 10px;
    background: #ffffff;
    width: 270px;
    height: 152px;
    margin-right: 10px;
}
.item-pv img {
    width: 100%;
    height: auto;
}
#infos-cours {max-width: 280px;}
.matiere-n, .titre-n, .item-n {
    font-size: 20px;
    color: rgba(255,255,255,.8);
}
.matiere-n {
    font-weight: 100;
    font-style: italic;
}
.titre-n {font-weight: 300;}
.item-n {font-weight: 900;}
.divider {
    border: none;
    height: 1px;
    background: rgba(255,255,255,.9);
}
.divider-navbar {
    height: 1px;
    width: 30px;
    background: rgba(6,178,177,1);
    margin: 25px auto;
}







/* ################### ANCRAGE ################# */
.jour {
    background: #06b2b1;
    padding: 5px 0 4px 5px;
    color: rgba(255,255,255,.9);
    font-size: 18px;
    font-weight: 900;
    margin: 0 0 20px 0;
    border-radius: 40px;
}
.jour .picto-day, .jour .picto-ques {
    padding-top: 2px;
    text-align: center;
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ffffff;
    margin-right: 10px;
}
.jour .picto-day img {width: 25px;}
.jour .picto-ques img {width: 20px;}
.tabs {
    display: inline-block;
    padding: 8px 20px 5px 20px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(255,255,255,.9);
    border-radius: 20px 20px 0 0;
    background: #343063;
}
.tabs .picto-tabs {
    vertical-align: text-bottom;
    fill: #02faf9;
    display: inline-block;
    height: 24px;
    width: auto;
    margin: 0 8px 0 0;
}
.week {font-size: 5px;}
.card.ancrage {
    border: 1px solid #dadae7;
    border-radius: 20px;
    background-color: #e9e9f6;
}
.ancrage .card-body {padding: 10px;}
.ancrage .card-title {
    margin-bottom: 1rem;
    padding: 6px 0 6px 6px;
    border-top: solid 1px #dadae7;
    border-bottom: solid 1px #dadae7;
    font-size: 1rem;
    font-weight: 500;
    color: rgba(52,48,99,.85);
    background: rgba(255,255,255,.5);
}
.ancrage hr {
    background-color: #dadae7;
    opacity: 1;
    margin-top: 0;
}
.week .day {
    font-size: 10px;
    margin-right: 0 !important;
    padding-top: 1px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #343063;
    text-align: center;
    font-weight: 900;
    color: rgb(255,255,255,.9);
}
.week .day.active {background: #06b2b1;}
.ancrage-link {
    background: url("../img/bg-consulter.svg") center left -24px no-repeat #343063;
    background-size: auto 20px;
    border-radius: 30px;
    padding: 2px 20px;
    max-width: 130px;
    margin: 15px auto 0;
    text-align: left;
    color: rgba(255,255,255,.9);
    font-size: 1rem;
    font-weight: 300;
    transition: background .25s ease-in-out, color .25s ease-in-out;
    cursor: pointer;
}
.ancrage-link:hover {
    background: url("../img/bg-consulter.svg") center left +106px no-repeat #06b2b1;
    background-size: auto 20px;
}
.time {
    border-radius: 20px;
    border: solid 1px rgba(52,48,99,.1);
    padding: 0 6px;
    background: #ffffff;
    color: rgba(0,0,0,.5);
    text-align: right;
    font-size: 13px;
}
.NewAncrage {
    font-size: 22px;
    font-weight: 500;
    color: rgba(255,255,255,.95);
    background: url("../img/plus.svg") center right 6px no-repeat #343063;
    background-size: 28px;
    padding: 6px 24px;
    border-radius: 24px;
    max-width: 280px;
    cursor: pointer;
    transition: background .2s ease-in-out, background-size .2s ease-in-out;
}
.NewAncrage:hover {
    background: url("../img/plus.svg") center right 4px no-repeat #06b2b1;
    background-size: 38px;
}
.box-nav-arrow {
    display: flex;
    padding: 20px 0 0 0;
    text-align: center;
}
.nav-arrow-r, .nav-arrow-l {
    display: inline-block;
    height: 42px;
    width: 42px;
    border-radius: 10px;
    background: url("../img/fleche-blanche-mvt-2.svg") center right no-repeat, rgba(6,178,177,1);
    background-size: 84px;
    cursor: pointer;
    transition: background .2s ease-in-out;
}
.nav-arrow-l {
    margin-right: 6px;
    transform: rotate(180deg);
}
.nav-arrow-r:hover, .nav-arrow-l:hover {
    background: url("../img/fleche-blanche-mvt-2.svg") center left no-repeat, #343063;
    background-size: 84px;
}
.bg-hippocrate {
    background-image: url("../img/bg-hippocrate.png");
    background-position: left center;
    background-repeat: no-repeat;
}
.select-item-ancrage {
    margin-bottom: 10px;
    text-align: center;
    padding: 8px 16px;
    border-radius: 10px;
    background: #e9e9f6;
    border: solid 1px #dadae7;
    transition: background .2s ease-in-out;
    color: #343063;
    cursor: pointer;
}
.select-item-ancrage:hover, .select-item-ancrage:focus, .select-item-ancrage:active {background: rgba(52, 48, 99, .3);}
.ancrage_BC .form-switch .form-check-input {
    width: 2.6em;
    margin-left: -2.6em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position .2s ease-in-out;
}
.ancrage_BC .form-check-input {
    width: 1.3em;
    height: 1.3em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.ancrage_BC .form-check-input:checked {
    background-color: #343063;
    border-color: #343063;
}
.ancrage_BC .form-check-input:focus {
    border-color: rgba(6,178,177,.65);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(6,178,177,.25);
}
.ancrage_BC .form-check-label {
    padding: 3px 0 0 12px;
    color: #343063;
}
.titre-liste {
    text-align: center;
    font-weight: 600;
    margin: 15px 0 10px 0;
    font-size: 1.2rem;
    padding: 8px 0;
    background: rgba(6,178,177,.10);
    color: #343063;
}
#choix-matieres .list-group-item {
    background: url("../img/select-list-vert.svg") center right no-repeat;
    background-size: 20px;
    cursor: pointer;
}
.SessionStart {
    cursor: pointer;
    color: rgba(255,255,255,.9);
    height: 42px;
    padding: 8px 42px 8px 16px;
    text-align: center;
    border-radius: 10px;
    background: url("../img/fleche-start.svg") center right no-repeat #343063;
    background-size: 225px;
    font-weight: 600;
    transition: background .2s ease-in-out, border-radius .2s ease-in-out;
}
.SessionStart:hover {
    background: url("../img/fleche-start.svg") center right -183px no-repeat #06b2b1;
    background-size: 225px;
    border-top-right-radius: 21px;
    border-bottom-right-radius: 21px;
}







/* ################### COURS PDF, VIDÉO, PODCAST & RÉSUMÉ ################# */
.bloc-cours-pdf, .bloc-cours-video, .bloc-podcast {
    text-align: center;
    border: solid 1px rgba(52, 48, 99, .4);
    border-radius: 30px;
    padding: 8px;
    background: #ffffff;
}
.bloc-cours-pdf img, .bloc-cours-video img {
    max-width: 100%;
    border-radius: 25px;
}
.bloc-podcast img {
    vertical-align: middle;
    padding-top: 8px;
    width: 110px;
}
.bloc-podcast img.player {width: 170px;}
.complement, .complement-picto {
    background: #06b2b1;
    color: rgba(255, 255, 255, .9);
    border-radius: 0 30px 30px 0;
    padding: 5px;
    font-size: 16px;
    font-weight: 600;
}
.complement-picto {border-radius: 30px 0 0 30px;}
.complement {border-radius: 0 30px 30px 0;}
.complement a {
    display: block;
    padding-top: 8px;
    text-decoration: none;
    color: rgba(255, 255, 255, .9);
}
.complement a:hover {color: #343063;}
.picto {
    text-align: center;
    font-size: 26px;
    color: #343063;
    background: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.cours-link {
    display: block;
    position: relative;
}
.type {
    bottom: 0;
    display: block;
    text-align: center;
    position: absolute;
    width: 60px;
    height: 60px;
    background: #343063;
    color: #ffffff;
    padding-top: 15px;
    border: solid 4px #ffffff;
    border-radius: 50%;
    left: calc(50% - 30px);
}
.bloc-podcast .type {
    margin-right: 12px;
    padding-top: 12px;
    width: 45px;
    height: 45px;
    border: none;
    position: relative;
    display: inline-block;
    bottom: inherit;
    left: 0;
}







/* ################### ENTRAÎNEMENT ################# */
.box-exo {
    border-radius: 40px;
    background: #343063;
    margin: 0;
    padding: 0;
}
.titre-exo {
    padding: 8px 0;
    font-weight: 900;
    font-size: 22px;
    text-align: center;
    color: rgba(255,255,255,.9);
}
.nbr-question {
    display: inline-block;
    font-size: 13px;
    font-style: italic;
    padding: 1px 12px 1px 6px;
    border: solid 1px #dadae7;
    border-radius: 20px;
    background: #e9e9f6;
}
.box-question {
    margin: 0;
    padding: 14px;
    border: solid 1px #dadae7;
    border-radius: 0 0 25px 25px;
}
.box-validation {
    display: flex;
    padding: 20px 0 8px 0;
    text-align: center;
}
#next {transform: rotate(180deg)}
.btn-act {
    display: inline-block;
    height: 32px;
    width: 32px;
    border-radius: 15px 0 0 15px;
    background: url("../img/fleche-blanche.svg") center center no-repeat, rgba(6,178,177,1);
    background-size: 8px;
    cursor: pointer;
    transition: background-color .1s ease-in-out;
}
.btn-act:hover {background-color: #343063;}
.valider {
    margin: 0 1px;
    padding: 4px 16px 0 16px;
    color: rgba(255,255,255,.9);
    display: inline-block;
    height: 32px;
    width: auto;
    /*border-radius: 16px;*/
    background: #343063;
    background-size: 12px;
    cursor: pointer;
    transition: background .1s ease-in-out;
}
.valider:hover {background: #06b2b1;}







/* ################### FLASHCARDS ÉLÉMENTS POPUP ################# */
#flashcard {
    max-width: 600px;
    margin: 0 auto;
}
.box-fav-menu {
    margin-top: 20px;
    padding-top: 15px;
    border-top: solid 1px rgba(0,0,0,.15);
}
.btn-RS, .btn-MS, .btn-SS, .btn-rep {
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    color: rgba(255,255,255,.9);
    max-width: 220px;
    margin: 0 auto;
    padding: 4px 12px;
    border-radius: 20px;
    transition: background .2s ease-in-out;
}
.btn-RS {
    background: url("../img/bg-flashcard-mvt.svg") center left -24px no-repeat #343063;
    background-size: 240px;
}
.btn-MS {
    background: url("../img/bg-flashcard-mvt.svg") center left -24px no-repeat #F58A07;
    background-size: 240px;
}
.btn-SS {
    background: url("../img/bg-flashcard-suppr.svg") center left -24px no-repeat #B32705;
    background-size: 240px;
}
.btn-rep {
    text-align: center;
    background-color: #06b2b1;
}
.btn-RS:hover, .btn-MS:hover, .btn-SS:hover {
    background: url("../img/bg-flashcard-mvt.svg") center left +196px no-repeat #06b2b1;
    background-size: 240px;
}
.btn-rep:hover {background: #343063;}
.fav, .param, .suppr {cursor: pointer;}
.fav {float: left;}
.param, .suppr {float: right;}
.clear {clear: both;}
.trans-select {
    cursor: pointer;
    background: url("../img/bg-select-right-bleu.svg") center right +6px no-repeat #ffffff;
    background-size: 30px 30px;
}
#choix-matieres.flashlist .list-group-item {background: none;}






/* ################### FLASHCARDS ANNALES ENTRAÎNEMENTS ################# */
#nav-tab .nav-link, #nav-tab-2 .nav-link {
    padding: 15px 20px 10px 20px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(52, 48, 99, .4);
    border-radius: 30px 30px 0 0;
    background: #ffffff;
    margin-right: 5px;
    border-bottom: solid 5px #e9e9f6;
}
#nav-tab .nav-link.active, #nav-tab-2 .nav-link.active {
    color: rgba(255,255,255,.9);
    font-weight: 700;
}
#nav-tab .nav-link.active {
    background: #06b2b1;
    border-bottom: solid 2px #06b2b1;
}
#nav-tab-2 .nav-link.active {
    background: #343063;
    border-bottom: solid 2px #343063;
}
.picto-tabs {
    fill: #06b2b1;
    display: block;
    height: 30px;
    width: auto;
    margin: 0 10px;
}
#nav-tab .nav-link.active .picto-tabs,
#nav-tab-2 .nav-link.active .picto-tabs {fill: #ffffff;}
.compteur {
    vertical-align: baseline;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    padding-top: 5px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: rgba(255,255,255,.9);
    background: rgba(52, 48, 99, .4);
}
#nav-tab .nav-link.active .compteur, #nav-tab-2 .nav-link.active .compteur {
    background: #ffffff;
    color: rgba(52, 48, 99, 1);
}
.tab-content {
    background: #ffffff;
    border-radius: 0 0 30px 30px;
    padding: 20px;
    border-top: #06b2b1 solid 5px;
}
#nav-tabContent-2.tab-content {border-top: #343063 solid 5px;}
.content-picto {
    padding: 10px;
    background: #e9e9f6;
    border-radius: 45px 0 0 45px;
}
.box-item-picto {
    border: solid 1px #dadae7;
    padding-top: 12px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #ffffff;
    text-align: center;
}
.box-item-picto svg {
    height: 40px;
    width: auto;
    fill: #06b2b1;
}
.item-picto {
    height: 45px;
    width: auto;
}
.item-content {
    text-decoration: none;
    color: rgba(52, 48, 99, 1);
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-flow: row wrap;
    background: #e9e9f6;
    border-radius: 0 45px 45px 0;
    padding-right: 16px;
}
.item-title {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 4px;
}
.item-text {
    font-size: 13px;
    line-height: 16px;
    font-weight: 300;
}







/* ################### IDENTITÉ ################# */
.bloc-user-name {
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 0;
}
.bloc-user-name li {list-style: none;}
.bloc-user-name li .nav-link {
    padding: 0;
    color: rgba(255,255,255,.9);
}
.bloc-user-name .dropdown-menu {
    min-width: 10rem;
    padding: .5rem 0;
    left: calc(50% - 5rem) !important;
    font-size: 1rem;
    color: #343063;
    text-align: left;
    background-color: #e9e9f6;
    border: solid 1px rgba(52, 48, 99, .5);
    border-radius: .25rem;
}
.bloc-user {
    text-align: center;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.img-user {
    width: 100px;
    height: 100px;
    padding: 8px;
    border: solid 2px #06b2b1;
    border-radius: 50%;
}
.nom-user {
    font-weight: 600;
    padding-right: 15px;
}
.bloc-logo {text-align: center;}
.bloc-logo img {max-width: 180px;}
.bloc-user-name .dropdown-item {
    font-size: 13px;
    padding: 0 1rem;
    color: #343063;
}
@media (min-width:1367px) {
    .bloc-user {font-size: 24px;}
    .img-user {
        width: 110px;
        height: 110px;
    }
}





/* ################### LOGIN ################# */
.login-header {
    padding: 30px 0;
    background: #343063;
}
.login-header img {
    display: block;
    max-width: 180px;
    margin: 0 auto;
}
#form-login {
    text-align: center;
    background: url("../img/bg-angle-login.svg") left top no-repeat, url("../img/bg-hippocrate.png") left -155px no-repeat, #ffffff;
    background-size: 80px, 436px;
}
.login-cadre {
    display: inline-block;
    border: rgba(6,178,177, 1) solid 1px;
    padding: 4px;
    border-radius: 50%;
}
.login-picto {
    display: inline-block;
    color: rgba(255,255,255,.9);
    margin: 0;
    text-align: center;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #343063;
    padding-top: 20px;
}
#form-login .btn-login {
    max-width: 200px;
    display: block;
    margin: 30px auto 0;
    background: #343063;
    padding: 4px 16px;
    color: rgba(255,255,255,.9);
    border-radius: 20px;
    transition: background .1s ease-in-out;
}
#form-login .btn-login:hover {
    background: #06b2b1;
    color: rgba(255,255,255,1);
}
#form-login .label-input-bleu {
    border: none;
    border-radius: 20px 0 0 20px;
    display: block;
    float: left;
    padding: 8px 12px 0 0;
    color: rgba(255,255,255,.9);
    height: 40px;
    width: 20%;
    background: #343063 url("../img/bg-label-bleu.svg") right center no-repeat;
    background-size: auto 36px;
}
#form-login .input-bleu {
    padding: 0;
    color: #343063;
    height: 40px;
    width: 80%;
    border-width: 2px 2px 2px 0;
    border-color: #343063;
    border-radius: 0 20px 20px 0;
    font-size: 14px;
    font-weight: 600;
}
#form-login .input-bleu::placeholder {
    color: rgba(52, 48, 99, .5);
    font-weight: 300;
}
.oublie {
    display: block;
    padding-top: 12px;
    color: rgba(52, 48, 99, .5);
    font-size: 12px;
    font-style: italic;
}






/* ################### MENU PRINCIPAL ################# */
#menu-box .navbar {padding: 0;}
.bloc-menu {background: #3e3a6e;}
#menu .nav-link {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1rem;
    padding: 0;
    color: rgba(255, 255, 255, .9);
}
ul.navbar-nav.flex-column {
    padding: 0;
    width: 100%;
}
#menu .nav-item {
    /*padding: 8px 0 8px 16px;*/
    margin: 8px 0 0 8px;
    border-radius: 20px 0 0 20px;
}
#menu .nav-item:first-child {margin-top: 0;}
#menu .nav-item:hover .nav-link, #menu .nav-item.active .nav-link {
    font-weight: 600;
    color: #3e3a6e;
}
#menu .nav-item:hover, #menu .nav-item.active {background: #e9e9f6;}
#menu .nav-link {padding: 8px 0 8px 16px;}
#menu .nav-link .picto-menu {
    vertical-align: text-top;
    width: 20px;
    height: auto;
    margin-right: 1rem;
}
#menu .logo img {
    margin: 0 auto;
    max-width: 205px;
}
#menu-box .navbar-toggler {
    border: solid 1px rgba(6,178,177, .5);
    margin: 8px auto;
}
#menu-box .navbar-toggler:focus {
    box-shadow: 0 0 0 .1rem #06b2b1;
}
#menu-box .navbar-light .navbar-toggler {color: rgba(255,255,255,.55);}
#menu-box .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@media (max-width:576px) {
    #menu-box .navbar-toggler {margin: 8px 0 8px 45px;}
}
@media (min-width:1200px) {
    #menu .nav-item {
        margin-top: -20px;
        background: transparent;
        /*padding: 20px 0 0 30px;*/
        height: 65px;
    }
    #menu .nav-link {padding: 20px 0 0 30px;}
    #menu .nav-item:hover, #menu .nav-item.active {
        background: url("../img/bg-li-menu-lg.svg") 18px center no-repeat;
        background-size: 242px 65px;
    }
}
@media (min-width:1367px) {
    #menu-box {max-width: 304px;}
    #menu .nav-item:first-child {margin-top: 0;}
    #menu .nav-item {
        margin-top: -40px;
        height: 105px;
    }
    #menu .nav-item:hover, #menu .nav-item.active {
        background: url("../img/bg-li-menu.svg") right center no-repeat;
        background-size: 250px 110px;
    }
    #menu .nav-link {padding: 2.25rem 0 0 3rem;}
    #menu .nav-link .picto-menu {
        vertical-align: middle;
        width: 30px;
        margin-right: 1.75rem;
    }
}
#navbar {
    background: #201d48;
    padding: 16px 8px;
    border-radius: 20px;
}
.nav-link-bar {
    padding: 16px 12px;
    border-radius: 10px;
}
.nav-link-bar.encadre {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    border: solid 1px rgba(6,178,177,1);
    padding: 4px;
}
.nav-link-bar:hover {background: #343063;}
.nav-link-bar img {width: 30px;}
#navbar .nav-item-bar {margin-bottom: 32px;}
#navbar .nav-item-bar:first-child {margin-bottom: 0;}
#navbar .nav-item-bar:last-child {margin-bottom: 0;}
.img-user-bar {height: 30px;}





/* ################### SELECTION MATIÈRES & ITEMS ################# */
.box-section select:hover {cursor: pointer;}
.label-bleu {
    border: none;
    border-radius: 25px 0 0 25px;
    display: block;
    float: left;
    padding: 13px 35px 0 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(255,255,255,.9);
    height: 50px;
    width: auto;
    background: #343063 url("../img/bg-label-bleu.svg") right center no-repeat;
    background-size: auto 40px;
}
.box-section .select-bleu {
    color: #343063;
    appearance: none;
    width: auto;
    height: 50px;
    border-width: 5px 5px 5px 0;
    border-color: #343063;
    border-radius: 0 25px 25px 0;
    background: #ffffff url("../img/bg-select-right-bleu.svg") center right 5px no-repeat;
    background-size: 32px;
    padding: 0 45px 0 0;
    font-size: 14px;
    font-weight: 600;
}
#item.select-bleu {max-width: 200px;}

@media (min-width:320px) {
    .label-bleu {
        border-radius: 25px 25px 0 0;
        display: inline-block;
        float: none;
        padding: 8px 16px 0 16px;
        background: #343063;
        height: auto;
    }
    .box-section .select-bleu {
        display: block;
        width: 100%;
        border-width: 5px;
        border-radius: 0 25px 25px 25px;
        padding: 8px 45px 8px 8px;
    }
}
@media (min-width: 1024px) {
    .label-bleu {
        border: none;
        border-radius: 25px 0 0 25px;
        display: block;
        float: left;
        padding: 13px 35px 0 20px;
        text-transform: uppercase;
        font-weight: 600;
        color: rgba(255,255,255,.9);
        height: 50px;
        width: auto;
        background: #343063 url("../img/bg-label-bleu.svg") right center no-repeat;
        background-size: auto 40px;
    }
    .box-section .select-bleu {
        color: #343063;
        appearance: none;
        width: auto;
        height: 50px;
        border-width: 5px 5px 5px 0;
        border-color: #343063;
        border-radius: 0 25px 25px 0;
        background: #ffffff url("../img/bg-select-right-bleu.svg") center right 5px no-repeat;
        background-size: 32px;
        padding: 0 45px 0 0;
        font-size: 14px;
        font-weight: 600;
    }
}
@media (min-width:1367px) {
    .label-bleu, .box-section .select-bleu, .box-section #matieres.select-bleu {font-size: 18px;}
    .box-section #item.select-bleu {width: 110px;}
}





/* ################### TITRE DU COURS ################# */
.cadre {
    background: #343063;
    border-radius: 30px;
    padding: 5px;
}
.box-cours {
    min-height: 40px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-flow: row wrap;
    padding-left: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(255,255,255,.9);
}
.titre-cours {
    color: #343063;
    min-height: 40px;
    text-align: justify;
    padding: 8px 16px ;
    background: #ffffff;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    border-color: #343063;
}
@media (min-width:1367px) {
    .titre-cours {
        line-height: 22px;
        font-size: 18px;
    }
    .box-cours {
        min-width: 93px;
        font-size: 18px;
    }
}

/*################# SESSION ENTRAÎNNEMENT ####################*/
.page-annale.page-show-playlist {
    display: flex;
    flex-direction: row;
    align-items: start;
    margin-right: 20px;
}
.page-annale.page-show-playlist .block-left {
    background-color: #333063;
    width: 339px;
}
.page-annale.page-show-playlist .block-right {width: calc(100% - 339px);}
.overflow-scroll {overflow: scroll !important;}
.overflow-scroll.right-content {overflow: inherit !important;}
.right-content {
    max-width: 1200px;
    border: solid 4px #343063;
    background-color: #333063;
    padding: 10px 0 0 0;
    border-radius: 30px;
    margin: 15px auto;
}
.page-show-playlist .playlist-block .title-statement .picto {
    padding-top: 2px;
    text-align: center;
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    margin-right: 10px;
}
.list-answer {
    margin: 0;
    padding: 14px 14px 0 14px;
    border: solid 1px #dadae7;
    border-radius: 0 0 25px 25px;
    margin-bottom: 20px;
}
.playlist-block .ul-qcm p {
    margin-bottom: 0;
    font-weight: 300;
}
.playlist-block p {font-weight: 600;}
.header-top .titre-exo {
    padding: 0 16px 12px 16px;
    text-align: left;
}
.header-top .titre-exo h4 {
    font-size: 22px;
    font-weight: 900;
}
.titre-exo div {
    font-size: 16px;
    font-weight: 400;
}
.title-statement {}
.page-show-playlist .playlist-block .title-statement {
    display: flex;
    background: #06b2b1;
    padding: 5px 0 4px 5px;
    color: rgba(255,255,255,.9);
    font-size: 18px;
    font-weight: 900;
    margin: 0 0 20px 0;
    border-radius: 40px;
}
.page-show-playlist .playlist-block .title-statement .picto {
    padding-top: 2px;
    text-align: center;
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    margin-right: 10px;
}
.page-show-playlist .playlist-block .title-statement .picto img {
    vertical-align: top;
    width: 16px;
    margin-top: 6px;
}
.form-check-input:checked {
    background-color: #06b2b1 !important;
    border-color: #06b2b1 !important;
}
.form-check-input:focus {
    border-color: rgba(6,178,177,.5) !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(6,178,177,.25) !important;
}
.btn.action {
    background-color: #06b2b1;
    border-radius: 10px 0 0 10px;
}
.btn.action.next-step {border-radius: 0 10px 10px 0;}
.btn.action:hover {
    background-color: #333063;
    transition: background-color .2s ease-in-out;
}
.btn.validate {
    border-radius: 0;
    background-color: #333063;
    color: rgba(255, 255, 255,.9);
    transition: color .2s ease-in-out;
}
.btn.validate:hover {
    background-color: #06b2b1;
    color: rgba(255, 255, 255,.9);
}
.BlocNav .btn.validate {border-radius: 20px;}
.see-results {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #343063;
    padding: 2px 12px;
    border-radius: 20px;
    text-decoration: none;
    margin-right: 10px !important;
    background: url("../img/bg-flashcard-mvt-2.svg") center left -64px no-repeat #e9e9f6;
    background-size: 200px;
    width: 140px;
    transition: background .2s ease-in-out;
}
.see-results:hover {
    background: url("../img/bg-flashcard-mvt-2.svg") center left +116px no-repeat #06b2b1;
    background-size: 200px;
    color: rgba(255,255,255,.9);
}
.btn.bg-orange {
    background-color: #F58A07;
    color: rgba(255,255,255,.9);
}
.btn.bg-orange:hover {
    background-color: #B32705;
    color: rgba(255,255,255,.9);
    transition: background .2s ease-in-out;
}






/*################# SESSION ENTRAÎNNEMENT VERSION 2 ####################*/
.dashboard-left nav .block-user {
    background-color: #333063;
    height: 202px;
}
.dashboard-left nav .block-user .block-user-no-hover {
    padding-top: 30px;
    padding-bottom: 30px;
}
.dashboard-left nav .block-user .block-user-no-hover .poster-user-mini {
    border-radius: 100%;
    border: 2px solid #06b2b1;
    padding: 4.5px;
    margin: 0 auto;
    margin-bottom: 0px;
    height: 50px;
    width: 50px;
}
@media (min-width: 768px) {  .nav-mobile {display: none;}  }
@media (min-width: 768px) {  .dashboard-left {width: 80px;}  }
.dashboard-left {
    float: left;
    background-color: #343063;
    height: 100vh;
}
@media (min-width: 768px) {  .dashboard-right {width: calc(100% - 80px);}  }
.dashboard-right {
    min-height: 100vh;
    float: left;
}
.dashboard-right {background-color: #e9e9f6;}
.u-spinner {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.35s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 99999999;
}
@media (min-width: 768px) {
    .dashboard-right header.header-top {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.dashboard-right header.header-top {
    z-index: 30;
    position: relative;
}
.dashboard-right header.header-top .display-info {background-color: white;}
@media (min-width: 768px) {
    .dashboard-right .display-info {
        padding: 15px;
        width: 80%;
        border-radius: 40px;
    }
}
.qcm-question-block {
    max-width: 1200px;
    border: solid 4px #343063;
    background-color: #333063;
    padding: 0;
    border-radius: 30px;
    margin: 0 auto 16px 0;
}
.playlist-block.qcm-question-block {
    max-width: none;
    border: none;
    background-color: transparent;
    padding: 0;
    border-radius: 0 0 25px 25px;
    margin-bottom: 0;
}
.div-result, .exo-question-type {
    padding: 4px 22px;
    border-radius: 20px;
    background-color: transparent;
    border: solid 1px rgba(6,178,177,.9);
    font-size: 13px;
}
.exo-question-type {
    display: inline-block;
    margin: 0 auto;
}
.BlocTitre, .header-exo-container {
    font-size: 1.5rem;
    font-weight: 900;
    color: rgba(255,255,255,.9);
    padding: 8px 0 12px 0;
    background-color: #333063;
    border-radius: 25px 25px 0 0;
}
.exo-number-question {
    line-height: 22px;
}
.BlocEnonce {
    background: #ffffff;
    border-radius: 30px 30px 0 0;
}
.BlocEnonce p {
    margin: 0;
    font-weight: 600;
}
.BlocAnswer {
    background: url("../img/bg-blocres-left.svg") top left no-repeat, url("../img/bg-blocres-right.svg") top right no-repeat;
    background-size: 20px;
    background-color: #ffffff;
    margin: 0;
    padding: 0 16px 16px 16px;
}
#qId-1 .BlocAnswer {background-image: none;}
.table > thead > tr > th {
    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-left: solid 1px #ffffff;
    background: #06b2b1;
    color: rgba(255,255,255,.9);
}
.table > tbody > tr > td { vertical-align: middle; }
.table tr:nth-child(even) { background-color: #f4f4fa; }
.list-unstyled.ul-qcm {
    padding: 16px;
    border: solid 1px #dadae7;
    border-radius: 0 0 25px 25px;
    margin-bottom: 20px;
}
.list-unstyled.ul-qcm.Exo {
    padding: 8px;
    border-radius: 30px;
}
.question-solution {
    background: #fff;
    padding: 0;
}
.question-solution h4 {
    font-size: 1.5rem;
    font-weight: 900;
    color: rgba(255,255,255,.9);
    margin: 0 16px;
    border-radius: 20px;
    padding: 6px 0;
    text-transform: capitalize;
    background: #06b2b1;
}
.question-solution p {
    margin-bottom: 0;
    padding: 0 16px;
}
.BlocBouton {
    padding: 32px 16px 16px 16px;
    background: #fff;
    border-radius: 0 0 25px 25px;
}
.js-prev-question {}
.validate-answer {}
.btn.action.js-next-question {border-radius: 0 10px 10px 0;}
.block-indicator-questions .list-indicator-questions {
    padding: 28px 16px 16px 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.BlocQuestion {
    position: relative;
    padding: 14px 0 14px 0;
    margin-bottom: 12px;
}
.BlocQuestion.active, .BlocQuestion:hover {
    background: #e9e9f6;
    border-radius: 0 24px 24px 0;
    cursor: pointer;
}
.BlocQuestion.active::before, .BlocQuestion:hover::before {
    content: " ";
    position: absolute;
    top: -20px;
    left: 0;
    height: 20px;
    width: 20px;
    background: url("../img/bg-quest-top.svg") top left no-repeat;
}
.BlocQuestion.active::after, .BlocQuestion:hover::after {
    content: " ";
    position: absolute;
    bottom: -20px;
    left: 0;
    height: 20px;
    width: 20px;
    background: url("../img/bg-quest-bottom.svg") top left no-repeat;
}
.dashboard-left nav ul li a:hover::before {
    content: " ";
    position: absolute;
    top: -20px;
    right: 0;
    height: 20px;
    width: 20px;
    background: url("../img/bg-li-top.svg") top left no-repeat;
}
.dashboard-left nav ul li a:hover::after {
    content: " ";
    position: absolute;
    bottom: -20px;
    right: 0;
    height: 20px;
    width: 20px;
    background: url("../img/bg-li-bottom.svg") top left no-repeat;
}
.TitreRes {
    font-size: 1.5rem;
    font-weight: 900;
    color: rgba(255,255,255,.9);
    padding: 8px 0;
    margin-top: 12px;
    background-color: #333063;
    border-radius: 20px 20px 0 0;
    text-align: center;
}
.BlocRes {
    border-left: 2px solid #333063;
    border-right: 2px solid #333063;
    background: url("../img/bg-blocres-left.svg") top left no-repeat, url("../img/bg-blocres-right.svg") top right no-repeat;
    background-size: 20px;
}
.BlocNav {
    border-radius: 0 0 20px 20px;
    padding: 16px 0;
    border: 2px solid #333063;
    border-top: none;
    margin-bottom: 12px;
}
@media (min-width: 561px) {
    .other-exo.line-2 .block-qcm {
        width: calc(50% - 20px);
        margin-bottom: 40px;
    }
}
.block-qcm {
    border: 1px solid #E9E9F6;
    border-radius: 30px;
    overflow: hidden;
    padding: 5px;
}
.block-qcm .content-qcm {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #E9E9F6;
    padding: 10px;
    margin-bottom: 15px;
}
.other-exo .block-qcm .title-exo {
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 15px;
    text-decoration: none;
    display: block;
    color: #343063;
    text-align: center;
}
.other-exo .block-qcm .progress {
    height: 5px;
    background-color: white;
}
.progress, .progress-stacked {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: var(--bs-secondary-bg);
    --bs-progress-border-radius: var(--bs-border-radius);
    --bs-progress-box-shadow: var(--bs-box-shadow-inset);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #0d6efd;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
}
.other-exo .block-qcm .progress .progress-bar {background-color: #06b2b1;}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition);
}
.BlocNum {
    margin-top: 16px;
    padding: 4px 16px;
    border: 1px solid #06b2b1;
    border-radius: 26px;
}
#BtnRenfort {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    max-width: 200px;
    height: 44px;
    padding: 0;
}
.renfort {
    margin: 30px auto;
    font-weight: 600;
    font-size: 16px;
    color: rgba(255,255,255,.95);
    background: #06b2b1;
    padding: 0;
    transition: background 0.25s ease-in-out;
    border-radius: 22px;
}
.renfort:hover {background: #3e3a6e;}
.renfort:hover .illus {background: #06b2b1;}
.btn-text {
    position: relative;
    font-size: 13px;
    font-weight: 900;
    line-height: 15px;
    align-self: center;
    text-align: left;
    text-transform: uppercase;
    max-width: 126px;
    left: -10px;
    top: -8px;
}
.illus {
    align-self: center;
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #3e3a6e;
    padding: 8px;
    border: solid 6px #ffffff;
    left: -28px;
    top: -8px;
    transition: background 0.25s ease-in-out;
}
.illus svg {
    width: 28px;
    height: 28px;
}
.illus .ColorSvg {fill: #ffffff;}
.id-question {
    border-right: 2px solid #ffffff;
    margin:0;
    padding: 8px 12px;
    background: url("../img/bg-rep.svg") center right -1px no-repeat;
    background-color: rgba(6,178,177,.12);
    color: #3e3a6e;
    font-weight: 900;
    font-size: 14px;
    border-radius: 20px 0 0 20px;
}
.BlocAnswer .ancrage-link {
    background: url("../img/bg-reviser-blanc.svg") center left -25px no-repeat #343063;
    background-size: auto 20px;
    margin-top: 0;
    font-weight: 600;
    background-color: #F58A07;
    color: rgba(255,255,255,.95);
    border: solid 1px rgba(220,20,60,.25);
}
.BlocAnswer .ancrage-link:hover {
    background: url("../img/bg-reviser-blanc.svg") center left +105px no-repeat #06b2b1;
    background-size: auto 20px;
    color: rgba(255,255,255,.95);
    border: solid 1px #06b2b1;
}
.note {
    padding: 2px 16px;
    text-align: center;
    border-radius: 20px;
    border: solid 1px rgba(6,178,177,0.4);
}
.border-esb {
    border-top: none;
    border-right: solid 1px #343063;
    border-bottom: solid 1px #343063;
    border-left: solid 1px #343063;
    border-radius: 0 0 16px 16px;
}
.border-esb.Vert {
    border-top: none;
    border-right: solid 1px #06b2b1;
    border-bottom: solid 1px #06b2b1;
    border-left: solid 1px #06b2b1;
    border-radius: 0 0 16px 16px;
}
#actu {
    position: relative;
    max-width: 1200px;
    background-color: #ffffff;
    padding:30px 30px 48px 30px;
    border-radius: 0 0 30px 30px;
    margin: 0 auto 16px 0;
}
.TitreActu {
    font-size: 1.15rem;
    font-weight: 700;
    color: rgba(255,255,255,.95);
    text-align: center;
    padding: 8px 0;
    margin: 0;
    background: #343063;
    border-radius: 16px 16px 0 0;
}
.ContainerActu {
    background: url("../img/bg-blocres-left.svg") top left no-repeat, url("../img/bg-blocres-right.svg") top right no-repeat;
    background-size: 20px;
    padding: 8px 8px 0 8px;
}
.ContainerActu.Vert {
    background: url("../img/bg-blocres-left-vert.svg") top left no-repeat, url("../img/bg-blocres-right-vert.svg") top right no-repeat;
    background-size: 20px;
    padding: 8px 8px 0 8px;
}
.BlocActu {
    padding: 8px;
    border: solid 1px rgba(52,48,99,.2);
    border-radius: 16px;
    margin-bottom: 16px;
    background: #ffffff;
}
.TitreItem {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 6px 0;
    padding: 4px;
    background-color: rgba(6,178,177,.12);
    border-radius: 0 14px 14px 0;
    border-bottom: solid 1px rgba(6,178,177,.2);
}
.DetailsItem, .SousDetailsItem {
    color: rgba(0,0,0,.65);
    font-style: italic;
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    border-bottom: none;
    border-bottom: solid 1px #d5d5df;
    padding-bottom: 4px;
}
.SousDetailsItem {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 4px;
}
.ImgCours svg {
    cursor: pointer;
    height: 56px;
    width: auto;
}
.ImgCours .st1 { fill: #343063;}
.ImgCours .st0 { fill: #06b2b1;}
.ImgCours svg:hover .st1 { fill: #f90f00;}
.ImgCours svg:hover .st0 { fill: #2c2c2c;}
.FilActu .card {
    flex-flow: row wrap;
    justify-content: flex-end;
    background: url("../img/bg-video-2.png") center center no-repeat #ffffff;
    background-size: cover;
    border-radius: 16px;
    padding: 10px;
    max-width: 270px;
    box-shadow: none;
    border: solid 1px rgba(52,48,99,.4);
}
.FilActu .card .overlay {
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    background: rgba(52,48,99,.2);
}
.FilActu .n-item {
    text-align: center;
    border-radius: 20px;
    padding: 1px 12px;
    border: solid 2px rgba(6,178,177,1);
    font-size: .8rem;
    font-weight: 700;
    color: rgba(52,48,99,1);
    background: #ffffff;
}
.FilActu .titre-video {
    color: rgba(52,48,99,1);
    font-size: .825rem;
    font-weight: 900;
    text-align: center;
    padding: 10px;
    margin: 0 0 10px 0;
    border-bottom: solid 1px rgba(6,178,177,1);
}
.FilActu .time-video {
    font-size: 13px;
    border-radius: 6px;
    padding: 3px 8px;
    color: rgba(255,255,255,.9);
    background: rgba(6,178,177,1);
}
.FilActu .cours-podcast img {
    display: block;
    height: auto;
    width: 120px;
    margin: 0 auto;
}
.FilActu .cours-podcast img.PlayerPod {
    height: auto;
    width: 160px;
}

.FilActu .cours-podcast .type {
    margin-top: -8px;
    position: relative;
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    background: #343063;
    color: #ffffff;
    padding-top: 0;
    border: solid 4px #ffffff;
    border-radius: 50%;
}
.FilActu .cours-podcast {
    position: relative;
    border: solid 1px rgba(255,255,255,.5);
    border-radius: 20px;
    padding: 0;
    background: #ffffff;
    cursor: pointer;
}
.TitrePod {
    font-size: .8rem;
    color: #3e3a6e;
    padding: 2px 0;
    background: #e9e9f6;
    text-align: center;
    font-weight: 700;
    margin: 4px 0 0 0;
    border-radius: 16px;
}
#NavImage {
    border-radius: 30px;
    background: #3e3a6e;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto 16px 0;
}
.banniere img {
    border-radius: 16px;
    /*border: solid 2px rgba(255,255,255,.65);*/
}
.banniere .audio img {border-radius: 0 !important;}
.prop {
    padding: 6px;
    background: rgba(233,233,246,.5);
    border-bottom: solid 1px rgba(233,233,246,.7);
    border-top: solid 1px rgba(233,233,246,.7);
}
.form-select.select-tcs-ans {
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    background-color: #fff;
    background: url("../img/select-list.svg") right 4px center no-repeat;
    background-size: 30px;
    border: 1px solid #343063;
    border-radius: 22px;
}
.tcs-result.div-result {padding: 0;}
.tcs-rep {
    padding: 6px 0;
    border-radius: 18px 18px 0 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255,255,255,.95);
    background: rgba(6,178,177,1)
}
.pannel-rep {
    background: url("../img/bg-blocres-left-vert.svg") top left no-repeat, url("../img/bg-blocres-right-vert.svg") top right no-repeat;
    background-size: 20px;
    padding: 16px;
}
.pannel-txt {
    font-weight: 700;
    font-size: 14px;
    padding: 6px 0;
    border-bottom: solid 1px rgba(52,48,99,.4);
}
.exo-container {
    max-width: 1200px;
    border: solid 4px #343063;
    background-color: #343063;
    padding: 0;
    border-radius: 30px;
    margin: 0 auto 16px 0;
}
.exo-body .playlist-block:first-child {
    background: url("../img/bg-blocres-left.svg") top left no-repeat, url("../img/bg-blocres-right.svg") top right no-repeat;
    background-size: 20px;
}
.custom-title {
    background: #06b2b1;
    padding: 5px 5px 4px 5px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    font-weight: 900;
    margin: 0 0 30px 0;
    border-radius: 40px;
    line-height: 0;
}
.custom-title .picto {
    padding-top: 0;
    text-align: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ffffff;
    margin-right: 10px;
}
@media (min-width: 561px) {
    .custom-title .picto {display: inline-block;}
}
.custom-title .picto img {
    padding-top: 5px;
    width: 20px;
    vertical-align: inherit;
}
.user-answer {
    margin-top: 2px;
    display: inline-block;
    border-radius: 20px;
    padding: 0 20px;
    background: #ffffff;
    color: #343063;
    font-weight: 700;
    border: solid 1px rgba(5,138,137,.9);
}
.block-tcsanswer .form-select:focus {
    border-color: rgba(6,178,177,.5);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(6,178,177,.1);
}
.container-vignette {
    background: #343063;
    padding: 40px 0;
}
.ImgVignette36 {width: 360px;}
.ImgVignette30 {width: 300px;}
.ImgVignette20 {width: 200px;}
.ImgVignette18 {width: 180px;}
.exo-container .accordion-item:first-of-type {
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
}
.exo-container .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
}
.exo-container .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px;
}
.exo-container .accordion-item:last-of-type {
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px;
}
.exo-container .accordion-button {
    padding: .8rem 1.25rem;
}
.exo-container .accordion-button::after {
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("../img/select-list.svg");
    background-position: center right;
    background-size: 1.5rem;
}
.exo-container .accordion-button:not(.collapsed)::after {background-image: url("../img/select-list.svg");}
.exo-container .accordion-button:focus {
    z-index: 3;
    border-color: rgba(6,178,177,.35);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(6,178,177,.15);
}
.exo-container .accordion-body {
    padding: .5rem 1.25rem 1rem;
}
.exo-container .accordion-button {
    color: #343063;
    font-weight: 900;
}
.exo-container .accordion-button:not(.collapsed) {
    color: #343063;
    background-color: rgba(6,178,177,.35);
    box-shadow: inset 0 -1px 0 rgba(6,178,177,.125);
}
.picto-accord {
    width: 2rem;
    margin-right: 8px;
}
#info-container {
    background: #343063;
    padding: 30px;
}
#info-container .card {
    position: relative;
    border: none;
    border-radius:26px;
}
#info-container .card-img-top {
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
    width: 100%;
    max-height: 126px;
}
#info-container .card-body {
    padding: .8rem 1rem 1rem 1rem;
}
#info-container .card-body img {
    padding-top: 5px;
    max-width: 32px;
}
#info-container .card-title {
    font-weight: 800;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 1rem;
    vertical-align: center;
}
#info-container .card-title img {padding-top: 0 !important;}
/*#info-container .card-text:first-of-type {
    padding-top: 0;
    border-top: none;
}*/
#info-container .card-text {
    padding: .20rem .45rem;
    font-size: 14px;
    margin-bottom: 2px;
    background: rgba(233,233,246,.5);
    border-radius: 4px;
}
#info-container .carousel img {
    border-radius: 26px;
}
#info-container .title-slide {
    background: rgba(52,48,99,.8);
    border-radius: 4px;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 5px;
    padding: 8px 0;
}
#info-container .subtitle-slide {
    background: rgba(6,178,177,1);
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255,255,255,1);
    line-height: normal;
    padding: 5px 0;
    vertical-align: center;
}
.picto-slide {
    height: 22px;
    margin-right: 8px;
    margin-top: -4px;
}
.title-slide img {}
#info-container .card-picto {
    margin-right: 5px;
    margin-top: -4px;
    height: 20px;
}
#info-container .carousel-control-next, #info-container .carousel-control-prev {width: 10%;}
#info-container .carousel-control-next-icon, #info-container .carousel-control-prev-icon {
    width: 1.5rem;
    height: 1.5rem;
}
#info-container .carousel-caption {
    right: 10%;
    bottom: 0;
    left: 10%;
    padding-top: 1.25rem;
    padding-bottom: 8px;
}




















body {
    --fbc-blue-60: #0060df;
    --fbc-blue-70: #003eaa;
    --fbc-gray-20: #ededf0;
    --fbc-light-gray: #F0F0F4;
    --fbc-white: #ffffff;
    --fbc-transition: all .15s cubic-bezier(.07,.95,0,1);
    --fbc-borders: 1px solid #ededf0;
    --fbc-primary-text: #15141A;
    --fbc-secondary-text: #5B5B66;
    --fbc-font-size: 13px;
}

.fbc-container {
    font-size: var(--fbc-font-size);
    font-weight: 400;
    color: var(--fbc-primary-text);
    background: var(--fbc-white);
    font-family: "SF Pro Text", 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/* Button Replacement */
.fbc-loginButton {
    background-size: contain;
    background-position: center;
    background-repeat: none;
    cursor: pointer;
}

.fbc-loginButton.fbc-size-large.fbc-button-type-continue_with {
    height: 40px;
    width: 252px;
    background-image: url(/img/login_continue_large.png);
}

.fbc-loginButton.fbc-size-medium.fbc-button-type-continue_with {
    height: 28px;
    width: 180px;
    background-image: url(/img/login_continue_medium.png);
}

.fbc-loginButton.fbc-size-small.fbc-button-type-continue_with {
    height: 20px;
    width: 154px;
    background-image: url(/img/login_continue_small.png);
}

.fbc-loginButton.fbc-size-large.fbc-button-type-login_width {
    height: 40px;
    width: 236px;
    background-image: url(/img/login_login_large.png);
}

.fbc-loginButton.fbc-size-medium.fbc-button-type-login_width {
    height: 28px;
    width: 166px;
    background-image: url(/img/login_login_medium.png);
}

.fbc-loginButton.fbc-size-small.fbc-button-type-login_width {
    height: 20px;
    width: 62px;
    background-image: url(/img/login_login_small.png);
}

/* Overlay */

.fbc-badge {
    all: initial;
    position: absolute;
    z-index: 100;
    transition: opacity 0.2s ease-out;
    --fbc-transition: all .15s cubic-bezier(.07,.95,0,1)
}

.fbc-badge.fbc-badge-disabled {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.fbc-badge-fence {
    display: block;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15);
    background-position: center center;
    background-size: 16px auto, 100%;
    background-image: url(/img/fence-large.svg), linear-gradient(-45deg, #6200A4, #D70022);
    background-repeat: no-repeat;
    border-radius: 100%;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 1px solid white;
    cursor: pointer;
}

.fbc-badge.fbc-badge-small .fbc-badge-fence {
    background-size: 7px auto, 100%;
    background-image: url(/img/fence-small.svg), linear-gradient(-45deg, #6200A4, #D70022);
    width: 17px;
    height: 17px;
}

.fbc-badge.fbc-badge-fixed {
    position: fixed;
}

.fbc-badge:hover .fbc-badge-tooltip {
    display: block;
}

.fbc-badge-share.fbc-badge-tooltip-active .fbc-badge-tooltip {
    display: block;
}

.fbc-badge.active:hover .fbc-badge-tooltip {
    display: none;
}

.fbc-badge.active .fbc-badge-prompt {
    display: block;
}

.fbc-badge-share-passive:hover {
    display: block;
    visibility: visible;
    opacity: 1;
}

/* Only show first Share badge   */
.fbc-badge-share-passive, .fbc-badge-share-passive.fbc-badge-share:not(.fbc-badge-disabled), .fbc-badge-share.fbc-badge-disabled, .fbc-badge-share:not(.fbc-badge-disabled):not(.fbc-badge-tooltip-active) ~ .fbc-badge-share:not(.fbc-badge-disabled):not(.fbc-badge-tooltip-active) {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.fbc-badge-share:not(.fbc-badge-disabled), .fbc-badge-share.fbc-badge-tooltip-active:not(.fbc-badge-disabled) {
    display: block;
    visibility: visible;
    opacity: 1;
}

.fbc-wrapper{
    position: fixed;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999999999999;
    background-color: rgba(0, 0, 0, 0.1);
}

.fbc-wrapper iframe {
    color: var(--black);
    box-shadow: 0 5px 12px 0 rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.2);
    background: var(--fbc-white);
    border-radius: 8px;
    line-height: 120%;
}

.fbc-iframe-chevron {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right:10px solid rgb(255, 255, 255);
    position: absolute;
    left: 1px;
    z-index: 9999999;
}

.fbc-chevron-arrow-right {
    transform: rotate(180deg);
    left: -1px;
}

.fbc-chevron-arrow-top {
    transform: rotate(90deg);
    top: -4px;
}

.fbc-badge-prompt-align-right iframe {
    left: auto;
    right: calc( 100% + 20px);
}

.fbc-badge-prompt-align-right iframe {
    left: auto;
    right: -10px;
    border-width: 10px 0 10px 10px;
}

.fbc-badge-prompt-align-top iframe {
    top: -7px;
    transform: none;
}

.fbc-badge-prompt-align-top iframe:after {
    top: 16px;
}

.fbc-badge-prompt-align-bottom iframe {
    top: auto;
    bottom: -20px;
    transform: none;
}

.fbc-badge-prompt-align-bottom iframe:after {
    display: none;
}

.fbc-badge-prompt h1, .fbc-title {
    all: unset;
    letter-spacing: -0.1px;
    font-family: "SF Pro Text", 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    width: 100%;
    margin: 0;
    line-height: 0;
    padding: 15px 0 20px 0;
    border-bottom: 1px solid var(--fbc-light-gray);
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--fbc-primary-text);
}

.fbc-badge-prompt p {
    line-height: 140%;
}

.fbc-subtitle-login, .fbc-subtitle-email {
    color: var(--fbc-primary-text);
    font-weight: 500;
}

.fbc-badge-prompt-contents {
    padding: 4px 8px;
    background: var(--fbc-white);
}

.fbc-badge-prompt form {
    all: unset;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.fbc-badge-prompt-dontShowAgain-checkbox {
    gap: 8px;
    margin-bottom: 16px;
}

.fbc-badge-prompt input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    margin: 0;
    background-color: var(--fbc-light-gray);
    border: 1px solid #8F8F9D;
    border-radius: 2px;
    height: 13px;
    width: 13px;
    line-height: 14px;
    cursor: pointer;
}

.fbc-badge-prompt input[type=checkbox]:checked {
    appearance: checkbox;
}

.fbc-badge-prompt label {
    color: var(--fbc-secondary-text);
    margin: 0;
    cursor: pointer;
}

.fbc-badge-prompt-dontShowAgain-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
}

.fbc-badge-prompt-buttons {
    width: 100%;
    z-index: 0;
    display: flex;
    gap: 8px;
    justify-content: end;
}

.fbc-badge-prompt-buttons button {
    font-family: "SF Pro Text", 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
    display: inline-block;
    width: auto;
    padding: 8px 16px;
    border-radius: 4px;
    appearance: none;
    border: 0;
    font-size: 13px;
    font-weight: 500;
    color: var(--fbc-primary-text);
    background: var(--fbc-light-gray);
    transition: var(--fbc-transition);
    cursor: pointer;
    text-align: center;
}

.fbc-badge-prompt-buttons button:focus {
    border-top: 1px solid #cfcfd8;
}

.fbc-badge-prompt-buttons button:hover {
    background: #E9E9E9;
}

/* Tooltip */
.fbc-badge-tooltip {
    display: none;
    padding: 5px 10px 10px;
    width: 250px;
    max-width: 250px;
    background: var(--fbc-white);
    z-index: 9999;
    position: absolute;
    left: calc( 100% + 0.5em);
    top: 50%;
    color: black;
    font-size: 13px;
    line-height: 17px;
    border: 1px solid #BEBEBF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
    font-family: "SF Pro Text", 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

.fbc-badge-prompt-align-right .fbc-badge-tooltip {
    left: auto;
    right: calc( 100% + 0.5em );
}

.fbc-badge-prompt-align-bottom .fbc-badge-tooltip {
    top: auto;
    bottom: 25%;
}

#fbc-email.is-hidden, #fbc-login.is-hidden {
    display: none;
}
:root {
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

html, body {
    margin: 0;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
    box-sizing: border-box;
    font-family: var(--bs-font-sans-serif);
}

.page-admin{

    .dashboard-right{
        width: calc(100% - 65px);
        margin-left: 65px;
        #header-dashboard-right{
            margin-bottom: 5px;
            #header-dashboard-right-top{
                border-bottom: 5px solid #F8F9FA;
            }
        }
    }
}

.dashboard-left{
    nav{
        z-index: 40;
        background-color: #3e3a6e;
        height: 100vh;
        position: fixed;
        overflow-y: auto;
        transition: width .35s cubic-bezier(.175,.685,.32,1);
        width: 80px;
        .block-user{
            background-color: #333063;

            height: 202px;
            .block-user-no-hover{
                padding-top: 30px;
                padding-bottom: 30px;

                .poster-user-mini{
                    border-radius: 100%;
                    border: 2px solid #06b2b1;
                    padding: 4.5px;
                    margin: 0 auto;
                    height: 50px;
                    width: 50px;
                    img{
                        overflow: hidden;
                        height: 100%;
                        width: 100%;
                        border-radius: 100%;

                    }
                }
            }

            .block-user-hover{
                opacity: 0;
                display: none;
                .poster-user{
                    height: 110px;
                    width: 110px;
                    border-radius: 100%;
                    border: 2px solid #06b2b1;
                    padding: 8px;
                    margin: 0 auto;

                    img{
                        overflow: hidden;
                        height: 100%;
                        width: 100%;
                        border-radius: 100%;

                    }
                }
                .name-user{
                    font-weight: 100;
                    font-size: 18px;
                    .firstname{
                        font-weight: 600;
                    }
                }
            }

        }
        &:hover{
            width: 16em;


            span.menu-title{
                width: calc(100% - calc(5rem - 8px));
                opacity: 1;
                padding-left: 50px;
            }
            .block-user{
                padding: 30px;
                .block-user-no-hover{
                    display: none;
                }
                .block-user-hover{
                    opacity: 1;
                    display: block;
                }
            }
        }

        ul{
            li{
                display: flex;
                justify-content: flex-start;
                align-items: center;
                text-align: center;
                padding: 0 0 0 8px;
                margin: 0 0 10px 0 ;
                a{
                    display: flex;
                    justify-content: flex-start;
                    align-items: center;
                    text-decoration: none;
                    padding: 12px 0;
                    width: 100%;
                    position: relative;
                    color: hsl(0, 0%, 50%);
                    /*transition: all .2s cubic-bezier(.175, .685, .32, 1);*/
                    &:hover {
                        background-color: #e9e9f6;
                        border-radius: 24px 0 0 24px;
                        .menu-title{
                            color:#323063;
                        }
                    }


                    div{
                        width: calc(5rem - 1em + 20px);
                        position: relative;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        i{
                            color:#06b2b1;
                            position: absolute;
                            font-size: 25px;
                        }
                        img{
                            position: absolute;
                            width: 27px;
                        }
                        span.menu-title{

                            width: 0;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            transition: all .35s cubic-bezier(.175, .685, .32, 1);
                        //overflow: hidden;
                            opacity: 0;
                            color: white;
                            margin-left: 40px;
                        }
                    }
                }

            }
        }
    }
}
.dashboard-right{
    background-color: #e9e9f6;
}
@media (min-width: 768px) {
    /******** layout nav ********/

    .nav-mobile{
        display: none;
    }

    /******** dashboard ********/

    .dashboard-left{
        width: 80px;
    }
    .dashboard-right{
        width: calc( 100% - 80px);
        .dashboard-content{
            height: calc(100vh - 110px);
            overflow: scroll;
        }
    }

    .sessionAnnal{
        width: calc( 100%/4 - 20px);
        margin-bottom: 20px;
        &:nth-child(2n + 2){
            margin-left: 20px;
            margin-right: 20px;
        }
    }
    /******** lessons ********/
    .dashboard-right{
        .display-info{
            padding: 15px;
            width: 80%;
            border-radius: 40px;
        }
        .form-select-library{

            .custom-select{
                border-radius: 40px;
            }
            .container-select:nth-child(1){
                width: 55%;
                margin-right: 20px;
            }

            .container-select:nth-child(2){
                width: calc(100% - 55% - 20px);
            }

            .form-search{
                width: 95%;
            }
            .btn-search{
                width: 5%;
            }

        }
        header.header-top {
            padding-top: 0;
            padding-bottom: 10px;
        }


    }

}
@media (max-width: 767.9px) {
    /******** layout nav ********/

    .nav-mobile{
        display: block;
        background-color: $blue;
        padding: 15px 10px;
        .logo{
            height: 40px;
        }
        .menu{
            border: 1px solid $blue-light;
            padding: 10px;
            background-color: white;
            border-radius: 5px;

            i{
                color:$blue-light;
            }
        }
    }
    /******** dashboard ********/
    .dashboard-left{
        display: none;
    }
    .dashboard-right{
        width: 100%;
    }

    .sessionAnnal{
        width: 100%;
    }

    /******** lessons ********/
    .dashboard-right{
        .form-select-library{
            .select-list-item{
                width: 100%!important;
            }
            .custom-select{
                width: 100%;
                border-radius: 5px;
                margin-bottom: 10px;
            }
            .btn-search{
                display: none;
            }
        }
        .block-user{
            display: none;
        }
        .display-info{
            width: 100%;
            padding: 10px;
        }
        .page-item{
            .main-header{
                border-radius: 0!important;
                .container-item{
                    .player-podcast-img{
                        margin-bottom: 20px;
                        i{
                            font-size: 34px;
                            margin-right: 10px;
                        }
                        img{
                            width: 20%;
                        }
                    }
                    &.container-player-video{
                        padding: 0!important;
                    }

                    &.container-item-fiche{
                        display: none;
                    }
                    .player-vimeo{
                        border-radius: 5px!important;
                    }
                }

            }
        }

    }
}

@media (min-width: 767.9px) and (max-width: 991.9px){
    .other-exo{
        &.line-4{
            .block-qcm{
                width: calc(100%/3 - 15px);
                &:nth-child(3n + 2){
                    margin-left: 22.5px;
                    margin-right: 22.5px;
                }
            }

        }
    }
}
@media (min-width: 561px) and (max-width: 767.8px) {
    .other-exo{
        &.line-4{
            .block-qcm{
                width: calc(100%/2 - 15px);
                &:nth-child(even){
                    margin-left: 15px;
                }
                &:nth-child(odd){
                    margin-right: 15px;
                }
            }

        }
    }
}
@media(max-width: 560.9px){
    .other-exo{
        &.line-4{
            .block-qcm{
                width: 100%;
            }
        }
    }
}
@media (min-width: 992px) {
    .template-question{
        .block-indicator-questions{
            display: block;
        }
    }
    .other-exo{
        &.line-4{
            .block-qcm{
                width: calc(100%/4 - 15px);
                margin-left:20px ;
                &:nth-child(4n + 1){
                    margin-left: 0!important;
                }
            }

        }
    }
}
@media (max-width: 991.9px) {
    .template-question{
        .block-indicator-questions{
            position: absolute;
            top: 0;
            height: 100%;
            width: 100%;
        }
    }




}
@media (max-width: 560px) {
    .other-exo{
        &.line-2{
            .block-qcm{
                width: 100%;
                margin-bottom: 40px;
            }
        }
    }
}
@media(min-width: 561px){
    .other-exo{
        &.line-2{
            .block-qcm{
                width: calc(100%/2 - 20px);
                margin-bottom: 16px;

            }
            div.block-qcm:nth-child(odd){
                margin-right: 10px;
            }
            div.block-qcm:nth-child(even){
                margin-left: 10px;
            }
        }
    }

}
body.dark-body{
    background-color: black;
    .dashboard-left{
        background-color: black;
        border-right: 1px solid white;
        header{
            height: 100px;
            border-bottom: 1px solid black;
        }
        .more-menu{
            background-color: black;
        }
    }

    .dashboard-right{
        background-color: black;
        header.header-top{
            background-color: black;
            border-bottom: 1px solid white;
            .main-search{
                button{
                    background-color: #CAC7DD;
                    border:1px solid #CAC7DD;
                    color: black;
                }
            }
        }
    }
}

.main-search{
    button{
        background-color: $blue;
        color: white;
    }
}

.form-search{
    select{
        border: 1px solid white;
        &:focus{
            border-color: white;
            box-shadow: none;
        }
    }
}
.dashboard-left{
    float: left;
    background-color: $blue;
    height: 100vh;
    header{
        height: 100px;
        border-bottom: 1px solid white;
    }
    a{
        color: white;
        text-decoration: none;
    //  height: 70px;
        font-size: 18px;
        i{
            color:white;
        }
    }
    &:hover{
        .more-menu{
        //transform: translateX(75px);
        //opacity: 1;
        //width: 220px;
        }
    }
    .more-menu{
        position: absolute;
        top: 0;
        bottom: 0;
        height: 100vh;
        background-color: $blue;
        -webkit-transition: all .55s linear;
        -o-transition: all .55s linear;
        transition: all .55s linear;
        z-index: 100;

        &.open{
            transform: translateX(75px);
            opacity: 1;
            width: 220px;
        }
    }
}
.dashboard-right{
    min-height: 100vh;
    float: left;
    header.header-top{
        z-index: 30;
        position: relative;
        .display-info{

            background-color: white;

        }

    }
    .dashboard-content{
        .sessionFlashCard{
            width: calc(100%/4 - 20px) ;
            margin-bottom: 40px;
        }
        .container-flashcard{
            h4 {
                display: flex;
                flex-direction: row;
                text-transform: uppercase;
                font-size: 16px;
                font-weight: 700;
            }
            h4:after {
                content: "";
                flex: 1 1;
                border-bottom: 1px solid #e7e7e7;
                margin: auto auto auto 15px;
            }

            .flashcard{
                width: calc(100%/4 - 20px) ;
            //margin-right: 20px;
                margin-bottom: 40px;
                i{
                    cursor: pointer;
                    font-size: 18px;
                }

                .fa-heart,.fa-star{
                    &.far,&.fas{
                        color:$orange;
                        &:hover{
                            font-weight: bold;
                        }
                    }
                    &.actif{
                        color:$orange;
                        font-weight: bold;
                    }
                }

            }
        }
    }
}
.list-discipline{
    padding-left:15px;
    padding-right: 15px;
    .block-disci{
        padding: 30px;
        margin-bottom: 10px;
    //background: rgb(147,125,251);
    // background: linear-gradient(90deg, rgba(147,125,251,1) 0%, rgba(254,185,31,1) 51%, rgba(255,88,90,1) 100%);
        h4{
            font-size: 20px;
            font-weight: bold;
        }
        .block-disci-content{
            display: block;
            color:black;
            text-decoration: none;
            background-color: white;
            padding: 20px;
            border-radius: 10px;
            position: relative;
            min-height: 200px;
            cursor: pointer;
            img{
                height: 60px;
                width: 60px;
            }
            .progress{
                height: 5px;
            }
            &:before {
                content: '';
                position: absolute;
                top: 0; right: 0; bottom: 0; left: 0;
                z-index: -1;
                margin: -5px; /* !importanté */
                border-radius: inherit; /* !importanté */
                background: rgb(147,125,251);
                background: linear-gradient(90deg, rgba(147,125,251,1) 0%, rgba(254,185,31,1) 51%, rgba(255,88,90,1) 100%);

            }
        }
    }
}
.tab-content{
    .btn-action{
        min-width:170px ;
    }
}

#popin-start-training-library,#popin-start-training-annales{
    .accordion-button:focus{
        box-shadow:none!important;
    }

    .accordion-header{
        div{

            input[type=checkbox]{
                width: 0.5em;
                height: 0.5em;
                border-radius: 3px!important;
                margin-top: 0;
                margin-left: 10px;
            }
        }

        div:has( > button:not(.collapsed)){
            background-color: #cfe2ff;
        }
    }
}

#listDiscplines{
    .accordion-button:focus{
        box-shadow:none!important;
    }

    .accordion-header{
        div{

            input[type=checkbox]{
                width: 0.5em;
                height: 0.5em;
                border-radius: 3px!important;
                margin-top: 0;
                margin-left: 10px;
            }
        }

        div:has( > button:not(.collapsed)){
            background-color: #cfe2ff;
        }
    }
}
.select-button{
    button{
        width: 150px;
        background-color: gainsboro;
        &:hover,&.active{
            background-color: $orange;
            color: white;
        }
    }
}
.modal-header {
    border-radius: 0 !important;
}

.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 99;
    padding: 20px;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center
}
.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em
}

.blocker.behind {
    background-color: transparent
}


.modalcustom {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    max-width: 600px;
    box-sizing: border-box;
    width: 90%;
//background: #fff;
//padding: 30px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;

    text-align: left;
    .content{
        color: black;
        font-size: 1.0rem;
    }
    &.player-video{
        max-width: 100%!important;
        background-color: transparent!important;
        box-shadow: none!important;
        #handstick iframe{
            width: 100%!important;
        }
    }
    &.modalCustomDashboard{

        max-width: 60%;
        .modalcustom-content{
            background-color: #333063;
            border-radius:30px ;

            overflow: hidden;
            -webkit-box-shadow: 0 0 10px #000;
            -moz-box-shadow: 0 0 10px #000;
            -o-box-shadow: 0 0 10px #000;
            -ms-box-shadow: 0 0 10px #000;
            box-shadow: 0 0 10px #000;
            .main-header {
                background-color: #333063;
                color: white;
                text-align: center;
                padding: 5px;
                font-weight: 900;
                font-size: 22px;
            }
            .main-content{
                border-radius:30px ;
                background-color: white;
            }
        }

    }

}
.modalCustomDashboard{
    display: none;
    .title-popin{
        background: #06b2b1;
        padding: 5px 0 4px 5px;
        color: rgba(255, 255, 255, .9);
        font-size: 18px;
        font-weight: 900;
        margin: 0 0 20px 0;
        border-radius: 40px;
        .picto {
            padding-top: 2px;
            text-align: center;
            display: inline-block;
            width: 34px;
            height: 34px;
            border-radius: 50%;
            background: #ffffff;
            margin-right: 10px;
            img{
                width: 20px;
            }
        }
    }
}
.modalcustom a.close-modalcustom {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==')
}

.modalcustom-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #111;
    height: 20px
}

.modalcustom-spinner > div {
    border-radius: 100px;
    background-color: #fff;
    height: 20px;
    width: 2px;
    margin: 0 1px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out
}

.modalcustom-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.modalcustom-spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

.modalcustom-spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.5)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.5);
        -webkit-transform: scaleY(0.5)
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0)
    }
}

#show-dialog{
    h4{
        font-size: 20px;
        color: $blue;
        font-weight: bold;
        i{
            color: $blue;
        }
    }
    .flash-notice{
        font-size: 16px;
    }
}

.u-spinner {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 99999999;
    &.open{
        visibility: visible;
        opacity: 1;

    }
    svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        fill: #ffffff;
        font-size: 12rem;
    }

    .svg-icon {
        width: 1em;
        height: 1em;
        vertical-align: middle;
        overflow: hidden;
    }
}

.popin-fullscreen {

    background-color: white;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    width: 100%;
    height: 100vh;
    position: absolute;
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
    pointer-events: none;
    z-index: 999;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    &.open{
        pointer-events: all;
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}


#menu-mobile{
    .btn-close-2{
        position: absolute;
        top:0;
        right:0;
        background-color: $blue-light;
        padding: 5px 10px;
        border-radius: 0px;
        i{
            color: white;
        }

    }
    .block-user{
        background-color: #333063;
        padding: 30px;
        height: 202px;
        .poster-user{
            height: 110px;
            width: 110px;
            border-radius: 100%;
            border: 2px solid #06b2b1;
            padding: 8px;
            margin: 0 auto;
            img{
                overflow: hidden;
                height: 100%;
                width: 100%;
                border-radius: 100%;

            }
        }
        .name-user{
            font-weight: 100;
            font-size: 18px;
            .firstname{
                font-weight: 600;
            }
        }
    }
    .menu-link{
        a{
            text-decoration: none;
            color:black;
            img{
                width: 40px;
            }
        }
    }
}



