.maison_second_gallery_slide {
	height: 100px;
    margin-right: 20px !important;
    background-size: cover;
    background-position: center;
    border: 1px solid #5f7475;
}


.maison_second_gallery_wrapper {
	display: none;
	position: fixed;
	top: 0px;
	height: 100vh;
	width: 100%;
	z-index: 9999;
	left: 0px;
	background: #00000078;
}

.maison_second_gallery_inner .close-menu.close.plan_close {
    top: 12px;
}

.maison_gallery_second_slider_for.slick-initialized.slick-slider .slick-slide {
    margin: 0px 10px;
}

.maison_second_gallery_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 75%;
    max-width: 1200px;
    background: #fff;
    padding: 30px 60px;
}
@media screen and (max-width: 768px){
    .maison_second_gallery_inner{
        padding: 30px 0px;
    }
}
.maison_related_price {
    width: 55%;
}

p.maison_related_gamme {
    color: white;
    width: auto;
    height: 100%;
    margin-top: 10px;
}

.single-maisons a.maison_button_grey.equipment_popup {
    display: block;
    max-width: 210px;
}

@media only screen and (max-width: 1200px) {

	.maison_second_gallery_inner {
	    height: 100%;
	    width: 100%;
	}

    div#formAnnoncesModal {
        background-color: white !important;
    }

}
