/* CLEAN STYLE */

html {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    font-family: 'Poppins' !important;
}

ul {
    list-style: none !important;
    padding: 0;
}

a {
    text-decoration: none !important;
    transition: color 0.25s;
}

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

input, button, submit {
    border:none;
    background: none;
}

*:focus {
    outline:none !important
}


/* HEADER */

#header {
    top: 0;
    width: 100%;
    height: 80px;
    background: white;
    position: fixed;
    z-index: 3;
    -webkit-box-shadow: 0px 2px 15px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 15px -9px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 15px -9px rgba(0,0,0,0.75);
}

.nav-logo-link {
    position: absolute;
    width: 208px;
    height: 36px;
    left: 50px;
    top: 20px;
    color: #59089E;
    font-size: 20px;
}

.nav-logo-link-cle {
    font-size: 26px;
    font-weight: bold;
}

.nav-top {
    float: right;
    position: absolute;
    height: 36px;
    right: 50px;
    top: 20px;
}

.nav-top-offline-user li.nav-item {
    margin-right: 3rem;
}

li.nav-item {
    color: #000000;
    display: inline-block;
}

li.nav-item:nth-child(4) {
    padding-left: 25px;
    padding-right: 25px;
}

a.nav-link {
    color: #000000;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
}

li.nav-item::after {
    content: '';
    width: 0%;
    height: 1px;
    display: block;
    background: black;
    transition: 300ms;
    z-index: 100;
    text-align: center;
    margin-left: 12.5%;
    margin-top: -8px;
}

li.nav-item:hover::after {
    content: '';
    width: 75%;
}

.icon-login {
    position: absolute;
    width: 20px;
    margin-top: 7px;
    margin-left: -10px;
}

/* WRAP */

#wrapper {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-top: 80px;
    min-height: 100vh;
}

/* SVG HOME CIRCLE */

.container-svg-home {
    height: 100px;
    overflow: hidden;
    width: 100%;
    position: absolute;
    bottom: 774px;
}

.container-svg-home img {
    width: 100%;
}


/* FOOTER */

#footer {
    background: #722DAC;
    width: 100%;
    height: 300px;
    padding-top: 65px;
}

img.icon-social {
    width: 14px;
    height: auto;
    margin-right: 10px;
}

.footer-container.row {
    margin: 0 auto;
    max-width: 1140px;
    width: 75%;
}

.text-footer-container {
    font-size: 20px;
    color: #FFFFFF;
}

.text-footer-container p{
    padding-top: 30px;
    width: 361px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 20px;
}

.legal-notice-container:nth-child(3) {
    padding-top: 30px;
}

.contact-title {
    color: #ffffff;
    font-size: 20px;
}

.contact-footer li.footer-item {
    padding-top: 12px;
}

a.footer-link,
a.legal-notice-link {
    color: #ffffff;
    font-size: 12px;
}

a.legal-notice-link:hover {
    color: #ffffff !important;
}

a.footer-link:hover {
    color: #ffffff !important;
}

.legal-title {
    font-size: 20px;
    color: #FFFFFF;
}

.btn-white {
    text-transform: uppercase;
    color: #59089E;
    background-color: #fff;
    border-radius: 5px;
    padding: 18px 55px;
    font-size: 13px;
    font-weight: bold;
}

/* LANDING PAGE */

.index .wrapper-container {
    position: relative;
    height: 800px;
    width: 100%;
    /*background: linear-gradient(116.86deg, #59089E 2.73%, rgba(89, 8, 158, 0.42) 106.58%);*/
    background-image: url('/images/homepage.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.container-title-banner {
    color: #FEFEFE;
    position: absolute;
    left: 164px;
    top: 283px;
}

.learn-more {
    margin-top: 4rem;
}

i.material-icons.chevron-down {
    display: block;
    transform: rotate(90deg);
    color: #FFFFFF;
    pointer-events: none;
}

i.material-icons.chevron-down.second {
    margin-top: -15px;
}

/* NCLE */

.ncle-container.row {
    position: relative;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 175px;
    margin-bottom: 175px;
}

.ncle-cont {
    padding-top: 100px;
}

h2.ncle-title,
.ncle-text {
    color: #59089E;
}

a.ncle-button {
    display: block;
    color: white;
    padding: 15px;
    background: #59089E;
    border-radius: 4px;
    margin-top: 50px;
    width: 200px;
    text-align: center;
}

a.ncle-button:hover {
    color: white!important;
}

.picture-landing {
    width: 650px;
    height: auto;
}


/* POPUP LOGIN */

#popup-login {
    display: block;
    position: fixed;
    z-index: 5;
    width: 100%;
}

.popup-inner-login {
    width: 315px;
    background: white;
    margin-top: 10px;
    margin-right: 45px;
    margin-left: auto;
    border-radius: 4px;
    padding-bottom: 20px !important;
    position: relative;
}

.popup-inner-login h2 {
    font-size: 24px;
    padding-top: 20px;
    text-align: center;
    margin-bottom: 25px;
}

input {
    font-size: 14px !important;
}

button.button-login-close {
    right: 10px;
    position: absolute;
    font-size: 30px !important;
    color: #E5E5E5;
    transition: color 0.25s;

    width: 100%;
    padding: 0 10px;
    display: block;
    text-align: right;
}

button.button-login-close:hover {
    color: #59089E;
}

a.ncle-button {
    display: block;
    color: white;
    padding: 15px;
    background: #59089E;
    border-radius: 4px;
    margin-top: 50px;
    width: 200px;
    text-align: center;
}

.login-form label,
.login-form input[type="text"],
.login-form input[type="password"] {
    width: 100%;
}

.login-form label b{
    font-size: 14px;
    font-weight: normal !important;
}

.login-form input[type="text"],
.login-form input[type="password"] {
    background: rgba(171, 171, 171, 0.3);
    border-radius: 4px;
    height: 34px;
}

.login-form input[type="text"] {
    margin-bottom: 25px;
}

.login-form input[type="password"] {
    margin-bottom: 15px;
}

.forgotten-password {
    background: transparent !important;
    font-size: 10px !important;
}

.forgotten-password span.psw a {
    color: #4F4F4F !important;
}

.forgotten-password span.psw a::after {
    content: "";
    display: block;
    width: 91.8px;
    height: 1px;
    background: #4F4F4F !important;
    margin-top: -2px;
}

.login-form {
    width: 270px;
    margin: 0 auto;
}

.login-button-form {
    width: 95%;
    padding: 10px;
    background: #59089E;
    margin: 0 auto;
    display: block;
    border-radius: 4px;
    color: white;
}

label.remember-label {
    margin-top: 15px;
}

.remember-label p {
    font-size: 10px;
    color: #4F4F4F !important;
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
}

#overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #00000098;
    z-index: 1;
    overflow: hidden;
    display: none;
}


.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* POP UP INSCRIPTION */

#popup-inscription {
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
}


.popup-inner-inscription {
    width: 710px;
    background: white;
    margin-top: 50px !important;
    margin: 0 auto;
    border-radius: 4px;
    padding-bottom: 20px !important;
    position: relative;
}

button.button-inscription-close {
    position: relative;
    font-size: 30px !important;
    color: #E5E5E5;
    transition: color 0.25s;
    right: 15px;
    top: 5px;
    margin-left: auto;

    width: 100%;
    padding: 0 10px;
    display: block;
    text-align: right;
}

button.button-inscription-close:hover {
    color: #59089E;
}

.popup-inner-inscription h2 {
    font-size: 24px;
    /*padding-top: 30px;*/
    text-align: center;
    margin-bottom: 25px;
}

.following-field {
    width: 100%;
    text-align: center;
    font-size: 12px;
}

.inscription-form .row .col-md-2,
.inscription-form .row .col-md-5,
.inscription-form .row .col-md-6,
.inscription-form .row .col-md-12 {
    height: 80px;
    padding-top: 10px;
    padding-right: 10px;
    font-size: 12px !important;
}

.inscription-form .container {
    padding: 40px;
}

.inscription-form .row {
    margin-top: 15px;
}

.inscription-form .col-md-2::after,
.inscription-form .col-md-5::after,
.inscription-form .col-md-6::after,
.inscription-form .col-md-12::after {
    content: "";
    border: 1px solid #ECECEC;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    transition: background 0.25s;
}

.inscription-form .col-md-2::after {
    width: 100px;
}

.inscription-form .col-md-2:hover::after,
.inscription-form .row.fourth-row .col-md-6:nth-child(1):hover::after,
.inscription-form .row.fifth-row .col-md-12:hover::after {
    background: rgba(88, 8, 158, 0.575);
}

.inscription-form .row .col-md-2:hover,
.inscription-form .row.fourth-row .col-md-6:nth-child(1):hover,
.inscription-form .row.fifth-row .col-md-12:hover,
.inscription-form .row .col-md-2:hover select,
.inscription-form .row.fourth-row .col-md-6:nth-child(1):hover select,
.inscription-form .row.fifth-row .col-md-12:hover select {
    color: #ffffff !important;

}

.inscription-form select option {
    color: black !important;
}

.inscription-form .col-md-5::after {
    width: 261.97px;
}

.inscription-form .col-md-6::after {
    width: 322.78px;
}

.inscription-form .col-md-12::after {
    width: 647.36px;
}

.inscription-form b {
    font-size: 12px;
}

.inscription-form label {
    width: 93%;
}

.inscription-form select {
    border: none;
    width: 99%;
    padding: 0;
    margin: 0;
    margin-left: -4px !important;
    margin-top: 12px;
}

.inscription-form select,
.inscription-form b {
    position: relative;
    z-index: 10;
    background: transparent;
}

.inscription-button-form {
    width: 250px;
    padding: 10px;
    background: #59089E;
    margin: 0 auto;
    display: block;
    border-radius: 4px;
    color: white;
    margin-top: 25px;
}

label.terms-of-use-label {
    margin-top: 15px;
}

.terms-of-use-label p {
    font-size: 10px;
    color: black !important;
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
}

.terms-of-use-label a {
    display: block;
    font-size: 10px;
    margin-left: 22px;
    color: #4F4F4F;
    margin-top: -10px;
}

/* ACCOUNT PAGE */

.account #header {
    background: #722DAC;
}

.account #header .nav-logo-link {
    color: white;
}

.account #header input,
.account #header a {
    color: white;
}

.account #header li.nav-item::after {
    background: white;
}

.account #header input:hover,
.account #header a:hover {
    color: white !important;
}

.account #header li.nav-item:nth-child(4) {
    margin-left: 75px;
}

/* POPUP ACCOUNT */

.popup-inner-account {
    width: 315px;
    background: white;
    margin-top: 10px;
    margin-right: 45px;
    margin-left: auto;
    border-radius: 4px;
    padding-bottom: 20px !important;
    padding-top: 50px !important;
}

#popup-account {
    display: block;
    position: fixed;
    z-index: 5;
    width: 100%;
}

input.button-account-close {
    right: 55px;
    top: 15px;
    position: absolute;
    font-size: 30px !important;
    color: #E5E5E5;
    transition: color 0.25s;
}

input.button-account-close:hover {
    color: #59089E;
}

a.account-button-form {
    width: 240px;
    padding: 10px;
    background: #59089E;
    margin: 0 auto;
    display: block;
    border-radius: 4px;
    color: white;
    text-align: center;
    margin-bottom: 12px;
    font-size: 14px;
}

a.close-account-button-form {
    width: 240px;
    padding: 10px;
    background: white;
    margin: 0 auto;
    display: block;
    border-radius: 4px;
    color: white;
    text-align: center;
    border: 2px solid #59089E;
    color: #59089E;
    font-weight: 600;
    font-size: 14px;
}

a.account-button-form:hover {
    color: white !important;
}

a.close-account-button-form:hover {
    color: #59089E !important;
}

.account .wrapper-container {
    max-width: 920px;
    margin: 0 auto;
    margin-top: 120px;
    margin-bottom: 120px;
}

.container-account-field {
    height: 80px;
    background: white;
    padding: 13px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid #ECECEC;
    position: relative;
}

.container-account-field::after {
    display: block;
    content: ' ';
    background-image: url('../images/svg/accountpen.svg');
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    right: 10px;
    position: absolute;
    bottom: 18px;
}

#submitprofile {
    background: #722DAC;
    color: white;
    padding: 20px 30px;
    border-radius: 10px;
}

.info-account-field {
    font-size: 12px;
    color: #7B7B7B;
    margin-top: 10px;
}

.container-button-profile-submit {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.account #wrapper {
    background: rgb(240, 240, 240);
}

.container-account {
    margin-top: 15px;
}

.title-account {
    font-size: 12px;
    font-weight: bold;
}

.container-account-dropdown {
    height: 80px;
    background: white;
    padding: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid #ECECEC;
    position: relative;
}

.inputs__control {
    width: 100%;
    border: 0;
    font-size: 12px !important;
    color: #1b1b1b;
    background-color: #fff;
}

.container-account label {
    font-size: 12px;
    font-weight: bold;
}

.container-account select {
    display: block;
    font-size: 12px !important;
    width: 100%;
    border: none;
    color: #7B7B7B;
    padding-bottom: 5px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.title-dropdown {
    font-weight: bold;
    font-size: 20px;
}

#chevron-progress,
#chevron-certificate {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px !important;
    cursor: pointer;
    transform: rotate(90deg);
    transition: transform 0.25s;
}

#progress-dropdown,
#certificate-dropdown {
    height: 0px;
    background: white;
    padding: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid #ECECEC;
    position: relative;
    margin-top: 5px;
    height: 206px;
}

.text-certificate {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-top: 25px;
}

a.button-certificate {
    width: 240px;
    padding: 10px;
    background: #59089E;
    margin: 0 auto;
    display: block;
    border-radius: 4px;
    color: white;
    text-align: center;
    margin-bottom: 12px;
    font-size: 14px;
    margin-top: 50px;
    position: relative;
}

a.button-certificate:hover {
    color: white !important;
}

a.button-certificate img {
    margin-left: 10px;
}

.text-progress {
    font-size: 14px;
    display: inline-block;
    margin-right: 25px;
}

.container-text-progress img {
    display: inline-block;
}

.container-text-progress {
    margin-top: 40px;
    position: relative;
}

.container-videocheck {
    position: absolute;
    left: 310px;
    top: 0px;
}

.container-quizzcheck {
    position: absolute;
    left: 310px;
    top: 0px;
}

/* VIDEO LIBRARY */

.wrapper-video-library {
    max-width: 1040px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 120px;
}

.container-search {
    margin-bottom: 75px;
    text-align: center;
}

button.searchButton {
    position: absolute;
    left: 6%;
    top: 15px;
}

.search {
    position: relative;
}

input.searchTerm {
    background: rgba(171, 171, 171, 0.3);
    width: 90%;
    height: 56px;
    border-radius: 4px;
    padding-left: 55px;
}

.container-progression-bar-video-library {
    width: 93%;
    position: relative;
    display: block;
    margin-bottom: 75px !important;
    margin: 0 auto;
}

.container-progress-video-collection {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
}

.progression-bar-title {
    font-size: 20px;
    font-weight: bold;
    display: inline;
}

.progression-bar-completed {
    float: right;
    font-size: 14px;
    display: inline;
}

.wrapper-video-library .col-md-4 {
    margin-bottom: 25px;
}

.wrapper-video-library .container-video {
    box-shadow: 2px 4px 20px rgba(19, 19, 19, 0.15);
    border-radius: 4px 4px 0px 0px;
    overflow: hidden;
}

.title-video {
    font-size: 12px;
}

.description-video {
    font-size: 10px;
}

.container-video-under {
    padding: 10px;
}


/* SOLO VIDEO PAGE */

.wrapper-video-solo {
    max-width: 770px !important;
    margin-top: 100px;
    margin-bottom: 100px;
}

.title-video-solo {
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px;
    font-weight: bold;
}

.duration-video-solo {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    margin-bottom: 10px;
}

.container-video-above {
    position: relative;
    z-index: 0;
}

.quizz-button-start {
    position: absolute;
    right: 0;
    top: 11px;
    width: 200px;
    padding: 8px;
    background: #59089E;
    margin: 0 auto;
    border-radius: 4px;
    color: white;
    text-align: center;
    margin-bottom: 12px;
    font-size: 14px;
}

a.quizz-button-start:hover {
    color: white !important;
}
.description-video-solo {
    font-family: 'Roboto', sans-serif !important;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}

.container-video-under-solo {
    margin-top: 10px;
}

.video-tip-solo {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 40px;
    margin-bottom: 40px;
}

.link-video-solo.next-video {
    float: right;
    color: #59089E;
    text-decoration: underline !important;
}

.link-video-solo.previous-video {
    float: left;
    color: #59089E;
    text-decoration: underline !important;
}


/* NAVBAR LEFT VIDEO SOLO */

#sidebarCollapse {
    width: 48px;
    height: 48px;
    background: #722DAC;
    position: absolute;
    right: -48px;
    top: 0;
    cursor: pointer;
}

.title-video-nav {
    font-size: 14px;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
    margin-left: 40px;
}

.title-video-nav::before {
    content: url('../images/svg/videocheck.svg');
    position: absolute;
    left: 20px;
    margin-top: -2px;
}

.title-video-nav::after {
    content: url('../images/svg/progressbarsolovideo.svg');
    position: absolute;
    left: 31px;
    margin-top: 25px;
}

.title-video-nav:last-of-type::after {
    content: "";
    display: none;
}

.chevron-sidebar {
    text-align: center;
    font-size: 34px !important;
    margin-top: 0;
    transform: rotate(180deg);
    transform-origin: center;
    padding: 5px;
    transition: transform 0.25s;
}

.navbar-btn.active-sidebar .chevron-sidebar {
    transform: rotate(0deg);
}

#sidebar {
    z-index: 1;
    width: 280px;
    height: 100%;
    position: absolute;
    background: #F7F7F7;
    color: #fff;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
}

#sidebar.active-sidebar {
    margin-left: -280px;
}

.sidebar-header h3 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: bold;
    font-size: 24px;
    width: 100%;
    color: #59089E;
    text-align: center;
    margin-top: 21px;
    margin-bottom: 42px
}


/* START QUIZZ */

.wrapper-quizz-start {
    max-width: 770px !important;
    height: 50vh;
    margin-top: 200px;
    margin-bottom: 100px;
}

.title-start-quizz {
    font-size: 24px;
    text-align: center;
}

.level-start-quizz {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

.quizz-button-start-page {
    right: 0;
    top: 11px;
    width: 200px;
    padding: 15px 75px 15px 75px;
    background: #59089E;
    margin: 0 auto;
    border-radius: 4px;
    color: white;
    text-align: center;
    margin-bottom: 12px;
    font-size: 14px;
}

.quizz-button-start-page:hover {
    color: white !important;
}

.container-quizz-start-page {
    width: 100%;
    text-align: center;
    margin-top: 75px;
}


/* QUIZZ PAGE */

.wrapper-quizz-page {
    margin-top: 75px;
    margin-bottom: 75px;
}

.title-quizz-page {
    font-size: 24px;
}

.level-quizz-page {
    font-size: 20px;
}

.container-svg-quizz-progress::before {
    content: "";
    width: 20px;
    height: 2px;
    background: #C4C4C4;
    display: inline-block;
    margin-bottom: 3px;
    margin-right: 4px;
}

.container-svg-quizz-progress:first-child::before {
    content: "";
    display: none !important;
}

.container-svg-quizz-progress {
    display: inline-block;
}

.level-quizz-page {
    margin-bottom: 20px;
}

.quizz-admin-message {
    font-size: 14px;
    margin-top: 25px !important;
    box-shadow: 2px 4px 20px rgba(19, 19, 19, 0.15);
    border-radius: 10px;
    width: 544px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0 auto;
    font-weight: bold;
}

.quizz-admin-message.correct {
    background: #0AC156;
    color: white;
    font-weight: 500;
}

.container-question-video-quizz {
    margin-top: 50px;
}

.quizz-question-number {
    font-size: 10px;
}

.quizz-question-text {
    font-size: 14px;
}

.container-question-quizz {
    text-align: center;
}

.quizz-question-answer-label {
    font-size: 12px;
    font-weight: bold;
}

.quizz-question-answer-container {
    font-size: 12px;
}

.quizz-question-answer-label {
    margin-bottom: 12px;
}

.quizz-question-answer-container div {
    margin-bottom: 2px;
}

.container-top-content-quizz-page {
    text-align: center;
}

.answer {
    padding: 4px 14px;
    border-radius: 14px;
}

.answer.selected {
    background: rgba(45, 155, 219, 0.568);
    color: white;
}

.answer.locked {
    opacity: 0.4;
}

.answer.wrong {
    background: rgba(253, 46, 46, 0.651);
    color: white;
}

.answer.wrong::after {
    content: url('../images/svg/wronganswerquizz.svg');
    float: right;
    margin-top: 1px;
}

.answer.good {
    background: #0AC156;
    color: white;
}

.answer.good::after {
    content: url('../images/svg/goodanswerquizz.svg');
    float: right;
    margin-top: 1px;
}

.quizz-answer-container {
    max-width: 580px;
    margin: 0 auto;
}

.video-container-right iframe {
    max-width: 600px;
}

.video-container-right {
    text-align: right;
}

.container-elipse-purple-progress::before {
    content: "";
    width: 20px;
    height: 2px;
    background: #59089E;
    display: inline-block;
    margin-bottom: 3px;
    margin-right: -4px;
    margin-left: -4px;
}

.container-elipse-purple-progress:first-child::before {
    content: "";
    display: none !important;
}

.container-elipse-purple-progress {
    display: inline-block;
}

/* POPUP PAGE */

.container-popup-page {
    height: 1000px;
    padding-top: 50px;
    background: rgba(0, 0, 0, 0.548);
}

.popup-certificate {
    position: absolute;
    left: 50%;
    width: 450px;
    height: 275px;
    z-index: 2;
    margin-left: -225px;
    border-radius: 4px;
    background: white;
    top: 150px;
}

input.popup-certificate-close {
    right: 5px;
    top: -5px;
    position: absolute;
    font-size: 30px !important;
    color: #E5E5E5;
    transition: color 0.25s;
}

input.popup-certificate-close:hover {
    color: #59089E
}

.popup-certificate-title {
    text-align: center;
    margin-top: 25px;
    font-size: 24px;
    margin-bottom: 25px;
}

.popup-certificate-text {
    font-size: 14px;
    text-align: center;
    margin-bottom: 70px;
}

.container-popup-certificate-difficulty {
    text-align: center;
}

.popup-certificate-difficulty {
    color: white;
    background: #722DAC;
    padding: 10px 30px;
    border-radius: 10px;
}

.popup-difficulty {
    position: absolute;
    left: 50%;
    width: 450px;
    height: 275px;
    margin-left: -225px;
    border-radius: 4px;
    background: white;
    z-index: 2;
    top: 150px;
}

input.popup-difficulty-close {
    right: 5px;
    top: -5px;
    position: absolute;
    font-size: 30px !important;
    color: #E5E5E5;
    transition: color 0.25s;
}

input.popup-difficulty-close:hover {
    color: #59089E
}

.popup-difficulty-title {
    text-align: center;
    margin-top: 25px;
    font-size: 24px;
    margin-bottom: 25px;
}

.popup-difficulty-text {
    font-size: 14px;
    text-align: center;
    margin-bottom: 50px;
}

.container-popup-difficulty-difficulty {
    text-align: center;
}

a.popup-difficulty-difficulty {
    color: white;
    background: #722DAC;
    padding: 10px 30px;
    border-radius: 10px;
}

.container-popup-difficulty-difficulty:first-child {
    margin-top: 10px;
}

.popup-start-quizz-button {
    color: white;
    background: #722DAC;
    padding: 10px 30px;
    border-radius: 10px;
}

.popup-start-quizz {
    position: absolute;
    left: 50%;
    width: 450px;
    height: 275px;
    margin-left: -225px;
    border-radius: 4px;
    background: white;
    top: 150px;
    z-index: 2;
}

input.popup-start-quizz-close {
    right: 5px;
    top: -5px;
    position: absolute;
    font-size: 30px !important;
    color: #E5E5E5;
    transition: color 0.25s;
}

input.popup-start-quizz-close:hover {
    color: #59089E
}

.popup-start-quizz-title {
    text-align: center;
    margin-top: 25px;
    font-size: 24px;
    margin-bottom: 25px;
}

.popup-start-quizz-additionnaltext {
    font-size: 10px;
    text-align: center;
    margin-bottom: 25px;
}

.popup-start-quizz-text {
    font-size: 14px;
    text-align: center;
    margin-bottom: 25px;
}

.container-popup-start-quizz {
    text-align: center;
}

a.popup-certificate-difficulty:hover,
a.popup-start-quizz-button:hover,
a.popup-difficulty-difficulty:hover {
    color: white !important;
}

.text-share-popup {
    font-size: 10px;
}

.twitter-purple {
    margin-left: 20px;
    margin-right: 20px;
}

.popup-certificate-text,
.popup-start-quizz-text,
.popup-start-quizz-additionnaltext,
.popup-difficulty-text {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}


/* ACTIVE OR NOT BUTTON */

.active {
    opacity: 1;
}

.non-active {
    opacity: 0.6;
}

.non-active-lesson {
    opacity: 0.3;
}


/* CONTACT PAGE */

.container-contact {
    width: 700px;
    margin: 100px auto !important;
}

.text-area-contact {
    width: 100%;
    padding: 15px;
    font-size: 12px;
    border: 2px solid #ECECEC;
}

.container-contact form {
    width: 100%;
}

.container-send-contact {
    width: 100%;
    text-align: center;
}

.container-contact input {
    font-size: 12px;
}

.container-contact-field {
    height: 80px;
    background: white;
    padding: 13px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid #ECECEC;
    position: relative;
}

#wrapper.contact-page {
    background: rgb(240, 240, 240);
}

#submitcontact {
    background: #722DAC;
    color: white;
    padding: 20px 30px;
    border-radius: 10px;
    margin-top: 35px;
}

.text-purple {
    color: #722DAC;
}

#next {
    padding: 10px 70px;
}

.progress-lesson {
    height: 5px;
    background-color: #722DAC;
}

#btn-burger-menu {
    display: none;
}

@media (max-width: 1100px) {
    .title-landing-banner {
        font-size: 30px;
    }
    .subline-landing-banner {
        font-size: 20px;
    }
    .container-title-banner {
        position: relative;
        width: 75%;
        margin: 0 auto;
        top: 80px;
    }
    .popup-inner-inscription {
        width: 80%;
    }
}

@media (max-width: 500px) {
    .popup-inner-login {
        margin-right: auto;
    }
    .container-svg-home {
        top: 360px;
    }
    .mt-3-mobile, .my-3-mobile {
        margin: 1rem 0;
    }
    .mb-3-mobile, .my-3-mobile {
        margin: 1rem 0;
    }
    #btn-burger-menu {
        display: inherit;
    }
    #header {
        background-color: #59089E;
        color: white;
    }
    .nav-logo-link {
        color: white;
    }
    .title-landing-banner {
        font-size: 24px;
        text-align: left;
        font-weight: bold;
    }
    .nav-logo-link {
        left: 20px;
    }
    .learn-more {
        margin-top: 12rem;
        text-align: center;
    }
    .learn-more .btn-white {
        background-color: #59089E;
        color: #FFF;
        padding: 15px 90px;
        font-weight: inherit;
        font-size: 14px;
        white-space: nowrap;
    }
    .nav-top {
        top: 79px;
        background-color: white;
        width: 85%;
        height: 100vh;
        padding: 10px;
        right: -1px;
        box-shadow: 1px 1px 8px rgb(223, 223, 223);
    }
    .button-login {
        margin-right: auto;
        margin-left: auto;
        color: #000000 !important;
    }
    .nav-top .nav-item {
        text-align: left;
        padding: 5px 0;
        display: block;
    }
    .nav-top .nav-item a {
        color: #000000 !important;
    }

    .nav-top .nav-item a, .nav-top .nav-item input {
        text-decoration: underline !important;
        text-align: left;
        font-size: 20px !important;
    }
    li.nav-item:nth-child(4) {
        padding: inherit;
    }
    .button-login {
        margin: inherit;
    }
    .account #header li.nav-item:nth-child(4) {
        margin-left: inherit;
    }
    .text-footer-container p {
        padding-top: 0;
    }
    .subline-landing-banner {
        font-size: 18px;
    }
    .container-title-banner {
        left: 0;
    }
    .icon-login {
        display: none;
    }
    .ncle-container.row {
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }
    a.ncle-button {
        margin: 0 auto;
    }
    .ncle-cont {
        padding-top: 0;
    }
    #index video.video-js.video-js--question {
        width: 100%;
    }
    /*.index .nav-item:nth-child(2),
    .index .nav-item:nth-child(3),
    .account .nav-item:nth-child(2),
    .account .nav-item:nth-child(3)  {
        display: none;
    }*/
    .container-contact {
        width: auto;
    }
    #footer {
        padding: 0 !important;
        padding-top: 0 !important;
        height: unset;
    }
    .footer-container.row {
        width: 100%;
        padding: 20px;
    }
    .text-footer-container p {
        width: 100%;
    }

    h1{
        text-align: center;
    }
    #acceptConditions{
        float:left;
    }

    .inscription-form .col-md-12::after,
    .inscription-form .col-md-6::after,
    .inscription-form .col-md-5::after{
        width:97%;
    }
    .inscription-button-form{
        width: 90%;
    }
    .index .wrapper-container{
        height: 400px;
    }
    .ncle-container.row{
        margin-top:275px;
    }
    .ncle-text{
        margin-bottom:45px;
    }
    .container-contact.row{
        margin-top:50px !important;
    }
    .container-contact form{
        padding: 0 25px;
    }

    .burger-menu {
        display: inherit;
        position: absolute;
        right: 23px;
        top: 23px;
        font-size: 30px;
        color: white;
    }
    .nav-top-mobile {
        display: none;
    }
}