﻿.article__head .row {
    margin-bottom: 10px;
}

.article__head .article__tags li {
    padding-right: 20px;
    padding-left: 0;
}

    .article__head .article__tags li:first-child {
        padding-left: 0;
    }

.article__head p:not(.categ) {
    font-size: 1.1rem;
    line-height: 1.2;
    margin-bottom: 20px;
}

.article__head .categ {
    border-bottom: none;
}

    .article__head .categ:after { /* ancienne syntaxe CSS2 */
        content: " ";
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 40px;
        margin-left: -20px;
        border-bottom: 1px solid #70777a;
    }

    .article__head .categ::after {
        content: " ";
        display: block;
        position: absolute;
        bottom: -5px;
        left: 50%;
        width: 40px;
        margin-left: -20px;
        border-bottom: 1px solid #70777a;
    }

.article__head.categ__innovations .categ:after {
    border-bottom-color: #85cbf1;
}

.article__head.categ__innovations .categ::after {
    border-bottom-color: #85cbf1;
}

.article__head.categ__solutions .categ:after {
    border-bottom-color: #3eb38a;
}

.article__head.categ__solutions .categ::after {
    border-bottom-color: #3eb38a;
}

.article__head.categ__etudes .categ:after {
    border-bottom-color: #ff6868;
}

.article__head.categ__etudes .categ::after {
    border-bottom-color: #ff6868;
}

.article__head.categ__politique .categ:after {
    border-bottom-color: #884872;
}

.article__head.categ__politique .categ::after {
    border-bottom-color: #884872;
}

.article__head.categ__acteurs .categ:after {
    border-bottom-color: #34314c;
}

.article__head.categ__acteurs .categ::after {
    border-bottom-color: #34314c;
}

.following-article {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #e1e5ec;
}

    .following-article .main-block-title {
        color: #ff6767;
    }

.following-article__title {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.2;
}

.main-block-title {
    margin-bottom: 0;
    color: #364656;
    FONT-FAMILY: Tahoma,Arial,sans-serif;
    font-size: .95rem;
    font-weight: bold;
    text-transform: uppercase;
}

.newsletter p {
    line-height: inherit;
}

.article__head.categ__agenda .categ:after {
    border-bottom-color: #c09bad;
}

.article__head.categ__agenda .categ::after {
    border-bottom-color: #c09bad;
}

.article__head .article__illus {
    margin-bottom: 30px;
}

/* Corps de l'article */
.article__body {
    color: #364656;
    font-size: 1.05rem;
}

    .article__body li {
        list-style-type: disc;
        margin-left: 25px;
    }

    .article__body .tableThinBorder tbody {
        border: 1px solid grey;
    }

    .article__body .dynamic_br {
        height: 8px;
    }

@media screen and (min-width: 40em) {
    .article__body h1 {
        font-size: 1.5rem;
    }

    .article__body h2 {
        font-size: 1.25rem;
    }

    .article__body h3 {
        font-size: 1.1875rem;
    }

    .article__body h4 {
        font-size: 1.125rem;
    }

    .article__body h5 {
        font-size: 1.0625rem;
    }

    .article__body h6 {
        font-size: 1rem;
    }
}

/* Titres des blocs complÃ©mentaires de l'article */
.main-block-title {
    margin-bottom: 0;
    color: #364656;
    font-family: Tahoma,Arial,sans-serif;
    font-size: .95rem;
    font-weight: bold;
    text-transform: uppercase;
}

/* Article Ã  suivre */
.following-article {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #e1e5ec;
}

/*.following-article .main-block-title {
        color: #ff6767;
    }*/

/*****Bloc Article à Imprimer, Twitte, Facebook et Email*/
.sidebar .article-widgets {
    display: block;
    overflow: hidden;
    width: 205px;
    height: 50px;
    margin: 0 auto 30px;
    padding: 12.5px 0 0 10px;
    background: #e1e5ec url(../images/article-widget-vertic.png) no-repeat 40%;
}

    .sidebar .article-widgets .widget__print-article {
        margin-right: 25px;
    }

.article-widgets li {
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 1rem;
    line-height: 25px;
    text-align: center;
    background-color: #70777a;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    cursor: pointer;
    -webkit-transition: background-color .1s ease;
    -moz-transition: background-color .1s ease;
    -o-transition: background-color .1s ease;
    transition: background-color .1s ease;
}

.article-tools .article-widgets {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 20px;
    width: 50px;
    padding: 10px 12.5px;
    background: #e1e5ec url(../images/article-widget-horiz.png) no-repeat 50% 40%;
}

.article-tools .article-widgets {
    display: block;
}

/* Newsletter */
.small-4 > input {
    margin-bottom: 0;
}

/* Commentaires */
.comment-section {
    padding: 20px;
    background-color: #e1e5ec;
}

    .comment-section .main-block-title {
        position: relative;
        margin-bottom: 20px;
        padding-bottom: 10px;
        text-align: center;
    }

        .comment-section .main-block-title:after {
            content: " ";
            display: block;
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 50px;
            margin-left: -25px;
            border-bottom: 1px solid #364656;
        }

        .comment-section .main-block-title::after {
            content: " ";
            display: block;
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 50px;
            margin-left: -25px;
            border-bottom: 1px solid #364656;
        }

.comments {
    margin-bottom: 20px;
}

    .comments li {
        position: relative;
        margin-bottom: 2px;
        padding: 20px 20px 20px 95px;
        background-color: #fff;
    }

        .comments li:last-child {
            margin-bottom: 0;
        }

    .comments p {
        margin-bottom: 6px;
        color: #364656;
        FONT-FAMILY: Tahoma,Arial,sans-serif;
        //font-family: 'lft-etica', sans-serif;
        font-size: .9rem;
        line-height: 1.2;
    }

    .comments .comments__pseudo {
        font-weight: bold;
    }

    .comments .comments__info {
        position: absolute;
        top: 20px;
        right: 20px;
        color: #70777a;
        font-size: .8rem;
    }

.comments__letter {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 48px;
    height: 48px;
    color: #fff;
    FONT-FAMILY: Tahoma,Arial,sans-serif;
    //font-family: 'lft-etica', sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
    background-color: #e1e5ec;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}

.legende-photo {
    padding: 6px;
    font-style: italic;
    font-size: 0.75rem !important;
    text-align: left;
}

.letter__green {
    background-color: #3b8686;
}

.letter__blue {
    background-color: #004489;
}

.letter__purple {
    background-color: #c09bad;
}

.letter__orange {
    background-color: #ffad55;
}

.letter__red {
    background-color: #f74040;
}

.letter__grey {
    background-color: #a6a5a0;
}

.letter__yellow {
    background-color: #f5e251;
}

.letter__lightblue {
    background-color: #5399f3;
}

.letter__pink {
    background-color: #d053f3;
}

.letter__softgreen {
    background-color: #53f3d0;
}

.letter__brown {
    background-color: #ae9898;
}

.letter__beige {
    background-color: #ecdadai;
}

.letter__bluepastel {
    background-color: #29d4ff;
}

.letter__purple2 {
    background-color: #a929ff;
}

.letter__green2 {
    background-color: #00a334;
}

.letter__orange2 {
    background-color: #ff5729;
}

.letter__yellow2 {
    background-color: #f0d800;
}

.letter__red2 {
    background-color: #fd322b;
}

.letter__grey2 {
    background-color: #6f6767;
}

.letter__lightblue2 {
    background-color: #7de1fc;
}

.letter__pink2 {
    background-color: #ffa3cd;
}

.letter__softgreen2 {
    background-color: #c8ffa3;
}

.letter__brown2 {
    background-color: #6a3a2f;
}

.letter__beige2 {
    background-color: #f3c8be;
}

.letter__green3 {
    background-color: #475a11;
}

.letter__blue3 {
    background-color: #304cd9;
}

.comment-section input[type=text],
.comment-section textarea {
    padding-left: 35px;
    background-repeat: no-repeat;
}

.comment-section input[type=text] {
    background-position: left 13px center;
    background-image: url('../images/pseudo.png');
}

.comment-section textarea {
    height: 90px;
    resize: none;
    background-position: left 13px top 12px;
    background-image: url('../images/comments.png');
}

.comment-section input[type=text].input-filled {
    background-image: url('../images/pseudo-filled.png');
}

.comment-section textarea.input-filled {
    background-image: url('../images/comments-filled.png');
}

.comments__captcha {
    margin-bottom: 20px;
}

.comment-section .button {
    margin-bottom: 0;
}

.article-widgets {
    display: block;
    overflow: hidden;
    width: 205px;
    height: 50px;
    margin: 0 auto 30px;
    padding: 12.5px 0 0 10px;
    background: #e1e5ec url(../images/article-widget-vertic.png) no-repeat 40%;
}

.article-widgets {
    overflow: hidden;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
}

    .article-widgets li {
        width: 25px;
        height: 25px;
        color: #fff;
        font-size: 1rem;
        line-height: 25px;
        text-align: center;
        background-color: #70777a;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
        border-radius: 25px;
        cursor: pointer;
        -webkit-transition: background-color .1s ease;
        -moz-transition: background-color .1s ease;
        -o-transition: background-color .1s ease;
        transition: background-color .1s ease;
    }

    .article-widgets li {
        list-style-type: none;
        float: left;
        margin-right: 10px;
    }

    .article-widgets .widget__print-article {
        margin-right: 25px;
    }

.article__nb-comments, .article__nb-shared {
    margin-left: 10px;
    padding-left: 18px;
    background-color: transparent;
    background-position: left center;
    background-repeat: no-repeat;
}

.article__nb-comments {
    background-image: url(../images/comments.png);
}

.article__nb-shared {
    background-image: url(../images/article__nb-shared.png);
    position: relative;
    cursor: pointer;
}

.categ {
    position: relative;
    margin-bottom: 8px;
    font-size: .7rem;
    line-height: 1rem;
    text-transform: uppercase;
    border-bottom: 1px solid #70777a;
}

/* PAGINATION ARTICLES */

.article-next {
    padding: 15px 45px 10px 20px;
    border: 1px solid #dadbdd;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.next-article-icon {
    background-image: url('/images/next-article.png');
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 6px;
    top: 40%;
}

.article-previous {
    padding: 15px 20px 10px 45px;
    border: 1px solid #dadbdd;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.previous-article-icon {
    background-image: url('/images/previous-article.png');
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 6px;
    top: 40%;
}

.article-next p,
.article-previous p {
    margin: 0 !important;
}

.article-next > p:first-child,
.article-previous > p:first-child {
    font-family: 'Roboto', sans-serif !important;
    color: #bababa !important;
    font-weight: 600;
    font-size: 1.2rem !important;
    line-height: 18px;
}

.article-next > a,
.article-previous > a {
    color: #364656 !important;
    font-weight: normal;
    font-size: 1rem !important;
}

#bandeau_no_ad {
    width: 100%;
    text-align: left;
    background: rgb(168,219,168);
    color: white;
    margin-bottom: 30px;
    padding: 10px;
    transform: translateY(-70px);
}

#style_bandeau_no_ad {
    background: linear-gradient( 0deg, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.8) 90%, rgba(255,255,255,0) 100%);
    transform: translateY(-100px);
    padding-top: 100px;
}