
.pageblock.pageblock-news {
    border: 2px var(--bf-primary-color) solid;
    border-radius: 15px;
    margin: 0 25px 25px 25px;
    padding: 0 15px;
}

.pageblock__element-1lien {
    border-bottom: 1px #cdd0d3 solid;
    align-items: center;
    display: flex;
    width: 100%;
}
.pageblock__element-1lien:last-child {
    border-bottom: 0;
}

.pageblock__element-1lien__icon,
.pageblock__element-1lien__link,
.pageblock__element-1lien__go {
    flex: 1;
    min-height: 40px;
    line-height: 40px;
}

.pageblock__element-1lien__go a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.pageblock__element-1lien__icon {
    width: 40px;
    max-width: 40px;
    min-width: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 60%;
}

.pageblock__element-1lien__link {
    line-height: 16px;
    display: flex;
    align-items: center;
}
.pageblock__element-1lien__link a {
    flex: 1;
    display: block;
    text-decoration: none;
    color: #1c1c1c;
    font-size: 14px;
    letter-spacing: -.5px;
}

.pageblock__element-1lien__go {
    flex: 1;
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    background: url('/bundles/app/images/theme2020/pic_chevron_right_blue.png') no-repeat center center;
    background-size: auto 50%;
}


.pageblock__element-archive-right {
    display: flex;
    padding: 0 25px;
}

.pageblock__element-archive-right-big {

}

.pageblock__element-archive-right__row {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}


.pageblock__element-archive-right.pageblock__element-archive-right-small .pageblock__element-archive-right__row__thumbnail {
    flex: 1;
    min-width: 90px;
    max-width: 90px;
    height: 90px;
    position: relative;
}
.pageblock__element-archive-right.pageblock__element-archive-right-big .pageblock__element-archive-right__row__thumbnail {
    flex: 1;
    min-width: 140px;
    max-width: 140px;
    height: 140px;
    position: relative;
}

.pageblock__element-archive-right__row__thumbnail a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    text-decoration: none;
    background-size: cover;
    background-position: center center;
    border-radius: 7px;
}

.pageblock__element-archive-right__row__content {
    flex: 1;
    padding-left: 25px;
}

.pageblock__element-archive-right__row__content h3 {
    margin: 0;
}
.pageblock__element-archive-right__row__content h3 a {
    color: #1c1c1c;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: -.5px;
}
.pageblock__element-archive-right__row__content .author {
    color: #8e8e8e;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.5px;
}
.pageblock__element-archive-right__row__content .author a {
    color: #8e8e8e;
    text-decoration: none;
}
.pageblock__element-archive-right__row__content .intro {
    display: none;
}

/* ---------------------------------------
 Fil actu
 -------------------------------------- */
.pageblock__element-filactu {
    margin-bottom: 20px;
}
.pageblock__element-filactu__heading {
    background: var(--bf-primary-color);
    display: flex;
    height: 40px;
    padding-right: 7px;
}
.pageblock__element-filactu__heading__title {
    flex: 1;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0 0 0 20px;
    font-weight: 600;
    line-height: 40px;
    height: 40px;
}
.pageblock__element-filactu__heading__previous {
    flex: 1;
    max-width: 30px;
    min-width: 30px;
    height: 40px;
    background: url('/bundles/app/images/theme2020/pic_chevron_up_white.png') no-repeat center center;
    background-size: 60% auto;
    cursor: pointer;
}
.pageblock__element-filactu__heading__next {
    flex: 1;
    max-width: 30px;
    min-width: 30px;
    height: 40px;
    background: url('/bundles/app/images/theme2020/pic_chevron_down_white.png') no-repeat center center;
    background-size: 60% auto;
    cursor: pointer;
}

.pageblock__element-filactu__heading__previous.hidden, .pageblock__element-filactu__heading__next.hidden {
    opacity: 0.4;
}

.pageblock__element-filactu__row {
    display: none;
    align-items: center;
    border-bottom: 1px #c8c8c8 solid;
    padding: 5px 0;
}

.pageblock__element-filactu__row.visible {
    display: flex;
}

.pageblock__element-filactu__row:last-child {
    border-bottom: 0;
}

.pageblock__element-filactu__row__icon,
.pageblock__element-filactu__row__link,
.pageblock__element-filactu__row__date {
    flex: 1;
    min-height: 40px;
    line-height: 40px;
}

.pageblock__element-filactu__row__icon {
    width: 40px;
    max-width: 40px;
    min-width: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 60%;
}

.pageblock__element-filactu__row__icon a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.pageblock__element-filactu__row__link {
    padding-right: 10px;
    line-height: 16px;
    display: flex;
    align-items: center;
}
.pageblock__element-filactu__row__link a {
    flex: 1;
    display: block;
    text-decoration: none;
    color: #1c1c1c;
    font-size: 12px;
}

.pageblock__element-filactu__row__date {
    flex: 1;
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    color: #8e8e8e;
}


/* ---------------------------------------
 Vidéos
 -------------------------------------- */
.pageblock__element-videos {
    margin: 25px 0;
}

.pageblock__element-videos__heading {
    padding: 0 0 0 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -.5px;
    color: #000000;
}

.pageblock__element-videos__heading::before {
    font-size: 20px;
    font-weight: 800;
    padding: 0 5px 0 0;
    content: "|";
    color: var(--bf-primary-color);
}

.pageblock__element-videos__row {
    margin: 25px 0 0 0;
    padding: 0 40px;
}

.pageblock__element-videos__row__thumbnail {
    width: 100%;
    height: 124px;
    background-size: cover;
    background-position: center center;
    border-radius: 7px;
    position: relative;
}
.pageblock__element-videos__row__thumbnail__play {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('/bundles/app/images/theme2020/pic_play.png') no-repeat center center;
    background-size: 50px 50px;
}
.pageblock__element-videos__row__thumbnail__play a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.pageblock__element-videos__row__title {
    padding-top: 5px;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
}
.pageblock__element-videos__row__title a {
    color: #000000;
    text-decoration: none;
}


/* ---------------------------------------
 Newsletter
 -------------------------------------- */
/*.survey {
    background-color: #ffffff;
}*/

.newsletter {
    margin-bottom: 20px;
}

/*.survey__heading,*/
.notifications__heading,
.newsletter__heading {
    background: var(--bf-primary-color);
    display: flex;
    height: 40px;
}

/*.survey__heading__title,*/
.notifications__heading__title,
.newsletter__heading__title {
    align-items: center;
    display: flex;
    flex: 1;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0 0 0 20px;
    font-weight: 600;
    line-height: 40px;
    height: 40px;
}

/*.survey__heading__title .survey-icon {
    background: url(/bundles/app/images/theme2020/bf_bf_200x160_white.png) no-repeat center center;
    background-size: contain;
    height: 30px;
    margin-left: 10px;
    width: 30px;
}*/

.notifications__heading__title .notifications-icon {
    background: url(/bundles/app/images/theme2020/pic_notification_white.png) no-repeat center center;
    background-size: contain;
    height: 30px;
    margin-left: 10px;
    width: 30px;
}

.newsletter__heading__title .newsletter-icon {
    background: url(/bundles/app/images/theme2020/pic_newsletter_white.png) no-repeat center center;
    background-size: contain;
    height: 30px;
    margin-left: 10px;
    width: 30px;
}

.notifications__body,
.newsletter__body {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 0 0 0;
}

#newsletter-email,
#newsletter-unsubscribe-email {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 14px;
    display: block;
    border: 0;
    outline: 0;
    background: #f0f0f0;
    border-radius: 5px;
    padding: 0 10px;
    margin: 10px 0 0 0;
}

.notifications-yes,
.notifications-yes > button,
.notifications-no,
#newsletter-submit,
#newsletter-unsubscribe {
    border-radius: 5px;
    display: block;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin: 10px auto;
    min-width: 140px;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease;
}

.notifications-yes {
    min-height: auto !important;
}

.notifications-yes > button {
    border-radius: 5px !important;
    box-shadow: none !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    height: 30px !important;
    line-height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-transform: none !important;
    transition: all .3s ease !important;
}

.notifications-yes,
.notifications-yes > button,
#newsletter-submit,
#newsletter-unsubscribe {
    background: var(--bf-primary-color) !important;
    color: #ffffff !important;
}

.notifications-yes.disabled,
.notifications-yes.disabled > button,
.notifications-yes.disabled:hover,
.notifications-yes.disabled:hover > button {
    background: #cccccc !important;
    color: #ffffff !important;
    cursor: not-allowed;
}

.notifications-no {
    color: #000000;
}

#newsletter-submit,
#newsletter-unsubscribe {
    width: 200px;
}

.newsletter-unsubscribe-link {
    display: block;
    font-style: italic;
    text-align: center;
    text-decoration: none;
}

.notifications-yes:hover,
.notifications-yes > button:hover,
#newsletter-submit:hover,
#newsletter-unsubscribe:hover {
    background: var(--bf-focus-color) !important;
}

.notifications-no:focus,
.notifications-no:hover {
    background: #999999;
    color: #ffffff;
}

#newsletter-result,
#newsletter-unsubscribe-result {
    margin: 5px 0;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 14px;
    color: #15880f;
    line-height: 18px;
}

#newsletter-result.error,
#newsletter-unsubscribe-result.error {
    color: #b60000;
}

.notifications__buttons {
    display: flex;
    justify-content: space-evenly;
    margin-top: 20px;
}

@media screen and (min-width: 1024px) {
    .pageblock__element-archive-right__row__content .intro, .pageblock__element-archive-right__row__content .intro a {
        font-size: 14px;
        color: #1c1c1c;
        display: block;
        text-decoration: none;
        line-height: 18px;
        margin-top: 5px;
    }

    .pageblock__element-archive-right__row__content h3 a {
        color: #1c1c1c;
        font-size: 22px;
        line-height: 28px;
        font-weight: 700;
        text-decoration: none;
        letter-spacing: -.5px;
    }
}
