﻿

.page_header {
    display: none;
}

.page,
.page_body {
    padding: 0px !important;
    margin: 0px !important;
}

.page,
.page_body,
.page_body--content,
.page_body--content--image {
    height: 100vh !important;
}


/* === ENTETE === */

.page_header {
    position: relative;
    border: none;
    box-shadow: none;
    height: 0px;
}

.page_header--logo {
    position: fixed;
    top: 20px;
    margin: 0;
    text-align:right;
	right: 6.5%
}

.page_header--navigation_famille {
    position: fixed;
    top: 20px;
    left: 20px;
    transform: none;
    z-index: 9300;
    display: none;
}

.fil_ariane {
    width: 220px;
}

.fil_ariane--item {
    display: block;
    margin-bottom: 10px;
    padding: 4px 0;
    width: 200px;
    border: solid 2px;
    text-align: center;
    font-weight: bold;
}

.fil_ariane--item a {
    display: block;
}

.fil_ariane--item--favori {
    display: none;
}


/* === FOOTER === */

.page_footer {
    margin-top: 50px;
    display: none;

}

/* === BODY === */

.page_body--content {
    min-height: calc(100vh - 355px);
    position: relative;
    width: 100%;
    max-width: 100vw;	
}

.page_body--content--image {
    background-size: cover;
    position: absolute;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
}


/* === CARTOUCHE === */

.password--eye {
    right: 22px;
}

.password--eye span::before {
    font-size: 18px;
}


/* === CARTOUCHE === */

.cartouche_connexion {
    z-index: 8000;
    display: inline-block;
    padding: 15px;
    margin: 5px;
    opacity: 0.90;
    text-align: center;
    width: auto;
    float: right;
    background: url(/_client/images/logo.png) no-repeat;
    background-position-x: 50%;
    background-position-y: 50px;
    background-size: 230px;
    background-color: transparent;
    position: relative;
    padding-top: 260px;
}

.toggle_switch_content--item {
    line-height: 20px;
    font-size: 15px;
}

.toggle_switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 22px;
    margin: 0 5px;
}

    .toggle_switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .toggle_switch > .toggle_switch--slider {
        position: absolute;
        cursor: pointer;
        top: -6px;
        left: 0;
        right: 0;
        bottom: 6px;
        -webkit-transition: .4s;
        background-color: #fff;
        border: 1px solid #8c8c8c;
        transition: all 0.16s ease-in-out;
        border-radius: 34px;
    }

    .toggle_switch > input:checked + .toggle_switch--slider {
        background-color: white;
    }

    .toggle_switch > .toggle_switch--slider::before {
        position: absolute;
        content: '';
        height: 16px;
        width: 16px;
        left: 2px;
        border-radius: 50%;
        transition: all 0.16s ease-in-out;
        top: 2px;
        background-color: #171717;
        transform: translate(16px, 0);
    }

    .toggle_switch > input:checked + .toggle_switch--slider:before {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }



.label_acces_revendeur {
    display: none;
}

.div_input_utilisateur, .div_input_mot_de_passe {
    float: none;
    display: inline-block;
    border-color: #15171C;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 260px;
    text-align: left;
    background-color: #ffffff;
}

.input_utilisateur, .input_mot_de_passe {
    height: 36px;
    width: 248px;
    border: none;
    font-size: 1.2em;
    letter-spacing: 0.5px;
    margin: 6px 8px;
}

.input_utilisateur_ico, .input_mot_de_passe_ico {
    display: inline-block;
    border: none;
    width: 50px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.input_utilisateur_ico, .input_mot_de_passe_ico {
    display: none;
}

.actionBouton {
    padding: 0;
    border-radius: 5px;
}

    .actionBouton:hover {
        border-radius: 5px;
    }

.btn_acces_client, .btn_ouverture_compte {
    float: none;
    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;
    width: 262px;
    margin-bottom: 10px;
    background-color: #D39A2B; /* Jaune SW*/
}

    .btn_acces_client:hover {
        background-color: #15171C; /* Bleu Noir SCJ*/
    }


#a_oubli_mot_de_passe {
    margin-top: 10px;
    display: block;
    /*color:#db1f2e; rose */
}

.div_ouverture_compte {
    display: none;
    margin-bottom: 10px;
}

.label_ouverture_compte {
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
}

.message--default {
    z-index: 2;
    position: absolute;
    float: none;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    font-size: 15px;
}


.btn_acces_client {
    font-weight: normal;
    text-transform: none;
    font-size: 24px;
    border-radius: 0px;
}

    .btn_acces_client:hover {
        font-weight: normal;
        text-transform: none;
        font-size: 24px;
        border-radius: 0px;
        border-style: solid;
        border-width: 1px;
    }


@media only screen and (max-width: 767px) {
    .page_body--content--image {
        background-image: none;
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .page_body--content--image {
        width: 56.25%;
    }
}

@media only screen
  and (min-width: 1024px)
  and (max-width: 1366px) {
    .page_body--content--image {
        width: 65%;
    }
}

@media only screen
  and (min-device-width: 1024px)
  and (max-device-width: 1366px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1.5) {
    .page_body--content--image {
        width: 65%;
    }
}

@media only screen and (min-width: 1366px) {
    .page_body--content--image {
        width: 75%;
    }
}

@media only screen and (min-width: 1281px) {
  .cartouche_connexion {
    margin-right: 2%;
    margin-left: 78%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cartouche_connexion {
    /*padding-top: 7.11%;*/
    margin-right: 2%;
    margin-left: 78%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .cartouche_connexion {
	margin-right: 2%;
    margin-left: 78%;
  }
}

@media only screen
  and (min-width: 1024px)
  and (max-width: 1366px) {

  .cartouche_connexion {
    margin-right: 2%;
    margin-left: 78%;
  }

}

@media only screen
  and (min-device-width: 1024px)
  and (max-device-width: 1366px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1.5) {
  .cartouche_connexion {
	margin-right: 2%;
    margin-left: 78%;
    }
}


@media (max-width : 1150px) {

    #div_connexion_default {
        margin-left: 50px;
        margin-right: 50px;
    }

}

@media (max-height: 400px) {
    .page_body--content--image {
        display: none;
    }

    .cartouche_connexion {
        background: none;
        top: 50%;
        transform: translateY(-50%);
        padding-top: 0;
    }

}



