
body.pozspectacle .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.pozspectacle .page_beneficiaire {
    background-image: url('img/fond_connexion_pozspectacle.jpg');
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    background: rgb(30, 43, 76);
    background: url(img/fond_connexion_pozspectacle.jpg) 0 no-repeat, linear-gradient(45deg, rgba(30, 43, 76, 1) 0%, rgba(8, 10, 29, 1) 36%, rgba(8, 10, 29, 1) 65%, rgba(30, 43, 76, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e2b4c", endColorstr="#1e2b4c", GradientType=1);
}

body.pozspectacle .link_other_connexion {
    width: 20vw;
    height: 100vh;
    position: absolute;
    display: none;
    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.pozspectacle .link_other_connexion:hover {
    opacity: 1;
}


body.pozspectacle .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.pozspectacle .bloc_cse img {
    width: 8vw;
    height: auto;
}


body.pozspectacle .form_log_flex img {
    width: 60%;
    height: auto;
}


body.pozspectacle .form_log_flex_p {
    margin-bottom: 15px;
}

body.pozspectacle .form_public_container .form-check-label {
    margin-bottom: 15px;
    color: #FFFFFF;
}


body.pozspectacle .form_log_flex p {
    color: #FFFFFF;
    font-size: 1rem;
    text-align: center;
    font-weight: normal;
}

body.pozspectacle .bloc_cse p {
    font-size: 1rem;
    text-align: center;
    padding-left: 1vw;
    padding-right: 1vw;
    color: #FFFFFF;
    margin-top: 30px;
    text-decoration: none;
}

body.pozspectacle .form_public_container {
    width: 75vw;
    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.pozspectacle .form_log_flex {
    width: 29vw;
    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.pozspectacle .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: 50px;
    color: rgba(255, 255, 255, 1);

    width: 80%;
    text-transform: none;
    margin-bottom: 10px;
}

body.pozspectacle .form_log_flex h1 span {
    font-weight: bold;
}

body.pozspectacle .form_log_flex p {
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: normal;
}

body.pozspectacle .form_log_flex img {
    width: 60%;
    margin-bottom: 10px;
}

body.pozspectacle .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.pozspectacle .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.pozspectacle .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.pozspectacle .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.pozspectacle .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.pozspectacle .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.pozspectacle .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.pozspectacle .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.pozspectacle .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.pozspectacle .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.pozspectacle .input_submit {
    margin-top: 15px;
}

body.pozspectacle .input_submit {
    width: 80%;
    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.pozspectacle .input_submit {
    background-color: #e30a17;
}



body.pozspectacle .input_submit:hover {
    color: #FFFFFF;
    background-color: #162b49;
}


body.pozspectacle .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.pozspectacle .input_submit2 {
    background-color: #e30a17;
}


body.pozspectacle .input_submit2:hover {
    color: #FFFFFF;
    background-color: #162b49;
}


body.pozspectacle .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.pozspectacle .lien_form_log {
    color: #e30a17;
}

body.pozspectacle .page_publique .form-check-label {
    color: #ffffff;
}




body.pozspectacle .lien_form_log:hover {
    color: #FFFFFF;
    background-color: #ffcc00;
}


body.pozspectacle .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.pozspectacle .form_links:hover {
    color: #ffcc00;
}

body.pozspectacle .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.pozspectacle .form_links2 {
    color: #e30a17;
}

body.pozspectacle .form_links2:hover {
    color: #FFFFFF;
}

@media screen and (max-width: 1400px) and (min-width: 1201px) {


    body.pozspectacle .form_log_flex {
        width: 25vw;
        height: 100%;
        overflow-y: auto;
        padding: 30px 0;
    }
}
@media screen and (max-width: 1200px) and (min-width: 769px) {

    body.pozspectacle .form_log_flex {
        width: 100%;
    }

    body.pozspectacle .form_log_flex h1 {
        white-space: initial;
        width: 100%;
    }

    body.pozspectacle .form_log_flex img {
        width: 80%;
    }


    body.pozspectacle .input_txt {
        width: 100%;
    }

    body.pozspectacle .input_submit {
        width: 100%;
        margin-top: 0px !important;
    }

    body.pozspectacle .input_submit2 {
        width: 100% !important;
    }

    body.pozspectacle .form_public_container {
        flex-direction: column-reverse;
        margin-top: 80px;
        width: 90%;
    }
}
@media screen and (max-width: 768px) and (min-width: 577px) {

    body.pozspectacle .page_beneficiaire {
        background-image: url('img/fond_connexion_pozspectacle_responsive.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
        background: rgb(30, 43, 76);
        background: url(img/fond_connexion_pozspectacle_responsive.jpg) 0 no-repeat,
        linear-gradient(45deg, rgba(30, 43, 76, 1) 0%, rgba(8, 10, 29, 1) 36%, rgba(8, 10, 29, 1) 65%, rgba(30, 43, 76, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e2b4c", endColorstr="#1e2b4c", GradientType=1);
    }
    body.pozspectacle .form_log_flex {
        width: 100%;
    }

    body.pozspectacle .form_log_flex h1 {
        white-space: initial;
        width: 100%;
    }

    body.pozspectacle .form_log_flex img {
        width: 80%;
    }
    body.pozspectacle .input_txt {
        width: 100%;
    }

    body.pozspectacle .input_submit {
        width: 100%;
        margin-top: 0px !important;
    }

    body.pozspectacle .input_submit2 {
        width: 100% !important;
    }

    body.pozspectacle .form_public_container {
        flex-direction: column-reverse;
        margin-top: 80px;
        width: 90%;
    }
}

@media screen and (max-width: 576px) and (min-width: 0px) {

    body.pozspectacle .page_beneficiaire {
        background-image: url('img/fond_connexion_pozspectacle_responsive.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
        background: rgb(30, 43, 76);
        background: url(img/fond_connexion_pozspectacle_responsive.jpg) 0 no-repeat,
        linear-gradient(45deg, rgba(30, 43, 76, 1) 0%, rgba(8, 10, 29, 1) 36%, rgba(8, 10, 29, 1) 65%, rgba(30, 43, 76, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e2b4c", endColorstr="#1e2b4c", GradientType=1);
    }
    body.pozspectacle .form_log_flex {
        width: 100%;
    }

    body.pozspectacle .form_log_flex h1 {
        white-space: initial;
        width: 100%;
    }

    body.pozspectacle .form_log_flex img {
        width: 80%;
    }
    body.pozspectacle .input_txt {
        width: 100%;
    }

    body.pozspectacle .input_submit {
        width: 100%;
        margin-top: 0px !important;
    }

    body.pozspectacle .input_submit2 {
        width: 100% !important;
    }

    body.pozspectacle .form_public_container {
        flex-direction: column-reverse;
        margin-top: 80px;
        width: 90%;
    }
}