header.border-bottom {
    border-color: #ff3700 !important;
    border-width: 2px !important;
}

header .logo {
    width: 155px;
}

header .logo .image {
    fill: #ff3700;
}

header .logo .titre {
    fill: #414141;
}

.avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #ff3700;
    text-decoration: none;
    color: #fff;
}

.dropdown-menu[aria-labelledby="profileDropdown"] {
    min-width: 260px;
}

a.avatar:hover {
    color: #414141;
}

.avatar span {
    font-size: 1.3rem;
}

