body, form {
    height: 100%;
}

.cartouche_connexion--mentions_legales {
    display: none;
}


.page_footer--assistant {
    display: none;
}

.page_header {
    display: none;
}

.page {
    padding-top: 110px;
}

.page_body {
    position: static;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    /*ajout*/
    /* min-height: calc(100vh - 464px);*/
}

.page_body--content {
    position: static;
    display: block;
    width: 100%;
    max-width: 100%;
}

.page, .page_body, .page_body--content {
    height: 100%;
}

.page_body {
    max-height: calc(100vh - 150px);
}

.page_body, 
.page_body--content, 
.page_body--content--image,
.cartouche_connexion {
    max-height: calc(100vh - 150px);
    min-height: 750px;
}



/* === FOOTER === */

footer {
    margin-top: 0px;
}

.page_footer {
    height: 150px;
    background-color: #f8c32b;
    letter-spacing: 1px;
    font-weight: bold;
    margin-top : 0;
    color: #0F2454;
}

.page_footer a, .page_footer a:hover {
    color: #0F2454;
}

.page_footer--content--item {
    width: auto;
    max-width: 380px;
}

.infos_societe {
    text-align: center;
}

.infos_societe li {
    font-size: 14px;
    line-height: 20px;
}

.infos_societe li.infos_societe--nom {
    font-size: 14px;
    letter-spacing: 3px;
}

.infos_societe li.infos_societe--adresse1 {
    display: inline-block;
}

.infos_societe li.infos_societe--code_postal {
    display: inline-block;
}

.infos_societe li.infos_societe--telephone {
    display: inline-block;
}

.infos_societe li.infos_societe--fax {
    display: inline-block;
}

.infos_societe li.infos_societe--mail {
/*    margin-left: -33px;*/
}

.infos_societe li.infos_societe--site_vitrine, 
.infos_societe--google_maps {
    display: none;
}


/*=======================================================*/

/* Boutons et input */
/*------------------*/
.div_input_utilisateur, .div_input_mot_de_passe, .btn_acces_client, .btn_ouverture_compte {
    float: none;
    /*border-radius: 5px;*/
    /*width: 300px;*/
    width: 150px;
    border: 2px solid;
}

 
/* Boutons */
/*---------*/
.actionBouton {
    background-color: transparent;
    padding: 0;
    color: #0F2454;
    border: solid 2px #032552;
}

.actionBouton:hover {
    background-color: #032552;
    border-radius: 0px;
    border: solid 2px #032552;
}

.actionBouton:hover {
    color: #ffffff;
}


.btn_acces_client, 
.btn_ouverture_compte {
    /*height: 48px;*/
    background-image: url("../_client/images/icon-acces_client.png");
    background-repeat: no-repeat;
    background-position: 264px center;
    letter-spacing: 1px;
    font-size: 1.1em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.btn_acces_client, .btn_ouverture_compte, .raccourcis--item--inscription a {
}

a.btn_ouverture_compte {
	line-height: normal;
	height: auto;
}

a.btn_ouverture_compte span {
	line-height: normal;
	height: auto;
}

.btn_ouverture_compte{
    display: none;
}


/* === RACCOURCIS === */

.cartouche_connexion--raccourcis {
    display: block;
    margin-top: 50px;
    border: 1px solid #fde337;
    width: 415px !important;
    padding: 0px 30px 10px 30px;
}

.raccourcis--item--vitrine, 
.raccourcis--item--favori {
    display: none;
}

.raccourcis--item {
    display: block;
    margin-bottom: 10px;
    margin-left: 24%;
    width: 200px;
    border: solid 2px #032552;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: bold;
    font-family: Quicksand-Bold;
}


.raccourcis--item a {
	display: block;
	padding: 4px;
}

.raccourcis--item:hover {
    background-color: #032552;
}

.raccourcis--item:hover a {
    color: #ffffff;
}

.raccourcis--item a:hover {
    text-decoration: none;
}

.raccourcis--item--contact {
    border: solid 2px #e51313;
}


.raccourcis--item--contact a {
    color: #e51313 !important;
	background-color : white !important;
	border:white !important;
	width: calc(100% - 8px);
    margin: 0;
    padding: 9px 4px;
    display: block;
}

.raccourcis--item--contact a:hover {
    color: white !important;
	background-color : #e51313 !important;
	border:#e51313 !important;
}

.raccourcis--item--contact:hover {
    background-color: #e51313;
}

.cartouche_connexion--raccourcis .raccourcis--item--contact:hover a {
    color: #ffffff;
}

.raccourcis--item--vitrine, 
.raccourcis--item--favori {
    display: none;
}



/* Identifiant et Mot de passe */
/*-----------------------------*/
.div_input_utilisateur, .div_input_mot_de_passe {
    float: none;
    border-color: #d0d7dd;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    width: 300px;
    margin-bottom: 10px;
}

.input_utilisateur, .input_mot_de_passe {
    height: 36px;
    border: none;
    width: 240px;
    font-size: 1.2em;
    letter-spacing: 0.5px;
    margin: 6px 10px;
}

.input_utilisateur_ico, 
.input_mot_de_passe_ico {
    display: none;
    border: none;
    width: 50px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}


.input_utilisateur_ico {
    background-image: url("../_client/images/icon-utilisateur.png");
}

.input_mot_de_passe_ico {
    background-image: url("../_client/images/icon-mot_de_passe.png");
}



/* ****************************** */

.message--default {
    width: 400px;
    /*margin-bottom: 10px;*/
    left: 50%;
    transform: translateX(-50%);
    top: 200px;
}

footer {
  display: block;
}

.raccourcis--item--inscription {
	display:none;
}

.cartouche_connexion {
    opacity: 0.99;
    float: left;
    position: static; 
    margin: 0;
    padding: 0;
    padding-top: 110px;
    width: 50%;
    background-color: white;
    width: 100%;
}

    .cartouche_connexion > div {
        display: block ;
        width: 300px;  
        margin-left: 50%;
        transform: translateX(-50%);
    }

.cartouche_connexion--raccourcis
{
	display: block !important;
}

.cartouche_connexion--mentions_legales
{
	display: none !important;
}


/* Labels */
/*--------*/

.label_acces_revendeur {
    display: block;
    font-size: 1.6em;
    font-weight: bold;
    color : #0F2454;
    margin-bottom: 32px;
    text-transform: uppercase;
}
 

.label_ouverture_compte {
    /*margin-top: 75px;
    padding-top: 35px;*/
    font-size: 1.2em;
    color: #000000;
    color: #0F2454;
    margin-bottom: 5px;
    font-weight: bold;
    padding: 20px;
    /*border-top: 1px solid #c4c4c4;*/
width: auto;
}

#a_oubli_mot_de_passe {
    text-decoration: underline;
    font-size: 1em;
    float: none;
    margin-top: 15px;
}



/* --------------------------------------- TABLETTE & SMARTPHONE --------------------------------------- */




 
/*.page_body--content--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 all and (min-width: 768px) {
    .page_body--content--image {
        display: block;
        /*left: 33.3%;
        width: 66.7%;*/
    }
}


 @media all and (min-width: 1024px) {
    .page_body--content--image {
        left: 46%;
        width: 54%; 
    } 

     
}

/*sl 24/09/19*/

 

@media screen and (min-width: 0px) and (max-width: 1024px){
    /* masquer l'image page accueil */
    .page_body--content--image {
        height : 0px;
    }
 }

@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 {
            /*left: 20%;
        width: 80%;*/
            /*modif SL*/
            width: 39%;
            left: 61%;
        }
    }



    .cartouche_connexion {
        padding-top: 0px;
        position: absolute;
        top: 0;
        left: 0;
        right: auto;
        width: 100%;
        height: 100%;
        /*height: 81%;*/
        background: #ffffff;
        color: #4a4a4a;
        overflow: hidden;
        background-image: url("../_client/images/page_accueil_cartouche.png");
        /*background-size: 108px 98px;*/
        background-size: 190px 98px;
        background-repeat: no-repeat;
        background-position: center 50px;
    }


    .label_acces_revendeur {
        padding-top: 180px;
    }



    @media all and (min-width: 768px) {
        .cartouche_connexion {
            /*width: 66%;*/
            vertical-align: middle;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
    }

    @media all and (min-width: 1024px) {
        .cartouche_connexion {
            /*width: 50%; */
            width: 47%;
        }
    }

    @media all and (min-width: 1920px) {
        .cartouche_connexion {
            /*width: 39%;*/
            width: 54%;
        }
    }


  
