﻿/**
    Font Awesome : 
*/
@import url(http://thecodeplayer.com/uploads/fonts/fontawesome/css/font-awesome.min.css);

/**
 *  Feuille de Style Pointex 360
 *   Commun a tous les sites  
 *
 *   Sommaire : 
 *   
 *   1°) Global Tag 
 *   3°) Affichage Global 
 *    3.2°) Barre du choix de point de vente du haut 
 *    3.3°) general page login
 *
 *   4°) Spécifique :
 *    4.5°) Liste déroulante pour la selection de créneaux
 *
 *    4.8°) Fenêtre modal pour le choix de point de vente Global
 *    -4.8.2°) Liste des entrepots
 *    -4.8.3°) Google Map pour le choix d'entrepot (modal) 
 *
 *    4.9°) Block Responsive pour le choix d'entrepot fenêtre modale : Pour Mobile 
 *
 *   5°) Pour impression
 *
 *   6°) Pour responsive
 *
 *	 7°) Description article au survole de l'image	
 */


/**
    1°) Global Tag :
*/
a {
    cursor: pointer;
}

a:active, a:hover, a, a:focus,
input[type=radio]:focus,
input[type=button]:active,
input[type=button]:hover,
input[type=button]:focus,
input[type=button] {
    outline: 0;
}

/** 
     CONFIRMATION COMMANDE :
*/

#nok-facture {
    margin-top: 0;
}

#nok-facture .titre-news {
    font-size: 17px;
}

.TitreAdcmde {
    text-transform: uppercase;
    font-weight: bold;
}

h6.refCmdeOk {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin: 15px 0;
}

.only-print p {
    margin-bottom: 5px;
}

.only-print ul, .TabrefCmdeOk {
    list-style-type: none;
    padding-left: 15px;
}

.TabrefCmdeOk {
    margin-bottom: 20px;
}

.btnImprCmde {
    width: 70%;
    margin: 0 auto;
}

#detail {
    border: 1px solid #ccc;
    margin-top: 20px;
}

/**
    3°) Affichage Global 
    3.2°) Barre du choix de point de vente du haut 
*/
.top-adresse a {
    font-size: 10pt;
}

.bandeau-adresse {
    height: 30px;
    padding: 2px 0;
    top: 0;
    position: sticky;
    z-index: 1000;
}

.bandeau-adresse .gras {
    font-weight: bold;
    display: inline;
}

/**
    3°) Affichage Global 
    3.2°) general page login 
*/

.mdp-oublie .petit-texte {
    border-top: none;
    padding-top: 0;
    text-align: left !important;
    margin: 1em 0 0.5em 0 !important;
}

.SeSouvenirDeMoi {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
}

/**
    4°) Spécifique
    4.1°)
*/
.modal *:not(.btn),
.modal .modal-body p {
    /* color: black;*/
}

.modal .modal-header {
    text-align: center;
}


/**
    4.5°) Liste déroulante pour la selection de créneaux
*/
select#slot option,
select#slotDL option {
    height: 35px;
    padding-top: 0.65em;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

/* Preloader */
#preloader_ajax_select {
    text-align: center;
}

#preloader_ajax_select.inline {
    display: inline;
}

#preloader_ajax_select img {
    width: 17px;
    height: 17px;
}

/**
    4.8°) Fenêtre modal pour le choix de point de vente Global
*/

#localisation_zone #button_close_modal {
    position: absolute;
    right: 5px;
    top: 6px;
    display: block;
}

#localisation_zone #produit-detail {
    clear: both;
}

#localisation_zone .modal-body {
    width: 72%;
    margin: auto;
}

#localisation_zone .modal-body .form-group {
    float: left;
}

#localisation_zone #localisation-button-search {
    line-height: 80px;
    vertical-align: middle;
    float: right;
}

#localisation_zone #localisation-button-search #button_rechercher {
    margin-bottom: 3px;
}

#localisation_zone #cadre-button-codepostal {
    vertical-align: middle;
    margin-bottom: 10px;
    text-align: left;
}

#localisation_zone #button_validation {
    float: right;
}

#localisation_zone .modal-footer {
    clear: both;
    line-height: 34px;
    padding: 5px;
}

/**
    -4.8.2°) Liste des entrepots :
*/
#localisation_zone #resultat_zone {
    margin-left: -25px;
    display: none;
    clear: both;
    overflow-y: auto;
    overflow-x: hidden;
    width: 470px;
    max-height: 250px;
}

#localisation_zone #resultat_zone input[type="radio"] {
    margin-left: 10px;
    margin-right: 5px;
}

#localisation_zone #resultat_zone a.list-group-item {
    height: auto;
    width: 450px;
    display: inline-block;
    cursor: pointer;
}

#localisation_zone #resultat_zone div.content-description {
    float: left;
    width: 385px;
    font-size: 10pt;
}

#localisation_zone #resultat_zone div.content-description h4 {
    font-size: 12pt;
    text-align: left;
}

#localisation_zone #resultat_zone #icon_favorite {
    display: none;
}

#localisation_zone #resultat_zone hr {
    clear: both;
    margin-bottom: 2px;
}

#localisation_zone #ajouter-entrepot-favoris {
    cursor: pointer;
    display: inline-block;
    float: left;
}

#localisation_zone #ajouter-entrepot-favoris input[type="checkbox"] {
    margin-right: 5px;
    margin-top: -1px;
    outline: 0;
}

.ui-autocomplete {
    z-index: 1051 !important; /* ne pas enlever !important sinon la page d'appel prendra le relais sur la proprieté */
}

/**
    -4.8.3°) Google Map pour le choix d'entrepot (modal) : 
*/
#localisation_zone #content_google_map {
    display: none;
    clear: both;
    margin: auto;
}

#localisation_zone #google_map {
    width: 400px;
    height: 350px;
    box-shadow: 0px 1px 5px rgb(1, 1, 1);
    vertical-align: middle;
    display: table-cell;
}

#localisation_zone .link_googlemap {
    float: right;
    position: relative;
    top: 25px;
    width: 30px;
    height: 30px;
}

#localisation_zone .link_googlemap:hover, .link_googlemap:focus {
    transition-duration: 0.5s;
    transform: scale(1.5);
    border: 0.5px solid transparent;
}

/**
    7°) Description article au survole de l'image   
*/

.short-descriptionMobile {
    display: none;
}

.short-descriptionDesktop {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: Alpha(opacity=0);
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    color: #fff;
    padding: 20% 8%;
    box-sizing: border-box;
    word-wrap: break-word;
}

.short-descriptionDesktop p {
    color: #fff;
}

.productwrap:hover .short-descriptionDesktop {
    opacity: 1;
    filter: Alpha(opacity=100);
}


/* ------------------------------------------------------------------ MEDIA QUERIES -----------------------------------------------------*/


/**
    5°) Pour impression : 
*/
@media only print {

    /** --- CONFIRMATION COMMANDE :
*/
    .only-print {
        border: 1px solid #737373;
        padding: 0px 15px 30px 15px;
        margin: 20px 0;
        clear: both;
    }

    .only-print p {
        margin-bottom: 0;
    }

    h2.titre-news {
        margin: 10px 0px !important;
    }

    /* #EH 23-11-2016: retrait de "span" pour display:none pour que le total s'affiche à l'impression */
    #nok-facture button, #nok-facture img, footer, header, .sep {
        display: none !important;
    }

    #nok-facture body, #nok-facture div {
        margin: 0 !important;
    }
    /* #EH 23-11-2016: retrait de la phrase dans content */
    #nok-facture body:after {
        content: "";
    }
    /* #EH 23-11-2016: modification de la taille de la typo pour que le prix soit sur une ligne */
    #nok-facture .center, .titre-news, .Prod-compl h3, .TotalP, .titrePanier {
        font-size: 15px !important;
    }
    /* #EH 23-11-2016: ajout de la class pour aligner le total a la colonne de droite */
    #nok-facture .colTotalPrint {
        float: right;
    }
}

/**
    6°) Pour responsive : 
*/
@media screen and (max-width: 991px) {
    /** --- CREATION COMPTE TUNNEL COMMANDE :
*/
    .PbClear991 {
        clear: both;
    }

    /**
    7°) Description article au survole de l'image   
*/

    .short-descriptionDesktop {
        display: none !important;
    }

    .short-descriptionMobile {
        padding: 2% 2% 2% 4%;
        display: block !important;
        position: relative;
        opacity: 1;
        background-color: transparent;
        word-wrap: break-word;
        background-color: #f6f6f6;
        margin: 0.8em 0 3em 0;
        border: 1px solid #dde3e6;
        min-height: 150px;
    }

    .short-descriptionMobile p {
        color: #111;
        margin-bottom: 0;
    }

    .img-cats:hover .short-description, .productwrap:hover .short-descriptionDesktop {
        opacity: 1;
        filter: Alpha(opacity=100);
    }
}

@media screen and (max-width: 768px) {
    /**
    7°) Description article au survole de l'image   
*/
    .short-descriptionMobile {
        min-height: inherit;
    }
}

@media screen and (max-width: 767px) {

    /** --- CONFIRMATION COMMANDE :
*/
    #nok-facture .lineTitre {
        display: block !important;
    }

    .titrePanier {
        font-size: 15px !important;
    }

    .btnImprCmde {
        width: 100%;
        margin: 0 auto;
    }

    .QteCmdeOk {
        margin-left: inherit !important;
        text-align: center;
    }

    .prixCmdeOK {
        display: block;
    }

    .colCmdeOk {
        padding-left: 0 !important;
    }

    h6.refCmdeOk {
        margin-bottom: 25px !important;
    }

    .titre-produitPanier {
        overflow: visible;
    }

    .pageCmdeOk {
        margin-left: -5px !important;
    }
}

/**
    4.9°) Block Responsive pour le choix d'entrepot fenêtre modale : Pour Mobile 
*/
@media screen and (max-width: 590px) {
    #localisation_zone .modal-dialog {
        margin: 0;
    }

    #localisation_zone .modal-title {
        font-size: 14pt;
        text-align: left;
        width: 90%;
        display: inline-block;
    }

    #localisation_zone .modal-body {
        width: 100%;
        margin: auto;
        padding: 5px;
    }

    #localisation_zone #cadre-codepostal {
        width: 60%;
        font-size: 10pt;
        margin-bottom: 10px;
    }

    #localisation_zone #localisation-button-search {
        width: 20%;
        margin-left: 5px;
        float: left;
    }

    #localisation_zone #resultat_zone {
        width: 100%;
        max-height: 225px;
        margin-left: 0;
    }

    #localisation_zone #resultat_zone a.list-group-item {
        width: 100%;
        max-height: 155px;
    }

    #localisation_zone #resultat_zone a.list-group-item label {
        font-size: 9.3pt;
    }

    #localisation_zone #resultat_zone a.list-group-item label:first-child {
        margin-left: -15px;
    }

    #localisation_zone #resultat_zone div.content-description {
        width: 100%;
    }

    #localisation_zone #resultat_zone div.content-description .list-group-item-heading {
        font-size: 12pt;
    }

    #localisation_zone #resultat_zone a.list-group-item hr {
        margin-top: 0px;
    }

    #localisation_zone #resultat_zone a.list-group-item .link_googlemap {
        position: absolute;
        bottom: 5px;
        right: 15px;
        top: unset;
    }

    #localisation_zone #ajouter-entrepot-favoris {
        font-size: 9pt;
        padding: 6px 7px;
    }
}

@media screen and (max-width: 390px) {
    .linePdt .QteCmdeOk {
        margin-left: inherit !important;
        width: 25% !important;
    }
}
