.agenda_form {
    margin: 20px 0 15px;
    background: #f2f2f2;
    padding: 10px;
    height: 80px;
}

.agenda_form .agenda_date {
    width: 40%;
    float: right;
    text-align: center;
}

.agenda_form .agenda_date .span1 {
    margin-left: 15px;
}

.agenda_form .agenda_ville {
    width: 40%;
    float: left;
    text-align: center;
    vertical-align: middle;
}

.agenda_form .datepickerjour {
    background: white;
    width: 150px;
    border: 1px solid #ccc;
    margin-left: 5px;
}

.agenda_form #liste_lieux {
    margin-left: 5px;
    width: 180px;
}

.agenda_form i {
    font-size: 18px;
}

.agenda_form .submitagenda {
    float: right;
    margin-top: 30px;
}

.agenda_form .lbl-recherche {
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-bottom: 7px;
}

.current_date {
    background: #494949;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #eee;
    position: relative;
    margin: -16px 0 15px;
}

#map img {
    max-width: initial;
}

.infos_event {
    font-size: 20px;
    margin-top: 10px;
}

.infos_event .duree_event {
    background: #eee;
    border: 1px solid #ccc;
    display: inline-block;
    margin-left: 5px;
    padding: 5px 20px 5px 10px;
}

.infos_event .event_ville {
    margin-left: 30px;
}

.infos_event .calendar {
    width: 50px;
}

.infos_event .calendar .month {
    font-size: 13px;
    height: 18px;
    line-height: 20px;
}

.infos_event .calendar .day {
    font-size: 18px;
    height: 25px;
    line-height: 25px;
}

.infos_adresse {
    border: 1px solid #e3e3e3;
    padding: 10px;
    background: #f5f5f5;
}

.infos_event .nomevent {
    font-size: 13px;
    margin-top: 4px;
}

.infos_event .lieuEvent {
    font-size: 13px;
    line-height: 18px;
    width: 51%;
    margin-top: 4px;
    float: right;
    display: table;
    vertical-align: middle;
}

.infos_event .lieuEvent span {
    display: table-cell;
    vertical-align: middle;
    width: 86%;
}

.infos_event .lieuEvent img {
    margin-top: 10px;
    margin-right: 10px;
}

.bloc_adresse .adresse_label {
    font-weight: bold;
    text-decoration: underline;
}

.bloc_adresse .bloc_adresse_carte {
    margin-top: 10px;
    text-align: center;
}

.bloc_adresse .btn_carte {
    margin-bottom: 5px;
}

.n_post_content p.lliste_contenu {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 30px;
    margin-bottom: 15px;
}

/* Datepicker */
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    z-index: 100 !important
}

.ui-widget-header {
    background: rgb(250, 5, 5) !important;
}

.ui-widget-header .ui-state-hover {
    background: none !important;
    border: 1px solid rgb(220, 5, 5) !important;
}

/* Home */
.one_third .details_event .bloc-lieu_event {
    width: 216px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.one_third li.deuxtiers .details_event .bloc-lieu_event {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 10px;
}

.one_third ul.liste-full li.deuxtiers .details_event .bloc-lieu_event {
    width: 342px;
    margin-top: 10px;
}

.one_third ul.liste-full li.deuxtiers small.full_contenu, .one_third li.deuxtiers small.deuxtiers_contenu, .one_third .slides_control small.untiers_contenu {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

small.untiers_contenu {
    padding-bottom: 5px;
}

.one_third .details_event .bloc-date_event, .one_third .details_event .bloc-lieu_event {
    color: #666;
    font-size: 13px;
    line-height: 18px;
}

.one_third .details_event {
    position: relative;
    top: -4px;
}

.details_event small {
    padding-left: 2px;
}

.bloc-agenda .one_third .slides_control h4 {
    margin-bottom: 0 !important;
}

.bloc-agenda .one_third .image_shadow_container {
    margin-bottom: 5px;
}

.bloc-agenda .one_third .mp3-carousel li.troistiers .bloc-lieu_event {
    width: 150px;
}

.one_third .details_event i {
    display: inline-block;
    width: 12px;
}