.detail_content li {
	list-style: none!important;
}

.detail_content li:before {
	content: '';
    display: inline-block;
    height: 5px;
    width: 5px;
    background: #797979;
    border-radius: 50%;
    margin-right: 5px;
    vertical-align: middle;
}

.detail_content li p {
	display: inline;
}
	
.oa_events_no_events {
	font-size:14px;
    text-align: center;
}
.oa_events_no_events .oa_events_retour {
    cursor: pointer;
}
.oa_event {
    width: 80%;
    margin: 20px auto!important;
    padding: 10px;
    background: #e6e6e6;
}

.oa_event a {
    display:grid;
    text-decoration: none;
    text-align: left;
}

.oa_listing_title {
    order: 1;
    font-weight: bold;
    font-size: 1.25em;
    line-height: 1.4;
}

.oa_event img {
    order: 2;
    margin: 20px auto;
}

.oa_listing_desc, .oa_listing_date, .oa_listing_cond {
    order: 3;
}

.oa_listing_bouton, .oa_events_retour {
    order: 4;
    width: 80%;
    margin: 20px auto 0;
    display: block;
    background: #353535;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
}

.oa_events_retour:hover {
    background: #00aaee;
    color: #fff;
}

.oa_event_noresult {
    text-align: center;
}

.oa_listing_desc {
    font-weight: bold;
    margin-bottom: 10px;
}

.oa_listing_date, .oa_listing_cond {
    margin: 5px 0 5px 20px;
}

.oa_listing_date:before, .oa_events_range:before {
    content: '';
    background-image: url('/wp-content/plugins/axe-events/front/clock.png');
    background-size: cover;
    height: 13px;
    width: 13px;
    display: inline-block;
    margin-right: 5px;
}

.oa_listing_cond:before, .oa_events_cond:before {
    content: '';
    background-image: url('/wp-content/plugins/axe-events/front/ticket.png');
    background-size: cover;
    height: 13px;
    width: 13px;
    display: inline-block;
    margin-right: 5px;
}

.oa_events_link:before {
    content: '';
    background-image: url('/wp-content/plugins/axe-events/front/reservation.png');
    background-size: cover;
    height: 15px;
    width: 15px;
    display: inline-block;
    margin-right: 5px;
}

.oa_events_detail_conditions {
    background: #e6e6e6;
    padding: 10px;
}

.oa_events_detail_conditions {
    margin-bottom: 20px;
}

.oa_events_detail_conditions *{
    margin-bottom: 2px!important;
}

.oa_events_range {
    margin-bottom: 5px!important;
}

/* Menu filtres - mobile uniquement */

.page-id-72 footer > section {
    z-index: 0;
    margin-bottom: 50px;
}

.detail_menu {
    width: 100%;
    height: 70px;
    background: #15b1e6;
    position: fixed;
    z-index: 1000;
    bottom: 45px;
    left: 0;
    right: 0;
    box-shadow: 0 0 30px #000;
}

.detail_menu_right {
    width: 40%;
    height: 100%;
    display: flex;
    -ms-display:flex;
    justify-content: center;
    align-items: center;
    vertical-align: top;
    float: right;
    background: #fff;
    color: #15b1e6;
}

.detail_menu_left {
    width: 60%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    float: left;
}

.detail_menu_left {
    display: flex;
    -ms-display:flex;
    align-items: center;
    justify-content: center;
}

.detail_menu_left p {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

.detail_menu_date, .detail_menu_theme {
    width: 50%;
    text-align: center;
    height: 100%;
    display: flex;
    -ms-display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    text-decoration: none;
}

.detail_menu_date {
    border-right: solid 1px #d5d5d5;
}

.detail_menu_date img, .detail_menu_theme img{
    height: 23px;
    width: 23px;
    margin-bottom: 5px;
}

.detail_menu_date p, .detail_menu_theme p {
    font-size: 13px;
    color: #929191;
}

/* filtre */

.oa_filters, #oa_events_calendar {
    display: none;
}

.oa_filters_bloc1, .oa_filters_bloc2, .oa_filters_bloc3 {
    display: flex;
    -ms-display:flex;
    flex-direction: column;
}

.oa_filters p {
    font-weight: bold;
    text-align: left;
    margin: 15px 0 5px;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input + label {
    cursor: pointer;
    width: 100%;
    position: relative;
    margin: 5px 0;
    text-align: left;
}

input + label:hover > span {
  background-color: #eeeeee;
}

input + label > span {
  display: inline-block;
  height: .8em;
  width: .8em;
  text-align: center;
  vertical-align: bottom;
  border: 5px solid #dedede;
  background: #dedede;
  position: absolute;
  right: 0;
}

input[type=radio] + label > span {
  border-radius: 50%;
}

input[type=checkbox]:checked + label > span:before {
  font-family: 'fontawesome';
  background-color: #dedede;
  border: 5px solid #dedede;
  color: #00aaee;
  content: '\f00c';
}

input[type=radio]:checked + label > span {
  background-color: #ffffff;
  border: 5px solid #00aaee;
}


.ccal {
    width: 100%!important;
    margin-top: 60px;
}

.oa_events_pagination {
    text-align:center;
    padding-top: 30px;
    margin-top: 10px;
    border-top: solid 1px #dedede;
}

.oa_events_pagination .selected {
    background: #00aaee;
    color: #fff;
    font-weight: bold;
}

.oa_events_pagination span {
    margin: 0 2px;
    background: #dedede;
    border-radius: 5px;
    padding: 5px 10px;
}

@media screen and (min-width: 960px) {
    .oa_filters, #oa_events_calendar {
        display: block;
    }

    .detail_menu {
        display: none;
    }

    .oa_events_filters {
        width: 25%;
        float: right;
    }

    .oa_events_agenda {
        width: 70%;
    }

    .oa_event a {
        display: block;
    }
    
    .oa_event img {
        float: left;
        margin: 0 20px 0 0;
    }

    .oa_listing_bouton, .oa_events_retour {
        width: auto;
        text-align: right;
        display: inline-block;
    }

    .oa_event {
        transition: .5s;
    }

    .oa_event:hover {
        box-shadow: 0 3px 20px #5c5c5c;
        transform: translateY(-3px);
    }

    .oa_event:hover .oa_listing_title {
        color: #00aaee;
    }

    .oa_event:hover .oa_listing_bouton {
        background: #00aaee;
    }
}