#about-page {
    padding-left: 0;
    padding-right: 0;
}

#about-page .col-md-10 {
    padding: 0;
    float: right;
}

#about-page h1 {
    text-align: left;
    margin-bottom: 5%;
    padding-top: 3%;
}

#about-page h2 {
    font-size: 1.8em;
    font-weight: bold;
}

#about-page .equipe {
    padding-top: 2%;
}

.equipe-box {
    float: left;
    padding-left: 0;
    padding-right: 0;
    height: 300px;
}

.equipe-box h3 {
    margin-bottom: 0;
}

.equipe-box > figure > a > img {
    display: block;
    margin: auto;
    cursor: pointer;
}

.membro-box > a, .membro-box > a:visited, .membro-box > a:hover {
    text-align: center;
    font-size: 1.6em;
    cursor: pointer;
    color: #404040;
    margin: auto;
    display: block;
    font-weight: bold;
}

.membro-box > h3 {
    text-align: center;
    font-size: 1.1em;
    padding-top: 0;
    margin-top: 0;
}

.membro-box {
    display: block;
    margin:5% auto auto auto;
}

#about-page figure {
    margin: 0;
}

.color-equipe {
    background-color: #00bef8;
    height: 5px;
    width: 140px;
    margin: auto;
}

#lightbox-img > img {
    margin-top: 15% !important;
}

#about-page > div.col-md-10 > div > div:nth-child(1) {
    padding-top: 4%;
}

#top-perform h1{
    margin: 0;
}

#top-perform h2{
    margin: 0;
    margin-bottom: 4%;
    margin-top: 1%;
    font-size: 1.5em;
    color: #00b7fd;
}
#top-perform h3 {
    margin: 5% 0;
}

#top-perform a,
#top-perform a:hover,
#top-perform a:visited {
    border: 1px solid #00b7fd;
    padding: 2%;
    color: #00b7fd;
    font-size: .7em;
}

#top-perform > div > div.col-md-2.siderpage > img {
    margin: 15% 0;
}