.fond-agenda{
    background-color: #d8562d;
    margin-bottom: 0;
}


ul.tribe-events-sub-nav{
    display:flex;
    justify-content: space-between;
    align-items: center;
}

ul.tribe-events-sub-nav a{
    text-transform: uppercase;
    color:#d8562d !important;
    font-size:0.9rem !important; 
    font-weight: 600 !important;
    
}

.calendrier-mois-actuel{
    color:#d8562d !important;
    font-size:1.8rem !important; 
    font-weight: 800 !important;
    text-transform: uppercase;
}

#legend{
    display: flex;
    flex-wrap: wrap;
    padding:20px 0px;
    list-style:none;
}

#legend li {
    border:1px solid #d8562d;
    color:white;
    border-radius: 5px;
    margin-right:5px;
    padding:10px;
    font-weight: bold;
    transition: all 0.3s ease-out;
    cursor: pointer;
    background: #d8562d;
}

#legend li:hover{
    color:white;
    background-color: #b34423;
}

#legend li.active{
    color:white;
    background-color: #d8562d;
}

.entry-title.summary{
    font-size:1rem;
}

.tribe-event-duration{
    font-weight: 600;
}

.tribe-event-duration::before{
    content:"\f073";
    font-family: "Font Awesome 5 Free";
    padding-right: 5px;    
}

.tribe-events-month-event-title a{
    color:#283b4f;
}

.calendrier-creer-un-evenement{
    padding:15px;
    color:#d8562d;
    border:2px solid #d8562d;
    border-radius: 5px;
    font-size:1.2rem;
    font-weight: bold;
    transition: all 0.3s ease-out;
    margin-top:10px;
}

.calendrier-creer-un-evenement:hover{
   
    color:white;
    background-color: #d8562d;
    
}

#tribe-events-footer{
    padding:0;
    display: flex;
}


/* VIEUX CSS */
.tribe-events-calendar th{
    background-color:#e4e4e4 !important;
    color:#283b4f !important;
    border-left:1px solid #d2d2d2 !important;
    border-right:1px solid #d2d2d2 !important;
}

.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]{
    background-color:#283b4f !important;
}

.tribe-events-button{
    background-color:#DA5732 !important;
    transition:all 0.3s ease-out;
}

.tribe-events-button:hover{
    background-color:rgb(182, 71, 41) !important;
}

.tribe-events-notices{
    display:none;
}

.tribe-events-page-title{
    color:#283b4f;
    font-size:2.5rem !important;
    transition:all 0.9s ease-out;
}

#legend_box{
    text-align:left !important;
}

#post-881 .entry-title{
    display:none !important;
    padding-top:0 !important;
}

#post-881{
    padding-top:0 !important;
}


/**** MEDIA QUERIES ****/

@media screen and (max-width:1200px){
    #legend li{
        margin-bottom: 5px;
    }

    #legend li a{
        color:white !important;
    }

    #tribe-events-header .tribe-events-sub-nav li a{
        display: block;
    }

    .tribe-events-sub-nav{
        flex-direction: column;
        align-items: center;
    }

    .tribe-events-nav-previous, .tribe-events-nav-next{
        justify-content: center;
    }

    #tribe-events-header::before,#tribe-events-header::after,
    #tribe-events-footer::before, #tribe-events-footer::after{
        width: 0;
        background-color: transparent;
    }

}