/*
Stylesheet: Archive (Blog & Événements passés)
*/

/* --- SHARED --- */

/* Header Custom */
.archive-header {
    background: linear-gradient(90deg, #003094 0%, #0070d4 65%, #010197 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 100px;
}

.archive-header svg {
    transition: transform 0.3s ease;
}

.archive-header > a:hover svg {
    transform: scale(1.03);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}

.archive-header .archive-header-cta {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: transform 0.2s ease;
}

.archive-header .archive-header-cta-fond {
    position: absolute;
    left: -25px;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.archive-header .archive-header-cta-acteurs {
    color: #000B80;
    z-index: 10;
    position: relative;
    transition: transform 0.3s ease, color 0.3s ease;
}

.archive-header .archive-header-cta-logo {
    z-index: 10;
    position: relative;
    transition: transform 0.3s ease, color 0.3s ease;
}

.archive-header .archive-header-cta-publiez {
    font-weight: 700;
    color: #000B80;
    position: relative;
    z-index: 10;
    transition: transform 0.3s ease, color 0.3s ease;
}

.archive-header .archive-header-cta:hover .archive-header-cta-fond {
    transform: scale(1.03);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}

.archive-header .archive-header-cta:hover .archive-header-cta-acteurs,
.archive-header .archive-header-cta:hover .archive-header-cta-logo,
.archive-header .archive-header-cta:hover .archive-header-cta-publiez {
    color: #01BED4; 
}

@media screen and (max-width: 991px) {
    .archive-header > svg {
        height: 50px;
    }
}

@media screen and (max-width: 767px) {
    .archive-header {
        justify-content: center;
    }

    .archive-header .archive-header-cta {
        display: none;
    }
}

/* Titles (Others) */
.archive-page .others {
    padding: 60px 100px;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.archive-page .others_title {
    font-family: 'Aleo';
    font-weight: 300;
    font-size: 3.75rem;
    color: #01BED4;
    line-height: 1;
}

.archive-page .others_subtitle {
    font-family: 'Aleo';
    font-weight: 400;
    font-size: 3.4375rem;
    color: #C8C8C8;
    display: flex;
    align-items: center;
    gap: 25px;
    letter-spacing: 5%;
    padding-left: 135px;
    line-height: 1;
}

.archive-page .others_subtitle hr {
    width: 115px;
    color: #c8c8c8;
    height: 3px;
    background-color: #c8c8c8;
    border: none;
}

@media screen and (max-width: 1899px) {
    .archive-page .others {
        padding: 60px;
    }

    .archive-page .others_title {
        font-size: 3rem;
    }

    .archive-page .others_subtitle {
        font-size: 2rem;
        padding-left: 40px;
    }
}

@media screen and (max-width: 767px) {
    .archive-page .others_subtitle {
        font-size: 1.8rem;
        padding-left: 0;
    }
}

@media screen and (max-width: 480px) {
    .archive-page .others_title {
        font-size: 2.4rem;
    }

    .archive-page .others_subtitle hr {
        display: none;
    }

    .archive-page .others {
        padding: 30px;
    }
}

/* Publish CTA (Footer) */
.archive-page .archive-publish {
    background: linear-gradient(180deg, #02144D 0%, #032284 100%);
    padding: 75px 0 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    position: relative;
    overflow: hidden;
}

.archive-page .archive-publish-svg {
    position: absolute;
    left: 0;
    top: -15px;
}

.archive-page .archive-publish-txt {
    font-weight: 600;
    font-size: 1.75rem;
    text-align: center;
    letter-spacing: 5%;
    color: #fff;
}

.archive-page .archive-publish-cta {
    position: relative;
    font-weight: 700;
    font-size: 1.5rem;
    color: #000B80;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
    transition: transform 0.2s ease;
}

.archive-page .archive-publish-cta-fond {
    position: absolute;
    left: 48%;
    transform: translateX(-50%);
    transition: transform 0.3s ease, filter 0.3s ease;
}

.archive-page .archive-publish-cta div, .archive-page .archive-publish-cta-svg {
    z-index: 10;
    position: relative;
    transition: transform 0.3s ease, color 0.3s ease;
}

.archive-page .archive-publish-cta:hover .archive-publish-cta-fond {
    transform: translateX(-50%) scale(1.03);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}

.archive-page .archive-publish-cta:hover div,
.archive-page .archive-publish-cta:hover .archive-publish-cta-logo {
    color: #01BED4; 
}

.archive-page .archive-publish div span {
    font-weight: 900;
}

@media screen and (max-width: 1199px) {
    .archive-page .archive-publish {
        padding: 125px 35px 75px 35px;
    }
}

@media screen and (max-width: 991px) {
    .archive-page .archive-publish {
        padding: 65px 35px 75px 35px;
    }

    .archive-page .archive-publish-txt {
        font-size: 1.4rem;
    }

    .archive-page .archive-publish-container div {
        font-size: 1rem;
    }

    .archive-page .archive-publish-svg + svg {
        height: 70px;
    }

    .archive-page .archive-publish-cta {
        font-size: 1rem;
    }

    .archive-page .archive-publish-cta-fond {
        width: 275px;
    }
}

@media screen and (max-width: 767px) {
    .archive-page .archive-publish-container div {
        font-size: 0.85rem;
    }

    .archive-page .archive-publish-txt {
        font-size: 1em;
    }

    .archive-page .archive-publish-svg + svg {
        margin-bottom: 25px;
    }
}

/* --- BLOG (ARCHIVE POST) --- */

/* Grille & Cartes */
.archive-page .archive-grid-no-result {
    text-align: center;
    margin: 75px 0;
}

.archive-page .archive-grid-no-result a {
    color: #01bed4;
    border-bottom: 1px solid #01bed4;
    cursor: pointer;
}

.archive-page .archive-grid-no-result a:hover {
    color: #021551;
    border-bottom: 1px solid #021551;
}

.archive-page .archive-grid-title {
    font-family: 'Aleo';
    font-size: 2.25rem;
    color: #01BED4;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    margin-top: 60px;
}

.archive-page .archive-card {
    padding: 60px 0;
}

.archive-page .archive-card-container {
    display: flex;
    gap: 35px;
    max-width: 1290px;
    margin: auto;
}

.archive-page .archive-card:nth-child(even) {
    background-color: #f8f8f8;
}

.archive-page .archive-card-left {
    height: 320px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    width: 40vw;
}

.archive-page .archive-card-left img {
    height: 320px;
    width: 100%;
    object-fit: cover;
}

.archive-page .archive-card-hover {
    position: absolute;
    opacity: 0;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
    background-color: rgba(18, 18, 18, 0.9);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px 20px 20px 20px;
}

.archive-page .archive-card-left:hover .archive-card-hover {
    opacity: 1;
    z-index: 10;
} 

.archive-page .archive-card-right {
    padding: 8px 0;
    display: flex;
    flex-direction: column;
    width: calc(100% - 355px);
}

.archive-page .archive-card-badge {
    font-weight: 800;
    font-size: 1.125rem;
    letter-spacing: 5%;
    background-color: #FFE100;
    border-radius: 100px;
    width: max-content;
    padding: 8px 20px;
    margin-bottom: 16px;
    color: #000;
}

.archive-page .archive-card-badge span {
    font-weight: 400;
}

.archive-page .archive-card-title {
    font-weight: 700;
    font-size: 1.75rem;
    letter-spacing: 5%;
    font-family: 'Aleo';
    margin-bottom: 7px;
    margin-left: 20px;
    color: #000;
    text-decoration: none;
}

.archive-page .archive-card-infos {
    letter-spacing: 5%;
    display: flex;
    gap: 5px;
    align-items: center;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #000;
}

.archive-page .archive-card-infos-details {
    color: #01BED4;
}

.archive-page .archive-card-desc {
    font-size: 1.125rem;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #000;
}

.archive-page .archive-card-keys {
    display: flex;
    gap: 15px;
    margin-left: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.archive-page .archive-card-keys-single {
    font-size: 1.125rem;
    color: #A5A5A5;
}

.archive-page .archive-card-ctas {
    display: flex;
    gap: 20px;
    letter-spacing: 5%;
    font-size: 1.125rem;
    color: #fff;
    margin-left: 20px;
}

.archive-page .archive-card-btn {
    background-color: #01BED4;
    border-radius: 100px;
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid #01BED4;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

.archive-page .archive-card-btn:hover {
    background-color: #fff;
    color: #01BED4;
}

.archive-page .archive-card-hover-mid {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    text-align: center;
}

.archive-page .archive-card-hover-title {
    font-family: 'Aleo';
    font-weight: 700;
    font-size: 2.5rem;
    letter-spacing: 5%;
    text-align: center;
}

/* Pagination */
.archive-page .archive-pagination {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: center;
    padding: 75px 0 135px 0;
    font-weight: 600;
    font-size: 1.25em;
    letter-spacing: 5%;
}

.archive-page .archive-pagination .hide {
    display: none;
}

.archive-page .archive-pagination .page-numbers {
    width: 36px;
    height: 36px;
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    color: #000;
}

.archive-page .archive-pagination .page-numbers.current {
    background-color: #FFE100;
    border-radius: 100%;
}

@media screen and (max-width: 1899px) {
    .archive-page .archive-card {
        padding: 60px;
    }
}

@media screen and (max-width: 1199px) {
    .archive-page .archive-card-hover-title {
        font-size: 2.2rem;
    }

    .archive-page .archive-card-badge {
        font-size: 1rem;
    }

    .archive-page .archive-pagination {
        padding: 50px 0 100px 0;
    }
}

@media screen and (max-width: 991px) {
    .archive-page .archive-card-hover {
        padding: 20px;
    }

    .archive-page .archive-card-hover-title {
        font-size: 1.6rem;
    }

    .archive-page .archive-card-btn {
        padding: 10px 10px;
    }

    .archive-page .archive-card-title,
    .archive-page .archive-card-infos,
    .archive-page .archive-card-desc,
    .archive-page .archive-card-keys,
    .archive-page .archive-card-ctas {
        margin-left: 0;
    }

    .archive-page .archive-card-desc {
        font-size: 1rem;
    }

    .archive-page .archive-card-ctas {
        gap: 10px;
    }

    .archive-page .archive-card-right {
        width: calc(100% - 255px);
    }

    .archive-page .archive-card-container {
        gap: 25px;
    }

    .archive-page .archive-pagination {
        padding: 10px 0 70px 0;
    }
}

@media screen and (max-width: 767px) {
    .archive-page .archive-card-left {
        display: none;
    }

    .archive-page .archive-card-right {
        width: 100%;
    }

    .archive-page .archive-card-title {
        margin-bottom: 15px;
        text-align: center;
    }

    .archive-page .archive-card-badge {
        font-size: 0.9rem;
        margin: 0 auto 20px auto;
    }

    .archive-page .archive-card-btn {
        font-size: 0.9em;
    }

    .archive-page .archive-card {
        padding: 35px 60px;
    }

    .archive-page .archive-card-infos, 
    .archive-page .archive-card-keys, 
    .archive-page .archive-card-ctas {
        justify-content: center;
        flex-wrap: wrap;
    }

    .archive-page .archive-card-desc {
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .archive-page .archive-grid-no-result {
        text-align: center;
        margin-top: 50px;
    }

    .archive-page .archive-grid-no-result a {
        color: #01bed4;
        cursor: pointer;
        border-bottom: 1px solid #01bed4;
    }

    .archive-page .archive-grid-title {
        font-size: 1.85rem;
        margin-top: 35px;
    }

    .archive-page .archive-card {
        padding: 35px;
    }
}

/* --- ÉVÉNEMENTS PASSÉS --- */

/* Style Importé de l'Accueil (Cartes Événements) */

.archive-events-passes .events_une {
    padding: 100px;
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.archive-events-passes .events_une_svg_tl {
    position: absolute;
    top: 50px;
    left: 0;
}

.archive-events-passes .events_une_svg_br {
    position: absolute;
    bottom: 5px;
    right: 0;
}

.archive-events-passes .events_une_title {
    font-family: 'Aleo';
    font-weight: 300;
    font-size: 5rem;
    color: #01BED4;
    line-height: 1;
}

.archive-events-passes .events_une_subtitle {
    font-family: 'Aleo';
    font-weight: 400;
    font-size: 3.4375rem;
    color: #C8C8C8;
    display: flex;
    align-items: center;
    gap: 25px;
    letter-spacing: 5%;
    padding-left: 80px;
    line-height: 1;
}

.archive-events-passes .events_une_subtitle hr {
    width: 115px;
    color: #c8c8c8;
    height: 3px;
    background-color: #c8c8c8;
    border: none;
}

.archive-events-passes .events_une_list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 50px;
}

.archive-events-passes .events_une_list_single {
    position: relative;
    width: calc(50% - 10px);
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.archive-events-passes .events_une_list_single_top {
    height: auto;
}

.archive-events-passes .events_une_list_single_top img {
    aspect-ratio: 2;
    width: 100%;
    object-fit: cover;
}

.archive-events-passes .events_une_list_single_top_dates {
    font-weight: 800;
    font-size: 1.125rem;
    letter-spacing: 5%;
    background-color: #FFE100;
    border-radius: 100px;
    width: max-content;
    padding: 8px 20px;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
}

.archive-events-passes .events_une_list_single_top_mid span {
    font-weight: 500;
}

.archive-events-passes .events_une_list_single_bottom {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 35px 50px 20px 55px;
}

.archive-events-passes .events_une_list_single_title {
    font-family: 'Aleo';
    font-weight: 600;
    font-size: 1.25rem;
    letter-spacing: 5%;
    margin-bottom: 10px;
}

.archive-events-passes .events_une_list_single_infos {
    letter-spacing: 5%;
    display: flex;
    gap: 5px;
    margin-bottom: 15px;
    align-items: center;
}

.archive-events-passes .events_une_list_single_infos svg {
    margin-right: 5px;
}

.archive-events-passes .events_une_list_single_infos_orga {
    color: #01BED4;
}

.archive-events-passes .events_une_list_single_desc {
    font-size: 0.9375rem;
    margin-bottom: 20px;
    text-align: center;
}

.archive-events-passes .events_une_list_single_ctas {
    display: flex;
    gap: 10px;
    letter-spacing: 5%;
    font-size: 1.125rem;
    color: #fff;
}

.archive-events-passes .events_une_list_single_sinscrire {
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #000;
    padding: 10px 20px;
    cursor: pointer;
}

.archive-events-passes .events_une_list_single_plus {
    background-color: #01BED4;
    border-radius: 100px;
    padding: 10px 20px;
    cursor: pointer;
}

.archive-events-passes .events_une_list_single_hover {
    position: absolute;
    opacity: 0;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
    background-color: rgba(18, 18, 18, 0.9);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px 20px 20px 20px;
}

.archive-events-passes .events_une_list_single:hover .events_une_list_single_hover {
    opacity: 1;
    z-index: 10;
} 

.archive-events-passes .events_une_list_single_hover_top {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    letter-spacing: 5%;
    color: #FFF;
}

.archive-events-passes .events_une_list_single_hover_top span {
    font-weight: 400;
}

.archive-events-passes .events_une_list_single_hover_top > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.archive-events-passes .events_une_list_single_hover_mid {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
}

.archive-events-passes .events_une_list_single_hover_keys {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.archive-events-passes .events_une_list_single_hover_title {
    font-family: 'Aleo';
    font-weight: 800;
    font-size: 2.5rem;
    letter-spacing: 5%;
    text-align: center;
}

.archive-events-passes .events_une_list_single_hover_keys_single {
    color: #000;
    background-color: #fff;
    border-radius: 100px;
    padding: 5px 15px;
}

.archive-events-passes .events_une_list_single_hover_share {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.archive-events-passes .events_une_list_single_hover_share_title {
    font-weight: 500;
    font-size: 0.875rem;
    letter-spacing: 5%;
}

.archive-events-passes .events_une_list_single_hover_share_pictos {
    margin-top: 5px;
    display: flex;
    gap: 16px;
    align-items: center;
}

.archive-events-passes .events_une_list_single_hover_share_pictos a:hover path {
    fill: #01bed4;
}

.archive-events-passes .events_une_list_single_hover_bottom {
    display: flex;
    justify-content: space-between;
}

.archive-events-passes .events_une_list_single_hover_sinscrire {
    background-color: #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    cursor: pointer;
    color: #000;
}

.archive-events-passes .events_une_list_single_hover_sinscrire:hover {
    background-color: #01bed4;
    color: #fff;
}

.archive-events-passes .events_une_list_single_hover_sinscrire:hover path {
    fill: #fff;
}

.archive-events-passes .events_une_list_single_hover_plus {
    background-color: #fff;
    border-radius: 100px;
    padding: 10px 20px;
    cursor: pointer;
    color: #000;
}

.archive-events-passes .events_une_list_single_hover_plus:hover {
    background-color: #01bed4;
    color: #fff;
}

.archive-events-passes .events_une_list_single_hover_plus:hover path {
    fill: #fff;
}

@media screen and (max-width: 991px) {
    .archive-events-passes .events_une_list_single {
        width: 100%;
    }
}