﻿body {
    position: relative;
    padding: 0px;
    margin: 0px;
    background-color: #ececec;
    color: #70777a;
    FONT-FAMILY: Georgia,serif;
}

a {
    text-decoration: none;
}

/*html {
    height: inherit;
}*/

.container {
    position: relative;
    padding: 0px;
    margin: 0px;
    max-width: 1010px;
    margin: auto;
    background-color: #fff;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

#background_area {
    background: none;
    background-color: none;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    display: block;
}

#background_advertising_link {
    position: absolute;
    z-index =-99999;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    CURSOR: pointer;
}

.bloc_gauche, .bloc_droit {
    margin-bottom: 20px;
}

/* Titres */
h1, h2, h3 {
    color: #364656;
    FONT-FAMILY: Tahoma,Arial,sans-serif;
    //font-family: 'lft-etica', sans-serif;
    font-weight: bold;
    margin-bottom: 1rem;
}

    h1 > a, h2 > a, h3 > a {
        display: block;
        color: inherit;
    }

        h1 > a:hover, h2 > a:hover, h3 > a:hover,
        h1 > a:focus, h2 > a:focus, h3 > a:focus {
            color: inherit;
        }

h1 {
    font-size: 1.9rem;
    //2rem;
    line-height: 1.2;
}

h2 {
    font-size: 1.1rem;
    line-height: 1.4;
}

input[type=text], .input-group > :first-child, input[type=email], textarea {
    color: #70777a;
    FONT-FAMILY: Tahoma,Arial,sans-serif;
    font-size: .8rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0 0 1rem;
}

    input[type=text]:focus,
    input[type=email]:focus,
    textarea:focus {
        border: none;
        -webkit-box-shadow: 0 0 0 1px #004489 inset;
        -moz-box-shadow: 0 0 0 1px #004489 inset;
        box-shadow: 0 0 0 1px #004489 inset;
    }
    /* Placeholders */
    input[type=text]::-webkit-input-placeholder,
    input[type=email]::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: inherit;
        font-style: italic;
    }

    input[type=text]::-moz-placeholder,
    input[type=email]::-moz-placeholder,
    textarea::-moz-placeholder { /* Firefox 19+ */
        color: inherit;
        font-style: italic;
    }

    input[type=text]:-ms-input-placeholder,
    input[type=email]:-ms-input-placeholder,
    textarea:-ms-input-placeholder { /* IE 10+ */
        color: inherit;
        font-style: italic;
    }

    input[type=text]:-moz-placeholder,
    input[type=email]:-moz-placeholder,
    textarea:-moz-placeholder { /* Firefox 18- */
        color: inherit;
        font-style: italic;
    }

    input[type=text]::placeholder,
    input[type=email]::placeholder,
    textarea::placeholder {
        color: inherit;
        font-style: italic;
    }

/* Liens */
a {
    color: #4aafde;
}

header {
    /* position: relative; */
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: black;
    background-color: white;
}

.header_logo {
    padding-left: 5px;
    float: left;
    width: 40%;
}

.bloc_gauche {
    margin-left: 15px;
    margin-right: 10px;
    padding-left: 0px;
}

.bloc_droit {
    margin-right: 10px;
}

/* Tags */
.article__tags {
    margin: 0;
    padding-left: 0;
    display: inline-block;
}

    .article__tags > li {
        display: inline-block;
        padding: 0 20px 0 0;
    }

    .article__tags a {
        color: #004489;
        font-size: 1rem;
    }

        .article__tags a:before {
            content: "#";
        }

        .article__tags a::before {
            content: "#";
        }

        .article__tags a > h4 {
            display: inline;
            color: inherit;
            font-family: inherit;
            font-weight: inherit;
            font-size: 105%;
        }

        .article__tags a:hover > h4 {
            text-decoration: underline;
        }

/* Boutons */
.button {
    FONT-FAMILY: Tahoma,Arial,sans-serif;
    border: none;
    color: white;
    margin: 0 0 1rem;
    padding: .85em 1em;
    font-size: .75rem;
    font-weight: bold;
    line-height: 1rem;
    text-transform: uppercase;
    background-color: #004489;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.expanded {
    width: 100%;
}

.button:hover,
.button:focus {
    color: #004489;
    background-color: #fff;
}

.ticpharma .button {
    margin-bottom: 0;
    color: #364656;
    background-color: #fff;
    display: block;
    text-align: center;
}

/* Listes */
ul {
    margin: 0;
}

    ul > li {
        list-style-type: none;
    }

/* Articles */

.categ {
    position: relative;
    margin-bottom: 8px;
    font-size: .7rem;
    line-height: 1rem;
    text-transform: uppercase;
    border-bottom: 1px solid #70777a;
}

.categ__systemesdinformation .categ {
    color: #85cbf1;
    border-bottom-color: #85cbf1;
}

.categ__systemesdinformation h1 > a:hover,
.categ__systemesdinformation h2 > a:hover {
    color: #85cbf1;
}

.categ__esante .categ {
    color: #3eb38a;
    border-bottom-color: #3eb38a;
}

.categ__esante h1 > a:hover,
.categ__esante h2 > a:hover {
    color: #3eb38a;
}

.categ__evenement .categ {
    color: #c09bad;
    border-bottom-color: #c09bad;
}

.categ__evenement h1 > a:hover,
.categ__evenement h2 > a:hover {
    color: #c09bad;
}

.categ__acteurs .categ {
    color: #34314c;
    border-bottom-color: #34314c;
}

.categ__acteurs h1 > a:hover,
.categ__acteurs h2 > a:hover {
    color: #34314c;
}

.categ__politique .categ {
    color: #884872;
    border-bottom-color: #884872;
}

.categ__politique h1 > a:hover,
.categ__politique h2 > a:hover {
    color: #884872;
}

.categ__enbref .categ {
    color: #ff6868;
    border-bottom-color: #ff6868;
}

.categ__enbref h1 > a:hover,
.categ__enbref h2 > a:hover {
    color: #ff6868;
}

.categ__news-ticsante .categ {
    margin-bottom: 0;
    color: #4aafde;
    border-bottom: none;
}

.categ__news-ticsante h1 > a:hover,
.categ__news-ticsante h2 > a:hover {
    color: #4aafde;
}

/**********bloc ticpharma homepage**********/
.article__news-ticpharma__block {
    margin-bottom: 20px;
    padding: 20px 25px;
    background-color: #f4faf4;
    border-top: 2px solid #a8dba8;
}

.categ__news-ticpharma .categ {
    margin-bottom: 0;
    color: #a8dba8;
    border-bottom: none;
}

.categ__news-ticpharma h2 > a:hover {
    color: #a8dba8;
}
/***********/

.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;
}

.article__main .article__excerpt {
    font-size: 1.05rem;
    line-height: 1.2;
}

.briefs .article__illus {
    float: left;
    width: 34%;
    padding-right: 20px;
}

.article__secondary h2 {
    font-size: 1.35rem;
    line-height: 1.3;
}

/* Lien d'image vers l'article */
.article__illus {
    display: block;
}

    .article__illus > img {
        width: 100%;
    }

.article__illus_story > img {
    width: auto;
    max-width: 100%;
    max-height: 400px;
}

/*********************AJOUT MARIE***************/
.imageCenter {
    text-align: center;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 90%;
    padding: 0px;
    border: 1px solid lightgrey;
}

.imageRight {
    float: right;
    width: 30%;
    border: 1px solid lightgrey;
    margin-left: 15px;
    margin-bottom: 10px;
    padding: 0px;
}

.imageLeft {
    float: left;
    width: 30%;
    border: 1px solid lightgrey;
    margin-right: 15px;
    margin-bottom: 10px;
    padding: 0px;
}

.imageCenter img {
    max-width: 100%;
}

.imageLeft img {
    max-width: 100%;
}

.imageRight img {
    max-width: 100%;
}

.creditImage {
    font-size: 70%;
    font-style: italic;
    padding: 2px;
}

/*annonceurs*/
#annonceurs_l {
    top: 125px;
    position: absolute;
    right: -35px;
    z-index: 999;
    background-color: #004489;
    -ms-transform: rotate(270deg);
    -moz-transform: matrix(0.00000000, -1.00000000, 1.00000000, 0.00000000, 0, 0);
    -webkit-transform: matrix(0.00000000, -1.00000000, 1.00000000, 0.00000000, 0, 0);
    -o-transform: matrix(0.00000000, -1.00000000, 1.00000000, 0.00000000, 0, 0);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 1px solid #004489;
}

    #annonceurs_l a {
        font-family: Tahoma,Arial,sans-serif;
        color: #fff;
        font-size: 19px;
        text-shadow: 1px 0 1px #000;
        text-decoration: none;
        display: block;
        padding: 15px 15px 20px 15px;
    }

/* Barre de share */
.share-bar {
    display: none;
    overflow: hidden;
    position: absolute;
    top: -50px;
    right: -120px;
    width: 184px;
    padding: 10px 5px;
    border-radius: 25px;
    background: #e1e5ec;
    z-index: 10;
}

.share-bar-article {
    display: none;
    overflow: hidden;
    position: absolute;
    top: -50px;
    right: 0px;
    width: 222px; /* 184 */
    padding: 10px 5px;
    border-radius: 25px;
    background: #e1e5ec;
}

.article__nb-shared.active {
    background-image: url(../images/article__nb-shared-active.png);
    color: #114985;
}

    .article__nb-shared.active .share-bar {
        display: block;
    }

    .article__nb-shared.active .share-bar-article {
        display: block;
    }

.share-bar li, .share-bar-article li {
    width: 25px;
    height: 25px;
    margin: 0 5px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    line-height: 25px;
    list-style-type: none;
    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;
}

    .share-bar li:hover, .share-bar-article li:hover {
        background-color: #004489;
    }

.share-bar__vertical {
    display: inline-block;
    background: url(../images/article-widget-vertic.png) no-repeat;
    width: 1px;
    height: 25px;
    margin: 0 8px;
    vertical-align: middle;
}

.share-bar .share-bar__facebook, .share-bar-article .share-bar__facebook {
    background-image: url(../images/facebook.svg);
}

.share-bar .share-bar__twitter, .share-bar-article .share-bar__twitter {
    background-image: url(../images/twitter.svg);
}

.share-bar .share-bar__linkedin, .share-bar-article .share-bar__linkedin {
    background-image: url(../images/linkedin.svg);
}

.share-bar .share-bar__mail, .share-bar-article .share-bar__mail {
    background-image: url(../images/envelope.svg);
}

.share-bar .share-bar__print, .share-bar-article .share-bar__print {
    background-image: url(../images/printer.svg);
}

.share-bar a {
    text-decoration: none;
}

/*************homepage********************/
.article__main {
    background-color: #f0f2f5;
    position: relative;
    padding: 20px 20px 20px 20px;
    min-height: 205px;
}

    .article__main h1 {
        font-size: 1.5rem;
    }

/*
.article__main .article__illus {
position: absolute;
left: 20px;
top: 20px;
width: 245px;
}*/

.article {
    clear: both;
    margin-bottom: 30px;
    padding-left: 0px;
}

    .article .col {
        padding-right: 0;
        padding-left: 0;
    }

    .article .article__illus {
        float: left;
        width: 34%;
        padding-right: 20px;
    }

    .article .article__date {
        padding-left: 0px;
    }

.article__illus {
    display: block;
}

.article__excerpt {
    font-size: 1.05rem;
    line-height: 1.6;
    padding-bottom: 10px;
}

.article__secondary h2 {
    font-size: 1.1rem;
    line-height: 1.3;
}

.article__secondary .article__excerpt {
    display: none;
}

.article__secondary:hover .article__excerpt {
    display: block;
}

.article__secondary .article__illus {
    display: block;
}

.article__secondary:hover .article__illus {
    display: none;
}

.article__secondary .article__excerpt {
    overflow: hidden;
    position: relative;
}

    .article__secondary .article__excerpt:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: linear-gradient(transparent 50px, #ffffff);
        background: -o-linear-gradient(transparent 50px, #ffffff);
        background: -ms-linear-gradient(transparent 50px, #ffffff);
        background: -moz-linear-gradient(transparent 50px, #ffffff);
        background: -webkit-linear-gradient(transparent 50px, #ffffff);
    }

.pub {
    clear: both;
    text-align: center;
    margin-bottom: 30px;
}

    .pub img {
        max-height: 100%;
        max-width: 100%;
    }

.dialog_popup_pub_close {
    width: 35px !important;
    height: 35px !important;
    top: 10px !important;
    border: 1px solid black !important;
}

    .dialog_popup_pub_close .ui-icon-closethick {
        background-image: url(../images/close.png) !important;
        width: 35px !important;
        height: 35px !important;
        margin: 0 !important;
        left: 1px !important;
        top: -2px !important;
        background-position: 0 !important;
    }

.maintenance {
    padding: 10px;
    border: 1px solid #c5cddb;
    background-color: ivory;
}

    .maintenance p {
        font-size: 13px !important;
        line-height: 1.6em !important;
        margin-bottom: 0 !important;
    }

#modal_popup img {
    max-width: 100%;
}

.quisommesnous ul > li {
    list-style-type: disc !important;
    padding-bottom: 10px;
}

#btnTop {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #3d69e0; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 20px; /* Some padding */
    border-radius: 20px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
    background-image: url(/images/caret-to-top.png);
    background-repeat: no-repeat;
    background-position: center 11px;
    box-shadow: rgba(53, 68, 84, 0.25) 0px 2px 10px;
}