

.cartouche_connexion--mentions_legales,
.page_header--navigation_famille,
.cartouche_connexion--ico,
.cartouche_connexion--raccourcis {
    display: none !important;
}


.page_header,
footer {
    display: none;
}

body, form,
.page, .page_body, .page_body--content {
    height: 100%;
}

.page_body,
.page_body--content,
.page_body--content--image,
.cartouche_connexion {
    max-height: calc(100vh);
    min-height: 750px;
}

.page {
    padding-top: 0px !important;
}

.page_body {
    padding-bottom: 0;
}


/* === ENTETE === */

.page_header {
    position: relative;
    border: none;
    box-shadow: none;
    height: 100px;
}

.page_header--logo {
    position: fixed;
    top: 20px;
    right: 20px;
    margin: 0;
}

.page_header--navigation_famille {
    position: fixed;
    top: 20px;
    left: 20px;
    transform: none;
    z-index: 9300;
}


/* === FOOTER === */

footer {
    margin-top: 0px;
}


/* === BODY === */

.page_body {
    display: table;
    width: 100%;
}

.page_body--content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.page_body--content--image {
    position: absolute;
    top: 0px;
    left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    height: 100%;
    max-width: 480px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* === CARTOUCHE === */

.password--eye {
    right: 22px;
}

.password--eye span::before {
    font-size: 18px;
}

.cartouche_connexion {
    z-index: 8000;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-image: url("../image/logo.png");
    background-size: 200px auto;
    background-repeat: no-repeat;
    background-position: center 50px;
    opacity: 0.99;
    text-align: center;
}

.cartouche_connexion > div {
    display: block;
    width: 300px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.label_acces_revendeur {
    display: block;
    font-size: 1.6em;
    font-weight: bold;
    padding-top: 180px;
    margin-bottom: 32px;
    text-transform: uppercase;
}


.cartouche_connexion--utilisateur,
.cartouche_connexion--mot_de_passe {
    float: none;
    display: inline-block;
    border-color: #949494;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 260px;
    text-align: left;
    background-color: #ffffff;
}

.cartouche_connexion--input {
    height: 36px;
    width: 248px;
    border: none;
    font-size: 1.2em;
    letter-spacing: 0.5px;
    margin: 6px 8px;
}

.cartouche_connexion--ico {
    display: inline-block;
    border: none;
    width: 50px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}


.actionBouton {
    padding: 0;
    border-radius: 5px;
}

    .actionBouton:hover {
        border-radius: 5px;
    }

.btn_acces_client,
.btn_ouverture_compte,
.raccourcis--item--inscription a {
    float: none;
    height: 48px;
    line-height: 48px;
    letter-spacing: 1px;
    font-size: 1.1em;
    text-transform: uppercase;
    width: 262px;
    margin-bottom: 10px;
}

#a_oubli_mot_de_passe {
    margin-top: 10px;
    display: block;
    text-decoration: underline;
}

.div_ouverture_compte {
    display: none;
    margin-bottom: 10px;
}

.label_ouverture_compte {
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
}

a.btn_ouverture_compte span {
    display: block;
    vertical-align: middle;
    height: 100%;
    line-height: 48px;
}

.message--default {
    z-index: 2;
    position: absolute;
    top: -50px;
    width: 300px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
}

.cartouche_connexion--mentions_legales {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}


.captcha_telerik {
    font-weight: bold;
    margin-left: 5px;
}

/* === PICTOS === */

.cartouche_connexion--picto {
    margin-top: 30px;
    display: none;
}

.cartouche_connexion--picto ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .cartouche_connexion--picto ul li:hover .picto--img {
        opacity: 0.7;
    }


.cartouche_connexion--picto .picto--img {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 5px;
}


/* === IMAGE === */

.page_body--content--image {
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    top: 0;
    padding: 0;
    max-width: 100%;
}



/* ==================================== */
/* =============== MEDIA ============== */

@media (max-width : 640px) {

    /* - Pour ne pas zoomer sur l'input (mobile Safari + Chrome) - */
    input[type=text],
    input[type=password] {
        font-size: 16px;
    }
}


@media all and (min-width: 768px) {
    .page_body--content--image {
        display: block;
    }
}


@media all and (min-width: 1024px) {
    .page_body--content--image {
        left: 46%;
        width: 54%;
    }
}


@media screen and (min-width: 0px) and (max-width: 1024px) {
    .page_body--content--image {
        height: 0px;
        display: none;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1568px) {
    .page_body--content--image {
        left: 51%;
        width: 49%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1568px) {
    .page_body--content--image {
        left: 51%;
        width: 49%;
    }
}


@media screen and (max-width: 1200px) {
    .page_body--content {
        padding: 0px;
    }
}

@media screen and (min-height: 830px) and (max-height: 930px) {
    .page_body--content--image {
        width: 48%;
        left: 52%;
    }
}


@media screen and (min-height: 0px) and (max-height: 830px) {
    .page_body--content--image {
        width: 53%;
        left: 47%;
    }
}

@media all and (min-width: 1920px) {
    .page_body--content--image {
        width: 39%;
        left: 61%;
    }
}


@media all and (min-width: 768px) {
    .cartouche_connexion {
        vertical-align: middle;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media all and (min-width: 1024px) {
    .cartouche_connexion {
        width: 47%;
    }
}

@media all and (min-width: 1920px) {
    .cartouche_connexion {
        width: 54%;
    }
}


  
