#nextEvebement{
    float: right;
    width: 49%;
    min-height: 100px;
}
.EvenementElement{
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: #e6e6e6 solid 2px;
}
.EvenementImg{
    float: left;
    width: 30.5%;
}
.EvenementImg img{
    width: 100%;
}
.EvenementDesc{
    float: right;
    width: 65%;
}
.ImgDescEvenments{
    float: left;
    width: 15%;
}
.ImgDescEvenments img{
    width: 100%;
}
.EvenementTitle{
    float: left;
    width: 85%;
}
.EvenementTitle h3{
    margin: 0;
    margin-left: 6%;
    padding: 0;
    font-size: 2vw;
    color: #444444;
    font-family: 'Century Gothic',Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.EvenementGlobalTitle{
    margin-bottom: 20px;
}
.MoreInfo{
    font-size: 1.1vw;
    color: #444444;
    font-family: 'Century Gothic',Arial,Helvetica,sans-serif;
}
.MoreInfo a{
    display: block;
    color: #19ab7f;
    font-size: 16px;
    font-family: 'Century Gothic',Arial,Helvetica,sans-serif;
    margin-top: 2%;
}
.MoreInfo img{
    width: 26%;
    margin-left: 10px;
    margin-top: -5px;
}









.ImgDescEvenments img{
    width: 100%;
}
.ImgDescEvenments{
    position: relative;
}
.ImgDescEvenments div.dateCyrcle{
    position: absolute;
    width: 22%;
    height: 90%;
    left: 2%;
    top: 5%;
    background-image: url('../images/jpg/actualites/datecyrcle.jpg');
    background-size: 100% 100%;
    background-position: 0 0;
}
.ImgDescEvenments div.dateCyrcle div{
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.ImgDescEvenments div.dateCyrcle div span.spanJours{
    display: block;
    width: 100%;
    text-align: center;
    left: 39%;
    top: 3%;
    font-size: 1.4vw;
    font-family: 'Century Gothic',Arial,Helvetica,sans-serif;
    font-weight: bold;
    color: #717171;
}
.ImgDescEvenments div.dateCyrcle div span.spanMois{
    position: absolute;
    left: 28%;
    top: 51%;
    font-size: 1.2vw;
    font-family: 'Century Gothic',Arial,Helvetica,sans-serif;
    font-weight: bold;
    color: #717171;
}





/** xs  **/
@media (max-width: 760px) {
    #nextEvebement{
        float: none;
        width: 100%;
    }
    .EvenementTitle h3{
        font-size: 5vw;
    }
    .MoreInfo{
        font-size: 3vw;
    }



    .ImgDescEvenments div.dateCyrcle{
        height: 100%;
    }
    .ImgDescEvenments div.dateCyrcle div span.spanJours{
        font-size: 3.2vw;
        top: 2%;
    }
    .ImgDescEvenments div.dateCyrcle div span.spanMois{
        font-size: 2.7vw;
    }
    .ImgDescEvenments div.ActualitesDescH h3{
        font-size: 3vw;
    }
}