/**************************************************************************/
/* Affichage de la partie en haut de l'entete                             */
/**************************************************************************/
.info-entete {
    width: 100%;
    height: 20px;
    text-align: center;
    font-style: italic;
    color: rgb(249, 156, 5);
}

/**************************************************************************/
/* Entete Principale                                                      */
/**************************************************************************/
.block_entete {
    width: 100%;
    background-color: white;
    border-bottom: solid 1px black;
}

/* Logo de Crystal System */
@media screen and (max-width: 1024px) {
    .logo_crystal{
        width: 50px;   
    }
    .logo_crystal img{
        vertical-align: middle;
        max-width: 40px;
        max-height: 40px;
    }
}
@media screen and (min-width: 1025px) {
    .logo_crystal{
        width: 70px;   
    }
    .logo_crystal img{
        vertical-align: middle;
        max-width: 60px;
        max-height: 60px;
    }
}
/*
.logo_crystal img{
    vertical-align: middle;
    max-width: 60px;
    max-height: 60px;
}*/

/* Nom de la société */
.nom_societe {
    width: 100%;
}

.nom_societe p{
    margin-left: 1px;
    vertical-align: middle;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 18;
    font-weight:bolder;
    color: darkblue;
    text-shadow: 0.1em 0.1em 0.2em black

}

/**************************************************************************/
/* Affichage de l'utilisateur                                             */
/**************************************************************************/

.user_login {
    width: 50px; 
}

.user_login a{
    margin-left: 5px;  
    margin-right: 5px;
}


.prenom-user {
    width: 150px;
    margin-right: 10px;
    text-align: center;
    background-color: rgb(12, 202, 66);
    border-radius: 4px;
    text-decoration: none;
}


.prenom-user a{
    text-decoration: none;
    color:white;
    border-right: 5px;
    font-style: italic;
    font-size: 12px;
    text-shadow: 0.1em 0.1em 0.2em black
}

.non-connecte-user {
    width: 150px;
    margin-right: 10px;
    text-align: right;
    /*background-color: rgb(253, 6, 6);*/
    /*border-radius: 4px;*/
    text-decoration: none;
    /*color:rgb(145, 3, 3);*/
}

.non-connecte-user a{
    margin-right: 10px;
    text-decoration: none;
    color:rgb(145, 3, 3);
    border-right: 5px;
    font-style: italic;
    font-size: 12px;
    font-weight: bold;
}

/* Espace laissé au bord droit après le prénom de l'utilisateur */
.espace-bord{
    width: 5px;
    min-width: 5px;
}

/**************************************************************************/
/* Affichage du panier                                                    */
/**************************************************************************/

.user_cadie {
    width: 70px;    
}

.img_cadie {
    /*width: 50px;*/
    /*display: block;*/
    position:absolute;
    z-index:1;
    margin-left: 9px;
    top: 38px;  
    right: 30px;  
}

/**************************************************************************/
/* Affichage de la quantité dans le panier                                */
/**************************************************************************/

.affichage-nb-produits-panier {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 4px;
    text-decoration: none;

    background: #0099ff;
    /*border: 1px solid black;*/
    color: #FFFFFF;
    text-align: center;

    font: 12px Arial, sans-serif;
    position:absolute;
    top:25px;
    right:20px;
    z-index:2;
}

/**************************************************************************/
/* Partie basse de l'entete avec les coordonnées de Crystal system        */
/**************************************************************************/

.infos-societe{
    width: 100%;
    background-color: white;
    height: 10px;
}

.contact-societe{
    /*width: auto;*/
    max-width: 150px;
}

@media screen and (max-width: 1024px) {
    .contact-societe a{
        margin-left: 5px;
        font-size: 10px;
        font-style: italic;
    }
}

@media screen and (min-width: 1025px) {
    .contact-societe a{
        margin-left: 10px;
        font-size: 12px;
        font-style: italic;
    }
}
