/* HOMEPAGE */
.home .block-newsletter {
    display: none;
}
.home .block-insights {
    display: none;
}

/* TEAM */
.page-template.page-template-template-our-team .view-page-team__block.is-3 {
    display: none;
}

/* NEWS */
.blog .news-card__meta a {
    display: none;
}

.blog .news-card__meta {
    text-indent: -6px;
    overflow: hidden;
}
.page-id-2 .block-subpages .box.is-empty {
    display: none;
}

.page-id-2 .block-subpages .boxes .box:nth-child(1) {
    order: 1;
}
@media only screen and (min-width: 1199px) {
    .site-prdesjardins .what_sets-col {
        max-width: 33.33%;
    }
}
.page-template-template-careers.site-prdesjardins .boxes .box.card-subpage:nth-child(6) {
    display: none;
}
.job-bottom {
    text-align: center;
}

.job-bottom .small {
    height: 42px;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #cb333b;
    display: inline-block;
    margin-bottom: 19px;
    margin-top: 80px;
}

.job-bottom h2 {
    font-family: "Publico Banner Web", serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    color: #cb333b;
    margin-bottom: 26px;

}

.job-bottom p {
    font-family: "Publico Banner Web", serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #000;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 30px;

}
/* MMR about */
.page-template-template-about-php.site-ateliermmr {
    .block-company-quote.type-image.container {
        display: none;
    }
}
/* MMR clients */
@media (min-width:639px) {
    .page-template-template-our-clients.site-ateliermmr .block-information .boxes>.box {
        width: 50%;
    }

    .page-template-template-our-clients.site-ateliermmr .block-information .boxes>.box .card-information__copy {
        padding: 0 50px;
    }
}
.block-subpages .box img {
    width: 100%;
}

.page-template-template-careers.site-ateliermmr .card-subpage.is-reversed .component-button {
    border-color: #fff;
    color: #fff;
}
.map-img{
    max-width: 100%;
    height: auto;
    margin-bottom: 100px;
}
@media (max-width:992px){
    .map-img {
        margin-bottom: 40px;
    }
}
.view-page-contact__block.is-1 {
    margin-bottom: 35px;
}

.home.site-prdesjardins .block-company-quote.type-video.container {
    display: none;
}