/* 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; 
}

/* 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 */

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

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

/* 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;
}

/* 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;
    }
}