/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 27 2024 | 09:14:56 */
/* background couleur du bouton des lives dans le flux 

.bb-template-v2 .tribe-events-widget .tribe-events-widget-events-list__view-more a.tribe-events-widget-events-list__view-more-link {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: var(--bb-button-radius);
    display: inline-block;
    background-color: #f6c048;
    color: #ffffff;
    border: 1px solid var(--bb-secondary-button-border-regular);
    -webkit-transition: none;
    transition: none;
}*/


/* Couleur et weight du titre du live dans le flux d'activité */ 
a {
    color: ;
    outline: 0;
    text-decoration: none;
}


/* weight du titre du live dans le flux d'activité */ 
.zoom-meeting-block h2 {
    font-size: 20px;
    margin: 0 0 5px !important;
}



/* Boutons en orange */ 
.vczapi-show-by-postid-contents .dpn-zvc-sidebar-box .btn-join-link {
    background: #f6c048;
    border-radius: 8px;
}

/* texte boutons en orange */ 
.vczapi-show-by-postid-contents .dpn-zvc-sidebar-box .btn {
    margin-top: 10px;
    padding: 5px 10px;
    color: #fff;
    display: block;
    font-weight: 700;
    font-size: 14px;
    margin-right: 10px;
    text-align: center;
}

/* Encart du countdown */ 
.vczapi-show-by-postid-countdown {
    display: flex;
    width: 1200px;
    border-spacing: 2px;
    border-collapse: separate;
    justify-content: center;
    flex-direction: column;
    background: #f7f5ef;
    padding: 60px 0;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    flex-wrap: wrap;
    border-radius: 10px;
}


/* texte compte à rebours */ 
.vczapi-show-by-postid .dpn-zvc-timer .dpn-zvc-timer-cell-string {
    font-size: .4em;
    color: #323131;
    font-weight: 600;
    width: 100%;
    text-transform: uppercase;
}


.vczapi-show-by-postid .dpn-zvc-timer .dpn-zvc-timer-cell {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 32px;
    background: #f6c048;
    color: #fff;
    padding: 20px 5px;
    border-radius: 10px;
    width: 120px;
    margin: 6px;
}


/* image border radius */ 
.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 8px;
    box-shadow: none;
}