.bloc_img_intro_ny {
    position: relative;
}
.img-responsive {
    width: 100%;
}
.bloc_text_ny_config {
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgb(255 255 255 / 58%);
    width: 100%;
    height: 100%;
}
.bloc_text_ny_config_center {
    position: absolute;
    text-align: center;
    width: 100%;
    max-width: 300px;
    padding: 5px 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.intro_ny {
    width: 100%;
    float: left;
    margin-bottom: 60px;
}
.galerie_ny {
    position: relative;
    float: left;
    width: 100%;
}
.masonry_style_ny img {
    margin-bottom: 30px;
}
.masonry_style_ny {
    position: relative;
}
.bloc_img_intro_ny img {
    object-fit: cover;
    width: 100%;
    min-height: 600px;
}

.bloc_part {
    position: relative;
}

.cta-baseline {
    font-size: 11px;
    cursor: pointer;
    margin-top: -30px;
    text-transform: lowercase;
}

.filter {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 70%);
}
.info_page_part {
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 10px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.menu_galerie {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    padding: 20px 0px;
}

.menu_galerie .actif{
   text-decoration: underline;
}
