#ateliersContainer {
    /* display: flex; */
    width: 100%;
    flex-wrap: wrap;
}

.atelier-checkbox-field {
    height: 21px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.errorMsg {
    padding: 10px;
    color: red;
    width: 100%;
}



#validationEventCdtion {
    display: none;
        margin: auto;
            margin-top: 20px;
}
#eventControl {
    text-align: center;
        border: 1px solid #ff4600;
            padding: 20px;
            border-radius: 20px;
            background-color: rgb(255 70 0 / 10%);
}

.imageRightUnivSelected {
    background: var(--primary);
    color: white;
}

.document-link {
    text-decoration: none;
    transition: text-decoration 0.2s ease;
}

.document-link:hover {
    text-decoration: underline;
}

.articleItemTitleLink{
    text-decoration: none;
    color: inherit;
}

.articleItemTitleLink:hover {
    text-decoration: underline;
}