
.header {
   align-items: flex-start;
   background: var(--color-light) 0% 0% no-repeat padding-box;
   height: 5vh;
}

.logo {
    top: 11px;
    left: 70px;
    width: 208px;
    height: 32px;
    opacity: 1;
}

.colissimo-logo-non {
   height: 32px;
   width: 100%;
   padding: 11px 70px;
}
.logo-non {
    align-items: flex-end;
    display: flex;
    flex: 1;
}
.colissimo{
    height: 32;
    margin-bottom: 0;
    width: 125px;
}
.sperateur-logo{
align-self: center;
height: 20px;
margin-left: 15px;
margin-top: 1px;
width: 1px;
}
.colissimo-name{
    color: rgba(121, 118, 118, 1);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 11px;
    margin-bottom: 3px;
    margin-left: 14px;
    min-height: 17px;
    min-width: 58px;
    white-space: nowrap;
    font-family: 'Barlow', sans-serif !important;
}