.elementor-40759 .elementor-element.elementor-element-befd4ac{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-40759 .elementor-element.elementor-element-1ba13af{--display:flex;--background-transition:0.3s;}.elementor-40759 .elementor-element.elementor-element-0667e8b{width:var( --container-widget-width, 80% );max-width:80%;--container-widget-width:80%;--container-widget-flex-grow:0;}.elementor-40759 .elementor-element.elementor-element-0667e8b.elementor-element{--align-self:center;}/* Start custom CSS for shortcode, class: .elementor-element-0667e8b */#avg-arretes {
    font-family: 'Poppins';
    font-weight: 400;
    margin: 0 auto;
    color: #2c3e50;
}

.avg-search-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border: 2px solid #dde3ea;
    border-radius: 50px;
    padding: 0 18px;
    margin-bottom: 28px;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
    transition: border-color .2s;
}
.avg-search-bar:focus-within {
    border-color: #1a3a5c;
}

.avg-search-icon {
    width: 18px;
    height: 18px;
    color: #6b7c93;
    flex-shrink: 0;
}

.avg-search-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 15px;
    padding: 13px 0;
    background: transparent;
    color: #2c3e50;
}
.avg-search-input::placeholder {
    color: #6b7c93;
}

.avg-search-clear {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    color: #6b7c93;
    font-size: 14px;
    padding: 4px 6px;
    border-radius: 50%;
    transition: background .15s, color .15s;
}
.avg-search-clear:hover {
    background: #f7f8fa;
    color: #2c3e50;
}
.avg-search-clear.visible {
    display: block;
}

.avg-search-count {
    font-size: 13px;
    color: #6b7c93;
    margin: -18px 0 22px 10px;
}

.avg-annee-section {
    margin-bottom: 40px;
}
.avg-annee-section.hidden {
    display: none;
}

.avg-annee-title {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #1a3a5c !important;
    border-left: 4px solid #e8a020;
    padding: 5px 0 5px 14px;
    margin: 0 0 14px;
    background: none;
    border-top: none;
    border-right: none;
    border-bottom: none;
    cursor: pointer;
    text-align: left;
}
.avg-annee-title:hover {
    color: #e8a020 !important;
}

.avg-annee-chevron {
    width: 18px;
    height: 18px;
    margin-left: auto;
    margin-right: 10px;
    color: #6b7c93;
    transition: transform .25s;
    flex-shrink: 0;
}
.avg-annee-title.is-open .avg-annee-chevron {
    transform: rotate(180deg);
}

.avg-annee-count {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .4px;
    background: #e8a020;
    color: #ffffff;
    padding: 2px 9px;
    border-radius: 20px;
}

.avg-doc-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.avg-doc-item {
    list-style: none;
}

.avg-doc-item.hidden {
    display: none;
}

.avg-doc-link {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #2c3e50;
    font-size: 14.5px;
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid transparent;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
    transition: background .15s, border-color .15s, color .15s;
}
.avg-doc-link:hover {
    background: #f7f8fa;
    border-color: #1a3a5c;
    color: #1a3a5c;
}

.avg-file-ext {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .5px;
    padding: 2px 7px;
    border-radius: 4px;
    background: #6b7c93;
    color: #ffffff;
    flex-shrink: 0;
    min-width: 36px;
    text-align: center;
}
.avg-ext-pdf {
    background: #c0392b;
}
.avg-ext-doc,
.avg-ext-docx {
    background: #2980b9;
}
.avg-ext-xls,
.avg-ext-xlsx {
    background: #27ae60;
}

.avg-doc-nom {
    flex: 1;
    line-height: 1.4;
}

.avg-dl-icon {
    width: 15px;
    height: 15px;
    color: #6b7c93;
    flex-shrink: 0;
    opacity: 0;
    transition: opacity .15s;
}
.avg-doc-link:hover .avg-dl-icon {
    opacity: 1;
}

.avg-empty,
.avg-no-results {
    text-align: center;
    color: #6b7c93;
    padding: 48px 20px;
    font-size: 15px;
}

@media (max-width: 600px) {
    .avg-annee-title {
        font-size: 17px;
    }
    .avg-doc-link {
        font-size: 13.5px;
        padding: 9px 11px;
    }
}/* End custom CSS */