
.message--default {
	top: 200px;
}

.page_header {
    height: 0;
}

.page_header--logo {
    position: absolute;
	display: none;
}

.page_footer {
    display: none;
}

.page_body {
    position: static;
    height: 100%;
}

.page_body--content {
    position: static;
    max-width: none;
}

.page_body--content--image {
	min-height: auto;
	position: absolute;
    top: 0px !important;
    left: 0px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100% !important;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page_body--content--image img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: none;
    max-height: calc(100vh);
}

.cartouche_connexion {
    position: fixed;
    top: auto;
    right: auto;
    left: 50%;
	height: auto;
	min-height: auto;
    transform: translateX(-50%);
    bottom: 30px;
    border-radius: 5px;
    opacity: 0.92;
    width: 360px;
	padding: 15px;
    padding-bottom: 40px;
	background-image: none;
	background-color: #fff;
}

.label_acces_revendeur {
	display: none;
}


.cartouche_connexion--utilisateur, 
.cartouche_connexion--mot_de_passe {
    width: 320px;
}

.cartouche_connexion--input {
    height: 26px;
    width: 284px;
}


.btn_acces_client, 
.btn_ouverture_compte {
    height: 34px;
    width: 294px;
}


.page_header--navigation_famille {
    position: fixed;
    display: inline-block;
    top: auto;
    bottom: 45px;
    left: auto;
    margin: 0;
    padding: 0;
}

.fil_ariane {
    display: inline-block;
    background-color: transparent;
    height: auto;
    width: auto;
    margin: 0;
    padding: 0;
}

.fil_ariane--item {
    border: none;
    width: auto;
    margin: 0;
    padding: 0;
}

.fil_ariane--item a:hover {
    text-decoration: underline;
}


.fil_ariane--item--vitrine, 
.fil_ariane--item--anonyme, 
.fil_ariane--item--favori {
    display: none;
}


.actionBouton {
	line-height: 40px;
}

.actionBouton:hover {
    border-radius: 12px;
}    


