.banner-area .banner-content {
    margin-top: 0px;
}

.banner-area .logo {
    margin-top: -60px;
    margin-bottom: 50px;
}

.banner-area .buttons {
    margin-top: 40px;
}

.banner-area .ticker-btn {
    display: inline-block;
    color: #FFF;
    margin-right: 10px;
    margin-left: 10px;
    width: 132px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}

.banner-area .ticker-btn:hover {
    opacity: 0.7;
}

.banner-area .ticker-btn.discord {
    background-color: #A39F73;
}

.features-row a {
    color: #777;
}

/* Organisation */
.section-header img {
    height: 180px;
}

/* Organisation pages */
.container-slim p {
    margin: auto;
    max-width: 734px;
    text-align: justify;
}

/* Histoire */
.page-histoire {
    background: url(../img/img_histoire.jpg) center;
}


/* Grades & Distinctions */
.grades-table .grade-img {
    height: 100px;
}

.grades-table .distinction-img {
    width: 200px;
}

.grades-table p {
    margin: 0;
    margin-bottom: 10px;
    max-width: none;
}

.grades-table ul {
    list-style: circle;
    margin-left: 30px;
    margin-bottom: 10px;
}

.grades-table .grade-title {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: bold;
    font-size: 15px;
}

.grades-table .grade-italic-yellow {
    color:#d0a600;
    font-style: italic;
}

.grades-table .grade-italic-red {
    color: #e74c3c;
    font-style: italic;
}

/* Forms required */
/* label.required:not(.form-check-label):after {
    content: " *";
} */