.page-template-press-listing-tpl,
.page-template-press-listing-tpl-php {
    --anapneo-press-primary: #026177;
    --anapneo-press-accent: #ef7d20;
    --anapneo-press-accent-dark: #d9650f;
    --anapneo-press-ink: #18383f;
    --anapneo-press-light-blue: #00aab5;
    --anapneo-press-muted: #5a747b;
    --anapneo-press-surface: #f7f4ee;
    --anapneo-press-surface-alt: #fffdf9;
    --anapneo-press-border: #d7ebe9;
    --anapneo-press-shadow: 0 18px 45px rgba(2, 97, 119, 0.12);
}

.page-template-press-listing-tpl .fusion-page-title-bar,
.page-template-press-listing-tpl-php .fusion-page-title-bar {
    display: none;
}

.anapneo-presse {
    color: var(--anapneo-press-ink);
    font-family: var(--awb-typography4-font-family, "Effra", sans-serif);
}

.anapneo-presse,
.anapneo-presse * {
    box-sizing: border-box;
}

.anapneo-presse img {
    max-width: 100%;
}

.anapneo-presse__container {
    width: min(var(--site_width), calc(100% - 32px));
    max-width: var(--site_width);
    margin: 0 auto;
}

.anapneo-presse__banner {
    margin-top: calc(var(--main_padding-top, 0px) * -1);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 120px 0 88px;
    background:
        linear-gradient(115deg, rgba(2, 97, 119, 0.92), rgba(2, 97, 119, 0.62)),
        var(--banner-image);
    background-color: var(--anapneo-press-primary);
    background-position: center;
    background-size: cover;
    color: #fff;
}

.anapneo-presse__banner-inner {
    display: flex;
    align-items: flex-end;
    min-height: 280px;
}

.anapneo-presse__banner-infos {
    max-width: 50%;
    margin: 125px 0 70px 0;
}

.anapneo-presse__barinfo .fusion-builder-row,
.anapneo-presse__intro .fusion-builder-row,
.anapneo-presse__media-ressources .fusion-builder-row,
.anapneo-blog__container {
    width: min(var(--site_width), calc(100% - 32px)) !important;
    max-width: var(--site_width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.anapneo-presse__barinfo .awb-menu,
.anapneo-presse__barinfo .awb-menu__main-ul,
.anapneo-presse__section-heading > div,
.anapneo-presse__control,
.anapneo-presse-card,
.anapneo-presse-card__body,
.anapneo-presse__media-content,
.anapneo-blog__header,
.anapneo-blog__grid,
.anapneo-blog-card,
.anapneo-blog-card__body,
.anapneo-blog__footer {
    min-width: 0;
}

.anapneo-presse__barinfo .awb-menu {
    width: 100%;
}

.anapneo-presse__barinfo .awb-menu__main-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    row-gap: 12px;
}

.anapneo-presse__eyebrow {
    margin: 0 0 18px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
}

.anapneo-presse__banner h1,
.anapneo-presse__intro h2,
.anapneo-presse__section-heading h2,
.anapneo-presse__media-content h2 {
    margin: 0;
    font-family: var(--h2_typography-font-family, "Effra", sans-serif);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.anapneo-presse__banner h1 {
    font-size: clamp(2.6rem, 4vw, 4.6rem);
    color: #fff;
}

.anapneo-presse__banner-text,
.anapneo-presse__intro-text,
.anapneo-presse__section-text,
.anapneo-presse__media-list,
.anapneo-presse__media-list p {
    font-size: 1rem;
    line-height: 1.75;
}

.anapneo-presse__banner-text {
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.92);
}

.anapneo-presse__banner-text > :last-child,
.anapneo-presse__intro-text > :last-child,
.anapneo-presse__section-text > :last-child,
.anapneo-presse__media-list li > :last-child {
    margin-bottom: 0;
}

.anapneo-presse__intro {
    padding: 72px 0 28px;
}

.anapneo-presse__intro .anapneo-presse__container {
    max-width: var(--site_width);
}

.anapneo-presse__intro h2 {
    font-size: clamp(2rem, 3vw, 3rem);
    color: var(--anapneo-press-primary);
}

.anapneo-presse__intro-text {
    margin-top: 18px;
    color: var(--anapneo-press-ink);
}

.anapneo-presse__barinfo {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 64px;
}

.anapneo-presse__listing {
    padding: 24px 0 88px;
}

.anapneo-presse__section-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
}

.anapneo-presse__section-heading h2,
.anapneo-presse__media-content h2 {
    font-size: clamp(1.8rem, 2.6vw, 2.8rem);
    color: var(--anapneo-press-primary);
}

.anapneo-presse__section-text {
    max-width: 760px;
    margin-top: 12px;
    color: var(--anapneo-press-muted);
}

.anapneo-presse__loader {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    border: 3px solid rgba(239, 125, 32, 0.2);
    border-top-color: var(--anapneo-press-accent);
    border-radius: 50%;
    animation: anapneo-press-spin 0.8s linear infinite;
}

.anapneo-presse__filters {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 80px;
}

.anapneo-presse__control label {
    display: block;
    margin-bottom: 10px;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--anapneo-press-primary);
}

.anapneo-presse__control select {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 0 0 8px;
    border-width: 0;
    border-bottom: 2px solid #C6C6C6;
    background: #fff;
    color: var(--anapneo-press-accent);
    font-size: 1rem;
    box-shadow: none;
    border-radius: 0;
    height: initial;
    font-weight: 700;
    font-size: 21px;
}

.anapneo-presse__control select:disabled {
    opacity: 0.7;
    cursor: wait;
}

.anapneo-presse__empty {
    padding: 24px;
    border-radius: 18px;
    background: var(--anapneo-press-surface);
    color: var(--anapneo-press-muted);
}

.anapneo-presse__cards {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.anapneo-presse__pagination-container {
    margin-top: 48px;
}

.anapneo-presse__pagination ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.anapneo-presse__pagination li.is-hidden {
    display: none;
}

.anapneo-presse__pagination .ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    color: var(--anapneo-press-muted);
}

.anapneo-presse__pagination .prev, .anapneo-presse__pagination .next {
    display: flex;
    align-items: center;
}

.anapneo-presse__pagination .prev button, .anapneo-presse__pagination .next button {
    padding: 0;
    border-radius: 0;
    border: none;
    background: transparent;
}

.anapneo-presse__pagination button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0 14px;
    border: 1px solid var(--anapneo-press-border);
    border-radius: 3px;
    background: var(--anapneo-press-border);
    color: var(--anapneo-press-primary);
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.anapneo-presse__pagination button:hover,
.anapneo-presse__pagination button:focus {
    border-color: var(--anapneo-press-light-blue);
    background: white;
    transform: translateY(-1px);
}

.anapneo-presse__pagination .active button {
    border-color: var(--anapneo-press-ink);
    background: var(--anapneo-press-ink);
    color: #fff;
}

.anapneo-presse-card {
    display: flex;
    gap: 48px;
    align-items: flex-start;
}

.anapneo-presse-card__image {
    display: block;
    flex: 0 1 381px;
    width: 381px;
    max-width: 381px;
}

.anapneo-presse-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.anapneo-presse-card__body {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: auto;
}

.anapneo-presse-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 0.84rem;
    color: var(--anapneo-press-muted);
}

.anapneo-presse-card__tag {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(239, 125, 32, 0.14);
    color: var(--anapneo-press-accent-dark);
    font-weight: 700;
}

.anapneo-presse-card__title {
    margin: 0;
    line-height: 1.25;
    color: var(--anapneo-press-primary);
}

.anapneo-presse-card__description {
    margin: 0;
    color: var(--anapneo-press-ink);
    line-height: 1.7;
}

.anapneo-presse-card__link {
    padding: 0 0 0 33px;
    background: url("../icons/plus-icon-adp.svg") no-repeat left center;
    color: var(--anapneo-press-light-blue);
    font-weight: 700;
    text-decoration: none !important;
}

.anapneo-presse__media-ressources {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 278px !important;
}

.anapneo-presse__media-ressources .fusion-layout-column {
    min-width: 0;
}

.anapneo-presse__media {
    padding: 0 0 96px;
}

.anapneo-presse__media-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 32px;
    border-radius: 28px;
    background: linear-gradient(180deg, #fff, var(--anapneo-press-surface));
    border: 1px solid var(--anapneo-press-border);
}

.anapneo-presse__media-grid.has-image {
    grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
    align-items: center;
}

.anapneo-presse__media-visual img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 22px;
    box-shadow: var(--anapneo-press-shadow);
}

.anapneo-presse__media-content {
    min-width: 0;
}

.anapneo-presse__media-list {
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.anapneo-presse__media-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 18px;
    color: var(--anapneo-press-ink);
}

.anapneo-presse__media-list li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--anapneo-press-accent);
}

.anapneo-presse__media-list a {
    color: var(--anapneo-press-primary);
    text-decoration: underline;
}

.anapneo-presse__missing-dependency {
    width: min(1180px, calc(100% - 32px));
    margin: 48px auto;
    padding: 24px;
    border-radius: 18px;
    background: var(--anapneo-press-surface, #f7f4ee);
}

.anapneo-blog {
    padding: 96px 0;
    background-color: hsla(var(--awb-color5-h),var(--awb-color5-s),var(--awb-color5-l),calc(var(--awb-color5-a) - 90%));
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.anapneo-blog__container {
    max-width: var(--site_width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.anapneo-blog__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 24px;
    margin-bottom: 32px;
}

.anapneo-blog__footer {
    width: 100%;
    display: flex;
    justify-content: center;
}

.anapneo-blog__header h2 {
    margin: 0;
    color: var(--anapneo-press-primary);
    font-size: clamp(1.8rem, 2.6vw, 2.8rem);
    line-height: 1.1;
}

.anapneo-blog__archive-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    background: var(--anapneo-press-primary);
    color: #fff;
    font-weight: 700;
    text-decoration: none !important;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.anapneo-blog__archive-link:hover,
.anapneo-blog__archive-link:focus {
    background: var(--anapneo-press-accent-dark);
    color: #fff;
    transform: translateY(-1px);
}

.anapneo-blog__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    gap: 28px;
    margin-bottom: 48px;
}

.anapneo-blog-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    min-width: 0;
    overflow: hidden;
    border-radius: 6px;
    background: #fff;
    text-decoration: none !important;
    transform: scale(1);
    transition: transform 0.2s ease !important;
}

.anapneo-blog-card:hover,
.anapneo-blog-card:focus {
    transform: scale(1.03);
}

.anapneo-blog-card__image {
    aspect-ratio: 16 / 10;
    background: var(--anapneo-press-surface);
}

.anapneo-blog-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 6px;
}

.anapneo-blog-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 32px;
}

.anapneo-blog-card__date {
    font-size: 19px;
    color: var(--anapneo-press-muted);
}

.anapneo-blog-card__title {
    margin: 0;
    color: var(--anapneo-press-primary);
    font-size: 26px;
    line-height: 1.3;
}

.anapneo-blog-card__link {
    margin-top: auto;
    color: var(--anapneo-press-light-blue);
    font-weight: 700;
    border-bottom: 1px solid var(--anapneo-press-light-blue);
}

@keyframes anapneo-press-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1024px) {
    .anapneo-presse__banner-infos {
        max-width: 100%;
    }

    .anapneo-presse__intro .fusion-layout-column,
    .anapneo-presse__media-ressources .fusion-layout-column {
        width: 100% !important;
        max-width: 100% !important;
        flex-basis: 100% !important;
    }

    .anapneo-presse-card {
        flex-direction: column;
        gap: 24px;
    }

    .anapneo-presse-card__image {
        width: 100%;
        max-width: 100%;
    }

    .anapneo-blog__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .anapneo-presse__media-grid.has-image {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    #main {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .anapneo-presse__banner {
        margin-left: 0;
        margin-right: 0;
        padding: 96px 0 72px;
    }

    .anapneo-presse__container,
    .anapneo-presse__barinfo .fusion-builder-row,
    .anapneo-presse__intro .fusion-builder-row,
    .anapneo-presse__media-ressources .fusion-builder-row,
    .anapneo-blog__container {
        width: calc(100% - 24px) !important;
    }

    .anapneo-presse__banner-infos {
        max-width: 100%;
        margin: 72px 0 32px;
    }

    .anapneo-presse__barinfo {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .anapneo-presse__intro {
        padding: 74px;
    }

    .anapneo-presse__listing,
    .anapneo-presse__media {
        padding-left: 24px;
        padding-right: 24px;
    }

    .anapneo-presse__section-heading {
        flex-direction: column;
    }

    .anapneo-presse__control {
        flex: initial;
    }
    .anapneo-presse__filters {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
    }

    .anapneo-blog {
        padding-bottom: 72px;
        padding-left: 24px;
        padding-right: 24px;
        margin-left: 0;
        margin-right: 0;
    }

    .anapneo-blog__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .anapneo-blog__grid {
        grid-template-columns: 1fr;
    }

    .anapneo-presse__barinfo .awb-menu__main-ul {
        justify-content: flex-start;
    }

    .anapneo-presse__barinfo .awb-menu__main-li {
        width: 100%;
    }

    .anapneo-presse__barinfo .awb-menu__main-a {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .anapneo-presse__media-ressources {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 96px !important;
    }
}
