#alaffiche::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 60%;
    height: 1572px;
    content: "";
    border-radius: 0 20px 20px 0;
    background-color: #E9EEF0;
    background-size: 100%;
}

@media (max-width: 980px) {
    #alaffiche::before {
        width: 100%;
        border-radius: 0;
    }
}

.resultats-recherche .result strong {
    background-color: #FFBF00;
}

/*-------------------------
        RED BUBBLE
--------------------------*/
#red_bubble_home {
    display: flex;
    flex-wrap: wrap;
}

#red_bubble_home > div {
    display: flex;
    width: 33%;
    margin-right: 0;
    margin-bottom: 50px;
}

#red_bubble_home > div > div:first-child {
    margin-right: auto;
    margin-left: auto;
}

#red_bubble_home > div:nth-child(2) > div:first-child {
    padding-bottom: 30px;
}

#red_bubble_home > div > div:last-child {
    position: absolute;
    bottom: -30px;
}

#red_bubble_home > div:nth-child(3) > div:last-child {
    position: absolute;
    bottom: -35px;
}

#red_bubble_home > div:nth-child(3) > div:first-child > span > img {
    border-radius: 38px;
}

#red_bubble_home > div:nth-child(4) > div:last-child {
    position: absolute;
    bottom: -55px;
}

#red_bubble_home > div:nth-child(5) > div:last-child {
    position: absolute;
    bottom: 35px;
}

#red_bubble_home > div:nth-child(5) > div:first-child {
    padding-bottom: 25px;
}

#red_bubble_home > div:nth-child(4) {
    width: 40%;
    margin-left: 10%;
}

#red_bubble_home > div:nth-child(5) {
    width: 40%;
    margin-right: 10%;
}

@media (max-width: 1400px) {
    #red_bubble_home {
        width: 95%;
    }

    #red_bubble_home > div > div:last-child > div {
        font-size: 26px;
    }

    #red_bubble_home > div:nth-child(5) > div:last-child > div {
        font-size: 100%;
    }
}

/*-----------------------------
        RED BUBBLE MOBILE
------------------------------*/
@media (max-width: 980px) {
    .section_droite_home {
        max-width: 100% !important;
        padding: 19px 0;
    }

    .section_droite_home > div:first-child {
        padding-bottom: 0;
    }

    #red_bubble_home {
        display: grid;
        overflow-x: auto;
        width: 100%;
        height: 355px;
        grid-auto-flow: column;
        grid-auto-columns: 43%;
        overscroll-behavior-inline: contain;
    }

    #red_bubble_home::after {
        display: none;
    }

    #red_bubble_home > div > div > div {
        font-size: 36px !important;
    }

    #red_bubble_home > div:nth-child(5) > div > div {
        font-size: inherit !important;
    }

    #red_bubble_home > div:nth-child(1) > div > span > img {
        width: 326px !important;
        max-width: none;
        margin-left: -2px;
    }

    #red_bubble_home > div:nth-child(2) > div > span > img {
        width: 255px !important;
    }

    #red_bubble_home > div:nth-child(3) > div > span > img {
        width: 150px !important;
        margin-bottom: -39px;
        border-radius: 51px;
    }

    #red_bubble_home > div:nth-child(4) > div > span > img {
        width: 210px !important;
    }

    #red_bubble_home > div:nth-child(5) > div > span > img {
        width: 40px !important;
    }

    #red_bubble_home > div:nth-child(5)::after {
        width: 282px;
        height: 282px;
    }

    #red_bubble_home > div:nth-child(5) > div:last-child > div {
        font-size: 27px !important;
    }

    #red_bubble_home > div:nth-child(3) {
        width: 100%;
    }

    #red_bubble_home > div:nth-child(3) > div:last-child {
        line-height: 33px;
    }

    #red_bubble_home > div:nth-child(4) {
        width: 100%;
    }

    #red_bubble_home > div:nth-child(4) > div:last-child {
        line-height: 33px;
    }

    #red_bubble_home > div:nth-child(5) {
        width: 100%;
    }

    .snaps_inline {
        scroll-snap-type: inline mandatory;
    }

    .snaps_inline > * {
        scroll-snap-align: start;
    }

    #red_bubble_home > div {
        width: 100%;
    }

    #red_bubble_home > div::before {
        width: 200px;
        height: 200px;
    }

    #red_bubble_home > div:nth-child(4) {
        margin-left: 0;
    }

    #red_bubble_home > div:nth-child(5) {
        margin-left: 0;
    }

    #red_bubble_home > div:nth-child(1) > div:last-child {
        position: absolute;
        bottom: -6px;
    }

    #red_bubble_home > div:nth-child(2) > div:last-child {
        position: absolute;
        bottom: -6px;
    }

    #red_bubble_home > div:nth-child(3) > div:last-child {
        position: absolute;
        bottom: -31px;
    }

    #red_bubble_home > div:nth-child(4) > div:last-child {
        position: absolute;
        bottom: -31px;
    }

    #red_bubble_home > div:nth-child(5) > div:last-child {
        position: absolute;
        bottom: 75px;
    }
}

@media (max-width: 600px) {
    #red_bubble_home {
        grid-auto-columns: 80%;
    }
}

/*---------------------------------
        SCROLLBAR REDBUBBLE
-----------------------------------*/
@media (max-width: 980px) {
    #red_bubble_home::-webkit-scrollbar {
        height: 8px;
    }

    /* Track */
    #red_bubble_home::-webkit-scrollbar-track {
        margin: 0 22vw;
        border-radius: 5px;
        background: #C8C8C8;
    }

    /* Handle */
    #red_bubble_home::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #FFBF00;
    }

    /* Handle on hover */
    #red_bubble_home::-webkit-scrollbar-thumb:hover {
        background: #AF0062;
    }
}

@media (max-width: 980px) {
    #red_bubble_home::-moz-scrollbar {
        height: 8px;
    }

    /* Track */
    #red_bubble_home::-moz-scrollbar-track {
        margin: 0 22vw;
        border-radius: 5px;
        background: #C8C8C8;
    }

    /* Handle */
    #red_bubble_home::-moz-scrollbar-thumb {
        border-radius: 5px;
        background: #FFBF00;
    }

    /* Handle on hover */
    #red_bubble_home::-moz-scrollbar-thumb:hover {
        background: #AF0062;
    }
}

/*-------------------------
        FILTRE RECHERCHE
---------------------------*/
#categories-recherche {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

#categories-recherche > div {
    font-family: 'Proxima Nova Alt Extra Bold', sans-serif;
    margin-right: 20px;
    margin-bottom: 10px;
    padding: 5px 15px;
    text-transform: uppercase;
    color: white;
    border-radius: 7px;
    background-color: #001860;
}

#categories-recherche > div > span:first-child {
    margin-right: 20px;
}

#categories-recherche > div > span:last-child {
    cursor: pointer;
}

.effacer-filtres {
    cursor: pointer;
}

/*-----------------------------
        BOUTON POSTULER
-------------------------------*/
.bouton_postuler {
    font-family: 'Proxima Nova Alt Extra Bold', sans-serif;
    font-size: 20px;
    position: relative;
    display: block;
    width: 210px;
    height: 58px;
    padding: 17px 30px 17px 105px;
    transition: all 0.3s;
    color: #AF0062;
    border-radius: 100px;
    background-color: white;
    box-shadow: rgb(0 0 0 / 10%) 5px 2px 15px 3px;
}

.bouton_postuler:hover {
    color: white;
    background-color: #AF0062;
}

.bouton_postuler::before {
    position: absolute;
    top: 50%;
    left: 40px;
    display: block;
    width: 47px;
    height: 18px;
    content: "";
    transform: translateY(-50%);
    opacity: 1;
    background-image: url(/wp-content/uploads/2022/05/fleche-2.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.bouton_postuler:hover::before {
    background-image: url(/wp-content/uploads/sites/2/2022/06/fleche_blanche.svg);
}

#splide_carrousel_projects .splide__slide > div:nth-child(2) {
    opacity: 0;
}

#splide_carrousel_projects .splide__slide.is-visible > div:nth-child(2) {
    transition: all 0.4s ease-in;
    opacity: 1;
}

#splide_carrousel_projects .splide__slide {
    transition: all 0.2s ease-in;
}

#splide_carrousel_projects-list > div > img {
    height: 600px;
}

@media (max-width: 980px) {
    #splide_carrousel_projects-list > div > img {
        height: 500px;
    }
}

/* ----------------------------------------
                   FOOTER
 -----------------------------------------*/
.et-db #et-boc .footer_power .F-menu > div > div > div > nav > ul {
    flex-direction: column;
}

.et-db #et-boc .footer_power .F-menu > div > div > div > nav > ul > li > a::after {
    display: none;
}

@media (max-width: 767px) {
    .et-db #et-boc .footer_power .F-menu .et_pb_menu__wrap {
        justify-content: flex-start !important;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
    }
}

.et-db #et-boc .footer_power .font-weight-more {
    font-family: Proxima Nova Alt Bold, sans-serif;
}

.et-db #et-boc #page-container .footer_power .et_pb_text_inner a,
.footer_power #page-container .et_pb_blurb .font-weight-more {
    text-decoration: none !important;
    color: white !important;
}

.et-db #et-boc .footer_power #menu-menu-f-2 > li,
#menu-menu-f-3 > li {
    padding-left: 0;
}

.et-db #et-boc .footer_power #menu-menu-f-2,
#menu-menu-f-3 {
    margin-left: 0;
}

.et-db #et-boc .footer_power #F_2022_Venissieux::before {
    position: absolute;
    bottom: 23px;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #5E8188;
}

.et-db #et-boc .footer_power .et_pb_section_2_tb_footer.et_pb_section::after {
    position: absolute;
    top: -130px;
    right: -203px;
    display: block;
    width: 372px;
    height: 372px;
    content: "";
    border-top: 10px solid #ffbf00;
    border-right: 10px solid #ffbf00;
    border-bottom: 10px solid #ffbf00;
    border-left: 10px solid #ffbf00;
    border-radius: 500px;
}

.et-db #et-boc .footer_power .et_pb_row_0_tb_footer.et_pb_row {
    padding-bottom: 50px !important;
}

.et-db #et-boc footer {
    overflow: hidden;
    position: relative;
}

.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li > a {
    padding-bottom: 0;
}

.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li {
    margin-top: 0;
}

.et-db #et-boc .footer_power .et_pb_bg_layout_light.et_pb_button:hover,
.et_pb_bg_layout_light .et_pb_button:hover {
    color: #AF0062;
    background-color: white !important;
}

.et_pb_button:hover,
.et_pb_module .et_pb_button:hover {
    /* border: 2px solid transparent; */
    padding: 10px 20px 10px 65px;
}

.et-db #et-boc .footer_power .et_pb_button_module_wrapper > a::after {
    display: none;
}

/* hide the burger menu of the lists in the footer */
.lwp-hide-mobile-menu.et_pb_menu .et_pb_menu__menu,
.lwp-hide-mobile-menu.et_pb_fullwidth_menu .et_pb_menu__menu {
    display: flex !important;
}

.lwp-hide-mobile-menu .et_mobile_nav_menu {
    display: none;
}

@media (max-width: 980px) {
    .et-db #et-boc .footer_power .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
        justify-content: unset;
    }
}

/* ----------------- */
#menu-menu-principal-1 > li > ul {
    display: none;
}

/*------------------------------
        Agenda Evenement
---------------------------------*/
#retour {
    padding-top: 80px;
}

.agenda_element > a {
    height: var(--agenda_height_1) + var(--agenda_height_2);
    transition: all 0.3s;
}

.agenda_element {
    width: 353px !important;
    margin-right: 30px !important;
}

.shortcode_agenda.blog_id_3 .agenda_element{
    width: 300px !important;
    margin-right: 35px !important;
}

@media (max-width: 768px) {
    .agenda_element {
        width: 100% !important;
    }

    .agenda_bloc_image img {
        width: 100%;
    }
}

.agenda_element:last-child {
    margin-right: 0 !important;
}

.splide__slide {
    transition: all 0.3s;
}

.agenda_date {
    z-index: 1;
}

.bloc_titre {
    position: absolute;
    z-index: 2;
    top: 50px;
}

.agenda_bloc_image {
    height: var(--agenda_height_1);
    --agenda_height_1: 260px;
}

.blog_id_3 .agenda_bloc_image {
    --agenda_height_2: 320px;
}


.agenda_informations {
    height: var(--agenda_height_2);
    padding: 57px 33px 33px !important;
    --agenda_height_2: 310px;
}

.blog_id_3 .agenda_informations {
    --agenda_height_2: 248px;
}

.agenda_element.is-visible > a:hover {
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}

.agenda_informations:hover {
    transition: all 0.2s ease-in;
    background-color: white !important;
}

.agenda_informations:hover > .bloc_titre > h3 {
    transition: all 0.2s ease-in;
    color: #001860 !important;
}

.agenda_informations:hover > .agenda_date {
    transition: all 0.2s ease-in;
    color: #001860 !important;
    background-color: white !important;
}

.agenda_informations:hover > .agenda_infos_sup > div {
    transition: all 0.2s ease-in;
    color: #001860 !important;
}

.blog_id_3 .agenda_informations:hover {
    transition: all 0.2s ease-in;
    background-color: #4E6B55 !important;
}

.blog_id_3 .agenda_informations:hover > .bloc_titre > h3 {
    transition: all 0.2s ease-in;
    color: #FFF !important;
}

.blog_id_3 .agenda_informations:hover > .agenda_date {
    transition: all 0.2s ease-in;
    color: #FFF !important;
    background-color: #4E6B55 !important;
}

.blog_id_3 .agenda_informations:hover > .agenda_infos_sup > div {
    transition: all 0.2s ease-in;
    color: #FFF !important;
}

.agenda_infos_sup {
    position: absolute;
    bottom: 45px;
    margin-bottom: 0 !important;
    padding-right: 30px;
}

.agenda_lieu > img {
    margin-right: 10px !important;
}

.agenda_dlville_home::before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    display: block;
    width: 60%;
    height: 83%;
    content: "";
    opacity: 0.7;
    background: url(/wp-content/uploads/2022/05/pattern01.svg);
}

.bouton_css_again {
    position: absolute;
    left: -5%;
    margin-top: -130px !important;
}

.bouton_css_again2 {
    position: absolute;
    top: -79px;
    right: 54%;
}

@media (max-width: 768px) {
    .bouton_css_again2 {
        position: absolute;
        top: -47px;
        right: 49%;
        transform: translateX(50%);
    }
}

.retoursurimage_home_section::before {
    position: absolute;
    z-index: 0;
    top: 25px;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.7;
    background: url(/wp-content/uploads/2022/05/pattern01.svg);
}

/* Menu bas mobile */
#header-line-3 {
    height: 0;
    margin: 0;
    padding: 0;
}

#header-line-3 > div {
    height: 0;
}

#menuBasMobile .div_notification_container {
    display: none;
    flex-direction: column;
    padding: 20px 50px;
    background: #FFF;
    color: #000;
    gap: 25px;
}

@media (min-width: 768px) {
    #menuBasMobile {
        display: none;
    }
}

@media (max-width: 768px) {
    #menuBasMobile {
        display: flex;
        flex-direction: column;
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        color: white;
        background-color: #001860;
        z-index: 9;
    }

    #menuBasMobile > nav > ul {
        display: flex;
        margin: 0;
        padding: 0 15px 0 5px;
        list-style: none;
        text-align: center;
    }

    #menuBasMobile > nav > ul > li {
        width: 25%;
        padding: 14px 0 11px 0;
    }

    #menuBasMobile > nav > ul > li:active {
        background-color: #AF0062;
    }
    
    #menuBasMobile > nav > ul > li > a > img, #menuBasMobile > nav > ul > li > div{
        background-color: transparent;
        border: 0;
    }

    #menuBasMobile > nav > ul > li > a > img, #menuBasMobile > nav > ul > li > div > img{
        width: 30px;
        height: 40px;
    }

    #menuBasMobile > nav > ul > li > a > p, #menuBasMobile > nav > ul > li > div > p {
        font-family: 'Proxima Nova Alt Bold', sans-serif;
        margin-top: -5px;
        color: white;
    }
    
    #menuBasMobile .div_notification_container {
        display: none;
        flex-direction: column;
        padding: 20px 50px;
        background: #FFF;
        color: #000;
        gap: 25px;
    }
    
     #menuBasMobile .div_notification_container.active {
        display: flex;
    }
    
    #menuBasMobile .div_notification_container .div-logo-site {
        display: flex;
        justify-content: center;
    }
    
    #menuBasMobile .div_notification_container .div-logo-site img {
        width: 106px;
        height: 106px;
        border-radius: 50px;
        box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.3);
    }
    
    #menuBasMobile .div_notification_container .div-content {
        text-align: center;
        padding: 0 30px;
    }
    
    #menuBasMobile .div_notification_container .div-btn {
        display: flex;
        justify-content: center;
        gap: 25px;
    }
    
    #menuBasMobile .div_notification_container .div-btn .onesignal-customlink-container {
        display: flex;
        justify-content: center;
        align-items: center;
        
    }
    
     #menuBasMobile .div_notification_container .div-btn .onesignal-customlink-container btn {
        border: 0px;
        background: #AF0062;
        color: white;
        font-family: 'Proxima Nova Alt';
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 16px;
        letter-spacing: 0.54px;
        padding: 16px;
        border-radius: 10px;
    }
}

@media (max-width: 980px) {
    .agenda_dlville_home > div:nth-child(2) {
        width: 100%;
    }

    .agenda_dlville_home::before {
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 90%;
        content: "";
        opacity: 0.7;
        background: url(/wp-content/uploads/2022/05/pattern01.svg);
    }

    #splide_evenements-track {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

.section_padding_enlever_presque {
    padding: 1% 0 !important;
    padding-bottom: 0 !important;
}

#section_padding_enlever_presque_projet {
    padding: 9% 0 !important;
}

@media (max-width: 980px) {
    #section_padding_enlever_presque_projet {
        padding: 8% 0 !important;
        padding-bottom: 0 !important;
    }
}

/*-----------------------------
        CARROUSSEL SHADOW
------------------------------*/
.imgSlider > div::before {
    position: absolute;
    z-index: -1;
    left: 1%;
    display: block;
    width: 500px;
    height: 630px;
    content: "";
    box-shadow: rgb(0 0 0 / 30%) 0 19px 38px, rgb(0 0 0 / 22%) 0 15px 12px;
}

/*----------------------------
        BOUTON ACTUALITE
------------------------------*/
@media (min-width: 980px) {
    #actualites_bouton {
        position: absolute;
        right: 0;
        margin-top: -132px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 980px){    
    #actualites_bouton:hover::before {
        position: absolute !important;
        top: 12px;
        left: 49px;
        display: block !important;
        width: 35px !important;
        height: 15px !important;
        content: "" !important;
        background: url(/wp-content/uploads/sites/2/2022/06/fleche_blanche.svg) no-repeat;
        background-size: 100%;
    }
}

@media only screen and (max-width: 767px){
    #actualites_bouton:hover::before {
        position: absolute !important;
        top: 12px;
        left: 53px;
        display: block !important;
        width: 30px !important;
        height: 20px !important;
        content: "" !important;
        background: url(/wp-content/uploads/sites/2/2022/06/fleche_blanche.svg) no-repeat;
        background-size: 100%;
    }
}

/*----------------------------
        BOUTON HOME
------------------------------*/
@media (max-width: 980px) {
    .bouton_home_responsive {
        font-size: 15px !important;
    }
}

/*----------------------------
        PAGE CARREFOUR
------------------------------*/
/* .carrefour h3 {
    height: 90px;
} */
.threebloc_carrefour img {
    object-fit: cover;
}

/*------------------------------
        SELECTEUR ARROW
-------------------------------*/
.minimal {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select.minimal {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px,
    5px 5px,
    1px 1.5em;
}

select.minimal:focus {
    border-color: green;
    outline: 0;
    background-image: linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px,
    5px 5px,
    1px 1.5em;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

/* CULTURE */
#splide_actualites_culture.actu_culture .actualite-image {
    /* height: 384px; */
    width: 74%;
}

#splide_actualites_culture.actu_culture .actualite-informations {
    top: 260px;
    height: 100%;
    background-color: transparent;
}

#splide_actualites_culture.actu_culture .actualite-title {
    min-height: 66px;
    color: white;
}

#splide_actualites_culture.actu_culture .actualite-description {
    line-height: 28px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#splide_actualites_culture.actu_culture .actualite-category {
    padding: 15px 25px 15px 25px;
    color: white;
    background-color: transparent;
}

#splide_actualites_culture.actu_culture .actualite-button {
    position: relative;
    right: 0;
    bottom: 40px;
    cursor: pointer;
}

.page-id-2390 .promote-element .actualite-description {
    line-height: 16px;
    display: -webkit-box;
    overflow: hidden;
    max-height: 32px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#splide_actualites_culture.actu_culture .actualite-category::before {
    display: none;
}

#splide_actualites_culture.actu_culture .actualite-element {
    display: flex;
    flex-direction: column-reverse;
    width: unset;
    height: 100%;
}

#splide_actualites_culture.actu_culture .actualite-informations {
    position: relative;
    z-index: 5;
    top: 0;
    bottom: unset;
    display: unset;
    flex-direction: unset;
    width: unset;
    height: unset;
    border-radius: unset;
    background-size: 15px;
}

#splide_actualites_culture.actu_culture .actualite-category {
    position: unset;
    top: unset;
    left: unset;
    padding: 0 0 10px;
}

#splide_actualites_culture.actu_culture .actualite-image {
    position: unset;
    top: unset;
    right: unset;
    display: flex;
    overflow: visible;
    justify-content: flex-end;
    width: unset;
    height: 225px;
}

#splide_actualites_culture.actu_culture .actualite-image:not(.vertical-image) {
    width: unset;
}

#splide_actualites_culture.actu_culture .actualite-image > img {
    position: relative;
    width: 85%;
    height: fit-content;
    aspect-ratio: 9 / 12;
}

#splide_actualites_culture.actu_culture .actualite-image::after {
    position: unset;
    top: unset;
    left: unset;
    display: unset;
    width: unset;
    height: unset;
    content: unset;
    border-radius: unset;
    background: unset;
}

#splide_actualites_culture.actu_culture .carousel_arrows {
    margin-top: 25px;
}

#splide_actualites_culture.actu_culture .actualite-informations .actualite-button::before{
    background: url(/wp-content/uploads/sites/2/2022/06/fleche_blanche.svg) no-repeat;
}

@media (max-width: 980px) {
    .home.page-id-2390 .et_pb_section_4::after {
        top: 160px;
        height: calc(100% - 160px);
    }
}

@media (max-width: 700px) {
    .home.page-id-2390 #splide_actualites_culture .actualite-image > img {
        width: 100%;
    }
}

/***** ARRÊTÉS - ACTES *****/

#arrete_acte_filter .head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 20px;
}

#arrete_acte_filter h2 {
    font-family: "Proxima Nova Alt Extra Bold";
    font-size: 40px;
    font-weight: 800;
    line-height: 34px;
    padding-bottom: 0;
    color: #001860;
}

#arrete_acte_filter p.separator {
    font-family: "Proxima Nova Alt Light";
    font-size: 40px;
    font-weight: 300;
    line-height: 49px;
    letter-spacing: 0.67px;
    color: #AF0062;
}

#arrete_acte_filter p#removeFilter {
    font-family: "Proxima Nova Alt Bold";
    font-size: 21px;
    font-weight: 700;
    line-height: 26px;
    cursor: pointer;
    text-decoration: underline;
    color: #AF0062;
}

/* Filtre */
#arrete_acte_filter .mots_cles {
    margin-bottom: 44px;
}

#arrete_acte_filter .mots_cles input {
    font-family: "Proxima Nova Alt Bold";
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    width: 100%;
    padding: 21px 26px;
    color: #001860;
    border: none;
    border-radius: 7px;
    background-color: white;
    background-image: url(/wp-content/uploads/2022/07/loupe.png);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 20px;
}

#arrete_acte_filter .mots_cles input::placeholder {
    color: #001860;
}

#arrete_acte_filter .select_filter {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 44px;
}

#arrete_acte_filter .select_filter .ligne {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 26px;
}

#arrete_acte_filter .select_filter .ligne select, #arrete_acte_filter .select_filter .ligne .select2-selection__rendered {
    font-family: "Proxima Nova Alt Bold";
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    padding: 21px 16px;
    color: #001860;
    border: none;
    border-radius: 7px;
}

#arrete_acte_filter .select_filter .ligne .select2-selection__placeholder {
    font-family: "Proxima Nova Alt Bold";
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: #001860;
}

#arrete_acte_filter .select_filter .ligne .select2-selection {
    height: 64px !important;
    border: none;
    border-radius: 7px;
}

#arrete_acte_filter .select_filter .ligne select, #arrete_acte_filter .select_filter .ligne .select2 {
    flex: 1;
    flex-basis: 100%;
    cursor: pointer;
    appearance: none;
}

#arrete_acte_filter .select_filter .ligne select {
    background-image: url(/wp-content/uploads/2022/07/triangle-e1658761015539.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 15px;
}

#arrete_acte_filter .select_filter .ligne .select2-selection__arrow {
    top: 30%;
    right: 20px;
}

#arrete_acte_filter .select_filter .ligne .select2-selection__arrow b {
    border-width: 9px 6px 0 6px;
    border-color: #001160 transparent transparent transparent;
}

.result_arrete_acte .meta {
    padding-bottom: 0;
}

.result_arrete_acte .meta span {
    font-weight: bold;
    color: #AF0062;
}

.result_arrete_acte {
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 3px dotted #BDBDBD;
}

.result_arrete_acte .description {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin-top: 11px;
    margin-bottom: 12px;
    padding-bottom: 0;
    text-transform: lowercase;
    color: #000;
}

.reset_arrete_acte {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: inherit;
    padding: inherit;
    color: inherit;
}

@media (max-width: 1025px) {
    #arrete_acte_filter .select_filter .ligne {
        flex-direction: column;
    }

    #arrete_acte_filter .select_filter {
        gap: 26px;
    }

    #arrete_acte_filter .mots_cles {
        margin-bottom: 26px;
    }
}
