/* Common both */
.content-offer {
    width: 70%;
}

.content-sidebar {
    width: 30%;
    margin-left: 50px;
}

.sidebar-akkion {
    width: 100%;
    height: 100%;
}

.sidebar-akkion > * {
    border: solid 1px #2E3877;
    margin-bottom: 40px;
}

.sidebar-akkion-title {
    color: white;
    background: #2E3877;
    padding: 20px 25px;
}

.sidebar-akkion-title h4 {
    font-size: 20px;
}

.sidebar-akkion-title i {
    margin-right: 15px;
}

.sidebar-akkion-title i.fa.fa-list-alt::before {
    visibility: inherit;
}

.sidebar-content {
    padding: 5px 25px;
}

/* Style last visited */
.consulted_offer .title {
    color: #2E3877;
    font-size: 17px;
    font-weight: 600;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.consulted_offer .title:before {
    content: '';
    background: #FF860D;
    width: 2px;
    height: 15px;
    display: inline-block;
    margin-right: 4px;
}

.consulted_offer .contract-loc {
    color: #4c4c4c;
    font-size: 16px;
}

.consulted_offer, .search_made {
    padding: 7px 0;
    border-bottom: solid 1px #dedede;
}

.consulted_offer:last-child, .search_made:last-child{
    border-bottom: none;
}

/* Style last search */
.search_made .title {
    color: #2E3877;
    font-size: 17px;
    font-weight: 600;
}

.search_made .title:before {
    content: '';
    background: #FF860D;
    width: 2px;
    height: 15px;
    display: inline-block;
    margin-right: 4px;
}