/**
 * common
 */
.slides_container .time {
    color: #333;
    font-size: 12px;
    font-weight: bold;
    font-family: var(--font-family);
}

.slides_container .source {
    font-size: 12px;
    color: #666;
    padding-right: 4px;
    font-family: var(--font-family);
}

.slides_container .title {
    color: #333;
    font-size: 12px;
    font-weight: bold;
    font-family: var(--font-family);
}

.slides_container .title a {
    color: #333;
}
h2.full-brown-title {
    background-color: var(--element-color);
    height: 26px;
    padding: 0;
    font-size: 13px;
    line-height: 26px;
    font-weight: normal;
    font-family: var(--font-family);
    padding-left: 10px;
    position: relative;
}

h2.full-brown-title a {
    color:white; text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
h2.full-brown-title .prev, h2.full-brown-title .next {
    width: 13px;
    height: 14px;
    position: absolute;
    background: url(/img/redesign/sprite-picto-headfoot.png) no-repeat -173px -134px;
    display: block;
    cursor: pointer;
    top: 6px;
}
h2.full-brown-title .next {
    background-position: -203px -134px;
}
