
.sidebar {
    opacity: 1;
    position: fixed;
    top: 0;
    bottom: 0;
    padding: 0;
    z-index: 3;
    background-color: #303030;
}

.sidebar .plateform-name .name{
    padding:30px 0;
    text-align: center;
}
.sidebar .plateform-name .logo{
    text-align: center;
}
.sidebar .plateform-name .logo img{
    max-width: 100%;
    padding: 30px;
}
.sidebar .plateform-name .name a{
    color:#fff;
    font-size: 25px;
    text-decoration: none;
}
.sidebar #brands-wrapper{
    margin: 0;
    padding: 0;
}
.sidebar #brands-wrapper ul li a{
    position: relative;
    padding: 20px 0 20px 32px;
    color:#fff;
    font-size: 16px;
    text-decoration: none;
    border-top: 1px solid rgba(255,255,255,0.3);
}
.sidebar #brands-wrapper ul li a:hover{
    background:none;
}
/*.sidebar #brands-wrapper ul li a.active{
    background-color:#1e1e1e;
}*/

.sidebar #brands-wrapper ul li *:focus{
    background: inherit !important;
}
.sidebar #brands-wrapper ul li:last-child a{
    border-bottom: 1px solid rgba(255,255,255,0.3);

}
.sidebar #brands-wrapper ul li a .fond{
    width: 11px;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}
.sidebar #brands-wrapper ul li a.active .fond{
    width: 100%;
    z-index:-1;
    -webkit-transition: width 500ms; /* Safari */
    transition: width 500ms;
}
.sidebar #copyright{
    color:#6d6d6d;
    font-size: 14px;
}
.sidebar #copyright a{
    color:#6d6d6d;
    font-size: 14px;
}
.sidebar #copyright a:hover{
    color: #d03328;
    text-decoration: none;
}

.sidebar #copyright,
.sidebar .share{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.sidebar .share .title{
    color:#6d6d6d;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.sidebar .share .title i{
    margin-right: 8px;
    font-size: 20px;
    vertical-align: bottom;

}
.sidebar .share a{
    height: 42px;
    line-height: 42px;
    width: 42px;
    text-align: center;
    margin: 0 9px;
    border-radius: 21px;
    display: inline-block;
    background-color: red;
    text-decoration: none;
    opacity: 1;
    position: relative;
    background-color: #6d6d6d;
}
.sidebar .share a.facebook:hover{
    background-color: #3b5999;
}
.sidebar .share a.twitter:hover{
    background-color: #55acee;
}
.sidebar .share a.googleplus:hover{
    background-color: #dd4b39;
}
.sidebar .share a i{
    color:#303030;
    display: inline;
    font-size: 20px;
    margin-top: 12px;
    display: block;
}
.sidebar .share a:hover i{
    color:#fff;
}
