/**
 * 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;
}

/**
 * blocks
 */
.qbz_last_spip_articles_scrolled ul {
    margin: 0;
    padding: 0;
}

.qbz_last_spip_articles_scrolled li .time {
    font-weight: bold;
}
.qbz_last_spip_articles_scrolled li .source {
    color:#666;
}
.qbz_last_spip_articles_scrolled li .title a {
    color:black;
    font-weight: bold;
}
.qbz_last_spip_articles_scrolled {
    position: relative;
}

.qbz_last_spip_articles_scrolled .prev, .qbz_last_spip_articles_scrolled .next {
    width: 13px;
    height: 14px;
    background-image: url(/img/redesign/arrow-brown-fil-l.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
}

.qbz_last_spip_articles_scrolled .next {
    background-image: url(/img/redesign/arrow-brown-fil-r.png);
}

.qbz_last_spip_articles_slide a.gray_rss  {
  position: absolute; background: none;
  padding: 0; margin: 0;
  top: 8px;
  right: 7px;
  float: none;
}

/**
 * Right column
 */
.qbz_last_spip_articles_scrolled.col-right .prev {
    position: absolute;
    right: 25px;
    top: 8px;
}

.qbz_last_spip_articles_scrolled.col-right .next {
    position: absolute;
    right: 7px;
    top: 8px;
}

.qbz_last_spip_articles_scrolled.col-right ul {
    height: 31px;
    position: absolute;
    top: 6px;
    overflow: hidden;
    width: 140px;
    left: 139px;
    white-space: nowrap;
}

/**
 * Main column
 */
.qbz_last_spip_articles_scrolled.col-main {
    background-color: #EFEEEA;
    overflow: hidden;
    display: none;
}

.qbz_last_spip_articles_scrolled.col-main ul {
    margin-left: 131px;
}

.qbz_last_spip_articles_scrolled.col-main ul, .qbz_last_spip_articles_scrolled.col-main li {
    line-height: 30px;
    height: 30px;
}

.qbz_last_spip_articles_scrolled.col-main .prev, .qbz_last_spip_articles_scrolled.col-main .next {
    position: absolute;
}

.qbz_last_spip_articles_scrolled.col-main .nav {
    background-color: #EFEEEA;
    position: absolute;
    right: 0;
    height: 30px;
    top: 0;
    width: 43px;
}
.qbz_last_spip_articles_scrolled.col-main .prev {
    right: 25px;
    top: 8px;
}
.qbz_last_spip_articles_scrolled.col-main .next {
    right: 7px;
    top: 8px;
}

.qbz_last_spip_articles_scrolled.col-main h2 {
    line-height: 30px;
    overflow: hidden;
    position: absolute;
    margin-right: 10px;
}

.qbz_last_spip_articles_scrolled.col-main h2 a {
    display: block;
    background-color: #b29153;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    text-shadow: 0 -1px 2px rgba(102, 102, 102, 0.75);
    text-decoration: none;
    text-transform: none;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

/**
 * Sliding articles
 */
.qbz_last_spip_articles_slide .slides_container, .qbz_last_spip_articles_slide .slides_control, .qbz_last_spip_articles_slide .item {
    width: 300px;
}
.qbz_last_spip_articles_slide {
    width: 300px;
    position: relative;
    overflow: hidden;
}
.qbz_last_spip_articles_slide .prev {
    left: 0;
    top: 140px;
}
.qbz_last_spip_articles_slide .next {
    right: 0;
    top: 140px;
}
.qbz_last_spip_articles_slide .item {
    clear: both;
    position: relative;
    overflow: hidden;
    padding: 8px 0;
}
.qbz_last_spip_articles_slide .item p {
    color: var(--title-color);
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: 500;
}
.qbz_last_spip_articles_slide .item img {
    width: 100%;
}
.qbz_last_spip_articles_slide .item .float_left img {
    width: 100px;
    min-height:inherit;
    float: left;
    margin-right: 10px;
    margin-top: 6px;
}

.qbz_last_spip_articles_slide .item .qbz_title a {
    font-family: var(--font-family-title);
    text-decoration: none;
    color: #000000;
    margin: 6px 0;
    font-size: 18px;
    font-weight: normal;
}

.qbz_last_spip_articles_slide .item .qbz_title a:hover {
    color: #333333;
    transition: .2s;
}
.qbz_last_spip_articles_slide .item.first .qbz_title a {
    font-family: var(--font-family-title);
    font-weight: normal;
}

.qbz_last_spip_articles_slide .video-container,
.qbz_last_spip_articles_slide .article-container{
  float: left;
  width: 100%;
  border-bottom: #CCC 1px dashed;
  padding-bottom: 4px;
  margin-bottom: 4px;
}

.qbz_last_spip_articles_slide .qbz_see_all {
    border-top: 1px dotted #A2A2A2;
    text-align: right;
    clear: both;
}

.qbz_last_spip_articles_slide .item.small-tier img {
    min-height: 0;
}
.qbz_last_spip_articles_slide .item.small-tier {
    float: left; clear: none;
    width: 96px;
    margin: 2px 2px;
}
.qbz_last_spip_articles_slide .item.small-tier .qbz_title a {
    font-size: 10px; line-height: 12px;
}
.qbz_last_spip_articles_slide .item .play {
    position: absolute;
    height: auto;
}
.qbz_last_spip_articles_slide .item.small-tier .play {
    width: 39px;
    height: auto;
    top: 22px;
    left: 30px;
}

.qbz_last_spip_articles_slide .item.first .play {
    width: 67px;
    height: auto;
    min-height: 0;
    top: 74px;
    left: 127px;
}

/**
 * compact sliding
 */
h2.full-brown-title .prev { right: 28px; }
h2.full-brown-title .next { right: 10px;}

.qbz_last_spip_articles_compact_scrolled {
    background-color: #EEEDE9;
    clear: both;
    margin-bottom: 10px;
}
.qbz_last_spip_articles_compact_scrolled .item {
    padding: 10px;
    width: 280px;
}
.qbz_last_spip_articles_compact_scrolled .slides_container {
    margin-right: 10px;
}
