﻿/* Bloc d'inscription Ã  la newsletter */
.newsletter {
    margin-bottom: 30px;
    padding: 20px;
    color: #364656;
    FONT-FAMILY: Tahoma,Arial,sans-serif;
    font-size: .9rem;
    line-height: 1.2rem;
    background-color: #bcada3;
}

    .newsletter p {
        line-height: inherit;
    }

    .newsletter input[type=email],
    .newsletter input[type=text] {
        padding-left: 40px;
        background-position: left 13px center;
        background-repeat: no-repeat;
    }

    .newsletter input[type=email] {
        background-image: url('../images/newsletter__email.png');
    }

        /*.newsletter input[type=text] {
        background-image: url('../images/newsletter__job-title.png');
    }*/

        .newsletter input[type=email].input-filled {
            background-image: url('../images/newsletter__email-filled.png');
        }

    .newsletter input[type=text].input-filled {
        background-image: url('../images/newsletter__job-title-filled.png');
    }

    .newsletter .button {
        margin-bottom: 0;
    }

.side-block-title {
    margin-bottom: 0;
    color: #004489;
    FONT-FAMILY: Tahoma,Arial,sans-serif;
    font-size: .85rem;
    font-weight: bold;
    text-transform: uppercase;
}

.newsletter .side-block-title {
    color: #364656;
}

.side-infos {
    margin-bottom: 40px;
}

/* A ne pas manquer */
.nepasmanquer {
    margin-bottom: 40px;
    padding-top: 20px;
    FONT-FAMILY: Tahoma,Arial,sans-serif;
    font-size: .9rem;
    border: 1px solid #e1e5ec;
    overflow: hidden;
}

.nepasmanquer__title {
    color: #004489;
}

.nepasmanquer__items {
    padding: 10px 20px 5px;
    color: #9aa8c1;
    line-height: 1.3;
    overflow-y: scroll;
    height: 215px;
}

    .nepasmanquer__items li {
        padding: 10px 0;
        border-top: 1px solid #e1e5ec;
    }

.nepasmanquer__items__title {
    color: #364656;
    FONT-FAMILY: Tahoma,Arial,sans-serif;
    font-weight: bold;
}

    .nepasmanquer__items__title a {
        color: inherit;
    }

.nepasmanquer__items p {
    margin-bottom: 0;
    line-height: inherit;
}

/* Agenda */
.agenda {
    margin-bottom: 40px;
    padding-top: 20px;
    FONT-FAMILY: Tahoma,Arial,sans-serif;
    font-size: .9rem;
    border: 1px solid #e1e5ec;
    overflow: hidden;
}

.agenda__title {
    color: #c09bad;
}

.agenda__events {
    padding: 10px 20px 5px;
    color: #9aa8c1;
    line-height: 1.3;
    overflow-y: scroll;
    max-height: 215px;
}

    .agenda__events li {
        padding: 10px 10px;
        border-top: 1px solid #e1e5ec;
    }

.agenda__events__title {
    color: #364656;
    FONT-FAMILY: Tahoma,Arial,sans-serif;
    font-weight: bold;
}

    .agenda__events__title a {
        color: inherit;
    }

.agenda__events p {
    margin-bottom: 0;
    line-height: inherit;
}

.agenda__all {
    color: #c09bad;
    line-height: 50px;
    border-top: 1px solid #e1e5ec;
}

    .agenda__all a {
        display: block;
        color: inherit;
    }

        .agenda__all a:hover {
            background-color: #c09bad;
            color: #fff;
            text-decoration: normal;
        }

/* TICsante.com */
.ticpharma {
    margin-bottom: 40px;
    padding: 25px 20px;
    font-size: .9rem;
    line-height: 1.2rem;
    background-color: #a8dba8;
}

    .ticpharma p {
        color: #fff;
        FONT-FAMILY: Tahoma,Arial,sans-serif;
        line-height: inherit;
    }

    .ticpharma .button {
        margin-bottom: 0;
        color: #364656;
        background-color: #fff;
    }