#htmlContent {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}
table {
    width: 100%;
    border-collapse: collapse;
    min-height: initial !important;
    height: auto !important;
}
.custom-list.list-files li:hover .icone::after {
    background-color: var(--main-info-color);
    content: url("data:image/svg+xml,%3Csvg%20width%3D%2228%22%20height%3D%2228%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.0003%2018.216L7.75096%2011.9666L9.80498%209.88868L12.542%2012.6413V4.66699H15.4586V12.6413L18.1957%209.88868L20.2497%2011.9666L14.0003%2018.216ZM4.66699%2023.3337V17.1154H7.58353V20.4171H20.4171V17.1154H23.3337V23.3337H4.66699Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E")
}
.icone::after {
    background-color: #fff;
    content: url(data:image/svg+xml,%3Csvg%20width%3D%2228%22%20height%3D%2228%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.0003%2018.216L7.75096%2011.9666L9.80498%209.88868L12.542%2012.6413V4.66699H15.4586V12.6413L18.1957%209.88868L20.2497%2011.9666L14.0003%2018.216ZM4.66699%2023.3337V17.1154H7.58353V20.4171H20.4171V17.1154H23.3337V23.3337H4.66699Z%22%20fill%3D%22%23354BCF%22%2F%3E%3C%2Fsvg%3E);
    margin-left: 0;
    padding: .8rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 4.4rem;
    width: 4.4rem;
    border-radius: 50%;
    right: 0;
}

.underline:hover {
    text-decoration: none!important;
}
details {
    margin-top: 20px;
}
.scrollable-card {
    margin-bottom : 40px
}
th, td {
    border: 1px solid black;
    padding: 8px;
    text-align: left;
    word-wrap: break-word; /* This ensures that long words break to the next line */
}

thead {
    background-color: #f2f2f2; /* Light grey background for table headers */
}

tbody tr:nth-child(even) {
    background-color: #f9f9f9; /* Light grey background for even rows */
}
.btn-retour:hover {
    color: white;
    background-color: #354BCF

;

}
.btn-retour{

    display: block;
    background-color: white;
    border: none;
    margin-top: 50px;
    font-weight: bold;
    color:#354BCF

}
.scrollable-card {
    max-height: 300px;
    overflow-y: auto;
}
.hidden {
    display: none;
}
.clicked-link {
    display: inline-flex;
    align-items: center;
    font-weight: bold;
    text-decoration: none;
    margin-left: 10px;
}

.clicked-link::before {

    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2224px%22%20viewBox%3D%220%20-960%20960%20960%22%20width%3D%2224px%22%20fill%3D%22%23354BCF%22%3E%3Cpath%20d%3D%22M504-480%20320-664l56-56%20240%20240-240%20240-56-56%20184-184Z%22%2F%3E%3C%2Fsvg%3E")

}
.download-link:hover {
    text-decoration: underline;
}
.card-sommaire {
    background-color: #EFF2F6
}
.result-item {
    border: 1px solid #C3C3C3;
    padding: 22px;
    margin-bottom: 12px;
    overflow: hidden
}
.line-separator {
    border-bottom: 1px solid #EFF2F6;
    margin: 12px 0;
}

.btn-voir {
    font-weight: bold;
    color: #354BCF;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 1.2rem;
    line-height: 1.5;
}
.text-alert{
    color: #856404;
    font-weight:bold;
}
.facette-filtrage {
    margin-top: 20px;
}

.title-pdf {
    border-bottom: 1px solid;
    width: fit-content;
    display: flex;
    justify-content: center;
    text-decoration: none;
    margin-bottom: 20px;
    color:#354BCF
}

a[href^="#headingh2"] {
    font-size: 20px;
    text-transform: uppercase;
    margin-top:0!important
}
a[href^="#headingh3"] {
    margin-top:0!important
}



.details-special .icon-container[aria-expanded="true"].cascading>.cascading-title:first-of-type::marker {
    content: none!important
}

.details-special .cascading-title::marker {
    content: none!important
}

.details-special {
	margin-top: 20px;
}

.details-special .icon-container {
	border: none;
}

.details-special .icon-container[aria-expanded="true"] >.cascading-title .icon-open {
    display: block;
}
.details-special .icon-container[aria-expanded="true"] >.cascading-title .icon-closed {
    display: none;
}
.details-special .icon-container[aria-expanded="false"] > .cascading-title .icon-open {
    display: none;
}

.details-special .icon-container[aria-expanded="false"] > .cascading-title .icon-closed {
    display: block;
}

.details-special .cascading-content {
	display: none;
}

.first-level,.second-level {
    display: flex;
    align-items: center;
}

