/* ================= *
 * ## News actual ##
 * ================= */

.news-actual .item-content{
    font-size: 12px;
}

/* ===================== *
 * ## Noise news tile ##
 * ===================== */

.noise-news-tile {
    flex-wrap: wrap;
    max-height: 200px;
}

.noise-news-tile .noise-news-link {
    transition: background-color .25s;
    -webkit-transition: background-color .25s;
}

.noise-news-tile .noise-news-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    order: 2;
    padding: 20px;
    min-height: 100px;
}

.noise-news-tile .noise-news-body > div,
.noise-news-tile .noise-news-body .noise-news-body-container {
    float: left;
    max-height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.noise-news-tile .noise-news-body p {
    margin-bottom: 0;
}

.noise-news-tile .noise-news-body h2 {
    font-size: 17px;
    font-weight: bold;
}

/* ===================== *
 * ## Noise news date ##
 * ===================== */

.noise-news-date {
    text-align: center;
    height: 100%;
    padding: 0 15px;
    order: 0;
    pointer-events: none;
}

.noise-news-date span {
    font-size: 14px;
    align-self: center;
    text-transform: uppercase;
    line-height: 20px;
}

.noise-news-date span b {
    font-weight: normal;
}


/* ===================== *
 * ## Noise news link ##
 * ===================== */

.noise-news-link {
    cursor: pointer;
    height: 100%;
    display: flex;
    order: 1;
    flex: auto;
    flex-direction: row-reverse;
}

.noise-news-link a {
    float: left;
    height: 100%;
    position: relative;
    width: 100%;
}

.noise-news-link a img {
    position: absolute;
    top: 50%;
}

.news-item .read-more, .noise-news-body .read-more, .noise-news-body br, .casper-swiper-component .news-pagination {
    display: none;
}

.upload-page .noise-news-link {
   width: 100%;
}

.upload-page .noise-news-tile {
   max-height: none;
}


/* =============== *
 * ## News page ##
 * =============== */

.news-page .row > .news-pagination .read-more {
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
    line-height: 18px;
    position: relative;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
}

.news-pagination {
    display: none;
    text-align: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.news-page .f3-item-wrapper {
    height: 100%;
}

.news-date {
    float: right;
    position: relative;
    top: -30px;
}

.news-actual [data-type="item"] p:first-of-type {
    font-weight: normal;
    font-size: 13px;
    line-height: inherit;
}
