/* =============== */
/*   EVENT TITLE   */
/* =============== */

.chen_event_title {
    text-align: left;
}

.chen_event_title__main {
    margin-bottom: 8px;
}

/* Titre */

.chen_event_title__title {
    color: inherit;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 0;
    letter-spacing: 0.02em;
    text-align: left;
    font-weight: 300;
    text-transform: uppercase;
}

/* Sous-titre */

.chen_event_title__subtitle {
    color: inherit;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 0;
    letter-spacing: 0.02em;
    text-align: left;
    font-weight: 300;
    text-transform: uppercase;
}

/* Collaborateur */

.chen_event_title__collaborator {
    color: inherit;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: 0.02em;
    text-align: left;
    font-weight: 200;
}

.chen_event_title__datetime {
    margin-bottom: 8px;
}

/* Date */

.chen_event_title__date {
    color: inherit;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 0;
    letter-spacing: 0.02em;
    text-align: left;
    font-weight: 400;
    text-transform: uppercase;
}

/* Horaires */

.chen_event_title__schedule {
    color: inherit;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 0;
    letter-spacing: 0.02em;
    text-align: left;
    font-weight: 400;
    text-transform: uppercase;
}

/* Couleurs titre + sous-titre */

.chen_event_title__main--dark {
    color: #333;
}

.chen_event_title__main--olive {
    color: #808000;
}

.chen_event_title__main--rose {
    color: #f25f70;
}

.chen_event_title__main--teal {
    color: #008080;
}

/* Couleurs collaborateur + date + horaires */

.chen_event_title__datetime--dark {
    color: #333;
}

.chen_event_title__datetime--olive {
    color: #808000;
}

.chen_event_title__datetime--rose {
    color: #f25f70;
}

.chen_event_title__datetime--teal {
    color: #008080;
}