body.pozavantage .page_publique {
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    overflow-y: scroll;
    flex-grow: 1;
}

body.pozavantage .page_cse {
    background-size: cover;
    background: linear-gradient(89deg, #1C264200 0%, #16284895 75%, #122A4D 100%), url('img/bg_connexion_cse.jpg') no-repeat center;
}

body.pozavantage .page_beneficiaire {
    background-size: cover !important;
    background: linear-gradient(89deg, #1C264200 0%, #16284895 75%, #122A4D 100%), url('img/fond_connexion.jpg') no-repeat center;
}

body.pozavantage .link_other_connexion {
    width: 20vw;
    height: 100vh;
    position: absolute;
    text-decoration: none;
    top: 0;
    left: 0;
    background-image: url('img/bandeau_bleu.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

body.pozavantage .link_other_connexion:hover {
    opacity: 1;
}


body.pozavantage .bloc_cse {
    width: 10vw;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body.pozavantage .bloc_cse img {
    width: 8vw;
    height: auto;
}


body.pozavantage .form_log_flex img {
    width: 60%;
    height: auto;
}


body.pozavantage .form_log_flex_p {
    margin-bottom: 15px;
}

body.pozavantage .form_public_container .form-check-label {
    margin-bottom: 15px;
    color: #FFFFFF;
}


body.pozavantage .form_log_flex p {
    color: #FFFFFF;
    font-size: 1rem;
    text-align: center;
    font-weight: normal;
}

body.pozavantage .bloc_cse p {
    font-size: 1rem;
    text-align: center;
    padding-left: 1vw;
    padding-right: 1vw;
    color: #FFFFFF;
    margin-top: 30px;
    text-decoration: none;
}

body.pozavantage .form_public_container {
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body.pozavantage .form_log_flex {
    width: 40vw;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body.pozavantage .form_log_flex h1 {
    white-space: nowrap;
    line-height: 60px;
    margin-top: -5px;
    text-align: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 23px;
    color: rgba(255, 255, 255, 1);

    width: 80%;
    text-transform: none;
    margin-bottom: 10px;
}

body.pozavantage .form_log_flex h1 span {
    font-weight: bold;
}

body.pozavantage .form_log_flex p {
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: normal;
}

body.pozavantage .form_log_flex img {
    width: 60%;
    margin-bottom: 10px;
}

body.pozavantage .form_inputs {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body.pozavantage .form_inputs .input_txt {
    opacity: 0.7;
    height: 45px;
    overflow: visible;
    white-space: nowrap;
    text-align: left;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 1)
}

body.pozavantage .input_txt {
    width: 80%;
    height: 40px;
    outline: none;
    background-color: rgba(238, 238, 238, 0.6);
    border: none;
    padding-left: 1vw;
    padding-top: 7px;
    padding-bottom: 7px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: var(--couleur-typo-b);
    font-size: 1rem;
}

body.pozavantage .input_txt::-webkit-input-placeholder {
    text-transform: none;
    letter-spacing: 1px;
    padding-right: 1vw;
    white-space: nowrap;
    text-align: left;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    opacity: 0.5;
    color: var(--couleur-secondaire-rgba2);
}


body.pozavantage .input_txt::-ms-input-placeholder {
    text-transform: none;
    letter-spacing: 1px;
    padding-right: 1vw;
    white-space: nowrap;
    text-align: left;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    opacity: 0.5;
    color: var(--couleur-secondaire-rgba2);
}


body.pozavantage .input_txt::-webkit-input-placeholder {
    text-transform: none;
    letter-spacing: 1px;
    padding-right: 1vw;
    white-space: nowrap;
    text-align: left;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    opacity: 0.5;
    color: var(--couleur-secondaire-rgba2);
}

body.pozavantage .input_txt::-moz-placeholder {
    text-transform: none;
    letter-spacing: 1px;
    padding-right: 1vw;
    white-space: nowrap;
    text-align: left;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    opacity: 0.5;
    color: var(--couleur-secondaire-rgba2);
}

body.pozavantage .input_txt:-ms-input-placeholder {
    text-transform: none;
    letter-spacing: 1px;
    padding-right: 1vw;
    white-space: nowrap;
    text-align: left;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    opacity: 0.5;
    color: var(--couleur-secondaire-rgba2);
}

body.pozavantage .input_txt::-ms-input-placeholder {
    text-transform: none;
    letter-spacing: 1px;
    padding-right: 1vw;
    white-space: nowrap;
    text-align: left;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    opacity: 0.5;
    color: var(--couleur-secondaire-rgba2);
}

body.pozavantage .input_txt::placeholder {
    text-transform: none;
    letter-spacing: 1px;
    padding-right: 1vw;
    white-space: nowrap;
    text-align: left;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    opacity: 0.5;
    color: var(--couleur-secondaire-rgba2);
}


body.pozavantage .input_submit {
    margin-top: 15px;
}

body.pozavantage .input_submit {
    width: 20%;
    height: 45px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #ffcc00;
    outline: none;
    padding: 10px 30px;
    border: none;
    font-size: 1rem;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


body.pozavantage .input_submit:hover {
    color: #FFFFFF;
    background-color: #162b49;
}


body.pozavantage .input_submit2 {
    width: 80%;
    height: 45px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #ffcc00;
    outline: none;
    text-decoration: none;
    padding: 10px 30px;
    border: none;
    font-size: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


body.pozavantage .input_submit2:hover {
    color: #FFFFFF;
    background-color: #162b49;
}

body.pozavantage .lien_form_log {
    color: #ffcc00;
    background-color: #FFFFFF;
    outline: none;
    width: 80%;
    text-decoration: none;
    padding: 10px 30px;
    border: none;
    font-size: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


body.pozavantage .lien_form_log:hover {
    color: #FFFFFF;
    background-color: #ffcc00;
}

body.pozavantage .form_links {
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

body.pozavantage .form_links:hover {
    color: #ffcc00;
}


body.pozavantage .form_links2 {
    color: #ffcc00;
    font-weight: bold;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


body.pozavantage .form_links2:hover {
    color: #FFFFFF;
}

@media screen and (max-width: 1400px) and (min-width: 1201px) {

    body.pozavantage .link_other_connexion {
        width: 350px;
        height: 100vh;
    }

    body.pozavantage .bloc_cse img {
        width: 200px;
    }

    body.pozavantage .form_log_flex {
        width: 25vw;
        height: 100%;
        overflow-y: auto;
        padding: 30px 0;
    }

    body.pozavantage .form_log_flex h1 {
        text-align: center;
    }
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
    body.pozavantage .link_other_connexion {
        width: 100vw;
        height: 70px;
        position: fixed;
        top: auto;
        left: 0;
        display: none;
        text-decoration: none;
        bottom: 0;
        background: #162b47;
        background-image: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        opacity: 1;
        margin-top: 0px;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    body.pozavantage .bloc_cse {
        width: auto;
        margin-top: 10px;
    }

    body.pozavantage .bloc_cse p {
        margin-top: 0px;
        font-size: 0.8rem;
    }

    body.pozavantage .bloc_cse img {
        width: auto;
        height: 40px;
    }

    body.pozavantage .form_log_flex .input-group-login {
        width: 100%;
    }

    body.pozavantage .form_log_flex select {
        width: 100% !important;
    }


    body.pozavantage .form_log_flex {
        width: 100%;
    }

    body.pozavantage .form_log_flex h1 {
        white-space: initial;
        width: 100%;
    }

    body.pozavantage .form_log_flex img {
        width: 80%;
    }


    body.pozavantage .input_submit {
        width: 50%;
        margin-top: 0px !important;
    }

    body.pozavantage .input_submit2 {
        width: 100% !important;
    }

    body.pozavantage .form_public_container {
        flex-direction: column-reverse;
        margin-top: 80px;
        width: 90%;
    }
}

@media screen and (max-width: 768px) and (min-width: 577px) {

    body.pozavantage .link_other_connexion {
        width: 100vw;
        height: 80px;
        position: fixed;
        top: auto;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-decoration: none;
        bottom: 0;
        background: #162b47;
        background-image: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        opacity: 1;
        margin-top: 0px;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    body.pozavantage .bloc_cse {
        width: auto;
        margin-top: 10px;
    }

    body.pozavantage .bloc_cse p {
        margin-top: 0px;
        font-size: 0.8rem;
    }

    body.pozavantage .bloc_cse img {
        width: auto;
        height: 40px;
    }

    body.pozavantage .form_log_flex .input-group-login {
        width: 100%;
    }

    body.pozavantage .page_beneficiaire {
        background-size: cover !important;
        background: linear-gradient(89deg, #1C264200 0%, #16284895 75%, #122A4D 100%), url('img/fond_connexion_responsive.jpg') no-repeat center;
        background-position: bottom;
    }

    body.pozavantage .form_log_flex {
        width: 100%;
    }

    body.pozavantage .form_log_flex h1 {
        white-space: initial;
        width: 100%;
    }

    body.pozavantage .form_log_flex img {
        width: 80%;
    }


    body.pozavantage .input_submit {
        width: 50%;
        margin-top: 0px !important;
    }

    body.pozavantage .input_submit2 {
        width: 100% !important;
    }

    body.pozavantage .form_public_container {
        flex-direction: column-reverse;
        margin-top: 80px;
        width: 90%;
    }
}

@media screen and (max-width: 576px) and (min-width: 0px) {

    body.pozavantage .link_other_connexion {
        width: 100vw;
        height: 80px;
        position: fixed;
        top: auto;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-decoration: none;
        bottom: 0;
        background: #162b47;
        background-image: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        opacity: 1;
        margin-top: 0px;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    body.pozavantage .bloc_cse {
        width: auto;
        margin-top: 10px;
    }

    body.pozavantage .bloc_cse p {
        margin-top: 0px;
        font-size: 0.8rem;
    }

    body.pozavantage .bloc_cse img {
        width: auto;
        height: 40px;
    }

    body.pozavantage .form_log_flex .input-group-login {
        width: 100%;
    }

    body.pozavantage .form_log_flex select {
        width: 100% !important;
    }

    body.pozavantage .page_beneficiaire {
        background-size: cover !important;
        background: linear-gradient(89deg, #1C264200 0%, #16284895 75%, #122A4D 100%), url('img/fond_connexion_responsive.jpg') no-repeat center;
        background-position: bottom;
    }

    body.pozavantage .form_log_flex {
        width: 100%;
    }

    body.pozavantage .form_log_flex h1 {
        white-space: initial;
        width: 100%;
    }

    body.pozavantage .form_log_flex img {
        width: 80%;
    }

    body.pozavantage .input_submit {
        width: 50%;
        margin-top: 0px !important;
    }

    body.pozavantage .input_submit2 {
        width: 100% !important;
    }

    body.pozavantage .form_public_container {
        flex-direction: column-reverse;
        margin-top: 80px;
        width: 90%;
    }
}


body.pozavantage .connected_profil {
    display: none;
}