/** ---------------- partie div gauche du corp de la page ---------------- **/
.div_gauche{
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
    width: 20%;
    height: 100%;
    max-height: 1000px;
    background-color: #f2f2f2;
}
/** partie bouton section **/
.liste_section {
    padding: 0;
    margin: 0;
    width: 100%;
}
.sec_li_ar {
    padding: 0;
    margin: 0;
    width: 100%;
    text-decoration: none;
}
.lien_article_f {
    padding: 10px;
    margin: 10px;
    width: 80%;
    border-style: solid;
    border-color: rgb(255,255,255);
    align-content: center;
    text-align: center;
    text-decoration: none;
    background: -moz-linear-gradient(bottom right,rgb(255,255,255),rgb(255,255,255),rgb(255,255,255));
    background: linear-gradient(to bottom right,rgb(255,255,255),rgb(255, 182, 193),rgb(255,255,255));
}
.lien_article_rv {
    padding: 10px;
    margin: 10px;
    width: 80%;
    text-align: center;
    border-style: solid;
    border-color: black;
    align-content: center;
    text-decoration: none;
    background: -moz-linear-gradient(bottom right,rgb(0,0,0),rgb(255, 255, 255),rgb(0,0,0));
    background: linear-gradient(to bottom right,rgb(0,0,0),rgb(255, 255, 255),rgb(0,0,0));
}
.lien_article_f:hover  {
    padding: 10px;
    margin: 10px;
    width: 80%;
    border-style: solid;
    border-color: black;
    align-content: center;
    text-align: center;
    text-decoration: none;
    background: -moz-linear-gradient(bottom right,rgb(255, 182, 193),rgb(255,255,255),rgb(255, 182, 193));
    background: linear-gradient(to bottom right,rgb(255, 182, 193),rgb(255,255,255),rgb(255, 182, 193));
}
.lien_article_rv:hover  {
    padding: 10px;
    margin: 10px;
    width: 80%;
    border-style: solid;
    border-color: black;
    align-content: center;
    text-align: center;
    text-decoration: none;
    background: -moz-linear-gradient(bottom right,rgb(255, 255, 255),rgb(0,0,0),rgb(255, 255, 255));
    background: linear-gradient(to bottom right,rgb(255, 255, 255),rgb(0,0,0),rgb(255, 255, 255));
}
.li_ar_a{
    padding: 0;
    margin: 5px 15px;
    text-decoration: none;
    color: red;
    text-align: center;
    font-size: calc(8px + .4vw);
    text-shadow: 1px 1px black;
    width: 100%;
}
.li_ar_a_f{
    padding: 0;
    margin: 5px 15px;
    text-decoration: none;
    color: rgba(81,114,130,1);
    text-align: center;
    font-size: calc(8px + .4vw);
    text-shadow: 1px 1px black;
    width: 100%;
}
.li_ar_a:hover, .li_ar_a_f:hover {
    padding: 0;
    margin: 5px 15px;
    text-decoration: none;
    color: #FFFFFF;
    text-align: center;
    font-size: calc(8px + .4vw);
    text-shadow: 1px 1px black;
    width: 100%;
}
/** partie événements **/
.titre_events {
    margin-left: 5px;
    font-size: calc(10px + .7vw);
    font-weight: bold;
    text-shadow: 1px 1px black;
    color: lightgrey;
    text-align: center;
}
.events {
    margin: 0;
    padding: 3px;
    text-decoration: none;
    width: 100%;
}
.event_tab {
    margin: 0;
    padding: 0;
    width: 100%;
}
/** lignes des events **/
.events_ligne {
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom-style: solid;
    border-bottom-color: #999999 ;
    background-color: lightgrey;
    display: inline-block;
}
/** date et heure de l'event **/
.event_date {
    float: left;
    text-align: center;
    width: 34%;
    font-size: calc(8px + .4vw);
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: red;
    text-shadow: 2px 2px #FFFFFF;
}
.event_date_f {
    float: left;
    text-align: center;
    width: 34%;
    font-size: calc(8px + .4vw);
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: deeppink;
}
/** Description et lieu de l'event **/
.event_text {
    float: left;
    text-align: center;
    width: 63%;
    font-size: calc(8px + .4vw);
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px #FFFFFF;
}

/* page responsive */
@media (max-width: 780px) {
    .events_ligne {
        margin: 0;
        padding: 0;
        width: 100%;
        border-bottom-style: solid;
        border-bottom-color: #999999 ;
        background-color: lightgrey;
        display: inline-block;
    }
    /** date et heure de l'event **/
    .event_date {
        float: left;
        text-align: center;
        width: 34%;
        font-size: calc(10px + .6vw);
        font-weight: bold;
        padding: 0;
        margin: 0;
        color: red;
        text-shadow: 2px 2px #FFFFFF;
    }
    .event_date_f {
        float: left;
        text-align: center;
        width: 34%;
        font-size: calc(10px + .6vw);
        font-weight: bold;
        padding: 0;
        margin: 0;
        color: deeppink;
    }
    /** Description et lieu de l'event **/
    .event_text {
        float: left;
        text-align: center;
        width: 63%;
        font-size: calc(10px + .6vw);
        font-weight: bold;
        margin: 0;
        padding: 0;
        text-shadow: 1px 1px #FFFFFF;
    }
}
