.navbar .nav > li > a {
    color: #4a4a4a;
    font-size: 16px;
    padding: 30px 0 10px 0;
    margin-left: 10px;
    margin-right: 10px;
    text-shadow: none;
}
.navbar .nav > li > a.active:after,
.navbar .nav > li > a:hover:after {
    display: none;
}
.navbar .nav > li > a.active {
    border-bottom: 2px solid #19C889;
}

div.index {
    margin-bottom: 100px;
}
div.index .header-infos h1 {
    font-size: 54px;
    color: #4a4a4a;
    font-family: 'Open Sans';
    font-weight: 300;
}
.header-infos h2 {
    font-size: 44px;
    color: #000000;
    font-family: 'Open Sans';
    font-weight: bold;
}
.row.header-infos .col-md-6 {
    width: 100%;
    margin-left: 0;
    padding: 50px;
}
.header-infos .avatar {
    border: none;
    box-shadow: none;
    border-radius: 0;
}
#footer {
    background: #4a4a4a;
    padding: 50px;
}

.header-progression .progress {
    height: 13px;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    background-color: #D8D8D8;
}
.header-progression .progress .progress-bar {
    border-radius: 0;
    box-shadow: none;
}
.header-progression .formation-progress,
.header-progression .formation-time {
    padding: 25px 20px;
}
.header-progression .formation-progress i,
.header-progression .formation-time i {
    display: none;
}
.header-progression .formation-progress .title,
.header-progression .formation-time .title {
    font-weight: normal;
    font-size: 20px;
    color: #4a4a4a;
    font-family: 'Open Sans';
    display: block;
    margin-bottom: 20px;
}
.header-progression .formation-progress .nb,
.header-progression .formation-time .nb {
    font-weight: bold;
    font-size: 22px;
    color: #4a4a4a;
    font-family: 'Open Sans';
}
.header-progression .wrapper-btn {
    padding: 25px 30px;
}
.header-progression .wrapper-btn .btn {
    background: #19C889;
    display: block;
    height: auto;
    padding: 24px 50px;
    font-weight: normal;
    font-size: 16px;
    border-radius: 0;
    box-shadow: none;
    text-transform: uppercase;
}
.header-progression .wrapper-btn .btn i {
    display: none;
}
@media (max-width: 600px) {
    .header-progression {
        height: auto;
    }
}

.box {
    border: none;
}
.box .head {
    background: #ffffff;
    border-bottom: none;
    padding: 30px;
    border-radius: 0;
}
.box .head h4 {
    color: #4a4a4a;
    font-size: 24px;
    margin: 0;
    font-family: "Open Sans";
}
.box .box-content {
    padding: 30px;
    border-radius: 0;
}

.modules .element {
    min-height: 70px;
}
.modules .element i.fa-file-text,
.modules .element i.fa-folder {
    padding: 25px 30px;
    color: #4a4a4a;
    border-right: 1px solid #e6e8eb;
    font-size: 20px;
}
.modules .element .media-body {
    padding: 25px 75px 20px 0px;
}
.modules .element h4,
.modules .element h4.page-module-title,
.modules .element h4 a {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    font-family: "Open Sans";
}
.modules .element .btn-access,
.modules .element .btn {
    padding-top: 25px;
}
#modules {
    margin-bottom: 20px;
}

#formations {
    margin-bottom: 30px;
}

ul.postheader li.avatar a.dropdown-toggle > div {
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    border: 3px solid rgba(255, 255, 255, 0.92);
    box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
    width: 50px;
    height: 50px;
}

.left-menu,
.left-avatar {
    border-radius: 0;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .modules .element {
        height: auto;
    }
    .modules .element .media-body {
        padding: 15px 35px 10px 10px;
    }
    .header-progression .formation-progress .formation-progress-infos,
    .header-progression .formation-time .formation-time-infos {
        max-width: 100%;
    }
}
