@charset "UTF-8";

body {
    padding-top: 84px;
}

h1 {
    color: #fdca4d;
}

.title {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    text-transform: uppercase;
}

a, a:link {
    color: #fdca4d;
    outline: none;
}

a:visited {
    color: #fdca4d;
}

a:hover, a:focus {
    color: #fda400;
}

span.view-now a:hover, span.view-now a:focus {
    background: #fdca4d;
}

#page {
    margin-top: -24px;
}

#header {
    height: 91px;
    padding-bottom: 28px;
}

.header {
    height: 88px;
}

.header .edition {
    margin-top: -15px;
}

#main_nav {
    margin-top: 58px;
}

#mainContent {
    margin-top: 0;
}

.highlight-img {
    width: 960px;
    height: 660px;
    background: transparent url(../images/highlight-2020.png) 0 0 no-repeat scroll;
    margin-top: 59px;
}


/* --- colors --- */
.yellow-underline {
    color: #fdca4d;
    border-bottom: 1px solid #fda400;
}

.yellow {
    color: #fdca4d !important;
}

.a35-atelier35 a:hover {
    color: #fdca4d !important;
}

a.nav-item.active,
a.nav-item:hover, a.nav-item:focus {
    background-color: #fdca4d;
}

.pagination .current {
    background: #fdca4d;
    border: 1px solid #fda400;
}
