html,
body {
    height: auto;
    background: #EEEEEE;
    background: linear-gradient(90deg, rgba(238, 238, 238, 1) 0%, rgba(0, 0, 0, 0.01) 100%);
    pointer-events: auto !important;
    background-image: url("../images/top.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    font-family: "Open Sans", sans-serif;
}

body {

    display: flex;
    flex-direction: column;
    min-height: 100vh;

}

.progress-bar {
    background-color: #001466;
}

.progress {
    border: 1px solid #999;
    height: 2rem;

}

.open-sans-normal {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth"100;
}

.open-sans-bold {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-variation-settings:
        "wdth"100;
}

.intro-list {
    font-size: 16px;
}

.intro-list li {

    /*list-style-type: '- '*/
}

h1 {
    color: #00b1e6;
    font-weight: 800;
}

h2.question {
    margin-bottom: 15px;
}

p {
    font-size: 16px;
}

.answer {
    border-radius: 20px;
    /*box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);*/
    background-color: #00aced22;
}


.goodAnswer {
    /*
    background: lightgreen;
    */
}

.badAnswer {
    /*
    background: #d13c32;
    color: white;
*/
}

button.nowidth {
    width: auto;
    margin: auto;
    display: block;
    margin-top: 20px;
}

.wrapper {
    position: relative;
    padding: 20px;
    margin-top: 20px;
    border-radius: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.page-wrapper .login-img {
    width: 100%;
}

.wrapper-first.off,
.wrapper-sec.off {
    display: none;
}

.wrapper-first.on,
.wrapper-sec.on {
    display: block;
}



/* Layout Setup */
.page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 80vh;
    /* Full viewport height */
}

/* Vertical & Horizontal Centering */
.login-container {
    flex-grow: 1;
    /* Pushes footer to the bottom */
    display: flex;
    align-items: center;
    /* Vertical center */
    justify-content: center;
    /* Horizontal center */
    padding: 20px;
}

/* Responsive Login Box */
.login-box {
    width: 100%;
    max-width: 1124px;
    /* Limits size on desktop */
    padding: 10px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-top: 60px;
}

/* Bottom Footer */
.footer {
    padding: 20px;
    text-align: center;
    background: transparent;

}

.modal-content {
    background-color: #FFFFFF;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.footer p {
    font-size: 14px;
}

.thickBorder {
    border: 3px solid black;
}

.incorrect.on {
    background: #fc938b;
}

.correct.on {
    background: lightgreen;
}



.btn.btnRefer {
    position: absolute;
    top: -16px;
    right: 0;
    background-color: #00b1e6;
    margin-top: 20px;
    margin-right: 20px;
    cursor: pointer;
    color: white;
    font-weight: normal;
    width: 200px;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;

}

.btn.btnBack {
    position: relative;

    background-color: white;
    border: 1px solid #00b1e6;
    color: #00b1e6 !important;

    padding: 7px;
    cursor: pointer;

    font-weight: normal;
    width: 150px;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 18px;
    display: inline;
    margin: 20px 5px 0 5px;

}

.btn.btnBack:hover {
    background-color: #001466;
    margin-top: 20px;
    color: white !important;
    cursor: pointer;
}

.btn-unik-org.sub {
    margin: 20px 5px 0 5px;
    padding: 7px;
    width: 150px;
}

.btn-unik-org {
    background-color: #00b1e6;
    margin-top: 20px;
    margin-right: 20px;
    cursor: pointer;
    color: white;
    font-weight: normal;
    width: 86%;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
}

h1.registerTitle {
    margin-top: 30px;
    font-weight: 600;
    color: black;
    font-size: 22px;
    display: inline-block;
    text-transform: uppercase;
}

.formError {
    border: 3px solid red;
    background-color: #ffeded;
}

.btn-unik-org.left {
    margin-left: 11%;
}

.btn-unik-org:hover {
    background-color: #001466;
    margin-top: 20px;
    cursor: pointer;
}

.unikall {
    background-color: #001466;
    margin-top: 20px;
    cursor: pointer;
    color: white;
    border-radius: 20px;
    border: none;
}

.unikall:hover {
    background-color: #00b1e6;
    margin-top: 20px;
    cursor: pointer;
    color: white;

}


.form-floating {}

a {

    color: #00aced;
}

a:hover {
    text-decoration: none;
    color: #11bdfe;
}

.fleche {
    display: none;

    position: absolute;
    top: 35px;
    left: 35px;
    width: 50px;
    z-index: 900;
    cursor: pointer !important;
}


label.consent {
    cursor: pointer !important;
    -webkit-border-radius: 15px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius: 15px;
    -moz-border-radius-topleft: 5px;
    border-radius: 15px;
    border-top-left-radius: 5px;
    display: inline-block;
    width: 85%;
    padding: 0px 20px 20px 5px;
    color: black;
    font-size: 18px;
    font-weight: normal;
    margin-top: 0px;
    pointer-events: all;
    pointer-events: auto !important;
    min-height: 178px;
    display: inline-flex;
    justify-content: left;
    align-items: left;
    text-align: left;

}



.form-check {
    padding-left: 0;
    position: relative;
}


.form-check .form-check-input:checked {
    background-color: #00aced;
    border-color: #00aced;
    font-size: 10px;
}

.form-check-input:checked[type=checkbox] {

    /*background-image: url(../images/download.svg);*/
}

.form-check .form-check-input {
    width: 40px;
    height: 40px;
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0;
    margin-left: 0;

}

.mqs .form-check-label {
    width: 90%;
    padding: 0;
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    margin-top: 3px;
}

.mqs .form-check {
    padding-left: inherit;
    position: relative;
    margin-bottom: 5px;
}

.mqs .form-check .form-check-input:checked {
    background-color: #00aced;
    border-color: #00aced;
}

.mqs .form-check-input:checked[type=checkbox] {}

.mqs .form-check .form-check-input {
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    left: 0px;
    margin: 0;
}



.title {
    font-size: 45px;
    color: #001466;
    text-align: left;
    margin-bottom: 0px;
    line-height: 1.1;
}

.titletag {
    font-size: 18px;
    color: black;
    text-align: left;
    font-weight: 100;
    margin-top: 0px;
    width: 90%;
}

.form-control {
    border-radius: 20px;
    color: #000000 !important;
}

.form-floating {
    color: #000000 !important;
}

.col-lg-6 {
    padding-left: 30px;
    padding-right: 30px;
}

.reference {
    font-size: 13px;
    color: black;
    line-height: 1.2;
    margin-top: 30px;
}

.codeBottom {
    font-size: 11px;
    color: black;
    line-height: 1.2;
    margin-top: 10px;
}

.titleBanner {
    font-size: 45px;
    color: white;
    text-align: left;
    margin-bottom: 0px;
    line-height: 1.1;
}

.titletagBanner {
    font-size: 18px;
    color: white;
    text-align: left;
    font-weight: 100;
    margin-top: 0px;
    width: 60%;
}

.questionTitre {
    color: #00b1e6;
    font-weight: 800;
    font-size: 25px;
}

.questionNew {
    color: black;
    font-weight: 600;
    font-size: 20px;
    margin: 0px 0px 20px 0px;
}

.questionName {
    color: #001466;
    font-weight: 700;
    font-size: 22px;
    line-height: 2;
}

.titreCase {
    color: #001466;
    font-weight: 700;
    font-size: 23px;
}

/*GESTION BANNER  TOP*/
.banner {
    position: relative;
    width: 100%;
    height: 164px;
    /* fixed height across devices */
    background-image: url('../images/top.png');
    background-size: cover;
    /* fills width, crops as needed */
    background-position: left center;
    /* anchor to top-left, crop right */
    background-repeat: no-repeat;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    color: white;
    font-size: 2rem;
    text-align: center;

    padding: 0 10px;
    /* prevents overflow on small screens */
}

.form-checkQ2 {
    text-align: center;
}

.form-checkAsnwer {
    text-align: left;
    float: left;
}


@media screen and (max-width: 1300px) {

    .wrapper.text-start {
        padding-top: 55px!important;
    }

    .wrapper.text-start.intbegin {
        padding-top: 15px!important;
    }

    


}


@media (max-width: 1000px) {
    .banner {
        height: 164px;
    }




    .banner-text {
        font-size: 1.5rem;
    }

    .titletagBanner {
        font-size: 15px;
        color: white;
        text-align: left;
        font-weight: 100;
        margin-top: 0px;
        width: 90%;
        line-height: 1.1;
    }
}

/* Optional: make text responsive */
@media (max-width: 768px) {
    .banner {
        height: 164px;
    }

    .banner-text {
        font-size: 1.5rem;
    }

    .titleBanner {
        font-size: 30px;
        color: white;
        text-align: left;
        margin-bottom: 0px;
        line-height: 1.1;
        width: 140%;
    }

    .titletagBanner {
        font-size: 15px;
        color: white;
        text-align: left;
        font-weight: 100;
        margin-top: 0px;
        width: 140%;
        line-height: 1.1;
    }
}

.texArea {
    width: 100%;
    padding: 0.5%;
    min-height: 100px;
    margin-bottom: 30px;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid #ccc;
}

@media (max-height: 768px) {
    .login-box {
        width: 100%;
        max-width: 1124px;
        /* Limits size on desktop */
        padding: 10px;
        background: #fff;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        margin-top: 0px;
    }



}