/* Général */
.header__container {
    height: 132px;
    margin: 0 auto;
    width: 990px;
    position: relative;
}

.header__cookie-informations {
    display: none;
}

.header__cookie-informations-content {
    font-size: 14px;
    padding-right: 5px;
}

.header__cookie-informations-content h1 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: bold;
}

.header__cookie-informations-content h2 {
    margin: 5px 0;
    font-size: 16px;
    font-weight: bold;
}

.header__cookie-informations-content table {
    border-style: solid;
    border-collapse: collapse;
}

.header__cookie-informations-content table tr td {
    padding: 4px;
}

.header__cookie-informations-content a {
    text-decoration: underline;
}

.header__cookie-container {
    width: 100%;
    background: #E4DDD7;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
    display: none;
}

.header__cookie-content {
    width: 100%;
    margin: 0 auto;
}

.header__cookie-content > span {
    display: inline-block;
}

.header__cookie-content a {
    text-decoration: underline;
}

.header__cookie-content button {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 20px;
    background-color: black;
    color: white;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.header__logo {
    width: 276px;
    height: 97px;
    font-size: 0;
    display: block;
    position: absolute;
    top: 33px;
    left: 50%;
    margin-left: -138px;
}
.header__link_container_left-top {
    position: absolute;
    left: 0;
    top: 15px;
    width: 495px;
    padding-bottom: 4px;
    border-bottom: 1px solid #434343;
}
.header__link_container_left-bottom {
    position: absolute;
    left: 0;
    top: 40px;
    width: 357px;
}
.header__link_container_right {
    position: absolute;
    right: 0;
    top: 15px;
    width: 495px;
    padding-bottom: 4px;
    text-align: right;
    border-bottom: 1px solid #434343;
}
.header__link_container_right .popin_panier { /* Annulation du text-align right de .header__link_container_right */
    text-align: center;
}
.header__link {
    background: url(../images/puce-header-link.png) no-repeat left center;
    padding-left: 7px;
    display: inline;
    margin-right: 12px;
    color: #434343;
    font-size: 11px;
}
.header__link a {
    color: #434343;
}
.header__link a:hover {
    color: #7C7979;
}

/* Panier */
.quick_panier {
    position: relative;
    padding-right: 20px;
}
.quick_panier__quantity {
    position: absolute;
    right: -5px;
    top: -9px;
    display: block;
    width: 20px;
    background: url('../images/bag.png') no-repeat;
    color: white;
    font-weight: bold;
    text-align: center;
}
.quick_panier__quantity--short {
    padding-top: 9px;
    height: 19px;
    font-size: 12px;
}
.quick_panier__quantity--long {
    padding-top: 10px;
    height: 18px;
    font-size: 11px;
}

/* Phrase de bienvenue + Lien de déconnection */
.header__welcome {
    position: absolute;
    top: 25px;
    right: 0;
    width: 300px;
    text-align: right;
    line-height: 20px;
    font-size: 11px;
    color: #7c7c7c;
}
.header__welcome a {
    font-weight: normal;
    color: #7c7c7c;
}
.header__welcome a:hover {
    text-decoration: underline;
}

.quickcart-empty {
    color: black;
    display: block;
    height: 32px;
    padding-top: 25px;
}