#logged-in-as {
     justify-content: flex-end;
}   

.content-container {
    margin-top: 50px;
}

body {
    background-color: whitesmoke;
}

.row-action {
    display: block;
}

.table th, .table td {
    vertical-align: middle;
}

.jumbotron {
    background-color: #e3f2fd;
}

.main-actions-wrapper {
    margin: 30px;
    text-align: right;
}

.tableTitle {
    margin: 30px;
}

.category-listing {
    padding: 50px;
}

.errors {
    color: red;
}
.logged-in-as {
    display: block;
    font-size: 90%;
    width: 100%;
    text-align: center;
}

form {
    margin: 50px;
}

.row-listing {
    margin-top: 25px;
}
.row-listing .card {
    width: 100%;
}
.file-download-icon {
    font-size: 30px;
    color: black;
}

.user-telechargement-listing .downloads {
    display: flex;
    justify-content: space-between;
    width: 70%;
}

.my-main-content {
    margin-bottom: 25px;
}


.countdown.active {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: lightgreen;
}


.controls .radio {
    margin-right: 15px;
}

.controls label[id^='supprimer_'] {
    margin-left: 2rem;
}


label.required::after, #consentement-label::after {
    content: '*';
    margin-left: 3px;
}