body {
    background-color: lightgray;
}

h1 {
    margin-bottom: 30px;
    border-bottom: 2px solid #7a97c8 ;
}

h1.no-border {
    border-bottom: none !important;
}

ul.sidebar-menu li a {
    font-size: 14px;
    color: white;
}

ul.sidebar-menu li ul.sub li a{
    font-size: 12px;
    color: white;
}

.text-primary {
    color: #337ab7 !important;
}

/*angular-editable*/
.editable-click, a.editable-click {
    text-decoration: none;
    color: black;
    border-bottom: dashed 1px #428bca;
}

/*anglaur material*/
md-tabs.md-default-theme md-ink-bar, md-tabs md-ink-bar {
    color: #d44037;
    background: #d44037;
}


.chosen-drop{
    z-index: 10000;
}


.login-container h2.login-container-heading {

    background: #7a97c8;

}

.login-container button{
    background: #325a9b;
    border-color: #325a9b;

}

.login-container button:hover{
    background: #7a97c8;
    border-color: #7a97c8 ;
}


.alertify .ajs-dialog {
    text-align: center;

}

.alertify .ajs-content {
   font-size: 17px;

}

.alertify .ajs-ok {
   background: #7a97c8;
    color: white;
    font-weight: bold;

}

.alertify .ajs-cancel {
    background: #d44037;
    color: white;
font-weight: bold;
}




.dot {
    height: 20px;
    width: 20px;
    background-color: #318014;
    border-radius: 50%;
    display: inline-block;
}

.dot.inactive {
    background-color: red;
}

[ng-click] {
    cursor: pointer;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

input:read-only {
    background-color: white !important;
}

.title-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
}

.row-eq-height {
    display: flex;
}

form label {
    font-weight: bold;
}

.border-bottom {
    border-bottom: 2px solid #7a97c8 ;
}

.custom-box {
    min-height: 412px;
    background: #FFF;
    border: 1px solid #DCDBD7;
    margin: 30px 0;
    padding: 30px 20px 35px;
    text-align: center;
}

.custom-box h4 {
    font-size: 28px;
}

.icn-main-container {
    position: relative;
}

.pricing {
    list-style: none;
    padding: 10px 0 20px;
}

.btn-theme {
    color: #fff;
    background-color: #d44037;
    border-color: #d44037;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

.pricing li {
    border-bottom: 1px solid #DCDBD7;
    font-size: 13px;
    font-weight: 100;
    line-height: 34px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 70%;
    -webkit-transition: background-color .4s linear, color .4s linear;
    -moz-transition: background-color .4s linear, color .4s linear;
    -o-transition: background-color .4s linear, color .4s linear;
    -ms-transition: background-color .4s linear, color .4s linear;
    transition: background-color .4s linear, color .4s linear;
}

ul li {
    list-style: none;
}

.icn-container {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 500px;
    text-align: center;
    margin: 10px 0;
    font-weight: 600;
    font-size: 2.4em;
    line-height: 100px;
    color: #fff;
    background-color: #7a97c8;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.tab-content-wrapper {
    min-width: calc(100vw - 300px);
}

.loading-state, .error-state, .empty-state {
    width: 100%;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loading-spinner {
    color: #7a97c8;
}

.error-icon {
    color: #d44037;
}

.empty-icon {
    color: #999;
}

.loading-text {
    margin-top: 30px;
    font-size: 18px;
    color: #666;
}

.error-text {
    margin-top: 30px;
    font-size: 18px;
    color: #d44037;
}

.empty-text {
    margin-top: 30px;
    font-size: 18px;
    color: #666;
}

.filter-form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.stat-plus-attribue .stat-value {
    font-size: 13px !important;
    font-weight: bold !important;
}

.stats-col .card {
    min-height: 55px !important;
    height: auto !important;
}

@media (max-width: 768px) {
    .tab-content-wrapper {
        min-width: calc(100vw - 70px);
    }

    .stats-col.livre, .stats-col.activite {
        padding-left: 0 !important;
    }

    .stats-col h3 {
        margin-top: 20px !important;
    }
}/* =========================================================
   Facebook-style Notification Bell  (lpes-notif-*)
   ========================================================= */
/* Wrapper – positioned so the panel can be absolute */
.lpes-notif-wrapper {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}
/* Bell button */
.lpes-notif-bell {
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px 10px;
    position: relative;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}
.lpes-notif-bell:hover,
.lpes-notif-bell:focus {
    background: rgba(255,255,255,0.15);
    outline: none;
}

/* Red badge counter */
.lpes-notif-badge {
    position: absolute;
    top: 3px;
    right: 5px;
    background: #e74c3c;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    line-height: 1;
    pointer-events: none;
}
/* Dropdown panel */
.lpes-notif-panel {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: 360px;
    max-width: 95vw;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.22), 0 1px 4px rgba(0,0,0,0.10);
    z-index: 99999;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid #e4e6ea;
}
.lpes-notif-panel.open {
    display: flex;
}
/* Small triangle pointer at top */
.lpes-notif-panel::before {
    content: '';
    position: absolute;
    top: -7px;
    right: 20px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    filter: drop-shadow(0 -2px 2px rgba(0,0,0,0.08));
}
/* Panel header */
.lpes-notif-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px 10px;
    border-bottom: 1px solid #f0f0f0;
    flex-shrink: 0;
}
.lpes-notif-title {
    font-size: 20px;
    font-weight: 700;
    color: #1c1e21;
}
.lpes-notif-mark-all {
    background: none;
    border: none;
    cursor: pointer;
    color: #1877f2;
    font-size: 13px;
    font-weight: 500;
    padding: 4px 8px;
    border-radius: 4px;
    transition: background 0.15s;
}
.lpes-notif-mark-all:hover {
    background: #e7f0fd;
}
/* Scrollable list */
.lpes-notif-list {
    overflow-y: auto;
    max-height: 420px;
    flex: 1;
}
/* Empty state */
.lpes-notif-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    color: #888;
    text-align: center;
}
.lpes-notif-empty p {
    margin: 0 0 4px;
    font-weight: 600;
    color: #444;
}
.lpes-notif-empty small {
    font-size: 13px;
}
/* Each notification item */
.lpes-notif-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 14px;
    text-decoration: none !important;
    color: inherit !important;
    transition: background 0.15s;
    position: relative;
    background: #e7f0fd;
}
.lpes-notif-item:nth-child(even) {
    background: #fff;
}

.lpes-notif-item:hover,
.lpes-notif-item:nth-child(even):hover {
    background: #ddd;
}

.lpes-notif-item--read {
    background: #fff;
}
.lpes-notif-item--read:hover {
    background: #f5f5f5;
}
/* Icon / thumbnail */
.lpes-notif-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    overflow: hidden;
}
.lpes-notif-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lpes-notif-icon-default {
    width: 100%;
    height: 100%;
    background: #1877f2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    border-radius: 8px;
}
/* Text body */
.lpes-notif-body {
    flex: 1;
    min-width: 0;
}
.lpes-notif-item-title {
    font-size: 14px;
    font-weight: 600;
    color: #1c1e21;
    line-height: 1.3;
    margin-bottom: 3px;
}
.lpes-notif-item-excerpt {
    font-size: 12px;
    color: #606770;
    line-height: 1.4;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lpes-notif-item-time {
    font-size: 11px;
    color: #1877f2;
    font-weight: 500;
}
/* Unread blue dot */
.lpes-notif-dot {
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    background: #1877f2;
    border-radius: 50%;
    margin-top: 16px;
}
/* Footer link */
.lpes-notif-footer {
    padding: 10px;
    text-align: center;
    border-top: 1px solid #f0f0f0;
    flex-shrink: 0;
}
.lpes-notif-footer a {
    color: #1877f2;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
.lpes-notif-footer a:hover {
    text-decoration: underline;
}
/* Keep the li containing the bell vertically centred in the navbar */
.top-menu ul.nav li.lpes-notif-wrapper {
    display: inline-flex;
    align-items: center;
}

/* ============================================================
   Actualités – list page
   ============================================================ */
.actu-page-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

/* Filter badges toolbar */
.actu-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 16px;
}

.actu-filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 28px;
    border-radius: 30px;
    border: 1.5px solid #bdc3c7;
    background: #fff;
    color: #b0b8be;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
    line-height: 1.4;
    user-select: none;
    white-space: nowrap;
}

.actu-filter-btn:focus { outline: none; }

.actu-filter-btn .actu-filter-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 21px;
    height: 21px;
    padding: 0 4px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    background: #e0e4e7;
    color: #b0b8be;
    transition: background 0.15s, color 0.15s;
}

/* Active state — dark bg */
.actu-filter-btn.is-active {
    background: #999;
    color: #fff;
    border-color: #999;
}

.actu-filter-btn.is-active .actu-filter-count {
    background: rgba(255,255,255,0.20);
    color: #fff;
}


/* Card */
.actu-card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.actu-card-item {
    margin-bottom: 30px;
}

/* Featured image */
.actu-card-image {
    height: 200px;
    overflow: hidden;
    background: #eee;
    position: relative;
}

.actu-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.actu-card-image-placeholder {
    height: 200px;
    background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.actu-card-image-placeholder .fa-newspaper {
    font-size: 60px;
    color: rgba(255,255,255,0.4);
}

/* Ville badge */
.actu-ville-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(44,62,80,0.55);
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    backdrop-filter: blur(2px);
}

.actu-card-image-placeholder .actu-ville-badge {
    background: rgba(255,255,255,0.18);
}

/* Card body */
.actu-card-body {
    padding: 8px 12px;
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Title row */
.actu-card-title-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.actu-card-title {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    color: #2c3e50;
    line-height: 1.3;
}

.actu-card-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.actu-card-actions .badge {
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    white-space: nowrap;
}

.actu-card-actions .badge.badge-danger {
    background-color: #e74c3c;
    color: #fff;
}

.actu-card-actions .badge i {
    margin-right: 5px;
}

/* Meta */
.actu-card-meta {
    font-size: 11px;
    color: #777;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

/* Inline ville badge (inside meta row) */
.actu-ville-badge--inline {
    position: static;
    background: rgba(44,62,80,0.55);
    box-shadow: 0 1px 4px rgba(0,0,0,0.12);
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.actu-card-meta .fa {
    color: #3498db;
}

.actu-read-badge {
    color: #27ae60;
}

.actu-unread-badge {
    color: #e67e22;
}

/* Lu / Non lu badges */
.actu-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 9px;
    border-radius: 20px;
    white-space: nowrap;
}

.actu-badge--lu {
    background-color: #eafaf1;
    color: #1e8449;
    border: 1px solid #a9dfbf;
}

.actu-badge--nonlu {
    background-color: #f4f6f7;
    color: #7f8c8d;
    border: 1px solid #ccd1d1;
}

/* Excerpt */
.actu-card-excerpt {
    color: #555;
    font-size: 12px;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* ============================================================
   Actualités – Section headers (Important / Pour info)
   ============================================================ */
.actu-section-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid transparent;
}

.actu-section-header h2 {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}

.actu-section-icon {
    font-size: 22px;
    line-height: 1;
}

.actu-section-important {
    border-bottom-color: #e74c3c;
}

.actu-section-important h2 {
    color: #c0392b;
}

.actu-section-info {
    border-bottom-color: #3498db;
}

.actu-section-info h2 {
    color: #2980b9;
}

.actu-section-uncategorized {
    border-bottom-color: #95a5a6;
}

.actu-section-uncategorized h2 {
    color: #7f8c8d;
}

.actu-card--uncategorized {
    border: 2px dashed #ff0000;
    opacity: 0.5;
}

/* ============================================================
   Actualités – Horizontal card layout
   ============================================================ */
.actu-card--horizontal {
    display: flex;
    flex-direction: row;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    background: #fff;
    margin-bottom: 20px;
    max-height: 162px;
    transition: box-shadow 0.2s;
}

.actu-card--horizontal:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.18);
}


/* Left image block */
.actu-card-image-h {
    flex: 0 0 162px;
    width: 130px;
    position: relative;
    overflow: hidden;
    background: #eee;
}

.actu-card-image-h img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.actu-card-image-placeholder-h {
    width: 100%;
    height: 100%;
    min-height: 100px;
    background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.actu-card-image-placeholder-h .fa-newspaper {
    font-size: 32px;
    color: rgba(255,255,255,0.4);
}

/* =============================================
   FILTRES AVANCÉS — Toggle button & panel
   ============================================= */
.btn-filtres-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 18px;
    background: #fff;
    color: #4a4a8a;
    border: 1.5px solid #a0a0d0;
    border-radius: 8px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.5px;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
    cursor: pointer;
}

.btn-filtres-toggle:hover,
.btn-filtres-toggle:focus {
    background: #eeeeff;
    border-color: #6c63cc;
    color: #6c63cc;
    outline: none;
}

.btn-filtres-toggle.open {
    background: #eeeeff;
    border-color: #6c63cc;
    color: #6c63cc;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-color: transparent;
}

.filtres-chevron {
    font-size: 11px;
    transition: transform 0.25s ease;
}

.btn-filtres-toggle.open .filtres-chevron {
    transform: rotate(180deg);
}

.filtres-panel {
    border: 1.5px solid #6c63cc;
    border-top: none;
    border-radius: 0 8px 8px 8px;
    background: #f0f0fa;
    padding: 4px 0 8px;
    margin-top: -1px;
}

/* =============================================
   FILTRES AVANCÉS — Pill-style compact filters
   ============================================= */
.filtres-avances-form {
    padding: 17px 16px 7px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.filtres-section {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.filtres-label {
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.5px;
    color: #555;
    min-width: 90px;
    text-transform: uppercase;
}

.filtres-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.filtre-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 12px;
    border-radius: 50px;
    border: 1.5px solid #aaa;
    background: #f0f0f0;
    color: #555;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    margin: 0;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
    user-select: none;
    white-space: nowrap;
}

.filtre-pill input[type="checkbox"],
.filtre-pill input[type="radio"] {
    display: none;
}

.filtre-pill.active {
    background: #6c63cc;
    border-color: #6c63cc;
    color: #fff;
}

.filtre-pill:hover {
    border-color: #6c63cc;
    color: #6c63cc;
}

.filtre-pill.active:hover {
    background: #5a52b8;
    border-color: #5a52b8;
    color: #fff;
}

.filtre-info {
    font-size: 12px;
    opacity: 0.8;
    cursor: help;
}

/* =============================================
   TRIER PAR — Sort controls
   ============================================= */
.sort-controls {
    display: flex;
    align-items: center;
    gap: 6px;
}

.sort-select {
    flex: 1;
    display: inline-block;
    width: auto !important;
    min-width: 160px;
    height: 34px;
    padding: 4px 10px;
    border: 1.5px solid #a0a0d0;
    border-radius: 6px;
    font-size: 13px;
    color: #444;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.2s;
}

.sort-select:focus {
    border-color: #6c63cc;
    outline: none;
    box-shadow: 0 0 0 2px rgba(108,99,204,0.15);
}

.sort-info-icon {
    color: #6c63cc;
    font-size: 14px;
    cursor: help;
    flex-shrink: 0;
}

.btn-sort-dir {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #a0a0d0;
    border-radius: 6px;
    background: #fff;
    color: #4a4a8a;
    font-size: 14px;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
    cursor: pointer;
}

.btn-sort-dir:hover,
.btn-sort-dir:focus {
    background: #eeeeff;
    border-color: #6c63cc;
    color: #6c63cc;
    outline: none;
}

/* =============================================
   LISTES — Controls row & pagination (shared by dossiers + livres)
   ============================================= */
.detenus-controls {
    margin-top: 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 100%;
}

.detenus-search {
    margin-top: 20px;
    min-width: 280px;
    padding-left: 0;
}

.detenus-search input {
    width: 100%;
    min-width: 260px;
}

.detenus-sort {
    margin-top: 20px;
    padding-right: 0;
    padding-left: 20px;
}

.detenus-pagination {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* =============================================
   DOSSIERS / DETENUS — Card grid
   ============================================= */
.detenus-wr {
    display: grid;
    grid-gap: 25px;
    grid-template-columns: 1fr 1fr;
}

.detenus-wr .detenu-item {
    width: 100%;
    background: white;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.3s;
}

.detenus-wr .detenu-item.detenu-archived {
    background: #f5f5f5;
    color: #999;
}

.detenus-wr .upper {
    text-transform: uppercase;
}

.detenus-wr .detenu-item:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.detenus-wr .detenu-item nav {
    width: 100%;
    color: #727272;
    text-transform: uppercase;
    padding: 12px 18px;
    border-bottom: 2px solid #efefef;
    font-size: 12px;
}

.detenus-wr .detenu-item .infos .description {
    padding: 20px;
    float: left;
    width: 50%;
}

.detenus-wr .detenu-item .infos .description h1 {
    color: #515151;
    font-weight: 300;
    padding-top: 15px;
    margin: 0;
    font-size: 30px;
}

.detenus-wr .detenu-item .infos .description h2 {
    color: #515151;
    margin: 0;
    font-weight: 500;
}

.detenus-wr .detenu-item .infos .description h4 {
    margin: 0;
    color: #727272;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}

.detenus-wr .detenu-item .infos .description h5 {
    margin: 0;
    color: #727272;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}

.detenus-wr .detenu-item .infos .description p {
    font-size: 12px;
    line-height: 20px;
    color: #727272;
    padding: 20px 0;
    margin: 0;
}

.detenus-wr .detenu-item .infos .description button {
    outline: 0;
    background: none;
    border: 1px solid #d9d9d9;
    padding: 8px 0;
    margin-bottom: 30px;
    color: #515151;
    text-transform: uppercase;
    width: 125px;
    font-family: inherit;
    margin-right: 5px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.detenus-wr .detenu-item .infos .description button:hover {
    border: 1px solid #aedaa6;
    color: #aedaa6;
    cursor: pointer;
}

.detenus-wr .detenu-item .enfants {
    clear: both;
    display: flex;
    justify-content: center;
    align-items: center;
}

.detenus-wr .detenu-item .enfants h3 {
    margin-top: 0;
}

.detenu-item.detenu-mineur {
    background: rgba(122, 151, 200, 0.15) !important;
}
