/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 08 2025 | 09:00:26 */
/* encart compte à rebours partagé */
.zoom-meeting-block {
    background-color: #fff;
    border-radius: var(--bb-block-radius);
    border-color: transparent;
    padding: 20px 0px 0px 0px;
}

/* texte mis en noir et non en gris encart compte à rebours*/
.zoom-meeting-block .bb-meeting-date, .zoom-meeting-block .bb-meeting-occurrence {
    font-size: 14px;
    color: #1e2132;
    letter-spacing: -.24px;
    line-height: 1.5;
}

/* popup pour voir les détails de la réunion Zoom */
.single-meeting-item-table .meeting-item-head {
    font-size: 14px;
    font-weight: 600;
    color: #1e2132;
    line-height: 1.5;
    letter-spacing: -.19px;
    margin: 0;
    flex: 0 0 220px;
    padding-right: 20px;
}