body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
    line-height: 1.66666667 !important;
}

label {
    font-weight: 600 !important;
}

.login-pf body {
    background-size: cover;
    background-color: #ededed;
}

.alert-danger {
    background-color: #ffffff;
    border-color: #cc0000;
    color: #333333;
}

.mt-1 {
    margin-top: 5px;
}

.mt-2 {
    margin-top: 10px;
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 20px;
}

.pt-1 {
    padding-top: 5px;
}

.pt-2 {
    padding-top: 10px;
}

.pb-1 {
    padding-bottom: 5px;
}

.pt-2 {
    padding-bottom: 10px;
}

.d-flex {
    display: flex;
}

.m-auto {
    margin: auto;
}

.btn {
    white-space: initial!important;
}

.color-white {
    color: #ffffff;
}

#kc-locale ul {
    display: none;
    position: absolute;
    background-color: #fff;
    list-style: none;
    right: 0;
    top: 20px;
    min-width: 100px;
    padding: 2px 0;
    border: solid 1px #bbb;
}

#kc-locale:hover ul {
    display: block;
    margin: 0;
}

#kc-locale ul li a {
    display: block;
    padding: 5px 14px;
    color: #000 !important;
    text-decoration: none;
    line-height: 20px;
}

#kc-locale ul li a:hover {
    color: #4d5258;
    background-color: #d4edfa;
}

#kc-locale-dropdown a {
    color: #4d5258;
    background: 0 0;
    padding: 0 15px 0 0;
    font-weight: 300;
}

#kc-locale-dropdown a:hover {
    text-decoration: none;
}

a#kc-current-locale-link {
    display: block;
    padding: 0 5px;
}

a#kc-current-locale-link::after {
    content: "\2c5";
    margin-left: 4px;
}

.login-pf a:hover {
    color: #0099d3;
}

#kc-logo {
    width: 100%;
}

#kc-logo-wrapper {
    background-image: url(../img/keycloak-logo-2.png);
    background-repeat: no-repeat;
    height: 63px;
    width: 300px;
    margin: 62px auto 0;
}

div.kc-logo-text {
    background-image: url(../img/keycloak-logo-text.png);
    background-repeat: no-repeat;
    height: 63px;
    width: 300px;
    margin: 0 auto;
}

div.kc-logo-text span {
    display: none;
}

#kc-header {
    color: #ededed;
    overflow: visible;
}

#kc-header-wrapper {
    font-size: 29px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2em;
    padding: 25px 10px 25px;
    background-color: white;
    white-space: normal;
}

#kc-content {
    width: 100%;
}

#kc-info {
    padding-bottom: 200px;
    margin-bottom: -200px;
}

#kc-info-wrapper {
    font-size: 13px;
}

#kc-form-options span {
    display: block;
}

#kc-form-options .checkbox {
    margin-top: 0;
    color: #72767b;
}

#kc-terms-text {
    margin-bottom: 20px;
}

#kc-registration {
    margin-bottom: 15px;
}

/* TOTP */

ol#kc-totp-settings {
    margin: 0;
    padding-left: 20px;
}

ul#kc-totp-supported-apps {
    margin-bottom: 10px;
}

#kc-totp-secret-qr-code {
    max-width:150px;
    max-height:150px;
}

#kc-totp-secret-key {
    background-color: #fff;
    color: #333333;
    font-size: 16px;
    padding: 10px 0;
}

/* OAuth */

#kc-oauth h3 {
    margin-top: 0;
}

#kc-oauth ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#kc-oauth ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
    padding: 10px 0;
}

#kc-oauth ul li:first-of-type {
    border-top: 0;
}

#kc-oauth .kc-role {
    display: inline-block;
    width: 50%;
}

/* Code */
#kc-code textarea {
    width: 100%;
    height: 8em;
}

/* Social */

#kc-social-providers ul {
    padding: 0;
}

#kc-social-providers li {
    display: block;
}

#kc-social-providers li:first-of-type {
    margin-top: 0;
}

.zocial,
a.zocial  {
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    text-shadow: none;
    border: 0;
    background: #f5f5f5;
    color: #72767b;
    border-radius: 0;
    white-space: normal;
}
.zocial:before {
    border-right: 0;
    margin-right: 0;
}
.zocial span:before {
    padding: 7px 10px;
    font-size: 14px;
}
.zocial:hover {
    background: #ededed !important;
}

.zocial.facebook,
.zocial.github,
.zocial.google,
.zocial.microsoft,
.zocial.stackoverflow,
.zocial.linkedin,
.zocial.twitter {
    background-image: none;
    border: 0;

    box-shadow: none;
    text-shadow: none;
}

/* Copy of zocial windows classes to be used for microsoft's social provider button */
.zocial.microsoft:before{ content: "\f15d"; }
.zocial.stackoverflow:before{ color: inherit; }


.card-pf form.form-actions .btn {
    float: right;
    margin-left: 10px;
}


.login-pf-page .login-pf-brand {
    margin-top: 20px;
    max-width: 360px;
    width: 40%;
}

.card-pf {
    background: #fff;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 500px;
    border-top: 0;
    box-shadow: 0 0 0;
}

/*tablet*/
@media (max-width: 840px) {
    .login-pf-page .card-pf{
        max-width: none;
        margin-left: 20px;
        margin-right: 20px;
        padding: 20px 20px 30px 20px;
    }
}

.login-pf-page .login-pf-signup {
    font-size: 15px;
    color: #72767b;
}

.login-pf-page .login-pf-social-link {
    margin-bottom: 25px;
}
.login-pf-page .login-pf-social-link a {
    padding: 2px 0;
}

.login-pf-page.login-pf-page-accounts {
    margin-left: auto;
    margin-right: auto;
}

.login-pf-page .btn-primary {
    margin-top: 0;
}


/***********************/
/**    HEADER **/
/***********************/

#kc-header > .container-fluid {
    background-color: white;
}

.login-pf-page .login-pf-page-header {
    text-align: center;
}

.color-infos {
    color: #f6b200;
}

.block-info {
    background-color: #000000;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}

.disclamer {
    background-color: #ffffff;
    font-size: 14px;
    padding: 10px;
    line-height: 15px;
    color: #363636;
}

.logo-taxe {
    padding: 5px;
    width: 30%;
}

.logo-taxe-top {
    height: 60px;
    padding: 5px 0;
}



/***********************/
/**    CONTENT **/
/***********************/

.fenetre-connexion {
    background-color: white;
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
    padding: 10px;
}

.fenetre-faq {
    background-color: white;
    padding: 15px 0px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 0px !important;
    min-height: 650px !important;
}

.home-title {
    font-size: 29px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 50px;
    margin-top: 15px;
    color: #363636;
    margin-bottom: 15px;
    text-align: center;
}

.block-connexion {
    background-color: #f7f7f7;
    border: 2px solid #ededed;
    color: #212121;
    text-align: center;
    font-size: 14px;
}

.block-faq-connexion {
    background-color: #f7f7f7;
    border-bottom: 2px solid #ededed;
    border-left: 2px solid #ededed;
    border-right: 2px solid #ededed;
    color: #212121;
    font-size: 14px;
    padding: 10px;
}

.block-mdp {
    color: #212121;
    text-align: center;
    font-size: 14px;
}

.mb-28 {
    margin-bottom: 28px !important;
}

.mb-45 {
    margin-bottom: 40px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.title-connexion {
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 1em; /*16px;*/
}

.title-faq-connexion {
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 1.5em; /*13px;*/
}

.title-form-connexion {
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 22px;
    padding-bottom: 30px;
    font-family: 'OSWALD';
}

.sous-title {
    color: #929292;
}

.block-video {
    height: 430px;
}

.eye-icon {
    float: right;
    margin-top: -20px;
    position: relative;
    z-index: 2;
    padding-right: 25px;
    font-size: 15px;
}

.eye-icon-create {
    margin-top: 33px;
    position: absolute;
    z-index: 2;
    right: 35px;
    font-size: 15px !important;
}

.eye-icon-register {
    margin-top: 33px;
    position: absolute;
    z-index: 2;
    right: 30px;
    font-size: 15px !important;
}

.eye-icon-activation {
    position: absolute;
    top: 10px;
    right: 15px;
}

.btn-primary {
    border-radius: 6px !important;
    background-color: #f6b200 !important;
    background-image: unset !important;
    border-color: #f6b200 !important;
    padding: 2px 15px !important;
    font-size: 14px !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    font-weight: 500 !important;
    box-shadow: unset !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #ffca42 !important;
    color: white !important;
    border-color: #ffca42!important;
    outline-color: #ffca42 !important;
}

.btn-choice {
    width: 100%;
    height:50px;
    background-color: white;
    padding: 12px 15px !important;
    font-size: 17px !important;
    margin-bottom: 15px !important;
    margin-top: 15px !important;
    font-weight: 500 !important;
    box-shadow: unset !important;
    color: #212121;
}

.btn-choice:hover, .btn-choice:focus, .btn-choice:active {
    background-color: #ffca42 !important;
    color: white !important;
    border-color: #ffca42!important;
    outline-color: #ffca42 !important;
}

.btn-choice-left {
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.btn-choice-right {
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.mr-10 {
    margin-right: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.forget-password > a, .remember-me, .back-connexion > a, .back_reset_password {
    color: black;
    text-decoration: underline;
    font-size: 12px;
    font-weight: unset;
}

.login-pf a:hover {
    color: #f6b200;
}


.btn-dark {
    border-radius: 6px !important;
    background-color: #ededed !important;
    background-image: unset !important;
    border-color: #ededed !important;
    padding: 2px 15px !important;
    font-size: 14px !important;
    margin-bottom: 15px !important;
    margin-top: 15px !important;
    font-weight: 500 !important;
    box-shadow: unset !important;
}

.plr-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
}


.form-group {
    text-align: left;
}

.info-connexion {
    text-decoration: underline;
    font-size: 14px;
}

label {
    margin-bottom: 0px !important;
}


.info-mdp {
    font-size: 11px;
    font-weight: unset;
}

#validCgu {
    margin-right: 10px;
}

#complement {
    height: 70px !important;
}

.full-sub-step {
    background-color: #f6b200;
    color: white;
    font-size: 1.5em;/*13px;*/
    padding: 3px 8px 2px;
    border-radius: 6px 6px 0 0;
}

.step-compte {
    border-bottom: 3px solid #f6b200;
    text-transform: uppercase;
    max-height: 24px;
    font-size: smaller;
    margin-bottom: 0px !important;
}


.border-accordeon {
    padding-bottom: 5px;
    border-bottom: 2px solid #f6b200;
    margin-bottom: 10px;
}

ol {
    padding-left: 50px;
}

ol > li {
    counter-increment: my-awesome-counter;
    list-style: none;
    padding-bottom: 10px;
}

ol > li::before {
    content: counter(my-awesome-counter) ". ";
    font-weight: bold;
    padding-left: 30px;
    position: absolute;
    display: block;
    left: 0;
    width: 25px;
    text-align: left;
}

ol > li {
    counter-increment: my-awesome-counter;
}

.arrow-accordeon {
    padding-right: 10px;
}

.color-orange {
    color: #f6b200;
}

.intro-contact {
    font-weight: bold;
    margin: 0 0 5px;
    line-height: 16px;
}

.service-contact {
    color: #f6b200;
}

.border-faq {
    border-left: 20px solid #ededed;
}

.form-contact {
    padding-top: 15px !important;
}

.input-contact {
    margin-bottom: 10px !important;
}

input[type=text], input[type=date], input[type=number], input[type=password], input[type=file] {
    font-size: 14px !important;
    padding: 0 0 0 5px !important;
}


/***********************/
/**    FOOTER **/
/***********************/

footer {
    margin-top: 2rem;
    font-size: 14px;
}

.footer-1 {
    background-color: #747172;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #ffffff;
}

.footer-1 a {
    color: #ffffff;
}

.footer-2 {
    background-color: #212121;
    padding-top: 15px;
    padding-bottom: 15px;
}

.block-nt {
    padding-top: 0.2rem;
}

.span-NT {
    color: white;
    font-size: 12px;
}

/***********************/
/**    GENERAL **/
/***********************/

.login-pf {
    height: 100%;
}

body {
    height: 100%;
}

#kc-content {
    display: flex;
    min-height: 70vh;
}

#kc-content-wrapper {
    margin:auto;
}

#kc-content, #kc-content-wrapper, footer {
    width: 100%;
    float: left;
}

sup {
    font-size: 70%;
    left: -0.1rem;
}

.login-pf-page .form-control {
    height: 25px;
}

.form-control {
    display: block !important;
    width: 100% !important;
    padding: 2px 6px !important;
    font-size: 12px !important;
    line-height: 1.66666667 !important;
    border: 1px solid #bbb !important;
    border-radius: 1px !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
}

.no-paddings {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pr-15 {
    padding-right: 15px;
}

.pr-xxs {
    padding-right: 5px !important;
}

.pl-xxs {
    padding-left: 5px !important;
}

.pt-2 {
    padding-top: 10px;
}

.pb-5 {
    padding-bottom: 25px;
}

.f-s-14 {
    font-size: 14px;
}

.l-h-15 {
    line-height: 15px;
}

.l-h-16 {
    line-height: 16px;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mt-9-rem {
    margin-top: 9rem;
}

.pt-15-rem {
    padding-top: 15rem;
}

.alert, .warning, .submit-request-warnings {
    border-radius: 6px;
    font-size: 14px;
    min-height: 40px;
}

.alert-danger {
    background-color: #fd9595;
    border: 1px solid red;
}

.alert-success {
    background-color: #e9f4e9;
    border-color: #3f9c35;
}

.alert-warning, .warning {
    background-color: #fdf2e5;
    border-color: #ec7a08;
}

.warning, .submit-request-warnings {
    padding-left: 55px;
    padding-right: 14px;
    position: relative;
    word-wrap: break-word;
    padding-top: 7px;
    padding-bottom: 7px;
}

.submit-request-warnings {
    background-color: #fdf2e5;
    border: 1px solid #ec7a08;
}

.pficon-warning-triangle-o:before {
    color: #ec7a08;
    content: "\f071";
    font-family: FontAwesome;
    position: absolute;
    left: 15px;
    font-size: 30px;
}

h1 {
    font-family: "Oswald", sans-serif !important;
}

.login-pf-page .form-control {
    height: 35px;
    font-size: 16px !important;
}

.rules-list {
    background-color: white;
    padding: 0px 10px;
}

.rules {
    padding-bottom: 15px !important;
}

div.rules-list li {
    line-height: 18px;
}

div.rules-list li.ko::before {
    content: '\f00d';
    font-family: FontAwesome;
    font: unset;
    font-size: 14px;
    color: red;
}

div.rules-list li.ok::before {
    content: '\f00c';
    font-family: FontAwesome;
    font: unset;
    font-size: 14px;
    color: red;
}

.btn-create-compte-left {
    padding-right: 0px !important;
}

.btn-create-compte-right {
    padding-left: 0px !important;
}

.invalid-feedback {
    color: #ff6550;
}

.msg-error {
    line-height: 16px;
    color: red;
    margin-bottom: 15px;
}

.error {
    line-height: 16px;
    color: red;
    font-weight: 500 !important;
    position: relative;
}

.form-check {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    bottom: 2px;
}

.listCollectivite {
    line-height: 20px;
    column-count: 2;
    padding-left: 20px;
}

.listCollectivite > li {
    text-align: left;
}

.validCgu {
    position: relative;
    left: -20px;
}



/*********************************************************
----- SWEET ALERT
/**********************************************************/

.content-swal2{
    font-size: 18px !important;
}

.title-swal2 {
    margin-top: 10px;
}

.swal2-confirm {
    box-shadow: none !important;
}

@media (max-width: 1200px) {
    .block-video {
        height: 350px;
    }
}

/*********************************************************
----- 15 POUCES
/**********************************************************/

@media (min-width: 1024px) and (max-width: 1500px) {

    .fenetre-connexion {
        margin-top: 0rem;
    }

    h3 {
        font-size: 15px;
    }

    .pt-xxs {
        padding-top: 5px;
    }

    .home-title {
        font-size: 31px;
        line-height: 40px;
    }

    .block-connexion {
        font-size: 12px;
        line-height: 15px;
    }

    .block-mdp {
        font-size: 12px;
        line-height: 15px;
    }

    .info-connexion {
        font-size: 10px;
    }

    .btn-primary {
        font-size: 12px;
    }

    .alert {
        margin-bottom: 2rem;
        font-size: 12px;
    }

    .f-s-14 {
        font-size: 12px;
    }

    .block-info {
        font-size: 14px;
    }

    .eye-icon {
        font-size: 15px;
    }

    .plr-35 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

}


/*********************************************************
----- TABLETTE PAYSAGE
/**********************************************************/



@media (min-width: 820px) and (max-width: 1024px) {

    .fenetre-connexion {
        margin-top: 0rem;
    }

    .alert {
        margin-bottom: 1rem;
        font-size: 11px;
        min-height: 30px;
    }

    .alert > .pficon {
        font-size: 20px;
    }

    .mt-9-rem {
        margin-top: 6rem;
    }

    h3 {
        font-size: 14px;
    }

    .home-title {
        font-size: 27px;
        line-height: 35px;
    }

    .block-connexion {
        font-size: 12px;
        line-height: 15px;
    }

    .block-mdp {
        font-size: 12px;
        line-height: 15px;
    }

    .info-mdp {
        font-size: 10px;
    }

    .info-connexion {
        font-size: 11px;
    }

    .btn-primary {
        font-size: 11px;
    }

    .btn-primary {
        margin-bottom: 10px;
        margin-top: 10px !important;
    }

    .f-s-14 {
        font-size: 11px;
    }

    .block-info {
        font-size: 13px;
        line-height: 17px;
    }

    .block-video {
        height: 375px;
    }

    .mb-28 {
        margin-bottom: 10px;
    }

    .eye-icon {
        font-size: 15px;
    }

    .btn-create-compte-left {
        padding-right: 20px !important;
    }

    .btn-create-compte-right {
        padding-left: 20px !important;
    }
}


@media (min-width: 769px) and (max-width: 819px) {

    .fenetre-connexion {
        margin-top: 0rem;
    }

    .login-pf-page .login-pf-page-header {
        margin-bottom: 1rem;
    }

    .alert {
        margin-bottom: 1rem;
        font-size: 11px;
        min-height: 30px;
    }

    .alert > .pficon {
        font-size: 20px;
    }

    .mt-9-rem {
        margin-top: 6rem;
    }

    h3 {
        font-size: 14px;
    }

    .home-title {
        font-size: 27px;
        line-height: 35px;
    }

    .block-connexion {
        font-size: 12px;
        line-height: 15px;
    }

    .block-mdp {
        font-size: 12px;
        line-height: 15px;
    }

    .info-mdp {
        font-size: 10px;
    }

    .info-connexion {
        font-size: 11px;
    }

    .btn-primary {
        margin-bottom: 10px;
        margin-top: 10px !important;
    }

    .f-s-14 {
        font-size: 11px;
    }

    .block-info {
        font-size: 11px;
        line-height: 17px;
    }

    .block-video {
        height: 300px;
    }

    .footer-2 {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .footer-1 {
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .mb-28 {
        margin-bottom: 10px;
    }

    .eye-icon {
        font-size: 15px;
    }

}

@media (max-width: 768px) {
    .display-laptop {
        display: none;
    }
}

/*********************************************************
----- TABLETTE PORTAIT
/**********************************************************/

@media (min-width: 568px) and (max-width: 768px) {

    #kc-header {
        white-space: unset;
    }

    .fenetre-connexion {
        margin-top: 0rem;
    }

    h3 {
        font-size: 12px;
    }

    .login-pf-page .login-pf-page-header {
        margin-bottom: 3rem;
    }

    .block-info {
        font-size: 12px;
        line-height: 15px;
    }

    .alert {
        font-size: 12px;
    }

    .block-connexion, .block-mdp {
        font-size: 11px;
    }

    .info-mdp {
        font-size: 10px;
    }

    .home-title {
        font-size: 23px;
        line-height: 30px;
    }

    .block-video {
        height: 300px;
    }

    .f-s-14 {
        font-size: 12px;
    }

    .eye-icon {
        font-size: 15px;
    }

    .mt-small-screen {
        margin-top: 20px;
    }

    .info-connexion {
        font-size: 10px;
    }

    .border-faq {
        border-left: unset;
    }

}


@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {

    #kc-container-wrapper {
        position: absolute;
        width: 100%;
    }

    #kc-locale {
        position: relative;
        text-align: right;
        z-index: 9999;
    }

    .login-pf-page .login-pf-social-section:first-of-type {
        padding-right: 39px;
        border-right: 1px solid #d1d1d1;
        margin-right: -1px;
    }
    .login-pf-page .login-pf-social-section:last-of-type {
        padding-left: 40px;
    }
    .login-pf-page .login-pf-social-section .login-pf-social-link:last-of-type {
        margin-bottom: 0;
    }

    .fenetre-connexion {
        margin-top: 0rem;
    }

    .login-pf-page .login-pf-page-header {
        margin-bottom: 5rem;
    }

    .alert {
        margin-bottom: 1rem;
        font-size: 11px;
        min-height: 30px;
    }

    .alert > .pficon {
        font-size: 20px;
    }

    .mt-9-rem {
        margin-top: 6rem;
    }

    h3 {
        font-size: 14px;
    }

    .home-title {
        font-size: 27px;
        line-height: 35px;
    }

    .block-connexion {
        font-size: 12px;
        line-height: 15px;
    }

    .block-mdp {
        font-size: 12px;
        line-height: 15px;
    }

    .info-mdp {
        font-size: 10px;
    }

    .info-connexion {
        font-size: 11px;
    }

    .btn-primary {
        font-size: 11px;
    }

    .forget-password > a, .remember-me, .back-connexion > a {
        font-size: 11px;
    }

    .btn-primary {
        margin-bottom: 10px;
        margin-top: 10px !important;
    }

    .f-s-14 {
        font-size: 11px;
    }

    .block-info {
        font-size: 11px;
        line-height: 17px;
    }

    .block-video {
        height: 375px;
    }

    .footer-2 {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .footer-1 {
        padding-top: 30px;
    }

    .mb-28 {
        margin-bottom: 10px;
    }

    .eye-icon {
        font-size: 15px;
    }

    .border-faq {
        border-left: unset;
    }

}

@media (max-width: 992px) {
    .full-width-step {
        float: left;
        width: 100%;
        display: inline-grid;
        margin-bottom: 10px !important;
        line-height: 15px;
    }
}


/*********************************************************
----- MOBILE PAYSAGE
/**********************************************************/

@media (min-width: 320px) and (max-width: 568px) {


    .no-paddings {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #kc-header {
        white-space: unset;
    }

    .block-info {
        font-size: 12px;
        line-height: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    h3 {
        font-size: 12px;
    }

    .l-h-15 {
        line-height: 15px;
    }

    .eye-icon {
        font-size: 17px;
    }

    .plr-35 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .home-title {
        font-size: 20px;
        line-height: 20px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .block-connexion {
        font-size: 12px;
    }

    .block-mdp {
        font-size: 12px;
    }

    .info-mdp {
        font-size: 10px;
    }

    .btn-primary {
        font-size: 13px;
        margin-bottom: 10px;
        margin-top: 10px !important;
    }

    .forget-password > a, .remember-me, .back-connexion > a {
        font-size: 12px;
    }

    .remember-me {
        vertical-align: super;
    }

    .f-s-14 {
        font-size: 11px;
    }

    .footer-1, .footer-2 {
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .logo-nt {
        width: 40%;
    }



    .info-connexion {
        font-size: 12px;
    }

    .mb-28 {
        margin-bottom: 10px;
    }


    h2 {
        font-size: 22px;
    }

    .alert {
        font-size: 13px;
        min-height: 30px;
    }

    .alert > .pficon {
        font-size: 22px;
    }

    .block-video {
        height: 260px;
    }

    .mt-small-screen {
        margin-top: 20px;
    }

    .form-control {
        height: 32px !important;
        font-size: 16px;
    }

    .border-faq {
        border-left: unset;
    }

    /* ******************** */
    /** FOOTER **/
    /* ******************** */

    .logo-taxe {
        padding: 0;
        width: 100%;
    }

    footer {
        margin-top: 0rem;
    }

    .span-NT {
        font-size: 12px;
    }
}


/*********************************************************
----- MOBILE PORTRAIT
/**********************************************************/

@media (max-width: 320px) {



    #kc-header {
        white-space: unset;
    }

    .no-paddings {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .home-title {
        font-size: 20px;
        line-height: 20px;
        padding-left: 5px;
        padding-right: 5px;
    }

    h3 {
        font-size: 11px;
        line-height: 10px;
    }

    h2 {
        font-size: 19px;
    }

    .info-mdp {
        font-size: 9px;
        line-height: 9px;
    }

    .block-video {
        height: 240px;
    }

    .l-h-15 {
        line-height: 13px;
    }

    .eye-icon {
        font-size: 17px;
    }

    .plr-35 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .info-connexion {
        font-size: 10px;
    }

    .btn-primary {
        font-size: 11px;
    }

    .f-s-14 {
        font-size: 11px;
    }

    .logo-nt {
        width: 30%;
    }

    .span-NT {
        font-size: 8px;
    }

    .pr-15 {
        padding-right: 0px;
    }

    .alert {
        font-size: 10px;
    }

    .mt-small-screen {
        margin-top: 20px;
    }

    .form-control {
        height: 30px !important;
        font-size: 15px;
    }

    .border-faq {
        border-left: unset;
    }

    /* ******************** */
    /** FOOTER **/
    /* ******************** */
    .logo-taxe {
        padding: 0;
        width: 100%;
    }

    footer {
        margin-top: 0rem;
    }
}