/*Modif header*/

#header .header-nav {
    max-height: 50px;
    border-bottom: #f6f6f6 2px solid;
    background: #2A2D3C;
    padding-bottom: 12px;
}

#header .header-nav .right-nav{
    place-items: end;
}

.oh-nav-icon-blog {
    font-size: 20px;
    background-color: #fff;
    border-radius: 50%;
    width: 30px;
    color: #000;
    padding: 5px;
    height: 30px;
    margin-right: 5px;
}

.la-user.oh-nav-connexion-icon {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: #0080b9;
    color: #fff;
    padding: 6px 6.5px;
}

#header .header-nav .col-md-7.col-xs-12{
    display: flex;
    justify-content: space-evenly;
}
div#header-info-email {
    place-self: end;
}

div#header-info-phone {
    place-self: end;
}
div#header-info-email a {
    color: #fff;
}
div#header-info-phone a {
    color: #fff;
}

#header .header-nav .right-nav{
    padding-top: 0.6rem;
}

#header .header-nav .cart-preview .shopping-cart{
    color: #fff;
}

span.hidden-sm-down {
    color: #fff;
}
