/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

header .display-top,
header .block-superfish,
#block-navigationsecondaire,
.node--type-annonce .header-annonce .block-cta .ctas,
.node--type-annonce .content-infos .block-infos,
#block-contactblock-2,
footer,
.node--type-annonce #map-annonce,
.node--type-annonce .block-share,
#block-blocformnewsletter,
.node--type-annonce .content-infos .block-description .block-shortcuts,
#block-agence-newton-theme-breadcrumbs,
.node--type-annonce .galerie-annonce .swiperAnnonce2,
.node--type-annonce .galerie-annonce .swiperAnnonce1,
.annonces-associees .h2-point,
.annonces-associees .slider-annonces-associees,
.annonces-associees .flex-center {
    display: none !important;
}

header{box-shadow: none;}
#block-agence-newton-theme-logoheader {
    top: 0;
}
#block-agence-newton-theme-logoheader img {
    max-width: 250px;
}

.node--type-annonce .header-annonce .block-titre .h2-point {
    font-size: 20px;
    line-height: 24px;
}

.node--type-annonce .galerie-annonce .swiperAnnonce1 .swiper-slide.hidden-print {
    display: none;
}

.main-image-print {
    display: block !important;
}

.main-image-print img {
    width: 100%;
}

.node--type-annonce .content-infos .block-description {
    width: 100% !important;
    height: auto !important;
}

.node--type-annonce .header-annonce .block-cta .block-prix .prix {
    color: #00338F;
}

.annonces-associees {
    background: #fff;
    margin-top: 0;
    padding: 0;
}

.node--type-annonce .caracteristiques {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

.node--type-annonce .h2-point {
    font-size: 22px;
    line-height: 30px;
}

.node--type-annonce .header-annonce {
    margin-bottom: 40px;
}

.node--type-annonce .galerie-annonce {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.node--type-annonce .galerie-annonce .swiperAnnonce1 {
    width: auto;
}

.node--type-annonce .galerie-annonce .swiperAnnonce1 .swiper-slide {
    width: 100%;
    /*display: flex;*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.node--type-annonce .galerie-annonce .swiperAnnonce1 .swiper-slide img {
    max-width: 600px;
    max-height: 400px;
}

.node--type-annonce .swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#galerie-print {
    display: block !important;
    /*    display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;*/
}

#galerie-print .photo-print {
    display: block;
    page-break-inside: avoid;
    width: calc(50% - 10px);
    margin-bottom: 20px;
    float: left;
}

#galerie-print .photo-print:nth-child(even) {
    float: right;
}

#galerie-print .photo-print img {
    display: block;
}

.pagebreak {

}

.annonces-associees .informations-legales {
    display: none;
}