#primary {
    width: 83.5%;
    margin: 0 auto;
    float: none;
}
#dncalendar-header{
    background-image: none;
    margin-top: 50px;
}
.dncalendar-header h2{
    height: 36px;
    line-height: 36px;
    margin: 0 !important;
    font-size: 36px;
    font-family: 'Century Gothic',Arial,Helvetica,sans-serif;
    font-weight: normal;
    float: left;
    color: #c6c6c6;
    text-transform: uppercase;
    padding-top: 1px;
    padding-bottom: 0px;
    width: auto;
    display: block;

}
.dncalendar-header .dncalendar-links{
    height: 36px;
    width: 150px;;
    line-height: 36px;
    margin: 0 !important;
    font-size: 36px;
    font-weight: normal;
    float: left;
    color: #c6c6c6;
    text-transform: uppercase;
    padding-top: 1px;
    padding-bottom: 0px;
    display: inline-table;
    position: relative;
}
.dncalendar-header .dncalendar-links .dncalendar-prev-month,.dncalendar-header .dncalendar-links .dncalendar-next-month{
    background-image: none;
    margin-left: 15px;
    text-align: center;
    float: left;
    height: 35px;
    width: 35px;
    display: block;
    cursor: pointer;
    border: 1px solid #e2e2e2;
    border-top-color: rgb(226, 226, 226);
    border-right-color: rgb(226, 226, 226);
    border-bottom-color: rgb(226, 226, 226);
    border-left-color: rgb(226, 226, 226);
    border-radius: 50%;
    color: #e2e2e2;
    position: relative;
    margin-top: 0;
    font-size: 25px;
    animation-name: exampleA0;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
.dncalendar-header .dncalendar-links .dncalendar-prev-month:hover,.dncalendar-header .dncalendar-links .dncalendar-prev-month:active{
    animation-name: example;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
.dncalendar-header .dncalendar-links .dncalendar-next-month:hover,.dncalendar-header .dncalendar-links .dncalendar-next-month:active{
    animation-name: example;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
@keyframes example {
    from {background-color: #fff;color: #e2e2e2;}
    to {background-color: #ededed;color: #fff;}
}
@keyframes exampleA0 {
    from {background-color: #ededed;color: #fff;}
    to {background-color: #fff;color: #e2e2e2;}
}

#dncalendar-header{

}
#dncalendar-body{
    margin-top: 30px;
}

#evcal_list{
    /*overflow: hidden;*/
    list-style: none !important;
    padding: 0;
    margin: 0 !important;
    margin-top: 60px !important;
    margin-bottom: 30px !important;
}
.desc_trig_outter{
    margin: 0;
    padding: 0;
    font-family: 'Century Gothic',Arial,Helvetica,sans-serif;    
}
.eventon_events_list .eventon_list_event .evcal_list_a::after{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    bottom: 0;
    display: block;
}
.eventon_events_list .eventon_list_event .evcal_list_a{
    display: block;
    width: 100%;
    position: relative;
    padding: 10px 0 15px;
    overflow: hidden;
    border-color: #95141a;
    border-left-width: 3px;
    border-left-style: solid;
    min-height: 63px;
    border-bottom: none;
    border-bottom-color: currentcolor;
    cursor: pointer;
    text-decoration: none;
    border-radius: 5px;
    background-color: #fff;
}
.eventon_events_list .eventon_list_event .evcal_list_a:hover{
    animation-name: example2;
    animation-duration: 0.25s;
    animation-fill-mode: forwards;
}
@keyframes example2 {
    from {border-left-width: 3px;background-color: #fff;}
    to {border-left-width: 6px;background-color: #e5e5e5;}
}
@keyframes example2A0 {
    from {background-color: #ededed;color: #fff;}
    to {background-color: #fff;color: #e2e2e2;}
}

#evcal_list .eventon_list_event .evcal_cblock{
    color: #636363;
}
.eventon_events_list .eventon_list_event .evcal_cblock, .evo_pop_body .evcal_cblock{
    background-color: transparent !important;
    color: #ababab;
    font-size: 30px;
    padding: 0px 8px 2px 13px;
    font-weight: bold;
    position: absolute;
    line-height: 110%;
    min-height: 30px;
    margin: 0 6px 0 0;
    left: 0;
}
.evcal_cblock .evo_date .start em{
    margin-left: 0;
    margin-top: 3px; 
    font-size: 11px;
    font-weight: normal;
    display: block;
    font-style: normal;
    text-transform: uppercase;
    line-height: 110%;
}
.eventon_events_list .eventon_list_event .evcal_desc, .evo_pop_body .evcal_desc, #page-content p.evcal_desc{
    margin-left: 5px;
    padding: 3px 15px 0 80px;
    margin-bottom: 0px;
    top: 0;
    display: block;
}
#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .eventon_events_list .evcal_event_subtitle{
    line-height: 120%;
    padding-bottom: 3px;
    font-family: 'Century Gothic',Arial,Helvetica,sans-serif;
    color: #6B6B6B;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
}

#evcal_list .calendrierPage{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    display: none;
}
#evcal_list .calendrierPage.selected{
    animation-name: example3;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    display: block;
}
#evcal_list .calendrierPage.nselected{
    animation-name: example3A0;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}
@keyframes example3 {
    from {opacity: 0;}
    to {opacity: 1;}
}
@keyframes example3A0 {
    from {opacity: 1;}
    to {opacity: 0;display: none;}
}


/** xs  **/
@media (max-width: 760px) {
    .dncalendar-header h2{
        font-size: 26px;
    }
    .dncalendar-header .dncalendar-links .dncalendar-prev-month,.dncalendar-header .dncalendar-links .dncalendar-next-month{
        margin-left: 5px;
        margin-right: 2px;
    }
    .dncalendar-header .dncalendar-links{
        height: 36px;
        width: 88px;;
    }
    #dncalendar-body{
        margin-top: 10px;
    }
    #evcal_list{
        margin-top: 40px !important;
        margin-bottom: 10px !important;
    }
}