.cartouche_connexion--raccourcis {
    display: block !important;
}

.label_ouverture_compte, 
.btn_ouverture_compte, 
.raccourcis--item {
    display: none;
}

.raccourcis--item--anonyme {
    display: inline-block;
}



.page_header, 
footer {
    display: block;
}


.page {
    padding-top: 0;
}

.page_body,
.page_header {
    position: relative;
    max-width: 1000px;
    margin: auto;
}

.page_header {
    overflow: hidden;
    height: 190px;
    background: url("../_client/images/connexion-header.jpg") no-repeat right top;
}

.page_header--logo {
    position: absolute;
    left: 60px;
    top: 10px;
}

.page_header--logo img {
    max-height: 190px;
}

.page_body {
    min-height: calc(100vh - 404px);
    width: 100%;
    height: 100%
}

.page_body, 
.page_body--content, 
.page_body--content--image {
    height: 100%;
    max-height: calc(100vh - 404px);
    min-height: 350px;
}

.page_footer {
    margin: 0;
}

.cartouche_connexion {
    z-index: 8000;
    display: inline-block;
    position: absolute;
    width: 300px;
    height: 215px;
    min-height: auto;
    padding: 40px 15px 15px 15px;
    margin: 5px;
    background-color: #FFFFFF;
    opacity: 0.90;
    text-align: center;	
    background: none;
    top: 80px;
    bottom: auto;
    left: auto;
    right: 80px;
    background-color: #6ccadb;
    border-radius: 10px;

/*
height: 300px;
top: 0px;
*/
}

.label_acces_revendeur {
    display: none;
}

.div_input_utilisateur, 
.div_input_mot_de_passe {
    border: none;
    border-radius: 10px;
}

.btn_acces_client {
    background-color: #007dc5;
    color: #ffffff;
    border-radius: 8px;
}


#a_oubli_mot_de_passe { 
    color: #ffffff;
    text-align: right;
    padding-right: 20px;
}

.message--default {
    margin: 0;
    top: 0px;
    width: 100%;
}

.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;
}

footer {
    margin-top: 50px
}



@-moz-document url-prefix() {
    .page_body {
        display: block;
    }
}

@-moz-document url-prefix() {
    .page_body--content {
        display: contents;
    }
}



.raccourcis--item--anonyme a {
	min-width: 90px;
    min-height: 20px;
    margin-top: 20px;
    text-align: center;
    display: inline-block;
    transition: all 0.5s ease;
    font-weight: normal;
	height: 48px;
    line-height: 48px;
    letter-spacing: 1px;
    font-size: 1.1em;
    text-transform: uppercase;
    width: 262px;
    margin-bottom: 10px;	
	border-radius: 5px;
	background-color: #007dc5;
	color: #ffffff;
}

.raccourcis--item--anonyme a:hover {
	border-radius: 5px;
	background-color: #007dc5;
	color: #ffffff;
	opacity: 0.8;
}

