a.link-back {
    padding-right: 20px;
    font-size: 0.8em;
}

a.a-link:hover {
    text-decoration: none;
    opacity: 0.7;
}

a.a-add {
    color: green;
}

a.a-edit {
    color: blue;
}

a.a-delete {
    color: red;
}

i.presence-option {
    font-size: 1.6em;
}

i.present {
    color: yellowgreen;
    font-size: 2em;
}

i.icon-bouton {
    margin-right: 15px;
}

p.p-link {
    margin-top: 0px;
    margin-bottom: 0px;
}

p.p-link a {
    margin-left: 10px;
    margin-right: 10px;
}

tr.present {
    background-color: lightgoldenrodyellow;
}

tr.present td {
    color: green;
    font-weight: bold;
}

p.p-sous-h1,
p.p-sous-h5 { /* pour la gestion des participants */
    margin: 0px;
    /*margin-right: 15px;*/
    padding: 0px;
    text-align: center;
    font-size: 0.9em;
    color: #666;
}

h5.card-title {
    margin-top: 5px;
    margin-bottom: 0px;
}

p.p-sous-h5 {
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-size: 0.8em;
    color: #666;
}

p.groupe {
    margin-top: 2px;
    margin-bottom: 2px;
}

span.date-event {
    font-size: 0.8em;
    color: #999;
    font-weight: normal;
}

span.date-event strong {
    font-weight: bold;
}

h3.site-section-heading {
    font-size: 2.8em;
}

table.table-shadow {
    box-shadow: 0px 2px 5px #ccc;
}

table.table-narrow td {
    font-size: 0.9em;
    padding-top: 4px;
    padding-bottom: 4px;
}

.active {
    font-weight: bold;
}

.spacer-bottom {
    margin-bottom: 15px !important;
}

tr.row-hover:hover {
    background-color: #e5eeff;
}

.option-link {
    display: none;
}

div.card.full-classe .card-header {
    background-color: #d8feb6;
}

div.card.full-classe .card-body {
    background-color: #f2ffe6;
}