.elementor-40412 .elementor-element.elementor-element-d316aad{--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-40412 .elementor-element.elementor-element-bd58c0b{width:var( --container-widget-width, 90% );max-width:90%;--container-widget-width:90%;--container-widget-flex-grow:0;}.elementor-40412 .elementor-element.elementor-element-bd58c0b.elementor-element{--align-self:center;}.elementor-40412 .elementor-element.elementor-element-6108581{--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-40412 .elementor-element.elementor-element-ea0a3de{--spacer-size:150px;}/* Start custom CSS for shortcode, class: .elementor-element-bd58c0b */#avg-grade {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 0 auto;
    color: #2c3e50;
}

.avgg-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;
}
.avgg-search-bar:focus-within {
    border-color: #1a3a5c;
}

.avgg-search-icon {
    width: 18px;
    height: 18px;
    color: #6b7c93;
    flex-shrink: 0;
}

.avgg-search-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 15px;
    padding: 13px 0;
    background: transparent;
    color: #2c3e50;
}
.avgg-search-input::placeholder {
    color: #6b7c93;
}

.avgg-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;
}
.avgg-search-clear:hover {
    background: #f7f8fa;
    color: #2c3e50;
}
.avgg-search-clear.visible {
    display: block;
}

.avgg-search-count {
    font-size: 13px;
    color: #6b7c93;
    margin: -18px 0 22px 10px;
}

.avgg-annee-section {
    margin-bottom: 40px;
}
.avgg-annee-section.hidden {
    display: none;
}

.avgg-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;
    border-top: none;
    border-right: none;
    border-bottom: none;
    padding: 5px 0 5px 14px;
    margin: 0 0 14px;
    background: none;
    cursor: pointer;
    text-align: left;
}
.avgg-annee-title:hover {
    color: #e8a020 !important;
}

.avgg-annee-count {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .4px;
    background: #e8a020;
    color: #ffffff;
    padding: 2px 9px;
    border-radius: 20px;
}

.avgg-annee-chevron {
    width: 18px;
    height: 18px;
    margin-left: auto;
    color: #6b7c93;
    transition: transform .25s;
    flex-shrink: 0;
}
.avgg-annee-title.is-open .avgg-annee-chevron {
    transform: rotate(180deg);
}

/* Tableau */
.avgg-table-wrap {
    overflow-x: auto;
}

.avgg-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14.5px;
}

.avgg-table thead tr {
    background: #1a3a5c;
}

.avgg-th-col,
.avgg-th-docs {
    padding: 11px 16px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
}
.avgg-th-col {
    width: 30%;
    border-right: 1px solid rgba(255,255,255,.15);
}

.avgg-table tbody tr {
    border-bottom: 1px solid #dde3ea;
    transition: background .15s;
}
.avgg-table tbody tr:last-child {
    border-bottom: none;
}
.avgg-table tbody tr:hover {
    background: #f7f8fa;
}
.avgg-table tbody tr.hidden {
    display: none;
}

.avgg-td-col {
    padding: 12px 16px;
    font-weight: 600;
    color: #1a3a5c;
    vertical-align: top;
    border-right: 1px solid #dde3ea;
    width: 30%;
}

.avgg-td-docs {
    padding: 10px 16px;
    vertical-align: top;
    display: table-cell;
    flex-direction: column;
    gap: 6px;
}

.avgg-file-link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #2c3e50;
    padding: 5px 8px;
    border-radius: 6px;
    border: 1px solid transparent;
    transition: background .15s, border-color .15s, color .15s;
    margin-bottom: 4px;
}
.avgg-file-link:last-child {
    margin-bottom: 0;
}
.avgg-file-link:hover {
    background: #eef2f7;
    border-color: #1a3a5c;
    color: #1a3a5c;
}

.avgg-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;
}
.avgg-ext-pdf  { background: #c0392b; }
.avgg-ext-doc,
.avgg-ext-docx { background: #2980b9; }
.avgg-ext-xls,
.avgg-ext-xlsx { background: #27ae60; }

.avgg-file-nom {
    flex: 1;
    line-height: 1.4;
}

.avgg-dl-icon {
    width: 14px;
    height: 14px;
    color: #6b7c93;
    flex-shrink: 0;
    opacity: 0;
    transition: opacity .15s;
}
.avgg-file-link:hover .avgg-dl-icon {
    opacity: 1;
}

.avg-empty,
.avgg-no-results {
    text-align: center;
    color: #6b7c93;
    padding: 48px 20px;
    font-size: 15px;
}

@media (max-width: 600px) {
    .avgg-annee-title {
        font-size: 17px;
    }
    .avgg-th-col,
    .avgg-td-col {
        width: 40%;
    }
    .avgg-table {
        font-size: 13px;
    }
}/* End custom CSS */