.popup_form_content::placeholder {
    color: #000 !important;
    text-transform: uppercase;
}
.btn_inscription_expo {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    display: block;
    max-width: 310px;
    margin: 60px auto 0px auto;
    text-transform: uppercase;
    cursor: pointer;
}
.popup_form {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    z-index: 2;
}
.cta_close_more_popup {
    cursor: pointer;
}
.cta_close_more_popup {
    position: absolute;
    width: calc(100% - 80px);
    left: 0;
}
.popup_form_content {
    background: #f6efe8;
    padding: 40px 80px;
    /*border: 1px solid #000;*/
    line-height: 1.2;
    font-size: 15px;
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    text-align: center;
    width: 100%;
    max-width: 800px;
    max-height: 100%;
    overflow: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.popup_form_content .form-control {
    color: #1c2949;
    background: #f6efe8;
    border-bottom: 1px solid #000;
    padding: 20px 5px;
}
.title_form_expo {
    text-transform: uppercase;
    margin-bottom: 30px;
}
.close_form_expo {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.send_expo {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    display: block;
    max-width: 250px;
    margin: 60px auto 0px auto;
    text-transform: uppercase;
    cursor: pointer;
}
.block_expo_encous {
    position: relative;
}
.img_filter_abs {
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    background: rgb(255 255 255 / 0%);
    height: 100%;
}
.content_txt_abs {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 30px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.img_expo img {
    width: 100%;
}
.expo-lieu {
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0;
    font-size: 16px;
    z-index: 2;
}
.hide_hover {
    display: block;
}
.display_hover {
    /*transition: opacity 0.25s ease-out;*/
    opacity: 0;
    height: 0;
    overflow: hidden;
}
.bloc_text_expo_abs:hover .display_hover {
    opacity: 1;
    height: auto;
}
.bloc_text_expo_abs:hover .hide_hover {
    display: none;
}
.know_more_popup {
    position: fixed;
    top: 5vh;
    left: 0;
    width: 100%;
    height: 90vh;
    z-index: 9999;
    overflow: auto;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    .block_expo_encous {
        width: 100%;
        margin-bottom: 15px;
    }
    .popup_form_content {
        padding: 20px;
        width: 90%;
    }
    #form_inscription_expo {
        margin-top: 40px;
    }
    .send_expo {
        margin: 30px auto 0px auto;
    }
}
#center_column {
    max-width: 100%;
    margin: auto;
}
.bloc_expo {
    max-width: 1024px;
    margin: 20px auto;
    padding: 0px 0px;
}
.bloc_expo_full {
    max-width: 100%;
}
.last_expo {
    margin-bottom: 40px;
    background: #f6efe8;
}
.img_expo {
    margin-bottom: 30px;
    margin-top: 0px;
}
.bloc_list_expo {
    position: relative;
    margin-bottom: 15px
}
.filtre_abs {
    position: absolute;
    top: 0;
    left: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
}
.filtre_abs .title-expo-listing {
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    padding: 10px;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.cta_voir_oeuvre,
.cta_hide_oeuvre {
    cursor: pointer;
}
.img_expo img {
    margin: auto;
}
.expo-title {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 20px;
    margin: 30px 0px;
    line-height: 1.2;
}
.expo-sub-title {
    /*border-top: 1px solid #000;*/
    font-size: 15px;
    padding: 15px;
    margin: 30px;
    padding-top: 50px;
    line-height: 1.3;
}
.cta_voir_oeuvre:hover,
.cta_hide_oeuvre:hover {
    text-decoration: underline;
}
.list_oeuvres {
    margin-top: 40px;
    background: #fff;
    padding-top: 40px;
}
.cta_voir_oeuvre,
.cta_hide_oeuvre {
    margin: auto;
    margin-top: 34px;
    border: 1px solid #000;
    padding: 10px 20px;
    color: #fff;
    background: #000;
    display: block;
    width: 310px;
    text-transform: uppercase;
}
.cta_oeuvre {
    margin-top: 60px;
}

/*
.cta_voir_mur:hover,
.cta_hide_mur:hover {
    text-decoration: underline;
}*/

.list_mur {
    margin-top: 40px;
}

.cta_voir_mur,
.cta_hide_mur {
    margin-top: 60px;
    padding: 15px 20px 10px 20px;
    color: #fff;
    cursor: pointer;
    background: #000;
    text-transform: uppercase;
    min-width: 310px;
    max-width: 310px;
    display: block;
    margin: 0 auto 15px auto;
}
.cta_voir_pdf {
    text-transform: uppercase;
}
.cta_voir_pdf a {
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
}
.cta_voir_mur a,
.cta_hide_mur a {
    font-size: 12px;
    color: #fff;
}
.cta_mur {
    margin-top: 60px;
}
span.cta_voir_last_expo {
    font-size: 12px;
    font-style: italic;
}
.bloc_expo p {
    min-height: 18px;
    font-size: 12px;
}
p.cta_oeuvre {
    /* margin-top: 35px;*/
}
em {
    font-style: italic;
}
.bloc_text_expo {
    margin: auto;
    padding: 0px 20px;
    margin-bottom: 50px;
}
.bloc_text_expo_abs {
    margin: auto;
    padding: 0px 20px;
    margin-bottom: 50px;
    position: absolute;
    top: 0;
    width: calc(100% - 30px);
    height: 100%;
    left: 15px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.8);
}
.bloc_text_expo_abs_center {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.bloc_text_expo_abs:hover .bloc_text_expo_abs_center {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translate(0%, -0%);
    -ms-transform: translate(0%, -0%);
    transform: translate(0%, -0%);
}
.content_abs_top {
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
}
.img_cover_bg img {
    object-fit: cover;
    width: 100%;
    height: 100vh;
}
.content_abs_top.img_cover img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.content_abs_bottom.content_expo_ {
    position: absolute;
    padding: 20px;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    background: #f5efe8;
    overflow: auto;
}
.cta_know_more_expo {
    cursor: pointer;
    margin-top: 30px
}
.expo-subtitle {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    line-height: 1.1;
}
.expo-date {
    font-weight: 600;
}
.content_expo {
    column-count: 3;
    margin: 40px 0px;
    column-gap: 40px;
    max-width: 600px;
    margin: auto;
    background: #f6efe8;
}
.nb-col- {
    column-count: 3;
}
.nb-col-3 {
    column-count: 3;
}
.nb-col-2 {
    column-count: 2;
}
.nb-col-1 {
    column-count: 1;
}
.menu_expo {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    padding: 20px 0px;
    z-index: 2;
}
.cta_expo_menu {
    cursor: pointer;
    padding: 0px 15px;
}
.cta_expo_menu.active {
    text-decoration: underline;
}
@media screen and (max-width: 1023px) {
    .content_expo {
        margin: 0px 0px;
        column-gap: 40px;
    }
    .nb-col-3 {
        column-count: 2;
    }
}
@media screen and (max-width: 640px) {
    .content_expo {
        margin: 0px 0px;
        column-gap: 0px;
    }
    .nb-col-3,
    .nb-col-2 {
        column-count: 1;
    }
}
.title-expo-listing {
    height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
}
.title-expo-listing-archive {
    height: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
}
.title-expo-listing b {
    font-size: 12px;
}
.title-expo-listing-archive h3 {
    font-style: italic;
}
.title-expo-listing-archive h3,
.title-expo-listing-archive .date_event {
    letter-spacing: normal;
    font-family: 'Simoncini_Garamond_Std';
    text-transform: none;
}
.expo-sub-title-without-border-top {
    border-top: 0px solid #000;
}
.cta-baseline {
    font-size: 11px;
    cursor: pointer;
    margin-top: -30px;
    text-transform: lowercase;
}
.info_rgpd {
    margin-top: 10px;
    font-size: 10px;
}
.img-responsive {
    width: 100%;
}
.content_abs_limited {
    width: 100%;
    max-width: 500px;
    margin: auto;
}
.bloc_bnt {
    padding-bottom: 40px;
}
.menu_expo a.actif {
    text-decoration: underline;
}
.text-expo,
.text-expo a,
.text-expo span,
.text-expo p {
    font-size: 14px !important;
}
.reza-expo {
    margin-top: 25px;
    text-transform: uppercase;
}
.reza-expo a {
    background: #000;
    color: #fff;
    padding: 10px 20px 8px 10px;
    margin-top: 9px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
    .content_abs_bottom.content_expo_ {
        position: relative;
        padding: 20px;
        top: auto;
        left: auto;
        width: 100%;
        height: 100%;
        background: #f5efe8;
        overflow: auto;
    }
    .hide_mobile {
        display: none;
    }
    .content_abs_top {
        display: none;
    }
    .content_abs_bottom {
        position: relative;
        padding: 20px;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        background: #f5efe8;
        overflow: auto;
    }
    .hide_hover {
        display: block;
    }
    .display_hover {
        opacity: 1;
        height: auto;
    }
    .bloc_text_expo_abs {
        margin: auto;
        padding: initial;
        margin-bottom: auto;
        position: relative;
        top: auto;
        width: calc(100% - 30px);
        height: auto;
        left: auto;
    }
    .bloc_text_expo_abs_center {
        position: relative;
        text-align: unset;
        width: 100%;
        top: auto;
        left: auto;
        margin-top: -50px;
        padding: 20px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: none;
    }
    .cta_voir_pdf,
    .cta_voir_mur,
    .cta_hide_mur {
        margin-top: 60px;
        padding: 15px 0px 10px 0px;
        color: #fff;
        cursor: pointer;
        background: #000;
        text-transform: uppercase;
        /* min-width: 310px; */
        width: 100%;
        max-width: 100%;
        min-width: inherit;
        overflow: hidden;
        display: block;
        margin: 20px auto 15px auto;
        /* max-width: 100%; */
    }
}