/*
Stylesheet: Single (Détail Événement & Article)
*/

/* --- SHARED --- */

:root {
    --primary-blue: #000B80;
    --accent-cyan: #01BED4;
    --font-text: 'Inter', sans-serif;
    --font-title: 'Aleo', serif;
}

/* Header */

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

.header_single_evenement svg {
    transition: transform 0.3s ease;
}

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

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

.header_single_evenement .header_single_evenement_cta_fond {
    position: absolute;
    left: -25px;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.header_single_evenement .header_single_evenement_cta_acteurs {
    color: #000B80;
    z-index: 10;
    position: relative;
    transition: transform 0.3s ease, color 0.3s ease;
}

.header_single_evenement .header_single_evenement_cta_logo {
    z-index: 10;
    position: relative;
    transition: transform 0.3s ease, color 0.3s ease;
}

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

.header_single_evenement .header_single_evenement_cta:hover .header_single_evenement_cta_fond {
    transform: scale(1.03);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}

.header_single_evenement .header_single_evenement_cta:hover .header_single_evenement_cta_acteurs,
.header_single_evenement .header_single_evenement_cta:hover .header_single_evenement_cta_logo,
.header_single_evenement .header_single_evenement_cta:hover .header_single_evenement_cta_publiez {
    color: #01BED4; 
}

/* Publish */

.single_evenement .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;
}

.single_evenement .publish_svg {
    position: absolute;
    left: 0;
    top: -15px;
}

.single_evenement .publish_txt {
    font-weight: 600;
    font-size: 1.75rem;
    text-align: center;
    letter-spacing: 5%;
    color: #fff;
}

.single_evenement .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;
}

.single_evenement .publish_cta_fond {
    position: absolute;
    left: 48%;
    transform: translateX(-50%);
    transition: transform 0.3s ease, filter 0.3s ease;
}

.single_evenement .publish_cta div, .single_evenement .publish_cta_svg {
    z-index: 10;
    position: relative;
    transition: transform 0.3s ease, color 0.3s ease;
}

.single_evenement .publish_cta:hover .publish_cta_fond {
    transform: translateX(-50%) scale(1.03);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}

.single_evenement .publish_cta:hover div,
.single_evenement .publish_cta:hover .publish_cta_logo {
    color: #01BED4; 
}

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

/* Others Structure */

.single_evenement .others {
    padding: 60px 100px;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}

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

.single_evenement .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;
}

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

/* --- EVENEMENT --- */

/* Infos */

.single_evenement .presentation_logo {
    margin-bottom: 20px;
    width: 200px;
    max-width: 100vw;
    height: 75px;
}

.single_evenement .presentation_logo img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.single_evenement .infos {
    padding: 35px 100px 50px 100px;
}

.single_evenement .infos_return {
    display: flex;
    width: max-content;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    margin-bottom: 20px;
}

.single_evenement .infos_return:hover div {
    color: #01BED4;
    border-color: #01BED4;
}

.single_evenement .infos_return:hover path {
    stroke: #01BED4;
}

.single_evenement .infos_return div {
    font-weight: 300;
    letter-spacing: 5%;
    color: #0065CC;
    border-bottom: 1px solid #0065CC;
    padding-bottom: 5px;
}

.single_evenement .infos_return svg {
    margin-bottom: 6px;
}

.single_evenement .infos_title {
    font-family: 'Aleo';
    font-weight: 700;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 5px;
}

.single_evenement .infos_orga {
    font-size: 1.875rem;
    color: #7F7F7F;
    text-align: center;
    margin-bottom: 50px;
}

.single_evenement .infos_orga span {
    color: #01BED4;
}

.single_evenement .infos_list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    font-weight: 500;
    font-size: 1.125rem;
    letter-spacing: 5%;
}

.single_evenement .infos_list > div {
    width: 20%;
    border-right: 1px solid #EDEDED;
}

.single_evenement .infos_list > div {
    text-align: center;
}

.single_evenement .infos_list > div:first-child,
.single_evenement .infos_list > div:last-child {
    border-right: none;
}

.single_evenement .infos_date_container {
    background-color: #FFE100;
    border-radius: 100px;
    padding: 15px 60px 20px 60px;
    text-align: center;
    width: max-content;
    min-width: 275px;
}

.single_evenement .infos_date svg {
    margin-bottom: 8px;
}

.single_evenement .infos_date_dates {
    font-weight: 800;
    font-size: 1.375rem;
    letter-spacing: 5%;
}

.single_evenement .infos_date_year {
    font-weight: 800;
    font-size: 0.875rem;
    letter-spacing: 5%;
}

.single_evenement .infos_public, .single_evenement .infos_lieu, .single_evenement .infos_heures, .single_evenement .infos_entree {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

/* Presentation */

.single_evenement .presentation {
    padding: 60px 100px;
    background-color: #f8f8f8;
    display: flex;
    gap: 100px;
}

.single_evenement .presentation .presentation_left {
    width: calc(77% - 50px);
}

.single_evenement .presentation .presentation_right {
    width: calc(33% - 50px);
}

.single_evenement .presentation_title {
    font-family: 'Aleo';
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 25px;
}

.single_evenement .presentation_desc {
    font-size: 1.125rem;
    margin-bottom: 35px;
}

.single_evenement .presentation_ctas {
    display: flex;
    align-items: center;
    gap: 35px;
}

.single_evenement .presentation_plus {
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 44px;
    padding: 20px 30px;
    display: flex;
    width: max-content;
    gap: 15px;
    align-items: center;
    font-weight: 500;
    font-size: 1.125rem;
    letter-spacing: 5%;
    border: 1px solid #fff;
}

.single_evenement .presentation_plus:hover {
    color: #fff;
    background-color: #01BED4;
    border: 1px solid #01BED4;
}

.single_evenement .presentation_plus:hover path {
    fill: #fff;
}

.single_evenement .presentation_share {
    width: 44px;
    height: 44px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    position: relative;
}

.single_evenement .presentation_sinscrire {
    background-color: #01BED4;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 44px;
    padding: 20px 30px;
    display: flex;
    width: max-content;
    color: #fff;
    gap: 15px;
    align-items: center;
    font-weight: 500;
    font-size: 1.125rem;
    letter-spacing: 5%;
    border: 1px solid #01BED4;
}

.single_evenement .presentation_sinscrire:hover {
    color: #01BED4;
    background-color: #fff;
}

.single_evenement .presentation_sinscrire:hover path {
    fill: #01BED4;
}

.single_evenement .presentation_share_pictos {
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 25px;
    width: max-content;
    position: absolute;
    bottom: -85px;
    left: 50%;
    transform: translateX(-50%);
}

.presentation_share_pictos a:hover path {
    fill: #01BED4;
}

.single_evenement .presentation_share.presentation_share_noplus .presentation_share_pictos {
    left: 0;
    transform: unset;
}

.single_evenement .presentation_share_pictos::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.single_evenement .presentation_share.presentation_share_noplus .presentation_share_pictos::after {
    left: 20px;
}

.single_evenement .presentation_right img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
}

/* Others Items (Event) */

.single_evenement .others_list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 50px;
}

.single_evenement .others_list_single {
    position: relative;
    width: calc(33.333% - 14px);
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.single_evenement .others_list_single_top {
    height: 290px;
}

.single_evenement .others_list_single_top img {
    height: 290px;
    width: 100%;
    object-fit: cover;
}

.single_evenement .others_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%);
}

.single_evenement .others_list_single_top_mid span {
    font-weight: 500;
}

.single_evenement .others_list_single_bottom {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 35px 50px 20px 55px;
}

.single_evenement .others_list_single_title {
    font-family: 'Aleo';
    font-weight: 600;
    font-size: 1.25rem;
    letter-spacing: 5%;
    margin-bottom: 10px;
}

.single_evenement .others_list_single_infos {
    letter-spacing: 5%;
    display: flex;
    gap: 5px;
    margin-bottom: 15px;
    align-items: center;
}

.single_evenement .others_list_single_infos svg {
    margin-right: 5px;
}

.single_evenement .others_list_single_infos_orga {
    color: #01BED4;
}

.single_evenement .others_list_single_desc {
    font-size: 0.9375rem;
    margin-bottom: 20px;
    text-align: center;
}

.single_evenement .others_list_single_ctas {
    display: flex;
    gap: 10px;
    letter-spacing: 5%;
    font-size: 1.125rem;
    color: #fff;
}

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

.single_evenement .others_list_single_plus {
    background-color: #01BED4;
    border-radius: 100px;
    padding: 10px 20px;
    cursor: pointer;
}

.single_evenement .others_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;
}

.single_evenement .others_list_single:hover .others_list_single_hover {
    opacity: 1;
    z-index: 10;
} 

.single_evenement .others_list_single_hover_top {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    letter-spacing: 5%;
    color: #FFF;
}

.single_evenement .others_list_single_hover_top span {
    font-weight: 400;
}

.single_evenement .others_list_single_hover_top > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.single_evenement .others_list_single_hover_mid {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
}

.single_evenement .others_list_single_hover_keys {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.single_evenement .others_list_single_hover_title {
    font-family: 'Aleo';
    font-weight: 800;
    font-size: 2.5rem;
    letter-spacing: 5%;
    text-align: center;
}

.single_evenement .others_list_single_hover_keys_single {
    color: #000;
    background-color: #fff;
    border-radius: 100px;
    padding: 5px 15px;
}

.single_evenement .others_list_single_hover_share {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.single_evenement .others_list_single_hover_share_title {
    font-weight: 500;
    font-size: 0.875rem;
    letter-spacing: 5%;
}

.single_evenement .others_list_single_hover_share_pictos {
    margin-top: 5px;
    display: flex;
    gap: 16px;
    align-items: center;
}

.single_evenement .others_list_single_hover_share_pictos a:hover path {
    fill: #01bed4;
}

.single_evenement .others_list_single_hover_bottom {
    display: flex;
    justify-content: space-between;
}

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

.single_evenement .others_list_single_hover_sinscrire:hover {
    background-color: #01bed4;
    color: #fff;
}

.single_evenement .others_list_single_hover_sinscrire:hover path {
    fill: #fff;
}

.single_evenement .others_list_single_hover_plus {
    background-color: #fff;
    border-radius: 100px;
    padding: 10px 20px;
    cursor: pointer;
    color: #000;
}

.single_evenement .others_list_single_hover_plus:hover {
    background-color: #01bed4;
    color: #fff;
}

.single_evenement .others_list_single_hover_plus:hover path {
    fill: #fff;
}

/* Responsive */

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

    .single_evenement .others_list {
        justify-content: center;
    }

    .single_evenement .others_list_single {
        width: calc(50% - 10px); 
    }

    .single_evenement .others_title {
        font-size: 3rem;
    }

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

    .single_evenement .presentation .presentation_left {
        width: calc(70% - 25px);
    }

    .single_evenement .presentation .presentation_right {
        width: calc(30% - 25px);
    }

    .single_evenement .presentation {
        padding: 60px 100px 100px 100px;
    }

    .single_evenement .infos_list {
        flex-wrap: wrap;
    }

    .single_evenement .infos_list .infos_date {
        width: 100%;
    }

    .single_evenement .infos_date_container {
        margin: 0 auto 35px auto;
        padding: 15px 60px 15px 60px;
    }
}

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

    .single_evenement .others_list_single_hover_top {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .single_evenement .others_list_single_hover_title {
        font-size: 2.2rem;
        text-align: center;
    }

    .single_evenement .others_list_single_top_dates {
        font-size: 1rem;
    }

    .single_evenement .infos_list {
        font-size: 0.925rem;
    }

    .single_evenement .infos_date svg {
        display: none;
    }

    .single_evenement .infos_list > div {
        text-align: center;
        width: 25%;
    }
}
  
@media screen and (max-width: 991px) {
    .header_single_evenement > svg {
        height: 50px;
    }

    .single_evenement .others_list_single {
        width: 100%;
    }

    .single_evenement .publish {
        padding: 65px 35px 75px 35px;
    }

    .single_evenement .publish_txt {
        font-size: 1.4rem;
    }

    .single_evenement .publish_container div {
        font-size: 1rem;
    }

    .single_evenement .publish_svg + svg {
        height: 70px;
    }

    .single_evenement .publish_cta {
        font-size: 1rem;
    }

    .single_evenement .publish_cta_fond {
        width: 275px;
    }

    .single_evenement .presentation .presentation_left {
        width: 100%;
        text-align: center;
    }

    .single_evenement .presentation .presentation_right {
        width: 100%;
    }

    .single_evenement .presentation {
        flex-direction: column-reverse;
    }

    .single_evenement .presentation_right img {
        max-height: 200px;
    }

    .single_evenement .presentation_ctas {
        justify-content: center;
    }

    .single_evenement .infos_list svg {
        height: 25px;
    }

    .single_evenement .infos_public, .single_evenement .infos_lieu, .single_evenement .infos_heures, .single_evenement .infos_entree {
        gap: 8px;
    }
}

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

    .header_single_evenement .header_single_evenement_cta {
        display: none;
    }

    .single_evenement .others_subtitle {
        font-size: 1.8rem;
        padding-left: 0;
    }

    .single_evenement .others_list_single_ctas {
        flex-direction: column;
        align-items: center;
    }

    .single_evenement .others_list_single_top,
    .single_evenement .others_list_single_top img {
        height: 200px;
    }

    .single_evenement .others_list_single_title {
        text-align: center;
    }

    .single_evenement .publish_container div {
        font-size: 0.85rem;
    }

    .single_evenement .publish_txt {
        font-size: 1em;
    }

    .single_evenement .publish_svg + svg {
        margin-bottom: 25px;
    }

    .single_evenement .others_list_single_infos {
        flex-direction: column;
        text-align: center;
    }

    .single_evenement .others_list_single_infos span:nth-child(3) {
        display: none;
    }

    .single_evenement .presentation_title {
        font-size: 1.8rem;
    }

    .single_evenement .presentation_desc {
        font-size: 1rem;
    }

    .single_evenement .presentation_ctas {
        justify-content: center;
        flex-direction: column;
        gap: 15px;
    }

    .single_evenement .presentation_share {
        order: 2;
    }

    .single_evenement .presentation_share_pictos {
        bottom: -65px;
    }

    .single_evenement .presentation_plus, .single_evenement .presentation_sinscrire {
        padding: 10px 20px;
    }

    .single_evenement .presentation {
        padding: 50px 50px 100px 50px;
    }

    .single_evenement .infos_title {
        font-size: 1.8rem;
    }

    .single_evenement .infos_orga {
        font-size: 1.375rem;
    }

    .single_evenement .infos {
        padding: 35px 50px 50px 50px;
    }

    .single_evenement .infos_list {
        gap: 20px;
    }

    .single_evenement .infos_list > div {
        width: calc(50% - 10px);
    }

    .single_evenement .infos_list > div {
        border: none;
    }

    .single_evenement .infos_date_dates {
        font-size: 1rem;
    }

    .single_evenement .infos_date_container {
        padding: 10px 40px 10px 40px;
        margin: 0 auto 25px auto;
    }
}

@media screen and (max-width: 480px) {
    .single_evenement .presentation {
        padding: 30px 30px 100px 30px;
    }

    .single_evenement .infos {
        padding: 30px;
      }

    .single_evenement .others_title {
        font-size: 2.4rem;
    }

    .single_evenement .others_subtitle hr {
        display: none;
    }

    .single_evenement .others {
        padding: 30px;
    }

    .single_evenement .infos_list > div {
        width: 100%;
        display: flex;
        flex-direction: row;
    }
}

/* --- POST --- */

/* Typography */
.single-post h2, .single-post h3, .single-post h4, .single-post h5, .single-post h6,
.editor-styles-wrapper h2, .editor-styles-wrapper h3, .editor-styles-wrapper h4, .editor-styles-wrapper h5, .editor-styles-wrapper h6 {
    font-family: var(--font-title);
    color: var(--primary-blue);
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 0.5em;
    line-height: 1.2;
}

.single-post h2, .editor-styles-wrapper h2 { font-size: 2rem; }
.single-post h3, .editor-styles-wrapper h3 { font-size: 1.5rem; }
.single-post h4, .editor-styles-wrapper h4 { font-size: 1.25rem; }

.single-post p, .editor-styles-wrapper p {
    font-family: var(--font-text);
    line-height: 1.6;
    color: #000;
    margin-bottom: 1.5em;
}

/* Lists */
.single-post ul, .single-post ol,
.editor-styles-wrapper ul, .editor-styles-wrapper ol {
    margin-bottom: 1.5em;
    padding-left: 2em;
    font-family: var(--font-text);
    line-height: 1.6;
}

.single-post li, .editor-styles-wrapper li {
    margin-bottom: 0.5em;
}

/* Quotes */
.single-post blockquote, .editor-styles-wrapper blockquote {
    border-left: 4px solid var(--accent-cyan);
    font-style: italic;
    margin: 2em 0;
    padding-left: 1.5em;
    color: #555;
}

/* Buttons */
.wp-block-button__link {
    background-color: var(--accent-cyan);
    color: #fff !important;
    border-radius: 100px;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 500;
    font-family: var(--font-text);
    border: 1px solid var(--accent-cyan);
    display: inline-block;
    transition: all .3s;
}

.wp-block-button__link:hover {
    background-color: #fff;
    color: var(--accent-cyan) !important;
}

/* Images */
.wp-block-image img {
    border-radius: 10px;
    height: auto;
    max-width: 100%;
}

/* Tables */
.single-post table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2em;
    font-family: var(--font-text);
}

.single-post th, .single-post td {
    padding: 12px 15px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.single-post th {
    background-color: #f8f8f8;
    color: var(--primary-blue);
    font-weight: 700;
}

/* Separator */
hr.wp-block-separator {
    border: none;
    border-top: 2px solid var(--accent-cyan);
    margin: 3em auto;
    max-width: 100px;
    opacity: 1;
}

/* Accordion (Details/Summary) */
.single-post details {
    margin-bottom: 1em;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.single-post summary {
    padding: 15px;
    background-color: #f8f8f8;
    cursor: pointer;
    font-weight: 700;
    color: var(--primary-blue);
    font-family: var(--font-text);
    outline: none;
}

.single-post details[open] summary {
    border-bottom: 1px solid #ddd;
}

.single-post details > *:not(summary) {
    padding: 15px;
}

/* Alignments */
.alignwide {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

/* Single Post Badge */
.single-post-badge {
    font-weight: 800;
    font-size: 1.125rem;
    letter-spacing: 0.05em;
    background-color: #FFE100;
    border-radius: 100px;
    width: max-content;
    padding: 8px 20px;
    margin-bottom: 16px;
    color: #000;
    text-decoration: none;
    display: table;
    font-family: var(--font-text);
    margin: 0 auto 16px auto;
}

.single-post-badge:hover {
    text-decoration: none;
    color: #000;
    opacity: 0.9;
}

/* Articles Similaires - Suppression fond gris */
.related-posts-section .archive-card:nth-child(even) {
    background-color: #fff !important;
}

@media screen and (max-width: 1199px) {
    .single-post-badge {
        font-size: 1rem;
    }
}

@media screen and (max-width: 991px) {
    .single-post-badge {
        font-size: 0.9rem;
        margin: 0 auto 20px auto;
        display: table;
    }

    /* Forcer le centrage du bloc de partage sur blog mobile */
    .presentation_share_post .presentation_share_pictos {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    /* Centrer également la flèche (pseudo-élément) */
    .presentation_share_post .presentation_share_pictos::after {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
}

/* --- BLOCK CTA EVENEMENT (Cross-Selling) --- */

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

.events_une_list_single {
    position: relative;
    width: calc(33.333% - 14px);
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05); /* Added slight shadow for visibility on white bg */
}

.events_une_list_single_top {
    height: auto;
}

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

.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%);
}

.events_une_list_single_bottom {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 35px 20px 20px 20px; /* Reduced side padding slightly for narrower column context */
}

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

.events_une_list_single_infos {
    letter-spacing: 5%;
    display: flex;
    gap: 5px;
    margin-bottom: 15px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

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

.events_une_list_single_infos_orga {
    color: #01BED4;
}

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

.events_une_list_single_ctas {
    display: flex;
    gap: 10px;
    letter-spacing: 5%;
    font-size: 1.125rem;
    color: #fff;
    flex-wrap: wrap;
    justify-content: center;
}

.events_une_list_single_sinscrire {
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #000;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 0.9rem;
    text-decoration: none;
}

.events_une_list_single_plus {
    background-color: #01BED4;
    border-radius: 100px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 0.9rem;
    text-decoration: none;
    color: #fff !important;
}

.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;
}

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

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

.events_une_list_single_hover_top span {
    font-weight: 400;
}

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

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

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

.events_une_list_single_hover_title {
    font-family: 'Aleo';
    font-weight: 800;
    font-size: 1.5rem; /* Reduced from 2.5rem for block context */
    letter-spacing: 5%;
    text-align: center;
}

.events_une_list_single_hover_keys_single {
    color: #000;
    background-color: #fff;
    border-radius: 100px;
    padding: 5px 15px;
    font-size: 0.8rem;
}

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

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

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

.events_une_list_single_hover_share_pictos a:hover path {
    fill: #01bed4;
}

.events_une_list_single_hover_bottom {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.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;
    text-decoration: none;
    font-size: 0.9rem;
}

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

.events_une_list_single_hover_sinscrire:hover path {
    fill: #fff;
}

.events_une_list_single_hover_plus {
    background-color: #fff;
    border-radius: 100px;
    padding: 10px 20px;
    cursor: pointer;
    color: #000;
    text-decoration: none;
    font-size: 0.9rem;
}

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

.events_une_list_single_hover_plus:hover path {
    fill: #fff;
}

/* Responsive Block */
@media screen and (max-width: 1199px) {
    .events_une_list {
        justify-content: center;
    }

    .events_une_list_single {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width: 767px) {
    .events_une_list_single {
        width: 100%;
    }
    
    .events_une_list_single_hover_title {
        font-size: 1.8rem;
    }
}

/* --- BLOC CTA EVENT --- */

/* Events une */

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

.events_une_svg_tl {
    position: absolute;
    top: 50px;
    left: 0;
}

.events_une_svg_br {
    position: absolute;
    bottom: 5px;
    right: 0;
}

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

.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;
}

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

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

.events_une_list_single {
    position: relative;
    width: calc(33.333% - 14px);
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    font-family: 'Inter', sans-serif; /* Force la font sur le bloc */
}

.events_une_list_single_top {
    height: auto;
}

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

.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%);
}

.events_une_list_single_top_mid span {
    font-weight: 500;
}

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

.events_une_list_single_title {
    font-family: 'Aleo', serif; /* Rappel pour le titre */
    font-weight: 600;
    font-size: 1.25rem;
    letter-spacing: 5%;
    margin-bottom: 10px;
}

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

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

.events_une_list_single_infos_orga {
    color: #01BED4;
}

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

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

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

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

.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;
}

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

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

.events_une_list_single_hover_top span {
    font-weight: 400;
}

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

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

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

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

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

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

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

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

.events_une_list_single_hover_share_pictos a:hover path {
    fill: #01bed4;
}

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

.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;
}

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

.events_une_list_single_hover_sinscrire:hover path {
    fill: #fff;
}

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

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

.events_une_list_single_hover_plus:hover path {
    fill: #fff;
}

/* Responsive */

@media screen and (max-width: 1699px) {
    .events_une {
        padding: 60px;
    }

    .events_une_list {
        justify-content: center;
    }

    .events_une_list_single {
        width: calc(50% - 10px); 
    }

    .events_une_title {
        font-size: 3rem;
    }

    .events_une_subtitle {
        font-size: 2rem;
        padding-left: 40px;
    }
}

@media screen and (max-width: 1199px) {
    .events_une_list_single_hover_top {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .events_une_list_single_hover_title {
        font-size: 2.2rem;
        text-align: center;
    }

    .events_une_list_single_top_dates {
        font-size: 1rem;
    }
}
  
@media screen and (max-width: 991px) {
    .events_une_list_single {
        width: 100%;
    }
}

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

    .events_une_list_single_ctas {
        flex-direction: column;
        align-items: center;
    }

    .events_une_list_single_infos {
        flex-direction: column;
        text-align: center;
    }

    .events_une_list_single_infos span:nth-child(3) {
        display: none;
    }

    .events_une_list_single_title {
        text-align: center;
    }
}

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

    .events_une_subtitle hr {
        display: none;
    }

    .events_une {
        padding: 30px;
    }
}
