#tribe-events,
#tribe-events-pg-template,
.tribe-events-pg-template {
    padding:0;
}

/**************EVENT LIST**************/

.calendrier{
    padding-top:40px;
    padding-bottom:40px;
    overflow:hidden;
}

.calendrier h1 {
    text-align: center;
    font-size: 20px !important;
    margin:20px 0 !important;
    border: 0 !important;
    padding-bottom: 0 !important;
}

/*

.evenement{
    margin-top:20px;
    margin-bottom:20px;
    padding-top:10px;
    position:relative;
    text-align:center;
}

.evenement .evenement-content{
    border:1px solid #393939;
    padding:15px 15px 30px 15px;
    position:relative;
    height:180px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
*/

.evenement_container .partner-before{
    position: absolute;
    left: 15px;
    width: 91px;
    text-align: center;
    top: 0px;
    padding: 0;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF;
    z-index: 2;
    background: #BDBDBD;
}

.evenement_container .tribe-events-event-cost {
    float: none;
    position: absolute;
    margin: 0;
    top:0;
    right: 5px;
    padding:5px 15px;
    background:#393939;
    text-transform:uppercase;
    color:#FFFFFF;
    z-index:2;
}

.evenement_container .tribe-events-event-cost span {
    background: 0;
    border:0;
    display: initial;
    font-style:normal;
    font-weight:inherit;
    line-height:normal;
    padding:0;
    text-align: center;
    -o-text-overflow:inherit;
    text-overflow:inherit;
}

.evenement_container .triangle-cost{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #393939 transparent transparent transparent;
    position:absolute;
    top:29px;
    right:5px;
}

.evenement_container .evenement {
    height: 100%;
}

.sidebar-inner .agenda ul li .date {
    margin-bottom: 0;
}

/*
.evenement h2{
    font-size:20px;
    text-transform:uppercase;
    line-height:22px;
    margin-bottom:30px;
}

.evenement h2 a{
    color:#393939;
}

[class*="transition"] .event-color{
    position:absolute;
    display:block;
    bottom:-1px;
    left:-1px;
    height:15px;
    width:101%;
    background:#393939;
    border-right:1px solid #393939;
    border-left:1px solid #393939;
}

.evenement.transition-bancaire [class*="event-color"]{
    background:#5B0141;
    border-right:1px solid #5B0141;
    border-left:1px solid #5B0141;
}

.evenement.transition-demographique [class*="event-color"]{
    background:#fc5b01;
    border-right:1px solid #fc5b01;
    border-left:1px solid #fc5b01;
}

.evenement.transition-environnementale [class*="event-color"]{
    background:#029175;
    border-right:1px solid #029175;
    border-left:1px solid #029175;
}

.evenement.transition-numerique [class*="event-color"]{
    background:#E00000;
    border-right:1px solid #E00000;
    border-left:1px solid #E00000;
}

.evenement .time-details{
    margin-top:10px;
    text-transform:uppercase;
    color:#393939;
}
*/

/**************EVENT VIEWS BAR**************/

.datepicker.dropdown-menu{
    z-index:5 !important;
}

#tribe-events-bar .agenda-recherche {
    text-align: center;
    text-transform: uppercase;

}
#tribe-events-bar .agenda-recherche a {
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    background-color: #000;
}

#tribe-events-bar form#tribe-bar-form, #tribe-events-bar .tribe-bar-views-inner, #tribe-events-bar .tribe-bar-views-inner li.tribe-bar-views-option a{
    background:none;
}

#tribe-events-bar form#tribe-bar-form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    align-items: flex-end;
}

#tribe-events-bar .tribe-bar-filters .tribe-bar-filters-inner{
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-box;
    display:flex;
    -webkit-box-align:end;
    -ms-flex-align:end;
    -webkit-align-items:flex-end;
    -moz-box-align:end;
    align-items:flex-end;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    -moz-box-pack:center;
    justify-content:center;
    margin-top:20px;
}

#tribe-events-bar form#tribe-bar-form .tribe-bar-submit{
    margin-left:0;
}

#tribe-events-bar form#tribe-bar-form .tribe-bar-submit input[type=submit]{
    background:#2c9276;
    color:#FFF;
    border:1px solid #2c9276;
    -webkit-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}

#tribe-events-bar form#tribe-bar-form .tribe-bar-submit input[type=submit]:hover{
    background:#5a1846;
    border:1px solid #5a1846;
}

#tribe-events-bar .tribe-bar-filters .tribe-bar-filters-inner > div[class*="filter"] input[type=text]{
    border:1px solid #393939;
    font-size: 13px;
    height: auto;
    letter-spacing: 0;
    line-height: 20px;
    padding: 10px;
    width: 100%;
    color:#393939;
    text-align:left;
    -webkit-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}

/*#tribe-events-bar .tribe-bar-filters .tribe-bar-filters-inner > div[class*="filter"] input[type=text]:focus{
background:#393939;
color:#FFF;
outline:0;
}*/

#tribe-events-bar .tribe-bar-filters .tribe-bar-filters-inner > div[class*="filter"] input[type=text]::-webkit-input-placeholder {
    text-transform:uppercase;
    font-style:normal;
    font-size:13px;
    color:#393939;
    font-weight:700;
}

#tribe-events-bar .tribe-bar-filters .tribe-bar-filters-inner > div[class*="filter"] input[type=text]:-moz-placeholder { /* Firefox 18- */
    text-transform:uppercase;
    font-style:normal;
    font-size:13px;
    color:#393939;
    font-weight:700;
}

#tribe-events-bar .tribe-bar-filters .tribe-bar-filters-inner > div[class*="filter"] input[type=text]::-moz-placeholder {  /* Firefox 19+ */
    text-transform:uppercase;
    font-style:normal;
    font-size:13px;
    color:#393939;
    font-weight:700;
}

#tribe-events-bar .tribe-bar-filters .tribe-bar-filters-inner > div[class*="filter"] input[type=text]:-ms-input-placeholder {
    text-transform:uppercase;
    font-style:normal;
    font-size:13px;
    color:#393939;
    font-weight:700;
}

#tribe-events-bar .tribe-bar-filters .tribe-bar-filters-inner > div[class*="filter"] input[type=text]:focus::-webkit-input-placeholder {
    color:#FFF;
}

#tribe-events-bar .tribe-bar-filters .tribe-bar-filters-inner > div[class*="filter"] input[type=text]:focus:-moz-placeholder { /* Firefox 18- */
    color:#FFF;
}

#tribe-events-bar .tribe-bar-filters .tribe-bar-filters-inner > div[class*="filter"] input[type=text]:focus::-moz-placeholder {  /* Firefox 19+ */
    color:#FFF;
}

#tribe-events-bar .tribe-bar-filters .tribe-bar-filters-inner > div[class*="filter"] input[type=text]:focus:-ms-input-placeholder {
    color:#FFF;
}

#tribe-events-bar #tribe-bar-views .tribe-bar-views-inner > label{
    color:#393939;
    padding-bottom:3px;
    margin-bottom:0;
}

#tribe-events-bar #tribe-bar-views .tribe-bar-views-inner .tribe-bar-views-list li a{
    border:1px solid #393939;
    -webkit-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}

#tribe-events-bar #tribe-bar-views .tribe-bar-views-inner .tribe-bar-views-list li:last-of-type a{
    border-top:0;
}

#tribe-events-bar #tribe-bar-views .tribe-bar-views-inner .tribe-bar-views-list li a span{
    color:#393939;
}

#tribe-events-bar #tribe-bar-views .tribe-bar-views-inner .tribe-bar-views-list li a:hover{
    background:#393939;
}

#tribe-events-bar #tribe-bar-views .tribe-bar-views-inner .tribe-bar-views-list li a:hover span{
    color:#FFF;
}

#tribe-events-footer{
    margin:40px auto 0 auto !important;
    border-top:0 !important;
    padding-top:0 !important;
}

#tribe-events-footer ul.tribe-events-sub-nav{
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-box;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    -moz-box-pack:justify;
    justify-content:space-between;
    list-style:none;
    margin-bottom:0;
    padding-left:0;
    margin-top:0;
}

#tribe-events-footer ul.tribe-events-sub-nav li{
    margin:0;
}

#tribe-events-footer ul.tribe-events-sub-nav li a{
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #393939;
    float: right;
    display: block;
    padding: 7px 13px;
    font-size: 16px;
    line-height: 16px;
    color: #FFF;
    text-transform: uppercase;
    margin-top: 8px;
    font-family: 'TradeGothicW01-BoldCn20_675334', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-weight: 400 !important;
}

#tribe-events-footer ul.tribe-events-sub-nav li a:hover{
    background:#393939;
    color:#FFF;
}

/**************EVENTS MONTHS**************/

#tribe-events-month-loop{
    overflow:hidden;
}

.months{
    margin-top:40px;
}

.months ul{
    padding-left:0;
    list-style:none;
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-box;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    -moz-box-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    -moz-box-align:center;
    align-items:center;
}

.months ul li:not(:last-of-type){
    margin-right:10px;
}

.months ul li a{
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #393939;
    float: right;
    display: block;
    padding: 7px 13px;
    font-size: 16px;
    line-height: 16px;
    color: #FFF !important;
    text-transform: uppercase;
    margin-top: 8px;
}

.months ul li a:hover{
    background:#393939;
    color:#FFF;
}

#tribe-events .tribe-events-ical{
    display:none !important;
}

.calendrier .tribe-events-notices{
    background:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    border:0;
    color: #E00000;
    text-shadow:none;
}

.calendrier .pagination a {
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
    background: #393939;
    float: right;
    display: block;
    padding: 7px 13px;
    font-size: 16px;
    line-height: 16px;
    color: #FFF;
    text-transform: uppercase;
    margin-top: 8px;
}

.calendrier .pagination a:hover{
    background: #5a1846;
}

/**************SINGLE EVENT**************/

.tribe-events-single .evenement{
    margin-bottom:0;
}

.tribe-events-single .evenement .partner-before{
    left:-10px;
}

.tribe-events-single .evenement .partner-triangle{
    left:-10px;
}

[class*="transition"] .single-event-color{
    position: absolute;
    display: block;
    bottom: 1px;
    height: 25px;
    width: 150px;
    background: #393939;
}
.evenement.transition-bancaire [class*="single-event-color"]{
    background:#5B0141;
    border-right:1px solid #5B0141;
    border-left:1px solid #5B0141;
}
.evenement.transition-demographique [class*="single-event-color"]{
    background:#fc5b01;
    border-right:1px solid #fc5b01;
    border-left:1px solid #fc5b01;
}
.evenement.transition-environnementale [class*="single-event-color"]{
    background:#029175;
    border-right:1px solid #029175;
    border-left:1px solid #029175;
}
.evenement.transition-numerique [class*="single-event-color"]{
    background:#E00000;
    border-right:1px solid #E00000;
    border-left:1px solid #E00000;
}

.tribe-events-single .evenement .evenement-content{
    height:auto;
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-box;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    -moz-box-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    -moz-box-align:center;
    align-items:center;
}

.tribe-events-single .evenement h1{
    border: 1px solid #BDBDBD;
    padding: 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    font-size: 54px;
    text-transform: uppercase;
    line-height: 54px;
    margin-bottom: 25px;
    padding: 60px 20px;
    text-align: center;
}

.tribe-events-single .article-inner .evenement {
    margin-top: 0;
    padding-top: 0;
    position: relative;
}

.tribe-events-single .share button,
.tribe-events-single .share .open button,
.tribe-events-single .share .open>.dropdown-toggle.btn-info:focus,
.tribe-events-single .share .open>.dropdown-toggle.btn-info:hover,
.tribe-events-single .share .btn-info.active.focus,
.tribe-events-single .share .btn-info.active:focus,
.tribe-events-single .share .btn-info.active:hover,
.tribe-events-single .share .btn-info:active.focus,
.tribe-events-single .share .btn-info:active:focus,
.tribe-events-single .share .btn-info:active:hover,
.tribe-events-single .share .open>.dropdown-toggle.btn-info.focus,
.tribe-events-single .share .open>.dropdown-toggle.btn-info:focus,
.tribe-events-single .share .open>.dropdown-toggle.btn-info:hover {
    font-size: 12px;
    color: #393939;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: 0 none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.tribe-events-single .post-meta .share ul {
    float: right;
    list-style: none outside none;
    margin: 0;
    min-width: 61px;
    padding: 0;
}

.tribe-events-single .post-meta .share li {
    display: block;
    font-size: 18px;
    list-style: none outside none;
    margin-bottom: 3px;
    margin-left: 4px;
    margin-top: 3px;
}

.tribe-events-single .share-group{
    float:right;
}

.tribe-events-single .date{
    clear:both;
    text-align:center;
    font-size:30px;
    text-transform:uppercase;
}

.tribe-events-single .organisateur, .tribe-events-single .lieu{
    margin-top:10px;
}

.tribe-events-single .organisateur > p:first-child, .tribe-events-single .lieu > p{
    margin-bottom:0;
}

.tribe-events-single .organisateur ul{
    padding: 0;
    list-style: none;
    margin: 5px 0 10px 0;
}

.tribe-events-single .visuel{
    margin:10px 0;
}

.tribe-events-single a.event_bouton{
    text-transform:uppercase;
    background: rgba(57, 57, 57, 1);
    color:#FFF;
    font-size:18px;
    width:260px;
    margin:20px auto;
    height:30px;
    line-height:30px;
    text-align:center;
    display:block;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
}

.tribe-events-single a.event_bouton:hover{
    background: rgba(57, 57, 57, 0.7);
    font-size:19px;
}

/**************SIDEBAR EVENTS**************/

.sidebar.other-events h2{
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    font-size: 25px;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: "TradeGothicW01-BoldCn20_675334", 'sans-serif';
    margin: 0 0 30px 0;
    text-align: left;
}

.sidebar.other-events .evenement{
    margin-bottom:10px;
    margin-top:10px;
}

.sidebar.other-events .evenement h3{
    font-size:20px;
    margin-bottom:20px;
}

.sidebar.other-events .evenement h3 a{
    color:#393939;
    text-transform:uppercase;
}

.sidebar.other-events .time-details{
    font-size:15px;
    text-transform:uppercase;
}


/**************HEADER EVENTS**************/

.header-events .evenement{
    margin-top:0;
}

.header-events .evenement .evenement-content{
    height:90px;
}

.header-events .evenement .evenement-content a{
    font-size:16px;
    text-transform:uppercase;
    line-height:16px;
}

.header-events .evenement .partner-before{
    left:-10px;
    padding:3px 10px;
    font-size:13px;
}

.header-events .evenement .partner-triangle{
    left:-10px;
    top:21px;
}

.header-events .time-details{
    margin-top:3px;
    clear:none;
    text-align:center;
    margin-bottom:0;
}

.header-events .time-details{
    font-size:13px;
    text-transform:uppercase;
}

.single-tribe_events .tribe-events-event-meta {
    background:0;
    border:0;
    margin:0;
}

.header-events [class*="transition"] .event-color{
    height:8px;
    width:30px;
}

.agenda .events-link{
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-box;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    -moz-box-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    -moz-box-align:center;
    align-items:center;
    height:90px;
    padding-top:10px;
}

/**************PROPOSITION EVENEMENT (COMMUNITY)**************/

.tribe_community_edit #tribe-events-pg-template .my-events-header ,
.frontend_event_publishing #tribe-events-pg-template .my-events-header {
    display: none;
}

body:not(.logged-in).tribe_community_edit #tribe-events{
    padding:10px;
    text-align: center;
    width:100%;
    margin:80px auto 100px auto;
}

body:not(.logged-in).tribe_community_edit #tribe-events form{
    text-align:left;
    padding-top: 15px;
}
body.tribe_community_edit #tribe-events form input:not([type='submit']):not([type='checkbox']),
.frontend_event_publishing form input:not([type='submit']):not([type='checkbox']){
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body.tribe_community_edit #tribe-events form input:not([type='submit']):not([type='checkbox']),
.frontend_event_publishing form input:not([type='submit']):not([type='checkbox']) {
    border: 1px solid #393939;
    font-size: 13px;
    height: auto;
    letter-spacing: 0;
    line-height: 20px;
    padding: 5px;
    width: 100% !important;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #393939;
    font-style: italic;
    font-weight: 400;
}
body.tribe_community_edit #tribe-events form label,
.frontend_event_publishing #tribe-events form label{
    font-size:13px;
    text-transform:uppercase;
    color:#393939;
}

body:not(.logged-in).tribe_community_edit #tribe-events form .login-submit,
body:not(.logged-in) .frontend_event_publishing form .login-submit{
    text-align:right;
}
body.tribe_community_edit #tribe-events form input[type=submit] ,
.frontend_event_publishing form #post.events-community-submit{
    -webkit-appearance: button;
    background-image: none;
    font-size: 13px;
    height: auto;
    letter-spacing: 0;
    line-height: 2;
    padding: 10px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    background: #393939;
    color: #FFF;
    border: 1px solid #393939;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
body.tribe_community_edit #tribe-events form input[type=submit]:hover ,
.frontend_event_publishing form input[type=submit]:hover {
    background: #AAA;
    border: 1px solid #AAA;
}
body.tribe_community_edit #tribe-events form input[type=submit]:focus,
.frontend_event_publishing form input[type=submit]:focus{
    outline:0;
}


body.tribe_community_edit #tribe-events .tribe-community-events,
.frontend_event_publishing .tribe-community-events{
    background:#FFF;
    border:0;
}

body.tribe_community_edit .tribe-community-events .tribe-section .tribe-section-header,
.frontend_event_publishing .tribe-section .tribe-section-header{
    background:#393939;
    border-bottom: 1px solid #393939;
}
body.tribe_community_edit .tribe-community-events .tribe-section .tribe-section-header h3,
.frontend_event_publishing .tribe-community-events .tribe-section .tribe-section-header h3{
    color:#FFF;
    font-size:14px;
}
body.tribe_community_edit .tribe-community-events textarea,
.frontend_event_publishing .tribe-community-events textarea,
.frontend_event_publishing .tribe-community-events .events-community-post-content>textarea{
    border-color:#393939;
    resize:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    padding: 5px;
    color: #393939;
    font-style: italic;
    font-weight: 400;
}

body.tribe_community_edit .tribe-community-events .tribe-section.tribe-section-taxonomy .tribe-dropdown .select2-choices,
.frontend_event_publishing .tribe-community-events .tribe-section.tribe-section-taxonomy .tribe-dropdown .select2-choices{
    border:0;
}
body.tribe_community_edit .tribe-community-events .tribe-section.tribe-section-taxonomy .tribe-dropdown .select2-choices .select2-search-field,
.frontend_event_publishing .tribe-community-events .tribe-section.tribe-section-taxonomy .tribe-dropdown .select2-choices .select2-search-field{
    padding:0;
    width:100%;
}

body.tribe_community_edit .tribe-community-events .tribe-section ,
.frontend_event_publishing .tribe-community-events .tribe-section {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #393939;
}
body.tribe_community_edit .tribe-community-events .tribe-section.tribe-section-taxonomy .tribe-dropdown:focus,
.frontend_event_publishing .tribe-community-events .tribe-section.tribe-section-taxonomy .tribe-dropdown:focus{
    outline:0;
}
body.tribe_community_edit .tribe-community-events .select2-container-multi.select2-container-active .select2-choices,
.frontend_event_publishing .tribe-community-events .select2-container-multi.select2-container-active .select2-choices{
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}

body.tribe_community_edit #tribe-events form .tribe-section-datetime input:not([type='submit']):not([type='checkbox']),
body.tribe_community_edit #tribe-events form .tribe-section-datetime .tribe-datetime-separator ,
.frontend_event_publishing form .tribe-section-datetime input:not([type='submit']):not([type='checkbox']),
.frontend_event_publishing form .tribe-section-datetime .tribe-datetime-separator {
    width: auto !important;
    float: left !important;
}
body.tribe_community_edit #tribe-events form .tribe-section-datetime .tribe-datetime-separator,
.frontend_event_publishing form .tribe-section-datetime .tribe-datetime-separator{
    margin: 8px;
}
body.tribe_community_edit #tribe-events form .tribe-section-datetime .tribe-change-timezone,
body.tribe_community_edit #s2id_event-timezone,
.frontend_event_publishing form .tribe-section-datetime .tribe-change-timezone,
.frontend_event_publishing #s2id_event-timezone{
    clear: both;
    float: left;
}

body.tribe_community_edit #tribe-events form .tribe-section-taxonomy,
.frontend_event_publishing form .tribe-section-taxonomy{
    display:none;
}
.tribe-community-events .tribe-section.tribe-section-venue .tribe-dropdown {
    width: 100%;
}

.tribe-community-events .tribe-section.tribe-section-organizer .tribe-dropdown{
    width: 94%;
}

.tribe-community-events .tribe-dropdown .select2-choice, .tribe-ea-dropdown .select2-choice {
    background-image: none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    border: 1px solid #393939;
}

.tribe-community-events #event_tribe_organizer > table > tfoot > tr > td:nth-child(2) > a{
    margin-left:0;
}

body.tribe_community_edit .tribe-community-events .dashicons ,
.frontend_event_publishing .dashicons {
    margin-top: -2px;
}

body.tribe_community_edit .tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area .choose-file ,
.frontend_event_publishing .tribe-section.tribe-section-image-uploader .tribe-image-upload-area .choose-file {
    padding: 10px;
}
body.tribe_community_edit .tribe-community-events #event_tribe_organizer > table > tfoot > tr > td:nth-child(2) > a,
body.tribe_community_edit .tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area .choose-file,
.frontend_event_publishing #event_tribe_organizer > table > tfoot > tr > td:nth-child(2) > a,
.frontend_event_publishing .tribe-section.tribe-section-image-uploader .tribe-image-upload-area .choose-file{
    letter-spacing: initial;
    background: #393939;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

body.tribe_community_edit .tribe-community-events #event_tribe_organizer > table > tfoot > tr > td:nth-child(2) > a:hover,
body.tribe_community_edit .tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area .choose-file:hover ,
.frontend_event_publishing #event_tribe_organizer > table > tfoot > tr > td:nth-child(2) > a:hover,
.frontend_event_publishing .tribe-section.tribe-section-image-uploader .tribe-image-upload-area .choose-file:hover {
    background: #AAA;
}

body.tribe_community_edit h1,
.frontend_event_publishing h1{
    padding-bottom: 5px;
    border-bottom: 3px solid #2c9275;
    line-height: 1;
    font-size: 35px;
    line-height: 1;
    text-transform: uppercase;
    font-family: "TradeGothicW01-BoldCn20_675334", 'sans-serif';
    margin: 0 0 30px 0;
    text-align: left;
    color: #000;
}

body.tribe_community_edit .tribe-community-events .tribe-image-upload-area:not(.uploaded) #EventImage,
.frontend_event_publishing .tribe-community-events .tribe-image-upload-area:not(.uploaded) #EventImage{
    position: absolute;
    height: 64px !important;
}

body.tribe_community_edit .select2-drop-auto-width ,
.frontend_event_publishing .select2-drop-auto-width {
    width: 100% !important;
    max-width: 694px;
}

body.tribe_community_edit .tribe-community-events .tribe-community-notice ,
.frontend_event_publishing .tribe-community-events .tribe-community-notice {
    background: #393939;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 5px 0 25px;
    padding: 20px;
    color: #FFF;
}

body.tribe_community_edit .tribe-community-events .tribe-community-notice a ,
.frontend_event_publishing .tribe-community-events .tribe-community-notice a {
    color: #393939;
}

body.tribe_community_edit .tribe-community-events .tribe-section-image-uploader,
.frontend_event_publishing .tribe-community-events .tribe-section-image-uploader{
    display:none;
}

/** MODIFS **/

.evenement .evenement-content h2 {
    margin-bottom: 0;
}

#tribe-events-pg-template #tribe-events-content{
    margin: 0;
}

.events-list #tribe-events-footer .pagination .tribe-events-nav-previous {
    margin-right: auto;
}
.events-list #tribe-events-footer .pagination .tribe-events-nav-next {
    margin-left: auto;
}

.tribe-events-page-title{
    font-weight: 400;
}

.tribe-dropdown .select2-selection--single,
.tribe-ea-dropdown .select2-selection--single{
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #393939 !important;
}
.tribe-dropdown.select2-container--open .select2-dropdown--below,
.tribe-ea-dropdown.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #393939;
    border-color: #393939;
}
.tribe-dropdown.select2-container--open .select2-search__field,
.tribe-ea-dropdown.select2-container--open .select2-search__field {
    border: none;
}

/************/

@media screen and (max-width:991px){
    body.tribe_community_edit .select2-drop-auto-width ,
    .frontend_event_publishing .select2-drop-auto-width {
        max-width: 500px;
    }
    .tribe-community-events .tribe-section.tribe-section-organizer .tribe-dropdown {
        width: 85%;
    }
}

@media screen and (max-width:930px){
    body.tribe_community_edit #tribe-events form .tribe-section-datetime input:not([type='submit']):not([type='checkbox']),
    body.tribe_community_edit #tribe-events form .tribe-section-datetime .tribe-datetime-separator ,
    .frontend_event_publishing form .tribe-section-datetime input:not([type='submit']):not([type='checkbox']),
    .frontend_event_publishing form .tribe-section-datetime .tribe-datetime-separator {
        width: 100% !important;
    }
}

@media screen and (max-width:643px){
    body.tribe_community_edit .select2-drop-auto-width ,
    .frontend_event_publishing .select2-drop-auto-width {
        max-width: 350px;
    }
}

@media screen and (max-width:493px){
    body.tribe_community_edit .select2-drop-auto-width ,
    .frontend_event_publishing .select2-drop-auto-width {
        max-width: 273px;
    }
}


.tribe-bar-filters .tribe-bar-filters-inner .proposition{
    height: 47px;
    margin-left: 15px;
}
.tribe-bar-filters .tribe-bar-filters-inner .proposition a {
    color: #393939;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

body.tribe_community_edit .tribe-community-events .tribe-community-notice p.selectionShareable:first-child ,
.frontend_event_publishing .tribe-community-events .tribe-community-notice p.selectionShareable:first-child {
    color: #393939;
}
body.tribe_community_edit .tribe-community-events .tribe-community-notice p.selectionShareable:first-child:before ,
.frontend_event_publishing .tribe-community-events .tribe-community-notice p.selectionShareable:first-child:before {
    content: "Merci, votre évènement a bien été soumis. Les modérateurs de la page validerons très bientôt sa publication.";
    color: #FFF;
    margin-right:5px;
}

@media all and (max-width:1029px){
    .post-type-archive-tribe_events main,
    .single-tribe_events main,
    #tribe-events-footer,
    #tribe-events-bar,
    .tribe_community_edit #tribe-events-pg-template,
    .frontend_event_publishing #tribe-events-pg-template{
        width: 100% !important;
    }
    #tribe-events-footer{
        padding:0 15px;
    }
}
@media all and (max-width:991px){
    .months {
        margin-top: 20px;
    }
    #tribe-events-footer{
        padding-right:15px;
        padding-left:15px;
    }
    .tribe-events-single .evenement h1 {
        font-size: 30px;
        line-height: 30px;
    }
    .tribe-events-single article{
        margin-bottom:20px;
    }
    .sidebar.other-events .evenement {
        margin-bottom: 15px;
    }
    .single-tribe_events .tribe-events-event-meta {
        margin: 0;
        padding: 5px 0;
    }
    .evenement h2 {
        font-size: 17px;
        line-height: 19px;
    }
}

@media all and (max-width:991px) and (min-width:768px){
    .tribe-events-single .evenement .evenement-content {
        height: 130px;
    }
    .tribe-events-single .visuel{
        width: 50%;
        margin: 0 auto;
    }
}
@media all and (min-width: 782px){
    .tribe-community-events {
        padding: 0 !important;
    }
}
@media all and (max-width:767px){
    .tribe-events-single .evenement h1, .tribe-events-single .date {
        font-size: 24px;
        line-height: 24px;
    }
    .tribe-events-sub-nav li:not(:last-of-type){
        margin-right:5px !important;
    }
    .tribe-events-sub-nav li a {
        background: 0;
        color: #393939;
        padding: 10px 20px;
    }
    body.tribe_community_edit #tribe-events ,
    .frontend_event_publishing #tribe-events {
        margin: 40px auto 60px auto;
    }
}

@media all and (max-width:569px){
    .tribe-events-single a.event_bouton{
        width:100%;
    }
}

#tribe-events-footer .tribe-events-sub-nav, #tribe-events-header .tribe-events-sub-nav{
    display: none;
}
